*,::before,::after{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video,button,input,textarea,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;color:inherit}
button{cursor:pointer;background:none}
input,textarea,select{outline:none}
body{font-family:'Cabin',sans-serif;background:#0F0F14;color:#FFF;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
.siteWrap{max-width:960px;margin:0 auto;padding:0 20px}
header{background:#0F0F14;border-bottom:2px solid #FB4A10;position:relative;z-index:100}
.headerBox{max-width:960px;margin:0 auto;padding:0 20px}
.headerTop{display:flex;align-items:center;justify-content:space-between;padding:18px 0 14px}
.headerLogo a{display:flex;align-items:center}
.headerLogo img{height:80px;width:80px;object-fit:contain;display:block;outline:1px solid #fb4a1040}
.headerCompanyName{font-size:2rem;font-weight:700;color:#FFF;letter-spacing:.08em;text-transform:uppercase;text-align:center;flex:1;padding:0 24px;line-height:1.2}
.headerCompanyName span{color:#FB4A10}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{font-size:.82rem;font-weight:500;color:#FFF;text-transform:uppercase;letter-spacing:.06em;padding:8px 14px;border:1px solid transparent;transition:border-color 0.2s,color .2s}
.main-nav a:hover{color:#FB4A10;border-color:#fb4a1066}
.main-nav a.nav-active{color:#FB4A10;border-color:#FB4A10}
@media(max-width:768px) {
.headerTop{flex-direction:column;gap:16px;padding:16px 0 12px}
.headerCompanyName{font-size:1.4rem;padding:8px 0}
.main-nav{justify-content:center}
.headerLogo img{height:64px;width:64px}
}
@media(max-width:480px) {
.headerCompanyName{font-size:1.1rem}
.main-nav a{font-size:.75rem;padding:7px 10px}
}
footer{background:#0F0F14;border-top:2px solid #fb4a1059;padding:50px 0 0}
.footerBox{max-width:960px;margin:0 auto;padding:0 20px}
.footerGrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px}
.footerBrand .footerLogo{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.footerBrand .footerLogo img{height:56px;width:56px;object-fit:contain;outline:1px solid #fb4a1033}
.footerBrand .footerLogo span{font-size:1.3rem;font-weight:700;color:#FFF;text-transform:uppercase;letter-spacing:.1em}
.footerBrand .footerLogo span em{color:#FB4A10;font-style:normal}
.footerBrand p{font-size:.85rem;color:#ffffff9e;line-height:1.65}
.footerCol h4{font-size:.78rem;font-weight:700;color:#FB4A10;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}
.footerCol ul li{margin-bottom:10px}
.footerCol ul li a{font-size:.85rem;color:#ffffffa6;transition:color .2s}
.footerCol ul li a:hover{color:#FB4A10}
.footerContact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.footerContact li i{color:#FB4A10;font-size:.85rem;margin-top:3px;flex-shrink:0}
.footerContact li span{font-size:.82rem;color:#ffffffa6;line-height:1.5}
.footerContact li a{font-size:.82rem;color:#ffffffa6;transition:color .2s}
.footerContact li a:hover{color:#FB4A10}
.footerBottom{border-top:1px solid #ffffff17;padding:18px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footerBottom p{font-size:.78rem;color:#ffffff61}
.footerBottom .footerBottomLinks{display:flex;gap:20px}
.footerBottom .footerBottomLinks a{font-size:.78rem;color:#ffffff61;transition:color .2s}
.footerBottom .footerBottomLinks a:hover{color:#FB4A10}
@media(max-width:768px) {
.footerGrid{grid-template-columns:1fr 1fr;gap:28px}
.footerBrand{grid-column:1/-1}
}
@media(max-width:480px) {
.footerGrid{grid-template-columns:1fr;gap:24px}
.footerBottom{flex-direction:column;align-items:flex-start}
}
.cookieOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f14d1;z-index:9999;align-items:center;justify-content:center}
.cookieOverlay.cookie-visible{display:flex}
.cookieModal{background:#16161E;border:1px solid #fb4a1066;box-shadow:0 8px 40px #fb4a102e;max-width:640px;width:90%;padding:36px 36px 28px}
.cookieModal h3{font-size:1.05rem;font-weight:700;color:#FFF;margin-bottom:10px;letter-spacing:.04em}
.cookieModal p{font-size:.83rem;color:#ffffff9e;line-height:1.6;margin-bottom:22px}
.cookieToggles{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.cookieToggleItem{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#ffffff0a;border:1px solid #ffffff14}
.cookieToggleItem .toggleLabel{font-size:.82rem;color:#ffffffc7;font-weight:500}
.cookieToggleItem .toggleDesc{font-size:.75rem;color:#ffffff6b;margin-top:2px}
.cookieToggleSwitch{position:relative;width:40px;height:22px;flex-shrink:0}
.cookieToggleSwitch input{opacity:0;width:0;height:0;position:absolute}
.switchTrack{display:block;width:40px;height:22px;background:#ffffff26;cursor:pointer;position:relative;transition:background .2s}
.switchTrack::after{content:'';position:absolute;left:3px;top:3px;width:16px;height:16px;background:#FFF;transition:transform .2s}
.cookieToggleSwitch input:checked+.switchTrack{background:#FB4A10}
.cookieToggleSwitch input:checked+.switchTrack::after{transform:translateX(18px)}
.cookieToggleSwitch input:disabled+.switchTrack{opacity:.5;cursor:not-allowed}
.cookieActions{display:flex;gap:24px;justify-content:flex-end;align-items:center;border-top:1px solid #ffffff14;padding-top:18px}
.cookieActions .cookieDecline{font-size:.83rem;color:#ffffff73;cursor:pointer;transition:color .2s;background:none;border:none;font-family:'Cabin',sans-serif}
.cookieActions .cookieDecline:hover{color:#FFF}
.cookieActions .cookieAccept{font-size:.83rem;font-weight:700;color:#FB4A10;cursor:pointer;background:none;border:none;font-family:'Cabin',sans-serif;text-transform:uppercase;letter-spacing:.06em;transition:color .2s}
.cookieActions .cookieAccept:hover{color:#FFF}
.legal-data{max-width:960px;margin:0 auto;padding:48px 32px;background:#FFF;color:#0F0F14;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.75}
.legal-data h1{font-size:2.25rem;font-weight:800;line-height:1.2;color:#0F0F14;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #FB4A10;letter-spacing:-.02em}
.legal-data h2{font-size:1.6rem;font-weight:700;line-height:1.3;color:#0F0F14;margin:48px 0 16px;padding-left:14px;border-left:4px solid #FB4A10;letter-spacing:-.01em}
.legal-data h3{font-size:1.25rem;font-weight:700;line-height:1.4;color:#0F0F14;margin:36px 0 12px;padding-left:10px;border-left:3px solid #fb4a1073}
.legal-data h4{font-size:1.075rem;font-weight:700;line-height:1.45;color:#0F0F14;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em}
.legal-data h5{font-size:.95rem;font-weight:700;line-height:1.5;color:#3a3a44;margin:22px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.legal-data h6{font-size:.875rem;font-weight:600;line-height:1.5;color:#5a5a66;margin:18px 0 8px;text-transform:uppercase;letter-spacing:.08em}
.legal-data p{font-size:1rem;line-height:1.8;color:#2a2a32;margin:0 0 18px}
.legal-data p:last-child{margin-bottom:0}
.legal-data strong,.legal-data b{font-weight:700;color:#0F0F14}
.legal-data em,.legal-data i{font-style:italic;color:#3a3a44}
.legal-data hr{border:none;border-top:1px solid #0f0f141f;margin:40px 0;position:relative}
.legal-data hr::after{content:'';display:block;width:48px;height:3px;background:#FB4A10;margin-top:-2px}
.legal-data table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.9375rem;line-height:1.6;box-shadow:4px 4px 0 #fb4a102e}
.legal-data table thead{background:linear-gradient(135deg,#0F0F14 0%,#1e1e26 100%)}
.legal-data table thead tr{border:none}
.legal-data table thead th{padding:14px 18px;text-align:left;font-size:.8125rem;font-weight:700;color:#FFF;text-transform:uppercase;letter-spacing:.07em;border:none;border-right:1px solid #ffffff1a}
.legal-data table thead th:last-child{border-right:none}
.legal-data table tbody tr{border-bottom:1px solid #0f0f1417;transition:background .15s ease}
.legal-data table tbody tr:nth-child(even){background:#0f0f1408}
.legal-data table tbody tr:hover{background:#fb4a100d}
.legal-data table tbody td{padding:12px 18px;color:#2a2a32;font-size:.9375rem;vertical-align:top;border-right:1px solid #0f0f1412}
.legal-data table tbody td:last-child{border-right:none}
.legal-data table tbody td strong,.legal-data table tbody td b{color:#0F0F14}
@media (max-width: 768px) {
.legal-data{padding:32px 20px;font-size:15px}
.legal-data h1{font-size:1.75rem}
.legal-data h2{font-size:1.35rem;margin:36px 0 14px}
.legal-data h3{font-size:1.125rem}
.legal-data table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.875rem}
.legal-data table thead th,.legal-data table tbody td{padding:10px 14px;white-space:nowrap}
}
@media (max-width: 480px) {
.legal-data{padding:24px 16px}
.legal-data h1{font-size:1.5rem;margin-bottom:24px}
.legal-data h2{font-size:1.2rem;margin:28px 0 12px}
.legal-data h3{font-size:1.05rem}
.legal-data h4,.legal-data h5,.legal-data h6{font-size:.875rem}
.legal-data p{font-size:.9375rem;line-height:1.75}
.legal-data hr{margin:28px 0}
}
.heroBox{position:relative;background:#0F0F14;overflow:hidden;padding:0}
.heroBox .heroInner{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:0;min-height:560px;position:relative;z-index:2}
.heroBox .heroTextSide{flex:1 1 50%;padding:72px 40px 72px 24px;display:flex;flex-direction:column;gap:0}
.heroBox .heroTextSide .heroLabel{display:inline-flex;align-items:center;gap:8px;background:#fb4a101f;border:1px solid #fb4a1059;color:#FB4A10;font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;margin-bottom:28px;width:fit-content}
.heroBox .heroTextSide h1{font-size:clamp(28px,4.5vw,46px);font-weight:800;color:#FFF;line-height:1.13;margin:0;letter-spacing:-.5px}
.heroBox .heroTextSide h1 .accentWord{color:#FB4A10;position:relative}
.heroBox .heroTextSide .heroPause{display:block;width:40px;height:3px;background:linear-gradient(90deg,#FB4A10,#fb4a1033);margin:22px 0}
.heroBox .heroTextSide .heroDesc{font-size:15px;color:#ffffffb8;line-height:1.7;margin:0 0 32px;max-width:380px}
.heroBox .heroTextSide .heroCta{display:inline-flex;align-items:center;gap:10px;background:#FB4A10;color:#FFF;text-decoration:none;font-size:14px;font-weight:700;padding:14px 28px;letter-spacing:.5px;position:relative;z-index:5;transition:background 0.2s,box-shadow .2s;box-shadow:4px 4px 0 #fb4a104d;width:fit-content}
.heroBox .heroTextSide .heroCta:hover{background:#d43d0a;box-shadow:6px 6px 18px #fb4a1066}
.heroBox .heroImageSide{flex:1 1 50%;position:relative;display:flex;align-items:stretch;justify-content:flex-end;align-self:stretch}
.heroBox .heroImageSide .imgClipWrap{position:relative;width:100%;height:100%;min-height:480px;overflow:hidden;clip-path:polygon(14% 0%,100% 0%,100% 100%,0% 100%)}
.heroBox .heroImageSide .imgClipWrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:heroImgDrift 8s ease-in-out infinite alternate}
@keyframes heroImgDrift {
from{transform:scale(1.04) translateX(0px)}
to{transform:scale(1.07) translateX(-10px)}
}
.heroBox .heroImageSide .frameAccent{position:absolute;top:24px;right:24px;width:80px;height:80px;border-top:3px solid #FB4A10;border-right:3px solid #FB4A10;z-index:4;pointer-events:none}
.heroBox .heroImageSide .frameAccentBottom{position:absolute;bottom:24px;left:34px;width:60px;height:60px;border-bottom:3px solid #fb4a1080;border-left:3px solid #fb4a1080;z-index:4;pointer-events:none}
.heroBox .bgGlow{position:absolute;top:-80px;left:-60px;width:420px;height:420px;background:radial-gradient(circle,#fb4a101f 0%,transparent 70%);pointer-events:none;z-index:1}
.supportBlock{background:#FFF;padding:80px 0 70px}
.supportBlock .supportWrap{max-width:960px;margin:auto;padding:0 24px}
.supportBlock .supportWrap .sectionTag{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.supportBlock .supportWrap .sectionTag span{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB4A10;font-weight:700}
.supportBlock .supportWrap .sectionTag::before{content:'';display:block;width:24px;height:2px;background:#FB4A10}
.supportBlock .supportWrap h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#0F0F14;margin:0 0 12px;line-height:1.2}
.supportBlock .supportWrap .supportSubtitle{font-size:15px;color:#555;margin:0 0 48px;max-width:520px;line-height:1.65}
.supportBlock .supportGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.supportBlock .supportGrid .supportCard{background:#0F0F14;padding:32px 28px;position:relative;border-bottom:3px solid #FB4A10;transition:transform 0.2s,box-shadow .2s}
.supportBlock .supportGrid .supportCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f0f142e}
.supportBlock .supportGrid .supportCard .cardIcon{font-size:28px;color:#FB4A10;margin-bottom:18px;display:block}
.supportBlock .supportGrid .supportCard h4{font-size:16px;font-weight:700;color:#FFF;margin:0 0 10px}
.supportBlock .supportGrid .supportCard p{font-size:13px;color:#fff9;line-height:1.65;margin:0}
.scheduleBlock{background:#0F0F14;padding:80px 0;position:relative;overflow:hidden}
.scheduleBlock::before{content:'';position:absolute;right:-100px;top:-100px;width:500px;height:500px;background:radial-gradient(circle,#fb4a1014 0%,transparent 65%);pointer-events:none}
.scheduleBlock .schedWrap{max-width:960px;margin:auto;padding:0 24px;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.scheduleBlock .schedWrap .schedLeft{flex:0 0 340px}
.scheduleBlock .schedWrap .schedLeft .sectionTagDark{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.scheduleBlock .schedWrap .schedLeft .sectionTagDark span{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB4A10;font-weight:700}
.scheduleBlock .schedWrap .schedLeft .sectionTagDark::before{content:'';display:block;width:24px;height:2px;background:#FB4A10}
.scheduleBlock .schedWrap .schedLeft h2{font-size:clamp(22px,2.8vw,30px);font-weight:800;color:#FFF;margin:0 0 16px;line-height:1.2}
.scheduleBlock .schedWrap .schedLeft p{font-size:14px;color:#fff9;line-height:1.7;margin:0 0 32px}
.scheduleBlock .schedWrap .schedLeft .schedImg{width:100%;height:200px;object-fit:cover;display:block;border-left:4px solid #FB4A10}
.scheduleBlock .schedWrap .schedRight{flex:1;display:flex;flex-direction:column;gap:16px}
.scheduleBlock .schedWrap .schedRight .schedRow{display:flex;flex-direction:row;align-items:center;gap:20px;background:#ffffff0a;border:1px solid #ffffff14;padding:20px 24px;transition:border-color 0.2s,background .2s}
.scheduleBlock .schedWrap .schedRight .schedRow:hover{border-color:#fb4a1080;background:#fb4a100f}
.scheduleBlock .schedWrap .schedRight .schedRow .schedNum{font-size:26px;font-weight:900;color:#FB4A10;min-width:48px;line-height:1}
.scheduleBlock .schedWrap .schedRight .schedRow .schedInfo h5{font-size:14px;font-weight:700;color:#FFF;margin:0 0 4px}
.scheduleBlock .schedWrap .schedRight .schedRow .schedInfo p{font-size:12px;color:#ffffff80;margin:0;line-height:1.5}
.ecosystemBlock{background:linear-gradient(160deg,#f8f8f8 0%,#fff 100%);padding:80px 0}
.ecosystemBlock .ecoWrap{max-width:960px;margin:auto;padding:0 24px}
.ecosystemBlock .ecoHeader{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px}
.ecosystemBlock .ecoHeader .ecoHeaderText .sectionTag2{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.ecosystemBlock .ecoHeader .ecoHeaderText .sectionTag2 span{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB4A10;font-weight:700}
.ecosystemBlock .ecoHeader .ecoHeaderText .sectionTag2::before{content:'';display:block;width:24px;height:2px;background:#FB4A10}
.ecosystemBlock .ecoHeader .ecoHeaderText h2{font-size:clamp(22px,3vw,30px);font-weight:800;color:#0F0F14;margin:0;line-height:1.2}
.ecosystemBlock .ecoHeader .ecoHeaderLink{color:#FB4A10;text-decoration:none;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap;border-bottom:1px solid #FB4A10;padding-bottom:2px}
.ecosystemBlock .ecoPathway{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.ecosystemBlock .ecoPathway .pathCard{position:relative;overflow:hidden}
.ecosystemBlock .ecoPathway .pathCard .pathCardImg{width:100%;height:200px;object-fit:cover;display:block}
.ecosystemBlock .ecoPathway .pathCard .pathCardBody{background:#0F0F14;padding:28px 28px 24px}
.ecosystemBlock .ecoPathway .pathCard .pathCardBody .pathBadge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FB4A10;border:1px solid #fb4a1066;padding:3px 10px;margin-bottom:12px}
.ecosystemBlock .ecoPathway .pathCard .pathCardBody h4{font-size:17px;font-weight:800;color:#FFF;margin:0 0 10px;line-height:1.25}
.ecosystemBlock .ecoPathway .pathCard .pathCardBody p{font-size:13px;color:#ffffff94;line-height:1.6;margin:0 0 18px}
.ecosystemBlock .ecoPathway .pathCard .pathCardBody .pathLink{color:#FB4A10;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}
.ecosystemBlock .ecoPathway .pathCard.pathCardFeatured{grid-column:1 / -1;display:flex;flex-direction:row}
.ecosystemBlock .ecoPathway .pathCard.pathCardFeatured .pathCardImg{width:45%;height:auto;flex-shrink:0}
.ecosystemBlock .ecoPathway .pathCard.pathCardFeatured .pathCardBody{flex:1;display:flex;flex-direction:column;justify-content:center}
.addOpBlock{background:#0F0F14;padding:80px 0;position:relative;overflow:hidden}
.addOpBlock .addOpWrap{max-width:960px;margin:auto;padding:0 24px}
.addOpBlock .addOpWrap .addOpTop{text-align:center;margin-bottom:52px}
.addOpBlock .addOpWrap .addOpTop .sectionTagCenter{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px}
.addOpBlock .addOpWrap .addOpTop .sectionTagCenter span{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB4A10;font-weight:700}
.addOpBlock .addOpWrap .addOpTop h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#FFF;margin:0 0 12px}
.addOpBlock .addOpWrap .addOpTop p{font-size:15px;color:#ffffff94;max-width:500px;margin:0 auto;line-height:1.65}
.addOpBlock .addOpGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.addOpBlock .addOpGrid .opTile{background:#ffffff0a;border:1px solid #ffffff12;padding:28px 20px;text-align:center;transition:background 0.2s,border-color .2s;position:relative}
.addOpBlock .addOpGrid .opTile::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#FB4A10,transparent);opacity:0;transition:opacity .2s}
.addOpBlock .addOpGrid .opTile:hover{background:#fb4a1012;border-color:#fb4a104d}
.addOpBlock .addOpGrid .opTile:hover::before{opacity:1}
.addOpBlock .addOpGrid .opTile .opIcon{font-size:32px;color:#FB4A10;margin-bottom:16px;display:block}
.addOpBlock .addOpGrid .opTile h5{font-size:14px;font-weight:700;color:#FFF;margin:0 0 8px}
.addOpBlock .addOpGrid .opTile p{font-size:12px;color:#ffffff80;line-height:1.55;margin:0}
.inspirationBlock{background:#FFF;padding:80px 0 90px}
.inspirationBlock .inspireWrap{max-width:960px;margin:auto;padding:0 24px}
.inspirationBlock .inspireLayout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.inspirationBlock .inspireLayout .inspireLeft .sectionTag3{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.inspirationBlock .inspireLayout .inspireLeft .sectionTag3 span{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB4A10;font-weight:700}
.inspirationBlock .inspireLayout .inspireLeft .sectionTag3::before{content:'';display:block;width:24px;height:2px;background:#FB4A10}
.inspirationBlock .inspireLayout .inspireLeft h2{font-size:clamp(22px,3vw,30px);font-weight:800;color:#0F0F14;margin:0 0 16px;line-height:1.2}
.inspirationBlock .inspireLayout .inspireLeft .inspireIntro{font-size:14px;color:#444;line-height:1.7;margin:0 0 28px}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards{display:flex;flex-direction:column;gap:16px}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards .tCard{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:#f8f8f8;padding:20px;border-left:3px solid #FB4A10}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards .tCard img{width:48px;height:48px;object-fit:cover;flex-shrink:0}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards .tCard .tCardText .tName{font-size:13px;font-weight:700;color:#0F0F14;margin-bottom:4px}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards .tCard .tCardText .tRole{font-size:11px;color:#FB4A10;margin-bottom:8px;font-weight:600}
.inspirationBlock .inspireLayout .inspireLeft .testimonialCards .tCard .tCardText p{font-size:13px;color:#555;line-height:1.6;margin:0}
.inspirationBlock .inspireLayout .inspireRight{display:flex;flex-direction:column;gap:20px}
.inspirationBlock .inspireLayout .inspireRight .inspireImgWrap{position:relative}
.inspirationBlock .inspireLayout .inspireRight .inspireImgWrap img{width:100%;height:240px;object-fit:cover;display:block}
.inspirationBlock .inspireLayout .inspireRight .inspireImgWrap .imgOverlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#0f0f14b3 100%)}
.inspirationBlock .inspireLayout .inspireRight .inspireImgWrap .imgCaption{position:absolute;bottom:16px;left:16px;color:#FFF;font-size:13px;font-weight:700}
.inspirationBlock .inspireLayout .inspireRight .statsRow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.inspirationBlock .inspireLayout .inspireRight .statsRow .statBox{background:#0F0F14;padding:22px 18px;text-align:center}
.inspirationBlock .inspireLayout .inspireRight .statsRow .statBox .statNum{font-size:28px;font-weight:900;color:#FB4A10;line-height:1;margin-bottom:6px}
.inspirationBlock .inspireLayout .inspireRight .statsRow .statBox .statLabel{font-size:11px;color:#fff9;letter-spacing:.5px}
.inspirationBlock .inspireLayout .inspireRight .ctaBox{background:linear-gradient(135deg,#FB4A10 0%,#0F0F14 100%);padding:28px 24px;display:flex;flex-direction:column;gap:12px}
.inspirationBlock .inspireLayout .inspireRight .ctaBox h4{font-size:17px;font-weight:800;color:#FFF;margin:0;line-height:1.3}
.inspirationBlock .inspireLayout .inspireRight .ctaBox p{font-size:13px;color:#ffffffb3;margin:0}
.inspirationBlock .inspireLayout .inspireRight .ctaBox .ctaBoxBtn{display:inline-flex;align-items:center;gap:8px;background:#FFF;color:#0F0F14;text-decoration:none;font-size:13px;font-weight:700;padding:11px 22px;width:fit-content;transition:background 0.2s,color .2s}
.inspirationBlock .inspireLayout .inspireRight .ctaBox .ctaBoxBtn:hover{background:#FB4A10;color:#FFF}
.dividerWave{line-height:0;background:#FFF}
.dividerWave svg{display:block;width:100%}
.dividerWaveDark{line-height:0;background:#0F0F14}
.dividerWaveDark svg{display:block;width:100%}
@media (max-width: 768px) {
.heroBox .heroInner{flex-direction:column;min-height:unset}
.heroBox .heroTextSide{padding:48px 24px 24px;flex:unset}
.heroBox .heroImageSide{flex:unset;width:100%;min-height:260px}
.heroBox .heroImageSide .imgClipWrap{min-height:260px;clip-path:none}
.supportBlock .supportGrid{grid-template-columns:1fr}
.scheduleBlock .schedWrap{flex-direction:column;gap:32px}
.scheduleBlock .schedWrap .schedLeft{flex:unset;width:100%}
.ecosystemBlock .ecoPathway{grid-template-columns:1fr}
.ecosystemBlock .ecoPathway .pathCard.pathCardFeatured{flex-direction:column}
.ecosystemBlock .ecoPathway .pathCard.pathCardFeatured .pathCardImg{width:100%;height:200px}
.ecosystemBlock .ecoHeader{flex-direction:column;align-items:flex-start}
.addOpBlock .addOpGrid{grid-template-columns:1fr 1fr}
.inspirationBlock .inspireLayout{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 480px) {
.addOpBlock .addOpGrid{grid-template-columns:1fr}
.inspirationBlock .inspireLayout .inspireRight .statsRow{grid-template-columns:1fr 1fr}
}
.contactHeroBox{position:relative;overflow:hidden;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 24px 80px}
.contactHeroBox .heroBg{position:absolute;inset:0;background:linear-gradient(135deg,#0F0F14 0%,#1a1a24 40%,#2a1208 70%,#FB4A10 130%);z-index:0}
.contactHeroBox .heroBgOverlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,#0f0f14d9 80%,#0F0F14 100%);z-index:1}
.contactHeroBox .heroFloat{position:absolute;top:32px;right:80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#fb4a1038 0%,transparent 70%);z-index:2}
.contactHeroBox .heroFloatAlt{position:absolute;bottom:40px;left:40px;width:120px;height:120px;border:2px solid #fb4a104d;transform:rotate(30deg);z-index:2}
.contactHeroBox .heroFloatDot{position:absolute;top:60px;left:120px;width:10px;height:10px;background:#FB4A10;border-radius:50%;box-shadow:0 0 18px 6px #fb4a1066;z-index:2}
.contactHeroBox .heroContent{position:relative;z-index:3;text-align:center;max-width:680px}
.contactHeroBox .heroContent .heroEyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#FB4A10;background:#fb4a101a;border:1px solid #fb4a104d;padding:6px 16px;margin-bottom:24px}
.contactHeroBox .heroContent h1{font-size:clamp(32px,5vw,58px);font-weight:800;color:#FFF;line-height:1.1;margin:0 0 20px;letter-spacing:-1px}
.contactHeroBox .heroContent h1 .accentWord{color:#FB4A10;position:relative}
.contactHeroBox .heroContent h1 .accentWord::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FB4A10}
.contactHeroBox .heroContent .heroDesc{font-size:17px;color:#ffffffb8;line-height:1.7;margin:0 auto;max-width:500px}
.heroArrowHint{position:relative;z-index:3;margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:6px}
.heroArrowHint span{display:block;width:2px;height:32px;background:linear-gradient(to bottom,#fb4a1099,transparent);margin:0 auto}
.heroArrowHint .arrowTip{width:10px;height:10px;border-right:2px solid #FB4A10;border-bottom:2px solid #FB4A10;transform:rotate(45deg);display:block;margin:-8px auto 0}
.contactPageWrap{background:#0F0F14}
.contactSplitBox{max-width:960px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contactInfoSide .infoLabel{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#FB4A10;margin-bottom:18px;display:block}
.contactInfoSide h2{font-size:clamp(24px,3.5vw,36px);font-weight:800;color:#FFF;line-height:1.2;margin:0 0 20px}
.contactInfoSide .infoSubtext{font-size:15px;color:#fff9;line-height:1.7;margin:0 0 36px}
.contactInfoSide .infoCardList{display:flex;flex-direction:column;gap:16px}
.contactInfoSide .infoCard{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:18px 20px;background:#ffffff0a;border:1px solid #ffffff14;border-left:3px solid #FB4A10}
.contactInfoSide .infoCard .cardIcon{width:38px;height:38px;background:#fb4a101f;border:1px solid #fb4a1040;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contactInfoSide .infoCard .cardIcon i{color:#FB4A10;font-size:16px}
.contactInfoSide .infoCard .cardBody .cardTitle{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#fff6;display:block;margin-bottom:5px}
.contactInfoSide .infoCard .cardBody .cardVal{font-size:14px;color:#FFF;text-decoration:none;line-height:1.5;display:block}
.contactInfoSide .infoCard .cardBody .cardVal:hover{color:#FB4A10}
.contactInfoSide .quickLinks{display:flex;flex-direction:row;gap:10px;margin-top:24px;flex-wrap:wrap}
.contactInfoSide .quickLinks a{display:inline-flex;flex-direction:row;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:600;color:#FFF;background:#ffffff0f;border:1px solid #ffffff1f;text-decoration:none;transition:background 0.2s,border-color .2s}
.contactInfoSide .quickLinks a:hover{background:#fb4a1026;border-color:#fb4a1066;color:#FB4A10}
.contactInfoSide .quickLinks a i{font-size:14px;color:#FB4A10}
.contactFormSide .formHeading{font-size:20px;font-weight:800;color:#FFF;margin:0 0 8px}
.contactFormSide .formSubheading{font-size:14px;color:#ffffff80;margin:0 0 28px;line-height:1.6}
.contactFormSide .elegantForm{display:flex;flex-direction:column;gap:18px}
.elegantForm .formField{display:flex;flex-direction:column;gap:7px}
.elegantForm .formField label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff8c}
.elegantForm .formField input,.elegantForm .formField select{width:100%;padding:14px 16px;background:#ffffff0a;border:1px solid #ffffff1f;color:#FFF;font-size:15px;outline:none;transition:border-color 0.2s,background .2s;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.elegantForm .formField input::placeholder{color:#ffffff4d}
.elegantForm .formField input:focus,.elegantForm .formField select:focus{border-color:#FB4A10;background:#fb4a100d}
.elegantForm .selectWrap{position:relative}
.elegantForm .selectWrap select{width:100%;padding:14px 44px 14px 16px;background:#ffffff0a;border:1px solid #ffffff1f;color:#FFF;font-size:15px;outline:none;cursor:pointer;box-sizing:border-box;-webkit-appearance:none;appearance:none;transition:border-color 0.2s,background .2s}
.elegantForm .selectWrap select option{background:#1a1a24;color:#FFF}
.elegantForm .selectWrap select:focus{border-color:#FB4A10;background:#fb4a100d}
.elegantForm .selectWrap .selectArrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#FB4A10;font-size:12px}
.elegantForm .privacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:14px;background:#ffffff08;border:1px solid #ffffff12}
.elegantForm .privacyRow input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#FB4A10;cursor:pointer}
.elegantForm .privacyRow .privacyText{font-size:13px;color:#ffffff8c;line-height:1.6}
.elegantForm .privacyRow .privacyText a{color:#FB4A10;text-decoration:underline;text-underline-offset:2px}
.elegantForm .privacyRow .privacyText a:hover{color:#FFF}
.elegantForm .submitBtn{padding:16px 36px;background:#FB4A10;color:#FFF;font-size:15px;font-weight:700;letter-spacing:.5px;border:none;cursor:pointer;text-transform:uppercase;box-shadow:0 6px 20px #fb4a1059;transition:background 0.2s,box-shadow 0.2s,transform .1s;position:relative;z-index:2;align-self:flex-start}
.elegantForm .submitBtn:hover{background:#e03d08;box-shadow:0 8px 28px #fb4a1080;transform:translateY(-1px)}
.elegantForm .submitBtn:active{transform:translateY(0)}
.dividerZigzag{width:100%;line-height:0;overflow:hidden}
.dividerZigzag svg{display:block;width:100%}
.channelsSectionBox{background:linear-gradient(135deg,#0F0F14 60%,#1e0c04 100%);padding:70px 24px}
.channelsSectionBox .channelsInner{max-width:960px;margin:0 auto}
.channelsSectionBox .channelsSectionTop{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:20px;flex-wrap:wrap}
.channelsSectionBox .channelsSectionTop h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#FFF;margin:0;line-height:1.2}
.channelsSectionBox .channelsSectionTop h2 span{color:#FB4A10}
.channelsSectionBox .channelsSectionTop p{font-size:14px;color:#ffffff80;margin:0;max-width:320px;text-align:right;line-height:1.6}
.channelsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.channelCard{padding:30px 24px;background:#ffffff08;border:1px solid #ffffff12;position:relative;overflow:hidden;transition:border-color 0.25s,background .25s}
.channelCard::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#FB4A10,transparent);opacity:0;transition:opacity .25s}
.channelCard:hover{border-color:#fb4a1040;background:#fb4a100a}
.channelCard:hover::before{opacity:1}
.channelCard .channelIcon{width:48px;height:48px;background:#fb4a101a;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid #fb4a1033}
.channelCard .channelIcon i{font-size:20px;color:#FB4A10}
.channelCard .channelName{font-size:16px;font-weight:700;color:#FFF;margin-bottom:6px;display:block}
.channelCard .channelDesc{font-size:13px;color:#ffffff80;line-height:1.6;margin-bottom:16px;display:block}
.channelCard .channelLink{font-size:13px;font-weight:600;color:#FB4A10;text-decoration:none;display:inline-flex;flex-direction:row;align-items:center;gap:6px;transition:gap .2s}
.channelCard .channelLink:hover{gap:10px}
.dividerDots{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:0;background:#0F0F14}
.dividerDots .dot{width:6px;height:6px;background:#fb4a1066;border-radius:50%}
.dividerDots .dot-alt{width:32px;height:2px;background:linear-gradient(90deg,#FB4A10,transparent)}
.faqBox{background:#0F0F14;padding:70px 24px}
.faqBox .faqInner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start}
.faqBox .faqLeft h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#FFF;margin:0 0 16px;line-height:1.2}
.faqBox .faqLeft p{font-size:14px;color:#ffffff8c;line-height:1.7;margin:0 0 28px}
.faqBox .faqLeft .faqCta{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:12px 22px;background:transparent;border:2px solid #FB4A10;color:#FB4A10;font-size:13px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:background 0.2s,color .2s}
.faqBox .faqLeft .faqCta:hover{background:#FB4A10;color:#FFF}
.faqAccordion{display:flex;flex-direction:column;gap:2px}
.faqItem input[type="radio"]{display:none}
.faqItem .faqQuestion{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 20px;background:#ffffff0a;border:1px solid #ffffff14;cursor:pointer;user-select:none;transition:background .2s;gap:12px}
.faqItem .faqQuestion:hover{background:#ffffff12}
.faqItem .faqQuestion .qText{font-size:14px;font-weight:600;color:#FFF;line-height:1.4}
.faqItem .faqQuestion .qArrow{color:#FB4A10;font-size:12px;flex-shrink:0;transition:transform .3s}
.faqItem .faqAnswer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faqItem .faqAnswerInner{padding:16px 20px 18px;background:#fb4a100a;border:1px solid #fb4a101f;border-top:none;font-size:14px;color:#ffffffa6;line-height:1.7}
.faqItem input[type="radio"]:checked ~ .faqAnswer{max-height:300px}
.faqItem input[type="radio"]:checked ~ .faqQuestion .qArrow{transform:rotate(180deg)}
.faqItem input[type="radio"]:checked ~ .faqQuestion{background:#fb4a1014;border-color:#fb4a1040}
.dividerAngled{width:100%;overflow:hidden;line-height:0;background:#0F0F14}
.dividerAngled svg{display:block;width:100%}
.locationBannerBox{background:linear-gradient(120deg,#0F0F14 0%,#1a0d05 50%,#0F0F14 100%);padding:60px 24px;border-top:1px solid #ffffff0f}
.locationBannerBox .locInner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.locationBannerBox .locContent h3{font-size:22px;font-weight:800;color:#FFF;margin:0 0 12px}
.locationBannerBox .locContent p{font-size:14px;color:#ffffff8c;line-height:1.7;margin:0}
.locationBannerBox .locDetails{display:flex;flex-direction:column;gap:12px;flex-shrink:0}
.locationBannerBox .locRow{display:flex;flex-direction:row;align-items:center;gap:10px}
.locationBannerBox .locRow i{color:#FB4A10;font-size:16px;width:20px;text-align:center}
.locationBannerBox .locRow span{font-size:14px;color:#ffffffbf}
.locationBannerBox .locRow a{font-size:14px;color:#ffffffbf;text-decoration:none}
.locationBannerBox .locRow a:hover{color:#FB4A10}
@media (max-width: 768px) {
.contactSplitBox{grid-template-columns:1fr;gap:48px;padding:60px 20px}
.channelsGrid{grid-template-columns:1fr;gap:14px}
.channelsSectionBox .channelsSectionTop{flex-direction:column;align-items:flex-start}
.channelsSectionBox .channelsSectionTop p{text-align:left}
.faqBox .faqInner{grid-template-columns:1fr;gap:36px}
.locationBannerBox .locInner{grid-template-columns:1fr;gap:28px}
.contactHeroBox{padding:80px 20px 60px;min-height:360px}
.contactHeroBox .heroFloat{right:20px;width:140px;height:140px}
}
@media (max-width: 480px) {
.channelsGrid{grid-template-columns:1fr}
.contactInfoSide .quickLinks{flex-direction:column}
.elegantForm .submitBtn{align-self:stretch;text-align:center}
}
.prog-titleBlock{background:#0F0F14;padding:0;overflow:hidden;position:relative}
.prog-titleBlock .titleInner{max-width:960px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:540px;position:relative}
.prog-titleBlock .textSide{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:64px 48px 64px 24px;position:relative;z-index:2}
.prog-titleBlock .textSide .tagLabel{display:inline-block;background:#FB4A10;color:#FFF;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;margin-bottom:24px;clip-path:polygon(0 0,100% 0,94% 100%,0 100%)}
.prog-titleBlock .textSide h1{color:#FFF;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;margin:0 0 20px;position:relative}
.prog-titleBlock .textSide h1 .accentWord{color:#FB4A10}
.prog-titleBlock .textSide h1::after{content:'';display:block;width:56px;height:3px;background:linear-gradient(90deg,#FB4A10,transparent);margin-top:16px}
.prog-titleBlock .textSide .heroDesc{color:#ffffffbf;font-size:15px;line-height:1.7;margin:0 0 32px;max-width:380px}
.prog-titleBlock .textSide .heroCta{display:inline-flex;align-items:center;gap:10px;background:#FB4A10;color:#FFF;font-size:14px;font-weight:700;padding:14px 28px;text-decoration:none;border-radius:6px;box-shadow:0 6px 20px #fb4a1066;transition:background 0.2s,transform .2s;width:fit-content;position:relative;z-index:3}
.prog-titleBlock .textSide .heroCta:hover{background:#d93e08;transform:translateY(-2px)}
.prog-titleBlock .mosaicSide{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;position:relative;overflow:hidden}
.prog-titleBlock .mosaicSide .mImg-a{grid-column:1 / 3;grid-row:1;overflow:hidden}
.prog-titleBlock .mosaicSide .mImg-b{grid-column:1;grid-row:2;overflow:hidden}
.prog-titleBlock .mosaicSide .mOverlay{grid-column:2;grid-row:2;background:linear-gradient(135deg,#FB4A10 0%,#0F0F14 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:8px}
.prog-titleBlock .mosaicSide .mOverlay .bigStat{color:#FFF;font-size:36px;font-weight:900;line-height:1}
.prog-titleBlock .mosaicSide .mOverlay .statLabel{color:#ffffffd9;font-size:12px;text-align:center;text-transform:uppercase;letter-spacing:1.5px}
.prog-titleBlock .mosaicSide img{width:100%;height:100%;object-fit:cover;filter:saturate(0.7) brightness(0.85);display:block}
.prog-titleBlock .dotDecor{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;flex-direction:row;gap:6px;z-index:4}
.prog-titleBlock .dotDecor span{width:5px;height:5px;border-radius:50%;background:#fb4a1080;display:block}
.prog-titleBlock .dotDecor span:nth-child(3),.prog-titleBlock .dotDecor span:nth-child(6){background:#fb4a10e6;width:7px;height:7px}
.prog-coursesSection{background:#FFF;padding:80px 0 64px}
.prog-coursesSection .courseWrap{max-width:960px;margin:auto;padding:0 24px}
.prog-coursesSection .sectionHead{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px;flex-wrap:wrap}
.prog-coursesSection .sectionHead .headLeft h2{color:#0F0F14;font-size:clamp(22px,3vw,34px);font-weight:800;margin:0 0 10px;position:relative;padding-bottom:14px}
.prog-coursesSection .sectionHead .headLeft h2::before{content:'';position:absolute;left:0;bottom:0;width:40px;height:3px;background:#FB4A10}
.prog-coursesSection .sectionHead .headLeft p{color:#555;font-size:14px;line-height:1.6;max-width:440px;margin:0}
.prog-coursesSection .sectionHead .enrollBtn{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#FB4A10;border:2px solid #FB4A10;font-size:13px;font-weight:700;padding:11px 24px;border-radius:6px;text-decoration:none;transition:background 0.2s,color .2s;white-space:nowrap;position:relative;z-index:2}
.prog-coursesSection .sectionHead .enrollBtn:hover{background:#FB4A10;color:#FFF}
.prog-coursesSection .courseGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1.5px solid #E8E8E8}
.prog-coursesSection .courseGrid .courseCard{border-right:1.5px solid #E8E8E8;border-bottom:1.5px solid #E8E8E8;padding:32px 28px;position:relative;transition:box-shadow 0.2s,transform .2s;background:#FFF;overflow:hidden}
.prog-coursesSection .courseGrid .courseCard:nth-child(3n){border-right:none}
.prog-coursesSection .courseGrid .courseCard:nth-last-child(-n+3){border-bottom:none}
.prog-coursesSection .courseGrid .courseCard::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:#FB4A10;transition:height .3s}
.prog-coursesSection .courseGrid .courseCard:hover::before{height:100%}
.prog-coursesSection .courseGrid .courseCard:hover{box-shadow:-4px 4px 24px #fb4a101a;transform:translateY(-3px)}
.prog-coursesSection .courseGrid .courseCard .cardIcon{width:44px;height:44px;background:linear-gradient(135deg,#FB4A10,#0F0F14);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.prog-coursesSection .courseGrid .courseCard .cardIcon i{color:#FFF;font-size:18px}
.prog-coursesSection .courseGrid .courseCard .cardBadge{position:absolute;top:20px;right:20px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:20px}
.prog-coursesSection .courseGrid .courseCard .cardBadge.badge-live{background:#fb4a101f;color:#FB4A10}
.prog-coursesSection .courseGrid .courseCard .cardBadge.badge-self{background:#0f0f1414;color:#0F0F14}
.prog-coursesSection .courseGrid .courseCard h4{color:#0F0F14;font-size:16px;font-weight:800;margin:0 0 10px;line-height:1.3}
.prog-coursesSection .courseGrid .courseCard .cardDesc{color:#666;font-size:13px;line-height:1.65;margin:0 0 20px}
.prog-coursesSection .courseGrid .courseCard .cardMeta{display:flex;flex-direction:column;gap:6px}
.prog-coursesSection .courseGrid .courseCard .cardMeta .metaRow{display:flex;flex-direction:row;align-items:center;gap:7px;font-size:12px;color:#888}
.prog-coursesSection .courseGrid .courseCard .cardMeta .metaRow i{color:#FB4A10;font-size:12px}
.prog-coursesSection .courseGrid .courseCard.featured-card{background:#0F0F14;grid-column:1 / 3;display:grid;grid-template-columns:1fr 1.2fr;gap:24px;align-items:center;border-right:1.5px solid #E8E8E8}
.prog-coursesSection .courseGrid .courseCard.featured-card::before{background:#FB4A10}
.prog-coursesSection .courseGrid .courseCard.featured-card h4{color:#FFF;font-size:20px}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardDesc{color:#ffffffa6}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardMeta .metaRow{color:#ffffff80}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardVisual{border-radius:6px;overflow:hidden;height:180px}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardVisual img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85)}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardBadge{background:#FB4A10;color:#FFF}
.prog-pathSection{background:#0F0F14;padding:80px 0;position:relative;overflow:hidden}
.prog-pathSection::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#fb4a101f 0%,transparent 70%);pointer-events:none}
.prog-pathSection .pathWrap{max-width:960px;margin:auto;padding:0 24px}
.prog-pathSection .pathWrap h2{color:#FFF;font-size:clamp(22px,3vw,32px);font-weight:800;margin:0 0 10px;text-align:center}
.prog-pathSection .pathWrap .pathSubtitle{color:#ffffff8c;font-size:14px;text-align:center;margin:0 auto 56px;max-width:480px;line-height:1.65}
.prog-pathSection .pathLayout{display:grid;grid-template-columns:1fr 2px 1fr;gap:0 40px;align-items:start}
.prog-pathSection .pathLayout .dividerLine{background:linear-gradient(180deg,transparent,#FB4A10 30%,#FB4A10 70%,transparent);align-self:stretch}
.prog-pathSection .pathSteps{display:flex;flex-direction:column;gap:0}
.prog-pathSection .pathSteps .stepItem{display:flex;flex-direction:row;gap:18px;padding:24px 0;border-bottom:1px solid #ffffff12;position:relative}
.prog-pathSection .pathSteps .stepItem:last-child{border-bottom:none}
.prog-pathSection .pathSteps .stepItem .stepNum{flex-shrink:0;width:36px;height:36px;border:2px solid #fb4a1066;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FB4A10;font-size:13px;font-weight:800}
.prog-pathSection .pathSteps .stepItem .stepContent h5{color:#FFF;font-size:15px;font-weight:700;margin:0 0 6px}
.prog-pathSection .pathSteps .stepItem .stepContent p{color:#ffffff8c;font-size:13px;line-height:1.6;margin:0}
.prog-pathSection .pathInfoPanel{display:flex;flex-direction:column;gap:24px}
.prog-pathSection .pathInfoPanel .infoCard{background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;padding:24px}
.prog-pathSection .pathInfoPanel .infoCard .infoTitle{color:#FB4A10;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}
.prog-pathSection .pathInfoPanel .infoCard .infoText{color:#ffffffb3;font-size:14px;line-height:1.65;margin:0 0 14px}
.prog-pathSection .pathInfoPanel .infoCard .infoText:last-child{margin:0}
.prog-pathSection .pathInfoPanel .profileBox{display:flex;flex-direction:row;align-items:center;gap:14px;border-top:1px solid #ffffff12;padding-top:14px;margin-top:6px}
.prog-pathSection .pathInfoPanel .profileBox img{width:44px;height:44px;object-fit:cover;border-radius:50%;border:2px solid #FB4A10;flex-shrink:0}
.prog-pathSection .pathInfoPanel .profileBox .profileText .profileName{color:#FFF;font-size:14px;font-weight:700}
.prog-pathSection .pathInfoPanel .profileBox .profileText .profileRole{color:#ffffff73;font-size:12px}
.prog-reviewSection{background:#F7F7F8;padding:72px 0;position:relative}
.prog-reviewSection .reviewWrap{max-width:960px;margin:auto;padding:0 24px}
.prog-reviewSection .reviewWrap h2{color:#0F0F14;font-size:clamp(20px,2.5vw,30px);font-weight:800;margin:0 0 8px;text-align:center}
.prog-reviewSection .reviewWrap .reviewSub{color:#888;font-size:14px;text-align:center;margin:0 auto 48px;max-width:420px}
.prog-reviewSection .reviewGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.prog-reviewSection .reviewGrid .reviewCard{background:#FFF;border-radius:8px;padding:28px 24px;box-shadow:0 2px 14px #0f0f1412;display:flex;flex-direction:column;gap:14px;border-bottom:3px solid transparent;transition:border-color 0.2s,box-shadow .2s}
.prog-reviewSection .reviewGrid .reviewCard:hover{border-bottom-color:#FB4A10;box-shadow:0 6px 24px #fb4a101a}
.prog-reviewSection .reviewGrid .reviewCard .reviewStars{display:flex;flex-direction:row;gap:3px}
.prog-reviewSection .reviewGrid .reviewCard .reviewStars i{color:#FB4A10;font-size:13px}
.prog-reviewSection .reviewGrid .reviewCard .reviewText{color:#444;font-size:13px;line-height:1.7;flex:1}
.prog-reviewSection .reviewGrid .reviewCard .reviewAuthor{display:flex;flex-direction:row;align-items:center;gap:12px;border-top:1px solid #F0F0F0;padding-top:14px}
.prog-reviewSection .reviewGrid .reviewCard .reviewAuthor img{width:40px;height:40px;object-fit:cover;border-radius:50%;flex-shrink:0}
.prog-reviewSection .reviewGrid .reviewCard .reviewAuthor .authorInfo .authorName{color:#0F0F14;font-size:13px;font-weight:700}
.prog-reviewSection .reviewGrid .reviewCard .reviewAuthor .authorInfo .authorCourse{color:#999;font-size:11px}
.prog-ctaSection{background:linear-gradient(135deg,#0F0F14 60%,#1a0a05 100%);padding:72px 0;position:relative;overflow:hidden}
.prog-ctaSection::after{content:'';position:absolute;bottom:-60px;left:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#fb4a1026 0%,transparent 70%);pointer-events:none}
.prog-ctaSection .ctaWrap{max-width:960px;margin:auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;position:relative;z-index:2}
.prog-ctaSection .ctaWrap .ctaLeft h2{color:#FFF;font-size:clamp(20px,2.8vw,30px);font-weight:800;margin:0 0 10px;line-height:1.25}
.prog-ctaSection .ctaWrap .ctaLeft p{color:#fff9;font-size:14px;line-height:1.65;margin:0;max-width:440px}
.prog-ctaSection .ctaWrap .ctaButtons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;flex-shrink:0}
.prog-ctaSection .ctaWrap .ctaButtons .btnPrimary{display:inline-flex;align-items:center;gap:8px;background:#FB4A10;color:#FFF;font-size:14px;font-weight:700;padding:14px 28px;text-decoration:none;border-radius:6px;box-shadow:0 6px 20px #fb4a1059;transition:background 0.2s,transform .2s;position:relative;z-index:3}
.prog-ctaSection .ctaWrap .ctaButtons .btnPrimary:hover{background:#d93e08;transform:translateY(-2px)}
.prog-ctaSection .ctaWrap .ctaButtons .btnSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#FFF;font-size:14px;font-weight:600;padding:14px 28px;text-decoration:none;border:1.5px solid #ffffff40;border-radius:6px;transition:border-color 0.2s,background .2s;position:relative;z-index:3}
.prog-ctaSection .ctaWrap .ctaButtons .btnSecondary:hover{border-color:#FFF;background:#ffffff0f}
@media (max-width: 768px) {
.prog-titleBlock .titleInner{grid-template-columns:1fr;min-height:auto}
.prog-titleBlock .mosaicSide{grid-column:1;grid-row:2;height:240px}
.prog-titleBlock .textSide{padding:48px 24px 32px}
.prog-coursesSection .courseGrid{grid-template-columns:1fr}
.prog-coursesSection .courseGrid .courseCard{border-right:none!important;border-bottom:1.5px solid #E8E8E8!important}
.prog-coursesSection .courseGrid .courseCard:last-child{border-bottom:none!important}
.prog-coursesSection .courseGrid .courseCard.featured-card{grid-column:1;grid-template-columns:1fr}
.prog-coursesSection .courseGrid .courseCard.featured-card .cardVisual{height:160px}
.prog-pathSection .pathLayout{grid-template-columns:1fr;gap:0}
.prog-pathSection .pathLayout .dividerLine{display:none}
.prog-reviewSection .reviewGrid{grid-template-columns:1fr}
.prog-ctaSection .ctaWrap{flex-direction:column;text-align:center}
.prog-ctaSection .ctaWrap .ctaLeft p{max-width:100%}
.prog-ctaSection .ctaWrap .ctaButtons{justify-content:center}
.prog-coursesSection .sectionHead{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.prog-titleBlock .mosaicSide{height:200px}
.prog-pathSection .pathSteps .stepItem{gap:12px}
.prog-ctaSection .ctaWrap .ctaButtons{flex-direction:column;width:100%}
.prog-ctaSection .ctaWrap .ctaButtons .btnPrimary,.prog-ctaSection .ctaWrap .ctaButtons .btnSecondary{justify-content:center}
}
.aboutPageWrap{max-width:960px;margin:0 auto;padding:0 20px}
.titleBlockOuter{position:relative;background:#0F0F14;overflow:hidden;padding:80px 0 70px}
.titleBlockOuter .bgGrid{position:absolute;inset:0;background-image:linear-gradient(#fb4a100f 1px,transparent 1px),linear-gradient(90deg,#fb4a100f 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.titleBlockOuter .accentLine{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#FB4A10,transparent)}
.titleInner{max-width:960px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:stretch;gap:0}
.titleTextSide{flex:1 1 55%;display:flex;flex-direction:column;justify-content:center;padding-right:48px;position:relative;z-index:2}
.titleLabel{display:inline-flex;align-items:center;gap:8px;background:#fb4a101f;border:1px solid #fb4a104d;color:#FB4A10;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;margin-bottom:28px;width:fit-content}
.titleTextSide h1{font-size:clamp(32px,4.5vw,54px);font-weight:800;color:#FFF;line-height:1.1;margin:0 0 20px;letter-spacing:-1px}
.titleTextSide h1 .accentWord{color:#FB4A10;position:relative}
.titleTextSide h1 .accentWord::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#FB4A10}
.titleSubText{font-size:16px;line-height:1.65;color:#ffffffb3;margin:0 0 32px;max-width:420px}
.titleCta{display:inline-flex;align-items:center;gap:10px;background:#FB4A10;color:#FFF;font-size:14px;font-weight:700;letter-spacing:.5px;padding:14px 28px;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:3;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 4px 18px #fb4a1059}
.titleCta:hover{background:#e03d08;box-shadow:0 6px 24px #fb4a1080;transform:translateY(-2px)}
.titleImgSide{flex:1 1 45%;position:relative;min-height:360px}
.titleImgSide .imgFrame{position:absolute;inset:0;overflow:hidden}
.titleImgSide .imgFrame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(0.82) saturate(1.1)}
.titleImgSide .imgOverlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f0f148c 0%,transparent 70%)}
.titleImgSide .floatBadge{position:absolute;bottom:24px;left:-24px;background:#FB4A10;color:#FFF;padding:14px 20px;z-index:4;box-shadow:4px 4px 0 #0f0f1499}
.titleImgSide .floatBadge strong{display:block;font-size:26px;font-weight:800;line-height:1}
.titleImgSide .floatBadge span{font-size:11px;opacity:.9;letter-spacing:1px;text-transform:uppercase}
.aboutStoryWrap{padding:90px 0 80px;background:#FFF}
.storyGrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:0;max-width:960px;margin:0 auto;padding:0 20px}
.storySectionHead{grid-column:1 / 4;margin-bottom:52px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}
.storyHeadLeft h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#0F0F14;line-height:1.15;margin:0 0 12px;position:relative;padding-left:20px}
.storyHeadLeft h2::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:4px;background:#FB4A10}
.storyHeadLeft p{font-size:15px;color:#555;line-height:1.6;margin:0;max-width:440px;padding-left:20px}
.storyHeadRight{display:flex;flex-direction:column;gap:6px;align-items:flex-end;flex-shrink:0}
.statPill{display:flex;flex-direction:row;align-items:center;gap:10px;background:#0F0F14;color:#FFF;padding:10px 18px;min-width:180px}
.statPill .num{font-size:22px;font-weight:800;color:#FB4A10;line-height:1}
.statPill .lbl{font-size:11px;letter-spacing:.5px;opacity:.8;line-height:1.3}
.storyCardBox{background:#0F0F14;padding:32px 28px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:transform .2s}
.storyCardBox:hover{transform:translateY(-4px)}
.storyCardBox::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FB4A10,transparent)}
.storyCardBox .cardIcon{width:44px;height:44px;background:#fb4a1026;display:flex;align-items:center;justify-content:center;font-size:20px;color:#FB4A10;flex-shrink:0}
.storyCardBox h4{font-size:16px;font-weight:700;color:#FFF;margin:0;line-height:1.3}
.storyCardBox p{font-size:13px;color:#ffffffa6;line-height:1.6;margin:0}
.storyCardBox:nth-child(3){border-right:none}
.storyCardAlt{background:#FB4A10}
.storyCardAlt::after{background:linear-gradient(90deg,#0F0F14,transparent)}
.storyCardAlt h4{color:#FFF}
.storyCardAlt p{color:#ffffffd9}
.storyCardAlt .cardIcon{background:#ffffff26;color:#FFF}
.teamWrap{padding:80px 0;background:linear-gradient(160deg,#0F0F14 60%,#1a0a04 100%);position:relative;overflow:hidden}
.teamWrap::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#fb4a101f 0%,transparent 70%);pointer-events:none}
.teamInner{max-width:960px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:60px}
.teamProfileSide{flex:0 0 320px;position:relative}
.profileImgBox{position:relative;width:280px}
.profileImgBox img{width:280px;height:340px;object-fit:cover;object-position:top center;display:block;filter:grayscale(15%)}
.profileImgBox::before{content:'';position:absolute;top:-8px;left:-8px;right:8px;bottom:-8px;border:2px solid #fb4a1066;pointer-events:none;z-index:1}
.profileImgBox .roleTag{position:absolute;bottom:-18px;right:-18px;background:#FB4A10;color:#FFF;font-size:12px;font-weight:700;padding:10px 16px;letter-spacing:.5px;z-index:2;text-transform:uppercase}
.teamContentSide{flex:1;display:flex;flex-direction:column;gap:20px}
.teamContentSide .sectionTag{display:inline-flex;align-items:center;gap:8px;color:#FB4A10;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.teamContentSide h3{font-size:clamp(22px,3vw,34px);font-weight:800;color:#FFF;line-height:1.2;margin:0}
.teamContentSide .expertName{font-size:18px;font-weight:700;color:#FB4A10;margin:0}
.teamContentSide .bioText{font-size:14px;color:#ffffffb3;line-height:1.7;margin:0}
.skillsGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.skillItem{display:flex;flex-direction:column;gap:6px}
.skillItem .skillLabel{font-size:11px;color:#ffffff8c;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.skillItem .skillBar{height:4px;background:#ffffff1a;position:relative;overflow:hidden}
.skillItem .skillFill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#FB4A10,#ff7a4a)}
.imagesRowWrap{padding:70px 0;background:#f4f4f4}
.imagesRowInner{max-width:960px;margin:0 auto;padding:0 20px}
.imagesRowInner .rowHead{text-align:center;margin-bottom:44px}
.imagesRowInner .rowHead h3{font-size:clamp(22px,3vw,32px);font-weight:800;color:#0F0F14;margin:0 0 10px}
.imagesRowInner .rowHead p{font-size:14px;color:#666;margin:0}
.imgMosaicGrid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:8px}
.mosaicCell{overflow:hidden;position:relative}
.mosaicCell.big{grid-row:1 / 3}
.mosaicCell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.mosaicCell:hover img{transform:scale(1.04)}
.mosaicCell .cellCaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0f0f14bf);color:#FFF;font-size:11px;font-weight:600;letter-spacing:.5px;padding:20px 14px 10px;text-transform:uppercase;opacity:0;transition:opacity .3s}
.mosaicCell:hover .cellCaption{opacity:1}
.approachWrap{padding:80px 0;background:#FFF}
.approachInner{max-width:960px;margin:0 auto;padding:0 20px}
.approachInner .approachHead{margin-bottom:52px;max-width:560px}
.approachInner .approachHead h2{font-size:clamp(24px,3.2vw,38px);font-weight:800;color:#0F0F14;line-height:1.2;margin:0 0 14px}
.approachInner .approachHead p{font-size:15px;color:#555;line-height:1.65;margin:0}
.stepsAccordion{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0}
.stepRow input[type="radio"]{display:none}
.stepRow .stepLabel{display:flex;flex-direction:row;align-items:center;gap:20px;padding:20px 24px;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:background .2s;background:#FFF}
.stepRow:last-child .stepLabel{border-bottom:none}
.stepRow input:checked ~ .stepLabel{background:#0F0F14;border-bottom-color:#0F0F14}
.stepLabel .stepNum{width:36px;height:36px;background:#f0f0f0;color:#0F0F14;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,color .2s}
.stepRow input:checked ~ .stepLabel .stepNum{background:#FB4A10;color:#FFF}
.stepLabel .stepTitle{font-size:15px;font-weight:700;color:#0F0F14;flex:1;transition:color .2s}
.stepRow input:checked ~ .stepLabel .stepTitle{color:#FFF}
.stepLabel .stepIcon{font-size:18px;color:#FB4A10;transition:transform .2s}
.stepRow input:checked ~ .stepLabel .stepIcon{transform:rotate(90deg);color:#FB4A10}
.stepBody{max-height:0;overflow:hidden;transition:max-height .35s ease;background:#fafafa;border-bottom:1px solid #e0e0e0}
.stepRow:last-child .stepBody{border-bottom:none}
.stepRow input:checked ~ .stepBody{max-height:200px}
.stepBodyInner{padding:20px 24px 20px 80px;display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.stepBodyInner .stepDetail{font-size:14px;color:#444;line-height:1.65;flex:1}
.stepBodyInner .stepHighlight{flex-shrink:0;background:#0F0F14;color:#FFF;font-size:12px;font-weight:700;padding:8px 16px;letter-spacing:.3px;text-transform:uppercase;align-self:center;box-shadow:2px 2px 0 #fb4a1080}
.svgDivider{display:block;width:100%;line-height:0}
@media (max-width: 768px) {
.titleInner{flex-direction:column}
.titleTextSide{padding-right:0;padding-bottom:32px}
.titleImgSide{min-height:260px;width:100%;position:relative}
.titleImgSide .floatBadge{left:12px;bottom:12px}
.storySectionHead{flex-direction:column;align-items:flex-start;gap:24px}
.storyHeadRight{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
.storyGrid{grid-template-columns:1fr}
.storySectionHead{grid-column:1}
.teamInner{flex-direction:column;gap:48px;align-items:flex-start}
.teamProfileSide{flex:none;width:100%}
.profileImgBox{width:100%}
.profileImgBox img{width:100%;height:300px}
.imgMosaicGrid{grid-template-columns:1fr 1fr;grid-template-rows:160px 160px 160px}
.mosaicCell.big{grid-column:1 / 3;grid-row:1}
.skillsGrid{grid-template-columns:1fr}
.stepBodyInner{padding-left:24px;flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.titleBlockOuter{padding:52px 0 48px}
.aboutStoryWrap{padding:56px 0 52px}
.storyGrid{grid-template-columns:1fr}
.storySectionHead{grid-column:1}
.imgMosaicGrid{grid-template-columns:1fr;grid-template-rows:auto}
.mosaicCell.big{grid-column:1;grid-row:auto;height:220px}
.mosaicCell{height:160px}
}
.successPageWrap{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:#0F0F14}
.successPageWrap::before{content:'';position:absolute;top:-120px;left:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#fb4a102e 0%,transparent 70%);pointer-events:none;z-index:0}
.successPageWrap::after{content:'';position:absolute;bottom:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#fb4a101a 0%,transparent 65%);pointer-events:none;z-index:0}
.successMosaicBox{position:relative;z-index:2;max-width:960px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto;gap:0;border:1px solid #fb4a1038}
.successMosaicBox .accentTile{grid-column:1 / 2;grid-row:1 / 3;position:relative;overflow:hidden;min-height:260px;background:linear-gradient(135deg,#FB4A10 0%,#0F0F14 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px}
.successMosaicBox .accentTile .animatedGradientLayer{position:absolute;inset:0;background:linear-gradient(120deg,#fb4a10d9 0%,#0f0f14eb 60%,#fb4a104d 100%);background-size:300% 300%;animation:gradShift 7s ease-in-out infinite alternate;z-index:0}
@keyframes gradShift {
0%{background-position:0 50%}
100%{background-position:100% 50%}
}
.successMosaicBox .accentTile .tileInner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:18px}
.successMosaicBox .accentTile .checkRing{width:72px;height:72px;border-radius:50%;border:3px solid #ffffffb3;display:flex;align-items:center;justify-content:center;background:#ffffff14;box-shadow:0 0 28px #fb4a1080 inset 0 4px 10px #00000040}
.successMosaicBox .accentTile .checkRing i{font-size:30px;color:#FFF}
.successMosaicBox .accentTile .tileLabel{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3;text-align:center}
.successMosaicBox .mainMessageTile{grid-column:2 / 4;grid-row:1 / 2;background:#FFF;padding:44px 40px 32px;display:flex;flex-direction:column;justify-content:center;gap:16px;position:relative}
.successMosaicBox .mainMessageTile::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FB4A10 0%,#fb4a1033 100%)}
.successMosaicBox .mainMessageTile .bigHeading{font-size:clamp(26px,4vw,38px);font-weight:800;color:#0F0F14;line-height:1.15;letter-spacing:-.5px;margin:0}
.successMosaicBox .mainMessageTile .bigHeading span{color:#FB4A10}
.successMosaicBox .mainMessageTile .subText{font-size:16px;color:#444;line-height:1.6;margin:0;max-width:440px}
.successMosaicBox .detailsTile{grid-column:2 / 3;grid-row:2 / 3;background:#0F0F14;padding:32px 28px;display:flex;flex-direction:column;gap:20px;justify-content:center;border-top:1px solid #fb4a102e;border-right:1px solid #fb4a101f}
.successMosaicBox .detailsTile .detailItem{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.successMosaicBox .detailsTile .detailItem i{font-size:18px;color:#FB4A10;margin-top:2px;flex-shrink:0}
.successMosaicBox .detailsTile .detailItem .detailText{font-size:14px;color:#ffffffbf;line-height:1.5}
.successMosaicBox .detailsTile .detailItem .detailText strong{color:#FFF;display:block;font-size:13px;letter-spacing:.5px;margin-bottom:2px}
.successMosaicBox .actionTile{grid-column:3 / 4;grid-row:2 / 3;background:linear-gradient(160deg,#1a1a22 0%,#0F0F14 100%);padding:32px 28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px;border-top:1px solid #fb4a102e}
.successMosaicBox .actionTile .nextLabel{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#fb4a10cc}
.successMosaicBox .actionTile .actionLinks{display:flex;flex-direction:column;gap:10px;width:100%}
.successMosaicBox .actionTile .actionLinks a{display:flex;flex-direction:row;align-items:center;gap:10px;padding:11px 16px;text-decoration:none;font-size:14px;font-weight:600;border:1px solid #fb4a104d;color:#FFF;background:transparent;transition:background 0.25s,border-color 0.25s,color .25s;letter-spacing:.2px}
.successMosaicBox .actionTile .actionLinks a i{font-size:15px;color:#FB4A10;flex-shrink:0;transition:color .25s}
.successMosaicBox .actionTile .actionLinks a:hover{background:#FB4A10;border-color:#FB4A10;color:#FFF;box-shadow:0 6px 20px #fb4a1059}
.successMosaicBox .actionTile .actionLinks a:hover i{color:#FFF}
.successMosaicBox .bottomBarTile{grid-column:1 / 4;grid-row:3 / 4;background:#fb4a100f;border-top:1px solid #fb4a102e;padding:20px 36px;display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.successMosaicBox .bottomBarTile i{font-size:18px;color:#FB4A10;flex-shrink:0}
.successMosaicBox .bottomBarTile .barText{font-size:13px;color:#ffffffa6;line-height:1.5;flex:1}
.successMosaicBox .bottomBarTile .barText a{color:#FB4A10;text-decoration:none;font-weight:600}
.successMosaicBox .bottomBarTile .barText a:hover{text-decoration:underline}
.successMosaicBox .bottomBarTile .contactChips{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.successMosaicBox .bottomBarTile .contactChips a{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#fb4a101f;border:1px solid #fb4a104d;color:#FFF;font-size:12px;text-decoration:none;font-weight:600;letter-spacing:.3px;transition:background 0.2s,box-shadow .2s}
.successMosaicBox .bottomBarTile .contactChips a:hover{background:#fb4a1047;box-shadow:0 4px 12px #fb4a1040}
.successMosaicBox .bottomBarTile .contactChips a i{font-size:14px}
@media (max-width: 768px) {
.successMosaicBox{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto}
.successMosaicBox .accentTile{grid-column:1 / 3;grid-row:1 / 2;min-height:180px}
.successMosaicBox .mainMessageTile{grid-column:1 / 3;grid-row:2 / 3;padding:32px 24px 24px}
.successMosaicBox .detailsTile{grid-column:1 / 2;grid-row:3 / 4;border-right:1px solid #fb4a101f}
.successMosaicBox .actionTile{grid-column:2 / 3;grid-row:3 / 4}
.successMosaicBox .bottomBarTile{grid-column:1 / 3;grid-row:4 / 5;flex-direction:column;align-items:flex-start;padding:20px 22px}
}
@media (max-width: 480px) {
.successMosaicBox{grid-template-columns:1fr;grid-template-rows:auto}
.successMosaicBox .accentTile{grid-column:1 / 2;grid-row:1 / 2}
.successMosaicBox .mainMessageTile{grid-column:1 / 2;grid-row:2 / 3;padding:28px 20px}
.successMosaicBox .detailsTile{grid-column:1 / 2;grid-row:3 / 4;border-right:none}
.successMosaicBox .actionTile{grid-column:1 / 2;grid-row:4 / 5;border-top:1px solid #fb4a102e}
.successMosaicBox .bottomBarTile{grid-column:1 / 2;grid-row:5 / 6}
.successPageWrap::before,.successPageWrap::after{display:none}
}