*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Cabin',sans-serif;background-color:#252424;color:#F6F6F6;font-size:16px;line-height:1.6}
.SiteHeader{background:linear-gradient(180deg,#1a1919 0%,#252424 100%);border-bottom:1px solid #78c0ff33}
.SiteHeader .TopRow{text-align:center;padding:28px 20px 0}
.SiteHeader .TopRow .CompanyName{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#F6F6F6;letter-spacing:.08em;text-transform:uppercase;line-height:1.1}
.SiteHeader .TopRow .SiteTagline{font-size:clamp(0.85rem,1.8vw,1.05rem);color:#78C0FF;font-weight:400;margin-top:6px;letter-spacing:.04em}
.SiteHeader .BottomRow{display:flex;align-items:center;justify-content:space-between;padding:22px 40px;max-width:1280px;margin:0 auto;gap:20px}
.SiteHeader .LogoHolder{flex-shrink:0}
.SiteHeader .LogoHolder a{display:block}
.SiteHeader .LogoHolder img{width:90px;height:90px;object-fit:contain;border-radius:8px;box-shadow:0 0 12px #78c0ff40;background:#78c0ff12;padding:6px}
.MainNav ul{list-style:none;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.MainNav ul li a{display:block;color:#F6F6F6;text-decoration:none;font-size:.92rem;font-weight:500;padding:9px 18px;border-radius:6px;border:1px solid transparent;transition:color 0.2s,border-color 0.2s,background .2s;white-space:nowrap}
.MainNav ul li a:hover{color:#78C0FF;border-color:#78c0ff59;background:#78c0ff12}
.MainNav ul li a.nav--active{color:#78C0FF;border-color:#78c0ff80;background:#78c0ff1a}
.SiteFooter{background:linear-gradient(0deg,#1a1919 0%,#252424 100%);border-top:1px solid #78c0ff2e;padding:52px 40px 28px}
.SiteFooter .FooterInner{max-width:1280px;margin:0 auto}
.SiteFooter .FooterTop{display:flex;align-items:flex-start;gap:48px;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid #78c0ff1f}
.SiteFooter .FooterBrand{flex:1 1 260px}
.SiteFooter .FooterBrand .FooterLogo{width:70px;height:70px;object-fit:contain;border-radius:8px;background:#78c0ff12;padding:5px;box-shadow:0 0 10px #78c0ff2e;margin-bottom:14px}
.SiteFooter .FooterBrand .FooterCompanyName{font-size:1.4rem;font-weight:700;color:#F6F6F6;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}
.SiteFooter .FooterBrand p{font-size:.88rem;color:#f6f6f699;line-height:1.65;max-width:300px}
.SiteFooter .FooterLinks{flex:1 1 200px}
.SiteFooter .FooterLinks h4{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#78C0FF;margin-bottom:16px}
.SiteFooter .FooterLinks ul{list-style:none}
.SiteFooter .FooterLinks ul li{margin-bottom:10px}
.SiteFooter .FooterLinks ul li a{color:#f6f6f6a6;text-decoration:none;font-size:.88rem;transition:color .2s}
.SiteFooter .FooterLinks ul li a:hover{color:#78C0FF}
.SiteFooter .FooterContact{flex:1 1 200px}
.SiteFooter .FooterContact h4{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#78C0FF;margin-bottom:16px}
.SiteFooter .FooterContact .ContactItem{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.88rem;color:#f6f6f6a6}
.SiteFooter .FooterContact .ContactItem i{color:#78C0FF;margin-top:2px;font-size:1rem;flex-shrink:0}
.SiteFooter .FooterContact .ContactItem a{color:#f6f6f6a6;text-decoration:none;transition:color .2s}
.SiteFooter .FooterContact .ContactItem a:hover{color:#78C0FF}
.SiteFooter .FooterBottom{padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.SiteFooter .FooterBottom .CopyrightText{font-size:.82rem;color:#f6f6f666}
.SiteFooter .FooterBottom .CopyrightText span{color:#78C0FF}
.CookiePopup{position:fixed;left:24px;top:50%;transform:translateY(calc(-50% + 60px));opacity:0;width:320px;background:#1e1e1e;border:1px solid #78c0ff40;border-radius:10px;padding:24px;box-shadow:0 8px 32px #00000080 0 0 0 1px #78c0ff14;z-index:9999;transition:transform .4s ease,opacity .4s ease}
.CookiePopup[data-state="visible"]{transform:translateY(-50%);opacity:1}
.CookiePopup[data-state="hidden"]{transform:translateY(calc(-50% + 60px));opacity:0;pointer-events:none}
.CookiePopup .CookieTitle{font-size:.95rem;font-weight:600;color:#F6F6F6;margin-bottom:10px}
.CookiePopup .CookieText{font-size:.82rem;color:#f6f6f699;line-height:1.6;margin-bottom:16px}
.CookiePopup .CookiePolicyLink{font-size:.8rem;color:#78C0FF;text-decoration:underline;display:inline-block;margin-bottom:18px;cursor:pointer;background:none;border:none}
.CookieExpandSection{display:none;font-size:.78rem;color:#f6f6f680;background:#78c0ff0d;border-radius:6px;padding:12px;margin-bottom:16px;line-height:1.6}
.CookieExpandSection.expand--open{display:block}
.CookieExpandSection a{color:#78C0FF;text-decoration:underline}
.CookiePopup .CookieBtnRow{display:flex;gap:10px}
.CookiePopup .CookieBtnRow button{flex:1;padding:9px 12px;font-family:'Cabin',sans-serif;font-size:.83rem;font-weight:600;border-radius:6px;cursor:pointer;border:1px solid #78c0ff73;background:transparent;color:#F6F6F6;transition:background 0.2s,color .2s}
.CookiePopup .CookieBtnRow button:hover{background:#78c0ff1f;color:#78C0FF}
@media (max-width: 900px) {
.SiteHeader .BottomRow{padding:18px 20px;flex-direction:column;align-items:center}
.MainNav ul{justify-content:center}
.SiteFooter .FooterTop{flex-direction:column;gap:32px}
.SiteFooter .FooterBottom{flex-direction:column;align-items:flex-start}
}
@media (max-width: 560px) {
.SiteHeader .TopRow{padding:20px 16px 0}
.SiteHeader .BottomRow{padding:16px}
.MainNav ul li a{padding:8px 12px;font-size:.85rem}
.CookiePopup{left:12px;right:12px;width:auto}
.SiteFooter{padding:36px 20px 20px}
}
.text-policy{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#252424;color:#F6F6F6;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.8}
.text-policy h1{font-size:2.4rem;font-weight:800;line-height:1.2;margin:0 0 32px;padding-bottom:20px;background:linear-gradient(135deg,#F6F6F6 40%,#78C0FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:2px solid #78C0FF;letter-spacing:-.5px}
.text-policy h2{font-size:1.75rem;font-weight:700;line-height:1.3;margin:52px 0 18px;color:#78C0FF;letter-spacing:-.3px;position:relative;padding-left:16px}
.text-policy h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#78C0FF,#252424);border-radius:4px}
.text-policy h3{font-size:1.35rem;font-weight:700;line-height:1.4;margin:36px 0 14px;color:#F6F6F6;letter-spacing:.1px}
.text-policy h4{font-size:1.1rem;font-weight:600;line-height:1.5;margin:28px 0 10px;color:#c8e8ff;text-transform:uppercase;letter-spacing:.8px;font-size:.95rem}
.text-policy h5{font-size:1rem;font-weight:600;line-height:1.5;margin:24px 0 8px;color:#aad4f5;letter-spacing:.3px}
.text-policy h6{font-size:.9rem;font-weight:600;line-height:1.6;margin:20px 0 8px;color:#90c4ee;letter-spacing:.2px;font-style:italic}
.text-policy em,.text-policy i{color:#78C0FF;font-style:italic;font-weight:inherit}
.text-policy a{color:#78C0FF;text-decoration:underline;text-decoration-color:#78c0ff66;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;font-weight:500}
.text-policy a:hover{color:#b8dcff;text-decoration-color:#b8dcffcc}
.text-policy a:visited{color:#9ecfee}
.text-policy a:focus{outline:2px solid #78C0FF;outline-offset:3px;border-radius:2px}
.text-policy hr{border:none;height:1px;background:linear-gradient(90deg,transparent,#78C0FF,transparent);margin:48px 0;opacity:.5}
.text-policy div{margin-bottom:12px}
.text-policy div p,.text-policy div + div{margin-top:0}
@media (max-width: 768px) {
.text-policy{padding:32px 20px 60px;font-size:15px}
.text-policy h1{font-size:1.8rem;margin-bottom:24px;padding-bottom:16px}
.text-policy h2{font-size:1.4rem;margin-top:40px}
.text-policy h3{font-size:1.2rem;margin-top:28px}
.text-policy h4{font-size:.9rem}
.text-policy hr{margin:36px 0}
}
@media (max-width: 480px) {
.text-policy{padding:24px 16px 48px;font-size:14px;line-height:1.75}
.text-policy h1{font-size:1.5rem}
.text-policy h2{font-size:1.25rem;margin-top:32px;padding-left:12px}
.text-policy h2::before{width:3px}
.text-policy h3{font-size:1.1rem}
}
.wp-block-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#252424 0%,#1a1a1a 60%,#1e2a35 100%);padding:80px 20px}
.wp-block-hero .hero-bg-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,#78c0ff1f 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,#78c0ff12 0%,transparent 50%);animation:HeroPulse 6s ease-in-out infinite alternate;pointer-events:none}
@keyframes HeroPulse {
0%{opacity:.7}
100%{opacity:1}
}
.wp-block-hero .HeroInner{display:flex;flex-direction:row;align-items:center;gap:48px;max-width:1280px;margin:0 auto}
.wp-block-hero .HeroImageHolder{flex:0 0 45%;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 40px #78c0ff2e 0 2px 8px #00000080}
.wp-block-hero .HeroImageHolder img{width:100%;height:480px;object-fit:cover;display:block;border-radius:12px;transition:transform .1s linear;will-change:transform}
.wp-block-hero .HeroImageHolder .hero-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#2524248c 100%);border-radius:12px}
.wp-block-hero .HeroTextHolder{flex:1 1 0;display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}
.wp-block-hero .HeroTextHolder .hero-label{display:inline-block;background:linear-gradient(90deg,#78c0ff2e,#78c0ff0d);border:1px solid #78c0ff4d;border-radius:6px;padding:5px 14px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#78C0FF;width:fit-content}
.wp-block-hero .HeroTextHolder h1{font-size:clamp(28px,4vw,46px);font-weight:700;line-height:1.18;color:#F6F6F6;margin:0}
.wp-block-hero .HeroTextHolder h1 .hero-accent{color:#78C0FF;position:relative}
.wp-block-hero .HeroTextHolder h1 .hero-accent::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#78C0FF,transparent);border-radius:2px}
.wp-block-hero .HeroTextHolder .hero-desc{color:#f6f6f6bf;font-size:16px;line-height:1.65;margin:0}
.HeroPointsList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.HeroPointsList li{display:flex;align-items:flex-start;gap:12px;color:#F6F6F6;font-size:15px;line-height:1.5}
.HeroPointsList li .point-icon{flex-shrink:0;width:22px;height:22px;background:linear-gradient(135deg,#78C0FF,#4a9fd4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.HeroPointsList li .point-icon svg{width:12px;height:12px;fill:#252424}
.HeroCtaBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#78C0FF,#4a9fd4);color:#252424;font-weight:700;font-size:15px;padding:14px 30px;border-radius:8px;text-decoration:none;width:fit-content;box-shadow:0 4px 20px #78c0ff4d;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:5}
.HeroCtaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #78c0ff73}
.ExpertsSection{background:#1c1b1b;padding:80px 20px;position:relative}
.ExpertsSection::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#78C0FF,transparent)}
.ExpertsSection .experts-holder{max-width:1280px;margin:0 auto}
.ExpertsSection .section-header-block{display:flex;flex-direction:column;gap:10px;margin-bottom:52px}
.ExpertsSection .section-header-block .sec-tag{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#78C0FF}
.ExpertsSection .section-header-block h2{font-size:clamp(22px,3vw,34px);font-weight:700;color:#F6F6F6;margin:0;position:relative;padding-left:18px}
.ExpertsSection .section-header-block h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#78C0FF,#4a9fd4);border-radius:2px}
.ExpertsSection .section-header-block .sec-subtitle{color:#f6f6f699;font-size:15px;line-height:1.6;max-width:580px;margin:0;padding-left:18px}
.ExpertsGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.ExpertCard{background:linear-gradient(145deg,#252424,#2a2929);border:1px solid #78c0ff1f;border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:border-color 0.3s,box-shadow .3s;position:relative;overflow:hidden}
.ExpertCard::after{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle at top right,#78c0ff14,transparent 70%);pointer-events:none}
.ExpertCard:hover{border-color:#78c0ff59;box-shadow:0 6px 30px #78c0ff1f}
.ExpertCard .expert-profile-row{display:flex;flex-direction:row;align-items:center;gap:18px}
.ExpertCard .expert-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:2px solid #78c0ff4d;box-shadow:0 0 0 4px #78c0ff12;flex-shrink:0}
.ExpertCard .expert-avatar-placeholder{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#252424,#345);border:2px solid #78c0ff4d;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ExpertCard .expert-avatar-placeholder svg{width:32px;height:32px;fill:#78c0ff80}
.ExpertCard .expert-meta{display:flex;flex-direction:column;gap:3px}
.ExpertCard .expert-meta .expert-name{font-size:17px;font-weight:700;color:#F6F6F6;margin:0}
.ExpertCard .expert-meta .expert-role{font-size:13px;color:#78C0FF;margin:0}
.ExpertCard .expert-meta .expert-exp{font-size:12px;color:#f6f6f673}
.ExpertCard .expert-bio{font-size:14px;line-height:1.65;color:#f6f6f6b3;margin:0}
.ExpertCard .expert-skills{display:flex;flex-wrap:wrap;gap:8px}
.ExpertCard .expert-skills .skill-tag{background:#78c0ff1a;border:1px solid #78c0ff33;color:#78C0FF;font-size:12px;padding:4px 10px;border-radius:4px}
.ExpertCard .expert-stat-row{display:flex;flex-direction:row;gap:20px;padding-top:12px;border-top:1px solid #f6f6f612}
.ExpertCard .expert-stat-row .e-stat{display:flex;flex-direction:column;gap:2px}
.ExpertCard .expert-stat-row .e-stat .e-stat-val{font-size:20px;font-weight:700;color:#78C0FF}
.ExpertCard .expert-stat-row .e-stat .e-stat-lbl{font-size:11px;color:#f6f6f673;text-transform:uppercase;letter-spacing:.08em}
.ExpertCard.card-featured{grid-column:span 2;flex-direction:row;gap:36px}
.ExpertCard.card-featured .expert-featured-img{flex:0 0 220px;height:100%;min-height:200px}
.ExpertCard.card-featured .expert-featured-img img{width:220px;height:220px;object-fit:cover;border-radius:10px;border:2px solid #78c0ff33}
.ExpertCard.card-featured .expert-featured-content{flex:1;display:flex;flex-direction:column;gap:16px}
.SocialSection{padding:80px 20px;background:#252424;position:relative;overflow:hidden}
.SocialSection::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 80%,#78c0ff12 0%,transparent 55%);pointer-events:none}
.SocialSection .social-holder{max-width:1280px;margin:0 auto;position:relative}
.SocialSection .social-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}
.SocialSection .social-text-col{grid-column:span 1;padding-right:48px;display:flex;flex-direction:column;gap:20px;border-right:1px solid #78c0ff26}
.SocialSection .social-text-col .sec-tag2{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#78C0FF}
.SocialSection .social-text-col h2{font-size:clamp(20px,2.8vw,30px);font-weight:700;color:#F6F6F6;margin:0;line-height:1.25}
.SocialSection .social-text-col .social-desc{font-size:14px;line-height:1.7;color:#f6f6f6a6;margin:0}
.SocialSection .social-text-col .social-cta{display:inline-flex;align-items:center;gap:8px;color:#78C0FF;font-size:14px;font-weight:600;text-decoration:none;border:1px solid #78c0ff59;padding:10px 20px;border-radius:6px;width:fit-content;transition:background 0.2s,color .2s}
.SocialSection .social-text-col .social-cta:hover{background:#78c0ff1a}
.SocialSection .social-cards-col{grid-column:span 2;padding-left:48px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-content:start}
.SocialCard{background:linear-gradient(145deg,#2a2929,#1e1e1e);border:1px solid #78c0ff1a;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:14px;transition:transform 0.2s,border-color .2s}
.SocialCard:hover{transform:translateY(-3px);border-color:#78c0ff47}
.SocialCard .sc-icon{width:44px;height:44px;background:linear-gradient(135deg,#78c0ff26,#78c0ff0d);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#78C0FF}
.SocialCard h4{font-size:15px;font-weight:700;color:#F6F6F6;margin:0}
.SocialCard .sc-text{font-size:13px;line-height:1.6;color:#f6f6f699;margin:0}
.SocialCard .sc-metric{display:flex;align-items:center;gap:8px}
.SocialCard .sc-metric .sc-num{font-size:22px;font-weight:700;color:#78C0FF}
.SocialCard .sc-metric .sc-unit{font-size:12px;color:#f6f6f666;text-transform:uppercase;letter-spacing:.08em}
.SocialImageStrip{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.SocialImageStrip .soc-img-item{border-radius:10px;overflow:hidden;position:relative;height:180px}
.SocialImageStrip .soc-img-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.SocialImageStrip .soc-img-item:hover img{transform:scale(1.05)}
.SocialImageStrip .soc-img-item .soc-img-label{position:absolute;bottom:10px;left:10px;background:#252424d1;color:#78C0FF;font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;letter-spacing:.06em}
.svg-divider{display:block;width:100%;line-height:0;overflow:hidden}
.svg-divider svg{display:block;width:100%}
@media (max-width: 1024px) {
.ExpertsGrid{grid-template-columns:1fr}
.ExpertCard.card-featured{grid-column:span 1;flex-direction:column}
.ExpertCard.card-featured .expert-featured-img{flex:unset}
.ExpertCard.card-featured .expert-featured-img img{width:100%;height:220px}
.SocialSection .social-layout{grid-template-columns:1fr}
.SocialSection .social-text-col{padding-right:0;border-right:none;border-bottom:1px solid #78c0ff26;padding-bottom:32px}
.SocialSection .social-cards-col{padding-left:0;padding-top:32px}
.SocialImageStrip{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.wp-block-hero .HeroInner{flex-direction:column;gap:32px}
.wp-block-hero .HeroImageHolder{flex:unset;width:100%}
.wp-block-hero .HeroImageHolder img{height:280px}
.ExpertsGrid{grid-template-columns:1fr;gap:20px}
.SocialSection .social-cards-col{grid-template-columns:1fr}
.SocialImageStrip{grid-template-columns:1fr}
}
.ContactPageWrap{background:#252424;min-height:60vh}
.HeroDense{position:relative;overflow:hidden;padding:90px 24px 70px;background:linear-gradient(135deg,#252424 0%,#1a1a1a 50%,#1e2a38 100%)}
.HeroDense::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#78c0ff1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.HeroDense::after{content:'';position:absolute;bottom:-60px;left:10%;width:260px;height:260px;background:radial-gradient(circle,#78c0ff12 0%,transparent 70%);border-radius:50%;pointer-events:none}
.HeroDense .ShapeAccent{position:absolute;top:32px;right:120px;width:6px;height:6px;background:#78C0FF;border-radius:50%;box-shadow:0 0 14px 4px #78c0ff80}
.HeroDense .ShapeAccentTwo{position:absolute;bottom:48px;right:18%;width:48px;height:2px;background:linear-gradient(90deg,#78C0FF,transparent);border-radius:2px}
.HeroDense .ShapeAccentThree{position:absolute;top:50%;left:4%;transform:translateY(-50%);width:2px;height:80px;background:linear-gradient(180deg,transparent,#78C0FF,transparent);border-radius:2px}
.HeroInner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;z-index:2}
.HeroLabel{display:inline-flex;align-items:center;gap:8px;background:#78c0ff1a;border:1px solid #78c0ff40;border-radius:4px;padding:6px 14px;color:#78C0FF;font-size:12px;letter-spacing:1.5px;text-transform:uppercase}
.HeroLabel i{font-size:14px}
.HeroHeading{font-size:clamp(36px,6vw,72px);font-weight:800;line-height:1.1;color:#F6F6F6;margin:0;max-width:700px}
.HeroHeading .HeadPause{display:block;color:#78C0FF;position:relative}
.HeroHeading .HeadPause::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#78C0FF,transparent);border-radius:2px;margin-top:10px}
.HeroSubtext{font-size:16px;line-height:1.7;color:#f6f6f6a6;max-width:520px;margin:0}
.ContactMainSection{padding:64px 24px 80px;background:#1e1e1e}
.ContactMainInner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.InfoColumn{display:flex;flex-direction:column;gap:40px}
.InfoColumnTitle{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#78C0FF;margin:0 0 6px}
.InfoColumnHeading{font-size:28px;font-weight:700;color:#F6F6F6;margin:0 0 16px;line-height:1.3}
.InfoColumnText{font-size:15px;line-height:1.75;color:#f6f6f699;margin:0}
.ContactDataCards{display:flex;flex-direction:column;gap:16px}
.ContactDataCard{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#78c0ff0d;border:1px solid #78c0ff1f;border-radius:8px;padding:20px 22px;transition:border-color 0.25s,background .25s}
.ContactDataCard:hover{border-color:#78c0ff4d;background:#78c0ff17}
.CardIconWrap{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#78c0ff33,#78c0ff0d);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.CardIconWrap i{color:#78C0FF;font-size:18px}
.CardTextGroup{display:flex;flex-direction:column;gap:4px}
.CardLabel{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#f6f6f666}
.CardValue{font-size:15px;color:#F6F6F6;font-weight:500;line-height:1.5}
.CardValue a{color:#78C0FF;text-decoration:none;transition:opacity .2s}
.CardValue a:hover{opacity:.8}
.FormColumn{background:#252424;border:1px solid #78c0ff1a;border-radius:12px;padding:44px 40px;box-shadow:0 8px 40px #00000059}
.FormTitle{font-size:22px;font-weight:700;color:#F6F6F6;margin:0 0 6px}
.FormSubtitle{font-size:14px;color:#f6f6f680;margin:0 0 32px;line-height:1.6}
.FormDivider{width:40px;height:2px;background:linear-gradient(90deg,#78C0FF,transparent);border-radius:2px;margin-bottom:28px}
.FieldRow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}
.FieldGroup{display:flex;flex-direction:column;gap:7px;margin-bottom:20px}
.FieldLabel{font-size:12px;letter-spacing:.8px;text-transform:uppercase;color:#f6f6f68c}
.FieldInput{background:#f6f6f60d;border:1px solid #78c0ff2e;border-radius:6px;padding:13px 16px;color:#F6F6F6;font-size:15px;outline:none;transition:border-color 0.2s,box-shadow .2s;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.FieldInput:focus{border-color:#78C0FF;box-shadow:0 0 0 3px #78c0ff1f inset 0 2px 4px #0003}
.FieldInput::placeholder{color:#f6f6f640}
.FieldSelect{background:#f6f6f60d;border:1px solid #78c0ff2e;border-radius:6px;padding:13px 16px;color:#F6F6F6;font-size:15px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2378C0FF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}
.FieldSelect:focus{border-color:#78C0FF;box-shadow:0 0 0 3px #78c0ff1f}
.FieldSelect option{background:#252424;color:#F6F6F6}
.RadioGroupLabel{font-size:12px;letter-spacing:.8px;text-transform:uppercase;color:#f6f6f68c;margin-bottom:12px;display:block}
.RadioGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}
.RadioOption{position:relative}
.RadioOption input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.RadioOption label{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f6f6f60a;border:1px solid #78c0ff26;border-radius:6px;cursor:pointer;transition:border-color 0.2s,background .2s;font-size:14px;color:#f6f6f6b3}
.RadioOption label::before{content:'';width:16px;height:16px;border-radius:50%;border:2px solid #78c0ff66;flex-shrink:0;transition:border-color 0.2s,background .2s;background:transparent}
.RadioOption input[type="radio"]:checked + label{border-color:#78C0FF;background:#78c0ff14;color:#F6F6F6}
.RadioOption input[type="radio"]:checked + label::before{border-color:#78C0FF;background:radial-gradient(circle,#78C0FF 40%,transparent 41%)}
.PrivacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px;padding:14px 16px;background:#78c0ff0a;border-radius:6px;border:1px solid #78c0ff1a}
.PrivacyCheckbox{width:18px;height:18px;flex-shrink:0;accent-color:#78C0FF;margin-top:2px;cursor:pointer}
.PrivacyText{font-size:13px;line-height:1.6;color:#f6f6f68c}
.PrivacyText a{color:#78C0FF;text-decoration:none;border-bottom:1px solid #78c0ff4d;transition:border-color .2s}
.PrivacyText a:hover{border-color:#78C0FF}
.SubmitBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#78C0FF,#4fa3f0);color:#252424;font-size:15px;font-weight:700;padding:15px 36px;border:none;border-radius:6px;cursor:pointer;width:100%;transition:opacity 0.2s,transform 0.15s,box-shadow .2s;box-shadow:0 4px 16px #78c0ff4d;position:relative;z-index:5;letter-spacing:.5px}
.SubmitBtn:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 8px 24px #78c0ff66}
.SubmitBtn:active{transform:translateY(0);opacity:1}
.SubmitBtn i{font-size:16px}
.FaqSection{padding:64px 24px 80px;background:linear-gradient(180deg,#1e1e1e 0%,#252424 100%)}
.FaqInner{max-width:1280px;margin:0 auto}
.FaqHeader{text-align:center;margin-bottom:48px}
.FaqHeader .SectionTag{display:inline-block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#78C0FF;margin-bottom:14px}
.FaqHeader h2{font-size:clamp(24px,4vw,38px);font-weight:700;color:#F6F6F6;margin:0 0 14px;line-height:1.25}
.FaqHeader p{font-size:15px;color:#f6f6f68c;max-width:520px;margin:0 auto;line-height:1.7}
.FaqGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.FaqItem{background:#f6f6f608;border:1px solid #78c0ff1a;border-radius:8px;overflow:hidden}
.FaqItem input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.FaqToggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;cursor:pointer;color:#F6F6F6;font-size:15px;font-weight:600;line-height:1.4;transition:background .2s;user-select:none}
.FaqToggle:hover{background:#78c0ff0d}
.FaqArrow{width:22px;height:22px;flex-shrink:0;border-radius:50%;border:1px solid #78c0ff40;display:flex;align-items:center;justify-content:center;transition:background 0.2s,border-color 0.2s,transform .3s}
.FaqArrow svg{transition:transform .3s;display:block}
.FaqBody{max-height:0;overflow:hidden;transition:max-height .35s ease}
.FaqBodyInner{padding:0 24px 22px;font-size:14px;line-height:1.75;color:#f6f6f699}
.FaqItem input[type="checkbox"]:checked ~ .FaqToggle{background:#78c0ff0f}
.FaqItem input[type="checkbox"]:checked ~ .FaqToggle .FaqArrow{background:#78c0ff26;border-color:#78C0FF;transform:rotate(180deg)}
.FaqItem input[type="checkbox"]:checked ~ .FaqBody{max-height:300px}
.SvgDivider{width:100%;overflow:hidden;line-height:0;background:#252424}
.SvgDivider svg{display:block;width:100%}
@media (max-width: 900px) {
.ContactMainInner{grid-template-columns:1fr;gap:40px}
.FaqGrid{grid-template-columns:1fr}
.FormColumn{padding:32px 24px}
}
@media (max-width: 600px) {
.HeroDense{padding:60px 16px 50px}
.FieldRow{grid-template-columns:1fr}
.RadioGrid{grid-template-columns:1fr}
.ContactMainSection{padding:40px 16px 56px}
.FaqSection{padding:48px 16px 60px}
.FormColumn{padding:28px 18px}
}
.AboutPage{background:#252424;color:#F6F6F6}
.AboutPage .title-holder{position:relative;padding:90px 24px 70px;overflow:hidden}
.AboutPage .title-holder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#252424 55%,#78C0FF18 100%);z-index:0}
.AboutPage .title-frame-wrap{max-width:1280px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;gap:56px}
.AboutPage .title-frame-text{flex:1 1 55%;min-width:0;padding:36px 40px 36px 36px;border-left:2px solid #78C0FF;border-top:1px solid #78C0FF44;position:relative}
.AboutPage .title-frame-text::after{content:'';position:absolute;bottom:0;right:0;width:60px;height:2px;background:#78C0FF}
.AboutPage .title-frame-text .kicker{display:inline-block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#78C0FF;margin-bottom:20px;opacity:.85}
.AboutPage .title-frame-text .h-main{font-size:clamp(2.1rem,5vw,3.6rem);font-weight:800;line-height:1.12;color:#F6F6F6;margin:0 0 18px}
.AboutPage .title-frame-text .h-main .accent-word{color:#78C0FF;position:relative;display:inline-block}
.AboutPage .title-frame-text .h-main .accent-word::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#78C0FF,transparent)}
.AboutPage .title-frame-text .h-sub{font-size:1.08rem;font-weight:400;color:#F6F6F6cc;line-height:1.7;margin:0 0 28px;max-width:480px}
.AboutPage .title-frame-text .label-row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.AboutPage .title-frame-text .label-row .tag-item{font-size:12px;background:#78C0FF18;border:1px solid #78C0FF44;color:#78C0FF;padding:5px 14px;border-radius:4px;letter-spacing:.5px}
.AboutPage .title-visual{flex:0 0 38%;max-width:420px;position:relative}
.AboutPage .title-visual img{width:100%;height:320px;object-fit:cover;border-radius:8px;display:block;box-shadow:0 8px 32px #78C0FF22,0 2px 8px #00000060}
.AboutPage .title-visual::before{content:'';position:absolute;top:-8px;right:-8px;width:100%;height:100%;border:1px solid #78C0FF44;border-radius:10px;z-index:0}
.AboutPage .title-visual img{position:relative;z-index:1}
.AboutPage .story-block{background:#1e1e1e;padding:80px 24px}
.AboutPage .story-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.AboutPage .story-img-col{position:relative}
.AboutPage .story-img-col img{width:100%;height:380px;object-fit:cover;border-radius:6px;display:block}
.AboutPage .story-img-col .img-stat{position:absolute;bottom:24px;left:-20px;background:linear-gradient(135deg,#252424,#2e3a47);border:1px solid #78C0FF66;border-radius:8px;padding:16px 22px;box-shadow:0 4px 20px #0005}
.AboutPage .story-img-col .img-stat .stat-num{font-size:2rem;font-weight:800;color:#78C0FF;line-height:1}
.AboutPage .story-img-col .img-stat .stat-label{font-size:12px;color:#F6F6F6aa;margin-top:4px;white-space:nowrap}
.AboutPage .story-text-col .section-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#78C0FF;margin-bottom:16px;display:block}
.AboutPage .story-text-col .story-heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#F6F6F6;margin:0 0 22px;line-height:1.25}
.AboutPage .story-text-col .story-para{font-size:.98rem;color:#F6F6F6bb;line-height:1.75;margin:0 0 18px}
.AboutPage .story-text-col .story-list{list-style:none;padding:0;margin:0 0 28px}
.AboutPage .story-text-col .story-list li{padding:9px 0 9px 24px;position:relative;font-size:.95rem;color:#F6F6F6cc;border-bottom:1px solid #ffffff10}
.AboutPage .story-text-col .story-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#78C0FF;border-radius:50%}
.AboutPage .team-block{padding:80px 24px;background:#252424;position:relative;overflow:hidden}
.AboutPage .team-block::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#78C0FF0a,transparent 70%);pointer-events:none}
.AboutPage .team-inner{max-width:1280px;margin:0 auto}
.AboutPage .team-inner .block-head{text-align:center;margin-bottom:52px}
.AboutPage .team-inner .block-head .section-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#78C0FF;display:block;margin-bottom:14px}
.AboutPage .team-inner .block-head h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;color:#F6F6F6;margin:0}
.AboutPage .team-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:48px}
.AboutPage .MemberCard{background:linear-gradient(145deg,#1e1e1e,#252f3a);border:1px solid #78C0FF22;border-radius:10px;display:flex;flex-direction:row;gap:24px;padding:28px;align-items:flex-start;transition:box-shadow 0.25s,border-color .25s}
.AboutPage .MemberCard:hover{box-shadow:0 8px 32px #78C0FF18;border-color:#78C0FF66}
.AboutPage .MemberCard .MemberPhoto{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #78C0FF44}
.AboutPage .MemberCard .MemberInfo .MemberName{font-size:1.05rem;font-weight:700;color:#F6F6F6;margin:0 0 4px}
.AboutPage .MemberCard .MemberInfo .MemberRole{font-size:12px;color:#78C0FF;margin:0 0 12px;letter-spacing:.5px}
.AboutPage .MemberCard .MemberInfo .MemberBio{font-size:.88rem;color:#F6F6F6aa;line-height:1.65;margin:0}
.AboutPage .approach-block{background:#1a2230;padding:80px 24px;position:relative}
.AboutPage .approach-block::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#78C0FF,transparent)}
.AboutPage .approach-inner{max-width:1280px;margin:0 auto}
.AboutPage .approach-inner .approach-head{max-width:620px;margin-bottom:52px}
.AboutPage .approach-inner .approach-head .section-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#78C0FF;display:block;margin-bottom:14px}
.AboutPage .approach-inner .approach-head h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#F6F6F6;margin:0 0 14px}
.AboutPage .approach-inner .approach-head p{font-size:.97rem;color:#F6F6F6bb;line-height:1.72;margin:0}
.AboutPage .approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}
.AboutPage .ApproachCard{background:#252424;border-radius:8px;border-left:3px solid #78C0FF;padding:28px 24px;transition:transform .2s}
.AboutPage .ApproachCard:hover{transform:translateY(-4px)}
.AboutPage .ApproachCard .card-icon{font-size:1.8rem;color:#78C0FF;margin-bottom:14px;display:block}
.AboutPage .ApproachCard h4{font-size:1rem;font-weight:700;color:#F6F6F6;margin:0 0 10px}
.AboutPage .ApproachCard p{font-size:.88rem;color:#F6F6F6aa;line-height:1.68;margin:0}
.AboutPage .approach-img-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.AboutPage .approach-img-row .ImgPanel{position:relative;border-radius:8px;overflow:hidden}
.AboutPage .approach-img-row .ImgPanel img{width:100%;height:260px;object-fit:cover;display:block}
.AboutPage .approach-img-row .ImgPanel .overlay-caption{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 16px;background:linear-gradient(transparent,#252424dd);font-size:.88rem;color:#F6F6F6cc}
.AboutPage .approach-img-row .InfoPanel{background:#252424;border-radius:8px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}
.AboutPage .approach-img-row .InfoPanel .cta-label{font-size:1.2rem;font-weight:700;color:#F6F6F6;margin:0 0 16px;line-height:1.4}
.AboutPage .approach-img-row .InfoPanel .cta-text{font-size:.9rem;color:#F6F6F6bb;line-height:1.7;margin:0 0 28px}
.AboutPage .approach-img-row .InfoPanel .cta-btn{display:inline-block;background:linear-gradient(135deg,#78C0FF,#5aa0e8);color:#252424;font-size:.9rem;font-weight:700;padding:12px 28px;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s,box-shadow .2s;box-shadow:0 4px 16px #78C0FF30;z-index:10;position:relative;align-self:flex-start}
.AboutPage .approach-img-row .InfoPanel .cta-btn:hover{opacity:.88;box-shadow:0 6px 24px #78C0FF50}
@media (max-width: 900px) {
.AboutPage .title-frame-wrap{flex-direction:column;gap:32px}
.AboutPage .title-visual{max-width:100%}
.AboutPage .story-inner{grid-template-columns:1fr;gap:36px}
.AboutPage .team-cards-row{grid-template-columns:1fr}
.AboutPage .approach-grid{grid-template-columns:1fr 1fr}
.AboutPage .approach-img-row{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.AboutPage .title-frame-text{padding:24px 20px}
.AboutPage .story-img-col .img-stat{left:8px;bottom:12px}
.AboutPage .approach-grid{grid-template-columns:1fr}
.AboutPage .MemberCard{flex-direction:column}
.AboutPage .MemberCard .MemberPhoto{width:64px;height:64px}
.AboutPage .title-holder{padding:60px 16px 48px}
.AboutPage .story-block,.AboutPage .team-block,.AboutPage .approach-block{padding:56px 16px}
}
.LearningProgramMain{background:#252424;overflow-x:hidden}
.TitleBlock{position:relative;min-height:520px;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}
.TitleBlock .DiagonalHolder{position:absolute;inset:0;z-index:0;pointer-events:none}
.TitleBlock .DiagonalHolder::after{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,transparent 0%,#78c0ff12 100%);clip-path:polygon(8% 0%,100% 0%,100% 100%,0% 100%)}
.TitleBlock .ShapeDot1{position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid #78c0ff1a;top:-40px;left:38%;z-index:0}
.TitleBlock .ShapeDot2{position:absolute;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,#78c0ff14 0%,transparent 70%);bottom:30px;left:42%;z-index:0}
.TitleBlock .ShapeLine{position:absolute;width:2px;height:120px;background:linear-gradient(180deg,transparent,#78c0ff33,transparent);top:60px;left:37%;z-index:0}
.TitleBlock .TextZone{position:relative;z-index:2;width:50%;padding:80px 48px 80px 64px;display:flex;flex-direction:column;justify-content:center}
.TitleBlock .TextZone .TagLabel{display:inline-block;background:#78c0ff1f;color:#78C0FF;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:4px;margin-bottom:24px;border:1px solid #78c0ff40}
.TitleBlock .TextZone .MainHeading{font-size:42px;font-weight:800;line-height:1.15;color:#F6F6F6;margin:0 0 20px}
.TitleBlock .TextZone .MainHeading span{color:#78C0FF}
.TitleBlock .TextZone .LeadText{font-size:16px;line-height:1.7;color:#f6f6f6bf;margin:0 0 32px;max-width:420px}
.TitleBlock .TextZone .CtaRow{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}
.TitleBlock .TextZone .BtnPrimary{display:inline-block;background:linear-gradient(135deg,#78C0FF 0%,#4da6f5 100%);color:#252424;font-size:14px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;letter-spacing:.5px;transition:box-shadow 0.25s,transform .2s;position:relative;z-index:5;box-shadow:0 4px 20px #78c0ff4d}
.TitleBlock .TextZone .BtnPrimary:hover{box-shadow:0 8px 32px #78c0ff80;transform:translateY(-2px)}
.TitleBlock .TextZone .BtnSecondary{display:inline-block;color:#78C0FF;font-size:14px;font-weight:600;padding:14px 24px;border-radius:8px;text-decoration:none;border:1px solid #78c0ff66;transition:border-color 0.2s,background .2s;position:relative;z-index:5}
.TitleBlock .TextZone .BtnSecondary:hover{background:#78c0ff14;border-color:#78C0FF}
.TitleBlock .ImageZone{position:relative;z-index:2;width:50%;overflow:hidden;clip-path:polygon(6% 0%,100% 0%,100% 100%,0% 100%)}
.TitleBlock .ImageZone img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(0.75) contrast(1.1)}
.TitleBlock .ImageZone::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#25242499 0%,transparent 60%);z-index:1}
.TitleBlock .ImageZone::after{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,transparent,#78C0FF,transparent);z-index:3}
.ModuleSection{padding:90px 0;background:linear-gradient(180deg,#252424 0%,#1e1d1d 100%)}
.ModuleSection .SectionHolder{max-width:1280px;margin:0 auto;padding:0 40px}
.ModuleSection .SectionHeader{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:24px;flex-wrap:wrap}
.ModuleSection .SectionHeader .HeadGroup{flex:0 0 auto}
.ModuleSection .SectionHeader .HeadGroup h2{font-size:34px;font-weight:800;color:#F6F6F6;margin:0 0 10px;position:relative;padding-bottom:14px}
.ModuleSection .SectionHeader .HeadGroup h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:#78C0FF;border-radius:2px}
.ModuleSection .SectionHeader .HeadGroup p{font-size:15px;color:#f6f6f699;margin:8px 0 0;max-width:400px;line-height:1.6}
.ModuleSection .SectionHeader .StatsRow{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.ModuleSection .SectionHeader .StatItem{text-align:center}
.ModuleSection .SectionHeader .StatItem .StatNum{display:block;font-size:28px;font-weight:800;color:#78C0FF;line-height:1}
.ModuleSection .SectionHeader .StatItem .StatDesc{display:block;font-size:12px;color:#f6f6f680;margin-top:4px;letter-spacing:.5px}
.ModuleSection .ModulesAccordion{display:flex;flex-direction:column;gap:0}
.ModuleSection .AccordItem{border-bottom:1px solid #78c0ff1f}
.ModuleSection .AccordItem input[type="checkbox"]{display:none}
.ModuleSection .AccordItem .AccordLabel{display:flex;flex-direction:row;align-items:center;gap:20px;padding:22px 0;cursor:pointer;user-select:none;transition:color .2s}
.ModuleSection .AccordItem .AccordLabel:hover .AccordTitle{color:#78C0FF}
.ModuleSection .AccordItem .ModNum{width:40px;height:40px;border-radius:8px;background:#78c0ff1a;border:1px solid #78c0ff33;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#78C0FF;flex-shrink:0;transition:background .2s}
.ModuleSection .AccordItem .AccordTitle{flex:1;font-size:17px;font-weight:700;color:#F6F6F6;transition:color .2s}
.ModuleSection .AccordItem .AccordMeta{display:flex;flex-direction:row;gap:16px;align-items:center;flex-shrink:0}
.ModuleSection .AccordItem .MetaBadge{font-size:12px;color:#f6f6f680;background:#f6f6f60f;padding:4px 10px;border-radius:4px}
.ModuleSection .AccordItem .AccordArrow{width:22px;height:22px;border-radius:50%;border:1px solid #78c0ff4d;display:flex;align-items:center;justify-content:center;transition:transform 0.3s,background .2s;flex-shrink:0}
.ModuleSection .AccordItem .AccordArrow svg{width:12px;height:12px;fill:none;stroke:#78C0FF;stroke-width:2;transition:transform .3s}
.ModuleSection .AccordItem input:checked ~ .AccordLabel .AccordArrow{background:#78c0ff26;transform:rotate(180deg)}
.ModuleSection .AccordItem input:checked ~ .AccordLabel .ModNum{background:#78c0ff33}
.ModuleSection .AccordItem .AccordBody{max-height:0;overflow:hidden;transition:max-height .4s ease}
.ModuleSection .AccordItem input:checked ~ .AccordBody{max-height:400px}
.ModuleSection .AccordItem .AccordBodyInner{padding:0 0 28px 60px}
.ModuleSection .AccordItem .AccordBodyInner p{font-size:14px;line-height:1.7;color:#f6f6f6a6;margin:0 0 16px;max-width:680px}
.ModuleSection .AccordItem .TopicsList{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.ModuleSection .AccordItem .TopicsList li{font-size:13px;color:#f6f6f6bf;background:#78c0ff12;border:1px solid #78c0ff26;padding:5px 12px;border-radius:6px;display:flex;align-items:center;gap:6px}
.ModuleSection .AccordItem .TopicsList li::before{content:'';width:6px;height:6px;border-radius:50%;background:#78C0FF;flex-shrink:0}
.InstructorSection{padding:90px 0;background:#1e1d1d;position:relative;overflow:hidden}
.InstructorSection::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#78c0ff0d 0%,transparent 70%);top:-100px;right:-100px;pointer-events:none}
.InstructorSection .SectionHolder{max-width:1280px;margin:0 auto;padding:0 40px}
.InstructorSection .InstructorGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.InstructorSection .SectionIntro{grid-column:1 / -1;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:12px;gap:24px;flex-wrap:wrap}
.InstructorSection .SectionIntro h2{font-size:34px;font-weight:800;color:#F6F6F6;margin:0;position:relative}
.InstructorSection .SectionIntro h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:4px;height:80%;background:#78C0FF;border-radius:2px}
.InstructorSection .SectionIntro p{font-size:15px;line-height:1.65;color:#f6f6f699;margin:0;max-width:500px}
.InstructorSection .InstructorCard{background:#f6f6f608;border:1px solid #78c0ff1a;border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:0;transition:border-color 0.3s,box-shadow .3s;position:relative}
.InstructorSection .InstructorCard:hover{border-color:#78c0ff59;box-shadow:0 8px 32px #78c0ff1a}
.InstructorSection .InstructorCard .CardTop{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:20px}
.InstructorSection .InstructorCard .PortraitWrap{width:72px;height:72px;border-radius:10px;overflow:hidden;flex-shrink:0;border:2px solid #78c0ff33;box-shadow:0 4px 16px #0000004d}
.InstructorSection .InstructorCard .PortraitWrap img{width:100%;height:100%;object-fit:cover;display:block}
.InstructorSection .InstructorCard .CardNameBlock .CardName{font-size:16px;font-weight:700;color:#F6F6F6;display:block;margin-bottom:4px}
.InstructorSection .InstructorCard .CardNameBlock .CardRole{font-size:13px;color:#78C0FF;display:block}
.InstructorSection .InstructorCard .CardQuote{font-size:14px;line-height:1.7;color:#f6f6f6a6;margin:0 0 20px;font-style:italic}
.InstructorSection .InstructorCard .CardQuote::before{content:'\201C';color:#78c0ff80;font-size:28px;line-height:0;vertical-align:-10px;margin-right:4px}
.InstructorSection .InstructorCard .SkillTags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:auto}
.InstructorSection .InstructorCard .SkillTags span{font-size:12px;color:#f6f6f699;background:#78c0ff14;padding:3px 10px;border-radius:4px}
.EnrollSection{padding:90px 0;background:linear-gradient(135deg,#252424 0%,#1a1919 100%);position:relative;overflow:hidden}
.EnrollSection::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#78c0ff4d,transparent)}
.EnrollSection .BgShape1{position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid #78c0ff0f;bottom:-80px;left:-60px;pointer-events:none}
.EnrollSection .BgShape2{position:absolute;width:200px;height:200px;border:1px solid #78c0ff0f;top:40px;right:10%;transform:rotate(45deg);pointer-events:none}
.EnrollSection .SectionHolder{max-width:1280px;margin:0 auto;padding:0 40px}
.EnrollSection .EnrollWrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.EnrollSection .EnrollInfo h2{font-size:34px;font-weight:800;color:#F6F6F6;margin:0 0 16px}
.EnrollSection .EnrollInfo h2 .accent{color:#78C0FF}
.EnrollSection .EnrollInfo .InfoText{font-size:15px;line-height:1.7;color:#f6f6f6a6;margin:0 0 32px}
.EnrollSection .EnrollInfo .IncludeList{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}
.EnrollSection .EnrollInfo .IncludeList li{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:14px;color:#f6f6f6bf}
.EnrollSection .EnrollInfo .IncludeList li .CheckIcon{width:22px;height:22px;border-radius:6px;background:#78c0ff26;border:1px solid #78c0ff4d;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.EnrollSection .EnrollInfo .IncludeList li .CheckIcon svg{width:12px;height:12px;stroke:#78C0FF;fill:none;stroke-width:2.5}
.EnrollSection .EnrollFormCard{background:#f6f6f60a;border:1px solid #78c0ff26;border-radius:12px;padding:40px;box-shadow:0 8px 40px #0000004d inset 0 1px 0 #f6f6f60d}
.EnrollSection .EnrollFormCard .FormHeading{font-size:20px;font-weight:700;color:#F6F6F6;margin:0 0 8px}
.EnrollSection .EnrollFormCard .FormSubtext{font-size:13px;color:#f6f6f680;margin:0 0 28px}
.EnrollSection .EnrollFormCard form{display:flex;flex-direction:column;gap:16px}
.EnrollSection .EnrollFormCard .FieldGroup{display:flex;flex-direction:column;gap:6px}
.EnrollSection .EnrollFormCard .FieldGroup label{font-size:13px;font-weight:600;color:#f6f6f699}
.EnrollSection .EnrollFormCard .FieldGroup input,.EnrollSection .EnrollFormCard .FieldGroup select{background:#f6f6f60f;border:1px solid #78c0ff33;border-radius:8px;padding:12px 16px;font-size:14px;color:#F6F6F6;outline:none;transition:border-color 0.2s,box-shadow .2s;box-shadow:inset 0 2px 4px #0003;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.EnrollSection .EnrollFormCard .FieldGroup input::placeholder{color:#f6f6f64d}
.EnrollSection .EnrollFormCard .FieldGroup input:focus,.EnrollSection .EnrollFormCard .FieldGroup select:focus{border-color:#78C0FF;box-shadow:inset 0 2px 4px #0003 0 0 0 3px #78c0ff1a}
.EnrollSection .EnrollFormCard .FieldGroup select option{background:#252424;color:#F6F6F6}
.EnrollSection .EnrollFormCard .SubmitBtn{background:linear-gradient(135deg,#78C0FF 0%,#4da6f5 100%);color:#252424;font-size:15px;font-weight:800;padding:15px 32px;border-radius:8px;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .2s;box-shadow:0 4px 20px #78c0ff4d;position:relative;z-index:5;margin-top:4px}
.EnrollSection .EnrollFormCard .SubmitBtn:hover{box-shadow:0 8px 32px #78c0ff80;transform:translateY(-2px)}
.EnrollSection .EnrollFormCard .PrivacyNote{font-size:12px;color:#f6f6f659;text-align:center;margin:0;line-height:1.5}
@media (max-width: 1024px) {
.TitleBlock .TextZone{padding:60px 32px 60px 40px}
.ModuleSection .SectionHolder,.InstructorSection .SectionHolder,.EnrollSection .SectionHolder{padding:0 28px}
.InstructorSection .InstructorGrid{grid-template-columns:1fr 1fr}
.EnrollSection .EnrollWrapper{gap:40px}
.TitleBlock .TextZone .MainHeading{font-size:34px}
}
@media (max-width: 768px) {
.TitleBlock{flex-direction:column;min-height:auto}
.TitleBlock .TextZone{width:100%;padding:56px 24px 40px;box-sizing:border-box}
.TitleBlock .ImageZone{width:100%;height:260px;clip-path:none}
.TitleBlock .TextZone .MainHeading{font-size:28px}
.ModuleSection,.InstructorSection,.EnrollSection{padding:60px 0}
.ModuleSection .SectionHolder,.InstructorSection .SectionHolder,.EnrollSection .SectionHolder{padding:0 20px}
.ModuleSection .SectionHeader{flex-direction:column;align-items:flex-start}
.InstructorSection .InstructorGrid{grid-template-columns:1fr;gap:20px}
.InstructorSection .SectionIntro{flex-direction:column}
.InstructorSection .SectionIntro h2{font-size:26px}
.EnrollSection .EnrollWrapper{grid-template-columns:1fr;gap:32px}
.ModuleSection .AccordItem .AccordBodyInner{padding-left:16px}
.ModuleSection .AccordItem .AccordMeta{display:none}
.ModuleSection .SectionHeader .HeadGroup h2{font-size:26px}
.EnrollSection .EnrollInfo h2{font-size:26px}
.InstructorSection .SectionIntro h2::before{display:none}
}
.SuccessPage{background:#252424;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}
.SuccessPage .AnimatedBg{position:absolute;inset:0;background:linear-gradient(135deg,#252424 0%,#1a2a3a 40%,#252424 60%,#78C0FF22 100%);background-size:400% 400%;animation:BgPulse 8s ease infinite;z-index:0}
@keyframes BgPulse {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.SuccessPage .GeoDecor{position:absolute;top:-60px;right:-60px;width:320px;height:320px;border:2px solid #78C0FF22;border-radius:50%;z-index:0}
.SuccessPage .GeoDecor::before{content:'';position:absolute;top:30px;left:30px;right:30px;bottom:30px;border:1px solid #78C0FF15;border-radius:50%}
.SuccessPage .GeoDecor2{position:absolute;bottom:-80px;left:-80px;width:260px;height:260px;background:radial-gradient(circle,#78C0FF08 0%,transparent 70%);border-radius:50%;z-index:0}
.SuccessPage .GridDisrupt{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#78C0FF08 1px,transparent 1px),linear-gradient(90deg,#78C0FF08 1px,transparent 1px);background-size:48px 48px;z-index:0;mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 30%,transparent 80%)}
.SuccessPage .TitleBlock-holder{position:relative;z-index:2;max-width:780px;width:100%;margin:0 auto;padding:80px 32px 60px;display:flex;flex-direction:column;align-items:center;text-align:center}
.SuccessPage .TitleBlock-holder .CheckBadge{width:80px;height:80px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#78C0FF22,#252424);border:2px solid #78C0FF55;box-shadow:0 0 32px #78C0FF33,inset 0 1px 3px #78C0FF22;position:relative}
.SuccessPage .TitleBlock-holder .CheckBadge svg{width:38px;height:38px;stroke:#78C0FF;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.SuccessPage .TitleBlock-holder .QA-label{display:inline-block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#78C0FF;background:#78C0FF18;border:1px solid #78C0FF33;border-radius:4px;padding:4px 14px;margin-bottom:24px}
.SuccessPage .TitleBlock-holder .MainQuestion{font-size:clamp(14px,2vw,17px);color:#78C0FFcc;font-weight:400;margin-bottom:10px;letter-spacing:.3px}
.SuccessPage .TitleBlock-holder .MainAnswer{font-size:clamp(28px,5vw,46px);color:#F6F6F6;font-weight:700;line-height:1.2;margin-bottom:20px;letter-spacing:-.5px}
.SuccessPage .TitleBlock-holder .MainAnswer .AccentWord{color:#78C0FF;position:relative}
.SuccessPage .TitleBlock-holder .MainAnswer .AccentWord::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#78C0FF,transparent);border-radius:2px}
.SuccessPage .TitleBlock-holder .SubText{font-size:16px;color:#F6F6F6aa;line-height:1.7;max-width:560px;margin:0 auto 36px}
.SuccessPage .TitleBlock-holder .CtaGroup{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center}
.SuccessPage .TitleBlock-holder .BtnPrimary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:linear-gradient(135deg,#78C0FF,#4aa0e8);color:#252424;font-weight:700;font-size:15px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .2s;box-shadow:0 4px 18px #78C0FF44;z-index:5;position:relative}
.SuccessPage .TitleBlock-holder .BtnPrimary:hover{box-shadow:0 8px 28px #78C0FF66;transform:translateY(-2px)}
.SuccessPage .TitleBlock-holder .BtnSecondary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:#F6F6F6;font-weight:600;font-size:15px;border-radius:8px;text-decoration:none;border:1.5px solid #F6F6F633;cursor:pointer;transition:border-color 0.25s,background 0.25s,transform .2s;z-index:5;position:relative}
.SuccessPage .TitleBlock-holder .BtnSecondary:hover{border-color:#78C0FF88;background:#78C0FF11;transform:translateY(-2px)}
.DividerWave{width:100%;line-height:0;position:relative;z-index:2}
.DividerWave svg{display:block;width:100%}
.NextStepsSection{background:#F6F6F6;padding:70px 0 80px;position:relative;z-index:2}
.NextStepsSection .StepBlock-holder{max-width:1100px;width:100%;margin:0 auto;padding:0 32px}
.NextStepsSection .StepBlock-holder .SectionLabel{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#78C0FF;display:block;margin-bottom:10px}
.NextStepsSection .StepBlock-holder .SectionTitle{font-size:clamp(22px,3.5vw,34px);color:#252424;font-weight:700;margin-bottom:10px;line-height:1.25}
.NextStepsSection .StepBlock-holder .SectionTitle .TitleAccent{color:#78C0FF;position:relative;display:inline-block}
.NextStepsSection .StepBlock-holder .SectionTitle .TitleAccent::before{content:'';position:absolute;bottom:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,#78C0FF,#252424);border-radius:2px}
.NextStepsSection .StepBlock-holder .SectionIntro{font-size:16px;color:#252424bb;line-height:1.7;max-width:600px;margin-bottom:52px}
.NextStepsSection .StepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.NextStepsSection .StepCard{background:#252424;border-radius:10px;padding:32px 28px;position:relative;overflow:hidden;box-shadow:0 4px 20px #25242422;transition:box-shadow 0.25s,transform .2s;display:flex;flex-direction:column;gap:14px}
.NextStepsSection .StepCard:hover{box-shadow:0 8px 32px #78C0FF33;transform:translateY(-3px)}
.NextStepsSection .StepCard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#78C0FF,#4aa0e8)}
.NextStepsSection .StepCard .CardNum{font-size:11px;color:#78C0FF88;letter-spacing:2px;text-transform:uppercase;font-weight:600}
.NextStepsSection .StepCard .CardIcon{width:44px;height:44px;border-radius:8px;background:#78C0FF18;border:1px solid #78C0FF33;display:flex;align-items:center;justify-content:center}
.NextStepsSection .StepCard .CardIcon i{font-size:22px;color:#78C0FF}
.NextStepsSection .StepCard .CardTitle{font-size:17px;font-weight:700;color:#F6F6F6;line-height:1.3}
.NextStepsSection .StepCard .CardDesc{font-size:14px;color:#F6F6F6aa;line-height:1.65;flex:1}
.NextStepsSection .StepCard .CardLink{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#78C0FF;font-weight:600;text-decoration:none;margin-top:6px;transition:gap .2s}
.NextStepsSection .StepCard .CardLink:hover{gap:10px}
.NextStepsSection .StepCard .CardLink svg{width:14px;height:14px;stroke:#78C0FF;stroke-width:2.5;fill:none}
.NextStepsSection .StepBlock-holder .BottomNote{margin-top:48px;background:linear-gradient(135deg,#252424ee,#1a2a3a);border:1px solid #78C0FF22;border-radius:10px;padding:28px 32px;display:flex;flex-direction:row;align-items:center;gap:24px;flex-wrap:wrap}
.NextStepsSection .StepBlock-holder .BottomNote .NoteIcon{width:48px;height:48px;border-radius:50%;background:#78C0FF18;border:1px solid #78C0FF44;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.NextStepsSection .StepBlock-holder .BottomNote .NoteIcon i{font-size:22px;color:#78C0FF}
.NextStepsSection .StepBlock-holder .BottomNote .NoteText{flex:1;min-width:200px}
.NextStepsSection .StepBlock-holder .BottomNote .NoteText strong{display:block;font-size:15px;color:#F6F6F6;font-weight:700;margin-bottom:4px}
.NextStepsSection .StepBlock-holder .BottomNote .NoteText span{font-size:14px;color:#F6F6F6aa;line-height:1.6}
.NextStepsSection .StepBlock-holder .BottomNote .NoteAction{display:inline-flex;align-items:center;gap:7px;padding:11px 24px;background:transparent;color:#78C0FF;font-weight:600;font-size:14px;border-radius:7px;text-decoration:none;border:1.5px solid #78C0FF55;transition:background 0.2s,border-color .2s;white-space:nowrap}
.NextStepsSection .StepBlock-holder .BottomNote .NoteAction:hover{background:#78C0FF18;border-color:#78C0FF}
@media (max-width: 900px) {
.NextStepsSection .StepsGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px) {
.SuccessPage .TitleBlock-holder{padding:60px 20px 44px}
.NextStepsSection .StepBlock-holder{padding:0 20px}
.NextStepsSection .StepsGrid{grid-template-columns:1fr}
.SuccessPage .TitleBlock-holder .CtaGroup{flex-direction:column;align-items:center}
.NextStepsSection .StepBlock-holder .BottomNote{flex-direction:column;text-align:center;padding:24px 20px}
}