*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Literata',Georgia,serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f7f8fc}
.header{background:#fff;box-shadow:0 2px 16px #2b338a1a;position:relative;z-index:100}
.headertoprow{background:linear-gradient(95deg,#2B338A 0%,#0EA49C 60%,#2B338A 100%);width:100%}
.headertoprow .navholder{max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:flex-end;padding:0 32px;min-height:52px}
.mainnav{display:flex;align-items:center;gap:4px;list-style:none;flex-wrap:wrap}
.mainnav li a{display:block;padding:10px 18px;color:#e8eaf8;text-decoration:none;font-size:.93rem;font-family:'Literata',serif;letter-spacing:.02em;border-radius:24px;transition:background 500ms linear,color 500ms linear}
.mainnav li a:hover,.mainnav li a.nav-active{background:#ffffff2e;color:#fff}
.headerbrandrow{max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:center;padding:18px 32px 22px;position:relative}
.sitelogoholder{display:flex;align-items:center;gap:18px;text-decoration:none}
.sitelogoholder img{width:90px;height:90px;object-fit:contain;border-radius:20px;box-shadow:0 4px 18px #2b338a21 0 1px 2px #2b338a14;background:#f0f2ff;padding:6px}
.sitelogotext{display:flex;flex-direction:column}
.sitelogotext .sitename{font-size:2rem;font-weight:700;color:#2B338A;letter-spacing:-.01em;line-height:1.1}
.sitelogotext .sitetagline{font-size:.82rem;color:#0EA49C;letter-spacing:.06em;margin-top:2px}
.footer{background:#1c2057;color:#c8cde8;margin-top:0}
.footerinnerholder{max-width:1600px;margin:auto;padding:56px 32px 28px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.footercol h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:.04em;text-transform:uppercase;font-family:'Literata',serif}
.footercol p,.footercol address{font-size:.92rem;line-height:1.8;color:#a8aed0;font-style:normal}
.footercol .footernav{list-style:none}
.footercol .footernav li{margin-bottom:10px}
.footercol .footernav li a{color:#a8aed0;text-decoration:none;font-size:.92rem;transition:color 450ms linear}
.footercol .footernav li a:hover{color:#0EA49C}
.footercol .footercontactitem{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.92rem;color:#a8aed0}
.footercol .footercontactitem a{color:#a8aed0;text-decoration:none;transition:color 450ms linear}
.footercol .footercontactitem a:hover{color:#0EA49C}
.footercontactitem .fl-icon{color:#0EA49C;font-size:1.1rem;margin-top:2px;flex-shrink:0}
.footerbottomrow{max-width:1600px;margin:auto;padding:18px 32px;border-top:1px solid #ffffff14;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footercopyright{font-size:.83rem;color:#6b739c}
.footerbadge{display:flex;align-items:center;gap:8px;font-size:.83rem;color:#6b739c}
.footerbadge span{color:#0EA49C}
.cookieoverlay{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);z-index:9999;width:320px;background:#fff;border-radius:28px 0 0 28px;box-shadow:-4px 0 32px #2b338a29 0 8px 24px #2b338a1a;padding:28px 24px 24px;transition:transform 550ms linear}
.cookieoverlay.reveal-active{transform:translateY(-50%) translateX(0)}
.cookieoverlay.reveal-hidden{transform:translateY(-50%) translateX(110%)}
.cookietitle{font-size:1.05rem;font-weight:700;color:#2B338A;margin-bottom:8px;font-family:'Literata',serif}
.cookiedescription{font-size:.82rem;color:#4a4e6b;line-height:1.6;margin-bottom:16px}
.cookieaccordion{margin-bottom:16px}
.cookieaccordionitem{border:1px solid #e0e3f5;border-radius:12px;margin-bottom:8px;overflow:hidden}
.cookieaccordionheader{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;background:#f7f8fc;font-size:.85rem;font-weight:700;color:#2B338A;user-select:none;transition:background 400ms linear}
.cookieaccordionheader:hover{background:#eef0fb}
.cookieaccordionheader .cookieaccordionarrow{font-size:.75rem;transition:transform 400ms linear;color:#0EA49C}
.cookieaccordionheader.accordion-open .cookieaccordionarrow{transform:rotate(180deg)}
.cookieaccordioncontent{display:none;padding:10px 14px;font-size:.78rem;color:#4a4e6b;line-height:1.6;background:#fff}
.cookieaccordioncontent.accordion-visible{display:block}
.cookietogglerow{display:flex;align-items:center;justify-content:space-between;margin-top:8px}
.cookietogglerow label{font-size:.8rem;color:#2B338A;font-weight:700}
.cookietoggle{width:38px;height:20px;appearance:none;background:#d0d3e8;border-radius:20px;position:relative;cursor:pointer;transition:background 400ms linear;flex-shrink:0}
.cookietoggle:checked{background:#0EA49C}
.cookietoggle::after{content:'';position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left 400ms linear;box-shadow:0 1px 3px #00000026}
.cookietoggle:checked::after{left:21px}
.cookietoggle:disabled{opacity:.6;cursor:not-allowed}
.cookiebuttons{display:flex;flex-direction:column;gap:8px;margin-top:16px}
.cookiebutton{width:100%;padding:10px 16px;border-radius:24px;font-size:.85rem;font-weight:700;font-family:'Literata',serif;cursor:pointer;transition:background 450ms linear,color 450ms linear,border-color 450ms linear;letter-spacing:.02em}
.cookiebutton-accept{background:transparent;color:#2B338A;border:2px solid #2B338A}
.cookiebutton-accept:hover{background:#2B338A;color:#fff}
.cookiebutton-decline{background:transparent;color:#D41E0C;border:2px solid #D41E0C}
.cookiebutton-decline:hover{background:#D41E0C;color:#fff}
.cookiebutton-save{background:transparent;color:#0EA49C;border:2px solid #0EA49C;font-size:.8rem}
.cookiebutton-save:hover{background:#0EA49C;color:#fff}
.cookiepolicyrow{display:flex;align-items:center;justify-content:flex-end;margin-top:10px}
.cookiepolicytooltipholder{position:relative;display:inline-flex;align-items:center}
.cookiepolicyicon{width:28px;height:28px;border-radius:50%;background:#f0f2ff;border:1px solid #c8cde8;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;color:#2B338A;transition:background 400ms linear}
.cookiepolicyicon:hover{background:#e0e3f5}
.cookiepolicytip{position:absolute;bottom:120%;right:0;background:#2B338A;color:#fff;font-size:.75rem;padding:6px 12px;border-radius:10px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 400ms linear}
.cookiepolicytip a{color:#0EA49C;text-decoration:underline}
.cookiepolicytooltipholder:hover .cookiepolicytip{opacity:1;pointer-events:auto}
.cookienosell{margin-top:12px;text-align:center}
.cookienosell button{background:none;border:none;color:#6b739c;font-size:.76rem;cursor:pointer;text-decoration:underline;font-family:'Literata',serif;transition:color 400ms linear}
.cookienosell button:hover{color:#D41E0C}
.cookiefloatbtn{position:fixed;bottom:28px;right:28px;z-index:9998;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 16px #2b338a40;color:#fff;font-size:1.2rem;transition:box-shadow 400ms linear}
.cookiefloatbtn.float-visible{display:flex}
.cookiefloatbtn:hover{box-shadow:0 6px 24px #2b338a61}
@media (max-width: 900px) {
.footerinnerholder{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width: 600px) {
.headertoprow .navholder{justify-content:center;padding:0 12px}
.mainnav{justify-content:center;gap:2px}
.mainnav li a{padding:8px 10px;font-size:.82rem}
.headerbrandrow{padding:14px 16px 18px}
.sitelogoholder img{width:64px;height:64px}
.sitelogotext .sitename{font-size:1.4rem}
.footerinnerholder{grid-template-columns:1fr;padding:36px 20px 20px}
.footerbottomrow{flex-direction:column;align-items:flex-start;padding:16px 20px}
.cookieoverlay{width:290px}
}
.policycontent{max-width:860px;margin:0 auto;padding:48px 32px 80px;font-size:16px;line-height:1.8;color:#1a1a2e;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#fff;border-radius:24px;box-shadow:0 4px 24px #2b338a14}
.policycontent h1{font-size:2.2rem;font-weight:800;line-height:1.2;margin:0 0 32px;padding-bottom:20px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 60%,#D41E0C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:3px solid #0EA49C}
.policycontent h2{font-size:1.55rem;font-weight:700;color:#2B338A;margin:48px 0 16px;padding-left:14px;border-left:4px solid #0EA49C;line-height:1.3}
.policycontent h3{font-size:1.25rem;font-weight:700;color:#1e2660;margin:36px 0 12px;line-height:1.4}
.policycontent h4{font-size:1.08rem;font-weight:600;color:#2B338A;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em}
.policycontent h5{font-size:.97rem;font-weight:600;color:#444;margin:20px 0 8px}
.policycontent h6{font-size:.88rem;font-weight:600;color:#666;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.policycontent p{margin:0 0 20px;color:#2c2c3e;font-size:1rem;line-height:1.85}
.policycontent ul{margin:0 0 24px;padding-left:0;list-style:none}
.policycontent ol{margin:0 0 24px;padding-left:24px;list-style:decimal}
.policycontent ul li{position:relative;padding:6px 0 6px 28px;color:#2c2c3e;font-size:1rem;line-height:1.75}
.policycontent ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%)}
.policycontent ol li{padding:6px 0 6px 8px;color:#2c2c3e;font-size:1rem;line-height:1.75}
.policycontent ul ul,.policycontent ol ul,.policycontent ul ol,.policycontent ol ol{margin:8px 0 8px 16px}
.policycontent ul ul li::before{width:6px;height:6px;background:#0EA49C}
.policycontent strong{font-weight:700;color:#1a1a2e}
.policycontent b{font-weight:700;color:#2B338A}
.policycontent a{color:#0EA49C;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color 400ms linear,text-decoration-color 400ms linear;font-weight:500}
.policycontent a:hover{color:#2B338A;text-decoration-color:#2B338A}
.policycontent a:visited{color:#7b4fa6}
.policycontent table{width:100%;border-collapse:collapse;margin:32px 0 36px;font-size:.95rem;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px #2b338a1a}
.policycontent thead{background:linear-gradient(90deg,#2B338A 0%,#0EA49C 100%)}
.policycontent thead tr th{color:#fff;font-weight:700;font-size:.92rem;text-transform:uppercase;letter-spacing:.05em;padding:14px 18px;text-align:left;border:none}
.policycontent tbody tr{transition:background 400ms linear;border-bottom:1px solid #2b338a14}
.policycontent tbody tr:last-child{border-bottom:none}
.policycontent tbody tr:nth-child(even){background:#0ea49c0d}
.policycontent tbody tr:hover{background:#2b338a0f}
.policycontent td{padding:13px 18px;color:#2c2c3e;font-size:.95rem;line-height:1.6;vertical-align:top}
.policycontent th{padding:14px 18px}
.policycontent hr{border:none;height:2px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 50%,transparent 100%);margin:44px 0;border-radius:2px;opacity:.4}
@media (max-width: 768px) {
.policycontent{padding:32px 20px 60px;font-size:15px;border-radius:16px}
.policycontent h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:16px}
.policycontent h2{font-size:1.3rem;margin-top:36px}
.policycontent h3{font-size:1.12rem}
.policycontent table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
.policycontent td,.policycontent th{padding:10px 12px;font-size:.88rem}
}
@media (max-width: 480px) {
.policycontent{padding:24px 16px 48px;border-radius:0;box-shadow:none}
.policycontent h1{font-size:1.45rem}
.policycontent h2{font-size:1.18rem;padding-left:10px}
.policycontent ul li{padding-left:22px}
}
.herodiagonal{position:relative;overflow:hidden;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 55%,#D41E0C 100%);padding:80px 20px 120px}
.herodiagonal::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:#ffffff12;pointer-events:none}
.herodiagonal::after{content:'';position:absolute;bottom:-40px;left:10%;width:260px;height:260px;border-radius:50%;background:#ffffff0d;pointer-events:none}
.herocontent-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.herotext-holder{flex:1 1 50%;display:flex;flex-direction:column;gap:24px}
.herorhythm-dots{display:flex;flex-direction:row;gap:8px;margin-bottom:4px}
.herorhythm-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ffffff80}
.herorhythm-dots span:nth-child(2){background:#fffc;width:14px;height:14px}
.herorhythm-dots span:nth-child(3){background:#D41E0C}
.herotitle{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;color:#fff;line-height:1.15;margin:0;position:relative}
.herotitle .accentword{color:#D41E0C;background:#ffffff26;padding:0 8px;border-radius:8px}
.herodesc{font-size:1.1rem;color:#ffffffe0;line-height:1.65;max-width:480px;margin:0}
.herobreak-line{width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,#D41E0C,#0EA49C)}
.heroactions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.herobtn-primary{display:inline-block;padding:14px 32px;border-radius:30px;background:#fff;color:#2B338A;font-weight:700;font-size:1rem;text-decoration:none;transition:background 500ms linear,color 500ms linear,box-shadow 500ms linear;box-shadow:0 4px 18px #2b338a2e;border:2px solid transparent;z-index:5;position:relative}
.herobtn-primary:hover{background:#2B338A;color:#fff;box-shadow:0 8px 24px #2b338a52}
.herobtn-outline{display:inline-block;padding:14px 32px;border-radius:30px;background:transparent;color:#fff;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #fff9;transition:border-color 500ms linear,background 500ms linear;z-index:5;position:relative}
.herobtn-outline:hover{border-color:#fff;background:#ffffff1f}
.heroimage-holder{flex:1 1 45%;position:relative;display:flex;flex-direction:column;align-items:center}
.heroimage-holder img{width:100%;max-width:480px;height:340px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #00000047;display:block}
.herobadge{position:absolute;bottom:-18px;left:-18px;background:#fff;border-radius:20px;padding:14px 22px;box-shadow:0 8px 28px #2b338a2e;display:flex;flex-direction:column;gap:4px}
.herobadge .badgenumber{font-size:1.5rem;font-weight:800;color:#2B338A;line-height:1}
.herobadge .badgelabel{font-size:.78rem;color:#0EA49C;font-weight:600}
.herowave-divider{position:absolute;bottom:0;left:0;width:100%;line-height:0}
.herowave-divider svg{display:block;width:100%}
.certblock{background:#f4f6fb;padding:80px 20px;position:relative}
.certcontent-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:52px}
.certintro{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.certheading-holder{flex:0 0 380px;display:flex;flex-direction:column;gap:16px}
.certtag{display:inline-block;background:linear-gradient(90deg,#2B338A,#0EA49C);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:20px;width:fit-content}
.certheading-holder h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#1a1e4a;line-height:1.2;margin:0;position:relative}
.certheading-holder h2::after{content:'';display:block;width:48px;height:4px;border-radius:4px;background:#D41E0C;margin-top:14px}
.certdesc-holder{flex:1;display:flex;flex-direction:column;gap:14px;padding-top:8px}
.certdesc-holder p{font-size:1rem;color:#444;line-height:1.7;margin:0}
.certcards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.certcard{background:#fff;border-radius:28px;padding:32px 28px;box-shadow:0 4px 20px #2b338a14;display:flex;flex-direction:column;gap:16px;transition:box-shadow 500ms linear,transform 500ms linear;border:1.5px solid transparent}
.certcard:hover{box-shadow:0 12px 36px #2b338a24;transform:translateY(-4px);border-color:#0EA49C}
.certcard-icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);display:flex;align-items:center;justify-content:center}
.certcard-icon svg{width:26px;height:26px;fill:#fff}
.certcard h4{font-size:1.1rem;font-weight:700;color:#1a1e4a;margin:0;line-height:1.3}
.certcard p{font-size:.92rem;color:#555;line-height:1.65;margin:0}
.certimage-strip{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px;border-radius:24px;overflow:hidden}
.certimage-strip img{width:100%;height:220px;object-fit:cover;display:block;transition:transform 500ms linear}
.certimage-strip img:hover{transform:scale(1.03)}
.certimage-strip .certimage-wrap{overflow:hidden;border-radius:20px}
.bizblock{background:#fff;padding:80px 20px 90px;position:relative;overflow:hidden}
.bizblock::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 50%,#D41E0C 100%)}
.bizcontent-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:56px}
.biztop-row{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:center}
.bizimage-side{position:relative}
.bizimage-side img{width:100%;height:380px;object-fit:cover;border-radius:32px;display:block;box-shadow:0 10px 36px #2b338a21}
.bizimage-side .bizoverlay-card{position:absolute;top:24px;right:-20px;background:linear-gradient(135deg,#2B338A,#0EA49C);color:#fff;border-radius:20px;padding:18px 22px;box-shadow:0 8px 24px #2b338a38}
.bizoverlay-card .ovcardnumber{font-size:1.8rem;font-weight:800;line-height:1}
.bizoverlay-card .ovcardlabel{font-size:.8rem;opacity:.88;font-weight:500;margin-top:4px}
.biztext-side{display:flex;flex-direction:column;gap:20px}
.biztext-side h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1e4a;line-height:1.2;margin:0}
.biztext-side h2 .bizaccent{color:#0EA49C}
.biztext-side p{font-size:1rem;color:#444;line-height:1.7;margin:0}
.bizfeature-list{display:flex;flex-direction:column;gap:12px;margin-top:4px}
.bizfeature-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.bizfeature-item .bizfeature-dot{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#2B338A,#0EA49C);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}
.bizfeature-dot svg{width:12px;height:12px;fill:#fff}
.bizfeature-item span{font-size:.95rem;color:#333;line-height:1.5}
.bizcta-holder{margin-top:8px}
.bizcta-link{display:inline-block;padding:15px 36px;border-radius:30px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 100%);color:#fff;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 6px 22px #2b338a38;transition:box-shadow 500ms linear,transform 500ms linear;position:relative;z-index:5}
.bizcta-link:hover{box-shadow:0 12px 32px #2b338a52;transform:translateY(-2px)}
.bizstats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.bizstatcard{background:linear-gradient(135deg,#f4f6fb 0%,#e8f8f7 100%);border-radius:24px;padding:28px 20px;text-align:center;border:1.5px solid #0ea49c26;transition:border-color 500ms linear,box-shadow 500ms linear}
.bizstatcard:hover{border-color:#0EA49C;box-shadow:0 8px 24px #0ea49c1f}
.bizstatcard .statnumber{font-size:2rem;font-weight:800;color:#2B338A;line-height:1;display:block}
.bizstatcard .statlabel{font-size:.85rem;color:#0EA49C;font-weight:600;margin-top:8px;display:block;line-height:1.4}
.biztestimonial-strip{display:grid;grid-template-columns:1fr 1fr;gap:28px;position:relative}
.biztestimonial-strip::before{content:'';position:absolute;left:50%;top:10%;bottom:10%;width:1px;background:linear-gradient(180deg,transparent,#0EA49C,transparent);transform:translateX(-50%)}
.biztesticard{background:#f7f9ff;border-radius:28px;padding:32px 28px;display:flex;flex-direction:column;gap:18px;border:1.5px solid #2b338a14}
.biztesticard .quotemark{font-size:3rem;line-height:.7;color:#0EA49C;font-weight:900;opacity:.4}
.biztesticard p{font-size:.95rem;color:#333;line-height:1.7;margin:0;font-style:italic}
.biztesticard .testiauthor{display:flex;flex-direction:row;align-items:center;gap:14px}
.biztesticard .testiauthor img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #0EA49C}
.biztesticard .authorinfo .authorname{font-size:.92rem;font-weight:700;color:#2B338A;display:block}
.biztesticard .authorinfo .authorrole{font-size:.8rem;color:#777;display:block;margin-top:2px}
.certdivider{text-align:center;position:relative;padding:0 20px;overflow:visible}
.certdivider svg{width:100%;max-width:1200px;display:block;margin:0 auto}
.bizimage-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.bizimage-row img{width:100%;height:240px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 6px 20px #2b338a1a;transition:transform 500ms linear}
.bizimage-row img:hover{transform:scale(1.02)}
@media (max-width: 1024px) {
.herocontent-holder{gap:36px}
.certintro{flex-direction:column;gap:28px}
.certheading-holder{flex:unset}
.certcards-grid{grid-template-columns:repeat(2,1fr)}
.certimage-strip{grid-template-columns:1fr 1fr}
.certimage-strip .certimage-wrap:nth-child(3){display:none}
.biztop-row{grid-template-columns:1fr;gap:32px}
.bizstats-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.herodiagonal{padding:60px 20px 100px}
.herocontent-holder{flex-direction:column;gap:32px}
.heroimage-holder{width:100%}
.heroimage-holder img{max-width:100%;height:240px}
.herobadge{bottom:-14px;left:10px}
.certcards-grid{grid-template-columns:1fr}
.certimage-strip{grid-template-columns:1fr}
.certimage-strip .certimage-wrap:nth-child(2),.certimage-strip .certimage-wrap:nth-child(3){display:none}
.biztop-row{grid-template-columns:1fr}
.bizstats-row{grid-template-columns:1fr 1fr}
.biztestimonial-strip{grid-template-columns:1fr}
.biztestimonial-strip::before{display:none}
.bizimage-row{grid-template-columns:1fr}
.bizimage-side .bizoverlay-card{right:10px;top:14px}
}
.contactpage{background:#f7f8fc;padding-bottom:80px}
.titlelayer{position:relative;overflow:hidden;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 55%,#D41E0C 100%);padding:80px 24px 60px}
.titlelayer .layerback{position:absolute;inset:0;background:linear-gradient(200deg,#2b338ae6 0%,#0ea49c99 60%,#d41e0c66 100%);z-index:0}
.titlelayer .layerdecor{position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:#ffffff0f;z-index:0}
.titlelayer .layerdecor2{position:absolute;bottom:-60px;left:-40px;width:220px;height:220px;border-radius:50%;background:#ffffff0a;z-index:0}
.titlelayer .titleholder{position:relative;z-index:2;max-width:1200px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.titlelayer .titletext{flex:1 1 0}
.titlelayer .titletext .highlight{display:inline-block;background:#ffffff2e;border-left:4px solid #D41E0C;padding:6px 18px 6px 14px;border-radius:0 12px 12px 0;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:20px}
.titlelayer .titletext h1{font-size:clamp(28px,4vw,52px);font-weight:800;color:#fff;line-height:1.15;margin:0 0 18px}
.titlelayer .titletext .titledesc{font-size:16px;color:#ffffffd1;line-height:1.6;max-width:440px;margin:0}
.titlelayer .titleimgholder{flex:0 0 320px;max-width:320px}
.titlelayer .titleimgholder img{width:100%;height:240px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #00000047;animation:floatimg 4s ease-in-out infinite;display:block}
@keyframes floatimg {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-10px)}
}
.titlelayer .divideline{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#D41E0C 0%,#0EA49C 50%,#2B338A 100%);z-index:3}
.pageinner{max-width:1200px;margin:auto;padding:0 24px}
.infostrip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:60px auto 0;max-width:1200px;padding:0 24px}
.infocard{background:#fff;border-radius:28px;padding:32px 28px;box-shadow:0 4px 20px #2b338a14;display:flex;flex-direction:column;gap:12px;border-top:3px solid transparent;transition:box-shadow 500ms linear,transform 500ms linear;position:relative;overflow:hidden}
.infocard:nth-child(1){border-top-color:#2B338A}
.infocard:nth-child(2){border-top-color:#0EA49C}
.infocard:nth-child(3){border-top-color:#D41E0C}
.infocard:hover{box-shadow:0 10px 36px #2b338a24;transform:translateY(-4px)}
.infocard .cardicon{width:48px;height:48px;border-radius:14px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:22px;margin-bottom:4px}
.infocard:nth-child(1) .cardicon{background:#2b338a1a;color:#2B338A}
.infocard:nth-child(2) .cardicon{background:#0ea49c1a;color:#0EA49C}
.infocard:nth-child(3) .cardicon{background:#d41e0c1a;color:#D41E0C}
.infocard .cardtitle{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888}
.infocard .cardvalue{font-size:15px;color:#1a1a2e;font-weight:500;line-height:1.5}
.infocard .cardvalue a{color:inherit;text-decoration:none;transition:color 400ms linear}
.infocard .cardvalue a:hover{color:#0EA49C}
.twoblock{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:64px auto 0;padding:0 24px;align-items:start}
.formblock{background:#fff;border-radius:32px;padding:48px 40px;box-shadow:0 6px 32px #2b338a17}
.formblock .formtitlearea{margin-bottom:32px}
.formblock .formtitlearea .sectionlabel{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0EA49C;margin-bottom:10px;display:block}
.formblock .formtitlearea h2{font-size:26px;font-weight:800;color:#1a1a2e;margin:0 0 10px;line-height:1.25}
.formblock .formtitlearea p{font-size:14px;color:#666;margin:0;line-height:1.6}
.contactform{display:flex;flex-direction:column;gap:20px}
.contactform .fieldholder{display:flex;flex-direction:column;gap:7px}
.contactform .fieldholder label{font-size:13px;font-weight:600;color:#444;letter-spacing:.02em}
.contactform .fieldholder input,.contactform .fieldholder select,.contactform .fieldholder textarea{width:100%;padding:14px 18px;border:2px solid #e8eaf0;border-radius:14px;font-size:15px;color:#1a1a2e;background:#f7f8fc;outline:none;transition:border-color 400ms linear,box-shadow 400ms linear;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.contactform .fieldholder select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px;cursor:pointer}
.contactform .fieldholder textarea{resize:vertical;min-height:100px}
.contactform .fieldholder input:focus,.contactform .fieldholder select:focus,.contactform .fieldholder textarea:focus{border-color:#0EA49C;box-shadow:0 0 0 3px #0ea49c1f;background:#fff}
.contactform .rowfields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.privacycheck{display:flex;flex-direction:row;align-items:flex-start;gap:12px;background:#2b338a0a;border-radius:14px;padding:16px}
.privacycheck input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin-top:2px;accent-color:#2B338A;cursor:pointer}
.privacycheck .checktext{font-size:13px;color:#555;line-height:1.55}
.privacycheck .checktext a{color:#2B338A;text-decoration:underline;transition:color 400ms linear}
.privacycheck .checktext a:hover{color:#0EA49C}
.submitbutton{background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);color:#fff;border:none;border-radius:16px;padding:17px 36px;font-size:16px;font-weight:700;cursor:pointer;transition:box-shadow 500ms linear,transform 500ms linear;letter-spacing:.03em;position:relative;z-index:2;width:100%}
.submitbutton:hover{box-shadow:0 8px 28px #2b338a47;transform:translateY(-2px)}
.contextblock{display:flex;flex-direction:column;gap:28px}
.contextblock .contextimage{border-radius:28px;overflow:hidden;box-shadow:0 8px 32px #2b338a1f}
.contextblock .contextimage img{width:100%;height:220px;object-fit:cover;display:block}
.contextblock .whyblock{background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);border-radius:28px;padding:36px 32px;color:#fff}
.contextblock .whyblock h3{font-size:20px;font-weight:800;margin:0 0 20px;color:#fff}
.contextblock .whyblock .whylist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.contextblock .whyblock .whylist li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;line-height:1.55;color:#ffffffe6}
.contextblock .whyblock .whylist li .dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:#D41E0C;margin-top:6px}
.signalblock{background:#fff;border-radius:24px;padding:28px;box-shadow:0 4px 18px #0ea49c1a;display:flex;flex-direction:row;align-items:center;gap:18px;border-left:4px solid #0EA49C}
.signalblock .signalicon{width:52px;height:52px;border-radius:50%;background:#0ea49c1f;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:26px;color:#0EA49C;flex-shrink:0}
.signalblock .signaltext .signaltitle{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.signalblock .signaltext .signallink{font-size:13px;color:#0EA49C;text-decoration:none;font-weight:500;transition:color 400ms linear;word-break:break-all}
.signalblock .signaltext .signallink:hover{color:#2B338A}
.wavedividerr{width:100%;line-height:0;margin:60px 0 0}
.wavedividerr svg{display:block;width:100%}
.additionalblock{background:linear-gradient(135deg,#f0f2ff 0%,#e8f9f8 100%);padding:60px 24px}
.additionalblock .additionalinner{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}
.additionalblock .addleft h2{font-size:28px;font-weight:800;color:#1a1a2e;margin:0 0 14px;line-height:1.25}
.additionalblock .addleft p{font-size:15px;color:#555;line-height:1.6;margin:0}
.additionalblock .addright{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.additionalblock .addright .metaitem{background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 2px 12px #2b338a12;transition:transform 500ms linear}
.additionalblock .addright .metaitem:hover{transform:translateY(-4px)}
.additionalblock .addright .metaitem .metatop{font-size:28px;font-weight:900;margin-bottom:6px}
.additionalblock .addright .metaitem:nth-child(1) .metatop{color:#2B338A}
.additionalblock .addright .metaitem:nth-child(2) .metatop{color:#0EA49C}
.additionalblock .addright .metaitem:nth-child(3) .metatop{color:#D41E0C}
.additionalblock .addright .metaitem:nth-child(4) .metatop{color:#2B338A}
.additionalblock .addright .metaitem .metalabel{font-size:13px;color:#666;line-height:1.5}
@media (max-width: 900px) {
.titlelayer .titleholder{flex-direction:column;gap:32px}
.titlelayer .titleimgholder{flex:0 0 auto;max-width:100%;width:100%}
.infostrip{grid-template-columns:1fr}
.twoblock{grid-template-columns:1fr}
.additionalblock .additionalinner{grid-template-columns:1fr}
.additionalblock .addright{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.titlelayer{padding:48px 16px}
.formblock{padding:32px 20px}
.contactform .rowfields{grid-template-columns:1fr}
.additionalblock .addright{grid-template-columns:1fr}
.twoblock{padding:0 16px}
.infostrip{padding:0 16px}
.additionalblock{padding:48px 16px}
}
.aboutpagehero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 55%,#D41E0C 100%)}
.aboutpagehero .herobackdrop{position:absolute;inset:0;background-image:url(./visuals/IMG_0409.jpg);background-size:cover;background-position:center;opacity:.18;z-index:0}
.aboutpagehero .herocurve1{position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;border:2px solid #ffffff1f;z-index:1;pointer-events:none}
.aboutpagehero .herocurve2{position:absolute;bottom:-100px;left:-60px;width:320px;height:320px;border-radius:50%;border:1px solid #ffffff14;z-index:1;pointer-events:none}
.aboutpagehero .herocurve3{position:absolute;top:50%;left:38%;width:180px;height:180px;border-radius:50%;border:1px solid #0ea49c40;z-index:1;pointer-events:none}
.aboutpagehero .heroinnerholdr{position:relative;z-index:2;max-width:1600px;margin:0 auto;padding:80px 48px;display:flex;flex-direction:column;align-items:flex-start;width:100%}
.aboutpagehero .herobadge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;padding:6px 18px;color:#fff;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px}
.aboutpagehero .heromaintitle{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#fff;line-height:1.15;max-width:680px;margin:0 0 24px}
.aboutpagehero .heromaintitle span{color:#0EA49C;text-shadow:0 2px 16px #0ea49c66}
.aboutpagehero .herosubtitle{font-size:1.08rem;color:#ffffffd1;max-width:480px;line-height:1.65;margin:0 0 36px}
.aboutpagehero .heroctabtn{display:inline-block;background:#fff;color:#2B338A;font-weight:700;font-size:.95rem;border-radius:30px;padding:14px 36px;text-decoration:none;transition:background .4s linear,color .4s linear,box-shadow .4s linear;box-shadow:0 4px 18px #2b338a2e;position:relative;z-index:5}
.aboutpagehero .heroctabtn:hover{background:#0EA49C;color:#fff;box-shadow:0 8px 28px #0ea49c52}
.aboutstorysection{max-width:1600px;margin:0 auto;padding:80px 48px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.aboutstorysection .storyimgwrapper{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 12px 40px #2b338a24}
.aboutstorysection .storyimgwrapper img{width:100%;height:420px;object-fit:cover;display:block;border-radius:32px}
.aboutstorysection .storyimgwrapper .storyimgbadge{position:absolute;bottom:24px;left:24px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 100%);color:#fff;border-radius:20px;padding:10px 20px;font-size:.82rem;font-weight:600;letter-spacing:.04em}
.aboutstorysection .storytextholdr{display:flex;flex-direction:column;gap:20px}
.aboutstorysection .storytextholdr .storytag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0EA49C}
.aboutstorysection .storytextholdr h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin:0;position:relative;padding-bottom:16px}
.aboutstorysection .storytextholdr h2::after{content:'';position:absolute;bottom:0;left:0;width:56px;height:3px;background:linear-gradient(90deg,#2B338A,#0EA49C);border-radius:2px}
.aboutstorysection .storytextholdr p{font-size:.97rem;color:#444;line-height:1.7;margin:0}
.valuegrid-section{background:linear-gradient(160deg,#2B338A 0%,#0EA49C 100%);padding:80px 0;position:relative;overflow:hidden}
.valuegrid-section::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;border-radius:50%;background:#ffffff0f;pointer-events:none}
.valuegrid-section .vgsectionholdr{max-width:1600px;margin:0 auto;padding:0 48px}
.valuegrid-section .vgsectionholdr .vgheader{text-align:center;margin-bottom:56px}
.valuegrid-section .vgsectionholdr .vgheader h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin:0 0 12px}
.valuegrid-section .vgsectionholdr .vgheader p{color:#ffffffc7;font-size:1rem;max-width:520px;margin:0 auto;line-height:1.65}
.valuegrid-section .vggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.valuegrid-section .vgcard{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:28px;padding:36px 28px;transition:background .4s linear,transform .4s linear;position:relative;overflow:hidden}
.valuegrid-section .vgcard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fff 0%,#ffffff4d 100%);border-radius:2px 2px 0 0}
.valuegrid-section .vgcard:hover{background:#ffffff2e;transform:translateY(-4px)}
.valuegrid-section .vgcard .vgcardicon{font-size:2rem;margin-bottom:16px;display:block}
.valuegrid-section .vgcard h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 10px}
.valuegrid-section .vgcard p{font-size:.9rem;color:#fffc;line-height:1.6;margin:0}
.teamexpertsection{max-width:1600px;margin:0 auto;padding:80px 48px}
.teamexpertsection .teaminnerholder{display:grid;grid-template-columns:380px 1fr;gap:64px;align-items:start}
.teamexpertsection .teamprofileholder{display:flex;flex-direction:column;gap:0}
.teamexpertsection .teamprofilecard{border-radius:30px;overflow:hidden;box-shadow:0 8px 32px #2b338a1f;position:relative}
.teamexpertsection .teamprofilecard img{width:100%;height:380px;object-fit:cover;object-position:top;display:block}
.teamexpertsection .teamprofilecard .teamprofileinfo{background:#fff;padding:24px;border-top:3px solid #0EA49C}
.teamexpertsection .teamprofilecard .teamprofileinfo h5{font-size:1.05rem;font-weight:700;color:#2B338A;margin:0 0 4px}
.teamexpertsection .teamprofilecard .teamprofileinfo span{font-size:.82rem;color:#0EA49C;font-weight:600}
.teamexpertsection .teamcontentside{display:flex;flex-direction:column;gap:28px}
.teamexpertsection .teamcontentside .teamtag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#D41E0C}
.teamexpertsection .teamcontentside h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin:0}
.teamexpertsection .teamcontentside p{font-size:.97rem;color:#444;line-height:1.7;margin:0}
.teamexpertsection .teamskillslist{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}
.teamexpertsection .teamskillslist li{display:flex;flex-direction:column;gap:6px}
.teamexpertsection .teamskillslist li .skilllabel{display:flex;flex-direction:row;justify-content:space-between;font-size:.85rem;font-weight:600;color:#2B338A}
.teamexpertsection .teamskillslist li .skillbar{height:6px;background:#e8eaf6;border-radius:6px;overflow:hidden}
.teamexpertsection .teamskillslist li .skillbar span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,#2B338A,#0EA49C);transition:width .6s linear}
.approachsection{background:#f4f6fb;padding:80px 0;position:relative}
.approachsection .approachinnerholdr{max-width:1600px;margin:0 auto;padding:0 48px}
.approachsection .approachinnerholdr .approachheader{max-width:560px;margin-bottom:52px}
.approachsection .approachinnerholdr .approachheader .approachtag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#0EA49C;display:block;margin-bottom:12px}
.approachsection .approachinnerholdr .approachheader h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.3;margin:0}
.approachsection .approachstepsholdr{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.approachsection .approachstep{background:#fff;border-radius:28px;padding:36px 32px;display:flex;flex-direction:row;gap:24px;align-items:flex-start;box-shadow:0 4px 20px #2b338a12;transition:box-shadow .4s linear,transform .4s linear;position:relative;overflow:hidden}
.approachsection .approachstep:hover{box-shadow:0 10px 36px #2b338a21;transform:translateY(-3px)}
.approachsection .approachstep .stepnumber{font-size:2.4rem;font-weight:900;color:#e8eaf6;line-height:1;min-width:50px;position:relative;top:-4px}
.approachsection .approachstep .steptextholdr h4{font-size:1rem;font-weight:700;color:#2B338A;margin:0 0 8px}
.approachsection .approachstep .steptextholdr p{font-size:.88rem;color:#555;line-height:1.65;margin:0}
.approachsection .approachimgrow{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.approachsection .approachimgrow .approachimgcard{border-radius:24px;overflow:hidden;position:relative;box-shadow:0 6px 24px #2b338a1a}
.approachsection .approachimgrow .approachimgcard img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .5s linear}
.approachsection .approachimgrow .approachimgcard:hover img{transform:scale(1.03)}
.approachsection .approachimgrow .approachimgcard .imgcardlabel{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(0deg,#2b338abf 0%,transparent 100%);color:#fff;font-size:.85rem;font-weight:600}
.ctabannersection{max-width:1600px;margin:0 auto;padding:80px 48px}
.ctabannersection .ctabannerinner{background:linear-gradient(135deg,#1a1a2e 0%,#2B338A 60%,#0EA49C 100%);border-radius:36px;padding:64px 56px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;position:relative;overflow:hidden;box-shadow:0 16px 56px #2b338a38}
.ctabannersection .ctabannerinner::before{content:'';position:absolute;top:-60px;right:180px;width:260px;height:260px;border-radius:50%;border:1.5px solid #ffffff1a;pointer-events:none}
.ctabannersection .ctabannerinner::after{content:'';position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:#0ea49c1f;pointer-events:none}
.ctabannersection .ctabannertextholdr h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.25}
.ctabannersection .ctabannertextholdr p{font-size:.97rem;color:#ffffffc7;line-height:1.65;margin:0;max-width:540px}
.ctabannersection .ctabannerbtnsholdr{display:flex;flex-direction:column;gap:14px;position:relative;z-index:5;min-width:200px}
.ctabannersection .ctabannerbtnsholdr .ctaprimary{display:inline-block;background:#fff;color:#2B338A;font-weight:700;font-size:.95rem;border-radius:30px;padding:14px 32px;text-decoration:none;text-align:center;transition:background .4s linear,color .4s linear,box-shadow .4s linear;box-shadow:0 4px 18px #00000026}
.ctabannersection .ctabannerbtnsholdr .ctaprimary:hover{background:#0EA49C;color:#fff}
.ctabannersection .ctabannerbtnsholdr .ctasecondary{display:inline-block;background:transparent;color:#ffffffd9;font-weight:600;font-size:.9rem;border-radius:30px;border:1px solid #ffffff4d;padding:13px 32px;text-decoration:none;text-align:center;transition:background .4s linear,color .4s linear,border-color .4s linear}
.ctabannersection .ctabannerbtnsholdr .ctasecondary:hover{background:#ffffff1f;color:#fff;border-color:#ffffff8c}
@media (max-width: 1100px) {
.aboutstorysection{grid-template-columns:1fr;padding:60px 32px;gap:40px}
.teamexpertsection .teaminnerholder{grid-template-columns:1fr;gap:40px}
.teamexpertsection{padding:60px 32px}
.valuegrid-section .vggrid{grid-template-columns:repeat(2,1fr)}
.valuegrid-section .vgsectionholdr{padding:0 32px}
.approachsection .approachinnerholdr{padding:0 32px}
.ctabannersection{padding:60px 32px}
.ctabannersection .ctabannerinner{grid-template-columns:1fr;padding:48px 36px}
}
@media (max-width: 700px) {
.aboutpagehero .heroinnerholdr{padding:60px 20px}
.aboutstorysection{padding:48px 20px;gap:28px}
.valuegrid-section .vggrid{grid-template-columns:1fr}
.valuegrid-section .vgsectionholdr{padding:0 20px}
.valuegrid-section{padding:60px 0}
.teamexpertsection{padding:48px 20px}
.approachsection .approachstepsholdr{grid-template-columns:1fr}
.approachsection .approachimgrow{grid-template-columns:1fr}
.approachsection .approachinnerholdr{padding:0 20px}
.approachsection{padding:60px 0}
.ctabannersection{padding:48px 20px}
.ctabannersection .ctabannerinner{padding:36px 24px;border-radius:24px}
.ctabannersection .ctabannerbtnsholdr{min-width:unset}
}
.successpage{max-width:1600px;margin:0 auto;overflow-x:hidden}
.storyhero{display:flex;flex-direction:row;align-items:stretch;min-height:520px;position:relative}
.storyhero .herotext-holder{flex:1 1 55%;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 60%,#1a7a75 100%);padding:72px 56px 56px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}
.storyhero .herotext-holder::after{content:'';display:block;width:80px;height:4px;background:#D41E0C;margin-top:32px;border-radius:2px}
.storyhero .herolabel{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3;margin-bottom:16px;font-weight:600}
.storyhero .herotitle{font-size:clamp(28px,4vw,52px);font-weight:800;color:#fff;line-height:1.15;margin:0 0 20px}
.storyhero .herotitle span{color:#D41E0C}
.storyhero .herosubtitle{font-size:17px;color:#ffffffe0;line-height:1.6;max-width:420px;margin:0}
.storyhero .heroimage-holder{flex:1 1 45%;position:relative;overflow:hidden;min-height:400px}
.storyhero .heroimage-holder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.storyhero .heroimage-holder::before{content:'';position:absolute;inset:0;background:linear-gradient(to right,#2b338a4d 0%,transparent 60%);z-index:1}
.decobar{height:6px;background:linear-gradient(90deg,#2B338A 0%,#0EA49C 50%,#D41E0C 100%);width:100%}
.storiesblock{padding:80px 40px;background:#f4f6fb;position:relative}
.storiesblock::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,#2B338A 0px,#2B338A 20px,transparent 20px,transparent 32px)}
.storiesblock .sectionlabel{text-align:center;font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#0EA49C;font-weight:700;margin-bottom:12px}
.storiesblock .sectionheading{text-align:center;font-size:clamp(22px,3vw,36px);font-weight:800;color:#2B338A;margin:0 auto 48px;max-width:580px;line-height:1.25;position:relative}
.storiesblock .sectionheading::after{content:'';display:block;width:48px;height:3px;background:#D41E0C;margin:16px auto 0;border-radius:2px}
.storycard-holder{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto}
.storycard{background:#fff;border-radius:24px;padding:36px 32px;box-shadow:0 4px 18px #2b338a14;display:flex;flex-direction:column;gap:18px;transition:box-shadow 500ms linear,transform 500ms linear;position:relative;overflow:hidden}
.storycard::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#2B338A,#0EA49C);border-radius:24px 0 0 24px}
.storycard:hover{box-shadow:0 12px 36px #2b338a26;transform:translateY(-4px)}
.storycard .cardquote{font-size:36px;color:#0EA49C;line-height:1;font-weight:900;opacity:.3;position:absolute;top:18px;right:24px}
.storycard .cardtext{font-size:15px;color:#444;line-height:1.7;margin:0;font-style:italic}
.storycard .cardmeta{display:flex;flex-direction:row;align-items:center;gap:14px;margin-top:auto}
.storycard .cardavatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid #0EA49C;flex-shrink:0}
.storycard .cardname{font-size:15px;font-weight:700;color:#2B338A;margin:0 0 2px}
.storycard .cardrole{font-size:13px;color:#888;margin:0}
.storycard .cardtag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;background:linear-gradient(90deg,#2B338A,#0EA49C);color:#fff;padding:4px 12px;border-radius:20px;margin-bottom:4px;align-self:flex-start}
.splitstory{padding:80px 40px;background:#fff;display:flex;flex-direction:row;align-items:center;gap:0;max-width:1600px;margin:0 auto}
.splitstory .splitimage-holder{flex:1 1 48%;position:relative;border-radius:32px;overflow:hidden;min-height:420px;box-shadow:0 8px 40px #2b338a21}
.splitstory .splitimage-holder img{width:100%;height:100%;object-fit:cover;display:block;min-height:420px}
.splitstory .splitimage-holder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#2b338a40,transparent)}
.splitstory .splitcontent{flex:1 1 52%;padding:48px 56px;display:flex;flex-direction:column;gap:20px}
.splitstory .splitcontent .storyaccentline{width:48px;height:4px;background:linear-gradient(90deg,#D41E0C,#0EA49C);border-radius:2px}
.splitstory .splitcontent .storysectiontitle{font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#2B338A;margin:0;line-height:1.25}
.splitstory .splitcontent .storynarrative{font-size:15px;color:#555;line-height:1.75;margin:0}
.splitstory .splitcontent .storylink{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#2B338A,#0EA49C);color:#fff;border-radius:30px;font-size:14px;font-weight:700;text-decoration:none;transition:box-shadow 400ms linear,transform 400ms linear;align-self:flex-start;z-index:2}
.splitstory .splitcontent .storylink:hover{box-shadow:0 8px 24px #0ea49c59;transform:translateY(-2px)}
.metricsstrip{background:linear-gradient(110deg,#2B338A 0%,#0EA49C 70%,#D41E0C 100%);padding:60px 40px;display:flex;flex-direction:row;justify-content:center;gap:0;flex-wrap:wrap}
.metricitem{flex:1 1 200px;display:flex;flex-direction:column;align-items:center;padding:24px 32px;border-right:1px solid #ffffff26;gap:8px}
.metricitem:last-child{border-right:none}
.metricitem .metricnumber{font-size:clamp(32px,4vw,48px);font-weight:900;color:#fff;line-height:1}
.metricitem .metriclabel{font-size:13px;color:#ffffffbf;text-align:center;letter-spacing:.5px;line-height:1.4}
.metricitem .metricicon{font-size:28px;color:#fff9;margin-bottom:4px}
.ctaband{padding:80px 40px;background:#f4f6fb;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;position:relative;overflow:hidden}
.ctaband::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;background:radial-gradient(circle,#0ea49c1f 0%,transparent 70%);border-radius:50%}
.ctaband::after{content:'';position:absolute;bottom:-80px;left:-40px;width:220px;height:220px;background:radial-gradient(circle,#2b338a1a 0%,transparent 70%);border-radius:50%}
.ctaband .ctatitle{font-size:clamp(22px,3vw,38px);font-weight:800;color:#2B338A;margin:0;max-width:600px;line-height:1.25;position:relative;z-index:2}
.ctaband .ctasubtitle{font-size:16px;color:#666;margin:0;max-width:480px;line-height:1.65;position:relative;z-index:2}
.ctaband .ctabuttonrow{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center;position:relative;z-index:2}
.ctaband .ctaprimary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#D41E0C,#2B338A);color:#fff;border-radius:32px;font-size:15px;font-weight:700;text-decoration:none;transition:box-shadow 400ms linear,transform 400ms linear;z-index:3}
.ctaband .ctaprimary:hover{box-shadow:0 10px 30px #d41e0c4d;transform:translateY(-3px)}
.ctaband .ctasecondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#2B338A;border:2px solid #2B338A;border-radius:32px;font-size:15px;font-weight:700;text-decoration:none;transition:background 400ms linear,color 400ms linear;z-index:3}
.ctaband .ctasecondary:hover{background:#2B338A;color:#fff}
.svgdivider{display:block;width:100%;line-height:0}
.svgdivider svg{width:100%;height:60px;display:block}
@media (max-width: 960px) {
.storyhero{flex-direction:column;min-height:auto}
.storyhero .herotext-holder{clip-path:none;padding:48px 32px;flex:none}
.storyhero .heroimage-holder{flex:none;min-height:280px}
.storycard-holder{grid-template-columns:1fr}
.splitstory{flex-direction:column;padding:48px 24px}
.splitstory .splitcontent{padding:32px 0 0}
.splitstory .splitimage-holder{min-height:280px;width:100%}
.metricsstrip{flex-direction:column;gap:0}
.metricitem{border-right:none;border-bottom:1px solid #ffffff26;padding:20px 24px}
.metricitem:last-child{border-bottom:none}
}
@media (max-width: 600px) {
.storiesblock{padding:48px 20px}
.storycard{padding:28px 20px}
.ctaband{padding:56px 20px}
.ctaband .ctabuttonrow{flex-direction:column;align-items:center}
.storyhero .herotext-holder{padding:40px 20px}
}
.successpage{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 100px;position:relative;overflow:hidden}
.successpage::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 55%,#D41E0C 100%);opacity:.06;z-index:0}
.successpage::after{content:'';position:absolute;bottom:-60px;right:-60px;width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);opacity:.07;z-index:0}
.successpage .geometricdecor{position:absolute;top:-40px;left:-40px;width:240px;height:240px;border-radius:50%;background:linear-gradient(135deg,#0EA49C 0%,#D41E0C 100%);opacity:.06;z-index:0}
.successpage .geometricdecor2{position:absolute;top:50%;left:5%;transform:translateY(-50%);width:8px;height:120px;background:linear-gradient(180deg,#2B338A 0%,#0EA49C 100%);border-radius:8px;opacity:.18;z-index:0}
.successpage .geometricdecor3{position:absolute;top:50%;right:5%;transform:translateY(-50%);width:8px;height:120px;background:linear-gradient(180deg,#0EA49C 0%,#D41E0C 100%);border-radius:8px;opacity:.18;z-index:0}
.successpage .revealwrapper{position:relative;z-index:2;max-width:680px;width:100%;margin:auto;text-align:center}
.successpage .revealwrapper .iconholder{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:36px}
.successpage .revealwrapper .iconholder .checkring{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 55%,#D41E0C 100%);display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 8px 24px #0ea49c47 0 2px 6px #2b338a24;position:relative}
.successpage .revealwrapper .iconholder .checkring::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px dashed #0ea49c4d}
.successpage .revealwrapper .iconholder .checkring svg{width:44px;height:44px}
.successpage .revealwrapper .revealtagline{display:inline-block;background:linear-gradient(90deg,#2b338a1a 0%,#0ea49c1a 100%);color:#2B338A;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:6px 20px;border-radius:30px;border:1px solid #2b338a2e;margin-bottom:22px}
.successpage .revealwrapper .mainheading{font-size:clamp(28px,5vw,46px);font-weight:800;line-height:1.18;color:#1a1e4a;margin-bottom:20px;letter-spacing:-.02em;position:relative}
.successpage .revealwrapper .mainheading .accentword{background:linear-gradient(90deg,#2B338A 0%,#0EA49C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.successpage .revealwrapper .subtext{font-size:17px;line-height:1.65;color:#4a5070;margin-bottom:14px;max-width:520px;margin-left:auto;margin-right:auto}
.successpage .revealwrapper .subtextsmall{font-size:14px;line-height:1.6;color:#7a80a0;margin-bottom:40px}
.successpage .revealwrapper .divideraccent{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}
.successpage .revealwrapper .divideraccent span{display:block;height:2px;width:60px;background:linear-gradient(90deg,transparent,#0EA49C);border-radius:2px}
.successpage .revealwrapper .divideraccent span:last-child{background:linear-gradient(90deg,#2B338A,transparent)}
.successpage .revealwrapper .divideraccent i{color:#0EA49C;font-size:18px}
.successpage .revealwrapper .infocardholder{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}
.successpage .revealwrapper .infocardholder .infocard{background:#fff;border-radius:20px;padding:20px 24px;flex:1 1 160px;max-width:200px;border:1px solid #2b338a1a;box-shadow:0 4px 16px #2b338a12;display:flex;flex-direction:column;align-items:center;gap:10px;transition:box-shadow 500ms linear,transform 500ms linear}
.successpage .revealwrapper .infocardholder .infocard:hover{box-shadow:0 8px 24px #0ea49c29;transform:translateY(-4px)}
.successpage .revealwrapper .infocardholder .infocard .cardicon{width:40px;height:40px;border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:18px}
.successpage .revealwrapper .infocardholder .infocard:nth-child(1) .cardicon{background:#2b338a1a;color:#2B338A}
.successpage .revealwrapper .infocardholder .infocard:nth-child(2) .cardicon{background:#0ea49c1f;color:#0EA49C}
.successpage .revealwrapper .infocardholder .infocard:nth-child(3) .cardicon{background:#d41e0c1a;color:#D41E0C}
.successpage .revealwrapper .infocardholder .infocard .cardlabel{font-size:13px;color:#6a7090;line-height:1.4;text-align:center}
.successpage .revealwrapper .actionholder{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.successpage .revealwrapper .actionholder .primarybutton{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#2B338A 0%,#0EA49C 100%);color:#fff;text-decoration:none;font-size:15px;font-weight:700;padding:14px 32px;border-radius:30px;box-shadow:0 6px 20px #2b338a40;transition:box-shadow 500ms linear,transform 500ms linear;position:relative;z-index:2}
.successpage .revealwrapper .actionholder .primarybutton:hover{box-shadow:0 10px 28px #2b338a59;transform:translateY(-3px)}
.successpage .revealwrapper .actionholder .secondarybutton{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#fff;color:#2B338A;text-decoration:none;font-size:15px;font-weight:700;padding:14px 32px;border-radius:30px;border:2px solid #2b338a38;box-shadow:0 4px 12px #2b338a14;transition:background 500ms linear,border-color 500ms linear,transform 500ms linear;position:relative;z-index:2}
.successpage .revealwrapper .actionholder .secondarybutton:hover{background:#2b338a0d;border-color:#2B338A;transform:translateY(-3px)}
.successpage .revealwrapper .bottomnote{margin-top:36px;font-size:13px;color:#9098b8;line-height:1.5}
.successpage .revealwrapper .bottomnote a{color:#0EA49C;text-decoration:underline;text-underline-offset:3px}
@media (max-width: 640px) {
.successpage{padding:60px 16px 80px}
.successpage .revealwrapper .infocardholder{flex-direction:column;align-items:center}
.successpage .revealwrapper .infocardholder .infocard{max-width:100%;width:100%;flex-direction:row;justify-content:flex-start;text-align:left}
.successpage .revealwrapper .infocardholder .infocard .cardlabel{text-align:left}
.successpage .revealwrapper .actionholder{flex-direction:column;align-items:stretch}
.successpage .revealwrapper .actionholder .primarybutton,.successpage .revealwrapper .actionholder .secondarybutton{justify-content:center}
.successpage .geometricdecor2,.successpage .geometricdecor3{display:none}
}