@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700.css";
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'PT Sans',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f8f8fb}
.siteheader{background:#fff;border-bottom:2px solid #f0f0f5;box-shadow:0 2px 18px #5a648c12}
.siteheader .companyname-row{background:linear-gradient(90deg,#D9053A 0%,#5FA4F0 100%);text-align:center;padding:8px 16px}
.siteheader .companyname-row span{font-family:'Merriweather',serif;font-size:13px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase}
.siteheader .logocontactrow{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:18px 32px;gap:24px}
.siteheader .contactleft,.siteheader .contactright{display:flex;flex-direction:column;gap:6px;flex:1}
.siteheader .contactright{align-items:flex-end}
.siteheader .contactleft a,.siteheader .contactright a,.siteheader .contactleft span,.siteheader .contactright span{font-family:'PT Sans',sans-serif;font-size:13px;color:#555570;text-decoration:none;display:flex;align-items:center;gap:7px}
.siteheader .contactleft a:hover,.siteheader .contactright a:hover{color:#D9053A}
.siteheader .contactleft .si,.siteheader .contactright .si{font-size:14px;color:#5FA4F0}
.siteheader .logocenter{flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.siteheader .logocenter a{display:block}
.siteheader .logocenter img{height:90px;width:90px;object-fit:contain;border-radius:12px;box-shadow:0 2px 12px #5a64b421;background:#f3f4fa;padding:6px}
.siteheader .main-nav{background:#1a1a2e}
.siteheader .main-nav .navinnerrow{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:center;padding:0 32px;gap:0;flex-wrap:wrap}
.siteheader .main-nav .navitem{position:relative}
.siteheader .main-nav .navitem > a,.siteheader .main-nav .navitem > span{display:block;font-family:'PT Sans',sans-serif;font-size:14px;font-weight:700;color:#d8d8ee;text-decoration:none;padding:16px 22px;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:color 0.18s,background .18s;user-select:none}
.siteheader .main-nav .navitem > a:hover,.siteheader .main-nav .navitem > span:hover,.siteheader .main-nav .navitem.showing > span{color:#FAAD29;background:#ffffff0d}
.siteheader .main-nav .navitem > a.active-nav{color:#D9053A;border-bottom:3px solid #D9053A}
.siteheader .main-nav .submenubutt{display:flex;align-items:center;gap:5px}
.siteheader .main-nav .submenubutt::after{content:'▾';font-size:11px}
.siteheader .main-nav .submenudrop{display:none;position:absolute;top:calc(100% - 4px);left:0;background:#fff;min-width:200px;border-radius:0 0 10px 10px;box-shadow:0 8px 28px #1e1e3c21;border-top:3px solid #D9053A;z-index:999;padding:6px 0}
.siteheader .main-nav .navitem:hover .submenudrop,.siteheader .main-nav .navitem .submenudrop:hover,.siteheader .main-nav .navitem.showing .submenudrop{display:block}
.siteheader .main-nav .submenudrop a{display:block;font-family:'PT Sans',sans-serif;font-size:13px;color:#335;text-decoration:none;padding:10px 20px;transition:background 0.15s,color .15s}
.siteheader .main-nav .submenudrop a:hover{background:#f0f4ff;color:#D9053A}
.sitefooter{background:#12122a;color:#c0c0d8;padding:52px 0 0;margin-top:60px}
.sitefooter .footerinner{max-width:1366px;margin:auto;padding:0 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.sitefooter .footerbrand .brandlogo{height:70px;width:70px;object-fit:contain;background:#fff;border-radius:10px;padding:5px;margin-bottom:16px}
.sitefooter .footerbrand .brandname{font-family:'Merriweather',serif;font-size:22px;color:#fff;font-weight:700;margin-bottom:10px}
.sitefooter .footerbrand .branddesc{font-family:'PT Sans',sans-serif;font-size:14px;color:#9090b8;line-height:1.7;margin-bottom:18px}
.sitefooter .footerbrand .missiontag{display:inline-block;background:linear-gradient(90deg,#D9053A,#5FA4F0);color:#fff;font-size:12px;font-family:'PT Sans',sans-serif;font-weight:700;border-radius:20px;padding:5px 14px;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}
.sitefooter .footerbrand .contactdetails{display:flex;flex-direction:column;gap:8px}
.sitefooter .footerbrand .contactdetails a,.sitefooter .footerbrand .contactdetails span{font-family:'PT Sans',sans-serif;font-size:13px;color:#9090b8;text-decoration:none;display:flex;align-items:center;gap:8px}
.sitefooter .footerbrand .contactdetails a:hover{color:#FAAD29}
.sitefooter .footerbrand .contactdetails .si{font-size:14px;color:#5FA4F0}
.sitefooter .footercol .coltitle{font-family:'Merriweather',serif;font-size:15px;font-weight:700;color:#fff;margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid #D9053A;display:inline-block}
.sitefooter .footercol ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.sitefooter .footercol ul li a{font-family:'PT Sans',sans-serif;font-size:13px;color:#9090b8;text-decoration:none;display:flex;align-items:center;gap:7px;transition:color .15s}
.sitefooter .footercol ul li a::before{content:'›';color:#FAAD29;font-size:16px;line-height:1}
.sitefooter .footercol ul li a:hover{color:#FAAD29}
.sitefooter .footercol .valuelist{display:flex;flex-direction:column;gap:10px}
.sitefooter .footercol .valuelist .valueitem{font-family:'PT Sans',sans-serif;font-size:13px;color:#9090b8;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.sitefooter .footercol .valuelist .valueitem .si{font-size:15px;color:#5FA4F0;margin-top:2px;flex-shrink:0}
.sitefooter .footerbottom{max-width:1366px;margin:40px auto 0;padding:20px 32px;border-top:1px solid #ffffff12;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.sitefooter .footerbottom .copytxt{font-family:'PT Sans',sans-serif;font-size:12px;color:#606080}
.sitefooter .footerbottom .legallinks{display:flex;gap:20px}
.sitefooter .footerbottom .legallinks a{font-family:'PT Sans',sans-serif;font-size:12px;color:#606080;text-decoration:none;transition:color .15s}
.sitefooter .footerbottom .legallinks a:hover{color:#FAAD29}
.cookietoast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;width:92%;max-width:560px;background:#fff;border-radius:14px;box-shadow:0 8px 40px #14143c2e;border:1px solid #e8e8f2;padding:20px 22px 16px;opacity:0;transition:opacity .35s ease}
.cookietoast.showing{opacity:1}
.cookietoast.hiding{opacity:0}
.cookietoast .toastheado{font-family:'Merriweather',serif;font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.cookietoast .toastheado .si{font-size:16px;color:#FAAD29}
.cookietoast .toastbody{font-family:'PT Sans',sans-serif;font-size:13px;color:#555570;margin-bottom:14px;line-height:1.55}
.cookietoast .accordionbutt{font-family:'PT Sans',sans-serif;font-size:12px;color:#5FA4F0;background:none;border:none;cursor:pointer;padding:0;margin-bottom:10px;text-decoration:underline;display:block}
.cookietoast .cookiesettings{display:none;border-top:1px solid #f0f0f5;padding-top:12px;margin-bottom:12px}
.cookietoast .cookiesettings[data-open="true"]{display:block}
.cookietoast .cookiesettings .settingitem{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f5f5fa}
.cookietoast .cookiesettings .settinglabel{font-family:'PT Sans',sans-serif;font-size:12px;color:#335;font-weight:700}
.cookietoast .cookiesettings .settingdesc{font-size:11px;color:#889;margin-top:2px}
.cookietoast .cookiesettings .settingleft{flex:1}
.cookietoast .cookiesettings input[type="checkbox"]{width:36px;height:20px;cursor:pointer;accent-color:#D9053A}
.cookietoast .toastbutts{display:flex;gap:10px;margin-top:4px}
.cookietoast .toastbutts button{flex:1;font-family:'PT Sans',sans-serif;font-size:13px;font-weight:700;padding:10px 16px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:opacity .15s}
.cookietoast .toastbutts .acceptbutt{background:linear-gradient(90deg,#D9053A,#5FA4F0);color:#fff;border-color:transparent}
.cookietoast .toastbutts .declinebutt{background:#f5f5fa;color:#446;border-color:#e0e0ee}
.cookietoast .toastbutts button:hover{opacity:.87}
@media (max-width: 900px) {
.siteheader .logocontactrow{padding:14px 16px;gap:14px}
.siteheader .contactleft,.siteheader .contactright{display:none}
.siteheader .logocenter{flex:1;justify-content:center}
.siteheader .main-nav .navinnerrow{padding:0 8px;justify-content:center}
.siteheader .main-nav .navitem > a,.siteheader .main-nav .navitem > span{padding:12px;font-size:12px}
.sitefooter .footerinner{grid-template-columns:1fr;gap:28px;padding:0 16px}
.sitefooter .footerbottom{flex-direction:column;align-items:flex-start;padding:16px}
}
@media (max-width: 480px) {
.siteheader .main-nav .navinnerrow{flex-direction:column;align-items:stretch}
.siteheader .main-nav .submenudrop{position:static;box-shadow:none;border-radius:0;border-top:1px solid #eee}
}
.rules-content{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#fff;border-radius:12px;box-shadow:0 4px 32px #00000012}
.rules-content h1{font-size:2.25rem;font-weight:800;line-height:1.2;color:#111827;margin:0 0 12px;padding-bottom:16px;border-bottom:3px solid #D9053A;letter-spacing:-.5px}
.rules-content h2{font-size:1.6rem;font-weight:700;line-height:1.3;color:#1a1a2e;margin:48px 0 16px;padding-left:14px;border-left:4px solid #D9053A;letter-spacing:-.3px}
.rules-content h3{font-size:1.25rem;font-weight:700;line-height:1.4;color:#1e293b;margin:36px 0 12px;padding-left:12px;border-left:3px solid #5FA4F0}
.rules-content h4{font-size:1.1rem;font-weight:600;line-height:1.5;color:#1e293b;margin:28px 0 10px}
.rules-content h5{font-size:1rem;font-weight:600;line-height:1.5;color:#334155;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.rules-content h6{font-size:.9rem;font-weight:600;line-height:1.5;color:#475569;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.rules-content p{font-size:1rem;font-weight:400;line-height:1.8;color:#374151;margin:0 0 20px}
.rules-content p:last-child{margin-bottom:0}
.rules-content em,.rules-content i{font-style:italic;color:#4b5563}
.rules-content div{font-size:1rem;line-height:1.8;color:#374151}
.rules-content table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-size:.9375rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px #0000000f}
.rules-content thead{background:linear-gradient(135deg,#D9053A,#5FA4F0)}
.rules-content thead tr{border:none}
.rules-content thead th{padding:14px 18px;font-size:.875rem;font-weight:700;color:#fff;text-align:left;letter-spacing:.3px;text-transform:uppercase;border:none}
.rules-content tbody{background:#fff}
.rules-content tbody tr{border-bottom:1px solid #e5e7eb;transition:background .15s ease}
.rules-content tbody tr:last-child{border-bottom:none}
.rules-content tbody tr:nth-child(even){background:#f8fafc}
.rules-content tbody tr:hover{background:#eef6ff}
.rules-content td{padding:13px 18px;font-size:.9375rem;color:#374151;line-height:1.6;vertical-align:top;border:none;border-right:1px solid #e5e7eb}
.rules-content td:last-child{border-right:none}
.rules-content th:last-child{border-right:none}
@media (max-width: 768px) {
.rules-content{padding:32px 20px 56px;border-radius:8px}
.rules-content h1{font-size:1.65rem}
.rules-content h2{font-size:1.3rem;margin:36px 0 12px}
.rules-content h3{font-size:1.1rem}
.rules-content p{font-size:.9625rem;line-height:1.75}
.rules-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
.rules-content th,.rules-content td{padding:10px 14px}
}
@media (max-width: 480px) {
.rules-content{padding:24px 16px 40px}
.rules-content h1{font-size:1.4rem}
.rules-content h2{font-size:1.15rem;padding-left:10px}
.rules-content h3{font-size:1rem;padding-left:10px}
.rules-content p{font-size:.9375rem}
}
.titlesection{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.titlesection .bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.titlesection .vignette{position:absolute;inset:0;background:linear-gradient(135deg,#d9053ad1 0%,#0f0f1ec7 55%,#5fa4f073 100%);z-index:1}
.titlesection .cornerline{position:absolute;width:60px;height:60px;z-index:2}
.titlesection .cornerline.tl{top:24px;left:24px;border-top:2px solid #faad29b3;border-left:2px solid #faad29b3}
.titlesection .cornerline.tr{top:24px;right:24px;border-top:2px solid #faad29b3;border-right:2px solid #faad29b3}
.titlesection .cornerline.bl{bottom:24px;left:24px;border-bottom:2px solid #faad29b3;border-left:2px solid #faad29b3}
.titlesection .cornerline.br{bottom:24px;right:24px;border-bottom:2px solid #faad29b3;border-right:2px solid #faad29b3}
.titlesection .titlecontent{position:relative;z-index:3;max-width:1366px;margin:0 auto;padding:80px 40px;width:100%}
.titlesection .titlecontent .badge{display:inline-block;background:#faad292e;border:1px solid #faad298c;color:#FAAD29;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:22px}
.titlesection .titlecontent h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;line-height:1.15;max-width:680px;margin-bottom:18px}
.titlesection .titlecontent h1 .accentred{color:#FAAD29}
.titlesection .titlecontent .subtitletxt{font-size:1.08rem;color:#ffffffd9;max-width:520px;line-height:1.7;margin-bottom:36px}
.titlesection .titlecontent .herobut{display:inline-block;background:linear-gradient(90deg,#D9053A 0%,#5FA4F0 100%);color:#fff;font-weight:700;font-size:1rem;padding:14px 36px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:4;transition:box-shadow 0.25s,transform .2s;box-shadow:0 4px 24px #d9053a38}
.titlesection .titlecontent .herobut:hover{box-shadow:0 8px 32px #d9053a5c;transform:translateY(-2px)}
.programsect{background:#f7f8fc;padding:80px 0 70px}
.programsect .programinner{max-width:1366px;margin:0 auto;padding:0 40px}
.programsect .sectionlabel{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.programsect .sectionlabel span{display:block;width:36px;height:3px;background:linear-gradient(90deg,#D9053A,#5FA4F0);border-radius:2px}
.programsect .sectionlabel p{font-size:.82rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#D9053A;margin:0}
.programsect .sectionheado{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;max-width:600px;line-height:1.2;margin-bottom:48px}
.programgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.progcard{background:#fff;border-radius:14px;box-shadow:0 4px 24px #1a1a2e12;padding:32px 28px 28px;display:flex;flex-direction:column;gap:14px;border-top:4px solid transparent;transition:box-shadow 0.22s,transform .2s;position:relative;overflow:hidden}
.progcard:hover{box-shadow:0 12px 40px #d9053a1f;transform:translateY(-4px)}
.progcard.accent1{border-top-color:#D9053A}
.progcard.accent2{border-top-color:#5FA4F0}
.progcard.accent3{border-top-color:#FAAD29}
.progcard .cardicon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.progcard.accent1 .cardicon{background:#d9053a17}
.progcard.accent2 .cardicon{background:#5fa4f01f}
.progcard.accent3 .cardicon{background:#faad291f}
.progcard .cardicon svg{width:24px;height:24px}
.progcard .cardtitle{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.progcard .cardtxt{font-size:.92rem;color:#555;line-height:1.65;margin:0;flex:1}
.progcard .cardtag{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:20px;margin-top:4px;width:fit-content}
.progcard.accent1 .cardtag{background:#d9053a14;color:#D9053A}
.progcard.accent2 .cardtag{background:#5fa4f01a;color:#3a7fc1}
.progcard.accent3 .cardtag{background:#faad291a;color:#b87d00}
.modulesect{background:#fff;padding:80px 0}
.modulesect .moduleinner{max-width:1366px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.modulesect .modsideinfo{position:sticky;top:32px}
.modulesect .modsideinfo .modlabel{font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#5FA4F0;margin-bottom:14px;display:block}
.modulesect .modsideinfo h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin-bottom:20px}
.modulesect .modsideinfo .modesk{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:28px}
.statrow{display:flex;flex-direction:row;gap:20px;margin-top:8px}
.statbox{flex:1;background:linear-gradient(135deg,#f7f8fc 0%,#eef3fb 100%);border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;border:1px solid #e3e8f0}
.statbox .statnum{font-size:1.7rem;font-weight:800;color:#D9053A;line-height:1}
.statbox .statlbl{font-size:.8rem;color:#777;font-weight:500}
.accordion{display:flex;flex-direction:column;gap:12px}
.accordion input[type="checkbox"]{display:none}
.accordion .accitem{border:1px solid #e3e8f0;border-radius:12px;overflow:hidden;background:#f7f8fc;transition:box-shadow .2s}
.accordion .accitem:has(input:checked){border-color:#5FA4F0;box-shadow:0 4px 18px #5fa4f01f;background:#fff}
.accordion .acclabel{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;user-select:none;gap:12px}
.accordion .acclabel .accnum{font-size:.72rem;font-weight:800;color:#5FA4F0;background:#5fa4f01a;border-radius:6px;padding:3px 9px;letter-spacing:.05em;min-width:36px;text-align:center}
.accordion .acclabel .acctitle{flex:1;font-size:.95rem;font-weight:700;color:#1a1a2e}
.accordion .acclabel .accchevron{width:20px;height:20px;color:#5FA4F0;transition:transform .25s;flex-shrink:0}
.accordion .accitem:has(input:checked) .accchevron{transform:rotate(180deg)}
.accordion .accbody{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 22px}
.accordion .accitem:has(input:checked) .accbody{max-height:300px;padding-bottom:18px}
.accordion .accbody .acctext{font-size:.9rem;color:#555;line-height:1.7;padding-top:4px;margin:0}
.accordion .accbody ul{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:5px}
.accordion .accbody ul li{font-size:.88rem;color:#444;line-height:1.5}
@media (max-width: 900px) {
.programgrid{grid-template-columns:1fr 1fr}
.modulesect .moduleinner{grid-template-columns:1fr;gap:40px}
.modulesect .modsideinfo{position:static}
}
@media (max-width: 600px) {
.programgrid{grid-template-columns:1fr}
.titlesection .titlecontent{padding:60px 20px}
.programsect .programinner{padding:0 20px}
.modulesect .moduleinner{padding:0 20px}
.statrow{flex-direction:column}
.titlesection{min-height:420px}
}
.webin-titleblock{position:relative;background:linear-gradient(135deg,#fff 0%,#f0f6ff 60%,#fef3f6 100%);overflow:hidden;padding:80px 24px 90px}
.webin-titleblock .titleblock-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.webin-titleblock .tb-glow{position:absolute;top:-80px;right:-60px;width:480px;height:480px;background:radial-gradient(circle at 60% 40%,#5fa4f02e 0%,#d9053a12 55%,transparent 75%);border-radius:50%;pointer-events:none;z-index:0}
.webin-titleblock .tb-glow2{position:absolute;bottom:-60px;left:-40px;width:320px;height:320px;background:radial-gradient(circle,#faad291f 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}
.webin-titleblock .tb-content{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:56px}
.webin-titleblock .tb-text{flex:1 1 0}
.webin-titleblock .tb-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#d9053a14,#5fa4f01a);border:1px solid #d9053a2e;border-radius:24px;padding:6px 16px;font-size:13px;font-weight:600;color:#D9053A;margin-bottom:24px;letter-spacing:.04em}
.webin-titleblock .tb-h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;color:#1a1a2e;margin:0 0 28px;letter-spacing:-.02em}
.webin-titleblock .tb-h1 span{background:linear-gradient(90deg,#D9053A,#5FA4F0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.webin-titleblock .tb-desc{font-size:17px;line-height:1.75;color:#444;max-width:520px;margin:0 0 36px}
.webin-titleblock .tb-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.webin-titleblock .btn-primary-tb{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#D9053A,#b0032e);color:#fff;font-weight:700;font-size:15px;padding:13px 28px;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 18px #d9053a47;position:relative;z-index:2}
.webin-titleblock .btn-primary-tb:hover{transform:translateY(-2px);box-shadow:0 8px 28px #d9053a61}
.webin-titleblock .btn-outline-tb{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#5FA4F0;font-weight:700;font-size:15px;padding:13px 28px;border-radius:10px;border:2px solid #5FA4F0;cursor:pointer;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:2}
.webin-titleblock .btn-outline-tb:hover{background:#5FA4F0;color:#fff}
.webin-titleblock .tb-visual{flex:0 0 420px;position:relative}
.webin-titleblock .tb-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #5fa4f038 0 2px 8px #d9053a14;position:relative}
.webin-titleblock .tb-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#ffffff38 0%,transparent 60%);pointer-events:none}
.webin-titleblock .tb-img-wrap img{display:block;width:100%;height:300px;object-fit:cover}
.webin-titleblock .tb-stat-chips{display:flex;flex-direction:row;gap:12px;margin-top:16px;flex-wrap:wrap}
.webin-titleblock .tb-chip{background:#fff;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:700;color:#1a1a2e;box-shadow:0 2px 12px #5fa4f01f;border:1px solid #5fa4f026;display:flex;flex-direction:column;gap:2px}
.webin-titleblock .tb-chip span{font-size:20px;font-weight:800;color:#D9053A}
.webinlist-section{background:#fff;padding:80px 24px}
.webinlist-inner{max-width:1100px;margin:0 auto}
.webinlist-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.webinlist-header h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1a2e;margin:0;line-height:1.2;position:relative;padding-bottom:14px}
.webinlist-header h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:4px;background:linear-gradient(90deg,#D9053A,#5FA4F0);border-radius:2px}
.webinlist-header .wl-filter-tabs{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.wl-filter-tabs input[type="radio"]{display:none}
.wl-filter-tabs label{padding:8px 18px;border-radius:24px;border:1.5px solid #e0e0e0;font-size:13px;font-weight:600;color:#666;cursor:pointer;transition:background 0.2s,color 0.2s,border-color .2s;background:#f8f8f8}
.wl-filter-tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#D9053A,#5FA4F0);color:#fff;border-color:transparent}
.webincards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.webin-card{background:#fff;border-radius:14px;border:1.5px solid #f0f0f0;overflow:hidden;box-shadow:0 2px 16px #5fa4f014;transition:transform 0.22s,box-shadow .22s;display:flex;flex-direction:column}
.webin-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px #d9053a1f}
.webin-card-top{padding:22px 22px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.webin-card-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:#5fa4f01a;color:#5FA4F0}
.webin-card-tag.live{background:#d9053a1a;color:#D9053A}
.webin-card-tag.live::before{content:'';width:7px;height:7px;background:#D9053A;border-radius:50%;display:inline-block;animation:pulselive 1.2s ease-in-out infinite}
@keyframes pulselive {
0%,100%{opacity:1}
50%{opacity:.3}
}
.webin-card-dur{font-size:12px;color:#999;font-weight:600}
.webin-card-body{padding:18px 22px 22px;flex:1 1 auto;display:flex;flex-direction:column;gap:10px}
.webin-card-title{font-size:16px;font-weight:800;color:#1a1a2e;line-height:1.35;margin:0}
.webin-card-desc{font-size:13.5px;color:#555;line-height:1.65;margin:0}
.webin-card-meta{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:4px;flex-wrap:wrap}
.webin-card-speaker{font-size:12px;font-weight:700;color:#1a1a2e}
.webin-card-topic{font-size:11px;color:#888}
.webin-card-foot{padding:16px 22px 20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}
.webin-enroll-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#D9053A,#b0032e);color:#fff;font-weight:700;font-size:13px;padding:9px 20px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .2s;position:relative;z-index:2}
.webin-enroll-btn:hover{box-shadow:0 4px 16px #d9053a4d;transform:translateY(-1px)}
.webin-card-slots{font-size:12px;color:#888;font-weight:600}
.webin-card-slots strong{color:#FAAD29}
.howit-section{background:linear-gradient(160deg,#1a1a2e 0%,#2d1a3e 100%);padding:80px 24px;position:relative;overflow:hidden}
.howit-section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,#5fa4f01f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.howit-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.howit-inner h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#fff;text-align:center;margin:0 0 12px}
.howit-subtitle{font-size:16px;color:#fff9;text-align:center;margin:0 auto 56px;max-width:560px;line-height:1.7}
.howitworks-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.howitworks-steps::before{content:'';position:absolute;top:36px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:2px;background:linear-gradient(90deg,#D9053A,#5FA4F0,#FAAD29,#D9053A);opacity:.4;z-index:0}
.hwstep{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}
.hwstep-num{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#D9053A,#5FA4F0);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;margin-bottom:20px;box-shadow:0 4px 24px #d9053a4d;flex-shrink:0}
.hwstep-title{font-size:15px;font-weight:800;color:#fff;margin-bottom:10px;line-height:1.3}
.hwstep-desc{font-size:13px;color:#fff9;line-height:1.65}
.topics-section{background:#f7f9ff;padding:80px 24px}
.topics-inner{max-width:1100px;margin:0 auto}
.topics-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.topics-textcol h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1a2e;margin:0 0 18px;line-height:1.2}
.topics-textcol h2 .accent-red{color:#D9053A}
.topics-textcol p{font-size:15.5px;line-height:1.78;color:#444;margin:0 0 32px}
.topiclist{display:flex;flex-direction:column;gap:12px}
.topicitem{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#fff;border-radius:10px;padding:14px 18px;border-left:3px solid transparent;border-image:linear-gradient(180deg,#D9053A,#5FA4F0) 1;box-shadow:0 1px 8px #5fa4f014;transition:box-shadow .2s}
.topicitem:hover{box-shadow:0 4px 20px #d9053a1a}
.topicitem-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#d9053a1a,#5fa4f01f);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#D9053A;font-size:16px}
.topicitem-text strong{display:block;font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:3px}
.topicitem-text span{font-size:12.5px;color:#666;line-height:1.5}
.topics-imagecol{position:relative}
.topics-imagecol .topic-img-main{border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #5fa4f02e}
.topics-imagecol .topic-img-main img{display:block;width:100%;height:380px;object-fit:cover}
.topics-imagecol .topic-floatcard{position:absolute;bottom:-20px;left:-24px;background:#fff;border-radius:12px;padding:16px 22px;box-shadow:0 6px 28px #d9053a26;display:flex;flex-direction:column;gap:4px;min-width:160px}
.topic-floatcard .fc-label{font-size:11px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.topic-floatcard .fc-val{font-size:24px;font-weight:800;color:#D9053A;line-height:1}
.topic-floatcard .fc-sub{font-size:12px;color:#555}
.cta-enroll-section{background:linear-gradient(135deg,#D9053A 0%,#5FA4F0 100%);padding:72px 24px;position:relative;overflow:hidden}
.cta-enroll-section::before{content:'';position:absolute;top:-60px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,#ffffff1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-enroll-section::after{content:'';position:absolute;bottom:-40px;right:-40px;width:250px;height:250px;background:radial-gradient(circle,#faad292e 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-enroll-inner{max-width:860px;margin:0 auto;position:relative;z-index:1;text-align:center}
.cta-enroll-inner h2{font-size:clamp(26px,4vw,44px);font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}
.cta-enroll-inner p{font-size:17px;color:#ffffffd1;margin:0 auto 40px;max-width:600px;line-height:1.75}
.cta-enroll-form{display:flex;flex-direction:row;gap:12px;justify-content:center;max-width:520px;margin:0 auto;flex-wrap:wrap}
.cta-enroll-form input[type="email"]{flex:1 1 200px;padding:14px 20px;border-radius:10px;border:2px solid #ffffff4d;background:#ffffff26;color:#fff;font-size:15px;outline:none;transition:border-color 0.2s,background .2s}
.cta-enroll-form input[type="email"]::placeholder{color:#fff9}
.cta-enroll-form input[type="email"]:focus{border-color:#fff;background:#ffffff38}
.cta-enroll-form .btn-cta-submit{padding:14px 30px;background:#fff;color:#D9053A;font-weight:800;font-size:15px;border-radius:10px;border:none;cursor:pointer;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 18px #00000026;position:relative;z-index:2;white-space:nowrap}
.cta-enroll-form .btn-cta-submit:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0003}
.cta-trust-row{display:flex;flex-direction:row;gap:28px;justify-content:center;margin-top:28px;flex-wrap:wrap}
.cta-trust-item{display:flex;flex-direction:row;align-items:center;gap:7px;font-size:13px;color:#ffffffbf;font-weight:600}
.cta-trust-item svg{flex-shrink:0}
@media (max-width: 1024px) {
.webincards-grid{grid-template-columns:repeat(2,1fr)}
.howitworks-steps{grid-template-columns:repeat(2,1fr);gap:32px}
.howitworks-steps::before{display:none}
.topics-layout{grid-template-columns:1fr;gap:40px}
.topics-imagecol .topic-floatcard{bottom:16px;left:16px}
.webin-titleblock .tb-content{flex-direction:column;gap:36px}
.webin-titleblock .tb-visual{flex:0 0 auto;width:100%}
}
@media (max-width: 640px) {
.webin-titleblock{padding:56px 16px 64px}
.webincards-grid{grid-template-columns:1fr}
.howitworks-steps{grid-template-columns:1fr}
.webinlist-section,.howit-section,.topics-section,.cta-enroll-section{padding:56px 16px}
.cta-enroll-form{flex-direction:column}
.cta-enroll-form input[type="email"]{flex:1 1 auto;width:100%}
.webin-titleblock .tb-stat-chips{flex-direction:column}
}
.heroblock{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);position:relative;overflow:hidden;padding:80px 0 60px}
.heroblock .dotaccent{position:absolute;width:6px;height:6px;border-radius:50%;background:#FAAD29;opacity:.6}
.heroblock .dotaccent.tl{top:24px;left:24px;box-shadow:12px 0 0 #FAAD29,24px 0 0 #FAAD29,0 12px 0 #FAAD29,12px 12px 0 #FAAD29,24px 12px 0 #FAAD29}
.heroblock .dotaccent.tr{top:24px;right:24px;box-shadow:-12px 0 0 #5FA4F0,-24px 0 0 #5FA4F0,0 12px 0 #5FA4F0,-12px 12px 0 #5FA4F0,-24px 12px 0 #5FA4F0;opacity:.4}
.heroblock .dotaccent.bl{bottom:24px;left:24px;box-shadow:12px 0 0 #D9053A,24px 0 0 #D9053A,0 -12px 0 #D9053A,12px -12px 0 #D9053A,24px -12px 0 #D9053A;opacity:.4}
.heroblock .dotaccent.br{bottom:24px;right:24px;box-shadow:-12px 0 0 #FAAD29,-24px 0 0 #FAAD29,0 -12px 0 #FAAD29,-12px -12px 0 #FAAD29,-24px -12px 0 #FAAD29;opacity:.3}
.herocont{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:48px}
.herotextcol{flex:1 1 0;display:flex;flex-direction:column;gap:24px}
.heroeyebrow{display:inline-flex;align-items:center;gap:8px;background:#d9053a26;border:1px solid #d9053a59;border-radius:20px;padding:6px 16px;width:fit-content}
.heroeyebrow span{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#FAAD29}
.herotextcol h1{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#fff;margin:0}
.herotextcol h1 .accentword{color:#5FA4F0;position:relative}
.herotextcol h1 .accentword::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#D9053A,#FAAD29);border-radius:2px}
.herodesc{font-size:17px;line-height:1.7;color:#ffffffc7;max-width:520px;margin:0}
.herobuttns{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.butt-primary{background:linear-gradient(135deg,#D9053A,#a0022a);color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #d9053a59;position:relative;z-index:2}
.butt-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d9053a73;color:#fff}
.butt-outline{background:transparent;color:#5FA4F0;border:2px solid #5FA4F0;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,color .2s;position:relative;z-index:2}
.butt-outline:hover{background:#5FA4F0;color:#fff}
.heroimgcol{flex:0 0 440px;position:relative}
.heroimgcol img{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 16px 48px #0006}
.heroimgbadge{position:absolute;bottom:-20px;left:-20px;background:linear-gradient(135deg,#FAAD29,#f09000);border-radius:12px;padding:14px 20px;box-shadow:0 8px 24px #faad2966}
.heroimgbadge .badgenum{font-size:26px;font-weight:800;color:#1a1a2e;display:block;line-height:1}
.heroimgbadge .badgelabel{font-size:11px;font-weight:600;color:#1a1a2e;text-transform:uppercase;letter-spacing:.8px}
.interactivesec{background:#f7f8fc;padding:72px 0}
.interactivecont{max-width:1200px;margin:0 auto;padding:0 24px}
.sectionheado{text-align:center;margin-bottom:48px}
.sectionheado h2{font-size:clamp(26px,3vw,40px);font-weight:800;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.sectionheado h2::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#D9053A,#5FA4F0);border-radius:2px}
.sectionheado p{font-size:16px;color:#555;max-width:560px;margin:20px auto 0;line-height:1.65}
.moduletabs{display:flex;flex-direction:column;gap:0}
.tab-radio{display:none}
.tabnavrow{display:flex;flex-direction:row;border-radius:12px 12px 0 0;overflow:hidden;border:1px solid #e0e4ef;border-bottom:none;background:#fff}
.tablabelbtn{flex:1;padding:16px 12px;text-align:center;cursor:pointer;font-size:14px;font-weight:600;color:#666;background:#f0f2f8;border-right:1px solid #e0e4ef;transition:background 0.2s,color .2s;user-select:none}
.tablabelbtn:last-child{border-right:none}
#tab1:checked ~ .tabnavrow label[for="tab1"],#tab2:checked ~ .tabnavrow label[for="tab2"],#tab3:checked ~ .tabnavrow label[for="tab3"]{background:#fff;color:#D9053A;border-bottom:3px solid #D9053A}
.tabpanels{background:#fff;border:1px solid #e0e4ef;border-radius:0 0 12px 12px;padding:32px}
.tabpanel{display:none}
#tab1:checked ~ .tabpanels .panel1,#tab2:checked ~ .tabpanels .panel2,#tab3:checked ~ .tabpanels .panel3{display:block}
.panelgrid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.panelgrid img{width:100%;height:240px;object-fit:cover;border-radius:12px}
.paneltextside h3{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 12px}
.paneltextside p{font-size:15px;line-height:1.65;color:#555;margin:0 0 16px}
.panelfeaturelist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.panelfeaturelist li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:14px;color:#333;line-height:1.5}
.panelfeaturelist li::before{content:'';flex-shrink:0;width:18px;height:18px;background:linear-gradient(135deg,#D9053A,#5FA4F0);border-radius:50%;margin-top:2px;display:inline-block}
.activitysec{background:#fff;padding:72px 0}
.activitycont{max-width:1200px;margin:0 auto;padding:0 24px}
.activitylayout{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}
.activityleft h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0 0 16px}
.activityleft h2 .thing{color:#D9053A}
.activityleft p{font-size:16px;line-height:1.7;color:#444;margin:0 0 28px}
.activityleft img{width:100%;height:300px;object-fit:cover;border-radius:14px;box-shadow:0 8px 32px #0000001a}
.eventcards{display:flex;flex-direction:column;gap:16px}
.eventcard{background:#f7f8fc;border-radius:14px;padding:24px;border-left:4px solid #5FA4F0;display:flex;flex-direction:row;gap:20px;align-items:flex-start;transition:transform 0.2s,box-shadow .2s}
.eventcard:hover{transform:translateX(4px);box-shadow:0 4px 20px #5fa4f026}
.eventcard.highlight{border-left-color:#D9053A;background:#fff8f9}
.eventcard.goldy{border-left-color:#FAAD29}
.eventicon{flex-shrink:0;width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5FA4F0,#3a7fd4)}
.eventcard.highlight .eventicon{background:linear-gradient(135deg,#D9053A,#a0022a)}
.eventcard.goldy .eventicon{background:linear-gradient(135deg,#FAAD29,#d4900a)}
.eventicon svg{width:22px;height:22px;fill:#fff}
.eventcardtext h4{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.eventcardtext p{font-size:14px;color:#666;margin:0 0 8px;line-height:1.5}
.eventbadge{display:inline-block;background:#5fa4f026;color:#3a7fd4;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}
.eventcard.highlight .eventbadge{background:#d9053a1a;color:#D9053A}
.eventcard.goldy .eventbadge{background:#faad2926;color:#b07800}
.guaranteesec{background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%);padding:72px 0;position:relative;overflow:hidden}
.guaranteesec::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#5fa4f01f 0%,transparent 70%)}
.guaranteecont{max-width:1200px;margin:0 auto;padding:0 24px}
.guaranteeheado{text-align:center;margin-bottom:48px}
.guaranteeheado h2{font-size:clamp(26px,3vw,38px);font-weight:800;color:#fff;margin:0 0 12px}
.guaranteeheado p{font-size:16px;color:#ffffffb3;max-width:540px;margin:0 auto;line-height:1.65}
.guaranteegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}
.guaranteecard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:28px 24px;text-align:center;transition:background 0.2s,border-color .2s}
.guaranteecard:hover{background:#ffffff1a;border-color:#5fa4f066}
.guaranteecard .stuff{width:52px;height:52px;border-radius:12px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d9053a4d,#5fa4f04d)}
.guaranteecard .stuff svg{width:26px;height:26px;fill:#FAAD29}
.guaranteecard h4{font-size:17px;font-weight:700;color:#fff;margin:0 0 10px}
.guaranteecard p{font-size:14px;color:#ffffffa6;line-height:1.6;margin:0}
.guaranteebottomrow{display:flex;flex-direction:row;gap:24px;align-items:stretch}
.guaranteeimgblock{flex:0 0 340px;border-radius:14px;overflow:hidden}
.guaranteeimgblock img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}
.guaranteestatsblock{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.statitem{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:6px}
.statnum{font-size:32px;font-weight:800;background:linear-gradient(90deg,#FAAD29,#D9053A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.statlabel{font-size:13px;color:#ffffffa6;line-height:1.4}
.relevancesec{background:#f7f8fc;padding:72px 0}
.relevancecont{max-width:1200px;margin:0 auto;padding:0 24px}
.relevancelayout{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.relevanceright img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0000001f}
.relevanceleft h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0 0 16px}
.relevanceleft h2 .element{position:relative;color:#1a1a2e}
.relevanceleft h2 .element::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FAAD29,#D9053A);border-radius:2px}
.relevanceleft p{font-size:16px;line-height:1.7;color:#444;margin:0 0 24px}
.topiclist{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.topicrow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid #e8ecf4;transition:border-color 0.2s,box-shadow .2s}
.topicrow:hover{border-color:#5FA4F0;box-shadow:0 4px 16px #5fa4f01a}
.topicicon{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#5FA4F0,#3a7fd4);display:flex;align-items:center;justify-content:center}
.topicicon svg{width:18px;height:18px;fill:#fff}
.topictext strong{font-size:15px;font-weight:700;color:#1a1a2e;display:block;margin-bottom:2px}
.topictext span{font-size:13px;color:#666;line-height:1.4}
.relevancebutt{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#5FA4F0,#3a7fd4);color:#fff;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #5fa4f059;position:relative;z-index:2}
.relevancebutt:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5fa4f073;color:#fff}
@media (max-width: 900px) {
.herocont{flex-direction:column}
.heroimgcol{flex:0 0 auto;width:100%}
.activitylayout{grid-template-columns:1fr}
.guaranteegrid{grid-template-columns:1fr 1fr}
.guaranteebottomrow{flex-direction:column}
.guaranteeimgblock{flex:0 0 auto}
.relevancelayout{grid-template-columns:1fr}
.relevanceright{order:-1}
.panelgrid{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.heroblock{padding:56px 0 48px}
.herobuttns{flex-direction:column}
.tabnavrow{flex-wrap:wrap}
.guaranteegrid{grid-template-columns:1fr}
.guaranteestatsblock{grid-template-columns:1fr 1fr}
.tabpanels{padding:20px 16px}
.interactivesec,.activitysec,.guaranteesec,.relevancesec{padding:48px 0}
}
.contactpage-hero{padding:80px 0 60px;background:linear-gradient(135deg,#f8f9fc 0%,#eef4fd 60%,#fdf0f3 100%);overflow:hidden;position:relative}
.contactpage-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#5fa4f01f 0%,transparent 70%);pointer-events:none}
.contactpage-hero::after{content:'';position:absolute;bottom:-60px;left:10%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#d9053a12 0%,transparent 70%);pointer-events:none}
.herocontainer{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:48px}
.herotextside{flex:1 1 55%}
.herotextside .badge-label{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#d9053a1a,#5fa4f01a);border:1px solid #d9053a33;border-radius:50px;padding:6px 16px;font-size:13px;color:#D9053A;font-weight:600;letter-spacing:.04em;margin-bottom:22px;text-transform:uppercase}
.herotextside h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.18;color:#1a1a2e;margin-bottom:20px;position:relative}
.herotextside h1 .accent-word{color:#D9053A;position:relative}
.herotextside h1 .accent-word::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:linear-gradient(90deg,#D9053A,#FAAD29);border-radius:2px}
.herotextside .heroleadtext{font-size:17px;line-height:1.7;color:#4a4a6a;margin-bottom:28px;max-width:520px}
.herotextside .quickcontactstrip{display:flex;flex-direction:column;gap:12px}
.quickcontactstrip .qcitem{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:15px;color:#2d2d4e}
.quickcontactstrip .qcitem .qcicon{width:36px;height:36px;border-radius:10px;background:#fff;box-shadow:0 2px 10px #5fa4f026;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.quickcontactstrip .qcitem .qcicon svg{width:18px;height:18px}
.quickcontactstrip .qcitem a{color:#2d2d4e;text-decoration:none;transition:color .2s}
.quickcontactstrip .qcitem a:hover{color:#D9053A}
.herocardsdie{flex:0 0 320px;position:relative}
.depthcard{border-radius:20px;background:#fff;box-shadow:0 20px 60px #5fa4f026 0 4px 16px #d9053a0f;padding:32px 28px;position:relative;z-index:2}
.depthcard .cardtopbar{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:24px}
.depthcard .cardtopbar .cardavatar{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#D9053A,#5FA4F0);display:flex;align-items:center;justify-content:center}
.depthcard .cardtopbar .cardavatar svg{width:26px;height:26px;fill:#fff}
.depthcard .cardtopbar .cardmeta strong{display:block;color:#1a1a2e;font-size:16px;font-weight:700}
.depthcard .cardtopbar .cardmeta span{font-size:13px;color:#7a7a9a}
.depthcard .cardinfo-row{display:flex;flex-direction:column;gap:14px}
.depthcard .cardinfo-row .cinfoitem{display:flex;flex-direction:row;align-items:flex-start;gap:10px}
.depthcard .cardinfo-row .cinfoitem .ciidot{width:8px;height:8px;border-radius:50%;background:#D9053A;margin-top:6px;flex-shrink:0}
.depthcard .cardinfo-row .cinfoitem .citext{font-size:13px;color:#4a4a6a;line-height:1.5}
.depthcard .cardinfo-row .cinfoitem .citext strong{display:block;color:#1a1a2e;font-size:14px}
.herocardsdie .decorlayer1{position:absolute;top:-16px;right:-16px;width:100%;height:100%;border-radius:20px;background:linear-gradient(135deg,#D9053A,#5FA4F0);opacity:.1;z-index:1}
.herocardsdie .decorlayer2{position:absolute;top:-30px;right:-30px;width:100%;height:100%;border-radius:20px;background:linear-gradient(135deg,#FAAD29,#D9053A);opacity:.06;z-index:0}
.contactformsec{padding:80px 0;background:#fff}
.cformsecinner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.cformleftpanel{flex:1 1 45%}
.cformleftpanel .sectionlabel{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5FA4F0;margin-bottom:14px}
.cformleftpanel h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin-bottom:18px}
.cformleftpanel h2 .h2accent{color:#D9053A}
.cformleftpanel .formintrotext{font-size:16px;color:#4a4a6a;line-height:1.7;margin-bottom:32px}
.whyreachblock{display:flex;flex-direction:column;gap:16px}
.whyreachitem{display:flex;flex-direction:row;gap:14px;align-items:flex-start;padding:16px;border-radius:12px;background:#f8f9fc;border-left:3px solid transparent;transition:border-color 0.25s,background .25s}
.whyreachitem:hover{border-left-color:#D9053A;background:#fdf5f7}
.whyreachitem .wriconbox{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#d9053a1f,#5fa4f01f);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.whyreachitem .wriconbox svg{width:20px;height:20px}
.whyreachitem .writext strong{display:block;font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:3px}
.whyreachitem .writext span{font-size:13px;color:#6a6a8a;line-height:1.5}
.cformrightpanel{flex:1 1 55%}
.formwrap{background:linear-gradient(145deg,#f8f9fc,#eef4fd);border-radius:20px;padding:40px 36px;box-shadow:0 8px 40px #5fa4f01a}
.formwrap .formgroup{margin-bottom:20px}
.formwrap .formgroup label{display:block;font-size:13px;font-weight:600;color:#2d2d4e;margin-bottom:7px;letter-spacing:.02em}
.formwrap .formgroup input,.formwrap .formgroup textarea{width:100%;padding:13px 16px;border:1.5px solid #dde3ef;border-radius:10px;font-size:15px;color:#1a1a2e;background:#fff;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none;line-height:1.5}
.formwrap .formgroup input:focus,.formwrap .formgroup textarea:focus{border-color:#5FA4F0;box-shadow:0 0 0 3px #5fa4f026}
.formwrap .formgroup textarea{resize:vertical;min-height:120px}
.formwrap .privacycheck{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:24px}
.formwrap .privacycheck input[type="checkbox"]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#D9053A;cursor:pointer}
.formwrap .privacycheck label{font-size:13px;color:#5a5a7a;line-height:1.6;cursor:pointer}
.formwrap .privacycheck label a{color:#D9053A;text-decoration:underline}
.formwrap .privacycheck label a:hover{color:#b00430}
.submitbutt{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#D9053A,#5FA4F0);color:#fff;font-size:15px;font-weight:700;padding:14px 36px;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:opacity 0.2s,transform 0.2s,box-shadow .2s;position:relative;z-index:5;box-shadow:0 4px 20px #d9053a40;width:100%;justify-content:center}
.submitbutt:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 8px 28px #d9053a4d}
.submitbutt svg{width:18px;height:18px;fill:#fff}
.contactinfosec{padding:70px 0;background:linear-gradient(135deg,#1a1a2e 0%,#2d2d4e 100%);position:relative;overflow:hidden}
.contactinfosec::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 80% 50%,#5fa4f01f 0%,transparent 60%);pointer-events:none}
.cisinnercontainer{max-width:1200px;margin:0 auto;padding:0 24px}
.cisheader{text-align:center;margin-bottom:48px}
.cisheader h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin-bottom:12px}
.cisheader p{font-size:16px;color:#ffffffa6;max-width:480px;margin:0 auto;line-height:1.6}
.cisgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.ciscard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:28px 24px;transition:background 0.25s,transform .25s;text-align:center}
.ciscard:hover{background:#ffffff1a;transform:translateY(-4px)}
.ciscard .ciscardicon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#D9053A,#5FA4F0);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.ciscard .ciscardicon svg{width:26px;height:26px;fill:#fff}
.ciscard h4{font-size:14px;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.ciscard .cisval{font-size:15px;color:#fff;font-weight:500;line-height:1.5}
.ciscard .cisval a{color:#fff;text-decoration:none}
.ciscard .cisval a:hover{color:#FAAD29}
.cisaddressrow{display:flex;flex-direction:row;align-items:center;gap:16px;background:#faad291a;border:1px solid #faad2933;border-radius:14px;padding:22px 28px;margin-bottom:40px}
.cisaddressrow .addricondiv{width:48px;height:48px;border-radius:12px;background:#faad2933;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cisaddressrow .addricondiv svg{width:24px;height:24px;fill:#FAAD29}
.cisaddressrow .addrtext strong{display:block;font-size:14px;font-weight:700;color:#FAAD29;margin-bottom:4px}
.cisaddressrow .addrtext span{font-size:15px;color:#fffc}
.cisfooterlink{text-align:center}
.cisfooterlink a{display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid #ffffff40;border-radius:10px;padding:12px 28px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:border-color 0.2s,background .2s}
.cisfooterlink a:hover{border-color:#5FA4F0;background:#5fa4f01a}
.cisfooterlink a svg{width:18px;height:18px;fill:#fff}
.divider-wave{overflow:hidden;line-height:0;margin:0;padding:0}
.divider-wave svg{display:block;width:100%}
@media (max-width: 900px) {
.herocontainer{flex-direction:column}
.herocardsdie{flex:0 0 auto;width:100%;max-width:380px}
.cformsecinner{flex-direction:column;gap:40px}
.cisgrid{grid-template-columns:1fr;gap:16px}
}
@media (max-width: 600px) {
.contactpage-hero{padding:50px 0 40px}
.herocontainer{gap:32px}
.formwrap{padding:28px 20px}
.contactformsec{padding:50px 0}
.contactinfosec{padding:50px 0}
.cisaddressrow{flex-direction:column;text-align:center}
.herotextside .quickcontactstrip{gap:10px}
}
.aboutheado{position:relative;overflow:hidden;background:#f8f9fc;padding:80px 0 60px}
.aboutheado .abouthero-inner{max-width:1366px;margin:auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:60px}
.aboutheado .abouthero-text{flex:1;min-width:0;position:relative;z-index:2}
.aboutheado .abouthero-text .heado-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#D9053A;background:#d9053a14;padding:6px 14px;border-radius:20px;margin-bottom:24px}
.aboutheado .abouthero-text h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.15;color:#1a1e2e;margin-bottom:24px;letter-spacing:-.5px}
.aboutheado .abouthero-text h1 .redaccent{color:#D9053A;position:relative}
.aboutheado .abouthero-text h1 .redaccent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#D9053A,#5FA4F0);border-radius:2px}
.aboutheado .abouthero-text .heado-desc{font-size:1.05rem;line-height:1.75;color:#4a5068;max-width:520px;margin-bottom:36px}
.aboutheado .abouthero-text .heado-stats{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.aboutheado .abouthero-text .heado-stats .statitem{display:flex;flex-direction:column}
.aboutheado .abouthero-text .heado-stats .statitem .statnumb{font-size:2rem;font-weight:800;color:#1a1e2e;line-height:1}
.aboutheado .abouthero-text .heado-stats .statitem .statlbl{font-size:.8rem;color:#7a8099;margin-top:4px;letter-spacing:.5px}
.aboutheado .abouthero-visual{flex:0 0 45%;position:relative}
.aboutheado .abouthero-visual .mainimg{width:100%;height:420px;object-fit:cover;border-radius:16px;display:block;filter:saturate(0.85) contrast(1.05)}
.aboutheado .abouthero-visual .floatbadge{position:absolute;bottom:-18px;left:-24px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 8px 32px #1a1e2e1f;display:flex;flex-direction:row;align-items:center;gap:12px;z-index:3}
.aboutheado .abouthero-visual .floatbadge .badgeicon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#D9053A,#5FA4F0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}
.aboutheado .abouthero-visual .floatbadge .badgetext strong{display:block;font-size:.9rem;font-weight:700;color:#1a1e2e}
.aboutheado .abouthero-visual .floatbadge .badgetext span{font-size:.75rem;color:#7a8099}
.aboutheado .bgshape1{position:absolute;top:-60px;right:-80px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#5fa4f014 0%,transparent 70%);pointer-events:none}
.aboutheado .bgshape2{position:absolute;bottom:-40px;left:10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#d9053a0f 0%,transparent 70%);pointer-events:none}
.storysect{padding:80px 0;background:#fff}
.storysect .storyinner{max-width:1366px;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.storysect .storygallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:14px}
.storysect .storygallery .galimg-big{grid-column:1 / 3;width:100%;height:240px;object-fit:cover;border-radius:12px;display:block}
.storysect .storygallery .galimg-sm{width:100%;height:160px;object-fit:cover;border-radius:12px;display:block}
.storysect .storytext{display:flex;flex-direction:column}
.storysect .storytext .sect-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#5FA4F0;margin-bottom:14px}
.storysect .storytext h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;color:#1a1e2e;line-height:1.25;margin-bottom:20px;position:relative;padding-bottom:18px}
.storysect .storytext h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#D9053A,#FAAD29);border-radius:2px}
.storysect .storytext .storyparag{font-size:.98rem;line-height:1.8;color:#4a5068;margin-bottom:16px}
.storysect .storytext .milestone-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}
.storysect .storytext .milestone-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.92rem;color:#4a5068;line-height:1.55}
.storysect .storytext .milestone-list li .miledot{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#D9053A,#5FA4F0);display:flex;align-items:center;justify-content:center;margin-top:1px}
.storysect .storytext .milestone-list li .miledot svg{width:10px;height:10px}
.valuesect{padding:80px 0;background:linear-gradient(160deg,#1a1e2e 0%,#2d3455 100%);position:relative;overflow:hidden}
.valuesect .valbg-pattern{position:absolute;inset:0;pointer-events:none;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:32px 32px}
.valuesect .valinner{max-width:1366px;margin:auto;padding:0 24px}
.valuesect .valtop{text-align:center;margin-bottom:52px}
.valuesect .valtop .sect-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#FAAD29;margin-bottom:14px}
.valuesect .valtop h2{font-size:clamp(1.6rem,2.5vw,2.3rem);font-weight:800;color:#fff;line-height:1.25}
.valuesect .valgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.valuesect .valcard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:32px 28px;transition:transform .25s ease,background .25s ease}
.valuesect .valcard:hover{transform:translateY(-4px);background:#ffffff1a}
.valuesect .valcard .valicon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px;color:#fff}
.valuesect .valcard .valicon.red{background:linear-gradient(135deg,#D9053A,#ff4d6d)}
.valuesect .valcard .valicon.blue{background:linear-gradient(135deg,#5FA4F0,#3a7bd5)}
.valuesect .valcard .valicon.yellow{background:linear-gradient(135deg,#FAAD29,#f7731c)}
.valuesect .valcard h4{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px}
.valuesect .valcard p{font-size:.88rem;line-height:1.7;color:#ffffffa6}
.approachsect{padding:80px 0;background:#f4f6fb}
.approachsect .approachinner{max-width:1366px;margin:auto;padding:0 24px}
.approachsect .approachtop{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:32px}
.approachsect .approachtop .atitleblock .sect-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#D9053A;margin-bottom:12px}
.approachsect .approachtop .atitleblock h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;color:#1a1e2e;line-height:1.25}
.approachsect .approachtop .atopnote{max-width:360px;font-size:.9rem;line-height:1.7;color:#6b7280;flex-shrink:0}
.approachsect .stepsgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.approachsect .stepsgrid::before{content:'';position:absolute;top:28px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:2px;background:linear-gradient(90deg,#D9053A,#5FA4F0,#FAAD29);z-index:0}
.approachsect .stepitem{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}
.approachsect .stepitem .stepnum{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:20px;position:relative;z-index:2;flex-shrink:0}
.approachsect .stepitem:nth-child(1) .stepnum{background:#D9053A}
.approachsect .stepitem:nth-child(2) .stepnum{background:linear-gradient(135deg,#D9053A,#5FA4F0)}
.approachsect .stepitem:nth-child(3) .stepnum{background:#5FA4F0}
.approachsect .stepitem:nth-child(4) .stepnum{background:#FAAD29}
.approachsect .stepitem h5{font-size:.95rem;font-weight:700;color:#1a1e2e;margin-bottom:8px}
.approachsect .stepitem p{font-size:.83rem;line-height:1.65;color:#6b7280}
.approachsect .featurestrip{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.approachsect .featurestrip .featcard{background:#fff;border-radius:14px;padding:28px;display:flex;flex-direction:row;gap:20px;align-items:flex-start;box-shadow:0 4px 20px #1a1e2e0f;transition:box-shadow .25s ease}
.approachsect .featurestrip .featcard:hover{box-shadow:0 8px 32px #1a1e2e1a}
.approachsect .featurestrip .featcard .featico{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;background:linear-gradient(135deg,#D9053A,#5FA4F0)}
.approachsect .featurestrip .featcard .feattextblock h5{font-size:.95rem;font-weight:700;color:#1a1e2e;margin-bottom:6px}
.approachsect .featurestrip .featcard .feattextblock p{font-size:.85rem;line-height:1.65;color:#6b7280}
.ctaabout{padding:80px 0;background:#fff}
.ctaabout .ctainner{max-width:1366px;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.ctaabout .ctavisual{position:relative}
.ctaabout .ctavisual .ctamainimg{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block}
.ctaabout .ctavisual .ctabadge{position:absolute;top:-16px;right:-16px;background:linear-gradient(135deg,#D9053A,#5FA4F0);color:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 8px 24px #d9053a4d;text-align:center}
.ctaabout .ctavisual .ctabadge strong{display:block;font-size:1.6rem;font-weight:800;line-height:1}
.ctaabout .ctavisual .ctabadge span{font-size:.75rem;opacity:.9;margin-top:4px;display:block}
.ctaabout .ctacontent .sect-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#5FA4F0;margin-bottom:14px}
.ctaabout .ctacontent h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;color:#1a1e2e;line-height:1.25;margin-bottom:18px}
.ctaabout .ctacontent .ctadesc{font-size:.98rem;line-height:1.8;color:#4a5068;margin-bottom:28px}
.ctaabout .ctacontent .ctafacts{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}
.ctaabout .ctacontent .ctafacts .factrow{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:.9rem;color:#4a5068}
.ctaabout .ctacontent .ctafacts .factrow .factchk{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#d9053a1a;display:flex;align-items:center;justify-content:center}
.ctaabout .ctacontent .ctafacts .factrow .factchk svg{width:10px;height:10px}
.ctaabout .ctacontent .ctabuttons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.ctaabout .ctacontent .ctabuttons .butt-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#D9053A,#5FA4F0);color:#fff;font-size:.92rem;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease;z-index:5;position:relative}
.ctaabout .ctacontent .ctabuttons .butt-primary:hover{opacity:.9;transform:translateY(-1px)}
.ctaabout .ctacontent .ctabuttons .butt-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1a1e2e;font-size:.92rem;font-weight:700;padding:12px 28px;border-radius:10px;text-decoration:none;border:2px solid #e2e6f0;cursor:pointer;transition:border-color .2s ease,color .2s ease;z-index:5;position:relative}
.ctaabout .ctacontent .ctabuttons .butt-outline:hover{border-color:#5FA4F0;color:#5FA4F0}
.svgdivider{width:100%;overflow:hidden;line-height:0;display:block}
@media (max-width: 1024px) {
.aboutheado .abouthero-inner{flex-direction:column;gap:40px}
.aboutheado .abouthero-visual{flex:0 0 auto;width:100%}
.storysect .storyinner{grid-template-columns:1fr;gap:40px}
.valuesect .valgrid{grid-template-columns:1fr 1fr}
.approachsect .stepsgrid{grid-template-columns:1fr 1fr;gap:32px}
.approachsect .stepsgrid::before{display:none}
.approachsect .featurestrip{grid-template-columns:1fr}
.ctaabout .ctainner{grid-template-columns:1fr}
.ctaabout .ctavisual .ctabadge{right:12px}
.approachsect .approachtop{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px) {
.aboutheado{padding:50px 0 40px}
.aboutheado .abouthero-visual .floatbadge{left:0}
.aboutheado .abouthero-visual .mainimg{height:260px}
.aboutheado .abouthero-text .heado-stats{gap:20px}
.valuesect .valgrid{grid-template-columns:1fr}
.approachsect .stepsgrid{grid-template-columns:1fr}
.ctaabout .ctacontent .ctabuttons{flex-direction:column}
.storysect .storygallery .galimg-big{height:180px}
.storysect .storygallery .galimg-sm{height:120px}
.ctaabout .ctavisual .ctamainimg{height:240px}
.ctaabout .ctavisual .ctabadge{position:static;display:inline-flex;flex-direction:row;gap:8px;align-items:center;border-radius:10px;margin-top:12px}
}
.successpage{background:#f8f9fc;padding:0}
.successtitle{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}
.successtitle .geometricbg{position:absolute;inset:0;z-index:0}
.successtitle .geometricbg::before{content:'';position:absolute;top:-80px;right:-80px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#d9053a1f 0%,#5fa4f012 60%,transparent 80%)}
.successtitle .geometricbg::after{content:'';position:absolute;bottom:-60px;left:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#5fa4f01a 0%,#faad290f 60%,transparent 80%)}
.successtitle .fragmentleft{position:absolute;left:0;top:0;width:32%;height:100%;background:linear-gradient(135deg,#d9053a12 0%,#5fa4f00a 100%);clip-path:polygon(0 0,85% 0,100% 100%,0 100%);z-index:0}
.successtitle .fragmentright{position:absolute;right:0;top:0;width:28%;height:100%;background:linear-gradient(225deg,#5fa4f014 0%,#faad290d 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);z-index:0}
.successtitle .dotline{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:8px;align-items:center;z-index:2}
.successtitle .dotline span{display:inline-block;border-radius:50%}
.successtitle .dotline span:nth-child(1){width:5px;height:5px;background:#d9053a4d}
.successtitle .dotline span:nth-child(2){width:4px;height:4px;background:#d9053a33}
.successtitle .dotline span:nth-child(3){width:7px;height:7px;background:#d9053a80}
.successtitle .dotline span:nth-child(4){width:4px;height:4px;background:#5fa4f040}
.successtitle .dotline span:nth-child(5){width:6px;height:6px;background:#5fa4f066}
.successtitle .dotline span:nth-child(6){width:4px;height:4px;background:#5fa4f033}
.successtitle .dotline span:nth-child(7){width:5px;height:5px;background:#faad2959}
.successtitle .dotline span:nth-child(8){width:3px;height:3px;background:#faad2933}
.successtitle .titlecontent{position:relative;z-index:3;text-align:center;max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}
.successtitle .iconring{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#D9053A 0%,#5FA4F0 100%);display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 8px 32px #d9053a2e 0 2px 8px #5fa4f01f;position:relative}
.successtitle .iconring::before{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px dashed #d9053a40}
.successtitle .iconring svg{width:40px;height:40px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.successtitle .maintitle{font-size:2.6rem;font-weight:800;color:#1a1a2e;line-height:1.18;margin-bottom:0;letter-spacing:-.5px}
.successtitle .titlepause{display:block;width:48px;height:3px;background:linear-gradient(90deg,#D9053A,#5FA4F0);border-radius:2px;margin:22px auto}
.successtitle .titledesc{font-size:1.13rem;color:#4a5568;line-height:1.7;max-width:520px;margin:0 auto}
.successtitle .titledesc .accentword{color:#D9053A;font-weight:600}
.nextstepsblock{background:#fff;padding:72px 20px 80px}
.nextstepsinner{max-width:1100px;margin:0 auto}
.nextstepsheader{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:52px;padding-left:4px}
.nextstepsheader .sectionlabel{display:inline-flex;align-items:center;gap:8px;background:#faad291a;border:1px solid #faad294d;border-radius:20px;padding:5px 14px;font-size:.8rem;font-weight:700;color:#b07c0a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}
.nextstepsheader .sectionlabel::before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:#FAAD29}
.nextstepsheader h2{font-size:2rem;font-weight:800;color:#1a1a2e;line-height:1.22;margin-bottom:10px}
.nextstepsheader h2 .headlineaccent{position:relative;color:#D9053A}
.nextstepsheader h2 .headlineaccent::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#D9053A,#FAAD29);border-radius:2px}
.nextstepsheader .sectiondesc{font-size:1rem;color:#718096;max-width:540px;line-height:1.65}
.stepsandsidegrid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}
.stepscol{display:flex;flex-direction:column;gap:20px}
.stepcard{display:flex;flex-direction:row;align-items:flex-start;gap:20px;background:#f8f9fc;border-radius:14px;padding:24px 26px;border:1px solid #edf0f7;transition:box-shadow 0.22s,border-color 0.22s,transform .18s;cursor:default;position:relative;overflow:hidden}
.stepcard::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:14px 0 0 14px;background:linear-gradient(180deg,#D9053A,#5FA4F0);opacity:0;transition:opacity .22s}
.stepcard:hover{box-shadow:0 8px 28px #5fa4f01a 0 2px 8px #d9053a0f;border-color:#5fa4f040;transform:translateY(-2px)}
.stepcard:hover::before{opacity:1}
.stepnumbadge{min-width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#D9053A 0%,#5FA4F0 100%);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 3px 10px #d9053a26}
.stepcardcontent{flex:1;display:flex;flex-direction:column}
.stepcardtitle{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:6px;line-height:1.35}
.stepcardtext{font-size:.92rem;color:#5a6a7e;line-height:1.6}
.stepcardtext .inlineaccent{color:#D9053A;font-weight:600}
.sidecol{display:flex;flex-direction:column;gap:20px}
.infopanel{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d4e 100%);border-radius:16px;padding:30px 28px 28px;position:relative;overflow:hidden}
.infopanel::after{content:'';position:absolute;top:-40px;right:-40px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,#d9053a33 0%,transparent 70%)}
.infopaneltitle{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:18px;position:relative;z-index:1}
.infopanelrow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:14px;position:relative;z-index:1}
.infopanelrow:last-child{margin-bottom:0}
.infopanelicon{width:34px;height:34px;border-radius:9px;background:#ffffff14;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.infopanelicon svg{width:17px;height:17px;stroke:#FAAD29;fill:none;stroke-width:2;stroke-linecap:round}
.infopanelrowtext{display:flex;flex-direction:column}
.infopanelrowlabel{font-size:.75rem;color:#ffffff73;font-weight:500;letter-spacing:.04em;margin-bottom:2px}
.infopanelrowval{font-size:.9rem;color:#fff;font-weight:600;line-height:1.3}
.ctapanel{background:linear-gradient(135deg,#D9053A 0%,#b00230 100%);border-radius:16px;padding:28px;text-align:center;box-shadow:0 8px 28px #d9053a2e}
.ctapaneltitle{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.35}
.ctapaneldesc{font-size:.88rem;color:#fffc;margin-bottom:20px;line-height:1.55}
.ctapanelbtn{display:inline-block;background:#fff;color:#D9053A;font-size:.95rem;font-weight:700;padding:12px 28px;border-radius:10px;text-decoration:none;transition:background 0.18s,box-shadow 0.18s,transform .15s;box-shadow:0 3px 12px #0000001f;position:relative;z-index:2}
.ctapanelbtn:hover{background:#fff7f8;box-shadow:0 6px 20px #00000029;transform:translateY(-1px);color:#b00230;text-decoration:none}
.svgdivider{width:100%;overflow:hidden;line-height:0;background:#f8f9fc}
.svgdivider svg{display:block;width:100%;height:48px}
@media (max-width: 900px) {
.stepsandsidegrid{grid-template-columns:1fr}
.sidecol{display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media (max-width: 640px) {
.successtitle .maintitle{font-size:1.8rem}
.successtitle{min-height:380px;padding:60px 16px 70px}
.successtitle .fragmentleft,.successtitle .fragmentright{display:none}
.nextstepsblock{padding:50px 16px 60px}
.nextstepsheader h2{font-size:1.55rem}
.stepcard{padding:18px}
.sidecol{grid-template-columns:1fr}
.successtitle .iconring{width:72px;height:72px;margin-bottom:24px}
}