*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Alegreya',serif;background:#f5f7fa;color:#221B36;cursor:default;font-size:16px;line-height:1.6}
a,button{cursor:pointer}
input,textarea{cursor:text}
.site-header{background:#221B36;position:relative;z-index:100}
.hdr-nav-row{background:#221B36;border-bottom:2px solid #00BCFA;padding:0}
.nav-container{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:52px}
.main-nav{display:flex;align-items:center;gap:4px;list-style:none}
.main-nav li a{display:block;color:#FFF;text-decoration:none;font-family:'Alegreya',serif;font-size:15px;font-weight:400;padding:6px 14px;border-radius:4px;transition:background 0.2s,color .2s;white-space:nowrap}
.main-nav li a:hover{background:#00bcfa26;color:#00BCFA}
.main-nav li a.nav--active{color:#00BCFA;background:#00bcfa1a}
.hdr-util-row{display:flex;align-items:center;gap:16px}
.hdr-util-row .cookie-prefs-link{color:#ffffff8c;font-size:13px;text-decoration:none;font-family:'Alegreya',serif}
.hdr-util-row .cookie-prefs-link:hover{color:#00BCFA}
.hdr-brand-row{background:#221B36;padding:18px 0 22px}
.brand-container{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 24px}
.site-logo{width:90px;height:90px;object-fit:contain;border-radius:8px;background:#ffffff0d;padding:6px;box-shadow:0 2px 8px #00000059}
.brand-text-wrap{display:flex;flex-direction:column}
.brand-name{font-family:'Alegreya',serif;font-size:32px;font-weight:700;color:#FFF;letter-spacing:.04em;line-height:1.1}
.brand-tagline{font-family:'Alegreya',serif;font-size:14px;color:#00BCFA;font-weight:400;letter-spacing:.06em}
.site-footer{background:#221B36;color:#FFF;margin-top:0}
.ftr-main{max-width:1366px;margin:auto;padding:48px 24px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.ftr-col-left{border-right:1px solid #00bcfa33;padding-right:32px}
.ftr-col-mid{border-right:1px solid #00bcfa33;padding:0 24px}
.ftr-col-right{padding-left:8px}
.ftr-logo-wrap{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.ftr-logo{width:52px;height:52px;object-fit:contain;background:#ffffff0d;border-radius:6px;padding:4px}
.ftr-brand-nm{font-family:'Alegreya',serif;font-size:22px;font-weight:700;color:#FFF}
.ftr-desc{font-family:'Alegreya',serif;font-size:14px;color:#fff9;line-height:1.7;margin-bottom:20px}
.ftr-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.ftr-contact-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#ffffffa6;font-family:'Alegreya',serif}
.ftr-contact-list li i{color:#00BCFA;font-size:16px;margin-top:2px;flex-shrink:0}
.ftr-contact-list li a{color:#ffffffa6;text-decoration:none}
.ftr-contact-list li a:hover{color:#00BCFA}
.ftr-col-title{font-family:'Alegreya',serif;font-size:16px;font-weight:700;color:#FFF;margin-bottom:18px;text-transform:uppercase;letter-spacing:.08em}
.ftr-nav-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.ftr-nav-list li a{font-family:'Alegreya',serif;font-size:14px;color:#ffffffa6;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s}
.ftr-nav-list li a i{font-size:14px;color:#00BCFA}
.ftr-nav-list li a:hover{color:#00BCFA}
.ftr-policy-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:0}
.ftr-policy-list li a{font-family:'Alegreya',serif;font-size:14px;color:#ffffffa6;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s}
.ftr-policy-list li a i{font-size:14px;color:#00BCFA}
.ftr-policy-list li a:hover{color:#00BCFA}
.ftr-gradient-bar{height:3px;background:linear-gradient(135deg,#00BCFA 0%,#221B36 60%,#00BCFA 100%);background-size:200% 200%;animation:gradShift 6s ease infinite}
@keyframes gradShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.ftr-bottom{background:#00000040;padding:16px 24px}
.ftr-bottom-inner{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.ftr-copy{font-family:'Alegreya',serif;font-size:13px;color:#ffffff73}
.ftr-cookie-note{font-family:'Alegreya',serif;font-size:12px;color:#ffffff59}
.ftr-cookie-note a{color:#00bcfab3;text-decoration:none}
.ftr-cookie-note a:hover{color:#00BCFA}
.cookie-popup{position:fixed;bottom:24px;right:24px;width:320px;background:#FFF;border:1px solid #e0e4ee;box-shadow:4px 4px 12px #221b362e;z-index:9999;font-family:'Alegreya',serif;transform:translateX(380px);transition:transform .4s ease;border-radius:6px;overflow:hidden}
.cookie-popup.cookie-popup--visible{transform:translateX(0)}
.cookie-popup.cookie-popup--hidden{transform:translateX(380px)}
.cookie-hdr{background:#221B36;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}
.cookie-hdr-title{font-size:14px;font-weight:700;color:#FFF;display:flex;align-items:center;gap:8px}
.cookie-hdr-title i{color:#00BCFA}
.cookie-body{padding:14px 16px}
.cookie-desc{font-size:12px;color:#555;line-height:1.6;margin-bottom:12px}
.cookie-toggles{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between}
.cookie-toggle-label{font-size:12px;color:#221B36;font-weight:700}
.cookie-toggle-sub{font-size:11px;color:#888;margin-top:1px}
.toggle-switch{position:relative;width:36px;height:20px;flex-shrink:0}
.toggle-switch input{opacity:0;width:0;height:0}
.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:20px;cursor:pointer;transition:background .2s}
.toggle-slider:before{content:'';position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s}
.toggle-switch input:checked + .toggle-slider{background:#00BCFA}
.toggle-switch input:checked + .toggle-slider:before{transform:translateX(16px)}
.toggle-switch input:disabled + .toggle-slider{opacity:.6;cursor:not-allowed}
.cookie-btns{display:flex;gap:8px}
.btn-cookie-accept{flex:1;background:#00BCFA;color:#FFF;border:none;padding:9px 12px;font-family:'Alegreya',serif;font-size:13px;font-weight:700;border-radius:0;cursor:pointer}
.btn-cookie-accept:hover{background:#09c}
.btn-cookie-decline{flex:1;background:transparent;color:#221B36;border:2px solid #221B36;padding:9px 12px;font-family:'Alegreya',serif;font-size:13px;font-weight:700;border-radius:0;cursor:pointer}
.btn-cookie-decline:hover{background:#221B36;color:#FFF}
.cookie-policy-ref{text-align:center;padding:8px 16px 12px;border-top:1px solid #eee}
.cookie-policy-ref a{font-size:11px;color:#00BCFA;text-decoration:none}
.cookie-policy-ref a:hover{text-decoration:underline}
@media (max-width: 900px) {
.ftr-main{grid-template-columns:1fr 1fr;gap:28px}
.ftr-col-left{grid-column:1 / -1;border-right:none;border-bottom:1px solid #00bcfa33;padding-right:0;padding-bottom:24px}
.ftr-col-mid{border-right:none;padding:0}
}
@media (max-width: 640px) {
.nav-container{padding:0 12px;flex-wrap:wrap;height:auto;padding-top:8px;padding-bottom:8px;gap:8px}
.main-nav{flex-wrap:wrap;gap:2px}
.main-nav li a{font-size:13px;padding:5px 10px}
.hdr-brand-row{padding:14px 0 18px}
.brand-name{font-size:24px}
.site-logo{width:64px;height:64px}
.ftr-main{grid-template-columns:1fr}
.ftr-col-mid{border-top:1px solid #00bcfa33;padding-top:20px}
.ftr-col-right{border-top:1px solid #00bcfa33;padding-top:20px}
.cookie-popup{width:calc(100vw - 32px);right:16px;bottom:16px}
.ftr-bottom-inner{flex-direction:column;align-items:flex-start}
}
.legal-box-coq{max-width:860px;margin:0 auto;padding:48px 24px 72px;font-size:16px;line-height:1.8;color:#221B36;background:#FFF}
.legal-box-coq h1{font-size:2.2rem;font-weight:800;line-height:1.2;color:#221B36;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #00BCFA;letter-spacing:-.5px}
.legal-box-coq h2{font-size:1.55rem;font-weight:700;color:#221B36;margin:48px 0 16px;padding-left:14px;border-left:4px solid #00BCFA;line-height:1.3;letter-spacing:-.2px}
.legal-box-coq h3{font-size:1.25rem;font-weight:700;color:#221B36;margin:36px 0 12px;line-height:1.4}
.legal-box-coq h4{font-size:1.08rem;font-weight:600;color:#221B36;margin:28px 0 10px;line-height:1.5}
.legal-box-coq h5{font-size:.97rem;font-weight:600;color:#3a3052;margin:22px 0 8px;line-height:1.5;text-transform:uppercase;letter-spacing:.4px}
.legal-box-coq h6{font-size:.88rem;font-weight:600;color:#3a3052;margin:18px 0 8px;line-height:1.5;text-transform:uppercase;letter-spacing:.6px}
.legal-box-coq p{margin:0 0 20px;color:#2e2547}
.legal-box-coq ul{margin:12px 0 24px;padding-left:0;list-style:none}
.legal-box-coq ul li{position:relative;padding:6px 0 6px 28px;color:#2e2547;line-height:1.75}
.legal-box-coq ul li::before{content:'';position:absolute;left:6px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#00BCFA;box-shadow:0 2px 4px #00bcfa59}
.legal-box-coq ul ul{margin:6px 0 6px 16px}
.legal-box-coq ul ul li::before{width:5px;height:5px;background:transparent;border:2px solid #00BCFA}
.legal-box-coq ol{margin:12px 0 24px;padding-left:0;list-style:none;counter-reset:policy-ol}
.legal-box-coq ol li{position:relative;padding:6px 0 6px 36px;color:#2e2547;line-height:1.75;counter-increment:policy-ol}
.legal-box-coq ol li::before{content:counter(policy-ol);position:absolute;left:0;top:6px;width:24px;height:24px;border-radius:6px;background:#221B36;color:#FFF;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}
.legal-box-coq ol ol{margin:6px 0 6px 16px;counter-reset:policy-ol-inner}
.legal-box-coq ol ol li{counter-increment:policy-ol-inner}
.legal-box-coq ol ol li::before{content:counter(policy-ol-inner, lower-alpha);background:#00BCFA;color:#221B36}
.legal-box-coq em,.legal-box-coq i{font-style:italic;color:#1a4a6e}
.legal-box-coq strong em,.legal-box-coq em strong{font-weight:700;font-style:italic}
.legal-box-coq hr{border:none;height:1px;background:linear-gradient(105deg,transparent 0%,#00BCFA 20%,#221B36 60%,transparent 100%);margin:44px 0;opacity:.35}
.legal-box-coq div{margin-bottom:20px}
.legal-box-coq div.notice-box{background:linear-gradient(112deg,#f0fbff 0%,#e8f7fe 100%);border:1px solid #00bcfa4d;border-left:4px solid #00BCFA;border-radius:8px;padding:18px 22px;margin:28px 0;box-shadow:2px 3px 6px #00bcfa1a}
.legal-box-coq div.warn-box{background:linear-gradient(112deg,#fdf8ff 0%,#f5f0fd 100%);border:1px solid #221b362e;border-left:4px solid #221B36;border-radius:8px;padding:18px 22px;margin:28px 0;box-shadow:2px 3px 6px #221b3612}
@media (max-width: 768px) {
.legal-box-coq{padding:32px 18px 52px;font-size:15px}
.legal-box-coq h1{font-size:1.7rem;margin-bottom:24px}
.legal-box-coq h2{font-size:1.3rem;margin-top:36px}
.legal-box-coq h3{font-size:1.12rem;margin-top:28px}
.legal-box-coq h4{font-size:1rem}
.legal-box-coq hr{margin:32px 0}
}
@media (max-width: 480px) {
.legal-box-coq{padding:24px 14px 40px;font-size:14.5px;line-height:1.75}
.legal-box-coq h1{font-size:1.45rem}
.legal-box-coq h2{font-size:1.18rem;padding-left:10px}
.legal-box-coq ul li,.legal-box-coq ol li{padding-top:5px;padding-bottom:5px}
}
.hero-wrap{position:relative;overflow:hidden;background:#f7fafd;padding:72px 0 60px}
.hero-wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(127deg,#e8f7fe 0%,#f0f4ff 45%,#fff 100%);z-index:0}
.hero-container{max-width:1366px;margin:auto;padding:0 32px;position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-corner-tl,.hero-corner-br{position:absolute;width:80px;height:80px;z-index:0}
.hero-corner-tl{top:16px;left:16px;border-top:2px solid #00BCFA;border-left:2px solid #00BCFA}
.hero-corner-br{bottom:16px;right:16px;border-bottom:2px solid #221B36;border-right:2px solid #221B36;opacity:.3}
.hero-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#00BCFA;background:#00bcfa1a;padding:4px 12px;border-radius:4px;margin-bottom:18px}
.hero-heading{font-size:42px;font-weight:800;line-height:1.18;color:#221B36;margin-bottom:20px}
.hero-heading .hd-accent{color:#00BCFA;position:relative}
.hero-heading .hd-accent::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#00BCFA,transparent);border-radius:2px}
.hero-desc{font-size:16px;line-height:1.7;color:#4a4560;margin-bottom:32px;max-width:480px}
.hero-btns{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn-primary-main{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00BCFA 0%,#0098d4 100%);color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:6px;border:none;cursor:pointer;text-decoration:none;box-shadow:0 4px 14px #00bcfa4d;transition:transform 0.18s,box-shadow .18s;position:relative;z-index:2}
.btn-primary-main:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00bcfa6b}
.btn-outline-main{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#221B36;font-size:15px;font-weight:600;padding:12px 26px;border-radius:6px;border:2px solid #221B36;cursor:pointer;text-decoration:none;transition:background 0.18s,color 0.18s,border-color .18s;position:relative;z-index:2}
.btn-outline-main:hover{background:#221B36;color:#fff}
.hero-img-wrap{position:relative}
.hero-img-shadow{position:absolute;top:18px;left:18px;width:100%;height:100%;background:linear-gradient(135deg,#00bcfa2e 0%,#221b361f 100%);border-radius:10px;z-index:0}
.hero-img-wrap img{width:100%;height:380px;object-fit:cover;border-radius:10px;display:block;position:relative;z-index:1;box-shadow:0 8px 32px #221b3621}
.hero-stat-bar{display:flex;flex-direction:row;gap:24px;margin-top:32px;flex-wrap:wrap}
.hero-stat-item{display:flex;flex-direction:column}
.hero-stat-num{font-size:26px;font-weight:800;color:#221B36;line-height:1}
.hero-stat-lbl{font-size:12px;color:#7a7490;margin-top:3px}
.divider-wave{width:100%;overflow:hidden;line-height:0}
.divider-wave svg{display:block;width:100%}
.efficiency-section{background:#221B36;padding:70px 0 60px}
.efficiency-container{max-width:1366px;margin:auto;padding:0 32px}
.sec-label-light{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#00BCFA;margin-bottom:12px}
.sec-heading-light{font-size:32px;font-weight:800;color:#fff;margin-bottom:14px;line-height:1.22}
.sec-sub-light{font-size:15px;color:#ffffffa6;max-width:520px;line-height:1.65;margin-bottom:44px}
.eff-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.eff-card{background:#ffffff0f;border:1px solid #00bcfa2e;border-radius:10px;padding:28px 24px;transition:background 0.2s,border-color .2s}
.eff-card:hover{background:#00bcfa17;border-color:#00bcfa73}
.eff-icon{width:44px;height:44px;background:linear-gradient(135deg,#00BCFA22,#00BCFA44);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px;color:#00BCFA}
.eff-card-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.eff-card-desc{font-size:14px;color:#ffffff94;line-height:1.62}
.eff-progress-row{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.eff-prog-label{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;color:#ffffff8c}
.eff-prog-bar{height:5px;background:#ffffff1a;border-radius:3px;overflow:hidden}
.eff-prog-fill{height:100%;background:linear-gradient(90deg,#00BCFA,#0098d4);border-radius:3px}
.divider-dots{text-align:center;padding:32px 0 0;display:flex;justify-content:center;gap:8px}
.divider-dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#00bcfa4d}
.divider-dots span:nth-child(2){background:#00BCFA;width:18px;border-radius:3px}
.guarantee-section{background:#fff;padding:72px 0 68px}
.guarantee-container{max-width:1366px;margin:auto;padding:0 32px}
.guarantee-split{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:start}
.sec-heading-dark{font-size:32px;font-weight:800;color:#221B36;margin-bottom:14px;line-height:1.22}
.sec-sub-dark{font-size:15px;color:#5e5878;line-height:1.65;margin-bottom:28px}
.g-img-wrap{position:relative}
.g-img-wrap img{width:100%;height:340px;object-fit:cover;border-radius:10px;display:block;box-shadow:4px 4px 0 #00BCFA44}
.g-badge{position:absolute;bottom:-18px;right:-14px;background:linear-gradient(135deg,#00BCFA,#0098d4);color:#fff;border-radius:8px;padding:14px 20px;font-size:13px;font-weight:700;box-shadow:0 4px 18px #00bcfa59;z-index:2}
.g-badge span{display:block;font-size:22px;font-weight:800;line-height:1}
.guarantee-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.guarantee-list li{display:flex;flex-direction:row;gap:14px;align-items:flex-start}
.g-list-icon{flex-shrink:0;width:38px;height:38px;background:#00bcfa1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#00BCFA;font-size:18px;margin-top:2px}
.g-list-title{font-size:15px;font-weight:700;color:#221B36;margin-bottom:4px}
.g-list-text{font-size:13px;color:#6b6488;line-height:1.58}
.divider-line{border:none;border-top:1px dashed #d0e8f5;margin:0}
.geo-section{background:linear-gradient(152deg,#f0f8ff 0%,#e8f0fe 60%,#f7fafd 100%);padding:72px 0 68px}
.geo-container{max-width:1366px;margin:auto;padding:0 32px}
.geo-inner{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.geo-img-area{position:relative}
.geo-img-area img{width:100%;height:320px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 6px 28px #221b361a}
.geo-tag-stack{position:absolute;top:20px;left:-14px;display:flex;flex-direction:column;gap:8px}
.geo-tag{background:#221B36;color:#fff;font-size:11px;font-weight:600;padding:5px 12px;border-radius:4px;white-space:nowrap}
.geo-stats-row{display:flex;flex-direction:row;gap:18px;margin-bottom:32px;flex-wrap:wrap}
.geo-stat-box{flex:1;min-width:100px;background:#fff;border-radius:8px;padding:16px 18px;box-shadow:0 2px 10px #221b3612;border-left:3px solid #00BCFA}
.geo-stat-n{font-size:24px;font-weight:800;color:#221B36;line-height:1}
.geo-stat-t{font-size:12px;color:#7a7490;margin-top:4px}
.geo-features{display:flex;flex-direction:column;gap:12px}
.geo-feat-row{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px;color:#3a3454}
.geo-feat-icon{color:#00BCFA;font-size:18px;flex-shrink:0}
.divider-slash{display:flex;align-items:center;gap:12px;padding:8px 32px;max-width:1366px;margin:auto}
.divider-slash::before,.divider-slash::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,#00bcfa66,transparent)}
.divider-slash-icon{color:#00BCFA;font-size:20px;opacity:.6}
.events-section{background:#fff;padding:72px 0 68px}
.events-container{max-width:1366px;margin:auto;padding:0 32px}
.events-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}
.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ev-card{border:1px solid #e8e4f0;border-radius:10px;overflow:hidden;background:#fafbfe;transition:box-shadow 0.2s,transform .2s}
.ev-card:hover{box-shadow:0 6px 22px #221b361a;transform:translateY(-3px)}
.ev-card-img{width:100%;height:170px;object-fit:cover;display:block}
.ev-card-body{padding:20px 20px 22px}
.ev-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#00BCFA;background:#00bcfa1a;padding:3px 9px;border-radius:4px;margin-bottom:10px}
.ev-title{font-size:16px;font-weight:700;color:#221B36;margin-bottom:8px;line-height:1.35}
.ev-desc{font-size:13px;color:#6b6488;line-height:1.58;margin-bottom:14px}
.ev-meta{display:flex;flex-direction:row;align-items:center;gap:14px;font-size:12px;color:#9691a8}
.ev-meta i{color:#00BCFA}
.ev-enroll-btn{display:inline-flex;align-items:center;gap:6px;background:#221B36;color:#fff;font-size:13px;font-weight:600;padding:9px 20px;border-radius:6px;text-decoration:none;margin-top:12px;transition:background .18s}
.ev-enroll-btn:hover{background:#00BCFA}
.divider-thick{height:4px;background:linear-gradient(90deg,#00BCFA 0%,#221B36 50%,#00BCFA 100%);opacity:.12;border:none;margin:0}
.partners-section{background:#f5f8fc;padding:68px 0 72px}
.partners-container{max-width:1366px;margin:auto;padding:0 32px}
.partners-layout{display:grid;grid-template-columns:4fr 8fr;gap:52px;align-items:start}
.partner-cards-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pnr-card{background:#fff;border-radius:10px;padding:22px 20px;border:1px solid #e4e0f0;box-shadow:2px 2px 0 #e0f5fd;transition:box-shadow .2s}
.pnr-card:hover{box-shadow:4px 4px 0 #00BCFA33}
.pnr-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}
.pnr-icon--blue{background:#00bcfa1a;color:#00BCFA}
.pnr-icon--dark{background:#221b3614;color:#221B36}
.pnr-card-title{font-size:14px;font-weight:700;color:#221B36;margin-bottom:6px}
.pnr-card-text{font-size:12px;color:#7a7490;line-height:1.58}
.pnr-big-img{position:relative}
.pnr-big-img img{width:100%;height:360px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 6px 28px #221b361a}
.pnr-overlay-text{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#221b36e0 0%,transparent 100%);color:#fff;padding:32px 24px 24px;border-radius:0 0 10px 10px}
.pnr-overlay-title{font-size:17px;font-weight:700;margin-bottom:6px}
.pnr-overlay-sub{font-size:13px;color:#ffffffb3;line-height:1.5}
.sec-label-dark{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#00BCFA;margin-bottom:12px}
@media (max-width: 1024px) {
.hero-grid{grid-template-columns:1fr;gap:32px}
.hero-heading{font-size:32px}
.eff-cards-grid{grid-template-columns:1fr 1fr}
.guarantee-split{grid-template-columns:1fr}
.geo-inner{grid-template-columns:1fr;gap:36px}
.events-grid{grid-template-columns:1fr 1fr}
.partners-layout{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hero-wrap{padding:48px 0 40px}
.hero-container{padding:0 18px}
.hero-heading{font-size:26px}
.hero-btns{flex-direction:column}
.efficiency-container,.guarantee-container,.geo-container,.events-container,.partners-container{padding:0 18px}
.eff-cards-grid{grid-template-columns:1fr}
.events-grid{grid-template-columns:1fr}
.partner-cards-wrap{grid-template-columns:1fr}
.events-header-row{flex-direction:column;align-items:flex-start}
.geo-stats-row{gap:10px}
.hero-stat-bar{gap:16px}
.guarantee-split{gap:40px}
}
.ctp-wrap{max-width:1366px;margin:0 auto;padding:0 20px}
.ctp-hero{background:#221B36;position:relative;overflow:hidden;padding:72px 0 64px}
.ctp-hero::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:linear-gradient(135deg,#00BCFA22 0%,#221B3600 70%);border-radius:50%;pointer-events:none}
.ctp-hero-dots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.ctp-hero-dots span{display:block;position:absolute;width:5px;height:5px;border-radius:50%;background:#00BCFA;opacity:.18}
.ctp-hero-dots span:nth-child(1){top:14%;left:6%}
.ctp-hero-dots span:nth-child(2){top:28%;left:18%}
.ctp-hero-dots span:nth-child(3){top:60%;left:9%}
.ctp-hero-dots span:nth-child(4){top:78%;left:22%}
.ctp-hero-dots span:nth-child(5){top:12%;right:14%}
.ctp-hero-dots span:nth-child(6){top:45%;right:8%}
.ctp-hero-dots span:nth-child(7){top:70%;right:20%}
.ctp-hero-dots span:nth-child(8){bottom:10%;left:38%}
.ctp-hero-dots span:nth-child(9){top:38%;left:50%}
.ctp-hero-dots span:nth-child(10){bottom:22%;right:35%}
.ctp-hero-inner{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ctp-hero-text{flex:1 1 0;min-width:0}
.ctp-hero-label{display:inline-flex;align-items:center;gap:8px;background:#00BCFA18;border:1px solid #00BCFA44;border-radius:4px;padding:5px 14px;margin-bottom:22px}
.ctp-hero-label span{font-size:12px;color:#00BCFA;letter-spacing:.08em;text-transform:uppercase}
.ctp-hero-h1{font-size:clamp(28px,4vw,48px);font-weight:700;color:#FFF;line-height:1.18;margin:0 0 20px;position:relative}
.ctp-hero-h1 .ctp-accent{color:#00BCFA;position:relative}
.ctp-hero-h1 .ctp-accent::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#00BCFA,transparent);border-radius:2px}
.ctp-hero-desc{font-size:16px;color:#c8c0da;line-height:1.65;margin:0 0 32px;max-width:480px}
.ctp-hero-meta{display:flex;flex-direction:column;gap:12px}
.ctp-hero-meta-row{display:flex;align-items:center;gap:10px}
.ctp-hero-meta-row i{font-size:18px;color:#00BCFA;flex-shrink:0}
.ctp-hero-meta-row a,.ctp-hero-meta-row span{font-size:14px;color:#c8c0da;text-decoration:none;transition:color .2s}
.ctp-hero-meta-row a:hover{color:#00BCFA}
.ctp-hero-image{flex:0 0 380px;max-width:380px;position:relative}
.ctp-hero-image img{width:100%;height:300px;object-fit:cover;border-radius:8px;display:block;box-shadow:4px 6px 18px #0005}
.ctp-hero-image-badge{position:absolute;bottom:-18px;left:-18px;background:linear-gradient(135deg,#00BCFA,#0099d4);border-radius:6px;padding:12px 18px;box-shadow:3px 4px 12px #00BCFA44;display:flex;flex-direction:column;gap:2px}
.ctp-hero-image-badge .bdg-num{font-size:22px;font-weight:700;color:#FFF;line-height:1}
.ctp-hero-image-badge .bdg-txt{font-size:11px;color:#d0f3ff;line-height:1.2}
.ctp-diag-divider{width:100%;display:block;line-height:0;background:#221B36}
.ctp-diag-divider svg{display:block;width:100%}
.ctp-form-section{background:#f4f2f9;padding:72px 0 80px}
.ctp-form-grid{display:grid;grid-template-columns:1fr 1.55fr;gap:56px;align-items:start}
.ctp-form-aside{display:flex;flex-direction:column;gap:28px}
.ctp-aside-heading{font-size:13px;font-weight:600;color:#00BCFA;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px}
.ctp-aside-title{font-size:clamp(20px,2.5vw,30px);font-weight:700;color:#221B36;line-height:1.28;margin:0 0 16px;position:relative;padding-left:16px}
.ctp-aside-title::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#00BCFA,#221B36);border-radius:2px}
.ctp-aside-para{font-size:15px;color:#4a3f65;line-height:1.65;margin:0 0 20px}
.ctp-info-cards{display:flex;flex-direction:column;gap:14px}
.ctp-info-card{background:#FFF;border-radius:8px;padding:16px 18px;display:flex;align-items:flex-start;gap:14px;box-shadow:2px 3px 8px #221B3610;border-left:3px solid #00BCFA;transition:box-shadow 0.2s,transform .2s}
.ctp-info-card:hover{box-shadow:3px 6px 16px #221B3620;transform:translateX(3px)}
.ctp-info-card .ic-icon{width:38px;height:38px;background:linear-gradient(135deg,#00BCFA15,#221B3608);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ctp-info-card .ic-icon i{font-size:20px;color:#00BCFA}
.ctp-info-card .ic-body{display:flex;flex-direction:column;gap:3px;min-width:0}
.ctp-info-card .ic-label{font-size:11px;font-weight:600;color:#9988b5;text-transform:uppercase;letter-spacing:.07em}
.ctp-info-card .ic-val{font-size:14px;color:#221B36;font-weight:500;word-break:break-word}
.ctp-info-card .ic-val a{color:#221B36;text-decoration:none;transition:color .2s}
.ctp-info-card .ic-val a:hover{color:#00BCFA}
.ctp-form-box{background:#FFF;border-radius:10px;padding:40px 36px;box-shadow:3px 6px 24px #221B3614}
.ctp-form-box-head{margin-bottom:28px}
.ctp-form-box-head h2{font-size:22px;font-weight:700;color:#221B36;margin:0 0 6px}
.ctp-form-box-head p{font-size:14px;color:#7066a0;margin:0}
.ctp-fld-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.ctp-fld-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.ctp-fld-group label{font-size:13px;font-weight:600;color:#221B36}
.ctp-fld-group input,.ctp-fld-group select,.ctp-fld-group textarea{border:1.5px solid #d5cce8;border-radius:6px;padding:11px 14px;font-size:14px;color:#221B36;background:#faf9fd;transition:border-color 0.2s,box-shadow .2s;outline:none;width:100%;box-sizing:border-box;cursor:text}
.ctp-fld-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2300BCFA' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}
.ctp-fld-group input:focus,.ctp-fld-group select:focus,.ctp-fld-group textarea:focus{border-color:#00BCFA;box-shadow:0 0 0 3px #00BCFA18;background:#FFF}
.ctp-fld-group textarea{resize:vertical;min-height:100px;cursor:text}
.ctp-priority-group{margin-bottom:20px}
.ctp-priority-group .ctp-priority-label{font-size:13px;font-weight:600;color:#221B36;display:block;margin-bottom:10px}
.ctp-priority-opts{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.ctp-priority-opts input[type="radio"]{display:none}
.ctp-priority-opts label{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:5px;border:1.5px solid #d5cce8;font-size:13px;color:#4a3f65;background:#faf9fd;cursor:pointer;transition:border-color 0.2s,background 0.2s,color .2s;user-select:none}
.ctp-priority-opts label i{font-size:15px}
.ctp-priority-opts input[type="radio"]:checked + label{border-color:#00BCFA;background:#00BCFA12;color:#221B36;font-weight:600}
.ctp-priority-opts label:hover{border-color:#00BCFA88}
.ctp-privacy-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:22px}
.ctp-privacy-row input[type="checkbox"]{margin-top:2px;flex-shrink:0;width:16px;height:16px;accent-color:#00BCFA;cursor:pointer}
.ctp-privacy-row span{font-size:13px;color:#7066a0;line-height:1.5}
.ctp-privacy-row span a{color:#00BCFA;text-decoration:underline}
.ctp-privacy-row span a:hover{color:#221B36}
.ctp-submit-btn{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#00BCFA 0%,#0099d4 100%);color:#FFF;font-size:15px;font-weight:600;border:none;border-radius:6px;padding:13px 32px;cursor:pointer;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:2;box-shadow:2px 4px 12px #00BCFA44;text-decoration:none}
.ctp-submit-btn:hover{box-shadow:3px 6px 20px #00BCFA66;transform:translateY(-2px)}
.ctp-submit-btn:active{transform:translateY(0);box-shadow:1px 2px 8px #00BCFA33}
.ctp-submit-btn i{font-size:18px}
@media (max-width: 900px) {
.ctp-hero-inner{flex-direction:column;gap:32px}
.ctp-hero-image{flex:0 0 auto;max-width:100%;width:100%}
.ctp-hero-image img{height:220px}
.ctp-form-grid{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 620px) {
.ctp-hero{padding:48px 0 40px}
.ctp-form-section{padding:48px 0 56px}
.ctp-form-box{padding:26px 18px}
.ctp-fld-row{grid-template-columns:1fr}
.ctp-priority-opts{gap:8px}
.ctp-hero-image-badge{bottom:-12px;left:-10px;padding:9px 13px}
}
.prog-hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.prog-hero .hero-img-wrap{position:absolute;inset:0;z-index:0}
.prog-hero .hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.prog-hero .hero-img-wrap::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#221b36eb 0%,#00bcfa73 60%,#221b36bf 100%);z-index:1}
.prog-hero .hero-img-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,#f5f7fa);z-index:2}
.prog-hero .hero-shape-1{position:absolute;top:-40px;right:-40px;width:220px;height:220px;border-radius:50%;border:2px solid #00bcfa40;z-index:3}
.prog-hero .hero-shape-2{position:absolute;bottom:60px;left:5%;width:80px;height:80px;border:2px dashed #00bcfa4d;transform:rotate(30deg);z-index:3}
.prog-hero .hero-content-container{position:relative;z-index:4;max-width:1366px;margin:0 auto;padding:80px 32px 100px;width:100%;display:flex;flex-direction:column;align-items:flex-start}
.prog-hero .hero-label{display:inline-flex;align-items:center;gap:8px;background:#00bcfa2e;border:1px solid #00bcfa66;border-radius:4px;padding:6px 14px;margin-bottom:24px}
.prog-hero .hero-label span{font-size:13px;letter-spacing:.08em;color:#00BCFA;text-transform:uppercase;font-weight:600}
.prog-hero .hero-h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.15;color:#fff;margin:0 0 12px;max-width:680px}
.prog-hero .hero-h1 .h1-accent{color:#00BCFA;position:relative;display:inline-block}
.prog-hero .hero-h1 .h1-accent::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#00BCFA,transparent);border-radius:2px}
.prog-hero .hero-sub{font-size:1.1rem;color:#ffffffd9;max-width:520px;line-height:1.7;margin:16px 0 32px}
.prog-hero .hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.prog-hero .btn-primary-hero{background:linear-gradient(135deg,#00BCFA 0%,#0094cc 100%);color:#fff;border:none;border-radius:6px;padding:14px 30px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:4px 4px 0 #0094cc66;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:5}
.prog-hero .btn-primary-hero:hover{transform:translateY(-2px);box-shadow:6px 6px 0 #0094cc80}
.prog-hero .btn-outline-hero{background:transparent;color:#fff;border:2px solid #ffffff80;border-radius:6px;padding:12px 28px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 0.2s,background .2s;position:relative;z-index:5}
.prog-hero .btn-outline-hero:hover{border-color:#00BCFA;background:#00bcfa1a}
.prog-modules-section{background:#f5f7fa;padding:80px 0 60px}
.prog-modules-container{max-width:1366px;margin:0 auto;padding:0 32px}
.prog-modules-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:52px}
.prog-modules-header .mhd-left .sec-eyebrow{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#00BCFA;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.prog-modules-header .mhd-left .sec-eyebrow::before{content:'';display:inline-block;width:28px;height:3px;background:#00BCFA;border-radius:2px}
.prog-modules-header .mhd-left h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#221B36;line-height:1.2;margin:0}
.prog-modules-header .mhd-right p{color:#555;font-size:1rem;line-height:1.7;margin:0}
.mod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mod-card{background:#fff;border-radius:10px;padding:28px 24px;border:1px solid #e8eaf0;box-shadow:3px 3px 0 #e0e4eb;position:relative;overflow:hidden;transition:transform 0.25s,box-shadow .25s}
.mod-card:hover{transform:translateY(-4px);box-shadow:6px 6px 0 #d0d8e8}
.mod-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00BCFA,#221B36)}
.mod-card .mc-num{font-size:11px;font-weight:700;letter-spacing:.12em;color:#00BCFA;text-transform:uppercase;margin-bottom:14px;display:block}
.mod-card .mc-icon{width:46px;height:46px;background:linear-gradient(135deg,#e8f8ff,#c8eeff);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.mod-card .mc-icon i{font-size:22px;color:#00BCFA}
.mod-card h3{font-size:1.05rem;font-weight:700;color:#221B36;margin:0 0 10px;line-height:1.3}
.mod-card p{font-size:.9rem;color:#666;line-height:1.65;margin:0 0 16px}
.mod-card .mc-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.mod-card .mc-tags .mc-tag{font-size:11px;padding:3px 9px;background:#f0faff;border:1px solid #c5e8f8;border-radius:20px;color:#0094cc;font-weight:600}
.prog-deep-section{background:#221B36;padding:80px 0;position:relative;overflow:hidden}
.prog-deep-section::before{content:'';position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#00bcfa1f 0%,transparent 70%)}
.prog-deep-container{max-width:1366px;margin:0 auto;padding:0 32px}
.prog-deep-inner{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:center}
.deep-img-wrap{position:relative}
.deep-img-wrap img{width:100%;height:380px;object-fit:cover;border-radius:10px;display:block}
.deep-img-wrap .dim-badge{position:absolute;bottom:20px;right:-16px;background:#00BCFA;color:#fff;border-radius:8px;padding:12px 18px;box-shadow:4px 4px 0 #0000004d}
.deep-img-wrap .dim-badge .db-num{font-size:1.8rem;font-weight:800;line-height:1;display:block}
.deep-img-wrap .dim-badge .db-lbl{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.9}
.deep-txt .dt-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#00BCFA;font-weight:700;margin-bottom:16px}
.deep-txt h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;margin:0 0 18px;line-height:1.25}
.deep-txt .dt-intro{color:#ffffffb8;font-size:.97rem;line-height:1.75;margin-bottom:32px}
.deep-steps{display:flex;flex-direction:column;gap:0}
.deep-step{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #ffffff14}
.deep-step:last-child{border-bottom:none}
.deep-step .ds-num{width:36px;height:36px;min-width:36px;border-radius:50%;background:linear-gradient(135deg,#00BCFA,#0076a8);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff}
.deep-step .ds-body h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 4px}
.deep-step .ds-body p{font-size:.87rem;color:#fff9;margin:0;line-height:1.6}
.deep-cta-row{display:flex;flex-direction:row;gap:12px;margin-top:28px;flex-wrap:wrap}
.btn-solid-white{background:#fff;color:#221B36;border:none;border-radius:6px;padding:13px 28px;font-size:.97rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:3px 3px 0 #0003;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:2}
.btn-solid-white:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #00000040}
.btn-ghost-blue{background:transparent;color:#00BCFA;border:2px solid #00BCFA;border-radius:6px;padding:11px 26px;font-size:.97rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,color .2s;position:relative;z-index:2}
.btn-ghost-blue:hover{background:#00bcfa1f}
.prog-outcomes-section{background:#fff;padding:80px 0 70px;position:relative}
.prog-outcomes-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#00BCFA 40%,transparent)}
.prog-outcomes-container{max-width:1366px;margin:0 auto;padding:0 32px}
.out-top{text-align:center;margin-bottom:52px}
.out-top .out-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#00BCFA;font-weight:700;margin-bottom:14px}
.out-top h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#221B36;margin:0 0 14px}
.out-top .out-desc{font-size:1rem;color:#666;max-width:520px;margin:0 auto;line-height:1.7}
.out-layout{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.out-stats-col{display:flex;flex-direction:column;gap:20px}
.out-stat-card{background:linear-gradient(135deg,#221B36 0%,#2e2550 100%);border-radius:10px;padding:24px 20px;text-align:center;position:relative;overflow:hidden}
.out-stat-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00BCFA,transparent)}
.out-stat-card .osc-num{font-size:2.2rem;font-weight:800;color:#00BCFA;line-height:1;display:block;margin-bottom:6px}
.out-stat-card .osc-lbl{font-size:.85rem;color:#ffffffbf;line-height:1.4}
.out-skills-col{display:flex;flex-direction:column;gap:16px}
.out-skill-row{display:flex;flex-direction:column;gap:7px}
.out-skill-row .osr-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.out-skill-row .osr-head .osr-name{font-size:.93rem;font-weight:600;color:#221B36;display:flex;align-items:center;gap:8px}
.out-skill-row .osr-head .osr-name i{color:#00BCFA;font-size:16px}
.out-skill-row .osr-head .osr-pct{font-size:.85rem;font-weight:700;color:#00BCFA}
.out-skill-row .osr-bar-wrap{height:7px;background:#e8eaf0;border-radius:4px;overflow:hidden}
.out-skill-row .osr-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#00BCFA,#0094cc)}
.out-enroll-box{margin-top:48px;background:linear-gradient(135deg,#e8f8ff 0%,#f0f8ff 100%);border:1px solid #bce8fb;border-radius:10px;padding:32px 36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.out-enroll-box .oeb-txt h3{font-size:1.15rem;font-weight:700;color:#221B36;margin:0 0 6px}
.out-enroll-box .oeb-txt p{font-size:.92rem;color:#555;margin:0;line-height:1.6}
.out-enroll-box .oeb-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;flex-shrink:0}
.btn-enroll-main{background:linear-gradient(135deg,#00BCFA 0%,#0094cc 100%);color:#fff;border:none;border-radius:6px;padding:13px 30px;font-size:.97rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:3px 3px 0 #0094cc59;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:2}
.btn-enroll-main:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #0094cc73}
.btn-contact-link{background:transparent;color:#221B36;border:2px solid #221B36;border-radius:6px;padding:11px 24px;font-size:.97rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,color .2s;position:relative;z-index:2}
.btn-contact-link:hover{background:#221B36;color:#fff}
@media (max-width: 1024px) {
.mod-grid{grid-template-columns:repeat(2,1fr)}
.prog-modules-header{grid-template-columns:1fr;gap:20px}
.prog-deep-inner{grid-template-columns:1fr;gap:40px}
.out-layout{grid-template-columns:1fr;gap:32px}
.out-stats-col{flex-direction:row;flex-wrap:wrap}
.out-stat-card{flex:1 1 140px}
}
@media (max-width: 640px) {
.prog-hero .hero-content-container{padding:60px 20px 80px}
.prog-hero{min-height:420px}
.mod-grid{grid-template-columns:1fr}
.prog-modules-container,.prog-deep-container,.prog-outcomes-container{padding:0 18px}
.prog-modules-section,.prog-deep-section,.prog-outcomes-section{padding:52px 0 44px}
.deep-img-wrap .dim-badge{right:10px}
.out-enroll-box{flex-direction:column;align-items:flex-start;padding:24px 20px}
}
.abt-hero{position:relative;overflow:hidden;padding:80px 20px 60px;background:#f7f9fc}
.abt-hero-container{max-width:1366px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:0;position:relative;z-index:2}
.abt-hero-txt{flex:0 0 55%;background:#221B36;padding:52px 48px 52px 44px;position:relative;z-index:3;box-shadow:6px 6px 0 #00BCFA}
.abt-hero-txt .abt-tag{display:inline-block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#00BCFA;border:1px solid #00BCFA;padding:4px 12px;margin-bottom:22px}
.abt-hero-txt h1{font-size:2.4rem;font-weight:800;color:#FFF;line-height:1.2;margin-bottom:20px}
.abt-hero-txt h1 span{color:#00BCFA}
.abt-hero-txt .abt-lead{font-size:1rem;color:#c8c0d8;line-height:1.7;max-width:420px}
.abt-hero-img-wrap{flex:0 0 50%;margin-left:-60px;position:relative;z-index:1;height:420px}
.abt-hero-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.88) contrast(1.08)}
.abt-hero-circles{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;z-index:0}
.abt-hero-circles span{position:absolute;border-radius:50%;border:2px solid #00BCFA;opacity:.13}
.abt-hero-circles span:nth-child(1){width:320px;height:320px;top:-80px;right:80px}
.abt-hero-circles span:nth-child(2){width:180px;height:180px;top:60px;right:30px;opacity:.08;border-color:#221B36}
.abt-hero-circles span:nth-child(3){width:500px;height:500px;bottom:-200px;right:-100px;opacity:.07}
.abt-hero-circles span:nth-child(4){width:90px;height:90px;top:40px;left:30px;opacity:.15;border-color:#00BCFA}
.abt-story{padding:80px 20px;background:#FFF}
.abt-story-container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.abt-story-left .abt-section-label{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#00BCFA;margin-bottom:16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.abt-story-left .abt-section-label::before{content:'';display:inline-block;width:24px;height:2px;background:#00BCFA}
.abt-story-left h2{font-size:2rem;font-weight:700;color:#221B36;line-height:1.25;margin-bottom:24px}
.abt-story-left h2 em{font-style:normal;color:#00BCFA}
.abt-story-left p{font-size:.97rem;color:#4a4560;line-height:1.75;margin-bottom:18px}
.abt-story-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px}
.abt-story-imgs .img-tall{grid-row:span 2}
.abt-story-imgs img{width:100%;height:200px;object-fit:cover;display:block;border-radius:6px}
.abt-story-imgs .img-tall img{height:412px}
.abt-story-stat-row{display:flex;flex-direction:row;gap:28px;margin-top:32px}
.abt-stat-item{border-left:3px solid #00BCFA;padding-left:14px}
.abt-stat-item .abt-stat-num{font-size:1.7rem;font-weight:800;color:#221B36;line-height:1}
.abt-stat-item .abt-stat-lbl{font-size:.8rem;color:#7a7190;margin-top:4px}
.abt-approach{padding:80px 20px;background:linear-gradient(135deg,#221B36 0%,#1a1228 60%,#0d2a3a 100%);position:relative;overflow:hidden}
.abt-approach::before{content:'';position:absolute;top:-60px;left:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#00bcfa14 0%,transparent 70%);pointer-events:none}
.abt-approach-container{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.abt-approach-hd{text-align:center;margin-bottom:56px}
.abt-approach-hd .abt-section-label{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#00BCFA;margin-bottom:14px}
.abt-approach-hd h2{font-size:1.9rem;font-weight:700;color:#FFF;margin-bottom:14px}
.abt-approach-hd p{font-size:.95rem;color:#a89fc0;max-width:520px;margin:0 auto;line-height:1.7}
.abt-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.abt-pillar-card{background:#ffffff0a;border:1px solid #00bcfa2e;border-radius:8px;padding:32px 26px;transition:background 0.28s,border-color 0.28s,transform .22s;position:relative;overflow:hidden}
.abt-pillar-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00BCFA,transparent);opacity:0;transition:opacity .28s}
.abt-pillar-card:hover{background:#00bcfa12;border-color:#00bcfa73;transform:translateY(-4px)}
.abt-pillar-card:hover::after{opacity:1}
.abt-pillar-icon{width:48px;height:48px;background:#00bcfa1f;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#00BCFA}
.abt-pillar-card h4{font-size:1rem;font-weight:700;color:#FFF;margin-bottom:10px}
.abt-pillar-card p{font-size:.88rem;color:#a89fc0;line-height:1.65}
.abt-team-section{padding:80px 20px 60px;background:#f3f6fb}
.abt-team-container{max-width:1366px;margin:0 auto}
.abt-team-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}
.abt-team-copy h2{font-size:1.85rem;font-weight:700;color:#221B36;margin-bottom:18px;line-height:1.3}
.abt-team-copy h2 span{position:relative;display:inline}
.abt-team-copy h2 span::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#00BCFA;border-radius:2px}
.abt-team-copy p{font-size:.95rem;color:#4a4560;line-height:1.75;margin-bottom:14px}
.abt-team-copy .abt-cta-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#00BCFA 0%,#0094cc 100%);color:#FFF;font-size:.9rem;font-weight:600;padding:13px 28px;border-radius:6px;text-decoration:none;margin-top:10px;box-shadow:0 4px 12px #00bcfa47;transition:box-shadow 0.22s,transform .18s;position:relative;z-index:2}
.abt-team-copy .abt-cta-btn:hover{box-shadow:0 6px 20px #00bcfa70;transform:translateY(-2px)}
.abt-team-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.abt-team-img-grid img{width:100%;height:185px;object-fit:cover;border-radius:6px;display:block}
.abt-team-img-grid img:first-child{grid-column:span 2;height:220px}
.abt-values-strip{background:#FFF;border-top:1px solid #e8e4f0;border-bottom:1px solid #e8e4f0;padding:40px 20px;margin-top:0}
.abt-values-strip-inner{max-width:1366px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.abt-val-item{display:flex;flex-direction:row;align-items:center;gap:12px}
.abt-val-item .abt-val-icon{width:40px;height:40px;background:linear-gradient(135deg,#00BCFA22,#00BCFA11);border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:1.2rem;color:#00BCFA;flex-shrink:0}
.abt-val-item span{font-size:.9rem;font-weight:600;color:#221B36}
.abt-divider-wave{line-height:0;overflow:hidden}
.abt-divider-wave svg{display:block;width:100%}
@media (max-width: 900px) {
.abt-hero-container{flex-direction:column}
.abt-hero-txt{flex:unset;width:100%;padding:40px 28px;box-sizing:border-box}
.abt-hero-img-wrap{flex:unset;width:100%;margin-left:0;height:260px}
.abt-story-container{grid-template-columns:1fr}
.abt-story-imgs{margin-top:8px}
.abt-pillars{grid-template-columns:1fr 1fr}
.abt-team-top{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.abt-hero-txt h1{font-size:1.6rem}
.abt-pillars{grid-template-columns:1fr}
.abt-story-imgs{grid-template-columns:1fr}
.abt-story-imgs .img-tall{grid-row:unset}
.abt-story-imgs .img-tall img{height:200px}
.abt-stat-row{flex-wrap:wrap;gap:18px}
.abt-team-img-grid{grid-template-columns:1fr}
.abt-team-img-grid img:first-child{grid-column:unset}
.abt-values-strip-inner{flex-direction:column;align-items:flex-start}
.abt-approach-hd h2{font-size:1.4rem}
}
.scs-wrap{max-width:1366px;margin:0 auto;padding:0 24px}
.scs-hero{position:relative;padding:96px 0 80px;overflow:hidden}
.scs-hero-bg{position:absolute;inset:0;background:linear-gradient(138deg,#f0fbff 0%,#e8f4fa 40%,#f7f5ff 100%);z-index:0}
.scs-hero-bg::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#00bcfa1f 0%,transparent 70%)}
.scs-hero-bg::after{content:'';position:absolute;bottom:-40px;left:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#221b360f 0%,transparent 70%)}
.scs-hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}
.scs-icon-ring{width:88px;height:88px;border-radius:50%;background:linear-gradient(145deg,#00BCFA 0%,#0099d4 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #00bcfa47 inset 0 -4px 8px #00000014;flex-shrink:0}
.scs-icon-ring i{font-size:40px;color:#fff}
.scs-hero-text{max-width:620px}
.scs-hero-text h1{font-size:2.4rem;font-weight:700;color:#221B36;line-height:1.25;margin:0 0 18px;letter-spacing:-.5px}
.scs-hero-text h1 .scs-accent{color:#00BCFA;position:relative;display:inline-block}
.scs-hero-text h1 .scs-accent::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#00BCFA,transparent);border-radius:2px}
.scs-hero-text p{font-size:1.05rem;color:#4a4460;line-height:1.7;margin:0}
.scs-hero-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center}
.scs-btn-pri{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:linear-gradient(138deg,#00BCFA 0%,#0099d4 100%);color:#fff;font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;box-shadow:0 3px 12px #00bcfa4d;transition:transform .18s ease,box-shadow .18s ease;position:relative;z-index:5;cursor:pointer;border:none}
.scs-btn-pri:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00bcfa61;color:#fff;text-decoration:none}
.scs-btn-sec{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:#221B36;font-size:.95rem;font-weight:600;border-radius:8px;border:2px solid #221B36;text-decoration:none;transition:background .18s ease,color .18s ease;position:relative;z-index:5;cursor:pointer}
.scs-btn-sec:hover{background:#221B36;color:#fff;text-decoration:none}
.scs-divider-wave{width:100%;overflow:hidden;line-height:0;margin:0}
.scs-divider-wave svg{display:block;width:100%}
.scs-steps-section{padding:72px 0 88px;background:#221B36}
.scs-steps-head{text-align:center;margin-bottom:52px}
.scs-steps-head h2{font-size:1.7rem;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}
.scs-steps-head p{font-size:.97rem;color:#ffffff9e;max-width:500px;margin:0 auto;line-height:1.65}
.scs-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.scs-step-card{background:#ffffff0d;border:1px solid #00bcfa2e;border-radius:12px;padding:32px 26px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s ease,background .2s ease}
.scs-step-card:hover{border-color:#00bcfa80;background:#00bcfa0f}
.scs-step-num{width:40px;height:40px;border-radius:8px;background:linear-gradient(138deg,#00BCFA 0%,#0099d4 100%);display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #00bcfa4d}
.scs-step-card h4{font-size:1rem;font-weight:600;color:#fff;margin:0;line-height:1.4}
.scs-step-card p{font-size:.9rem;color:#ffffff94;margin:0;line-height:1.6}
.scs-step-icon{display:flex;align-items:center;gap:12px}
.scs-step-icon i{font-size:22px;color:#00BCFA}
.scs-progress-bar-wrap{margin-top:48px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:32px 36px;display:flex;flex-direction:column;gap:20px}
.scs-progress-bar-wrap h4{font-size:1rem;font-weight:600;color:#fff;margin:0}
.scs-bar-item{display:flex;flex-direction:column;gap:8px}
.scs-bar-label{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.scs-bar-label span{font-size:.85rem;color:#ffffffa6}
.scs-bar-label strong{font-size:.85rem;color:#00BCFA;font-weight:600}
.scs-bar-track{width:100%;height:7px;background:#ffffff1a;border-radius:4px;overflow:hidden}
.scs-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#00BCFA,#0099d4)}
.scs-bar-fill--w1{width:85%}
.scs-bar-fill--w2{width:72%}
.scs-bar-fill--w3{width:91%}
.scs-bar-fill--w4{width:67%}
@media (max-width: 900px) {
.scs-steps-grid{grid-template-columns:1fr 1fr}
.scs-hero-text h1{font-size:2rem}
}
@media (max-width: 600px) {
.scs-hero{padding:64px 0 56px}
.scs-steps-grid{grid-template-columns:1fr}
.scs-hero-text h1{font-size:1.65rem}
.scs-hero-actions{flex-direction:column;align-items:center}
.scs-progress-bar-wrap{padding:24px 20px}
.scs-steps-section{padding:52px 0 64px}
}