@import "https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Noto Serif',serif;background-color:#FDFDFD;color:#1a1a2e;font-size:16px;line-height:1.6;scroll-behavior:smooth}
.siteHeader{background-color:#FDFDFD;border-bottom:2px solid #5443e026;box-shadow:0 2px 12px #5443e014}
.siteHeader .header-holder{max-width:1200px;margin:auto;padding:0 24px}
.siteHeader .header-inner{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center;padding:20px 0}
.siteHeader .brand-stack{display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-decoration:none}
.siteHeader .brand-stack .site-logo{width:90px;height:90px;object-fit:contain;border-radius:12px;box-shadow:0 2px 10px #5443e026}
.siteHeader .brand-stack .companyName{font-size:22px;font-weight:700;color:#5443E0;letter-spacing:.02em;line-height:1.2}
.siteHeader .brand-stack .companyTagline{font-size:11px;color:#888;font-weight:400;letter-spacing:.04em;text-transform:uppercase}
.siteHeader .nav-holder{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.siteHeader .contactRow{display:flex;align-items:center;gap:20px}
.siteHeader .contactRow a{color:#555;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:5px;transition:color .2s}
.siteHeader .contactRow a:hover{color:#5443E0}
.siteHeader .contactRow a .mdi{font-size:15px;color:#D3640B}
.siteHeader .main-nav{display:flex;align-items:center;gap:6px;list-style:none;flex-wrap:wrap;justify-content:flex-end}
.siteHeader .main-nav li{position:relative}
.siteHeader .main-nav li a{display:block;padding:8px 14px;font-size:14px;font-weight:400;color:#2a2a3e;text-decoration:none;border-radius:8px;transition:background 0.2s,color .2s}
.siteHeader .main-nav li a:hover{background:#5443e014;color:#5443E0}
.siteHeader .main-nav li a.navActive{color:#5443E0;font-weight:700}
.siteHeader .main-nav li.hasSubmenu > a{padding-right:28px;position:relative}
.siteHeader .main-nav li.hasSubmenu > a::after{content:'\F0140';font-family:'Material Design Icons';font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#D3640B}
.siteHeader .main-nav li .submenuPanel{display:none;position:absolute;top:calc(100% + 4px);right:0;background:#FDFDFD;border:1px solid #5443e026;border-radius:10px;box-shadow:0 6px 20px #5443e01f;min-width:180px;z-index:999;list-style:none;padding:6px 0}
.siteHeader .main-nav li .submenuPanel::before{content:'';position:absolute;top:-8px;left:0;right:0;height:8px;background:transparent}
.siteHeader .main-nav li:hover .submenuPanel,.siteHeader .main-nav li .submenuPanel:hover{display:block}
.siteHeader .main-nav li .submenuPanel li a{border-radius:6px;margin:2px 6px;font-size:13px;padding:7px 12px}
.siteFooter{background-color:#1a1a2e;color:#aaa;padding:36px 24px;margin-top:0}
.siteFooter .footer-holder{max-width:1200px;margin:auto;text-align:center}
.siteFooter .footerLinks{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 20px;list-style:none;margin-bottom:18px}
.siteFooter .footerLinks a{color:#ccc;text-decoration:none;font-size:13px;transition:color .2s}
.siteFooter .footerLinks a:hover{color:#D3640B}
.siteFooter .footerLinks li:not(:last-child)::after{content:'·';margin-left:20px;color:#555}
.siteFooter .footerCopy{font-size:12px;color:#666;line-height:1.6}
.siteFooter .footerCopy span{color:#5443E0}
.cookiePopup{display:none;position:fixed;top:20px;left:20px;width:320px;background:#FDFDFD;border:1px solid #5443e033;border-radius:12px;box-shadow:0 8px 24px #5443e024;z-index:9999;padding:20px}
.cookiePopup .cookieTitle{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:8px;display:flex;align-items:center;gap:7px}
.cookiePopup .cookieTitle .mdi{color:#D3640B;font-size:18px}
.cookiePopup .cookieDesc{font-size:12px;color:#666;margin-bottom:14px;line-height:1.5}
.cookiePopup .cookieToggles{display:flex;flex-direction:column;gap:9px;margin-bottom:16px}
.cookiePopup .cookieToggles .toggleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}
.cookiePopup .cookieToggles .toggleLabel{font-size:12px;color:#333;display:flex;flex-direction:column}
.cookiePopup .cookieToggles .toggleLabel span{font-size:10px;color:#999}
.cookiePopup .cookieToggles input[type="checkbox"]{width:36px;height:20px;appearance:none;background:#ddd;border-radius:20px;position:relative;cursor:pointer;flex-shrink:0;transition:background .2s}
.cookiePopup .cookieToggles input[type="checkbox"]:checked{background:#5443E0}
.cookiePopup .cookieToggles input[type="checkbox"]::after{content:'';position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left .2s}
.cookiePopup .cookieToggles input[type="checkbox"]:checked::after{left:19px}
.cookiePopup .cookieToggles input[type="checkbox"]:disabled{opacity:.7;cursor:not-allowed}
.cookiePopup .cookieActions{display:flex;gap:8px}
.cookiePopup .cookieActions button{flex:1;padding:9px 10px;border:none;border-radius:0;font-family:'Noto Serif',serif;font-size:12px;font-weight:700;cursor:pointer;transition:background .2s}
.cookiePopup .cookieActions .btnAccept{background:#5443E0;color:#fff}
.cookiePopup .cookieActions .btnAccept:hover{background:#3d2fc4}
.cookiePopup .cookieActions .btnDecline{background:#eee;color:#333}
.cookiePopup .cookieActions .btnDecline:hover{background:#ddd}
.cookieBadge{display:none;position:fixed;bottom:16px;left:16px;background:#5443E0;color:#fff;border:none;border-radius:8px;padding:8px 12px;font-family:'Noto Serif',serif;font-size:11px;cursor:pointer;z-index:9998;box-shadow:0 4px 12px #5443e040;display:flex;align-items:center;gap:5px}
.cookieBadge .mdi{font-size:15px}
.cookieBadge.hiding{display:none}
@media (max-width: 768px) {
.siteHeader .header-inner{grid-template-columns:1fr;gap:16px;padding:16px 0}
.siteHeader .nav-holder{align-items:flex-start}
.siteHeader .main-nav{justify-content:flex-start}
.siteHeader .contactRow{flex-wrap:wrap;gap:10px}
.siteHeader .main-nav li .submenuPanel{right:auto;left:0}
.cookiePopup{width:calc(100vw - 40px);left:20px}
}
@media (max-width: 480px) {
.siteHeader .main-nav li a{padding:7px 10px;font-size:13px}
.siteFooter .footerLinks{gap:4px 14px}
}
.policy-region{max-width:860px;margin:0 auto;padding:48px 32px 80px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.8;color:#2a2a3d;background-color:#FDFDFD}
.policy-region ul{margin:20px 0 24px;padding-left:28px;list-style:none}
.policy-region ol{margin:20px 0 24px;padding-left:28px;list-style:none;counter-reset:policy-counter}
.policy-region ul li{position:relative;padding:5px 0 5px 18px;margin-bottom:6px;font-size:15.5px;line-height:1.75;color:#3a3a50}
.policy-region ul li::before{content:'';position:absolute;left:0;top:14px;width:7px;height:7px;border-radius:50%;background-color:#5443E0;opacity:.75}
.policy-region ol li{position:relative;padding:5px 0 5px 10px;margin-bottom:8px;font-size:15.5px;line-height:1.75;color:#3a3a50;counter-increment:policy-counter}
.policy-region ol li::before{content:counter(policy-counter) ".";position:absolute;left:-22px;top:5px;font-size:14px;font-weight:600;color:#5443E0;min-width:20px;text-align:right}
.policy-region ul li ul,.policy-region ul li ol,.policy-region ol li ul,.policy-region ol li ol{margin:10px 0 6px;padding-left:22px}
.policy-region ul li ul li::before{width:5px;height:5px;background-color:transparent;border:2px solid #D3640B;top:15px;opacity:.85}
.policy-region strong,.policy-region b{font-weight:700;color:#1e1e30}
.policy-region em,.policy-region i{font-style:italic;color:#4a4a62}
.policy-region strong em,.policy-region b i,.policy-region em strong,.policy-region i b{font-weight:700;font-style:italic;color:#1e1e30}
.policy-region a{color:#5443E0;text-decoration:underline;text-decoration-color:#5443e059;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;word-break:break-word}
.policy-region a:hover{color:#D3640B;text-decoration-color:#d3640b80}
.policy-region a:visited{color:#7a6be8;text-decoration-color:#7a6be859}
.policy-region a:active{color:#D3640B;text-decoration-color:#d3640bb3}
.policy-region table{width:100%;border-collapse:collapse;border-spacing:0;margin:28px 0 32px;font-size:15px;line-height:1.6;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px #5443e01a 0 1px 4px #5443e00f}
.policy-region table thead{background-color:#5443e014}
.policy-region table thead tr{border-bottom:2px solid #5443e040}
.policy-region table thead th{padding:14px 18px;text-align:left;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5443E0;white-space:nowrap}
.policy-region table tbody{background-color:#fff}
.policy-region table tbody tr{border-bottom:1px solid #5443e017;transition:background-color .15s ease}
.policy-region table tbody tr:last-child{border-bottom:none}
.policy-region table tbody tr:hover{background-color:#5443e00a}
.policy-region table tbody td{padding:13px 18px;font-size:15px;color:#3a3a50;vertical-align:top}
.policy-region table tbody td strong,.policy-region table tbody td b{color:#1e1e30;font-weight:600}
.policy-region table tbody td a{font-size:14.5px}
@media (max-width: 768px) {
.policy-region{padding:32px 20px 60px;font-size:15px}
.policy-region ul{padding-left:18px}
.policy-region ol{padding-left:28px}
.policy-region ul li,.policy-region ol li{font-size:15px;padding-left:14px}
.policy-region table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;font-size:14px}
.policy-region table thead th{padding:12px 14px;font-size:12px}
.policy-region table tbody td{padding:11px 14px;font-size:14px;min-width:120px}
}
@media (max-width: 480px) {
.policy-region{padding:24px 16px 48px;font-size:14.5px}
.policy-region ul li,.policy-region ol li{font-size:14.5px;margin-bottom:4px}
.policy-region table thead th{padding:10px 12px;white-space:normal}
.policy-region table tbody td{padding:10px 12px;min-width:100px}
}
.aboutPage{overflow-x:hidden}
.titleBlock{position:relative;padding:80px 20px 60px;background:linear-gradient(135deg,#f8f7ff 0%,#eeeafd 50%,#fff5ee 100%);overflow:hidden}
.titleBlock .decorLine{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#5443E0,#D3640B,#5443E0)}
.titleBlock .geoShape{position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:#5443e014;pointer-events:none}
.titleBlock .geoShapeAlt{position:absolute;bottom:-80px;left:-40px;width:240px;height:240px;border-radius:50%;background:#d3640b12;pointer-events:none}
.titleBlock-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}
.titleBlock-badge{display:inline-flex;align-items:center;gap:8px;background:#5443e01a;border:1px solid #5443e040;border-radius:50px;padding:6px 18px;font-size:13px;color:#5443E0;margin-bottom:28px;letter-spacing:.3px}
.titleBlock-badge .mdi{font-size:16px}
.titleBlock-heading{font-size:clamp(32px,5vw,58px);font-weight:800;color:#1a1535;text-align:center;line-height:1.15;margin:0 0 20px;max-width:750px;position:relative}
.titleBlock-heading .accentWord{color:#5443E0;position:relative;display:inline-block}
.titleBlock-heading .accentWord::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#5443E0,#D3640B);border-radius:2px}
.titleBlock-sub{font-size:18px;color:#4a4a6a;text-align:center;max-width:560px;line-height:1.65;margin:0 0 48px}
.titleBlock-imageGrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:14px;width:100%;max-width:900px}
.titleBlock-imageGrid .imgCell{border-radius:14px;overflow:hidden;position:relative;box-shadow:0 8px 28px #5443e026}
.titleBlock-imageGrid .imgCell-main{grid-row:1 / 3;min-height:360px}
.titleBlock-imageGrid .imgCell-sm{min-height:168px}
.titleBlock-imageGrid .imgCell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.titleBlock-imageGrid .imgCell:hover img{transform:scale(1.04)}
.titleBlock-imageGrid .imgCell::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#5443e04d 100%);pointer-events:none}
.titleBlock-statsRow{display:flex;flex-direction:row;gap:0;margin-top:44px;width:100%;max-width:760px;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #5443e01f}
.statCard{flex:1;background:#fff;padding:24px 20px;text-align:center;border-right:1px solid #5443e01a;transition:background .25s}
.statCard:last-child{border-right:none}
.statCard:hover{background:#5443e00a}
.statCard .statNum{font-size:30px;font-weight:800;color:#5443E0;display:block;line-height:1;margin-bottom:6px}
.statCard .statLabel{font-size:13px;color:#6b6b8a;line-height:1.4}
.storyBlock{padding:80px 20px;background:#FDFDFD;position:relative}
.storyBlock-divider{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:60px}
.storyBlock-divider span{display:block;height:1px;width:80px;background:linear-gradient(90deg,transparent,#5443E0)}
.storyBlock-divider span:last-child{background:linear-gradient(90deg,#D3640B,transparent)}
.storyBlock-divider .dividerIcon{width:36px;height:36px;border-radius:50%;background:#5443e01a;display:flex;align-items:center;justify-content:center;color:#5443E0;font-size:18px}
.storyBlock-inner{max-width:1200px;margin:0 auto}
.storyBlock-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:64px}
.storyBlock-textSide .sectionTag{display:inline-flex;align-items:center;gap:6px;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#D3640B;font-weight:700;margin-bottom:18px}
.storyBlock-textSide h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1535;line-height:1.2;margin:0 0 22px}
.storyBlock-textSide h2 .highlight{color:#D3640B}
.storyBlock-textSide .bodyText{font-size:16px;color:#4a4a6a;line-height:1.75;margin:0 0 16px}
.storyBlock-textSide .quoteAccent{border-left:3px solid #5443E0;padding:12px 20px;margin:24px 0;background:#5443e00d;border-radius:0 10px 10px 0}
.storyBlock-textSide .quoteAccent p{font-size:16px;color:#3a3a5a;line-height:1.6;margin:0;font-style:italic}
.storyBlock-visualSide{display:flex;flex-direction:column;gap:16px}
.imgStack{position:relative}
.imgStack .imgPrimary{width:100%;border-radius:16px;overflow:hidden;box-shadow:6px 10px 32px #5443e02e}
.imgStack .imgPrimary img{width:100%;height:300px;object-fit:cover;display:block}
.imgStack .imgFloat{position:absolute;bottom:-20px;right:-20px;width:180px;border-radius:12px;overflow:hidden;box-shadow:4px 8px 24px #d3640b33;border:4px solid #fff}
.imgStack .imgFloat img{width:100%;height:120px;object-fit:cover;display:block}
.valueGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}
.valueCard{background:#fff;border-radius:14px;padding:28px 22px;border:1px solid #5443e01a;box-shadow:0 4px 18px #5443e012;transition:transform 0.25s,box-shadow .25s;position:relative;overflow:hidden}
.valueCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#5443E0,#D3640B);border-radius:4px 0 0 4px}
.valueCard:hover{transform:translateY(-5px);box-shadow:0 12px 32px #5443e026}
.valueCard .cardIcon{width:44px;height:44px;border-radius:12px;background:#5443e01a;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#5443E0;font-size:22px}
.valueCard h4{font-size:16px;font-weight:700;color:#1a1535;margin:0 0 8px}
.valueCard p{font-size:14px;color:#6b6b8a;line-height:1.6;margin:0}
.teamImgRow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.teamImgRow .teamImgCell{border-radius:12px;overflow:hidden;position:relative;box-shadow:0 6px 22px #5443e01f}
.teamImgRow .teamImgCell img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .4s ease}
.teamImgRow .teamImgCell:hover img{transform:scale(1.05)}
.teamImgRow .teamImgCell .cellOverlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#5443e080 100%);pointer-events:none}
.ctaBanner{margin-top:60px;background:linear-gradient(135deg,#5443E0 0%,#3b2fc0 100%);border-radius:20px;padding:48px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}
.ctaBanner::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:#ffffff12;pointer-events:none}
.ctaBanner::after{content:'';position:absolute;bottom:-80px;left:30%;width:200px;height:200px;border-radius:50%;background:#d3640b33;pointer-events:none}
.ctaBanner .bannerText{position:relative;z-index:2}
.ctaBanner .bannerText h3{font-size:clamp(20px,3vw,30px);font-weight:800;color:#fff;margin:0 0 10px}
.ctaBanner .bannerText p{font-size:15px;color:#fffc;margin:0;line-height:1.6}
.ctaBanner .bannerActions{display:flex;flex-direction:row;gap:14px;flex-shrink:0;position:relative;z-index:2}
.btnPrimary{display:inline-flex;align-items:center;gap:8px;background:#D3640B;color:#fff;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:700;text-decoration:none;transition:background 0.2s,transform 0.2s,box-shadow .2s;box-shadow:0 4px 14px #d3640b59}
.btnPrimary:hover{background:#b8540a;transform:translateY(-2px);box-shadow:0 8px 22px #d3640b66}
.btnOutline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #ffffff80;transition:border-color 0.2s,background 0.2s,transform .2s}
.btnOutline:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}
@media (max-width: 900px) {
.titleBlock-imageGrid{grid-template-columns:1fr 1fr}
.titleBlock-imageGrid .imgCell-main{grid-column:1 / 3;grid-row:auto;min-height:220px}
.storyBlock-layout{grid-template-columns:1fr;gap:40px}
.imgStack .imgFloat{right:0;bottom:-16px;width:130px}
.imgStack .imgFloat img{height:90px}
.valueGrid{grid-template-columns:1fr 1fr}
.teamImgRow{grid-template-columns:1fr 1fr}
.teamImgRow .teamImgCell:last-child{display:none}
.ctaBanner{flex-direction:column;text-align:center}
.ctaBanner .bannerActions{flex-direction:row;justify-content:center}
}
@media (max-width: 600px) {
.titleBlock{padding:60px 16px 40px}
.titleBlock-imageGrid{grid-template-columns:1fr}
.titleBlock-imageGrid .imgCell-main{grid-column:auto;min-height:200px}
.titleBlock-imageGrid .imgCell-sm{min-height:140px}
.titleBlock-statsRow{flex-direction:column;border-radius:12px}
.statCard{border-right:none;border-bottom:1px solid #5443e01a}
.statCard:last-child{border-bottom:none}
.valueGrid{grid-template-columns:1fr}
.teamImgRow{grid-template-columns:1fr}
.teamImgRow .teamImgCell:last-child{display:block}
.ctaBanner{padding:32px 22px}
.ctaBanner .bannerActions{flex-direction:column;width:100%}
.btnPrimary,.btnOutline{justify-content:center}
.storyBlock{padding:56px 16px}
}
.statsPage{overflow-x:hidden}
.titleBlock{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden}
.titleBlock .bgImageHolder{position:absolute;inset:0;z-index:0}
.titleBlock .bgImageHolder img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(0px)}
.titleBlock .bgImageHolder::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,#5443e0d1 0%,#5443e08c 45%,#d3640b40 100%);z-index:1}
.titleBlock .bgImageHolder::after{content:'';position:absolute;inset:0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);mask-image:linear-gradient(to right,#000f 30%,#0009 60%,#0000 100%);-webkit-mask-image:linear-gradient(to right,#000f 30%,#0009 60%,#0000 100%);z-index:2}
.titleBlock .manifestoHolder{position:relative;z-index:5;max-width:1200px;margin:0 auto;padding:80px 48px;width:100%}
.titleBlock .manifestoHolder .eyebrow{display:inline-flex;align-items:center;gap:10px;background:#fdfdfd26;border:1px solid #fdfdfd4d;border-radius:40px;padding:6px 16px;margin-bottom:28px}
.titleBlock .manifestoHolder .eyebrow span{font-size:13px;color:#FDFDFD;letter-spacing:.08em;text-transform:uppercase}
.titleBlock .manifestoHolder .eyebrow .mdi{color:#D3640B;font-size:16px}
.titleBlock .manifestoHolder h1{font-size:clamp(32px,5vw,56px);font-weight:800;color:#FDFDFD;line-height:1.15;max-width:640px;margin:0 0 24px;letter-spacing:-.02em}
.titleBlock .manifestoHolder h1 .accentWord{color:#D3640B;position:relative}
.titleBlock .manifestoHolder h1 .accentWord::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:#D3640B;border-radius:2px;opacity:.7}
.titleBlock .manifestoHolder .manifestoText{font-size:17px;color:#fdfdfde0;line-height:1.7;max-width:520px;margin:0 0 36px}
.titleBlock .gazeArrow{display:flex;align-items:center;gap:12px;color:#fdfdfdb3}
.titleBlock .gazeArrow .arrowLine{width:48px;height:2px;background:linear-gradient(to right,#D3640B,#d3640b4d);border-radius:2px}
.titleBlock .gazeArrow .arrowLabel{font-size:13px;letter-spacing:.06em;text-transform:uppercase}
.titleBlock .gazeArrow .mdi{font-size:20px;color:#D3640B;animation:bounceDown 1.8s ease-in-out infinite}
@keyframes bounceDown {
0%,100%{transform:translateY(0)}
50%{transform:translateY(6px)}
}
.statsMetricsBlock{background:#FDFDFD;padding:88px 0}
.statsMetricsBlock .metricsInner{max-width:1200px;margin:0 auto;padding:0 48px}
.statsMetricsBlock .sectionLabel{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.statsMetricsBlock .sectionLabel::before{content:'';display:block;width:32px;height:4px;background:#5443E0;border-radius:2px}
.statsMetricsBlock .sectionLabel span{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#5443E0;font-weight:600}
.statsMetricsBlock .metricsHeadline{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#1a1a2e;line-height:1.25;max-width:580px;margin:0 0 52px}
.statsMetricsBlock .metricsHeadline em{font-style:normal;color:#5443E0}
.statsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:60px}
.statsGrid .statCard{background:#FDFDFD;border-radius:16px;padding:32px 28px;box-shadow:0 4px 20px #5443e01a;border:1px solid #5443e014;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.statsGrid .statCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #5443e02e}
.statsGrid .statCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#5443E0,#D3640B)}
.statsGrid .statCard .cardIcon{width:48px;height:48px;border-radius:12px;background:#5443e014;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.statsGrid .statCard .cardIcon .mdi{font-size:24px;color:#5443E0}
.statsGrid .statCard .bigNumber{font-size:44px;font-weight:800;color:#1a1a2e;line-height:1;margin-bottom:8px;letter-spacing:-.02em}
.statsGrid .statCard .bigNumber .unit{font-size:22px;color:#D3640B;font-weight:700}
.statsGrid .statCard .statDesc{font-size:14px;color:#666;line-height:1.6;margin:0}
.statsGrid .statCard .statLabel{font-size:13px;font-weight:600;color:#5443E0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;display:block}
.progressSection{background:#f4f3ff;border-radius:20px;padding:48px}
.progressSection .progressHeading{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 32px}
.progressList{display:flex;flex-direction:column;gap:24px}
.progressList .progressRow{display:flex;flex-direction:column;gap:8px}
.progressList .progressRow .progressMeta{display:flex;justify-content:space-between;align-items:center}
.progressList .progressRow .progressMeta .progressLabel{font-size:14px;color:#333;font-weight:500}
.progressList .progressRow .progressMeta .progressValue{font-size:14px;font-weight:700;color:#5443E0}
.progressList .progressRow .barTrack{width:100%;height:8px;background:#5443e01f;border-radius:8px;overflow:hidden}
.progressList .progressRow .barFill{height:100%;border-radius:8px;background:linear-gradient(to right,#5443E0,#D3640B);transition:width .6s ease}
.courseBreakdownBlock{padding:88px 0;background:linear-gradient(160deg,#1a1a2e 0%,#2d2560 100%);position:relative;overflow:hidden}
.courseBreakdownBlock::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;border-radius:50%;background:#5443e033;filter:blur(60px);z-index:0}
.courseBreakdownBlock::after{content:'';position:absolute;bottom:-80px;left:-60px;width:300px;height:300px;border-radius:50%;background:#d3640b26;filter:blur(50px);z-index:0}
.courseBreakdownBlock .breakdownInner{max-width:1200px;margin:0 auto;padding:0 48px;position:relative;z-index:2}
.courseBreakdownBlock .breakdownGrid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.courseBreakdownBlock .breakdownLeft .miniTag{display:inline-flex;align-items:center;gap:8px;background:#fdfdfd1a;border-radius:40px;padding:5px 14px;margin-bottom:20px}
.courseBreakdownBlock .breakdownLeft .miniTag .mdi{color:#D3640B;font-size:14px}
.courseBreakdownBlock .breakdownLeft .miniTag span{font-size:12px;color:#fdfdfdcc;letter-spacing:.07em;text-transform:uppercase}
.courseBreakdownBlock .breakdownLeft h2{font-size:clamp(22px,3vw,36px);font-weight:700;color:#FDFDFD;line-height:1.3;margin:0 0 20px}
.courseBreakdownBlock .breakdownLeft .breakdownDesc{font-size:15px;color:#fdfdfdb3;line-height:1.75;margin:0 0 36px}
.courseBreakdownBlock .breakdownLeft .ctaLink{display:inline-flex;align-items:center;gap:10px;background:#5443E0;color:#FDFDFD;text-decoration:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;transition:background .2s ease,transform .2s ease;position:relative;z-index:10}
.courseBreakdownBlock .breakdownLeft .ctaLink:hover{background:#4535c8;transform:translateY(-2px)}
.courseBreakdownBlock .breakdownLeft .ctaLink .mdi{font-size:18px}
.courseBreakdownBlock .breakdownRight{display:flex;flex-direction:column;gap:16px}
.breakdownCard{background:#fdfdfd0f;border:1px solid #fdfdfd1a;border-radius:14px;padding:24px;display:flex;align-items:flex-start;gap:20px;transition:background .2s ease,border-color .2s ease}
.breakdownCard:hover{background:#fdfdfd1a;border-color:#5443e066}
.breakdownCard .cardMark{width:44px;height:44px;border-radius:10px;background:#5443e04d;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.breakdownCard .cardMark .mdi{font-size:22px;color:#FDFDFD}
.breakdownCard.altCard .cardMark{background:#d3640b4d}
.breakdownCard .cardBody .cardTitle{font-size:15px;font-weight:600;color:#FDFDFD;margin:0 0 6px;display:block}
.breakdownCard .cardBody .cardNote{font-size:13px;color:#fdfdfd99;line-height:1.6;margin:0}
.breakdownCard .cardStat{margin-left:auto;text-align:right;flex-shrink:0}
.breakdownCard .cardStat .statNum{font-size:22px;font-weight:800;color:#FDFDFD;display:block;line-height:1;margin-bottom:3px}
.breakdownCard .cardStat .statSub{font-size:11px;color:#fdfdfd80;text-transform:uppercase;letter-spacing:.05em}
.imageShowcaseBlock{padding:80px 0;background:#FDFDFD}
.imageShowcaseBlock .showcaseInner{max-width:1200px;margin:0 auto;padding:0 48px}
.imageShowcaseBlock .showcaseLayout{display:grid;grid-template-columns:5fr 4fr;gap:52px;align-items:center}
.imageShowcaseBlock .showcaseImageHolder{position:relative;border-radius:20px;overflow:hidden;box-shadow:8px 16px 40px #5443e02e}
.imageShowcaseBlock .showcaseImageHolder img{width:100%;height:380px;object-fit:cover;display:block}
.imageShowcaseBlock .showcaseImageHolder .imageBadge{position:absolute;bottom:20px;left:20px;background:#5443e0eb;border-radius:10px;padding:10px 16px;display:flex;align-items:center;gap:8px}
.imageShowcaseBlock .showcaseImageHolder .imageBadge .mdi{color:#FDFDFD;font-size:18px}
.imageShowcaseBlock .showcaseImageHolder .imageBadge span{font-size:13px;color:#FDFDFD;font-weight:500}
.imageShowcaseBlock .showcaseContent .contentTag{font-size:13px;color:#D3640B;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.imageShowcaseBlock .showcaseContent .contentTag .mdi{font-size:15px}
.imageShowcaseBlock .showcaseContent h2{font-size:clamp(20px,2.8vw,32px);font-weight:700;color:#1a1a2e;line-height:1.3;margin:0 0 18px}
.imageShowcaseBlock .showcaseContent .contentNote{font-size:15px;color:#555;line-height:1.75;margin:0 0 32px}
.imageShowcaseBlock .showcaseContent .factList{list-style:none;padding:0;margin:0 0 36px;display:flex;flex-direction:column;gap:12px}
.imageShowcaseBlock .showcaseContent .factList li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#444;line-height:1.6}
.imageShowcaseBlock .showcaseContent .factList li .mdi{color:#5443E0;font-size:18px;flex-shrink:0;margin-top:2px}
.imageShowcaseBlock .showcaseContent .enrollBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#5443E0 0%,#7a6ae8 100%);color:#FDFDFD;text-decoration:none;padding:14px 32px;border-radius:10px;font-size:15px;font-weight:600;box-shadow:0 6px 20px #5443e059;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}
.imageShowcaseBlock .showcaseContent .enrollBtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #5443e073}
.imageShowcaseBlock .showcaseContent .enrollBtn .mdi{font-size:18px}
.svgDivider{line-height:0;display:block;overflow:hidden}
.svgDivider svg{display:block;width:100%}
@media (max-width: 900px) {
.statsGrid{grid-template-columns:repeat(2,1fr)}
.courseBreakdownBlock .breakdownGrid{grid-template-columns:1fr;gap:40px}
.imageShowcaseBlock .showcaseLayout{grid-template-columns:1fr;gap:36px}
.titleBlock .manifestoHolder{padding:60px 32px}
.statsMetricsBlock .metricsInner,.courseBreakdownBlock .breakdownInner,.imageShowcaseBlock .showcaseInner{padding:0 32px}
.progressSection{padding:32px}
}
@media (max-width: 600px) {
.statsGrid{grid-template-columns:1fr}
.titleBlock{min-height:420px}
.titleBlock .manifestoHolder{padding:48px 20px}
.statsMetricsBlock{padding:60px 0}
.statsMetricsBlock .metricsInner,.courseBreakdownBlock .breakdownInner,.imageShowcaseBlock .showcaseInner{padding:0 20px}
.statsMetricsBlock .metricsInner .progressSection{padding:24px 20px}
.courseBreakdownBlock{padding:60px 0}
.imageShowcaseBlock{padding:60px 0}
.imageShowcaseBlock .showcaseImageHolder img{height:240px}
.breakdownCard{flex-wrap:wrap}
.breakdownCard .cardStat{margin-left:64px}
}
.heroSection{position:relative;overflow:hidden;padding:80px 20px 100px;background:#f8f7ff}
.heroSection .circleDecor{position:absolute;border-radius:50%;pointer-events:none}
.heroSection .circleDecor.circle-1{width:420px;height:420px;background:#5443e012;top:-120px;right:-80px}
.heroSection .circleDecor.circle-2{width:200px;height:200px;background:#d3640b14;bottom:40px;left:60px}
.heroSection .circleDecor.circle-3{width:100px;height:100px;background:#5443e01a;top:60px;left:30%}
.heroInner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.heroTextHolder{flex:1 1 480px}
.heroTextHolder .eyebrowLabel{display:inline-block;background:#5443e01a;color:#5443E0;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}
.heroTextHolder h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.13;color:#1a1730;margin:0 0 20px}
.heroTextHolder h1 .accentWord{color:#5443E0;position:relative}
.heroTextHolder h1 .accentWord::after{content:'';display:block;height:4px;background:linear-gradient(90deg,#5443E0,#D3640B);border-radius:2px;margin-top:2px}
.heroTextHolder .heroSubtext{font-size:17px;line-height:1.65;color:#4a4570;margin:0 0 32px;max-width:440px}
.heroCtaGroup{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.primaryCta{display:inline-flex;align-items:center;gap:8px;background:#5443E0;color:#FDFDFD;font-size:15px;font-weight:600;padding:14px 28px;border-radius:10px;text-decoration:none;box-shadow:0 6px 20px #5443e047;transition:background 0.22s,box-shadow 0.22s,transform .18s;position:relative;z-index:5}
.primaryCta:hover{background:#3f31c4;box-shadow:0 10px 28px #5443e061;transform:translateY(-2px)}
.secondaryCta{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#5443E0;font-size:15px;font-weight:600;padding:14px 24px;border-radius:10px;border:2px solid #5443E0;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:5}
.secondaryCta:hover{background:#5443e012}
.heroImageHolder{flex:1 1 380px;position:relative;display:flex;align-items:center;justify-content:flex-end}
.tiltedImageWrap{transform:rotate(3.5deg);border-radius:18px;overflow:hidden;box-shadow:0 16px 48px #5443e02e;width:100%;max-width:460px}
.tiltedImageWrap img{display:block;width:100%;height:340px;object-fit:cover;filter:blur(0px);transition:filter .4s}
.tiltedImageWrap::after{content:'';position:absolute;inset:0;background:#5443e00f;border-radius:18px}
.learningTypesSection{padding:88px 20px 80px;background:#fff}
.sectionHolder{max-width:1200px;margin:0 auto}
.sectionHeadingGroup{margin-bottom:48px}
.sectionHeadingGroup .tagLine{display:inline-flex;align-items:center;gap:8px;color:#D3640B;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}
.sectionHeadingGroup h2{font-size:clamp(24px,3.5vw,38px);font-weight:750;color:#1a1730;margin:0 0 12px;line-height:1.2}
.sectionHeadingGroup .subNote{font-size:16px;color:#5a5580;max-width:520px;line-height:1.6;margin:0}
.learningGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.learningCard{background:#f8f7ff;border-radius:14px;padding:30px 26px;border:1.5px solid #5443e01a;transition:box-shadow 0.22s,transform 0.2s,border-color .2s;position:relative;overflow:hidden}
.learningCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#5443E0,#D3640B);border-radius:4px 0 0 4px}
.learningCard:hover{box-shadow:0 8px 28px #5443e024;transform:translateY(-4px);border-color:#5443e040}
.learningCard .cardIcon{width:46px;height:46px;background:linear-gradient(135deg,#5443e01f,#d3640b14);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px;color:#5443E0}
.learningCard h3{font-size:18px;font-weight:700;color:#1a1730;margin:0 0 10px}
.learningCard p{font-size:14px;line-height:1.65;color:#5a5580;margin:0 0 18px}
.cardTag{display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;background:#5443e01a;color:#5443E0}
.careerSection{padding:80px 20px;background:linear-gradient(135deg,#1a1730 0%,#2d2560 60%,#1a1730 100%);position:relative;overflow:hidden}
.careerSection .bgCircle{position:absolute;border-radius:50%;opacity:.12}
.careerSection .bgCircle.c1{width:500px;height:500px;background:#5443E0;top:-200px;right:-100px}
.careerSection .bgCircle.c2{width:300px;height:300px;background:#D3640B;bottom:-100px;left:-80px}
.careerInner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:center;position:relative;z-index:2}
.careerTextSide{flex:1 1 400px}
.careerTextSide .tagLine{display:inline-flex;align-items:center;gap:8px;color:#D3640B;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}
.careerTextSide h2{font-size:clamp(24px,3.2vw,36px);font-weight:750;color:#FDFDFD;margin:0 0 16px;line-height:1.22}
.careerTextSide p{font-size:15px;line-height:1.7;color:#fdfdfdbf;margin:0 0 28px}
.careerStatRow{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.careerStat{display:flex;flex-direction:column;gap:4px}
.careerStat .statNum{font-size:32px;font-weight:800;color:#FDFDFD;line-height:1}
.careerStat .statNum span{color:#D3640B}
.careerStat .statLabel{font-size:13px;color:#fdfdfd99}
.careerVisualSide{flex:1 1 420px}
.careerImageWrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000059}
.careerImageWrap img{display:block;width:100%;height:300px;object-fit:cover}
.skillsTagCloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.skillsTagCloud .skillTag{background:#5443e040;color:#fdfdfde6;font-size:13px;font-weight:500;padding:6px 14px;border-radius:20px;border:1px solid #5443e066}
.trialSection{padding:88px 20px;background:#FDFDFD}
.trialSectionInner{max-width:1200px;margin:0 auto}
.trialLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.trialImageBlock{position:relative}
.trialImageBlock img{display:block;width:100%;height:380px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #5443e024}
.trialImageBlock .floatingBadge{position:absolute;bottom:24px;left:-16px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 8px 24px #5443e033;display:flex;flex-direction:row;align-items:center;gap:12px;z-index:3}
.floatingBadge .badgeIcon{width:42px;height:42px;background:linear-gradient(135deg,#5443E0,#7b6ef5);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}
.floatingBadge .badgeText strong{display:block;font-size:15px;font-weight:700;color:#1a1730}
.floatingBadge .badgeText span{font-size:13px;color:#5a5580}
.trialContentBlock .tagLine{display:inline-flex;align-items:center;gap:8px;color:#D3640B;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}
.trialContentBlock h2{font-size:clamp(22px,3vw,34px);font-weight:750;color:#1a1730;margin:0 0 16px;line-height:1.25}
.trialContentBlock p{font-size:15px;line-height:1.7;color:#5a5580;margin:0 0 24px}
.trialModuleList{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}
.trialModuleList li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#3a3560;line-height:1.5}
.trialModuleList li .mdi{color:#5443E0;font-size:20px;margin-top:1px;flex-shrink:0}
.businessSection{padding:80px 20px;background:#f3f1ff}
.businessSectionInner{max-width:1200px;margin:0 auto}
.businessLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.businessContentSide .tagLine{display:inline-flex;align-items:center;gap:8px;color:#5443E0;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}
.businessContentSide h2{font-size:clamp(22px,3vw,34px);font-weight:750;color:#1a1730;margin:0 0 14px;line-height:1.25}
.businessContentSide p{font-size:15px;line-height:1.7;color:#5a5580;margin:0 0 28px}
.businessFeatureGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}
.businessFeature{background:#fff;border-radius:12px;padding:18px;border:1.5px solid #5443e01a}
.businessFeature .mdi{font-size:24px;color:#5443E0;margin-bottom:8px;display:block}
.businessFeature h4{font-size:14px;font-weight:700;color:#1a1730;margin:0 0 6px}
.businessFeature p{font-size:13px;line-height:1.55;color:#6a6590;margin:0}
.businessVisualSide{display:flex;flex-direction:column;gap:20px}
.businessImagePrimary img{display:block;width:100%;height:240px;object-fit:cover;border-radius:14px;box-shadow:0 10px 32px #5443e01f}
.businessImageSecondary img{display:block;width:100%;height:180px;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px #5443e01a}
.problemsSection{padding:88px 20px 80px;background:#fff}
.problemsSectionInner{max-width:1200px;margin:0 auto}
.problemsHeading{margin-bottom:48px;text-align:center}
.problemsHeading .tagLine{display:inline-flex;align-items:center;gap:8px;color:#D3640B;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;justify-content:center}
.problemsHeading h2{font-size:clamp(24px,3.5vw,38px);font-weight:750;color:#1a1730;margin:0 0 12px;line-height:1.2}
.problemsHeading p{font-size:16px;color:#5a5580;max-width:520px;margin:0 auto;line-height:1.65}
.accordionHolder{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:48px}
.accordionItem input[type="checkbox"]{display:none}
.accordionItem{border-radius:12px;border:1.5px solid #5443e01f;background:#f8f7ff;overflow:hidden;transition:box-shadow .2s}
.accordionItem:hover{box-shadow:0 4px 18px #5443e01a}
.accordionLabel{display:flex;flex-direction:row;align-items:center;gap:14px;padding:20px 22px;cursor:pointer;user-select:none}
.accordionLabel .problemIcon{width:40px;height:40px;background:#5443e01a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#5443E0;flex-shrink:0}
.accordionLabel .labelText{flex:1;font-size:15px;font-weight:600;color:#1a1730;line-height:1.35}
.accordionLabel .toggleIcon{font-size:20px;color:#5443E0;transition:transform .25s;flex-shrink:0}
.accordionBody{max-height:0;overflow:hidden;transition:max-height .35s ease}
.accordionItem input[type="checkbox"]:checked ~ .accordionLabel .toggleIcon{transform:rotate(180deg)}
.accordionItem input[type="checkbox"]:checked ~ .accordionBody{max-height:200px}
.accordionBodyInner{padding:0 22px 20px;border-top:1px solid #5443e014;padding-top:16px}
.accordionBodyInner p{font-size:14px;line-height:1.65;color:#5a5580;margin:0 0 12px}
.accordionBodyInner .solutionTag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#D3640B}
.bottomCtaBanner{background:linear-gradient(120deg,#5443e014,#d3640b12);border-radius:20px;padding:48px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;border:1.5px solid #5443e01a}
.bottomCtaBanner .bannerText h3{font-size:clamp(20px,2.8vw,28px);font-weight:750;color:#1a1730;margin:0 0 8px}
.bottomCtaBanner .bannerText p{font-size:15px;color:#5a5580;margin:0;line-height:1.55}
.bottomCtaBanner .bannerActions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;flex-shrink:0}
@media (max-width: 900px) {
.heroInner{flex-direction:column}
.heroImageHolder{justify-content:center}
.learningGrid{grid-template-columns:1fr 1fr}
.careerInner{flex-direction:column}
.trialLayout{grid-template-columns:1fr}
.businessLayout{grid-template-columns:1fr}
.accordionHolder{grid-template-columns:1fr}
}
@media (max-width: 580px) {
.learningGrid{grid-template-columns:1fr}
.businessFeatureGrid{grid-template-columns:1fr}
.heroSection{padding:60px 16px 72px}
.bottomCtaBanner{padding:32px 22px;flex-direction:column;align-items:flex-start}
.trialImageBlock .floatingBadge{left:8px}
.careerStatRow{gap:20px}
}
.contactPageWrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.contactHeroSection{position:relative;overflow:hidden;background:#f8f7ff;border-radius:16px;margin:40px auto;max-width:1200px}
.contactHeroSection::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:1}
.contactHeroInner{display:flex;flex-direction:row;align-items:stretch;min-height:480px;position:relative;z-index:2}
.contactHeroText{flex:1;padding:64px 48px;display:flex;flex-direction:column;justify-content:center}
.contactHeroLabel{display:inline-flex;align-items:center;gap:8px;background:#5443e01a;color:#5443E0;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:24px;width:fit-content}
.contactHeroText .problemLine{font-size:clamp(28px,4vw,46px);font-weight:800;color:#1a1432;line-height:1.15;margin-bottom:12px}
.contactHeroText .problemLine .accentWord{color:#5443E0;position:relative}
.contactHeroText .problemLine .accentWord::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#5443E0,#D3640B);border-radius:2px}
.contactHeroText .solutionLine{font-size:clamp(15px,2vw,18px);color:#555;line-height:1.65;margin-bottom:32px;max-width:440px}
.contactInfoQuickList{display:flex;flex-direction:column;gap:12px}
.contactInfoQuickList .infoItem{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px;color:#333}
.contactInfoQuickList .infoItem .mdi{font-size:18px;color:#D3640B;width:22px;text-align:center}
.contactInfoQuickList .infoItem a{color:#333;text-decoration:none;transition:color .2s}
.contactInfoQuickList .infoItem a:hover{color:#5443E0}
.contactHeroImageHolder{flex:0 0 45%;position:relative;overflow:hidden;border-radius:0 16px 16px 0}
.contactHeroImageHolder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:subtleFloat 8s ease-in-out infinite}
@keyframes subtleFloat {
0%,100%{transform:scale(1.03) translateY(0px)}
50%{transform:scale(1.06) translateY(-8px)}
}
.contactHeroImageHolder::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#5443e040 0%,#d3640b1f 100%);pointer-events:none}
.contactFormSection{max-width:1200px;margin:0 auto 60px;padding:0 20px}
.formSectionDivider{text-align:center;margin-bottom:40px;position:relative}
.formSectionDivider::before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#d0cef5,transparent)}
.formSectionDivider .dividerLabel{display:inline-block;background:#FDFDFD;padding:0 20px;position:relative;font-size:13px;color:#888;letter-spacing:1px;text-transform:uppercase}
.formHolder{background:#FDFDFD;border-radius:16px;box-shadow:0 8px 40px #5443e01a 0 2px 8px #0000000a;overflow:hidden}
.formHolderInner{display:flex;flex-direction:row;align-items:stretch}
.formSidebar{flex:0 0 280px;background:linear-gradient(160deg,#5443E0 0%,#3b2fb5 100%);padding:48px 32px;display:flex;flex-direction:column;gap:32px}
.formSidebar .sidebarTitle{font-size:20px;font-weight:700;color:#FDFDFD;line-height:1.3}
.formSidebar .sidebarDesc{font-size:13px;color:#fdfdfdbf;line-height:1.6}
.responseTimeBadge{background:#fdfdfd1f;border:1px solid #fdfdfd33;border-radius:12px;padding:16px}
.responseTimeBadge .rtLabel{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fdfdfd99;margin-bottom:6px}
.responseTimeBadge .rtValue{font-size:22px;font-weight:800;color:#FDFDFD}
.responseTimeBadge .rtSub{font-size:12px;color:#fdfdfd99;margin-top:2px}
.channelList{display:flex;flex-direction:column;gap:12px;margin-top:auto}
.channelList .channelItem{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;color:#fdfdfdd9}
.channelList .channelItem .mdi{font-size:16px;color:#D3640B}
.formContent{flex:1;padding:48px 40px}
.formTitle{font-size:22px;font-weight:700;color:#1a1432;margin-bottom:6px}
.formSubtitle{font-size:14px;color:#777;margin-bottom:32px;line-height:1.5}
.contactMainForm{display:flex;flex-direction:column;gap:0}
.formRow{display:flex;flex-direction:row;gap:20px;margin-bottom:20px}
.fieldGroup{display:flex;flex-direction:column;gap:6px;flex:1}
.fieldGroup label{font-size:12px;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.8px}
.fieldGroup input,.fieldGroup select,.fieldGroup textarea{border:1.5px solid #e2e0f5;border-radius:10px;padding:12px 16px;font-size:14px;color:#1a1432;background:#fafafa;transition:border-color 0.2s,box-shadow 0.2s,background .2s;width:100%;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.fieldGroup input:focus,.fieldGroup select:focus,.fieldGroup textarea:focus{border-color:#5443E0;background:#FDFDFD;box-shadow:0 0 0 3px #5443e01a}
.fieldGroup select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235443E0' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}
.fieldGroup textarea{resize:vertical;min-height:110px;line-height:1.6}
.categorySection{margin-bottom:20px}
.categorySection .categoryLabel{font-size:12px;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;display:block}
.categoryRadioGroup{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.categoryRadioGroup input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.categoryRadioGroup label.radioCard{display:flex;flex-direction:row;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #e2e0f5;border-radius:8px;font-size:13px;color:#555;cursor:pointer;transition:all .2s;background:#fafafa;text-transform:none;letter-spacing:0;font-weight:500}
.categoryRadioGroup label.radioCard .mdi{font-size:15px;color:#aaa;transition:color .2s}
.categoryRadioGroup input[type="radio"]:checked + label.radioCard{border-color:#5443E0;background:#5443e012;color:#5443E0;font-weight:700}
.categoryRadioGroup input[type="radio"]:checked + label.radioCard .mdi{color:#5443E0}
.categoryRadioGroup label.radioCard:hover{border-color:#5443E0;background:#5443e00a}
.contactMethodRow{margin-bottom:20px}
.methodOptions{display:flex;flex-direction:row;gap:12px;margin-top:8px}
.methodOptions input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.methodOptions label.methodCard{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;border:1.5px solid #e2e0f5;border-radius:10px;cursor:pointer;transition:all .2s;background:#fafafa;text-align:center;font-size:12px;color:#777;font-weight:600}
.methodOptions label.methodCard .mdi{font-size:20px;color:#bbb;transition:color .2s}
.methodOptions input[type="radio"]:checked + label.methodCard{border-color:#D3640B;background:#d3640b12;color:#D3640B}
.methodOptions input[type="radio"]:checked + label.methodCard .mdi{color:#D3640B}
.methodOptions label.methodCard:hover{border-color:#D3640B;background:#d3640b0a}
.privacyCheckRow{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px 16px;background:#5443e00a;border-radius:10px;border:1px solid #5443e01a}
.privacyCheckRow input[type="checkbox"]{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:#5443E0;cursor:pointer}
.privacyCheckRow .privacyText{font-size:12px;color:#666;line-height:1.6}
.privacyCheckRow .privacyText a{color:#5443E0;text-decoration:underline;text-underline-offset:2px}
.privacyCheckRow .privacyText a:hover{color:#D3640B}
.submitButtonHolder{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}
.submitButtonHolder .submitBtn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#5443E0 0%,#3b2fb5 100%);color:#FDFDFD;border:none;border-radius:10px;padding:14px 32px;font-size:15px;font-weight:700;cursor:pointer;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #5443e059;position:relative;z-index:2;text-decoration:none}
.submitButtonHolder .submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5443e073}
.submitButtonHolder .submitBtn:active{transform:translateY(0)}
.submitButtonHolder .submitBtn .mdi{font-size:18px}
.submitNote{font-size:12px;color:#999;line-height:1.5}
@media (max-width: 900px) {
.contactHeroInner{flex-direction:column}
.contactHeroImageHolder{flex:0 0 260px;border-radius:0 0 16px 16px}
.contactHeroText{padding:40px 28px}
.formHolderInner{flex-direction:column}
.formSidebar{flex:none;padding:32px 28px;flex-direction:row;flex-wrap:wrap;gap:20px}
.formSidebar .sidebarTitle{flex:0 0 100%}
.channelList{margin-top:0}
.formContent{padding:32px 24px}
}
@media (max-width: 600px) {
.contactHeroSection{margin:20px auto}
.formRow{flex-direction:column;gap:16px}
.categoryRadioGroup{flex-direction:column}
.methodOptions{flex-direction:row;flex-wrap:wrap}
.methodOptions label.methodCard{flex:1 1 calc(50% - 6px)}
.formSidebar{flex-direction:column}
.submitButtonHolder{flex-direction:column;align-items:flex-start}
.contactHeroText{padding:28px 20px}
.formContent{padding:24px 16px}
}
.programPage{overflow-x:hidden}
.titleStrip{position:relative;display:grid;grid-template-columns:1fr 420px;min-height:480px;background:#f7f6fe}
.titleStrip .textSide{padding:72px 56px 72px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.titleStrip .textSide::before{content:'';position:absolute;top:40px;left:24px;width:4px;height:60px;background:linear-gradient(180deg,#5443E0,#D3640B);border-radius:4px}
.titleStrip .eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#D3640B;margin-bottom:18px}
.titleStrip .mainHeading{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#1a1535;margin-bottom:22px}
.titleStrip .mainHeading em{font-style:normal;color:#5443E0}
.titleStrip .subText{font-size:17px;line-height:1.65;color:#4a4760;max-width:480px;margin-bottom:32px}
.titleStrip .ctaRow{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btnPrimary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#5443E0;color:#FDFDFD;font-size:15px;font-weight:600;border-radius:10px;text-decoration:none;transition:background 0.25s,box-shadow 0.25s,transform .2s;box-shadow:0 6px 20px #5443e059;position:relative;z-index:3}
.btnPrimary:hover{background:#3d2fcf;box-shadow:0 8px 28px #5443e07a;transform:translateY(-2px)}
.btnGhost{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;color:#5443E0;font-size:15px;font-weight:600;border-radius:10px;text-decoration:none;border:2px solid #5443e059;transition:border-color 0.25s,background .25s;position:relative;z-index:3}
.btnGhost:hover{border-color:#5443E0;background:#5443e00f}
.titleStrip .imageSide{position:relative;overflow:hidden}
.titleStrip .imageSide img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.titleStrip .imageSide::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#5443e080 0%,#d3640b4d 100%)}
.statsRibbon{background:#1a1535;padding:36px 24px}
.statsRibbon .statsHolder{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.statsRibbon .statItem{text-align:center;padding:16px 24px;border-right:1px solid #ffffff1a}
.statsRibbon .statItem:last-child{border-right:none}
.statsRibbon .statNum{font-size:36px;font-weight:800;color:#FDFDFD;line-height:1;margin-bottom:6px}
.statsRibbon .statNum span{color:#D3640B}
.statsRibbon .statLabel{font-size:13px;color:#fdfdfd99;letter-spacing:.5px}
.modulesSection{padding:88px 24px;background:#FDFDFD}
.modulesSection .modulesHolder{max-width:1200px;margin:0 auto}
.sectionLabel{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#D3640B;margin-bottom:12px}
.sectionHeading{font-size:clamp(26px,3vw,40px);font-weight:800;color:#1a1535;line-height:1.2;margin-bottom:16px}
.sectionHeading::after{content:'';display:block;width:48px;height:3px;background:#5443E0;border-radius:2px;margin-top:12px}
.sectionSubtext{font-size:16px;line-height:1.6;color:#4a4760;max-width:560px;margin-bottom:52px}
.modulesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.moduleCard{background:#f7f6fe;border-radius:14px;padding:32px 28px;position:relative;border:1px solid #5443e01a;transition:transform 0.25s,box-shadow .25s}
.moduleCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #5443e024}
.moduleCard .moduleNumber{font-size:11px;font-weight:700;letter-spacing:2px;color:#5443E0;text-transform:uppercase;margin-bottom:14px;opacity:.7}
.moduleCard .moduleIcon{width:48px;height:48px;background:linear-gradient(135deg,#5443e026,#d3640b1a);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.moduleCard .moduleIcon i{font-size:22px;color:#5443E0}
.moduleCard h4{font-size:17px;font-weight:700;color:#1a1535;margin-bottom:10px;line-height:1.3}
.moduleCard p{font-size:14px;line-height:1.65;color:#5a5777;margin:0}
.moduleCard .moduleDuration{display:inline-flex;align-items:center;gap:5px;margin-top:18px;font-size:12px;font-weight:600;color:#D3640B;background:#d3640b1a;padding:5px 10px;border-radius:20px}
.moduleCard .moduleDuration i{font-size:13px}
.syllabusSection{padding:88px 24px;background:linear-gradient(160deg,#1a1535 0%,#2d2460 100%);position:relative;overflow:hidden}
.syllabusSection::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:#5443e026;pointer-events:none}
.syllabusSection::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;border-radius:50%;background:#d3640b1a;pointer-events:none}
.syllabusSection .syllabusHolder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.syllabusSection .syllabusLayout{display:grid;grid-template-columns:340px 1fr;gap:64px;align-items:start}
.syllabusSection .syllabusIntro .sectionLabel{color:#d3640be6}
.syllabusSection .syllabusIntro .sectionHeading{color:#FDFDFD}
.syllabusSection .syllabusIntro .sectionHeading::after{background:#D3640B}
.syllabusSection .syllabusIntro .sectionSubtext{color:#fdfdfdb3;max-width:100%}
.syllabusSection .syllabusIntro .linkBtn{display:inline-flex;align-items:center;gap:8px;color:#FDFDFD;font-size:15px;font-weight:600;text-decoration:none;border-bottom:2px solid #5443e080;padding-bottom:2px;transition:border-color 0.2s,color .2s}
.syllabusSection .syllabusIntro .linkBtn:hover{color:#D3640B;border-color:#D3640B}
.accordionList{display:flex;flex-direction:column;gap:10px}
.accordionList input[type="radio"]{display:none}
.accordionItem{background:#ffffff12;border-radius:12px;border:1px solid #ffffff1a;overflow:hidden;transition:background .2s}
.accordionItem label{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;color:#FDFDFD;font-size:15px;font-weight:600;line-height:1.4;gap:16px}
.accordionItem label .labelLeft{display:flex;align-items:center;gap:14px}
.accordionItem label .topicNum{font-size:11px;font-weight:700;color:#D3640B;background:#d3640b26;padding:4px 9px;border-radius:20px;white-space:nowrap}
.accordionItem label .arrowIcon{font-size:18px;color:#fff6;transition:transform .3s;flex-shrink:0}
.accordionBody{max-height:0;overflow:hidden;transition:max-height .35s ease}
.accordionBody .bodyInner{padding:0 24px 22px;font-size:14px;line-height:1.7;color:#fdfdfdb3;border-top:1px solid #ffffff14;padding-top:16px}
.accordionList input[type="radio"]:checked + .accordionItem{background:#5443e033;border-color:#5443e066}
.accordionList input[type="radio"]:checked + .accordionItem label .arrowIcon{transform:rotate(180deg);color:#D3640B}
.accordionList input[type="radio"]:checked + .accordionItem .accordionBody{max-height:200px}
.formatSection{padding:88px 24px;background:#f3f2fd}
.formatSection .formatHolder{max-width:1200px;margin:0 auto}
.formatSection .formatLayout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.formatSection .formatCards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.formatCard{background:#FDFDFD;border-radius:14px;padding:26px 22px;box-shadow:0 4px 16px #5443e014;transition:box-shadow .25s}
.formatCard:hover{box-shadow:0 8px 28px #5443e029}
.formatCard i{font-size:28px;color:#5443E0;margin-bottom:12px;display:block}
.formatCard h5{font-size:15px;font-weight:700;color:#1a1535;margin-bottom:7px}
.formatCard p{font-size:13px;line-height:1.6;color:#6b6888;margin:0}
.formatCard.accentCard{background:linear-gradient(135deg,#5443E0,#3d2fcf);color:#FDFDFD}
.formatCard.accentCard i{color:#ffffffd9}
.formatCard.accentCard h5{color:#FDFDFD}
.formatCard.accentCard p{color:#ffffffbf}
.formatTextSide .sectionHeading{margin-bottom:20px}
.formatTextSide .bodyText{font-size:16px;line-height:1.7;color:#4a4760;margin-bottom:20px}
.formatTextSide .checkList{list-style:none;padding:0;margin:0 0 34px;display:flex;flex-direction:column;gap:10px}
.formatTextSide .checkList li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#2a2745;line-height:1.5}
.formatTextSide .checkList li i{color:#5443E0;font-size:17px;flex-shrink:0;margin-top:1px}
.enrollSection{padding:80px 24px;background:#FDFDFD}
.enrollSection .enrollHolder{max-width:920px;margin:0 auto;text-align:center}
.enrollSection .enrollCard{background:linear-gradient(145deg,#f7f6fe 0%,#efeefe 100%);border-radius:20px;padding:64px 56px;border:1px solid #5443e01f;position:relative;overflow:hidden}
.enrollSection .enrollCard::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:#5443e012;pointer-events:none}
.enrollSection .enrollCard::after{content:'';position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;border-radius:50%;background:#d3640b0f;pointer-events:none}
.enrollSection .enrollCard .badge{display:inline-flex;align-items:center;gap:6px;background:#5443e01f;color:#5443E0;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:7px 16px;border-radius:20px;margin-bottom:26px}
.enrollSection .enrollCard h3{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1535;margin-bottom:16px;line-height:1.25;position:relative;z-index:1}
.enrollSection .enrollCard .cardSubtext{font-size:16px;line-height:1.65;color:#4a4760;max-width:580px;margin:0 auto 38px;position:relative;z-index:1}
.enrollSection .enrollCard .enrollActions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;position:relative;z-index:1}
.btnOrange{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#D3640B;color:#FDFDFD;font-size:16px;font-weight:700;border-radius:10px;text-decoration:none;transition:background 0.25s,box-shadow 0.25s,transform .2s;box-shadow:0 6px 20px #d3640b59;position:relative;z-index:3}
.btnOrange:hover{background:#b8540a;box-shadow:0 8px 28px #d3640b73;transform:translateY(-2px)}
.dividerWave{line-height:0;overflow:hidden}
.dividerWave svg{display:block;width:100%}
@media (max-width: 1024px) {
.titleStrip{grid-template-columns:1fr 300px}
.modulesGrid{grid-template-columns:repeat(2,1fr)}
.syllabusSection .syllabusLayout{grid-template-columns:280px 1fr;gap:40px}
.statsRibbon .statsHolder{grid-template-columns:repeat(2,1fr);gap:0}
.statsRibbon .statItem{border-bottom:1px solid #ffffff1a}
.statsRibbon .statItem:nth-child(2){border-right:none}
.statsRibbon .statItem:nth-child(3),.statsRibbon .statItem:nth-child(4){border-bottom:none}
}
@media (max-width: 768px) {
.titleStrip{grid-template-columns:1fr}
.titleStrip .imageSide{height:240px;order:-1}
.titleStrip .textSide{padding:48px 24px 48px 40px}
.syllabusSection .syllabusLayout{grid-template-columns:1fr;gap:40px}
.formatSection .formatLayout{grid-template-columns:1fr}
.modulesGrid{grid-template-columns:1fr}
.formatSection .formatCards{grid-template-columns:1fr 1fr}
.enrollSection .enrollCard{padding:44px 28px}
.statsRibbon .statsHolder{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 480px) {
.titleStrip .textSide{padding:40px 20px 40px 28px}
.formatSection .formatCards{grid-template-columns:1fr}
.enrollSection .enrollCard .enrollActions{flex-direction:column;align-items:center}
.statsRibbon .statsHolder{grid-template-columns:1fr 1fr}
}
.successPage{overflow-x:hidden}
.titleBlock{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5443E0 0%,#3d2fb8 40%,#D3640B 100%);overflow:hidden;padding:80px 24px}
.titleBlock .geometricShape-1{position:absolute;top:-60px;left:-60px;width:280px;height:280px;border-radius:50%;background:#fdfdfd0f;pointer-events:none}
.titleBlock .geometricShape-2{position:absolute;bottom:-40px;right:-40px;width:320px;height:320px;border-radius:50%;background:#5443e04d;pointer-events:none}
.titleBlock .geometricShape-3{position:absolute;top:50%;left:10%;transform:translateY(-50%) rotate(45deg);width:80px;height:80px;background:#d3640b33;border-radius:12px;pointer-events:none}
.titleBlock .geometricShape-4{position:absolute;top:20%;right:12%;width:50px;height:50px;background:#fdfdfd1a;border-radius:50%;pointer-events:none}
.titleBlock .gradientOverlay{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,#fdfdfd14);pointer-events:none}
.titleBlock .titleContent-holder{position:relative;z-index:2;text-align:center;max-width:680px;margin:auto}
.titleBlock .titleContent-holder .successIcon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fdfdfd26;border:2px solid #fdfdfd59;border-radius:50%;margin-bottom:28px;box-shadow:0 8px 32px #5443e066}
.titleBlock .titleContent-holder .successIcon .mdi{font-size:38px;color:#FDFDFD}
.titleBlock .titleContent-holder .mainHeading{font-size:clamp(32px,5vw,54px);font-weight:700;color:#FDFDFD;line-height:1.15;letter-spacing:-.5px;margin:0}
.confirmationBlock{padding:80px 24px 100px;background:#FDFDFD}
.confirmationBlock .confirmationWrapper{max-width:1100px;margin:auto}
.confirmationBlock .confirmationGrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.confirmationBlock .leftColumn{display:flex;flex-direction:column;gap:28px}
.confirmationBlock .leftColumn .sectionLabel{display:inline-flex;align-items:center;gap:8px;background:#5443e014;color:#5443E0;font-size:13px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;padding:6px 14px;border-radius:20px;width:fit-content}
.confirmationBlock .leftColumn .blockHeading{font-size:clamp(22px,3vw,32px);font-weight:700;color:#1a1a2e;line-height:1.25;margin:0}
.confirmationBlock .leftColumn .blockHeading span{color:#5443E0}
.confirmationBlock .leftColumn .descriptionText{font-size:16px;line-height:1.7;color:#555;margin:0}
.confirmationBlock .leftColumn .nextStepsList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.confirmationBlock .leftColumn .nextStepsList li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#444;line-height:1.6}
.confirmationBlock .leftColumn .nextStepsList li .stepIcon{flex-shrink:0;width:28px;height:28px;background:linear-gradient(135deg,#5443E0,#7c6ff5);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:1px;box-shadow:0 4px 10px #5443e040}
.confirmationBlock .leftColumn .nextStepsList li .stepIcon .mdi{font-size:16px;color:#FDFDFD}
.confirmationBlock .leftColumn .actionButtons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.confirmationBlock .leftColumn .actionButtons .primaryBtn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#5443E0,#3d2fb8);color:#FDFDFD;font-size:15px;font-weight:600;padding:13px 26px;border-radius:10px;text-decoration:none;transition:box-shadow .25s ease,transform .2s ease;box-shadow:0 6px 18px #5443e059;position:relative;z-index:2}
.confirmationBlock .leftColumn .actionButtons .primaryBtn:hover{box-shadow:0 10px 28px #5443e073;transform:translateY(-2px)}
.confirmationBlock .leftColumn .actionButtons .secondaryBtn{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#5443E0;font-size:15px;font-weight:600;padding:13px 26px;border-radius:10px;text-decoration:none;border:2px solid #5443E0;transition:background .22s ease,color .22s ease;position:relative;z-index:2}
.confirmationBlock .leftColumn .actionButtons .secondaryBtn:hover{background:#5443e012}
.confirmationBlock .rightColumn{display:flex;flex-direction:column;gap:18px}
.confirmationBlock .rightColumn .infoCard{background:#FDFDFD;border-radius:14px;padding:24px 26px;box-shadow:0 4px 20px #5443e01a;border-left:4px solid #5443E0;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s ease,transform .2s ease}
.confirmationBlock .rightColumn .infoCard:hover{box-shadow:0 8px 28px #5443e029;transform:translateY(-2px)}
.confirmationBlock .rightColumn .infoCard.accentCard{border-left-color:#D3640B;box-shadow:0 4px 20px #d3640b1a}
.confirmationBlock .rightColumn .infoCard.accentCard:hover{box-shadow:0 8px 28px #d3640b2e}
.confirmationBlock .rightColumn .infoCard .cardHeader{display:flex;align-items:center;gap:10px}
.confirmationBlock .rightColumn .infoCard .cardHeader .mdi{font-size:22px;color:#5443E0}
.confirmationBlock .rightColumn .infoCard.accentCard .cardHeader .mdi{color:#D3640B}
.confirmationBlock .rightColumn .infoCard .cardHeader .cardTitle{font-size:15px;font-weight:700;color:#1a1a2e;margin:0}
.confirmationBlock .rightColumn .infoCard .cardText{font-size:14px;color:#666;line-height:1.65;margin:0}
.confirmationBlock .rightColumn .infoCard .cardHighlight{font-size:13px;font-weight:600;color:#5443E0;display:flex;align-items:center;gap:5px}
.confirmationBlock .rightColumn .infoCard.accentCard .cardHighlight{color:#D3640B}
.sectionDivider{width:100%;overflow:hidden;line-height:0;margin-bottom:-1px}
.sectionDivider svg{display:block;width:100%}
@media (max-width: 768px) {
.titleBlock{min-height:360px;padding:60px 20px}
.titleBlock .geometricShape-1{width:180px;height:180px;top:-40px;left:-40px}
.titleBlock .geometricShape-2{width:200px;height:200px;bottom:-30px;right:-30px}
.confirmationBlock{padding:56px 20px 72px}
.confirmationBlock .confirmationGrid{grid-template-columns:1fr;gap:36px}
.confirmationBlock .leftColumn .actionButtons{flex-direction:column}
.confirmationBlock .leftColumn .actionButtons .primaryBtn,.confirmationBlock .leftColumn .actionButtons .secondaryBtn{justify-content:center}
}
@media (max-width: 480px) {
.titleBlock{padding:48px 16px}
.titleBlock .titleContent-holder .successIcon{width:64px;height:64px}
.titleBlock .titleContent-holder .successIcon .mdi{font-size:30px}
.confirmationBlock{padding:44px 16px 60px}
}