*{margin:0;padding:0;border:0;box-sizing:border-box}
body{font-family:'Merriweather',serif;font-weight:300;line-height:1.7;color:#1a1a1a;background:#fff}
.headoWrap-v2{background:linear-gradient(135deg,#008acb08 0%,#02107105 100%);border-bottom:1px solid #008acb1f;padding:0}
.headoWrap-v2 .topRow{max-width:1536px;margin:0 auto;padding:24px 40px 18px;display:flex;justify-content:space-between;align-items:center}
.headoWrap-v2 .logoBox{flex-shrink:0}
.headoWrap-v2 .logoBox img{height:95px;width:95px;display:block;box-shadow:0 2px 8px #008acb26;border-radius:28px;background:#fff;padding:4px}
.headoWrap-v2 .naviBox-v1{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end;margin-left:30px}
.headoWrap-v2 .naviBox-v1 a{text-decoration:none;color:#021071;font-weight:400;font-size:15px;padding:11px 22px;border-radius:24px;transition:all .25s ease;background:#f6f6f699;border:1px solid #008acb14;white-space:nowrap}
.headoWrap-v2 .naviBox-v1 a:hover{background:#008acb14;color:#008ACB}
.headoWrap-v2 .naviBox-v1 .dropWrap{position:relative}
.headoWrap-v2 .naviBox-v1 .dropWrap > a{cursor:pointer}
.headoWrap-v2 .naviBox-v1 .subMenuBox{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:20px;box-shadow:0 8px 24px #02107126;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:all .3s ease;z-index:100;padding:12px 0;border:1px solid #008acb1f}
.headoWrap-v2 .naviBox-v1 .dropWrap:hover .subMenuBox{opacity:1;visibility:visible;transform:translateY(0)}
.headoWrap-v2 .naviBox-v1 .subMenuBox a{display:block;padding:12px 24px;border-radius:0;background:transparent;border:none;font-size:14px}
.headoWrap-v2 .naviBox-v1 .subMenuBox a:hover{background:#008acb0f}
.headoWrap-v2 .bottomRow{max-width:1536px;margin:0 auto;padding:0 40px 26px;text-align:center}
.headoWrap-v2 .companyTitle{font-size:26px;font-weight:700;color:#021071;letter-spacing:.5px;margin-top:22px}
.footWrap-v3{background:linear-gradient(180deg,#F6F6F6 0%,#008acb0a 100%);border-top:1px solid #0210711a;padding:48px 40px 36px;margin-top:80px}
.footWrap-v3 .footContainer{max-width:1536px;margin:0 auto;display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between;align-items:flex-start}
.footWrap-v3 .contactBlock{flex:1 1 280px}
.footWrap-v3 .contactBlock h3{font-size:18px;font-weight:700;color:#021071;margin-bottom:16px}
.footWrap-v3 .contactBlock p{font-size:14px;line-height:1.8;color:#333;margin-bottom:8px}
.footWrap-v3 .contactBlock a{color:#008ACB;text-decoration:none;transition:color .2s ease}
.footWrap-v3 .contactBlock a:hover{color:#021071}
.footWrap-v3 .linksBlock{flex:1 1 280px}
.footWrap-v3 .linksBlock h3{font-size:18px;font-weight:700;color:#021071;margin-bottom:16px}
.footWrap-v3 .linksBlock nav{display:flex;flex-direction:column;gap:10px}
.footWrap-v3 .linksBlock a{color:#333;text-decoration:none;font-size:14px;padding:8px 18px;border-radius:30px;background:#ffffffb3;border:1px solid #008acb26;transition:all .25s ease;display:inline-block;max-width:fit-content}
.footWrap-v3 .linksBlock a:hover{background:#008acb1a;color:#008ACB}
.footWrap-v3 .copyrightRow{max-width:1536px;margin:32px auto 0;padding-top:24px;border-top:1px solid #02107114;text-align:center;font-size:13px;color:#666}
.cookiePopup{position:fixed;left:24px;top:50%;transform:translateY(-50%) translateX(-400px);width:340px;background:#fff;border-radius:32px;box-shadow:0 12px 48px #02107133;padding:32px 28px;z-index:10000;border:2px solid #008acb26;transition:transform .4s cubic-bezier(0.34,1.56,0.64,1)}
.cookiePopup.is-visible{transform:translateY(-50%) translateX(0)}
.cookiePopup h3{font-size:20px;font-weight:700;color:#021071;margin-bottom:16px}
.cookiePopup p{font-size:14px;line-height:1.6;color:#333;margin-bottom:20px}
.cookiePopup .toggleGroup{margin-bottom:18px}
.cookiePopup .toggleItem{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #008acb14}
.cookiePopup .toggleItem label{font-size:14px;color:#333;font-weight:400}
.cookiePopup .toggleItem input[type="checkbox"]{width:48px;height:26px;appearance:none;background:#ddd;border-radius:30px;position:relative;cursor:pointer;transition:background .3s ease}
.cookiePopup .toggleItem input[type="checkbox"]:checked{background:#008ACB}
.cookiePopup .toggleItem input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.5}
.cookiePopup .toggleItem input[type="checkbox"]::after{content:'';position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left .3s ease;box-shadow:0 2px 4px #0003}
.cookiePopup .toggleItem input[type="checkbox"]:checked::after{left:25px}
.cookiePopup .buttonGroup{display:flex;gap:10px;margin-top:24px}
.cookiePopup .buttonGroup button{flex:1;padding:13px 20px;border-radius:30px;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s ease;font-family:'Merriweather',serif}
.cookiePopup .acceptButton{background:#008ACB;color:#fff;border:2px solid #008ACB}
.cookiePopup .acceptButton:hover{background:#006a9a;border-color:#006a9a}
.cookiePopup .declineButton{background:#fff;color:#021071;border:2px solid #021071}
.cookiePopup .declineButton:hover{background:#0210710d}
@media (max-width: 768px) {
.headoWrap-v2 .topRow{padding:20px 24px 16px;flex-direction:column;gap:18px}
.headoWrap-v2 .logoBox img{height:75px;width:75px}
.headoWrap-v2 .naviBox-v1{justify-content:center;margin-left:0;width:100%}
.headoWrap-v2 .bottomRow{padding:0 24px 22px}
.headoWrap-v2 .companyTitle{font-size:22px}
.footWrap-v3{padding:36px 24px 28px}
.footWrap-v3 .footContainer{flex-direction:column;gap:28px}
.cookiePopup{left:16px;right:16px;width:auto;transform:translateY(100vh);top:auto;bottom:16px}
.cookiePopup.is-visible{transform:translateY(0)}
}
@media (max-width: 480px) {
.headoWrap-v2 .naviBox-v1 a{font-size:14px;padding:10px 16px}
.cookiePopup{padding:24px 20px}
.cookiePopup .buttonGroup{flex-direction:column}
}
.policy-wrapper{max-width:1536px;margin:0 auto;padding:80px 20px;background:#FFF}
.policy-wrapper h1{font-size:48px;line-height:1.2;color:#021071;margin:0 0 24px;font-weight:700;letter-spacing:-.5px}
.policy-wrapper h2{font-size:36px;line-height:1.3;color:#021071;margin:60px 0 20px;font-weight:600;letter-spacing:-.3px}
.policy-wrapper h3{font-size:28px;line-height:1.4;color:#008ACB;margin:48px 0 16px;font-weight:600}
.policy-wrapper h4{font-size:22px;line-height:1.4;color:#021071;margin:36px 0 14px;font-weight:600}
.policy-wrapper h5{font-size:18px;line-height:1.5;color:#021071;margin:28px 0 12px;font-weight:600}
.policy-wrapper h6{font-size:16px;line-height:1.5;color:#008ACB;margin:24px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-wrapper p{font-size:17px;line-height:1.8;color:#2C2C2C;margin:0 0 20px}
.policy-wrapper ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.policy-wrapper ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.policy-wrapper ul ul{margin:8px 0;list-style-type:circle}
.policy-wrapper ol ol{margin:8px 0;list-style-type:lower-alpha}
.policy-wrapper li{font-size:17px;line-height:1.8;color:#2C2C2C;margin:0 0 12px;padding-left:8px}
.policy-wrapper li p{margin:8px 0}
.policy-wrapper strong{font-weight:700;color:#021071}
.policy-wrapper b{font-weight:700;color:#021071}
.policy-wrapper em{font-style:italic;color:#008ACB}
.policy-wrapper i{font-style:italic;color:#008ACB}
.policy-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;background:#FFF;box-shadow:0 2px 12px #02107114;border-radius:24px;overflow:hidden}
.policy-wrapper thead{background:linear-gradient(135deg,#008ACB 0%,#021071 100%)}
.policy-wrapper thead tr{border:none}
.policy-wrapper thead th{font-size:16px;font-weight:700;color:#FFF;padding:20px 24px;text-align:left;letter-spacing:.3px}
.policy-wrapper tbody{background:#FFF}
.policy-wrapper tbody tr{border-bottom:1px solid #E8E8E8;transition:background .3s ease}
.policy-wrapper tbody tr:last-child{border-bottom:none}
.policy-wrapper tbody tr:hover{background:#008acb0a}
.policy-wrapper td{font-size:16px;line-height:1.6;color:#2C2C2C;padding:18px 24px;vertical-align:top}
.policy-wrapper th{font-weight:600;text-align:left}
.policy-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#008acb00 0%,#008acb4d 50%,#008acb00 100%);margin:48px 0}
.policy-wrapper div{margin:0}
.policy-wrapper a{color:#008ACB;text-decoration:none;border-bottom:1px solid #008acb4d;transition:all .3s ease}
.policy-wrapper a:hover{color:#021071;border-bottom-color:#021071}
@media (max-width: 1024px) {
.policy-wrapper{padding:60px 20px}
.policy-wrapper h1{font-size:38px}
.policy-wrapper h2{font-size:30px;margin:48px 0 18px}
.policy-wrapper h3{font-size:24px;margin:36px 0 14px}
.policy-wrapper table{font-size:15px}
.policy-wrapper thead th{padding:16px 18px;font-size:15px}
.policy-wrapper td{padding:14px 18px;font-size:15px}
}
@media (max-width: 768px) {
.policy-wrapper{padding:40px 16px}
.policy-wrapper h1{font-size:32px;margin:0 0 20px}
.policy-wrapper h2{font-size:26px;margin:40px 0 16px}
.policy-wrapper h3{font-size:22px;margin:32px 0 12px}
.policy-wrapper h4{font-size:20px;margin:28px 0 12px}
.policy-wrapper h5{font-size:17px}
.policy-wrapper h6{font-size:15px}
.policy-wrapper p{font-size:16px;line-height:1.7}
.policy-wrapper li{font-size:16px;line-height:1.7}
.policy-wrapper ul{padding-left:24px}
.policy-wrapper ol{padding-left:24px}
.policy-wrapper table{display:block;overflow-x:auto;margin:24px -16px;border-radius:0;width:calc(100% + 32px)}
.policy-wrapper thead th{padding:14px 16px;font-size:14px;white-space:nowrap}
.policy-wrapper td{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.policy-wrapper{padding:32px 12px}
.policy-wrapper h1{font-size:28px;line-height:1.3}
.policy-wrapper h2{font-size:24px;margin:36px 0 14px}
.policy-wrapper h3{font-size:20px;margin:28px 0 10px}
.policy-wrapper h4{font-size:18px}
.policy-wrapper p{font-size:15px;margin-bottom:16px}
.policy-wrapper li{font-size:15px}
.policy-wrapper ul{padding-left:20px;margin-bottom:20px}
.policy-wrapper ol{padding-left:20px;margin-bottom:20px}
.policy-wrapper hr{margin:36px 0}
.policy-wrapper table{margin:20px -12px;width:calc(100% + 24px)}
.policy-wrapper thead th{padding:12px;font-size:13px}
.policy-wrapper td{padding:10px 12px;font-size:13px}
}
.progrHero{position:relative;width:100%;height:580px;overflow:hidden;margin-bottom:80px}
.progrHero .bgImg-v1{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.progrHero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to bottom,#02107100 0%,#021071d9 100%);pointer-events:none}
.progrHero .contentFloat{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);max-width:1536px;width:90%;z-index:2}
.progrHero .mainHeading-v2{font-size:52px;font-weight:700;color:#F6F6F6;margin:0 0 24px;line-height:1.2}
.progrHero .descTxt{font-size:19px;color:#F6F6F6;line-height:1.6;max-width:680px;margin:0}
.progrHero .shapeDecor{position:absolute;width:120px;height:120px;border:3px solid #008acb66;border-radius:50%;top:80px;right:10%;z-index:1}
.progrHero .shapeDecor2{position:absolute;width:80px;height:80px;background:#008acb26;transform:rotate(45deg);bottom:120px;left:8%;z-index:1;border-radius:12px}
.statsModule{max-width:1536px;margin:0 auto 120px;padding:0 5%}
.statsModule .gridStat{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.statsModule .statCard-v1{background:linear-gradient(135deg,#008ACB 0%,#021071 100%);padding:40px 32px;border-radius:24px;position:relative;overflow:hidden}
.statsModule .statCard-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:#f6f6f614;border-radius:50%}
.statsModule .statNum{font-size:48px;font-weight:700;color:#F6F6F6;margin:0 0 12px;position:relative;z-index:1}
.statsModule .statLabel{font-size:16px;color:#f6f6f6e6;margin:0;position:relative;z-index:1;line-height:1.5}
.curriculumSect{background:#F6F6F6;padding:100px 5% 120px;margin-bottom:100px}
.curriculumSect .innerWrap{max-width:1536px;margin:0 auto}
.curriculumSect .sectHead{font-size:42px;font-weight:700;color:#021071;margin:0 0 16px;line-height:1.3}
.curriculumSect .sectIntro{font-size:18px;color:#333;line-height:1.7;margin:0 0 60px;max-width:800px}
.curriculumSect .timeline{position:relative;padding-left:60px}
.curriculumSect .timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#008ACB 0%,#021071 100%)}
.curriculumSect .timeItem{position:relative;margin-bottom:48px}
.curriculumSect .timeItem::before{content:'';position:absolute;left:-52px;top:8px;width:24px;height:24px;background:#008ACB;border:4px solid #F6F6F6;border-radius:50%;box-shadow:0 2px 8px #008acb4d}
.curriculumSect .timeItem.is-completed::before{background:#021071}
.curriculumSect .weekLabel{font-size:14px;font-weight:600;color:#008ACB;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}
.curriculumSect .topicTitle{font-size:24px;font-weight:600;color:#021071;margin:0 0 12px}
.curriculumSect .topicDesc{font-size:16px;color:#555;line-height:1.6;margin:0}
.instructorShowcase{max-width:1536px;margin:0 auto 100px;padding:0 5%}
.instructorShowcase .layoutSplit{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.instructorShowcase .imgSide{position:relative}
.instructorShowcase .mainPhoto{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #0210711f}
.instructorShowcase .decorShape{position:absolute;width:180px;height:180px;background:#008acb1f;border-radius:50%;top:-40px;right:-40px;z-index:-1}
.instructorShowcase .txtSide .roleTag{display:inline-block;background:#008acb1a;color:#008ACB;font-size:14px;font-weight:600;padding:8px 16px;border-radius:20px;margin-bottom:20px}
.instructorShowcase .txtSide .instrName{font-size:38px;font-weight:700;color:#021071;margin:0 0 20px;line-height:1.2}
.instructorShowcase .txtSide .bioTxt{font-size:17px;color:#444;line-height:1.7;margin:0 0 16px}
.instructorShowcase .txtSide .credList{list-style:none;padding:0;margin:32px 0 0}
.instructorShowcase .txtSide .credList li{font-size:16px;color:#333;padding-left:28px;margin-bottom:12px;position:relative;line-height:1.6}
.instructorShowcase .txtSide .credList li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#008ACB;border-radius:50%}
.outcomeGrid{background:linear-gradient(135deg,#008acb0f 0%,#0210710f 100%);padding:100px 5%;margin-bottom:100px}
.outcomeGrid .wrapInner{max-width:1536px;margin:0 auto}
.outcomeGrid .mainTitle{font-size:40px;font-weight:700;color:#021071;text-align:center;margin:0 0 60px;line-height:1.3}
.outcomeGrid .cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.outcomeGrid .outcomeCard{background:#fff;padding:36px;border-radius:28px;box-shadow:0 8px 24px #02107114;transition:transform .3s ease,box-shadow .3s ease}
.outcomeGrid .outcomeCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #02107124}
.outcomeGrid .iconWrap{width:64px;height:64px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.outcomeGrid .iconWrap .oi{color:#F6F6F6;font-size:28px}
.outcomeGrid .cardHeading{font-size:22px;font-weight:600;color:#021071;margin:0 0 16px;line-height:1.3}
.outcomeGrid .cardTxt{font-size:16px;color:#555;line-height:1.6;margin:0}
.enrollSect{max-width:1200px;margin:0 auto 120px;padding:0 5%;text-align:center}
.enrollSect .finalHead{font-size:44px;font-weight:700;color:#021071;margin:0 0 24px;line-height:1.2}
.enrollSect .finalDesc{font-size:18px;color:#444;line-height:1.7;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.enrollSect .ctaGroup{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.enrollSect .butt-primary{background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#F6F6F6;font-size:17px;font-weight:600;padding:16px 48px;border-radius:28px;text-decoration:none;display:inline-block;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 24px #008acb4d;z-index:10;position:relative}
.enrollSect .butt-primary:hover{transform:translateY(-4px);box-shadow:0 12px 32px #008acb66}
.enrollSect .butt-secondary{background:transparent;color:#008ACB;font-size:17px;font-weight:600;padding:16px 48px;border:2px solid #008ACB;border-radius:28px;text-decoration:none;display:inline-block;transition:background .3s ease,color .3s ease;z-index:10;position:relative}
.enrollSect .butt-secondary:hover{background:#008ACB;color:#F6F6F6}
@media (max-width: 1024px) {
.progrHero{height:480px}
.progrHero .mainHeading-v2{font-size:40px}
.progrHero .descTxt{font-size:17px}
.instructorShowcase .layoutSplit{grid-template-columns:1fr;gap:50px}
.curriculumSect .sectHead,.outcomeGrid .mainTitle{font-size:36px}
.enrollSect .finalHead{font-size:36px}
}
@media (max-width: 768px) {
.progrHero{height:420px;margin-bottom:60px}
.progrHero .mainHeading-v2{font-size:32px;margin-bottom:16px}
.progrHero .descTxt{font-size:16px}
.progrHero .shapeDecor,.progrHero .shapeDecor2{display:none}
.statsModule{margin-bottom:80px}
.statsModule .gridStat{gap:24px}
.statsModule .statCard-v1{padding:32px 24px}
.statsModule .statNum{font-size:40px}
.curriculumSect{padding:70px 5% 80px;margin-bottom:70px}
.curriculumSect .sectHead{font-size:30px}
.curriculumSect .sectIntro{font-size:16px;margin-bottom:40px}
.curriculumSect .timeline{padding-left:40px}
.curriculumSect .timeItem::before{left:-42px;width:20px;height:20px}
.curriculumSect .topicTitle{font-size:20px}
.instructorShowcase{margin-bottom:70px}
.instructorShowcase .mainPhoto{height:400px}
.instructorShowcase .decorShape{width:120px;height:120px;top:-20px;right:-20px}
.instructorShowcase .txtSide .instrName{font-size:30px}
.outcomeGrid{padding:70px 5%;margin-bottom:70px}
.outcomeGrid .mainTitle{font-size:32px;margin-bottom:40px}
.outcomeGrid .cardGrid{gap:28px}
.enrollSect{margin-bottom:80px}
.enrollSect .finalHead{font-size:30px}
.enrollSect .finalDesc{font-size:16px}
.enrollSect .ctaGroup{flex-direction:column}
.enrollSect .butt-primary,.enrollSect .butt-secondary{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.progrHero{height:360px}
.progrHero .mainHeading-v2{font-size:26px}
.progrHero .descTxt{font-size:15px}
.statsModule .statNum{font-size:36px}
.curriculumSect .sectHead{font-size:26px}
.curriculumSect .topicTitle{font-size:18px}
.instructorShowcase .txtSide .instrName{font-size:26px}
.outcomeGrid .mainTitle{font-size:28px}
.outcomeGrid .cardHeading{font-size:20px}
.enrollSect .finalHead{font-size:26px}
}
.heroFullscreen-v1{position:relative;width:100%;height:100vh;overflow:hidden}
.heroFullscreen-v1 .bgImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.heroFullscreen-v1 .overlayColor{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0210714d 0%,#008acba6 100%)}
.heroFullscreen-v1 .contentLowerThird{position:absolute;bottom:0;left:0;right:0;padding:4rem 2rem 3rem;max-width:1536px;margin:0 auto}
.heroFullscreen-v1 .mainHeading-v2{font-size:3.5rem;line-height:1.1;color:#F6F6F6;margin:0 0 1.5rem;font-weight:700;text-shadow:0 2px 12px #02107166}
.heroFullscreen-v1 .subText-v1{font-size:1.25rem;line-height:1.6;color:#F6F6F6;margin:0 0 2.5rem;max-width:720px}
.heroFullscreen-v1 .btnGroup{display:flex;gap:1rem;align-items:center}
.heroFullscreen-v1 .btn-primary-v3{padding:1rem 2.5rem;background:#008ACB;color:#F6F6F6;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #008acb59}
.heroFullscreen-v1 .btn-primary-v3:hover{background:#021071;transform:translateY(-2px);box-shadow:0 6px 20px #02107173}
.heroFullscreen-v1 .btn-outline-v2{padding:1rem 2.5rem;background:transparent;color:#F6F6F6;border:2px solid #F6F6F6;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.heroFullscreen-v1 .btn-outline-v2:hover{background:#f6f6f626;border-color:#008ACB;color:#008ACB}
.heroFullscreen-v1 .decorDots{position:absolute;bottom:14rem;right:4rem;display:flex;gap:12px}
.heroFullscreen-v1 .decorDots span{width:8px;height:8px;border-radius:50%;background:#f6f6f699;display:block;animation:dotPulse 2s ease-in-out infinite}
.heroFullscreen-v1 .decorDots span:nth-child(2){animation-delay:.3s}
.heroFullscreen-v1 .decorDots span:nth-child(3){animation-delay:.6s}
.heroFullscreen-v1 .decorDots span:nth-child(4){animation-delay:.9s}
@keyframes dotPulse {
0%,100%{opacity:.4;transform:scale(1)}
50%{opacity:1;transform:scale(1.3)}
}
.growthSection-v1{padding:5rem 2rem;background:linear-gradient(135deg,#F6F6F6 0%,#008acb14 100%)}
.growthSection-v1 .innerWrap{max-width:1536px;margin:0 auto}
.growthSection-v1 .headingBox{text-align:center;margin-bottom:4rem}
.growthSection-v1 .sectionTitle-v1{font-size:2.75rem;line-height:1.2;color:#021071;margin:0 0 1rem;font-weight:700}
.growthSection-v1 .sectionTitle-v1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#008ACB 0%,#021071 100%);margin:1.5rem auto 0;border-radius:2px}
.growthSection-v1 .leadText{font-size:1.15rem;line-height:1.7;color:#333;max-width:840px;margin:0 auto}
.growthSection-v1 .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.growthSection-v1 .pathCard-v2{background:#fff;border-radius:28px;padding:2.5rem;box-shadow:0 8px 24px #008acb1f;transition:all .35s ease;position:relative;overflow:hidden}
.growthSection-v1 .pathCard-v2::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#008ACB 0%,#021071 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.growthSection-v1 .pathCard-v2:hover::before{transform:scaleX(1)}
.growthSection-v1 .pathCard-v2:hover{transform:translateY(-8px);box-shadow:0 16px 40px #008acb33}
.growthSection-v1 .cardIcon{width:64px;height:64px;background:linear-gradient(135deg,#008acb26 0%,#0210711a 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.growthSection-v1 .cardIcon .oi{font-size:2rem;color:#008ACB}
.growthSection-v1 .cardTitle{font-size:1.5rem;line-height:1.3;color:#021071;margin:0 0 1rem;font-weight:700}
.growthSection-v1 .cardDesc{font-size:1rem;line-height:1.65;color:#555;margin:0}
.platformSection-v3{padding:5rem 2rem;background:#fff;position:relative}
.platformSection-v3::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#008ACB 50%,transparent 100%)}
.platformSection-v3 .innerWrap{max-width:1536px;margin:0 auto}
.platformSection-v3 .splitLayout{display:flex;align-items:center;gap:4rem}
.platformSection-v3 .contentCol{flex:1}
.platformSection-v3 .imgCol{flex:1}
.platformSection-v3 .sectionTitle-v3{font-size:2.5rem;line-height:1.2;color:#021071;margin:0 0 1.5rem;font-weight:700;position:relative;padding-left:1.5rem}
.platformSection-v3 .sectionTitle-v3::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#008ACB 0%,#021071 100%);border-radius:3px}
.platformSection-v3 .textBlock{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:1.5rem}
.platformSection-v3 .featureList{list-style:none;padding:0;margin:2rem 0 2.5rem}
.platformSection-v3 .featureList li{padding:.75rem 0 .75rem 2.5rem;position:relative;font-size:1.05rem;line-height:1.6;color:#333}
.platformSection-v3 .featureList li::before{content:'\e080';font-family:'Icons';position:absolute;left:0;top:.75rem;color:#008ACB;font-size:1.2rem}
.platformSection-v3 .imgContainer{border-radius:32px;overflow:hidden;box-shadow:0 12px 32px #02107126;position:relative}
.platformSection-v3 .imgContainer img{width:100%;height:auto;display:block;transition:transform .5s ease}
.platformSection-v3 .imgContainer:hover img{transform:scale(1.05)}
.platformSection-v3 .ctaBtn-v1{padding:1rem 2.5rem;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#F6F6F6;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #008acb4d}
.platformSection-v3 .ctaBtn-v1:hover{transform:translateY(-3px);box-shadow:0 8px 24px #02107166}
.relevanceSection{padding:5rem 2rem;background:linear-gradient(180deg,#0210710d 0%,#008acb14 100%)}
.relevanceSection .innerWrap{max-width:1536px;margin:0 auto}
.relevanceSection .topArea{text-align:center;max-width:960px;margin:0 auto 4rem}
.relevanceSection .mainTitle-v4{font-size:2.6rem;line-height:1.2;color:#021071;margin:0 0 1.25rem;font-weight:700}
.relevanceSection .subtitle{font-size:1.15rem;line-height:1.7;color:#444;margin:0}
.relevanceSection .cardGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.relevanceSection .updateCard{background:#fff;border-radius:26px;padding:2.5rem;display:flex;gap:1.5rem;box-shadow:0 6px 20px #008acb1a;transition:all .35s ease}
.relevanceSection .updateCard:hover{box-shadow:0 12px 32px #0210712e;transform:translateX(8px)}
.relevanceSection .iconBox-v2{flex-shrink:0;width:72px;height:72px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);border-radius:18px;display:flex;align-items:center;justify-content:center}
.relevanceSection .iconBox-v2 .oi{font-size:2.2rem;color:#F6F6F6}
.relevanceSection .textBox{flex:1}
.relevanceSection .cardHeading{font-size:1.45rem;line-height:1.3;color:#021071;margin:0 0 .75rem;font-weight:700}
.relevanceSection .cardText{font-size:1.05rem;line-height:1.65;color:#555;margin:0}
.ecosystemBlock{padding:5rem 2rem;background:#fff}
.ecosystemBlock .innerWrap{max-width:1536px;margin:0 auto}
.ecosystemBlock .headSection{max-width:880px;margin:0 auto 3.5rem;text-align:center}
.ecosystemBlock .primaryTitle{font-size:2.75rem;line-height:1.2;color:#021071;margin:0 0 1.25rem;font-weight:700;position:relative;display:inline-block}
.ecosystemBlock .primaryTitle::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#008ACB}
.ecosystemBlock .intro{font-size:1.1rem;line-height:1.7;color:#444;margin:2rem 0 0}
.ecosystemBlock .compGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.ecosystemBlock .compCard{background:linear-gradient(135deg,#f6f6f6cc 0%,#008acb0d 100%);border-radius:24px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;border:2px solid transparent}
.ecosystemBlock .compCard:hover{border-color:#008ACB;transform:translateY(-6px);background:#fff;box-shadow:0 10px 28px #008acb26}
.ecosystemBlock .compIcon{width:56px;height:56px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.ecosystemBlock .compIcon .oi{font-size:1.75rem;color:#F6F6F6}
.ecosystemBlock .compName{font-size:1.15rem;line-height:1.3;color:#021071;margin:0 0 .5rem;font-weight:700}
.ecosystemBlock .compDetails{font-size:.95rem;line-height:1.6;color:#666;margin:0}
.responsibilityArea{padding:5rem 2rem;background:linear-gradient(135deg,#02107114 0%,#008acb1a 100%);position:relative;overflow:hidden}
.responsibilityArea::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#008acb14 0%,transparent 70%);border-radius:50%}
.responsibilityArea .innerWrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.responsibilityArea .flexContainer{display:flex;align-items:center;gap:4rem}
.responsibilityArea .imageArea{flex:1}
.responsibilityArea .contentArea{flex:1}
.responsibilityArea .imageFrame{border-radius:32px;overflow:hidden;box-shadow:0 12px 36px #02107133}
.responsibilityArea .imageFrame img{width:100%;height:auto;display:block}
.responsibilityArea .titleMain-v5{font-size:2.6rem;line-height:1.2;color:#021071;margin:0 0 1.5rem;font-weight:700}
.responsibilityArea .paragraphText{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:1.25rem}
.responsibilityArea .highlightBox{background:#fff;border-left:4px solid #008ACB;padding:1.5rem;border-radius:12px;margin:2rem 0;box-shadow:0 4px 16px #008acb1a}
.responsibilityArea .highlightBox p{font-size:1.1rem;line-height:1.65;color:#333;margin:0;font-weight:500}
.responsibilityArea .statsRow{display:flex;gap:2rem;margin-top:2rem}
.responsibilityArea .statItem{flex:1;text-align:center;padding:1.5rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #008acb14}
.responsibilityArea .statNumber{font-size:2.5rem;line-height:1;color:#008ACB;font-weight:700;margin:0 0 .5rem}
.responsibilityArea .statLabel{font-size:.95rem;line-height:1.4;color:#666;margin:0}
.careerSection{padding:5rem 2rem;background:#fff}
.careerSection .innerWrap{max-width:1536px;margin:0 auto}
.careerSection .headingArea{text-align:center;margin-bottom:4rem}
.careerSection .bigTitle{font-size:2.75rem;line-height:1.2;color:#021071;margin:0 0 1rem;font-weight:700}
.careerSection .descText{font-size:1.15rem;line-height:1.7;color:#444;max-width:840px;margin:0 auto}
.careerSection .pathsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.careerSection .pathBox{background:linear-gradient(135deg,#F6F6F6 0%,#008acb0d 100%);border-radius:28px;padding:2.5rem;position:relative;overflow:hidden;transition:all .35s ease;border:2px solid transparent}
.careerSection .pathBox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#008ACB 0%,#021071 100%);transform:scaleX(0);transition:transform .4s ease}
.careerSection .pathBox:hover{border-color:#008ACB;transform:translateY(-6px);box-shadow:0 12px 32px #008acb26}
.careerSection .pathBox:hover::after{transform:scaleX(1)}
.careerSection .pathNumber{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#F6F6F6;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}
.careerSection .pathTitle{font-size:1.45rem;line-height:1.3;color:#021071;margin:0 0 1rem;font-weight:700}
.careerSection .pathDesc{font-size:1.05rem;line-height:1.65;color:#555;margin:0 0 1.5rem}
.careerSection .skillsList{list-style:none;padding:0;margin:0}
.careerSection .skillsList li{padding:.5rem 0;font-size:.95rem;color:#666;position:relative;padding-left:1.5rem}
.careerSection .skillsList li::before{content:'→';position:absolute;left:0;color:#008ACB;font-weight:700}
.careerSection .ctaArea{text-align:center;background:linear-gradient(135deg,#0210710d 0%,#008acb14 100%);padding:3rem;border-radius:32px}
.careerSection .ctaText{font-size:1.35rem;line-height:1.5;color:#021071;margin:0 0 2rem;font-weight:600}
.careerSection .actionBtn{padding:1.1rem 3rem;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#F6F6F6;border:none;border-radius:32px;font-size:1.15rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #008acb4d}
.careerSection .actionBtn:hover{transform:translateY(-4px);box-shadow:0 10px 28px #02107166}
@media (max-width: 1280px) {
.heroFullscreen-v1 .mainHeading-v2{font-size:3rem}
.growthSection-v1 .gridLayout{grid-template-columns:repeat(2,1fr)}
.ecosystemBlock .compGrid{grid-template-columns:repeat(2,1fr)}
.careerSection .pathsGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 1024px) {
.platformSection-v3 .splitLayout{flex-direction:column}
.responsibilityArea .flexContainer{flex-direction:column-reverse}
.relevanceSection .cardGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroFullscreen-v1 .mainHeading-v2{font-size:2.25rem}
.heroFullscreen-v1 .decorDots{display:none}
.heroFullscreen-v1 .btnGroup{flex-direction:column;width:100%}
.heroFullscreen-v1 .btn-primary-v3,.heroFullscreen-v1 .btn-outline-v2{width:100%;text-align:center}
.growthSection-v1 .gridLayout{grid-template-columns:1fr}
.growthSection-v1 .sectionTitle-v1{font-size:2.25rem}
.platformSection-v3 .sectionTitle-v3{font-size:2rem}
.ecosystemBlock .compGrid{grid-template-columns:1fr}
.responsibilityArea .statsRow{flex-direction:column}
.careerSection .pathsGrid{grid-template-columns:1fr}
.careerSection .bigTitle{font-size:2.25rem}
}
@media (max-width: 480px) {
.heroFullscreen-v1 .contentLowerThird{padding:3rem 1.5rem 2rem}
.heroFullscreen-v1 .mainHeading-v2{font-size:1.85rem}
.heroFullscreen-v1 .subText-v1{font-size:1.05rem}
.growthSection-v1,.platformSection-v3,.relevanceSection,.ecosystemBlock,.responsibilityArea,.careerSection{padding:3rem 1.5rem}
.growthSection-v1 .sectionTitle-v1,.relevanceSection .mainTitle-v4,.ecosystemBlock .primaryTitle,.responsibilityArea .titleMain-v5,.careerSection .bigTitle{font-size:1.85rem}
}
.kontaktHead{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#F6F6F6 0%,#fff 100%);padding:80px 20px}
.kontaktHead .heroWrap{max-width:1536px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.kontaktHead .txtZone{position:relative}
.kontaktHead .txtZone h1{font-size:3.2rem;font-weight:700;line-height:1.15;color:#021071;margin:0 0 24px}
.kontaktHead .txtZone h1 .accentPart{color:#008ACB;display:block;margin-top:12px}
.kontaktHead .txtZone p{font-size:1.1rem;line-height:1.7;color:#333;margin:0}
.kontaktHead .imgZone{position:relative;height:440px}
.kontaktHead .imgZone img{width:100%;height:100%;object-fit:cover;border-radius:32px;box-shadow:0 12px 32px #0210711f}
.kontaktHead .shape1{position:absolute;width:180px;height:180px;background:#008acb26;border-radius:50%;top:-40px;left:-60px;z-index:1}
.kontaktHead .shape2{position:absolute;width:140px;height:140px;background:#02107114;border-radius:24px;bottom:-30px;right:-50px;transform:rotate(25deg);z-index:1}
.infoBlockV2{padding:100px 20px;background:#fff}
.infoBlockV2 .centralWrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.infoBlockV2 .infoCard{background:#F6F6F6;padding:44px 36px;border-radius:28px;text-align:center;transition:all .35s ease;border:2px solid transparent}
.infoBlockV2 .infoCard:hover{background:#fff;border-color:#008ACB;box-shadow:0 8px 24px #008acb26;transform:translateY(-6px)}
.infoBlockV2 .infoCard .ikonWrap{width:72px;height:72px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);border-radius:50%;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff}
.infoBlockV2 .infoCard h3{font-size:1.4rem;font-weight:600;color:#021071;margin:0 0 16px}
.infoBlockV2 .infoCard p{font-size:1.05rem;line-height:1.6;color:#555;margin:0}
.infoBlockV2 .infoCard a{color:#008ACB;text-decoration:none;font-weight:500;transition:color .25s ease}
.infoBlockV2 .infoCard a:hover{color:#021071}
.formSectionV1{padding:100px 20px;background:linear-gradient(180deg,#F6F6F6 0%,#fff 100%)}
.formSectionV1 .contentWrap{max-width:1536px;margin:0 auto}
.formSectionV1 .headingZone{text-align:center;margin-bottom:60px}
.formSectionV1 .headingZone h2{font-size:2.6rem;font-weight:700;color:#021071;margin:0 0 18px}
.formSectionV1 .headingZone p{font-size:1.1rem;line-height:1.6;color:#666;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.formSectionV1 .formContainer{max-width:780px;margin:0 auto;background:#fff;padding:56px 48px;border-radius:32px;box-shadow:0 10px 40px #02107114}
.formSectionV1 form{display:flex;flex-direction:column;gap:28px}
.formSectionV1 .nameRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.formSectionV1 .inputGroup{display:flex;flex-direction:column;gap:10px}
.formSectionV1 label{font-size:1rem;font-weight:500;color:#021071}
.formSectionV1 input[type="text"],.formSectionV1 input[type="email"]{padding:16px 20px;font-size:1rem;border:2px solid #E0E0E0;border-radius:12px;transition:all .25s ease;background:#F6F6F6}
.formSectionV1 input[type="text"]:focus,.formSectionV1 input[type="email"]:focus{outline:none;border-color:#008ACB;background:#fff;box-shadow:0 4px 12px #008acb1f}
.formSectionV1 .ratingBlock{display:flex;flex-direction:column;gap:14px}
.formSectionV1 .ratingBlock label{font-size:1rem;font-weight:500;color:#021071}
.formSectionV1 .ratingOptions{display:flex;gap:18px;flex-wrap:wrap}
.formSectionV1 .ratingItem{display:flex;align-items:center;gap:8px}
.formSectionV1 input[type="radio"]{width:22px;height:22px;cursor:pointer;accent-color:#008ACB}
.formSectionV1 .ratingItem label{font-size:.95rem;font-weight:400;color:#555;cursor:pointer;margin:0}
.formSectionV1 .privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.formSectionV1 input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#008ACB;flex-shrink:0;margin-top:2px}
.formSectionV1 .privacyCheck label{font-size:.92rem;font-weight:400;color:#666;line-height:1.5;cursor:pointer}
.formSectionV1 .privacyCheck a{color:#008ACB;text-decoration:none;font-weight:500;transition:color .25s ease}
.formSectionV1 .privacyCheck a:hover{color:#021071}
.formSectionV1 button[type="submit"]{padding:18px 44px;font-size:1.08rem;font-weight:600;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #008acb40;position:relative;z-index:10}
.formSectionV1 button[type="submit"]:hover{transform:translateY(-3px);box-shadow:0 10px 28px #008acb59}
.formSectionV1 button[type="submit"]:active{transform:translateY(-1px)}
.hoursBlockV3{padding:90px 20px;background:#fff}
.hoursBlockV3 .wrapperMain{max-width:1536px;margin:0 auto;text-align:center}
.hoursBlockV3 h2{font-size:2.4rem;font-weight:700;color:#021071;margin:0 0 48px}
.hoursBlockV3 .scheduleGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:920px;margin:0 auto}
.hoursBlockV3 .dayCard{background:#F6F6F6;padding:32px 28px;border-radius:24px;border:2px solid transparent;transition:all .3s ease}
.hoursBlockV3 .dayCard:hover{background:#fff;border-color:#008ACB;box-shadow:0 6px 18px #008acb1f}
.hoursBlockV3 .dayName{font-size:1.2rem;font-weight:600;color:#021071;margin:0 0 12px}
.hoursBlockV3 .timeRange{font-size:1.05rem;color:#555;margin:0}
.locationFinalV1{padding:100px 20px;background:linear-gradient(135deg,#021071 0%,#008ACB 100%);color:#fff}
.locationFinalV1 .contentBox{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.locationFinalV1 .textSide h2{font-size:2.5rem;font-weight:700;margin:0 0 24px}
.locationFinalV1 .textSide p{font-size:1.1rem;line-height:1.7;margin:0 0 32px;opacity:.95}
.locationFinalV1 .detailsList{display:flex;flex-direction:column;gap:18px}
.locationFinalV1 .detailItem{display:flex;align-items:flex-start;gap:16px}
.locationFinalV1 .detailItem .iconBox{width:48px;height:48px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.locationFinalV1 .detailItem .textBox{flex:1}
.locationFinalV1 .detailItem .textBox h4{font-size:1.1rem;font-weight:600;margin:0 0 6px}
.locationFinalV1 .detailItem .textBox p{font-size:1rem;margin:0;opacity:.9}
.locationFinalV1 .detailItem .textBox a{color:#fff;text-decoration:none;border-bottom:1px solid #fff6;transition:border-color .25s ease}
.locationFinalV1 .detailItem .textBox a:hover{border-bottom-color:#fff}
.locationFinalV1 .visualSide{position:relative}
.locationFinalV1 .visualSide .decorCircle{width:100%;max-width:480px;height:480px;background:#ffffff1a;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;backdrop-filter:blur(12px)}
.locationFinalV1 .visualSide .innerContent{width:85%;height:85%;background:#fffffff2;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}
.locationFinalV1 .visualSide .innerContent .mapIcon{font-size:4rem;color:#008ACB;margin-bottom:20px}
.locationFinalV1 .visualSide .innerContent h3{font-size:1.5rem;font-weight:700;color:#021071;margin:0 0 12px}
.locationFinalV1 .visualSide .innerContent p{font-size:1.05rem;color:#555;margin:0;line-height:1.5}
@media (max-width: 1024px) {
.kontaktHead .heroWrap{grid-template-columns:1fr;gap:40px}
.kontaktHead .txtZone h1{font-size:2.6rem}
.infoBlockV2 .centralWrap{grid-template-columns:1fr;gap:32px}
.locationFinalV1 .contentBox{grid-template-columns:1fr;gap:50px}
.locationFinalV1 .visualSide .decorCircle{max-width:400px;height:400px}
}
@media (max-width: 768px) {
.kontaktHead{min-height:400px;padding:60px 20px}
.kontaktHead .txtZone h1{font-size:2.2rem}
.kontaktHead .imgZone{height:320px}
.formSectionV1 .formContainer{padding:40px 28px}
.formSectionV1 .nameRow{grid-template-columns:1fr;gap:20px}
.formSectionV1 .ratingOptions{flex-direction:column;gap:12px}
.hoursBlockV3 .scheduleGrid{grid-template-columns:1fr}
.locationFinalV1{padding:70px 20px}
.locationFinalV1 .textSide h2{font-size:2rem}
}
@media (max-width: 480px) {
.kontaktHead .txtZone h1{font-size:1.9rem}
.formSectionV1 .headingZone h2{font-size:2rem}
.formSectionV1 .formContainer{padding:32px 20px}
.hoursBlockV3 h2{font-size:1.9rem}
.locationFinalV1 .visualSide .decorCircle{max-width:320px;height:320px}
}
.heroSect-v1{position:relative;height:100vh;overflow:hidden;display:flex;align-items:flex-end}
.heroImg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.heroImg img{width:100%;height:100%;object-fit:cover}
.heroOvr{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#02107166 0%,#008acbb3 100%)}
.heroTxt{position:relative;z-index:2;max-width:1536px;margin:0 auto;padding:0 24px 80px;width:100%}
.heroHd{font-size:56px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:2px 4px 12px #0000004d}
.heroDesc{font-size:20px;color:#fff;margin:0 0 32px;max-width:720px;line-height:1.6;text-shadow:1px 2px 8px #00000040}
.heroBtn{display:inline-block;padding:16px 40px;background:#008ACB;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;transition:all .3s ease;box-shadow:0 6px 20px #008acb66;position:relative;z-index:10}
.heroBtn:hover{background:#021071;transform:translateY(-2px);box-shadow:0 8px 24px #02107180}
.apprSect{padding:100px 24px;background:#F6F6F6}
.apprCont{max-width:1536px;margin:0 auto}
.apprGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.apprLeft{padding-right:40px}
.apprTitle{font-size:42px;font-weight:700;color:#021071;margin:0 0 32px;line-height:1.3;position:relative;padding-left:20px}
.apprTitle::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#008ACB 0%,#021071 100%);border-radius:3px}
.apprPara{font-size:18px;color:#2c2c2c;line-height:1.7;margin:0 0 24px}
.apprRight img{width:100%;height:auto;border-radius:32px;box-shadow:0 12px 40px #00000026}
.valSect{padding:100px 24px;background:#fff}
.valCont{max-width:1536px;margin:0 auto}
.valHead{font-size:42px;font-weight:700;color:#021071;text-align:center;margin:0 0 60px}
.valGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valCard{padding:40px 32px;border-radius:24px;transition:all .3s ease;position:relative}
.valCard-v1{background:linear-gradient(135deg,#008acb14 0%,#0210710d 100%);border:2px solid #008acb33}
.valCard-v2{background:linear-gradient(135deg,#02107114 0%,#008acb0d 100%);border:2px solid #02107133}
.valCard-v3{background:linear-gradient(135deg,#008acb0d 0%,#f6f6f6e6 100%);border:2px solid #008acb26}
.valCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #008acb33}
.valIcon{margin-bottom:24px}
.valCardTitle{font-size:24px;font-weight:700;color:#021071;margin:0 0 16px}
.valCardTxt{font-size:16px;color:#3c3c3c;line-height:1.6;margin:0}
.teamSect{padding:100px 24px;background:linear-gradient(180deg,#F6F6F6 0%,#fff 100%)}
.teamCont{max-width:1536px;margin:0 auto}
.teamFlex{display:flex;gap:60px;align-items:flex-start}
.teamTxtArea{flex:1.2}
.teamHd{font-size:42px;font-weight:700;color:#021071;margin:0 0 28px}
.teamPara{font-size:18px;color:#2c2c2c;line-height:1.7;margin:0 0 24px}
.teamStat{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.statItem{padding:24px;background:#fff;border-radius:20px;text-align:center;box-shadow:0 4px 16px #00000014}
.statNum{font-size:36px;font-weight:700;color:#008ACB;margin-bottom:8px}
.statLbl{font-size:14px;color:#5c5c5c;font-weight:500}
.teamProfArea{flex:1}
.profCard{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 12px 40px #0000001f}
.profCard img{width:100%;height:auto;display:block}
.profInfo{padding:32px 28px}
.profName{font-size:24px;font-weight:700;color:#021071;margin-bottom:6px}
.profRole{font-size:16px;color:#008ACB;font-weight:600;margin-bottom:16px}
.profBio{font-size:15px;color:#4c4c4c;line-height:1.6;margin:0}
.techSect{padding:100px 24px;background:#021071;position:relative;overflow:hidden}
.techCont{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.techTitle{font-size:42px;font-weight:700;color:#fff;text-align:center;margin:0 0 60px}
.techLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.techBlock{padding:32px 28px;border-radius:24px;background:#ffffff14;backdrop-filter:blur(10px);border:1px solid #ffffff26}
.techLabel{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}
.techProgress{height:8px;background:#ffffff26;border-radius:8px;overflow:hidden;margin-bottom:16px}
.techBar{height:100%;border-radius:8px;transition:width 1.5s ease}
.techBar1{width:92%;background:linear-gradient(90deg,#008ACB 0%,#00b4ff 100%)}
.techBar2{width:87%;background:linear-gradient(90deg,#008ACB 0%,#6dd5ed 100%)}
.techBar3{width:94%;background:linear-gradient(90deg,#021071 0%,#008ACB 100%)}
.techNote{font-size:15px;color:#ffffffd9;line-height:1.6;margin:0}
.techImg{border-radius:32px;overflow:hidden;box-shadow:0 20px 60px #0006}
.techImg img{width:100%;height:auto;display:block}
@media (max-width: 1024px) {
.heroHd{font-size:42px}
.heroDesc{font-size:18px}
.apprGrid{grid-template-columns:1fr;gap:48px}
.apprLeft{padding-right:0}
.valGrid{grid-template-columns:1fr;gap:32px}
.teamFlex{flex-direction:column;gap:48px}
.teamStat{grid-template-columns:repeat(3,1fr)}
.techLayout{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.heroSect-v1{height:100vh}
.heroTxt{padding:0 20px 60px}
.heroHd{font-size:32px}
.heroDesc{font-size:16px}
.heroBtn{padding:14px 32px;font-size:16px}
.apprSect,.valSect,.teamSect,.techSect{padding:60px 20px}
.apprTitle,.valHead,.teamHd,.techTitle{font-size:32px}
.teamStat{grid-template-columns:1fr;gap:16px}
.statNum{font-size:28px}
}
@media (max-width: 480px) {
.heroHd{font-size:28px}
.apprTitle,.valHead,.teamHd,.techTitle{font-size:28px;margin-bottom:24px}
.valCard{padding:28px 24px}
.profInfo{padding:24px 20px}
}
.successPageWrap{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#F6F6F6 0%,#fff 50%,#e8f4f9 100%);position:relative;overflow:hidden}
.successPageWrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#008acb0d 0%,transparent 70%);animation:gentleRotate 30s linear infinite}
@keyframes gentleRotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.successContentBox{max-width:720px;width:100%;background:#fff;border-radius:32px;padding:80px 60px;box-shadow:0 8px 24px #02107114 0 2px 8px #008acb0a;position:relative;z-index:2;text-align:center}
.successIconWrap{width:120px;height:120px;margin:0 auto 40px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 4px 16px #008acb4d}
50%{transform:scale(1.05);box-shadow:0 8px 32px #008acb66}
}
.successIconWrap::after{content:'';position:absolute;width:140%;height:140%;border:3px solid #008acb33;border-radius:50%;animation:rippleEffect 2s ease-out infinite}
@keyframes rippleEffect {
0%{transform:scale(0.8);opacity:.8}
100%{transform:scale(1.4);opacity:0}
}
.checkmarkSvg{width:64px;height:64px}
.checkmarkPath{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s ease-in-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.successMainHeading{font-size:42px;line-height:1.2;color:#021071;margin:0 0 20px;font-weight:700}
.successSubtext{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 40px}
.successDetailsBlock{background:linear-gradient(135deg,#008acb0a 0%,#02107105 100%);border-radius:20px;padding:32px;margin:0 0 40px;border-left:4px solid #008ACB}
.successDetailsBlock p{font-size:16px;line-height:1.7;color:#2d2d2d;margin:0 0 12px}
.successDetailsBlock p:last-child{margin:0}
.successDetailsBlock strong{color:#021071;font-weight:600}
.successActionBtns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrimSucc{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#008ACB 0%,#021071 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:28px;transition:all .3s ease;box-shadow:0 4px 12px #008acb40;position:relative;z-index:10;overflow:hidden}
.btnPrimSucc::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff3,transparent);transition:left .5s ease}
.btnPrimSucc:hover::before{left:100%}
.btnPrimSucc:hover{transform:translateY(-2px);box-shadow:0 8px 20px #008acb59}
.btnSecSucc{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#008ACB;font-size:17px;font-weight:600;text-decoration:none;border-radius:28px;border:2px solid #008ACB;transition:all .3s ease;position:relative;z-index:10}
.btnSecSucc:hover{background:#008ACB;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #008acb33}
.decorShape1{position:absolute;top:10%;left:5%;width:80px;height:80px;background:linear-gradient(135deg,#008acb1a,#0210710d);border-radius:50%;z-index:1;animation:floatShape1 6s ease-in-out infinite}
@keyframes floatShape1 {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(20px,-20px) rotate(180deg)}
}
.decorShape2{position:absolute;bottom:15%;right:8%;width:120px;height:120px;background:linear-gradient(45deg,#02107114,#008acb0a);border-radius:30px;transform:rotate(25deg);z-index:1;animation:floatShape2 8s ease-in-out infinite}
@keyframes floatShape2 {
0%,100%{transform:rotate(25deg) translate(0,0)}
50%{transform:rotate(45deg) translate(-15px,15px)}
}
.decorShape3{position:absolute;top:40%;right:3%;width:60px;height:60px;border:3px solid #008acb26;border-radius:50%;z-index:1;animation:floatShape3 7s ease-in-out infinite}
@keyframes floatShape3 {
0%,100%{transform:scale(1) translate(0,0)}
50%{transform:scale(1.2) translate(10px,-15px)}
}
@media (max-width: 768px) {
.successContentBox{padding:60px 32px;border-radius:24px}
.successMainHeading{font-size:32px}
.successSubtext{font-size:16px}
.successIconWrap{width:100px;height:100px;margin-bottom:32px}
.checkmarkSvg{width:52px;height:52px}
.successActionBtns{flex-direction:column;align-items:stretch}
.btnPrimSucc,.btnSecSucc{width:100%;justify-content:center}
.decorShape1,.decorShape2,.decorShape3{display:none}
}
@media (max-width: 480px) {
.successPageWrap{padding:40px 16px}
.successContentBox{padding:40px 24px}
.successMainHeading{font-size:28px}
.successDetailsBlock{padding:24px 20px}
}