*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Exo 2',sans-serif;font-size:16px;line-height:1.6;color:#E9E9E9;background-color:#0a1f1c}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button{font-family:'Exo 2',sans-serif;cursor:pointer;border:none}
.siteContainer{max-width:1536px;margin:0 auto;padding:0 24px}
header{background:linear-gradient(160deg,#0d2a26 0%,#16312E 55%,#1a3d38 100%);border-bottom:1px solid #edb18726;box-shadow:0 4px 32px #00000059}
.header-box{max-width:1536px;margin:0 auto;padding:0 24px}
.header-top-row{display:flex;justify-content:space-between;align-items:center;padding:28px 0 20px;border-bottom:1px solid #edb18714;gap:24px}
.header-top-row .logo-box{display:flex;align-items:center;gap:14px;flex-shrink:0}
.header-top-row .logo-box img{width:80px;height:80px;object-fit:contain;border-radius:16px;background:#edb18712;padding:6px;box-shadow:0 0 0 1px #edb1872e 0 8px 24px #00000040}
.site-logo-text{font-size:1.6rem;font-weight:700;color:#EDB187;letter-spacing:.04em}
.header-tagline-box{text-align:right;max-width:480px}
.header-tagline-box .tagline-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#EDB187;opacity:.75;margin-bottom:4px}
.header-tagline-box .tagline-text{font-size:.95rem;color:#E9E9E9;opacity:.65;line-height:1.5}
.header-bottom-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0 18px;gap:20px}
.main-nav ul{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.main-nav ul li a{display:inline-block;padding:8px 16px;font-size:.9rem;color:#E9E9E9;border-radius:10px;opacity:.8;transition:opacity 0.2s,background 0.2s,color .2s}
.main-nav ul li a:hover,.main-nav ul li a[data-state="active"]{opacity:1;background:#edb1871a;color:#EDB187}
.header-cta-box .cta-primary-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:linear-gradient(135deg,#EDB187 0%,#d4936a 100%);color:#16312E;font-size:.9rem;font-weight:700;border-radius:18px;box-shadow:0 4px 20px #edb18740;white-space:nowrap;transition:box-shadow 0.2s,opacity .2s}
.header-cta-box .cta-primary-btn:hover{box-shadow:0 6px 28px #edb18761;opacity:.92}
@media (max-width: 768px) {
.header-top-row{flex-direction:column;align-items:flex-start;padding:20px 0 16px}
.header-tagline-box{text-align:left;max-width:100%}
.header-bottom-row{flex-direction:column;align-items:flex-start;gap:14px}
.main-nav ul{gap:4px}
.main-nav ul li a{padding:8px 12px;font-size:.85rem}
.header-cta-box{width:100%}
.header-cta-box .cta-primary-btn{width:100%;justify-content:center}
}
footer{background:linear-gradient(175deg,#0a1f1c 0%,#0d2824 100%);border-top:1px solid #edb1871a;padding:52px 0 0}
.footer-box{max-width:1536px;margin:0 auto;padding:0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:40px}
.footer-brand-col .footer-logo-wrap{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.footer-brand-col .footer-logo-wrap img{width:56px;height:56px;object-fit:contain;border-radius:12px;background:#edb1870f;padding:5px;box-shadow:0 0 0 1px #edb18724}
.footer-brand-col .footer-brand-name{font-size:1.25rem;font-weight:700;color:#EDB187}
.footer-brand-col .footer-desc{font-size:.875rem;color:#E9E9E9;opacity:.5;line-height:1.65;margin-bottom:20px;max-width:320px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:#E9E9E9;opacity:.55;margin-bottom:10px;line-height:1.5}
.footer-contact-list li i{color:#EDB187;opacity:.8;margin-top:2px;flex-shrink:0}
.footer-col-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;color:#EDB187;opacity:.7;margin-bottom:18px;font-weight:700}
.footer-link-list li{margin-bottom:10px}
.footer-link-list li a{font-size:.88rem;color:#E9E9E9;opacity:.55;transition:opacity 0.2s,color .2s}
.footer-link-list li a:hover{opacity:1;color:#EDB187}
.footer-nav-col .footer-link-list li a{display:flex;align-items:center;gap:8px}
.footer-bottom-bar{border-top:1px solid #edb18714;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.footer-bottom-bar .copy-text{font-size:.8rem;color:#E9E9E9;opacity:.35}
.footer-bottom-bar .footer-legal-note{font-size:.78rem;color:#E9E9E9;opacity:.25}
@media (max-width: 900px) {
.footer-grid{grid-template-columns:1fr 1fr;gap:32px}
.footer-brand-col{grid-column:1 / -1}
}
@media (max-width: 540px) {
.footer-grid{grid-template-columns:1fr;gap:28px}
.footer-bottom-bar{flex-direction:column;align-items:flex-start;gap:8px}
}
.cookieCard{position:fixed;right:20px;top:50%;transform:translateY(-50%);width:320px;background:linear-gradient(160deg,#16312E,#0d2824);border:1px solid #edb18733;border-radius:20px;box-shadow:0 16px 48px #0000008c 0 0 0 1px #edb1870f;z-index:9999;padding:26px 22px 22px;display:none}
.cookieCard[data-visible="true"]{display:block}
.cookieCard .cookie-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:10px}
.cookieCard .cookie-title{font-size:1rem;font-weight:700;color:#EDB187;line-height:1.3}
.cookieCard .cookie-icon{font-size:1.4rem;color:#EDB187;opacity:.7;flex-shrink:0}
.cookieCard .cookie-desc{font-size:.8rem;color:#E9E9E9;opacity:.6;line-height:1.55;margin-bottom:18px}
.cookieSettingsGroup{background:#edb1870d;border:1px solid #edb1871a;border-radius:10px;padding:14px;margin-bottom:18px}
.cookieSettingsGroup .settings-group-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#EDB187;opacity:.65;margin-bottom:12px;font-weight:700}
.cookieToggleRow{display:flex;justify-content:space-between;align-items:center;gap:10px}
.cookieToggleRow .toggle-label{font-size:.82rem;color:#E9E9E9;opacity:.75}
.cookieToggle{position:relative;width:40px;height:22px;flex-shrink:0}
.cookieToggle input{opacity:0;width:0;height:0;position:absolute}
.cookieToggle .toggle-track{position:absolute;inset:0;background:#e9e9e926;border-radius:11px;cursor:pointer;transition:background .2s}
.cookieToggle input:checked + .toggle-track{background:#EDB187}
.cookieToggle .toggle-track::after{content:'';position:absolute;left:3px;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}
.cookieToggle input:checked + .toggle-track::after{transform:translateX(18px)}
.cookie-btn-row{display:flex;gap:10px}
.cookieBtnAccept,.cookieBtnDecline{flex:1;padding:11px 10px;font-size:.82rem;font-weight:700;border-radius:0;border:none}
.cookieBtnAccept{background:#EDB187;color:#16312E}
.cookieBtnDecline{background:#e9e9e91a;color:#E9E9E9;border:1px solid #e9e9e92e}
.cookieBtnAccept:hover{background:#d4936a}
.cookieBtnDecline:hover{background:#e9e9e926}
.cookieBadge{position:fixed;right:20px;bottom:20px;width:44px;height:44px;background:linear-gradient(135deg,#16312E,#1a3d38);border:1px solid #edb18740;border-radius:10px;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:9998;box-shadow:0 4px 16px #0006}
.cookieBadge[data-visible="true"]{display:flex}
.cookieBadge i{color:#EDB187;font-size:1.1rem}
@media (max-width: 480px) {
.cookieCard{right:10px;left:10px;width:auto;transform:translateY(-50%)}
}
.terms-content{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#0d1f1d;border-radius:24px;box-shadow:0 8px 32px #00000073 inset 0 1px 1px #edb18714;color:#E9E9E9;font-size:1rem;line-height:1.85;font-family:Georgia,'Times New Roman',serif}
.terms-content ul{list-style:none;margin:1.25rem 0 1.5rem;padding:0}
.terms-content ol{list-style:none;counter-reset:policyCounter;margin:1.25rem 0 1.5rem;padding:0}
.terms-content ul li{position:relative;padding:.45rem 0 .45rem 2rem;color:#d4d4d4;font-size:.97rem;line-height:1.8;border-bottom:1px solid #e9e9e90f}
.terms-content ul li:last-child{border-bottom:none}
.terms-content ul li::before{content:'';position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#EDB187 0%,#c8865a 100%);box-shadow:0 0 6px #edb18766}
.terms-content ol li{position:relative;counter-increment:policyCounter;padding:.45rem 0 .45rem 2.5rem;color:#d4d4d4;font-size:.97rem;line-height:1.8;border-bottom:1px solid #e9e9e90f}
.terms-content ol li:last-child{border-bottom:none}
.terms-content ol li::before{content:counter(policyCounter) ".";position:absolute;left:.25rem;top:.45rem;font-size:.88rem;font-weight:700;color:#EDB187;font-family:'Arial',sans-serif;min-width:1.6rem}
.terms-content ul ul,.terms-content ol ol,.terms-content ul ol,.terms-content ol ul{margin:.5rem 0 .5rem 1.5rem;padding:0}
.terms-content ul ul li::before{width:5px;height:5px;background:#edb18773;box-shadow:none}
.terms-content strong,.terms-content b{font-weight:700;color:#EDB187;letter-spacing:.01em}
.terms-content em,.terms-content i{font-style:italic;color:#c8c8c8;letter-spacing:.015em}
.terms-content strong em,.terms-content b i,.terms-content em strong,.terms-content i b{color:#f0c4a0;font-weight:700;font-style:italic}
.terms-content hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#edb18726 20%,#edb18780 50%,#edb18726 80%,transparent 100%);margin:2.5rem 0;position:relative}
.terms-content hr::after{content:'';display:block;width:40px;height:3px;border-radius:2px;background:linear-gradient(90deg,#EDB187,#c8865a);margin:-1px auto 0;box-shadow:0 0 10px #edb18780}
.terms-content div{margin-bottom:1.25rem;color:#d4d4d4;font-size:.97rem;line-height:1.85}
.terms-content div + div{margin-top:.5rem}
@media (max-width: 768px) {
.terms-content{padding:32px 20px 56px;border-radius:16px;font-size:.95rem;line-height:1.8}
.terms-content ul li,.terms-content ol li{font-size:.93rem;padding-left:1.75rem}
.terms-content hr{margin:1.75rem 0}
}
@media (max-width: 480px) {
.terms-content{padding:24px 16px 40px;border-radius:12px;font-size:.92rem}
.terms-content ul li,.terms-content ol li{font-size:.9rem;line-height:1.75}
.terms-content div{font-size:.92rem}
}
.heroBox{position:relative;min-height:92vh;display:flex;align-items:flex-end;overflow:hidden;border-radius:0 0 32px 32px}
.heroBox .heroBgImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.3) brightness(0.45);z-index:0}
.heroBox .heroOverlay{position:absolute;inset:0;background:linear-gradient(155deg,#16312ed1 0%,#16312e4d 45%,#edb1872e 100%);z-index:1}
.heroBox .heroDot{position:absolute;width:6px;height:6px;background:#EDB187;border-radius:50%;z-index:2}
.heroBox .heroDotGrid{position:absolute;z-index:2;display:grid;grid-template-columns:repeat(5,10px);grid-template-rows:repeat(5,10px);gap:8px}
.heroBox .heroDotGrid span{width:4px;height:4px;background:#EDB187;border-radius:50%;opacity:.6;display:block}
.heroBox .heroDotGrid.topLeft{top:28px;left:28px}
.heroBox .heroDotGrid.topRight{top:28px;right:28px}
.heroBox .heroDotGrid.bottomLeft{bottom:48px;left:28px}
.heroBox .heroDotGrid.bottomRight{bottom:48px;right:28px}
.heroBox .heroContent{position:relative;z-index:3;max-width:860px;padding:60px 56px}
.heroBox .heroContent .heroTag{display:inline-flex;align-items:center;gap:8px;background:#edb18726;border:1px solid #edb18766;border-radius:100px;padding:6px 16px;color:#EDB187;font-size:13px;letter-spacing:.06em;margin-bottom:28px}
.heroBox .heroContent h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;color:#E9E9E9;line-height:1.12;margin:0 0 28px}
.heroBox .heroContent h1 .accentWord{color:#EDB187;position:relative}
.heroBox .heroContent h1 .accentWord::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#EDB187,transparent);border-radius:2px}
.heroThesisList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.heroThesisList li{color:#e9e9e9c7;font-size:1.05rem;line-height:1.6;display:flex;align-items:flex-start;gap:10px}
.heroThesisList li::before{content:'';flex-shrink:0;margin-top:8px;width:6px;height:6px;background:#EDB187;border-radius:50%}
.heroCtaRow{margin-top:40px;display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.heroCtaRow .btnPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#EDB187 0%,#d4956a 100%);color:#16312E;font-weight:700;font-size:.95rem;padding:14px 28px;border-radius:100px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .2s;box-shadow:0 8px 24px #edb1874d;z-index:10;position:relative}
.heroCtaRow .btnPrimary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #edb18773}
.heroCtaRow .btnOutline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#E9E9E9;font-weight:600;font-size:.95rem;padding:14px 28px;border-radius:100px;text-decoration:none;border:1.5px solid #e9e9e959;cursor:pointer;transition:border-color 0.25s,background .25s;z-index:10;position:relative}
.heroCtaRow .btnOutline:hover{border-color:#EDB187;background:#edb18714}
.pageWrapper{background:#0f2220;min-height:100vh}
.svgDividerWave{display:block;width:100%;overflow:hidden;line-height:0}
.teamSection{padding:96px 24px;max-width:1200px;margin:0 auto}
.teamSection .sectionLabel{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.teamSection .sectionLabel .labelLine{width:40px;height:2px;background:#EDB187;border-radius:2px}
.teamSection .sectionLabel span{color:#EDB187;font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:600}
.teamSection .sectionHeading{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800;color:#E9E9E9;margin:0 0 16px;max-width:560px}
.teamSection .sectionSub{color:#e9e9e999;font-size:1rem;line-height:1.7;max-width:520px;margin-bottom:56px}
.teamGridLayout{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.teamVisualPanel{position:relative;border-radius:24px;overflow:hidden;grid-row:span 2}
.teamVisualPanel img{width:100%;height:100%;object-fit:cover;display:block}
.teamVisualPanel .teamImgOverlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#16312ee0 100%)}
.teamVisualPanel .teamImgCaption{position:absolute;bottom:0;left:0;right:0;padding:28px}
.teamVisualPanel .teamImgCaption h4{color:#E9E9E9;font-size:1.1rem;font-weight:700;margin:0 0 6px}
.teamVisualPanel .teamImgCaption p{color:#e9e9e9b3;font-size:.88rem;margin:0;line-height:1.5}
.teamStatCard{background:#ffffff0a;border:1px solid #edb1871f;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:12px;transition:border-color 0.25s,background .25s}
.teamStatCard:hover{border-color:#edb18759;background:#edb1870d}
.teamStatCard .statNum{font-size:2.6rem;font-weight:800;color:#EDB187;line-height:1}
.teamStatCard .statLabel{font-size:.9rem;color:#e9e9e9a6;line-height:1.5}
.teamStatCard .statTitle{font-size:1rem;font-weight:700;color:#E9E9E9;margin:0}
.teamBioCard{background:linear-gradient(135deg,#16312ee6 0%,#0f2220f2 100%);border:1px solid #edb18726;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:10px}
.teamBioCard .bioRole{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#EDB187;font-weight:600}
.teamBioCard .bioName{font-size:1.05rem;font-weight:700;color:#E9E9E9;margin:0}
.teamBioCard .bioText{font-size:.88rem;color:#e9e9e999;line-height:1.6;margin:0}
.teamBioCard .bioTags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:4px}
.teamBioCard .bioTags span{background:#edb1871a;border:1px solid #edb18733;border-radius:100px;padding:3px 10px;font-size:.78rem;color:#e9e9e9b3}
.zigzagDivider{width:100%;text-align:center;padding:8px 0;overflow:hidden}
.zigzagDivider svg{display:block;margin:auto}
.directionsSection{padding:0 24px 96px;max-width:1200px;margin:0 auto}
.directionsSection .dirHeaderRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:56px;flex-wrap:wrap}
.directionsSection .dirTitle{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800;color:#E9E9E9;margin:0 0 12px;position:relative;display:inline-block}
.directionsSection .dirTitle::before{content:'';position:absolute;bottom:-8px;left:0;width:52px;height:3px;background:linear-gradient(90deg,#EDB187,transparent);border-radius:3px}
.directionsSection .dirSub{color:#e9e9e98c;font-size:.95rem;line-height:1.6;max-width:380px;margin:20px 0 0}
.directionsSection .dirCta{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#EDB187;border:1.5px solid #EDB187;border-radius:100px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background 0.25s,color .25s;flex-shrink:0}
.directionsSection .dirCta:hover{background:#EDB187;color:#16312E}
.dirCardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dirCard{background:#ffffff08;border:1px solid #e9e9e914;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.25s,box-shadow 0.25s,border-color .25s;position:relative}
.dirCard:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000059;border-color:#edb1874d}
.dirCard .dirCardImg{width:100%;height:200px;object-fit:cover;display:block;filter:saturate(0.7) brightness(0.8);transition:filter .35s}
.dirCard:hover .dirCardImg{filter:saturate(1) brightness(0.9)}
.dirCard .dirCardBody{padding:24px 22px;flex:1;display:flex;flex-direction:column;gap:10px}
.dirCard .dirCardIcon{width:40px;height:40px;background:#edb1871a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#EDB187;font-size:18px;margin-bottom:4px}
.dirCard .dirCardTitle{font-size:1.05rem;font-weight:700;color:#E9E9E9;margin:0}
.dirCard .dirCardText{font-size:.88rem;color:#e9e9e999;line-height:1.65;margin:0;flex:1}
.dirCard .dirCardLink{display:inline-flex;align-items:center;gap:6px;color:#EDB187;font-size:.85rem;font-weight:600;text-decoration:none;margin-top:8px;transition:gap .2s}
.dirCard .dirCardLink:hover{gap:10px}
.dirCard .dirCardBadge{position:absolute;top:14px;left:14px;background:#16312ee6;border:1px solid #edb1874d;border-radius:100px;padding:4px 12px;font-size:.75rem;color:#EDB187;font-weight:600;z-index:2}
.dirCardFeatured{grid-column:span 2;flex-direction:row}
.dirCardFeatured .dirCardImg{width:44%;height:auto;min-height:240px;flex-shrink:0}
.dirCardFeatured .dirCardBody{padding:32px 28px}
.dirCardFeatured .dirCardTitle{font-size:1.25rem}
@media (max-width: 1024px) {
.heroBox .heroContent{padding:48px 32px}
.teamGridLayout{grid-template-columns:1fr 1fr}
.teamVisualPanel{grid-row:span 1;height:280px}
.dirCardsGrid{grid-template-columns:1fr 1fr}
.dirCardFeatured{grid-column:span 2;flex-direction:column}
.dirCardFeatured .dirCardImg{width:100%;height:220px}
}
@media (max-width: 720px) {
.heroBox{min-height:80vh}
.heroBox .heroContent{padding:40px 20px}
.heroBox .heroDotGrid.topRight,.heroBox .heroDotGrid.bottomRight{display:none}
.heroCtaRow{flex-direction:column}
.teamGridLayout{grid-template-columns:1fr}
.teamVisualPanel{height:260px}
.dirCardsGrid{grid-template-columns:1fr}
.dirCardFeatured{grid-column:span 1;flex-direction:column}
.dirCardFeatured .dirCardImg{width:100%;height:200px}
.directionsSection .dirHeaderRow{flex-direction:column;align-items:flex-start}
.teamSection{padding:64px 20px}
.directionsSection{padding:0 20px 64px}
}
.contactPage-wrapper{background:#0a1f1c;overflow-x:hidden}
.titleBlock-box{position:relative;padding:80px 24px 100px;overflow:hidden;background:linear-gradient(135deg,#16312E 0%,#0e2420 40%,#1a3d38 100%)}
.titleBlock-box .bgCircle-1{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#edb18714 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}
.titleBlock-box .bgCircle-2{position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid #edb1871a;bottom:-80px;left:5%;pointer-events:none}
.titleBlock-box .bgCircle-3{position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid #e9e9e90f;top:40px;left:30%;pointer-events:none}
.titleBlock-box .glowVector{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.titleBlock-box .glowVector::after{content:'';position:absolute;width:600px;height:2px;background:linear-gradient(90deg,transparent,#edb18799,transparent);top:45%;left:-100px;transform:rotate(-8deg);filter:blur(1px)}
.titleBlock-inner{max-width:1536px;margin:auto;position:relative;z-index:2}
.titleBlock-badge{display:inline-flex;align-items:center;gap:8px;background:#edb1871f;border:1px solid #edb18740;border-radius:50px;padding:6px 16px;margin-bottom:28px}
.titleBlock-badge span{color:#EDB187;font-size:13px;letter-spacing:.5px}
.titleBlock-box h1{font-size:clamp(32px,5vw,58px);font-weight:800;color:#E9E9E9;line-height:1.15;max-width:680px;margin:0 0 20px}
.titleBlock-box h1 .accentWord{color:#EDB187;position:relative;display:inline-block}
.titleBlock-box h1 .accentWord::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#EDB187,#edb18733);border-radius:2px}
.titleBlock-desc{color:#e9e9e9b3;font-size:17px;line-height:1.7;max-width:520px;margin:0}
.mainContent-box{max-width:1536px;margin:auto;padding:0 24px 80px}
.twoCol-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;padding-top:60px;align-items:start}
.infoPanel-box{display:flex;flex-direction:column;gap:24px}
.infoCard{background:linear-gradient(145deg,#16312E,#122b28);border:1px solid #edb18726;border-radius:20px;padding:28px 30px;transition:border-color 0.3s,transform .3s}
.infoCard:hover{border-color:#edb18759;transform:translateY(-3px)}
.infoCard-iconRow{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.infoCard-iconWrap{width:44px;height:44px;border-radius:12px;background:#edb1871a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.infoCard-iconWrap ion-icon{color:#EDB187;font-size:20px}
.infoCard-label{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:#e9e9e973;margin:0}
.infoCard-title{font-size:16px;font-weight:700;color:#E9E9E9;margin:2px 0 0}
.infoCard-content{color:#e9e9e9bf;font-size:15px;line-height:1.65;margin:0}
.infoCard-content a{color:#EDB187;text-decoration:none;border-bottom:1px solid #edb1874d;transition:border-color .2s}
.infoCard-content a:hover{border-color:#EDB187}
.responseTimeCard{background:linear-gradient(135deg,#edb18714,#16312ee6);border:1px dashed #edb18740;border-radius:20px;padding:22px 28px;display:flex;align-items:center;gap:16px}
.responseTimeCard ion-icon{color:#EDB187;font-size:28px;flex-shrink:0}
.responseTimeCard-text p{margin:0;color:#e9e9e999;font-size:14px;line-height:1.5}
.responseTimeCard-text strong{color:#E9E9E9;font-size:15px;display:block;margin-bottom:3px}
.formPanel-box{background:linear-gradient(160deg,#16312E,#0f2622);border:1px solid #e9e9e91a;border-radius:28px;padding:44px 40px;box-shadow:0 24px 64px #00000059}
.formPanel-header{margin-bottom:32px}
.formPanel-header h2{font-size:26px;font-weight:800;color:#E9E9E9;margin:0 0 8px}
.formPanel-header p{color:#e9e9e98c;font-size:14px;margin:0;line-height:1.6}
.elegantForm .fieldGroup{margin-bottom:22px}
.elegantForm .fieldLabel{display:block;font-size:13px;font-weight:600;color:#e9e9e9b3;margin-bottom:8px;letter-spacing:.3px}
.elegantForm .fieldLabel .requiredMark{color:#EDB187;margin-left:3px}
.elegantForm .styledInput,.elegantForm .styledSelect{width:100%;background:#e9e9e90d;border:1px solid #e9e9e926;border-radius:12px;padding:14px 18px;color:#E9E9E9;font-size:15px;outline:none;transition:border-color 0.25s,background 0.25s,box-shadow .25s;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.elegantForm .styledInput::placeholder{color:#e9e9e94d}
.elegantForm .styledInput:focus,.elegantForm .styledSelect:focus{border-color:#edb18780;background:#edb1870d;box-shadow:0 0 0 3px #edb1871a}
.selectWrapper{position:relative}
.selectWrapper::after{content:'';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #edb187b3;pointer-events:none}
.elegantForm .styledSelect option{background:#16312E;color:#E9E9E9}
.privacyCheck-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px 18px;background:#e9e9e908;border-radius:12px;border:1px solid #e9e9e914}
.privacyCheck-row input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#EDB187;cursor:pointer}
.privacyCheck-row .privacyText{font-size:13px;color:#e9e9e999;line-height:1.55;margin:0}
.privacyCheck-row .privacyText a{color:#EDB187;text-decoration:none;border-bottom:1px solid #edb1874d;transition:border-color .2s}
.privacyCheck-row .privacyText a:hover{border-color:#EDB187}
.submitBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#EDB187,#d4986e);color:#16312E;font-size:16px;font-weight:800;border:none;border-radius:14px;cursor:pointer;letter-spacing:.3px;transition:transform 0.2s,box-shadow 0.2s,filter .2s;position:relative;z-index:2;box-shadow:0 8px 28px #edb18740}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 14px 36px #edb18759;filter:brightness(1.05)}
.submitBtn:active{transform:translateY(0)}
.extraInfo-section{background:linear-gradient(135deg,#16312E 0%,#1a3d38 100%);padding:60px 24px}
.extraInfo-inner{max-width:1536px;margin:auto}
.extraInfo-inner h3{font-size:22px;font-weight:700;color:#E9E9E9;text-align:center;margin:0 0 40px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.extraInfo-inner h3::before{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#EDB187;border-radius:2px}
.faqAccordion-box{max-width:780px;margin:auto;display:flex;flex-direction:column;gap:12px}
.faqItem input[type="checkbox"]{display:none}
.faqItem-label{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#e9e9e90d;border:1px solid #e9e9e91a;border-radius:14px;padding:18px 22px;cursor:pointer;transition:background 0.25s,border-color .25s;color:#E9E9E9;font-size:15px;font-weight:600;user-select:none}
.faqItem-label:hover{background:#edb1870f;border-color:#edb18733}
.faqItem input:checked ~ .faqItem-label{background:#edb18714;border-color:#edb1874d;border-bottom-left-radius:0;border-bottom-right-radius:0}
.faqItem-arrow{width:22px;height:22px;border-radius:50%;background:#edb1871f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.3s,background .3s}
.faqItem-arrow ion-icon{color:#EDB187;font-size:14px;display:block;transition:transform .3s}
.faqItem input:checked ~ .faqItem-label .faqItem-arrow{background:#edb18733}
.faqItem input:checked ~ .faqItem-label .faqItem-arrow ion-icon{transform:rotate(180deg)}
.faqItem-body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;background:#edb1870a;border:1px solid #edb18726;border-top:none;border-bottom-left-radius:14px;border-bottom-right-radius:14px}
.faqItem input:checked ~ .faqItem-body{max-height:200px}
.faqItem-body p{color:#e9e9e9b3;font-size:14px;line-height:1.7;margin:0;padding:16px 22px 18px}
@media (max-width: 900px) {
.twoCol-grid{grid-template-columns:1fr;gap:36px;padding-top:40px}
.formPanel-box{padding:32px 24px}
.titleBlock-box{padding:60px 20px 80px}
}
@media (max-width: 560px) {
.titleBlock-box h1{font-size:28px}
.formPanel-box{padding:24px 18px}
.infoCard{padding:22px 20px}
.mainContent-box{padding:0 16px 60px}
.extraInfo-section{padding:48px 16px}
}
.programPage{background:#0d1f1d;overflow-x:hidden}
.titleBlock{position:relative;display:flex;align-items:center;justify-content:center;padding:80px 24px 64px;gap:0;overflow:hidden}
.titleBlock .frameLine-top,.titleBlock .frameLine-bottom{position:absolute;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#EDB187 30%,#EDB187 70%,transparent);opacity:.5}
.titleBlock .frameLine-top{top:24px}
.titleBlock .frameLine-bottom{bottom:24px}
.titleBlock .frameLine-left,.titleBlock .frameLine-right{position:absolute;top:10%;bottom:10%;width:1px;background:linear-gradient(180deg,transparent,#EDB187 30%,#EDB187 70%,transparent);opacity:.5}
.titleBlock .frameLine-left{left:24px}
.titleBlock .frameLine-right{right:24px}
.titleSideImg{flex:0 0 220px;height:320px;position:relative;overflow:hidden;border-radius:20px}
.titleSideImg img{width:100%;height:100%;object-fit:cover;display:block}
.titleSideImg::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#0d1f1d 90%);pointer-events:none}
.titleSideImg-right::after{background:radial-gradient(ellipse at center,transparent 30%,#0d1f1d 90%)}
.titleTextBox{flex:1;text-align:center;padding:0 40px;max-width:640px}
.titleTextBox .eyebrow{display:inline-block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#EDB187;margin-bottom:20px;opacity:.85}
.titleTextBox h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.2;color:#E9E9E9;margin:0 0 8px}
.titleTextBox h1 .pauseAccent{display:block;color:#EDB187;font-style:italic;font-weight:700}
.titleTextBox .titleSubtext{font-size:1rem;color:#a8bfbc;line-height:1.7;margin-top:18px;max-width:420px;margin-left:auto;margin-right:auto}
.curriculumBlock{padding:80px 24px;max-width:1200px;margin:0 auto}
.curriculumBlock .blockLabel{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#EDB187;opacity:.8;margin-bottom:12px}
.curriculumBlock .blockHeading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#E9E9E9;margin:0 0 48px;max-width:500px}
.curriculumBlock .blockHeading span{color:#EDB187}
.modulesAccordion{display:flex;flex-direction:column;gap:12px}
.moduleItem input[type="checkbox"]{display:none}
.moduleItem{border:1px solid #edb1872e;border-radius:16px;overflow:hidden;background:#16312e80;transition:border-color .3s}
.moduleItem:hover{border-color:#edb18761}
.moduleToggle{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;cursor:pointer;user-select:none;gap:16px}
.moduleToggle .modNum{font-size:12px;font-weight:700;color:#EDB187;letter-spacing:2px;opacity:.7;flex-shrink:0}
.moduleToggle .modTitle{font-size:1rem;font-weight:600;color:#E9E9E9;flex:1}
.moduleToggle .modArrow{width:24px;height:24px;border:1px solid #edb18766;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.3s,background .3s}
.moduleToggle .modArrow::after{content:"";width:6px;height:6px;border-right:2px solid #EDB187;border-bottom:2px solid #EDB187;transform:rotate(45deg) translateY(-2px);display:block}
.moduleItem input:checked ~ .moduleToggle .modArrow{transform:rotate(180deg);background:#edb18726}
.moduleContent{max-height:0;overflow:hidden;transition:max-height .4s ease}
.moduleItem input:checked ~ .moduleContent{max-height:400px}
.moduleContent .modInner{padding:0 28px 24px;border-top:1px solid #edb1871f}
.moduleContent .modDesc{font-size:.9rem;color:#a8bfbc;line-height:1.7;margin:16px 0 12px}
.moduleContent .modTopics{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.moduleContent .modTopics li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#cdd9d8;line-height:1.5}
.moduleContent .modTopics li::before{content:"";width:6px;height:6px;border-radius:50%;background:#EDB187;flex-shrink:0;margin-top:6px}
.curriculumSide{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.statsGridBlock{background:linear-gradient(135deg,#16312E 0%,#0d1f1d 60%,#1a3530 100%);padding:80px 24px;position:relative;overflow:hidden}
.statsGridBlock::before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,#edb18714 0%,transparent 70%);pointer-events:none}
.statsGridBlock::after{content:"";position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;background:radial-gradient(circle,#16312e99 0%,transparent 70%);pointer-events:none}
.statsInner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.statsHeaderRow{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:24px;flex-wrap:wrap}
.statsHeaderRow .statsHeading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#E9E9E9;margin:0;max-width:380px;line-height:1.3}
.statsHeaderRow .statsHeading span{color:#EDB187}
.statsHeaderRow .statsNote{font-size:.875rem;color:#7a9e9a;max-width:280px;line-height:1.6;text-align:right}
.statsCardsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.statCard{background:#0d1f1db3;border:1px solid #edb18726;border-radius:20px;padding:32px 24px;position:relative;overflow:hidden;transition:transform 0.3s,border-color .3s}
.statCard:hover{transform:translateY(-4px);border-color:#edb18759}
.statCard::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#EDB187,transparent);opacity:0;transition:opacity .3s}
.statCard:hover::before{opacity:1}
.statCard .statIcon{font-size:1.4rem;color:#EDB187;margin-bottom:16px;opacity:.8}
.statCard .statNumber{font-size:2.4rem;font-weight:800;color:#EDB187;line-height:1;margin-bottom:8px}
.statCard .statLabel{font-size:.85rem;color:#a8bfbc;line-height:1.5}
.progressRingBlock{display:flex;flex-direction:column;gap:16px;margin-top:40px;padding-top:40px;border-top:1px solid #edb1871f}
.progressRow{display:flex;align-items:center;gap:16px}
.progressLabel{font-size:.85rem;color:#cdd9d8;min-width:180px}
.progressTrack{flex:1;height:6px;background:#ffffff14;border-radius:10px;overflow:hidden}
.progressFill{height:100%;border-radius:10px;background:linear-gradient(90deg,#16312E,#EDB187);transition:width .6s ease}
.progressVal{font-size:.8rem;color:#EDB187;font-weight:700;min-width:36px;text-align:right}
.enrollBlock{padding:80px 24px;max-width:1200px;margin:0 auto}
.enrollGrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.enrollInfoSide .enrollBadge{display:inline-flex;align-items:center;gap:8px;background:#edb1871f;border:1px solid #edb18740;border-radius:100px;padding:6px 16px;font-size:.78rem;color:#EDB187;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}
.enrollInfoSide h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#E9E9E9;margin:0 0 20px;line-height:1.3}
.enrollInfoSide .enrollDesc{font-size:.95rem;color:#a8bfbc;line-height:1.7;margin-bottom:32px}
.enrollFeatureList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.enrollFeatureList li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#cdd9d8;line-height:1.5}
.enrollFeatureList li .fIcon{width:28px;height:28px;border-radius:8px;background:#edb18726;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#EDB187;font-size:.75rem}
.enrollFormSide{background:#16312e66;border:1px solid #edb1872e;border-radius:24px;padding:40px 36px}
.enrollFormSide .formTitle{font-size:1.2rem;font-weight:700;color:#E9E9E9;margin:0 0 8px}
.enrollFormSide .formSubtitle{font-size:.85rem;color:#7a9e9a;margin:0 0 28px}
.enrollForm{display:flex;flex-direction:column;gap:16px}
.formField{display:flex;flex-direction:column;gap:6px}
.formField label{font-size:.8rem;color:#a8bfbc;letter-spacing:.5px}
.formField input,.formField select{background:#0d1f1dcc;border:1px solid #edb18733;border-radius:12px;padding:12px 16px;color:#E9E9E9;font-size:.9rem;outline:none;transition:border-color .3s;appearance:none;-webkit-appearance:none}
.formField input::placeholder{color:#4a6e6b}
.formField input:focus,.formField select:focus{border-color:#edb18780}
.formField select option{background:#16312E;color:#E9E9E9}
.enrollSubmitBtn{margin-top:8px;background:linear-gradient(135deg,#EDB187 0%,#d4956a 100%);color:#16312E;font-weight:700;font-size:.95rem;border:none;border-radius:12px;padding:14px 24px;cursor:pointer;transition:transform 0.2s,box-shadow .3s;position:relative;z-index:2;letter-spacing:.5px}
.enrollSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #edb1874d}
.svgDivider{width:100%;line-height:0;display:block}
@media (max-width: 1024px) {
.statsCardsGrid{grid-template-columns:repeat(2,1fr)}
.curriculumSide{grid-template-columns:1fr}
.enrollGrid{grid-template-columns:1fr}
.statsHeaderRow .statsNote{text-align:left}
}
@media (max-width: 768px) {
.titleBlock{flex-direction:column;padding:60px 24px 48px;gap:24px}
.titleSideImg{flex:0 0 160px;width:100%;height:160px;max-width:320px}
.titleTextBox{padding:0}
.statsCardsGrid{grid-template-columns:1fr 1fr}
.statsHeaderRow{flex-direction:column;align-items:flex-start}
.progressLabel{min-width:130px}
.enrollFormSide{padding:28px 20px}
.modulesAccordion + .curriculumNote{display:none}
}
@media (max-width: 480px) {
.statsCardsGrid{grid-template-columns:1fr}
.progressRow{flex-wrap:wrap}
.progressLabel{min-width:100%}
}
.remotePage-wrap{background:#0d1f1c;overflow-x:hidden}
.titleBlock-box{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;padding:80px 24px 60px}
.titleBlock-box::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#16312E 0%,#0d1f1c 55%,#1a2e2a 100%);z-index:0}
.titleBlock-box::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#edb1871f 0%,transparent 70%);z-index:0}
.titleBlock-inner{max-width:1200px;margin:auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.titleBlock-textSide{display:flex;flex-direction:column;gap:20px}
.titleBlock-badge{display:inline-flex;align-items:center;gap:8px;background:#edb18726;border:1px solid #edb1874d;color:#EDB187;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:20px;width:fit-content}
.titleBlock-mainHeading{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#E9E9E9;line-height:1.15;margin:0}
.titleBlock-mainHeading span{color:#EDB187;position:relative}
.titleBlock-mainHeading span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#EDB187,transparent);border-radius:2px}
.titleBlock-desc{color:#e9e9e9b8;font-size:1.05rem;line-height:1.7;margin:0;max-width:480px}
.titleBlock-stats{display:flex;gap:28px;margin-top:8px}
.titleBlock-statItem{display:flex;flex-direction:column;gap:2px}
.titleBlock-statNum{font-size:1.6rem;font-weight:800;color:#EDB187}
.titleBlock-statLabel{font-size:.75rem;color:#e9e9e980;text-transform:uppercase;letter-spacing:1px}
.titleBlock-imgSide{position:relative}
.titleBlock-imgFrame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #00000080}
.titleBlock-imgFrame img{width:100%;height:360px;object-fit:cover;display:block}
.titleBlock-imgOverlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,#0d1f1c99 100%)}
.titleBlock-floatCard{position:absolute;bottom:-20px;left:-28px;background:linear-gradient(135deg,#16312E,#1f3d38);border:1px solid #edb18740;border-radius:16px;padding:14px 20px;box-shadow:0 12px 32px #0006;display:flex;align-items:center;gap:12px;min-width:200px}
.titleBlock-floatCard .floatCard-icon{width:40px;height:40px;background:#edb18733;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#EDB187;font-size:18px;flex-shrink:0}
.titleBlock-floatCard .floatCard-text strong{display:block;color:#E9E9E9;font-size:.85rem;font-weight:700}
.titleBlock-floatCard .floatCard-text span{color:#e9e9e980;font-size:.72rem}
.titleBlock-decorDots{position:absolute;top:30px;right:-16px;display:grid;grid-template-columns:repeat(4,8px);grid-template-rows:repeat(4,8px);gap:6px;opacity:.35}
.titleBlock-decorDots span{width:5px;height:5px;border-radius:50%;background:#EDB187;display:block}
.svgDivider-1{display:block;background:#0d1f1c;line-height:0}
.svgDivider-1 svg{display:block;width:100%}
.tipsBlock-section{background:#E9E9E9;padding:80px 24px}
.tipsBlock-inner{max-width:1200px;margin:auto}
.tipsBlock-header{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}
.tipsBlock-eyebrow{display:flex;align-items:center;gap:10px;color:#16312E;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.tipsBlock-eyebrow::before{content:'';width:32px;height:3px;background:#EDB187;border-radius:2px;display:block}
.tipsBlock-heading{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#16312E;margin:0;max-width:600px;line-height:1.2}
.tipsBlock-subtext{color:#16312ea6;font-size:.95rem;line-height:1.6;max-width:520px;margin:0}
.tipsBlock-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:start}
.tipsBlock-imgWrap{position:relative;border-radius:20px;overflow:visible}
.tipsBlock-imgWrap img{width:100%;height:460px;object-fit:cover;border-radius:20px;display:block;box-shadow:0 16px 48px #16312e33}
.tipsBlock-imgTag{position:absolute;top:24px;right:-20px;background:#16312E;color:#EDB187;font-size:.78rem;font-weight:700;padding:8px 16px;border-radius:20px;letter-spacing:.5px;box-shadow:0 8px 20px #16312e4d}
.tipsBlock-accordion{display:flex;flex-direction:column;gap:0}
.accordion-item input[type="radio"]{display:none}
.accordion-item{border-bottom:1px solid #16312e1f}
.accordion-item:first-of-type{border-top:1px solid #16312e1f}
.accordion-label{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;cursor:pointer;gap:16px}
.accordion-labelLeft{display:flex;align-items:center;gap:14px}
.accordion-num{width:32px;height:32px;border-radius:8px;background:#16312e14;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#16312E;flex-shrink:0;transition:background 0.25s,color .25s}
.accordion-title{font-size:.95rem;font-weight:700;color:#16312E;line-height:1.3}
.accordion-arrow{color:#16312e66;font-size:18px;transition:transform .25s;flex-shrink:0}
.accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.accordion-bodyInner{padding:0 4px 18px 46px;color:#16312eb3;font-size:.88rem;line-height:1.65}
input[name="tip-radio"]:checked + .accordion-label .accordion-num{background:#16312E;color:#EDB187}
input[name="tip-radio"]:checked + .accordion-label .accordion-arrow{transform:rotate(90deg);color:#EDB187}
input[name="tip-radio"]:checked ~ .accordion-body{max-height:200px}
input[name="tip-radio-2"]:checked + .accordion-label .accordion-num{background:#16312E;color:#EDB187}
input[name="tip-radio-2"]:checked + .accordion-label .accordion-arrow{transform:rotate(90deg);color:#EDB187}
input[name="tip-radio-2"]:checked ~ .accordion-body{max-height:200px}
input[name="tip-radio-3"]:checked + .accordion-label .accordion-num{background:#16312E;color:#EDB187}
input[name="tip-radio-3"]:checked + .accordion-label .accordion-arrow{transform:rotate(90deg);color:#EDB187}
input[name="tip-radio-3"]:checked ~ .accordion-body{max-height:200px}
input[name="tip-radio-4"]:checked + .accordion-label .accordion-num{background:#16312E;color:#EDB187}
input[name="tip-radio-4"]:checked + .accordion-label .accordion-arrow{transform:rotate(90deg);color:#EDB187}
input[name="tip-radio-4"]:checked ~ .accordion-body{max-height:200px}
input[name="tip-radio-5"]:checked + .accordion-label .accordion-num{background:#16312E;color:#EDB187}
input[name="tip-radio-5"]:checked + .accordion-label .accordion-arrow{transform:rotate(90deg);color:#EDB187}
input[name="tip-radio-5"]:checked ~ .accordion-body{max-height:200px}
.svgDivider-2{display:block;background:#E9E9E9;line-height:0}
.svgDivider-2 svg{display:block;width:100%}
.ctaBlock-section{background:linear-gradient(145deg,#0d1f1c 0%,#16312E 50%,#1a2e2a 100%);padding:80px 24px 90px;position:relative;overflow:hidden}
.ctaBlock-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#edb18714 0%,transparent 70%)}
.ctaBlock-inner{max-width:1200px;margin:auto;position:relative;z-index:2}
.ctaBlock-layout{display:grid;grid-template-columns:1fr 1.8fr;gap:64px;align-items:start}
.ctaBlock-leftCol{display:flex;flex-direction:column;gap:24px;position:sticky;top:40px}
.ctaBlock-tag{display:inline-flex;align-items:center;gap:8px;background:#edb1871f;border:1px solid #edb18740;color:#EDB187;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;width:fit-content}
.ctaBlock-heading{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:800;color:#E9E9E9;margin:0;line-height:1.2}
.ctaBlock-text{color:#e9e9e999;font-size:.92rem;line-height:1.7;margin:0}
.ctaBlock-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#EDB187,#d99a6f);color:#16312E;font-weight:700;font-size:.9rem;padding:14px 28px;border-radius:50px;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 8px 24px #edb1874d;width:fit-content}
.ctaBlock-cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px #edb18766}
.ctaBlock-rightCol{display:flex;flex-direction:column;gap:16px}
.checklist-group-heading{color:#e9e9e973;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:8px 0 4px}
.checklist-card{background:#ffffff0a;border:1px solid #edb1871a;border-radius:16px;padding:20px 24px;display:flex;align-items:flex-start;gap:16px;transition:border-color 0.25s,background .25s}
.checklist-card:hover{border-color:#edb18747;background:#ffffff12}
.checklist-icon{width:38px;height:38px;border-radius:10px;background:#edb18726;display:flex;align-items:center;justify-content:center;color:#EDB187;font-size:16px;flex-shrink:0}
.checklist-cardText strong{display:block;color:#E9E9E9;font-size:.9rem;font-weight:700;margin-bottom:4px}
.checklist-cardText p{color:#e9e9e98c;font-size:.82rem;line-height:1.6;margin:0}
.ctaBlock-linkRow{display:flex;align-items:center;gap:16px;margin-top:8px}
.ctaBlock-altLink{color:#e9e9e980;font-size:.85rem;text-decoration:none;transition:color .2s}
.ctaBlock-altLink:hover{color:#EDB187}
@media (max-width: 900px) {
.titleBlock-inner{grid-template-columns:1fr;gap:40px}
.titleBlock-imgSide{order:-1}
.titleBlock-floatCard{left:12px;bottom:-16px}
.titleBlock-decorDots{right:8px}
.tipsBlock-grid{grid-template-columns:1fr;gap:36px}
.tipsBlock-imgWrap img{height:280px}
.tipsBlock-imgTag{right:12px;top:12px}
.ctaBlock-layout{grid-template-columns:1fr;gap:40px}
.ctaBlock-leftCol{position:static}
}
@media (max-width: 600px) {
.titleBlock-box{padding:60px 16px 50px}
.titleBlock-stats{flex-wrap:wrap;gap:18px}
.tipsBlock-section{padding:60px 16px}
.ctaBlock-section{padding:60px 16px 70px}
.checklist-card{padding:16px 18px}
}
.successPage{background:#0a1f1c;min-height:80vh;padding:0;overflow-x:hidden}
.successPage .titleBlock{display:flex;flex-direction:row;align-items:center;max-width:1536px;margin:0 auto;padding:80px 48px 60px;gap:48px;position:relative}
.successPage .titleBlock .visualBox{flex:0 0 40%;max-width:40%;position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}
.successPage .titleBlock .visualBox .glowRing{width:320px;height:320px;border-radius:50%;background:conic-gradient(from 45deg,#16312E,#EDB187,#16312E,#EDB187,#16312E);animation:spinRing 8s linear infinite;display:flex;align-items:center;justify-content:center;position:relative}
.successPage .titleBlock .visualBox .glowRing::before{content:"";position:absolute;inset:6px;border-radius:50%;background:#0f2a27}
.successPage .titleBlock .visualBox .glowRing::after{content:"";position:absolute;inset:-20px;border-radius:50%;background:radial-gradient(ellipse at center,#edb1872e 0%,transparent 70%);animation:pulseGlow 3s ease-in-out infinite alternate}
.successPage .titleBlock .visualBox .innerCheck{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px}
.successPage .titleBlock .visualBox .innerCheck .checkIcon{width:80px;height:80px;background:linear-gradient(135deg,#EDB187,#c8865a);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 32px #edb18780 0 0 64px #edb18733;animation:bounceIn .8s cubic-bezier(0.34,1.56,0.64,1) both}
.successPage .titleBlock .visualBox .innerCheck .checkIcon svg{width:40px;height:40px}
.successPage .titleBlock .visualBox .floatFlare{position:absolute;border-radius:50%;pointer-events:none}
.successPage .titleBlock .visualBox .floatFlare-1{width:80px;height:80px;background:radial-gradient(circle,#edb1874d 0%,transparent 70%);top:30px;right:20px;animation:floatUp 4s ease-in-out infinite alternate}
.successPage .titleBlock .visualBox .floatFlare-2{width:50px;height:50px;background:radial-gradient(circle,#16312e99 0%,#edb18733 60%,transparent 100%);bottom:40px;left:10px;animation:floatUp 5s ease-in-out infinite alternate-reverse}
@keyframes spinRing {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@keyframes pulseGlow {
from{opacity:.5;transform:scale(1)}
to{opacity:1;transform:scale(1.1)}
}
@keyframes bounceIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
@keyframes floatUp {
from{transform:translateY(0px) scale(1)}
to{transform:translateY(-20px) scale(1.1)}
}
.successPage .titleBlock .textBox{flex:1;display:flex;flex-direction:column;gap:20px}
.successPage .titleBlock .textBox .tagLine{display:inline-flex;align-items:center;gap:8px;background:#edb1871f;border:1px solid #edb1874d;border-radius:24px;padding:6px 16px;width:fit-content}
.successPage .titleBlock .textBox .tagLine span{font-size:13px;color:#EDB187;letter-spacing:.05em;text-transform:uppercase}
.successPage .titleBlock .textBox .mainHeading{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#E9E9E9;margin:0;position:relative}
.successPage .titleBlock .textBox .mainHeading .accentWord{color:#EDB187;position:relative;display:inline-block}
.successPage .titleBlock .textBox .mainHeading .accentWord::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#EDB187,transparent);border-radius:2px}
.successPage .titleBlock .textBox .descText{font-size:17px;line-height:1.7;color:#e9e9e9bf;margin:0;max-width:520px}
.successPage .titleBlock .textBox .ctaRow{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;margin-top:8px}
.successPage .titleBlock .textBox .ctaRow .primaryBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#EDB187,#c8865a);color:#16312E;font-size:15px;font-weight:700;padding:14px 28px;border-radius:32px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 24px #edb1874d;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:2}
.successPage .titleBlock .textBox .ctaRow .primaryBtn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #edb18773}
.successPage .titleBlock .textBox .ctaRow .secondaryBtn{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#E9E9E9;font-size:15px;font-weight:600;padding:14px 28px;border-radius:32px;text-decoration:none;border:1px solid #e9e9e940;cursor:pointer;transition:background .2s ease,border-color .2s ease;position:relative;z-index:2}
.successPage .titleBlock .textBox .ctaRow .secondaryBtn:hover{background:#e9e9e912;border-color:#e9e9e980}
.successPage .infoBlock{max-width:1536px;margin:0 auto;padding:40px 48px 80px;position:relative}
.successPage .infoBlock::before{content:"";position:absolute;top:0;left:48px;right:48px;height:1px;background:linear-gradient(90deg,transparent,#edb1874d,transparent)}
.successPage .infoBlock .sectionLabel{text-align:center;margin-bottom:40px}
.successPage .infoBlock .sectionLabel h2{font-size:clamp(22px,3vw,34px);font-weight:700;color:#E9E9E9;margin:0 0 10px;position:relative;display:inline-block}
.successPage .infoBlock .sectionLabel h2::before{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:48px;height:3px;background:#EDB187;border-radius:2px}
.successPage .infoBlock .sectionLabel p{font-size:15px;color:#e9e9e999;margin:20px 0 0;line-height:1.6}
.successPage .infoBlock .stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.successPage .infoBlock .stepsGrid .stepCard{background:linear-gradient(155deg,#16312ecc,#0f2320f2);border:1px solid #edb18726;border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;transition:transform .25s ease,border-color .25s ease}
.successPage .infoBlock .stepsGrid .stepCard::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#EDB187,transparent);opacity:0;transition:opacity .25s ease}
.successPage .infoBlock .stepsGrid .stepCard:hover{transform:translateY(-4px);border-color:#edb18759}
.successPage .infoBlock .stepsGrid .stepCard:hover::before{opacity:1}
.successPage .infoBlock .stepsGrid .stepCard .stepNum{width:44px;height:44px;background:linear-gradient(135deg,#edb18733,#edb1870d);border:1px solid #edb18766;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#EDB187}
.successPage .infoBlock .stepsGrid .stepCard h4{font-size:17px;font-weight:700;color:#E9E9E9;margin:0;line-height:1.3}
.successPage .infoBlock .stepsGrid .stepCard p{font-size:14px;color:#e9e9e9a6;margin:0;line-height:1.65}
.successPage .infoBlock .stepsGrid .stepCard .cardIcon{font-size:22px;color:#EDB187;margin-top:auto}
@media (max-width: 1024px) {
.successPage .titleBlock{padding:60px 32px 48px;gap:36px}
.successPage .infoBlock{padding:40px 32px 64px}
.successPage .infoBlock .stepsGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.successPage .titleBlock{flex-direction:column;padding:48px 20px 36px;text-align:center}
.successPage .titleBlock .visualBox{flex:none;max-width:100%;min-height:260px;width:100%}
.successPage .titleBlock .visualBox .glowRing{width:220px;height:220px}
.successPage .titleBlock .textBox .descText{max-width:100%}
.successPage .titleBlock .textBox .ctaRow{justify-content:center}
.successPage .titleBlock .textBox .tagLine{margin:0 auto}
.successPage .infoBlock{padding:36px 20px 56px}
.successPage .infoBlock::before{left:20px;right:20px}
.successPage .infoBlock .stepsGrid{grid-template-columns:1fr}
}