@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'DM Sans',sans-serif;background-color:#F1FDFF;color:#252A37;line-height:1.6}
.mainHeader-v1{background:linear-gradient(135deg,#252A37 0%,#252a37eb 100%);box-shadow:0 6px 14px #00dff326;position:relative}
.headerTop-v1{max-width:1600px;margin:0 auto;padding:24px 40px 18px}
.brandWrapper{display:flex;align-items:center;justify-content:space-between;max-width:480px}
.siteLogo-v1{height:95px;width:95px;background:#f1fdff1f;padding:14px;border-radius:32px;box-shadow:0 4px 12px #00dff333}
.companyTitle-v1{font-family:'Lexend',sans-serif;font-size:32px;font-weight:700;color:#00DFF3;text-shadow:0 2px 8px #00dff366;letter-spacing:.5px}
.navRow-v1{background:#00dff314;border-top:2px solid #00dff333}
.mainNavigation-v1{max-width:1600px;margin:0 auto;display:flex;justify-content:center;gap:16px;padding:20px 40px;flex-wrap:wrap}
.mainNavigation-v1 .navLink-v1{font-family:'Lexend',sans-serif;font-size:16px;font-weight:400;color:#F1FDFF;text-decoration:none;padding:12px 32px;background:#f1fdff0f;border:1px solid #00dff340;border-radius:28px;transition:all 180ms ease}
.mainNavigation-v1 .navLink-v1:hover{background:#00dff326;color:#00DFF3;border-color:#00DFF3}
.siteFooter-v1{background:#252A37;color:#F1FDFF;padding:48px 40px 28px;margin-top:80px}
.footerContent-v1{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;align-items:start;padding-bottom:36px;border-bottom:1px solid #00dff333}
.footerBrand-v1{display:flex;justify-content:flex-start}
.footerLogo-v1{height:80px;width:80px;background:#00dff31a;padding:12px;border-radius:24px}
.footerNav-v1{display:flex;flex-direction:column;align-items:center;gap:14px}
.footerLink-v1{color:#F1FDFF;text-decoration:none;font-size:15px;transition:color 160ms ease}
.footerLink-v1:hover{color:#00DFF3}
.footerContact-v1{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.contactItem-v1{font-size:14px;color:#F1FDFF;display:flex;align-items:center;gap:8px}
.contactItem-v1 i{color:#00DFF3;font-size:18px}
.contactItem-v1 a{color:#F1FDFF;text-decoration:none;transition:color 160ms ease}
.contactItem-v1 a:hover{color:#00DFF3}
.socialLinks-v1{display:flex;gap:12px;margin-top:8px}
.socialIcon-v1{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#00dff31f;border-radius:20px;color:#00DFF3;text-decoration:none;transition:all 170ms ease}
.socialIcon-v1:hover{background:#00dff338;transform:translateY(-2px)}
.socialIcon-v1 i{font-size:20px}
.footerBottom-v1{max-width:1600px;margin:0 auto;padding-top:24px;text-align:center}
.copyrightText-v1{font-size:13px;color:#f1fdffb3}
.cookieContainer-v1{position:fixed;top:0;left:0;width:520px;background:#252A37;box-shadow:0 8px 24px #0006;border-radius:0 0 32px 0;z-index:9999;animation:slideInFromTop-v1 220ms ease-out}
@keyframes slideInFromTop-v1 {
from{transform:translateY(-100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.cookieContainer-v1.hiding-v1{animation:slideOutToTop-v1 220ms ease-in forwards}
@keyframes slideOutToTop-v1 {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-100%);opacity:0}
}
.cookieInner-v1{padding:28px 32px}
.cookieHeading-v1{font-family:'Lexend',sans-serif;font-size:20px;font-weight:700;color:#00DFF3;margin-bottom:12px}
.cookieDesc-v1{font-size:14px;color:#F1FDFF;margin-bottom:20px;line-height:1.5}
.cookieToggles-v1{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.toggleItem-v1{display:flex;align-items:center}
.toggleLabel-v1{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#F1FDFF}
.toggleInput-v1{width:18px;height:18px;cursor:pointer}
.toggleInput-v1:disabled{cursor:not-allowed}
.cookieActions-v1{display:flex;gap:14px;justify-content:space-between}
.cookieBtn-v1{flex:1;padding:12px 20px;border:none;border-radius:24px;font-family:'Lexend',sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:all 180ms ease;text-decoration:underline}
.acceptBtn-v1{background:#00dff326;color:#00DFF3}
.acceptBtn-v1:hover{background:#00dff340}
.declineBtn-v1{background:#f1fdff14;color:#F1FDFF}
.declineBtn-v1:hover{background:#f1fdff24}
@media (max-width: 1024px) {
.footerContent-v1{grid-template-columns:1fr;gap:32px;text-align:center}
.footerBrand-v1{justify-content:center}
.footerContact-v1{align-items:center}
.mainNavigation-v1{padding:16px 24px}
.headerTop-v1{padding:20px 24px 16px}
}
@media (max-width: 768px) {
.brandWrapper{flex-direction:column;gap:12px;max-width:100%;align-items:center}
.companyTitle-v1{font-size:26px}
.siteLogo-v1{height:75px;width:75px}
.mainNavigation-v1{flex-direction:column;align-items:stretch;gap:10px}
.mainNavigation-v1 .navLink-v1{text-align:center}
.cookieContainer-v1{width:100%;border-radius:0 0 24px 24px}
.cookieInner-v1{padding:22px 24px}
.cookieActions-v1{flex-direction:column}
}
@media (max-width: 480px) {
.headerTop-v1{padding:16px 20px 12px}
.companyTitle-v1{font-size:22px}
.siteLogo-v1{height:65px;width:65px}
.mainNavigation-v1{padding:12px 20px}
.mainNavigation-v1 .navLink-v1{padding:10px 24px;font-size:15px}
.siteFooter-v1{padding:36px 20px 20px}
}
.legal-wrapper{max-width:1600px;margin:0 auto;padding:80px 20px;background:#F1FDFF}
.legal-wrapper p{font-size:17px;line-height:1.8;color:#252A37;margin:0 0 24px;max-width:900px}
.legal-wrapper p + p{margin-top:16px}
.legal-wrapper em,.legal-wrapper i{font-style:italic;color:#252A37}
.legal-wrapper a{color:#00DFF3;text-decoration:none;border-bottom:1px solid #00dff34d;transition:all 180ms ease;font-weight:500}
.legal-wrapper a:hover{color:#252A37;border-bottom-color:#252A37}
.legal-wrapper a:focus{outline:2px solid #00DFF3;outline-offset:3px;border-radius:3px}
.legal-wrapper table{width:100%;max-width:1200px;border-collapse:collapse;margin:40px 0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #252a3714}
.legal-wrapper thead{background:#252A37}
.legal-wrapper thead tr{border:none}
.legal-wrapper thead th{color:#F1FDFF;font-weight:600;text-align:left;padding:20px 24px;font-size:16px;letter-spacing:.3px}
.legal-wrapper tbody{background:#fff}
.legal-wrapper tbody tr{border-bottom:1px solid #252a3714;transition:background 200ms ease}
.legal-wrapper tbody tr:last-child{border-bottom:none}
.legal-wrapper tbody tr:hover{background:#00dff30a}
.legal-wrapper tbody td{padding:18px 24px;color:#252A37;font-size:16px;line-height:1.6}
.legal-wrapper th,.legal-wrapper td{vertical-align:top}
.legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#00dff399 0%,#00dff31a 100%);margin:48px 0;max-width:900px;border-radius:2px}
.legal-wrapper div{margin:32px 0}
.legal-wrapper div p{margin-bottom:16px}
.legal-wrapper div p:last-child{margin-bottom:0}
@media (max-width: 1200px) {
.legal-wrapper{padding:60px 20px}
.legal-wrapper table{font-size:15px}
.legal-wrapper thead th,.legal-wrapper tbody td{padding:16px 20px}
}
@media (max-width: 768px) {
.legal-wrapper{padding:40px 16px}
.legal-wrapper p{font-size:16px;line-height:1.7;margin-bottom:20px}
.legal-wrapper table{display:block;overflow-x:auto;border-radius:16px;margin:32px 0}
.legal-wrapper thead th{font-size:14px;padding:14px 16px;white-space:nowrap}
.legal-wrapper tbody td{font-size:14px;padding:14px 16px;min-width:120px}
.legal-wrapper hr{margin:36px 0}
.legal-wrapper div{margin:24px 0}
}
@media (max-width: 480px) {
.legal-wrapper{padding:32px 12px}
.legal-wrapper p{font-size:15px;margin-bottom:18px}
.legal-wrapper table{border-radius:12px;margin:28px 0}
.legal-wrapper thead th,.legal-wrapper tbody td{padding:12px 14px;font-size:13px}
}
.aboutHeroWrap-v1{background:linear-gradient(135deg,#252a37f0 0%,#00dff314 100%),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23252A37" width="800" height="600"/><circle cx="120" cy="80" r="2" fill="%2300DFF3" opacity="0.3"/><circle cx="340" cy="140" r="1.5" fill="%2300DFF3" opacity="0.2"/><circle cx="580" cy="95" r="2.5" fill="%2300DFF3" opacity="0.25"/><circle cx="680" cy="180" r="1.8" fill="%2300DFF3" opacity="0.22"/><circle cx="220" cy="240" r="2.2" fill="%2300DFF3" opacity="0.28"/></svg>');background-size:cover;padding:120px 20px 90px;position:relative;overflow:hidden}
.aboutHeroWrap-v1::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#00dff31f 0%,transparent 60%);pointer-events:none}
.heroContentBox{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:48px}
.heroContentBox .titleSegment-v1{max-width:720px}
.heroContentBox .titleSegment-v1 h1{font-size:58px;line-height:1.15;color:#F1FDFF;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.heroContentBox .titleSegment-v1 .accentPhrase{display:block;color:#00DFF3;font-size:48px;margin-top:12px}
.heroContentBox .subtitleText-v2{font-size:22px;line-height:1.6;color:#f1fdffe0;margin:0;max-width:640px}
.heroVisualContainer{display:flex;align-items:center;gap:28px}
.heroVisualContainer img{width:380px;height:240px;object-fit:cover;border-radius:28px;box-shadow:0 14px 40px #00000059 0 4px 12px #00dff32e;border:2px solid #00dff340}
.storyBlockMain{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(180deg,#F1FDFF 0%,#f1fdff80 100%)}
.storyBlockMain .innerContainer-data{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.storyTextPanel h2{font-size:44px;line-height:1.25;color:#252A37;margin:0 0 32px;font-weight:700;position:relative;padding-left:24px}
.storyTextPanel h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#00DFF3 0%,#00dff34d 100%);border-radius:3px}
.storyTextPanel p{font-size:18px;line-height:1.7;color:#252a37d9;margin:0 0 24px}
.storyVisualPanel{display:flex;flex-direction:column;gap:24px}
.storyVisualPanel img{width:100%;height:320px;object-fit:cover;border-radius:24px;box-shadow:0 8px 28px #252a3726}
.milestoneSectionWrap{background:#252A37;padding:90px 20px;position:relative;overflow:hidden}
.milestoneSectionWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00dff314 0%,transparent 70%);border-radius:50%}
.milestoneInnerBox{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.milestoneInnerBox h2{font-size:42px;line-height:1.3;color:#F1FDFF;margin:0 0 64px;text-align:center;font-weight:700}
.timelineFlexWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.timelineCard-v1{background:#f1fdff0d;border:1px solid #00dff333;border-radius:32px;padding:42px 36px;position:relative;transition:transform 200ms,box-shadow 200ms,border-color 200ms}
.timelineCard-v1:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00dff32e;border-color:#00dff366}
.timelineCard-v1 .yearBadge{display:inline-block;background:linear-gradient(135deg,#00DFF3 0%,#00dff3b3 100%);color:#252A37;font-size:20px;font-weight:700;padding:8px 22px;border-radius:18px;margin-bottom:24px}
.timelineCard-v1 h3{font-size:26px;line-height:1.3;color:#F1FDFF;margin:0 0 16px;font-weight:600}
.timelineCard-v1 p{font-size:17px;line-height:1.65;color:#f1fdffcc;margin:0}
.teamValuesWrapper{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(135deg,#00dff308 0%,#f1fdff80 100%)}
.teamValuesWrapper h2{font-size:46px;line-height:1.25;color:#252A37;margin:0 0 24px;font-weight:700;text-align:center}
.teamValuesWrapper .leadDescription{font-size:20px;line-height:1.6;color:#252a37d1;margin:0 auto 72px;text-align:center;max-width:760px}
.teamGridDisplay{display:grid;grid-template-columns:380px 1fr;gap:56px;align-items:start;margin-bottom:80px}
.profileCardBox{background:#FFF;border-radius:28px;padding:36px;box-shadow:0 6px 24px #252a371f;text-align:center}
.profileCardBox img{width:180px;height:180px;object-fit:cover;border-radius:50%;margin:0 auto 24px;border:4px solid #00dff340}
.profileCardBox h3{font-size:24px;line-height:1.3;color:#252A37;margin:0 0 8px;font-weight:700}
.profileCardBox .roleLabel{font-size:17px;color:#00DFF3;margin:0 0 20px;font-weight:600}
.profileCardBox p{font-size:16px;line-height:1.65;color:#252a37c7;margin:0;text-align:left}
.valuesListPanel{display:flex;flex-direction:column;gap:32px}
.valueItem-fetch{background:#FFF;border-left:5px solid #00DFF3;border-radius:20px;padding:32px 36px;box-shadow:0 4px 18px #252a3714;transition:transform 180ms,box-shadow 180ms}
.valueItem-fetch:hover{transform:translateX(8px);box-shadow:0 8px 28px #252a3724}
.valueItem-fetch h4{font-size:22px;line-height:1.3;color:#252A37;margin:0 0 14px;font-weight:700;display:flex;align-items:center;gap:12px}
.valueItem-fetch h4::before{content:'';width:10px;height:10px;background:#00DFF3;border-radius:50%;flex-shrink:0}
.valueItem-fetch p{font-size:17px;line-height:1.65;color:#252a37cc;margin:0}
.approachSectionLayout{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.approachCardDisplay{background:linear-gradient(135deg,#FFF 0%,#f1fdff99 100%);border-radius:32px;padding:48px 42px;border:2px solid #00dff326;box-shadow:0 6px 24px #252a3714;position:relative;overflow:hidden}
.approachCardDisplay::before{content:'';position:absolute;top:-30px;right:-30px;width:140px;height:140px;background:radial-gradient(circle,#00dff31f 0%,transparent 70%);border-radius:50%}
.approachCardDisplay h4{font-size:28px;line-height:1.3;color:#252A37;margin:0 0 20px;font-weight:700;position:relative}
.approachCardDisplay h4 .iconShape{display:inline-flex;width:48px;height:48px;background:linear-gradient(135deg,#00DFF3 0%,#00dff3b3 100%);border-radius:14px;align-items:center;justify-content:center;margin-bottom:16px}
.approachCardDisplay h4 .iconShape svg{width:26px;height:26px;fill:#252A37}
.approachCardDisplay p{font-size:17px;line-height:1.7;color:#252a37d1;margin:0;position:relative}
.futureVisionBlock{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(180deg,#252A37 0%,#252a37f2 100%);border-radius:48px;position:relative;overflow:hidden}
.futureVisionBlock::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#00dff326 0%,transparent 70%);border-radius:50%}
.futureContentGrid{display:grid;grid-template-columns:1fr 480px;gap:64px;align-items:center;position:relative;z-index:2}
.futureTextColumn h2{font-size:44px;line-height:1.25;color:#F1FDFF;margin:0 0 28px;font-weight:700}
.futureTextColumn h2 .highlightTerm{color:#00DFF3;position:relative}
.futureTextColumn h2 .highlightTerm::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#00DFF3 0%,transparent 100%);border-radius:2px}
.futureTextColumn p{font-size:18px;line-height:1.7;color:#f1fdffe0;margin:0 0 32px}
.opportunityList-v2{display:flex;flex-direction:column;gap:20px;margin-bottom:42px}
.opportunityList-v2 li{font-size:17px;line-height:1.6;color:#f1fdffd9;padding-left:32px;position:relative}
.opportunityList-v2 li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#00DFF3 0%,#00dff399 100%);border-radius:50%}
.futureImageColumn img{width:100%;height:420px;object-fit:cover;border-radius:32px;box-shadow:0 14px 48px #0006 0 4px 16px #00dff333;border:2px solid #00dff34d}
.ctaButtonGroup-data{display:flex;gap:20px;align-items:center}
.mainActionBtn-v1{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#00DFF3 0%,#00dff3d9 100%);color:#252A37;font-size:18px;font-weight:700;padding:18px 38px;border-radius:28px;text-decoration:none;box-shadow:0 6px 20px #00dff34d;transition:transform 180ms,box-shadow 180ms;position:relative;z-index:10}
.mainActionBtn-v1:hover{transform:translateY(-3px);box-shadow:0 10px 32px #00dff366;color:#252A37}
.secondaryActionBtn{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#F1FDFF;font-size:18px;font-weight:600;padding:18px 38px;border-radius:28px;text-decoration:none;border:2px solid #00dff380;transition:border-color 180ms,background 180ms;position:relative;z-index:10}
.secondaryActionBtn:hover{border-color:#00DFF3;background:#00dff31a;color:#F1FDFF}
@media (max-width: 1200px) {
.heroContentBox .titleSegment-v1 h1{font-size:48px}
.heroContentBox .titleSegment-v1 .accentPhrase{font-size:40px}
.storyBlockMain .innerContainer-data{gap:50px}
.timelineFlexWrap{grid-template-columns:1fr 1fr}
.futureContentGrid{grid-template-columns:1fr}
.futureImageColumn{order:-1}
}
@media (max-width: 992px) {
.aboutHeroWrap-v1{padding:80px 20px 60px}
.heroContentBox{gap:36px}
.heroContentBox .titleSegment-v1 h1{font-size:40px}
.heroContentBox .titleSegment-v1 .accentPhrase{font-size:34px}
.heroContentBox .subtitleText-v2{font-size:19px}
.heroVisualContainer{flex-direction:column}
.heroVisualContainer img{width:100%;max-width:480px}
.storyBlockMain{padding:70px 20px}
.storyBlockMain .innerContainer-data{grid-template-columns:1fr;gap:48px}
.milestoneSectionWrap{padding:70px 20px}
.milestoneInnerBox h2{font-size:36px;margin-bottom:48px}
.timelineFlexWrap{grid-template-columns:1fr;gap:32px}
.teamValuesWrapper{padding:70px 20px}
.teamValuesWrapper h2{font-size:38px}
.teamGridDisplay{grid-template-columns:1fr;gap:48px}
.approachSectionLayout{grid-template-columns:1fr;gap:32px}
.futureVisionBlock{padding:70px 20px;border-radius:32px}
.futureTextColumn h2{font-size:36px}
.ctaButtonGroup-data{flex-direction:column;width:100%}
.mainActionBtn-v1,.secondaryActionBtn{width:100%;justify-content:center}
}
@media (max-width: 768px) {
.heroContentBox .titleSegment-v1 h1{font-size:32px}
.heroContentBox .titleSegment-v1 .accentPhrase{font-size:28px}
.heroContentBox .subtitleText-v2{font-size:17px}
.storyTextPanel h2{font-size:34px}
.milestoneInnerBox h2{font-size:30px}
.timelineCard-v1{padding:32px 28px}
.teamValuesWrapper h2{font-size:32px}
.teamValuesWrapper .leadDescription{font-size:18px}
.futureTextColumn h2{font-size:30px}
.futureImageColumn img{height:280px}
}
.heroWrap-v1{background:linear-gradient(135deg,#252A37 0%,#1a1e28 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.heroWrap-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#00dff326 0%,transparent 70%);border-radius:50%}
.heroWrap-v1::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#00dff314 0%,transparent 60%);border-radius:50%}
.heroInner-v1{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;z-index:2}
.heroText-v1{color:#fff}
.heroKicker-v1{font-size:15px;color:#00DFF3;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-weight:600}
.heroHeading-v1{font-size:56px;line-height:1.15;margin-bottom:24px;font-weight:700;color:#fff}
.heroSubline-v1{font-size:20px;line-height:1.6;color:#F1FDFF;margin-bottom:40px;opacity:.9}
.heroBtn-v1{display:inline-block;background:linear-gradient(135deg,#00DFF3 0%,#00b8c7 100%);color:#252A37;padding:16px 36px;border-radius:30px;text-decoration:none;font-weight:600;font-size:17px;transition:all 220ms ease;box-shadow:0 6px 20px #00dff34d}
.heroBtn-v1:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00dff366;color:#252A37}
.heroImageWrap-v1{position:relative}
.heroImageWrap-v1 img{width:100%;height:420px;object-fit:cover;border-radius:35px;box-shadow:0 20px 60px #0006}
.outcomeSection-v2{padding:100px 20px;background:#F1FDFF;position:relative}
.outcomeContainer-v2{max-width:1600px;margin:0 auto}
.outcomeHeader-v2{text-align:center;margin-bottom:70px}
.outcomeTitle-v2{font-size:44px;color:#252A37;margin-bottom:16px;font-weight:700}
.outcomeIntro-v2{font-size:19px;color:#252A37;max-width:720px;margin:0 auto;opacity:.8;line-height:1.7}
.outcomeGrid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}
.outcomeCard-v2{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 4px 16px #252a3714;transition:all 200ms ease;border:2px solid transparent}
.outcomeCard-v2:hover{transform:translateY(-6px);box-shadow:0 12px 32px #252a3726;border-color:#00DFF3}
.outcomeCardIcon-v2{width:64px;height:64px;background:linear-gradient(135deg,#00DFF3 0%,#00b8c7 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.outcomeCardIcon-v2 i{font-size:32px;color:#fff}
.outcomeCardTitle-v2{font-size:22px;color:#252A37;margin-bottom:14px;font-weight:600}
.outcomeCardText-v2{font-size:16px;color:#252A37;line-height:1.65;opacity:.75}
.formatsBlock-v1{padding:100px 20px;background:linear-gradient(180deg,#252A37 0%,#1a1e28 100%);position:relative}
.formatsInner-v1{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:center}
.formatsLeft-v1 img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #0000004d}
.formatsContent-v1{color:#fff}
.formatsTag-v1{display:inline-block;background:#00dff326;color:#00DFF3;padding:8px 20px;border-radius:20px;font-size:14px;margin-bottom:20px;font-weight:600}
.formatsHeading-v1{font-size:42px;margin-bottom:28px;color:#fff;font-weight:700;line-height:1.2}
.formatsList-v1{display:flex;flex-direction:column;gap:24px}
.formatItem-v1{display:flex;gap:18px;align-items:flex-start}
.formatItemIcon-v1{width:48px;height:48px;background:#00dff333;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.formatItemIcon-v1 i{font-size:24px;color:#00DFF3}
.formatItemContent-v1 h4{font-size:20px;color:#fff;margin-bottom:8px;font-weight:600}
.formatItemContent-v1 p{font-size:16px;color:#F1FDFF;opacity:.8;line-height:1.6}
.ecosystemSection-v3{padding:100px 20px;background:#fff}
.ecosystemWrap-v3{max-width:1600px;margin:0 auto}
.ecosystemTop-v3{text-align:center;margin-bottom:60px}
.ecosystemMainTitle-v3{font-size:46px;color:#252A37;margin-bottom:18px;font-weight:700}
.ecosystemDesc-v3{font-size:18px;color:#252A37;opacity:.75;max-width:680px;margin:0 auto;line-height:1.7}
.ecosystemTabs-v3{display:flex;gap:16px;justify-content:center;margin-bottom:50px;flex-wrap:wrap}
.ecosystemTab-v3{display:none}
.ecosystemTabLabel-v3{padding:14px 32px;background:#F1FDFF;color:#252A37;border-radius:25px;cursor:pointer;transition:all 180ms ease;font-weight:600;font-size:16px;border:2px solid transparent}
.ecosystemTab-v3:checked + .ecosystemTabLabel-v3{background:linear-gradient(135deg,#00DFF3 0%,#00b8c7 100%);color:#fff;box-shadow:0 6px 20px #00dff34d}
.ecosystemTabLabel-v3:hover{border-color:#00DFF3}
.ecosystemPanel-v3{display:none;animation:fadeInPanel 400ms ease}
@keyframes fadeInPanel {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
#eco1:checked ~ .ecosystemPanels-v3 .ecosystemPanel-v3:nth-of-type(1),#eco2:checked ~ .ecosystemPanels-v3 .ecosystemPanel-v3:nth-of-type(2),#eco3:checked ~ .ecosystemPanels-v3 .ecosystemPanel-v3:nth-of-type(3){display:grid}
.ecosystemPanel-v3{grid-template-columns:repeat(3,1fr);gap:30px}
.ecosystemFeature-v3{background:#F1FDFF;padding:36px 28px;border-radius:26px;border-left:4px solid #00DFF3;transition:all 200ms ease}
.ecosystemFeature-v3:hover{transform:translateX(8px);box-shadow:0 8px 24px #252a371a}
.ecosystemFeature-v3 h4{font-size:21px;color:#252A37;margin-bottom:12px;font-weight:600}
.ecosystemFeature-v3 p{font-size:16px;color:#252A37;opacity:.7;line-height:1.65}
.relevanceZone-v2{padding:100px 20px;background:linear-gradient(135deg,#F1FDFF 0%,#d9f7fb 100%)}
.relevanceContainer-v2{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.relevanceTextSide-v2{order:2}
.relevanceLabel-v2{font-size:14px;color:#00DFF3;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;font-weight:600}
.relevanceMainHead-v2{font-size:44px;color:#252A37;margin-bottom:24px;font-weight:700;line-height:1.2}
.relevanceBody-v2{font-size:17px;color:#252A37;margin-bottom:36px;opacity:.8;line-height:1.7}
.relevancePoints-v2{display:flex;flex-direction:column;gap:20px}
.relevancePoint-v2{display:flex;gap:16px;align-items:flex-start}
.relevancePointCheck-v2{width:32px;height:32px;background:#00DFF3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.relevancePointCheck-v2 i{font-size:18px;color:#fff}
.relevancePoint-v2 p{font-size:16px;color:#252A37;line-height:1.6;padding-top:4px}
.relevanceImageSide-v2{order:1}
.relevanceImageSide-v2 img{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #252a3726}
.expertBlock-v1{padding:100px 20px;background:#252A37;position:relative;overflow:hidden}
.expertBlock-v1::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#00dff31a 0%,transparent 70%);border-radius:50%}
.expertInner-v1{max-width:1600px;margin:0 auto;position:relative;z-index:2}
.expertHeader-v1{text-align:center;margin-bottom:60px}
.expertHeader-v1 h2{font-size:42px;color:#fff;margin-bottom:20px;font-weight:700}
.expertHeader-v1 p{font-size:18px;color:#F1FDFF;opacity:.85;max-width:700px;margin:0 auto;line-height:1.7}
.expertCard-v1{background:#ffffff0d;backdrop-filter:blur(10px);border-radius:32px;padding:50px;display:grid;grid-template-columns:220px 1fr;gap:50px;align-items:center;border:1px solid #ffffff1a}
.expertAvatar-v1 img{width:100%;height:220px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0000004d}
.expertQuote-v1{color:#fff}
.expertQuote-v1 blockquote{font-size:20px;line-height:1.7;margin-bottom:24px;opacity:.95;font-style:italic;position:relative;padding-left:30px}
.expertQuote-v1 blockquote::before{content:'"';font-size:60px;color:#00DFF3;position:absolute;left:-10px;top:-10px;line-height:1}
.expertAuthor-v1{font-size:18px;font-weight:600;color:#00DFF3;margin-bottom:6px}
.expertRole-v1{font-size:15px;color:#F1FDFF;opacity:.7}
@media (max-width: 1200px) {
.heroInner-v1{grid-template-columns:1fr;gap:50px}
.heroHeading-v1{font-size:46px}
.formatsInner-v1{grid-template-columns:1fr;gap:50px}
.relevanceContainer-v2{grid-template-columns:1fr}
.relevanceTextSide-v2,.relevanceImageSide-v2{order:initial}
.ecosystemPanel-v3{grid-template-columns:1fr}
.expertCard-v1{grid-template-columns:1fr;gap:30px}
.expertAvatar-v1 img{height:280px}
}
@media (max-width: 768px) {
.heroWrap-v1{padding:80px 20px 60px}
.heroHeading-v1{font-size:36px}
.heroSubline-v1{font-size:18px}
.outcomeSection-v2,.formatsBlock-v1,.ecosystemSection-v3,.relevanceZone-v2,.expertBlock-v1{padding:60px 20px}
.outcomeTitle-v2,.formatsHeading-v1,.ecosystemMainTitle-v3,.relevanceMainHead-v2{font-size:32px}
.outcomeGrid-v2{grid-template-columns:1fr}
.ecosystemTabs-v3{flex-direction:column}
.expertCard-v1{padding:30px}
.expertQuote-v1 blockquote{font-size:18px}
}
.heroCircle-v1{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F1FDFF 0%,#00DFF3 100%);overflow:hidden;padding:80px 20px}
.heroCircle-v1::before{content:'';position:absolute;width:700px;height:700px;background:radial-gradient(circle,#00dff326 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.heroCircle-v1::after{content:'';position:absolute;width:450px;height:450px;border:2px solid #252a3714;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.heroInner-wrap{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto}
.heroInner-wrap h1{font-size:3rem;color:#252A37;margin:0 0 24px;font-weight:700;line-height:1.2}
.heroInner-wrap .desc-extended{font-size:1.15rem;color:#252A37;line-height:1.7;margin:0;opacity:.85}
.contactFormSection-v2{background:linear-gradient(180deg,#252A37 0%,#1a1e28 100%);padding:100px 20px;position:relative}
.contactFormSection-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00DFF3 0%,#252A37 50%,#00DFF3 100%)}
.formContainer-tech{max-width:920px;margin:0 auto;background:#f1fdff08;border:1px solid #00dff326;border-radius:28px;padding:60px;box-shadow:0 8px 32px #0000004d inset 0 1px 0 #ffffff0d}
.formHeader-tech{text-align:center;margin-bottom:50px}
.formHeader-tech h2{font-size:2.2rem;color:#F1FDFF;margin:0 0 16px;font-weight:600}
.formHeader-tech p{font-size:1.05rem;color:#00DFF3;margin:0;line-height:1.6}
.formGrid-tech{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:28px}
.inputGroup-tech{display:flex;flex-direction:column}
.inputGroup-tech.fullWidth-tech{grid-column:1 / -1}
.inputGroup-tech label{font-size:.95rem;color:#00DFF3;margin-bottom:10px;font-weight:500;letter-spacing:.3px}
.inputGroup-tech input[type="text"],.inputGroup-tech input[type="email"],.inputGroup-tech input[type="tel"]{background:#00dff30d;border:1px solid #00dff333;border-radius:12px;padding:16px 20px;font-size:1rem;color:#F1FDFF;transition:all 180ms ease;outline:none}
.inputGroup-tech input[type="text"]:focus,.inputGroup-tech input[type="email"]:focus,.inputGroup-tech input[type="tel"]:focus{border-color:#00DFF3;background:#00dff314;box-shadow:0 0 0 3px #00dff31a}
.radioOptions-tech{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px}
.radioItem-tech{position:relative}
.radioItem-tech input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radioItem-tech label{display:block;background:#00dff30d;border:2px solid #00dff333;border-radius:14px;padding:18px 12px;text-align:center;cursor:pointer;transition:all 200ms ease;font-size:.95rem;color:#F1FDFF;font-weight:500}
.radioItem-tech input[type="radio"]:checked + label{background:#00dff326;border-color:#00DFF3;box-shadow:0 0 0 3px #00dff31a}
.radioItem-tech label:hover{border-color:#00DFF3;background:#00dff314}
.privacyCheck-tech{display:flex;align-items:flex-start;gap:12px;margin:32px 0;padding:20px;background:#00dff308;border-radius:12px;border:1px solid #00dff31a}
.privacyCheck-tech input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacyCheck-tech label{font-size:.92rem;color:#F1FDFF;line-height:1.6;cursor:pointer;margin:0}
.privacyCheck-tech a{color:#00DFF3;text-decoration:none;border-bottom:1px solid #00dff34d;transition:border-color 180ms ease}
.privacyCheck-tech a:hover{border-color:#00DFF3}
.submitBtn-tech{width:100%;background:linear-gradient(135deg,#00DFF3 0%,#00b8c8 100%);border:none;border-radius:14px;padding:18px 32px;font-size:1.1rem;font-weight:600;color:#252A37;cursor:pointer;transition:all 200ms ease;box-shadow:0 6px 20px #00dff34d;position:relative;z-index:10}
.submitBtn-tech:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00dff366}
.submitBtn-tech:active{transform:translateY(0)}
.contactDetails-tech{margin-top:50px;padding-top:50px;border-top:1px solid #00dff326}
.detailsGrid-tech{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.detailItem-tech{text-align:center;padding:24px;background:#00dff308;border-radius:16px;border:1px solid #00dff31a;transition:all 200ms ease}
.detailItem-tech:hover{background:#00dff30f;border-color:#00dff333}
.detailItem-tech i{font-size:2rem;color:#00DFF3;margin-bottom:16px}
.detailItem-tech h3{font-size:1.1rem;color:#F1FDFF;margin:0 0 12px;font-weight:600}
.detailItem-tech p{font-size:.95rem;color:#f1fdffb3;margin:0;line-height:1.6}
.detailItem-tech a{color:#00DFF3;text-decoration:none;transition:color 180ms ease}
.detailItem-tech a:hover{color:#F1FDFF}
@media (max-width: 992px) {
.heroInner-wrap h1{font-size:2.4rem}
.formContainer-tech{padding:45px 35px}
.formGrid-tech{grid-template-columns:1fr}
.radioOptions-tech{grid-template-columns:1fr}
.detailsGrid-tech{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.heroCircle-v1{min-height:420px;padding:60px 20px}
.heroCircle-v1::before{width:500px;height:500px}
.heroCircle-v1::after{width:320px;height:320px}
.heroInner-wrap h1{font-size:2rem}
.heroInner-wrap .desc-extended{font-size:1rem}
.contactFormSection-v2{padding:70px 20px}
.formContainer-tech{padding:35px 25px}
.formHeader-tech h2{font-size:1.8rem}
.submitBtn-tech{font-size:1rem;padding:16px 28px}
}
.heroStudy-v1{background:linear-gradient(135deg,#F1FDFF 0%,#00dff326 100%);padding:80px 20px;position:relative;overflow:hidden}
.heroStudy-v1::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#00dff314;border-radius:50%;z-index:1}
.heroStudy-v1::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;background:#252a370d;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;z-index:1}
.heroStudy-v1 .contentWrap-v2{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.heroStudy-v1 .textArea{padding-right:40px}
.heroStudy-v1 .mainHeading{font-size:52px;line-height:1.2;color:#252A37;margin:0 0 24px;font-weight:700}
.heroStudy-v1 .mainHeading span{color:#00DFF3;position:relative}
.heroStudy-v1 .descText{font-size:19px;line-height:1.7;color:#252A37;margin:0 0 32px;opacity:.85}
.heroStudy-v1 .imageArea{position:relative}
.heroStudy-v1 .imageArea img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 12px 40px #252a372e}
.resourceGrid-v1{padding:90px 20px;background:#FFF}
.resourceGrid-v1 .innerContainer{max-width:1600px;margin:0 auto}
.resourceGrid-v1 .sectionLabel{text-align:center;margin:0 0 60px}
.resourceGrid-v1 .sectionLabel h2{font-size:42px;color:#252A37;margin:0 0 16px;font-weight:700}
.resourceGrid-v1 .sectionLabel p{font-size:18px;color:#252A37;opacity:.75;margin:0}
.resourceGrid-v1 .cardsLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.resourceGrid-v1 .resourceCard{background:linear-gradient(145deg,#F1FDFF 0%,#FFF 100%);border-radius:28px;padding:40px 32px;border:2px solid transparent;transition:all 220ms ease;position:relative}
.resourceGrid-v1 .resourceCard::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:28px;background:linear-gradient(135deg,#00DFF3,#252A37);opacity:0;transition:opacity 220ms ease;z-index:-1}
.resourceGrid-v1 .resourceCard:hover{transform:translateY(-8px);border-color:#00DFF3;box-shadow:0 16px 48px #00dff340}
.resourceGrid-v1 .resourceCard .iconHolder{width:64px;height:64px;background:#00dff326;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.resourceGrid-v1 .resourceCard .iconHolder i{font-size:32px;color:#00DFF3}
.resourceGrid-v1 .resourceCard h3{font-size:24px;color:#252A37;margin:0 0 16px;font-weight:600}
.resourceGrid-v1 .resourceCard p{font-size:16px;line-height:1.6;color:#252A37;opacity:.75;margin:0}
.progressTracker-v1{padding:90px 20px;background:linear-gradient(180deg,#252A37 0%,#1a1e28 100%);position:relative}
.progressTracker-v1 .trackContainer{max-width:1600px;margin:0 auto}
.progressTracker-v1 .trackHeader{text-align:center;margin:0 0 70px}
.progressTracker-v1 .trackHeader h2{font-size:44px;color:#FFF;margin:0 0 18px;font-weight:700}
.progressTracker-v1 .trackHeader p{font-size:18px;color:#F1FDFF;opacity:.8;margin:0}
.progressTracker-v1 .stepsFlow{display:flex;justify-content:space-between;position:relative}
.progressTracker-v1 .stepsFlow::before{content:'';position:absolute;top:50px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#00DFF3 0%,#00dff34d 100%);z-index:1}
.progressTracker-v1 .stepItem{flex:1;max-width:280px;text-align:center;position:relative;z-index:2}
.progressTracker-v1 .stepItem .stepCircle{width:100px;height:100px;background:linear-gradient(135deg,#00DFF3 0%,#00b8c9 100%);border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00dff366;position:relative}
.progressTracker-v1 .stepItem .stepCircle .stepNum{font-size:36px;color:#252A37;font-weight:700}
.progressTracker-v1 .stepItem h4{font-size:22px;color:#FFF;margin:0 0 12px;font-weight:600}
.progressTracker-v1 .stepItem p{font-size:15px;line-height:1.6;color:#F1FDFF;opacity:.75;margin:0}
.expertPanel-v1{padding:90px 20px;background:#F1FDFF}
.expertPanel-v1 .panelWrap{max-width:1600px;margin:0 auto}
.expertPanel-v1 .panelTitle{margin:0 0 60px}
.expertPanel-v1 .panelTitle h2{font-size:42px;color:#252A37;margin:0 0 16px;font-weight:700}
.expertPanel-v1 .panelTitle p{font-size:18px;color:#252A37;opacity:.75;margin:0;max-width:800px}
.expertPanel-v1 .expertsDisplay{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.expertPanel-v1 .expertBox{background:#FFF;border-radius:32px;padding:48px;display:flex;gap:32px;box-shadow:0 4px 24px #252a3714;transition:all 200ms ease}
.expertPanel-v1 .expertBox:hover{transform:translateY(-6px);box-shadow:0 12px 40px #252a3726}
.expertPanel-v1 .expertBox .photoArea{flex-shrink:0}
.expertPanel-v1 .expertBox .photoArea img{width:140px;height:140px;border-radius:24px;object-fit:cover;border:3px solid #00DFF3}
.expertPanel-v1 .expertBox .infoArea h3{font-size:26px;color:#252A37;margin:0 0 8px;font-weight:600}
.expertPanel-v1 .expertBox .infoArea .roleLabel{font-size:16px;color:#00DFF3;margin:0 0 20px;font-weight:500}
.expertPanel-v1 .expertBox .infoArea .bioText{font-size:16px;line-height:1.65;color:#252A37;opacity:.8;margin:0}
.actionZone-v1{padding:100px 20px;background:linear-gradient(135deg,#00dff31f 0%,#252a3714 100%);position:relative;overflow:hidden}
.actionZone-v1::before{content:'';position:absolute;top:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,#00dff326 0%,transparent 70%);z-index:1}
.actionZone-v1 .actionContainer{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}
.actionZone-v1 .actionContainer h2{font-size:48px;color:#252A37;margin:0 0 24px;font-weight:700}
.actionZone-v1 .actionContainer .leadText{font-size:20px;line-height:1.6;color:#252A37;opacity:.85;margin:0 0 40px;max-width:900px;margin-left:auto;margin-right:auto}
.actionZone-v1 .buttonGroup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.actionZone-v1 .buttonGroup .primaryBtn{padding:18px 48px;background:linear-gradient(135deg,#00DFF3 0%,#00b8c9 100%);color:#252A37;font-size:18px;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all 180ms ease;box-shadow:0 6px 20px #00dff34d;text-decoration:none;display:inline-block;z-index:10;position:relative}
.actionZone-v1 .buttonGroup .primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00dff373}
.actionZone-v1 .buttonGroup .secondaryBtn{padding:18px 48px;background:transparent;color:#252A37;font-size:18px;font-weight:600;border-radius:30px;border:2px solid #252A37;cursor:pointer;transition:all 180ms ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.actionZone-v1 .buttonGroup .secondaryBtn:hover{background:#252A37;color:#F1FDFF;transform:translateY(-3px)}
@media (max-width: 1024px) {
.heroStudy-v1 .contentWrap-v2{grid-template-columns:1fr;gap:40px}
.heroStudy-v1 .textArea{padding-right:0}
.heroStudy-v1 .mainHeading{font-size:42px}
.resourceGrid-v1 .cardsLayout{grid-template-columns:repeat(2,1fr)}
.progressTracker-v1 .stepsFlow{flex-direction:column;gap:40px;align-items:center}
.progressTracker-v1 .stepsFlow::before{display:none}
.expertPanel-v1 .expertsDisplay{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroStudy-v1{padding:60px 20px}
.heroStudy-v1 .mainHeading{font-size:36px}
.heroStudy-v1 .descText{font-size:17px}
.heroStudy-v1 .imageArea img{height:320px}
.resourceGrid-v1 .cardsLayout{grid-template-columns:1fr}
.resourceGrid-v1 .sectionLabel h2{font-size:34px}
.progressTracker-v1 .trackHeader h2{font-size:36px}
.expertPanel-v1 .panelTitle h2{font-size:34px}
.expertPanel-v1 .expertBox{flex-direction:column;text-align:center}
.expertPanel-v1 .expertBox .photoArea img{margin:0 auto}
.actionZone-v1 .actionContainer h2{font-size:36px}
.actionZone-v1 .buttonGroup{flex-direction:column;align-items:center}
.actionZone-v1 .buttonGroup .primaryBtn,.actionZone-v1 .buttonGroup .secondaryBtn{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.heroStudy-v1 .mainHeading{font-size:30px}
.heroStudy-v1 .imageArea img{height:260px}
.resourceGrid-v1{padding:60px 20px}
.progressTracker-v1{padding:60px 20px}
.expertPanel-v1{padding:60px 20px}
.actionZone-v1{padding:70px 20px}
}
.submitSuccess-v1{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F1FDFF 0%,#fff 50%,#F1FDFF 100%);padding:60px 20px;position:relative;overflow:hidden}
.submitSuccess-v1::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#00dff30d 0%,transparent 70%);animation:rotateGrad-v1 20s linear infinite}
@keyframes rotateGrad-v1 {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.successWrap-v1{max-width:800px;width:100%;margin:0 auto;position:relative;z-index:2}
.iconCircle-v1{width:140px;height:140px;margin:0 auto 40px;background:linear-gradient(135deg,#00DFF3 0%,#252A37 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px #00dff34d;animation:pulseIcon-v1 2s ease-in-out infinite}
@keyframes pulseIcon-v1 {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #00dff34d}
50%{transform:scale(1.05);box-shadow:0 12px 32px #00dff380}
}
.iconCircle-v1::before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid #00dff34d;border-radius:50%}
.iconCircle-v1 svg{width:70px;height:70px;fill:#F1FDFF}
.mainHeading-v1{font-size:48px;font-weight:700;color:#252A37;text-align:center;margin:0 0 24px;line-height:1.2}
.accentNum-v1{color:#00DFF3;display:block;font-size:56px;margin-bottom:8px}
.descText-v1{font-size:18px;color:#252A37;text-align:center;line-height:1.6;margin:0 0 48px;max-width:600px;margin-left:auto;margin-right:auto}
.actionRow-v1{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.primaryBtn-v1{padding:16px 40px;background:linear-gradient(135deg,#252A37 0%,#00DFF3 100%);color:#F1FDFF;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;transition:all 200ms ease;box-shadow:0 6px 20px #252a374d;display:inline-flex;align-items:center;gap:10px;z-index:10;position:relative}
.primaryBtn-v1:hover{transform:translateY(-3px);box-shadow:0 10px 28px #252a3766}
.secondaryBtn-v1{padding:16px 40px;background:transparent;color:#252A37;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;border:2px solid #252A37;transition:all 200ms ease;display:inline-flex;align-items:center;gap:10px;z-index:10;position:relative}
.secondaryBtn-v1:hover{background:#252A37;color:#F1FDFF;transform:translateY(-3px)}
.decorShape-v1{position:absolute;opacity:.4;pointer-events:none}
.decorShape-v1.shape1{top:10%;left:5%;width:100px;height:100px;border:3px solid #00DFF3;border-radius:50%;animation:floatShape1-v1 6s ease-in-out infinite}
.decorShape-v1.shape2{bottom:15%;right:8%;width:80px;height:80px;background:linear-gradient(135deg,#00dff333 0%,transparent 100%);border-radius:40px;animation:floatShape2-v1 8s ease-in-out infinite}
.decorShape-v1.shape3{top:50%;left:10%;width:60px;height:60px;border:2px dashed #252a374d;border-radius:20px;transform:rotate(45deg);animation:rotateShape-v1 10s linear infinite}
@keyframes floatShape1-v1 {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
@keyframes floatShape2-v1 {
0%,100%{transform:translateY(0px) translateX(0px)}
50%{transform:translateY(15px) translateX(-10px)}
}
@keyframes rotateShape-v1 {
0%{transform:rotate(45deg)}
100%{transform:rotate(405deg)}
}
.infoGrid-v1{max-width:1400px;margin:80px auto 0;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.infoCard-v1{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 4px 16px #252a3714;transition:all 220ms ease;border:2px solid transparent}
.infoCard-v1:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00dff326;border-color:#00DFF3}
.cardIcon-v1{width:60px;height:60px;background:linear-gradient(135deg,#00dff326 0%,#f1fdff80 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.cardIcon-v1 i{font-size:28px;color:#00DFF3}
.cardTitle-v1{font-size:22px;font-weight:700;color:#252A37;margin:0 0 16px}
.cardDesc-v1{font-size:15px;color:#252A37;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.infoGrid-v1{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.submitSuccess-v1{padding:40px 20px}
.iconCircle-v1{width:110px;height:110px;margin-bottom:32px}
.iconCircle-v1 svg{width:55px;height:55px}
.mainHeading-v1{font-size:36px}
.accentNum-v1{font-size:42px}
.descText-v1{font-size:16px;margin-bottom:36px}
.actionRow-v1{flex-direction:column;gap:16px}
.primaryBtn-v1,.secondaryBtn-v1{width:100%;justify-content:center;padding:14px 32px}
.infoGrid-v1{grid-template-columns:1fr;gap:20px;margin-top:60px}
.infoCard-v1{padding:32px 24px}
}
@media (max-width: 480px) {
.mainHeading-v1{font-size:28px}
.accentNum-v1{font-size:36px}
.descText-v1{font-size:15px}
.decorShape-v1{display:none}
}