:root{
  --blue:#0057FF;--blue-d:#003FBB;--blue-l:#E8F0FF;--blue-m:#C2D6FF;
  --navy:#0A1A3B;--navy2:#163060;--ink:#111827;--ink2:#374151;
  --muted:#6B7280;--border:#E2E8F0;--bg:#FFFFFF;--bg2:#F8FAFF;--bg3:#F1F5FD;
  --green:#059669;--green-l:#ECFDF5;--green-b:#D1FAE5;
  --amber:#D97706;--amber-l:#FFFBEB;--amber-b:#FDE68A;
  --purple:#7C3AED;--purple-l:#F5F3FF;
  --red:#DC2626;--red-l:#FEF2F2;
  --r:10px;--rl:16px;
  --sh:0 2px 12px rgba(0,87,255,.07);--shm:0 6px 28px rgba(0,87,255,.11);--shl:0 16px 56px rgba(10,26,59,.13);
  --fd:'Plus Jakarta Sans',sans-serif;--fb:'Inter',sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fb);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:none}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}

/* LOGO */
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.logo-mark{width:38px;height:38px;position:relative;flex-shrink:0}
.logo-ring{position:absolute;inset:0;border-radius:50%;border:2.5px solid transparent;border-top-color:var(--blue);border-right-color:var(--blue);transform:rotate(-45deg)}
.logo-core{position:absolute;inset:6px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center}
.logo-r{width:13px;height:13px;fill:none;stroke:white;stroke-width:1.6;stroke-linecap:round}
.logo-text{line-height:1}
.logo-name{font-family:var(--fd);font-weight:800;font-size:19px;color:var(--navy);letter-spacing:-.02em;display:block}
.logo-sub{font-family:var(--fd);font-size:7.5px;font-weight:500;letter-spacing:.17em;text-transform:uppercase;color:var(--muted);display:block;margin-top:1px}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.07)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:66px}
.nav-links{display:flex;align-items:center;gap:2px;list-style:none}
.nav-links>li{position:relative}
.nav-links a{font-family:var(--fd);font-weight:500;font-size:12.5px;color:var(--ink2);text-decoration:none;padding:7px 10px;border-radius:8px;transition:all .2s;display:flex;align-items:center;gap:4px;white-space:nowrap}
.nav-links a:hover{color:var(--blue);background:var(--blue-l)}
.nav-cta{background:var(--blue)!important;color:white!important;padding:8px 16px!important;border-radius:8px}
.nav-cta:hover{background:var(--blue-d)!important}
.nav-dd{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:210px;background:white;border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--shl);padding:8px;z-index:300}
.nav-links>li:hover .nav-dd{display:flex;flex-direction:column;gap:2px}
.nav-dd a{font-size:12.5px;color:var(--ink2);padding:7px 11px;border-radius:8px;display:block;white-space:nowrap}
.nav-dd a:hover{background:var(--blue-l);color:var(--blue)}
.nav-chev{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}
.hbg{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}
.hbg span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:.3s}

/* HERO */
.hero{padding:112px 0 80px;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-bg::before{content:'';position:absolute;width:720px;height:720px;border-radius:50%;border:1px solid rgba(0,87,255,.055);right:-200px;top:-260px}
.hero-bg::after{content:'';position:absolute;width:460px;height:460px;border-radius:50%;border:1px solid rgba(0,87,255,.04);right:-60px;top:-110px}
.hero-orb{position:absolute;width:9px;height:9px;background:var(--blue);border-radius:50%;top:118px;right:310px;animation:pulse 2.5s ease-in-out infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,87,255,.4)}50%{box-shadow:0 0 0 14px rgba(0,87,255,0)}}
.hero-layout{display:grid;grid-template-columns:1fr 430px;gap:60px;align-items:center}
.hero-pill{display:inline-flex;align-items:center;gap:8px;background:var(--blue-l);border:1px solid var(--blue-m);border-radius:100px;padding:5px 14px 5px 8px;margin-bottom:22px}
.hp-dot{width:8px;height:8px;background:var(--blue);border-radius:50%;animation:pulse 2s ease-in-out infinite}
.hp-txt{font-family:var(--fd);font-size:11px;font-weight:600;color:var(--blue);letter-spacing:.06em}
h1{font-family:var(--fd);font-weight:800;font-size:clamp(34px,4.2vw,54px);line-height:1.08;color:var(--navy);letter-spacing:-.03em;margin-bottom:20px}
h1 .bl{color:var(--blue)} h1 .lt{font-weight:400;color:var(--ink2)}
.hero-desc{font-size:16.5px;color:var(--ink2);line-height:1.74;max-width:500px;margin-bottom:32px}
.hero-acts{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:36px}
.hero-tags{padding-top:24px;border-top:1px solid var(--border)}
.ht-lbl{font-family:var(--fd);font-size:9.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}
.ht-row{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}
.ht-tag{font-family:var(--fd);font-size:10.5px;font-weight:600;padding:3px 9px;border-radius:5px;color:var(--ink2)}
.ht-tag.ind{background:var(--bg3);border:1px solid var(--border)}
.ht-tag.gbl{background:var(--navy);color:rgba(255,255,255,.85);border:1px solid var(--navy)}

/* Hero card */
.hcard{background:white;border:1px solid var(--border);border-radius:var(--rl);padding:24px;box-shadow:var(--shl)}
.hcard-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.hc-title{font-family:var(--fd);font-weight:700;font-size:13.5px;color:var(--navy)}
.hc-live{display:flex;align-items:center;gap:5px;font-family:var(--fd);font-size:9.5px;font-weight:600;color:var(--green)}
.hc-live::before{content:'';width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}
.ci-list{list-style:none;display:flex;flex-direction:column;gap:7px}
.ci{display:flex;align-items:center;gap:10px;padding:9px 11px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);transition:.2s;cursor:default}
.ci:hover{border-color:var(--blue-m);background:var(--blue-l)}
.ci-ico{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--fd);font-weight:800;font-size:9px;color:white;letter-spacing:.02em}
.ci-body{flex:1}.ci-name{font-family:var(--fd);font-size:12px;font-weight:600;color:var(--navy)}
.ci-sub{font-size:10px;color:var(--muted);margin-top:1px}
.ci-ok{font-family:var(--fd);font-size:9px;font-weight:600;padding:2px 7px;border-radius:4px;white-space:nowrap}
.ci-ind{background:var(--green-l);color:var(--green)}
.ci-gbl{background:var(--navy);color:rgba(255,255,255,.8)}

/* BUTTONS */
.btn-p{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:white;font-family:var(--fd);font-weight:600;font-size:14px;padding:12px 24px;border-radius:var(--r);text-decoration:none;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px rgba(0,87,255,.28)}
.btn-p:hover{background:var(--blue-d);transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,87,255,.34)}
.btn-s{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--blue);font-family:var(--fd);font-weight:600;font-size:14px;padding:11px 20px;border-radius:var(--r);text-decoration:none;border:1.5px solid var(--blue-m);cursor:pointer;transition:all .2s}
.btn-s:hover{border-color:var(--blue);background:var(--blue-l);transform:translateY(-2px)}
.btn-w{display:inline-flex;align-items:center;gap:8px;background:white;color:var(--blue);font-family:var(--fd);font-weight:700;font-size:14px;padding:12px 24px;border-radius:var(--r);text-decoration:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px rgba(0,0,0,.16)}
.btn-w:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}
.btn-ow{display:inline-flex;align-items:center;gap:8px;background:transparent;color:white;font-family:var(--fd);font-weight:600;font-size:14px;padding:11px 20px;border-radius:var(--r);text-decoration:none;border:1.5px solid rgba(255,255,255,.28);cursor:pointer;transition:all .2s}
.btn-ow:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.07);transform:translateY(-2px)}

/* SECTIONS */
.section{padding:88px 0}.section-alt{background:var(--bg2)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--fd);font-size:10px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.eyebrow::before{content:'';width:16px;height:2px;background:var(--blue);border-radius:2px;flex-shrink:0}
.eyebrow.gr{color:var(--green)}.eyebrow.gr::before{background:var(--green)}
.eyebrow.wh{color:rgba(194,214,255,.7)}.eyebrow.wh::before{background:rgba(194,214,255,.4)}
h2{font-family:var(--fd);font-weight:800;font-size:clamp(26px,3.2vw,40px);line-height:1.14;color:var(--navy);letter-spacing:-.025em;margin-bottom:14px}
h2 .bl{color:var(--blue)} h2 .gr{color:var(--green)} h2.wh{color:white}
.sdesc{font-size:16px;color:var(--muted);line-height:1.74;max-width:560px;margin-bottom:48px}
.sc{text-align:center;display:flex;flex-direction:column;align-items:center}
.sc .sdesc{text-align:center}

/* TRUST */
.trust{background:var(--bg3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0}
.trust-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;padding:7px 20px;border-right:1px solid var(--border)}
.trust-item:last-child{border-right:none}
.trust-txt{font-family:var(--fd);font-size:12.5px;font-weight:600;color:var(--ink2)}

/* INDIA COMPLIANCE */
.comp-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:28px}
.comp-tab{font-family:var(--fd);font-size:11.5px;font-weight:600;padding:7px 13px;border-radius:8px;border:1px solid var(--border);background:white;color:var(--muted);cursor:pointer;transition:all .2s}
.comp-tab.active,.comp-tab:hover{background:var(--blue);color:white;border-color:var(--blue)}
.reg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.reg-card{background:white;border:1px solid var(--border);border-radius:var(--rl);padding:22px 18px;transition:all .25s;position:relative;overflow:hidden;cursor:default}
.reg-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.3s}
.reg-card:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-3px)}
.reg-card:hover::before{transform:scaleX(1)}
.reg-card.gr2::before{background:var(--green)}.reg-card.gr2:hover{border-color:var(--green-b)}
.reg-logo{display:inline-flex;min-width:40px;height:40px;padding:0 10px;border-radius:9px;align-items:center;justify-content:center;margin-bottom:12px;font-family:var(--fd);font-weight:800;font-size:11px;color:white;letter-spacing:.01em;white-space:nowrap}
.reg-num{font-size:10px;font-family:var(--fd);font-weight:600;letter-spacing:.15em;color:var(--muted);margin-bottom:10px;display:block}
h3.rt{font-family:var(--fd);font-weight:700;font-size:13.5px;color:var(--navy);margin-bottom:7px;line-height:1.3}
.rt-sub{font-size:11.5px;color:var(--muted);line-height:1.55;margin-bottom:12px}
.rt-tags{display:flex;flex-wrap:wrap;gap:4px}
.rt-tag{font-family:var(--fd);font-size:9px;font-weight:600;padding:2px 7px;border-radius:4px;background:var(--blue-l);color:var(--blue)}
.rt-tag.g{background:var(--green-l);color:var(--green)}
.rt-tag.a{background:var(--amber-l);color:var(--amber)}
.rt-tag.p{background:var(--purple-l);color:var(--purple)}

/* GLOBAL TYPE APPROVAL */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:52px}
.stat-box{background:white;border:1px solid var(--border);border-radius:var(--rl);padding:24px;text-align:center;box-shadow:var(--sh)}
.stat-val{font-family:var(--fd);font-weight:800;font-size:32px;color:var(--navy);letter-spacing:-.02em;line-height:1}
.stat-val span{color:var(--blue)}
.stat-lbl{font-size:11.5px;color:var(--muted);margin-top:6px;line-height:1.4;font-family:var(--fd);font-weight:500}
.ta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ta-card{background:white;border:1px solid var(--border);border-radius:var(--rl);padding:26px 22px;transition:all .25s;position:relative;overflow:hidden}
.ta-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:.3s}
.ta-card:hover{box-shadow:var(--shm);transform:translateY(-4px)}
.ta-card:hover::after{transform:scaleX(1)}
.ta-ico{width:46px;height:46px;border-radius:12px;background:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.ta-ico svg{width:22px;height:22px;stroke:white;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ta-cat{display:inline-block;font-family:var(--fd);font-size:9.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:3px 8px;border-radius:4px;background:var(--bg3);color:var(--muted);margin-bottom:10px}
h3.ta-title{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--navy);margin-bottom:9px;line-height:1.3}
.ta-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:14px}
.ta-certs{display:flex;flex-wrap:wrap;gap:5px}
.ta-cert{font-family:var(--fd);font-size:9.5px;font-weight:700;padding:3px 8px;border-radius:5px;background:var(--navy);color:rgba(255,255,255,.85)}

/* COUNTRY GRID */
.country-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.cc{background:white;border:1px solid var(--border);border-radius:var(--r);padding:14px 10px;text-align:center;transition:.2s;cursor:default}
.cc:hover{border-color:var(--blue-m);background:var(--blue-l);transform:translateY(-2px)}
.cc-flag{font-size:24px;margin-bottom:6px;display:block}
.cc-name{font-family:var(--fd);font-size:11px;font-weight:600;color:var(--navy)}
.cc-auth{font-size:9.5px;color:var(--muted);margin-top:2px}

/* PROCESS */
.proc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.proc-grid::before{content:'';position:absolute;top:33px;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,var(--blue-m) 20%,var(--blue-m) 80%,transparent)}
.pstep{padding:0 16px;text-align:center;position:relative;z-index:1}
.pnum{width:66px;height:66px;background:white;border:2px solid var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-family:var(--fd);font-weight:800;font-size:20px;color:var(--blue);transition:.25s}
.pstep:hover .pnum{background:var(--blue);color:white}
h4.pt{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--navy);margin-bottom:6px}
.ptxt{font-size:12.5px;color:var(--muted);line-height:1.6}

/* COMMERCE */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.svc-card{background:white;border:1px solid var(--border);border-radius:var(--rl);padding:26px 22px;transition:all .25s;position:relative;overflow:hidden}
.svc-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.3s}
.svc-card:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-4px)}
.svc-card:hover::after{transform:scaleX(1)}
.svc-card.exp::after{background:var(--green)}.svc-card.exp:hover{border-color:var(--green-b)}
.svc-ico{width:46px;height:46px;border-radius:12px;background:var(--blue-l);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:.2s}
.svc-card:hover .svc-ico{background:var(--blue)}
.svc-ico svg{width:21px;height:21px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:.2s}
.svc-card:hover .svc-ico svg{stroke:white}
.svc-card.exp .svc-ico{background:var(--green-l)}.svc-card.exp .svc-ico svg{stroke:var(--green)}
.svc-card.exp:hover .svc-ico{background:var(--green)}.svc-card.exp:hover .svc-ico svg{stroke:white}
.stag{display:inline-block;font-family:var(--fd);font-size:9.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:3px 8px;border-radius:4px;margin-bottom:10px;background:var(--blue-l);color:var(--blue)}
.stag.g{background:var(--green-l);color:var(--green)}
h3.sc-title{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--navy);margin-bottom:8px;line-height:1.3}
.sc-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:14px}
.sc-ul{list-style:none;display:flex;flex-direction:column;gap:5px}
.sc-ul li{font-size:12.5px;color:var(--ink2);display:flex;align-items:flex-start;gap:7px;line-height:1.45}
.sc-ul li::before{content:'';width:4px;height:4px;background:var(--blue);border-radius:50%;margin-top:7px;flex-shrink:0}
.svc-card.exp .sc-ul li::before{background:var(--green)}

/* BLOG */
.blog-feat{background:white;border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;margin-bottom:22px;display:grid;grid-template-columns:300px 1fr;transition:all .25s;cursor:pointer}
.blog-feat:hover{border-color:var(--blue-m);box-shadow:var(--shm)}
.bf-panel{padding:32px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,var(--navy) 0%,#163060 100%)}
.bf-tag{font-family:var(--fd);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:14px;background:var(--blue);color:white;width:fit-content}
.bf-icon{font-size:50px;opacity:.55}
.bf-body{padding:34px}
.bf-meta{font-family:var(--fd);font-size:11px;color:var(--muted);margin-bottom:10px}
h3.bf-title{font-family:var(--fd);font-weight:800;font-size:20px;color:var(--navy);line-height:1.3;margin-bottom:12px}
.bf-excerpt{font-size:13.5px;color:var(--muted);line-height:1.72;margin-bottom:16px}
.blog-read{font-family:var(--fd);font-size:11.5px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:4px;text-decoration:none}
.blog-read::after{content:'→';transition:transform .2s}
.blog-feat:hover .blog-read::after,.blog-card:hover .blog-read::after{transform:translateX(3px)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.blog-card{background:white;border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:all .25s;cursor:pointer;display:flex;flex-direction:column}
.blog-card:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-4px)}
.blog-img{height:148px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.blog-img-ico{font-size:42px;opacity:.38}
.blog-cat{position:absolute;top:10px;left:10px;font-family:var(--fd);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:white;padding:3px 8px;border-radius:4px}
.blog-body{padding:18px;flex:1;display:flex;flex-direction:column}
.blog-meta{font-family:var(--fd);font-size:10.5px;color:var(--muted);margin-bottom:7px}
h3.blog-title{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--navy);line-height:1.4;margin-bottom:8px}
.blog-excerpt{font-size:12.5px;color:var(--muted);line-height:1.6;margin-bottom:12px;flex:1}

/* CTA */
.cta-sec{background:var(--navy);padding:96px 0;position:relative;overflow:hidden}
.cta-sec::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(255,255,255,.04);top:-260px;right:-160px}
.cta-sec::after{content:'';position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.03);top:-120px;right:-30px}
.cta-inner{text-align:center;position:relative;z-index:1}
.cta-ey{font-family:var(--fd);font-size:10px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(0,87,255,.75);margin-bottom:18px;display:block}
h2.cta-h{font-family:var(--fd);font-weight:800;font-size:clamp(26px,3.2vw,42px);color:white;letter-spacing:-.025em;line-height:1.15;margin-bottom:16px}
.cta-desc{font-size:16px;color:rgba(255,255,255,.58);max-width:460px;margin:0 auto 34px;line-height:1.72}
.cta-acts{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}

/* CONTACT STRIP */
.cstrip{background:var(--blue-l);border-top:1px solid var(--blue-m);border-bottom:1px solid var(--blue-m);padding:16px 0}
.cstrip-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.citem{display:flex;align-items:center;gap:8px;font-family:var(--fd);font-size:12.5px;font-weight:500;color:var(--navy2)}
.citem svg{width:14px;height:14px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round}

/* NEWSLETTER */
.news-bar{background:var(--navy);border-radius:var(--rl);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:28px}
.news-inp{padding:11px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:white;font-family:var(--fb);font-size:13.5px;min-width:220px;outline:none;transition:border-color .2s}
.news-inp:focus{border-color:var(--blue)}
.news-inp::placeholder{color:rgba(255,255,255,.35)}

/* FOOTER */
footer{background:#060E1F;color:rgba(255,255,255,.48);padding:56px 0 26px}
.fg{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:26px}
.fd{font-size:13px;line-height:1.72;color:rgba(255,255,255,.38);margin:13px 0 16px;max-width:268px}
.fcin{font-size:11px;color:rgba(255,255,255,.2);line-height:1.6}
.fh{font-family:var(--fd);font-weight:700;font-size:10.5px;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:13px}
.fl{list-style:none;display:flex;flex-direction:column;gap:8px}
.fl a{font-size:13px;color:rgba(255,255,255,.42);text-decoration:none;transition:.2s}
.fl a:hover{color:white}
.fbot{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;flex-wrap:wrap;gap:10px}
.fbl{display:flex;gap:20px;list-style:none}
.fbl a{font-size:11.5px;color:rgba(255,255,255,.3);text-decoration:none;transition:.2s}
.fbl a:hover{color:rgba(255,255,255,.7)}
.logo-dark .logo-name{color:var(--blue)}.logo-dark .logo-sub{color:rgba(255,255,255,.18)}
.logo-dark .logo-ring{border-top-color:var(--blue);border-right-color:var(--blue)}

/* RESPONSIVE */
@media(max-width:1200px){.country-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1024px){
  .hero-layout{grid-template-columns:1fr}.hcard{display:none}
  .reg-grid{grid-template-columns:repeat(2,1fr)}.ta-grid{grid-template-columns:repeat(2,1fr)}
  .svc-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}
  .proc-grid{grid-template-columns:repeat(2,1fr);gap:28px}.proc-grid::before{display:none}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .blog-feat{grid-template-columns:1fr}.bf-panel{display:none}
  .fg{grid-template-columns:1fr 1fr}.country-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .reg-grid{grid-template-columns:1fr}.ta-grid{grid-template-columns:1fr}
  .svc-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}
  .country-grid{grid-template-columns:repeat(2,1fr)}
  .nav-links{display:none;position:fixed;top:66px;left:0;right:0;bottom:0;background:white;flex-direction:column;padding:16px;gap:2px;overflow-y:auto;z-index:199}
  .nav-links.open{display:flex}.nav-dd{position:static;box-shadow:none;border:none;padding:0 0 0 10px}
  .hbg{display:flex}.hero{padding:96px 0 58px}.section{padding:60px 0}
  .trust-item{padding:7px 12px}.fg{grid-template-columns:1fr;gap:26px}
  .cstrip-inner{gap:16px}.stats-row{grid-template-columns:1fr 1fr}
}

.eco-note{text-align:center;margin-top:26px;font-size:13.5px;color:var(--muted);font-family:var(--fd)}
.svc-card.feat{border-color:var(--blue-m);box-shadow:var(--shm);position:relative}
.svc-card.feat::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--purple));transform:scaleX(1)}
.svc-card .stag.new{background:var(--blue);color:#fff}
.svc-card .stag.rp{background:#EF4444;color:#fff}
.svc-card a.sc-more{display:inline-block;margin-top:12px;font-family:var(--fd);font-weight:600;font-size:12.5px;color:var(--blue);text-decoration:none}

.plg-sec{background:var(--bg);overflow:hidden}
.plg-wrap{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}
.plg-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--fd);font-weight:700;font-size:11px;letter-spacing:.06em;background:var(--blue-l);color:var(--blue);padding:6px 12px;border-radius:999px;margin-bottom:16px}
.plg-h{font-family:var(--fd);font-weight:800;font-size:clamp(24px,3.4vw,34px);line-height:1.15;color:var(--navy);letter-spacing:-.02em;margin-bottom:14px}
.plg-p{font-size:15.5px;color:var(--ink2);line-height:1.7;margin-bottom:20px}
.plg-feats{list-style:none;display:grid;gap:12px;margin-bottom:24px}
.plg-feats li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;color:var(--ink2)}
.plg-feats svg{flex-shrink:0;width:20px;height:20px;margin-top:1px;stroke:var(--green);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.plg-feats b{color:var(--navy);font-weight:600}
.plg-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--shl);padding:24px}
.plg-card-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}
.plg-card-hdr h4{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--navy)}
.plg-score{font-family:var(--fd);font-weight:800;font-size:15px;color:var(--green);background:var(--green-l);border:1px solid var(--green-b);padding:4px 12px;border-radius:999px}
.plg-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px dashed var(--border);font-size:13.5px}
.plg-row:last-child{border-bottom:none}
.plg-chk{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.plg-chk.ok{background:var(--green-l);color:var(--green)}
.plg-chk.warn{background:var(--amber-l);color:var(--amber)}
.plg-rl{flex:1;color:var(--ink2)}
.plg-rl b{color:var(--navy);font-weight:600}
.plg-tag{font-family:var(--fd);font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px}
.plg-tag.ok{background:var(--green-l);color:var(--green)}
.plg-tag.warn{background:var(--amber-l);color:var(--amber)}
@media(max-width:860px){.plg-wrap{grid-template-columns:1fr;gap:32px}}

.rp-sec{background:radial-gradient(1200px 500px at 80% -10%,rgba(239,68,68,.16),transparent),linear-gradient(180deg,#0A1A3B,#0c1e46);color:#fff;position:relative;overflow:hidden}
.rp-sec .eyebrow{color:#FCA5A5}
.rp-lede{max-width:640px}
.rp-badge{display:inline-flex;align-items:center;gap:9px;font-family:var(--fd);font-weight:700;font-size:11px;letter-spacing:.05em;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.35);color:#FCA5A5;padding:7px 14px;border-radius:999px;margin-bottom:18px}
.rp-h{font-family:var(--fd);font-weight:800;font-size:clamp(30px,4.4vw,46px);line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;color:#fff}
.rp-h .rp-accent{background:linear-gradient(90deg,#F87171,#FB923C);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.rp-sub{font-size:16px;color:rgba(255,255,255,.72);line-height:1.7;margin-bottom:12px}
.rp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:36px 0 8px}
.rp-stat{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px 22px}
.rp-stat b{display:block;font-family:var(--fd);font-weight:800;font-size:30px;color:#F87171;line-height:1;margin-bottom:8px}
.rp-stat span{font-size:12.5px;color:rgba(255,255,255,.6);line-height:1.5}
.rp-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
.rp-lane{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:22px;transition:border-color .25s,transform .25s}
.rp-lane:hover{border-color:rgba(248,113,113,.5);transform:translateY(-3px)}
.rp-lane-n{font-family:var(--fd);font-weight:800;font-size:13px;color:#0A1A3B;background:linear-gradient(90deg,#F87171,#FB923C);width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.rp-lane h4{font-family:var(--fd);font-weight:700;font-size:16px;color:#fff;margin-bottom:8px}
.rp-lane p{font-size:13.5px;color:rgba(255,255,255,.66);line-height:1.6}
.rp-section-h{font-family:var(--fd);font-weight:700;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:52px 0 18px;text-align:center}
.rp-pkgs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rp-pkg{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:26px 24px;display:flex;flex-direction:column}
.rp-pkg.feat{border-color:#F87171;background:linear-gradient(180deg,rgba(239,68,68,.14),rgba(255,255,255,.03));box-shadow:0 16px 50px rgba(239,68,68,.18)}
.rp-pkg-tag{font-family:var(--fd);font-weight:700;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#FCA5A5;margin-bottom:10px}
.rp-pkg-name{font-family:var(--fd);font-weight:800;font-size:20px;color:#fff;margin-bottom:4px}
.rp-pkg-price{font-family:var(--fd);font-weight:800;font-size:26px;color:#fff;margin:8px 0 4px}
.rp-pkg-price small{font-size:13px;font-weight:500;color:rgba(255,255,255,.5)}
.rp-pkg-for{font-size:12px;color:rgba(255,255,255,.55);margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}
.rp-pkg ul{list-style:none;display:grid;gap:9px;margin-bottom:20px}
.rp-pkg li{font-size:13px;color:rgba(255,255,255,.78);display:flex;gap:9px;align-items:flex-start}
.rp-pkg li::before{content:'✓';color:#F87171;font-weight:800;flex-shrink:0}
.rp-pkg .btn-rp{margin-top:auto;display:block;text-align:center;font-family:var(--fd);font-weight:700;font-size:13px;padding:11px;border-radius:10px;text-decoration:none;transition:.2s}
.rp-pkg .btn-rp.solid{background:linear-gradient(90deg,#EF4444,#FB923C);color:#fff}
.rp-pkg .btn-rp.ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.2)}
.rp-pkg .btn-rp:hover{transform:translateY(-2px)}
.rp-charter{margin-top:52px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:30px}
.rp-charter h4{font-family:var(--fd);font-weight:800;font-size:18px;color:#fff;margin-bottom:6px}
.rp-charter .rp-charter-sub{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:20px}
.rp-charter ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px 26px}
.rp-charter li{font-size:13.5px;color:rgba(255,255,255,.78);display:flex;gap:10px;align-items:flex-start;line-height:1.55}
.rp-charter li svg{flex-shrink:0;width:19px;height:19px;margin-top:1px;stroke:#4ADE80;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.rp-final{margin-top:40px;text-align:center}
.rp-final h3{font-family:var(--fd);font-weight:800;font-size:clamp(22px,3vw,30px);color:#fff;margin-bottom:10px}
.rp-final p{font-size:15px;color:rgba(255,255,255,.68);max-width:600px;margin:0 auto 22px;line-height:1.65}
.btn-rp-cta{display:inline-flex;align-items:center;gap:9px;font-family:var(--fd);font-weight:700;font-size:15px;background:linear-gradient(90deg,#EF4444,#FB923C);color:#fff;padding:14px 28px;border-radius:12px;text-decoration:none;transition:.2s}
.btn-rp-cta:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(239,68,68,.35)}
@media(max-width:860px){.rp-stats,.rp-grid3,.rp-pkgs{grid-template-columns:1fr}.rp-charter ul{grid-template-columns:1fr}}

.tp-sec{background:linear-gradient(160deg,#0A1A3B,#0c1e46);position:relative;overflow:hidden}
.tp-sec::before{content:'';position:absolute;width:620px;height:620px;border-radius:50%;border:1px solid rgba(255,255,255,.045);top:-280px;left:-160px}
.tp-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center;position:relative;z-index:1}
.tp-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,87,255,.16);border:1px solid rgba(120,160,255,.34);border-radius:100px;padding:5px 14px 5px 10px;margin-bottom:18px}
.tp-badge .dot{width:8px;height:8px;border-radius:50%;background:#4F8CFF;animation:pulse 2s ease-in-out infinite}
.tp-badge span{font-family:var(--fd);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#AEC6FF}
.tp-h{font-family:var(--fd);font-weight:800;font-size:clamp(26px,3.2vw,40px);line-height:1.12;color:#fff;letter-spacing:-.025em;margin-bottom:8px}
.tp-h .name{color:#4F8CFF}
.tp-tag{font-family:var(--fd);font-weight:600;font-size:13px;letter-spacing:.02em;color:#AEC6FF;margin-bottom:16px}
.tp-desc{font-size:15.5px;color:rgba(255,255,255,.72);line-height:1.72;margin-bottom:20px;max-width:520px}
.tp-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:26px}
.tp-chip{font-family:var(--fd);font-size:11px;font-weight:600;color:rgba(255,255,255,.85);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:5px 11px}
.tp-acts{display:flex;gap:12px;flex-wrap:wrap}
/* preview card */
.tp-card{background:#fff;border-radius:var(--rl);box-shadow:var(--shl);overflow:hidden;transform:rotate(-1deg)}
.tp-card-hd{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:1px solid var(--border);background:var(--bg2)}
.tp-card-hd b{font-family:var(--fd);font-size:12.5px;color:var(--navy)}
.tp-live{display:flex;align-items:center;gap:5px;font-family:var(--fd);font-size:9.5px;font-weight:700;color:var(--green)}
.tp-live::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite}
.tp-card-bd{padding:18px}
.tp-prod{font-family:var(--fd);font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--muted);margin-bottom:10px}
.tp-code{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.tp-code .c{font-family:var(--fd);font-weight:800;font-size:30px;letter-spacing:.02em;color:var(--navy);line-height:1}
.tp-code .badge{font-family:var(--fd);font-weight:700;font-size:10px;padding:4px 9px;border-radius:100px;background:var(--green-l);color:var(--green);border:1px solid var(--green-b)}
.tp-duty{display:flex;align-items:center;justify-content:space-between;background:var(--blue-l);border:1px solid var(--blue-m);border-radius:var(--r);padding:11px 13px;margin-bottom:12px}
.tp-duty span{font-family:var(--fd);font-size:11.5px;font-weight:600;color:var(--ink2)}
.tp-duty b{font-family:var(--fd);font-size:19px;font-weight:800;color:var(--blue)}
.tp-flags{display:flex;flex-wrap:wrap;gap:5px}
.tp-flags i{font-style:normal;font-family:var(--fd);font-size:10px;font-weight:600;padding:3px 8px;border-radius:5px;background:var(--bg3);color:var(--blue);border:1px solid var(--border)}
.tp-note{font-size:10px;color:var(--muted);margin-top:11px;font-style:italic}
@media(max-width:860px){.tp-grid{grid-template-columns:1fr;gap:34px}.tp-card{transform:none;max-width:420px}}

.faq-sec{background:var(--bg2);border-top:1px solid var(--border)}
.faq-wrap{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--sh);transition:border-color .25s,box-shadow .25s}
.faq-item:hover{border-color:var(--blue-m)}
.faq-item.open{border-color:var(--blue-m);box-shadow:var(--shm)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:none;border:0;cursor:pointer;text-align:left;font-family:var(--fd);font-weight:600;font-size:16px;color:var(--navy);line-height:1.4}
.faq-q:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:var(--rl)}
.faq-ico{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .25s}
.faq-item.open .faq-ico{transform:rotate(45deg);background:var(--blue);color:#fff}
.faq-ico svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.faq-item.open .faq-a{grid-template-rows:1fr}
.faq-a-inner{overflow:hidden}
.faq-a p{padding:0 22px 22px;font-size:15px;color:var(--ink2);line-height:1.72;margin:0}
.faq-a p b{color:var(--navy);font-weight:600}

.follow-inline{display:flex;align-items:center;gap:9px;margin-top:16px;flex-wrap:wrap}
.follow-inline .fi-lbl{font-family:var(--fd);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.follow-inline a{width:34px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);color:var(--muted);transition:.2s;text-decoration:none}
.follow-inline a svg{width:16px;height:16px;fill:currentColor}
.follow-inline a.li:hover{background:#0A66C2;color:#fff;border-color:#0A66C2}
.follow-inline a.ig:hover{background:#DD2A7B;color:#fff;border-color:#DD2A7B}
.foot-social{display:flex;gap:9px;margin:16px 0 6px}
.foot-social a{width:36px;height:36px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.55);transition:.2s}
.foot-social a svg{width:17px;height:17px;fill:currentColor}
.foot-social a.li:hover{background:#0A66C2;color:#fff;border-color:#0A66C2}
.foot-social a.ig:hover{background:#DD2A7B;color:#fff;border-color:#DD2A7B}
.sub-form{display:flex;gap:9px;flex-wrap:wrap;align-items:flex-start}
.sub-msg{width:100%;font-size:12.5px;font-family:var(--fd);font-weight:600;margin-top:9px;display:none;line-height:1.5}
.sub-msg.show{display:block}
.sub-msg.ok{color:#6EE7A8}.sub-msg.err{color:#FCA5A5}
.news-inp.invalid{border-color:#F87171}
button.btn-p[disabled]{opacity:.6;cursor:default}
.hp-field{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}

.reveal{opacity:1;transform:none}

/* ============================================================
   SHARED SUBPAGE COMPONENTS  (added for multi-page restructure)
   Palette + fonts inherited from :root above — kept in sync.
   ============================================================ */

/* Active nav state */
.nav-links a.active{color:var(--blue);background:var(--blue-l)}

/* Breadcrumb */
.breadcrumb{font-family:var(--fd);font-size:12px;font-weight:500;color:var(--muted);display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:18px}
.breadcrumb a{color:var(--blue);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb .sep{color:var(--border)}

/* Subpage hero */
.subhero{padding:104px 0 56px;position:relative;overflow:hidden;background:var(--bg2);border-bottom:1px solid var(--border)}
.subhero.dark{background:linear-gradient(160deg,#0A1A3B,#0c1e46);border-bottom:none;color:#fff}
.subhero-bg{position:absolute;inset:0;pointer-events:none}
.subhero-bg::before{content:'';position:absolute;width:640px;height:640px;border-radius:50%;border:1px solid rgba(0,87,255,.05);right:-220px;top:-240px}
.subhero.dark .subhero-bg::before{border-color:rgba(255,255,255,.05)}
.subhero-inner{position:relative;z-index:1;max-width:760px}
.subhero .eyebrow{margin-bottom:16px}
.subhero h1{font-family:var(--fd);font-weight:800;font-size:clamp(30px,4vw,50px);line-height:1.08;color:var(--navy);letter-spacing:-.03em;margin-bottom:18px}
.subhero.dark h1{color:#fff}
.subhero h1 .bl{color:var(--blue)}
.subhero.dark h1 .bl{color:#4F8CFF}
.subhero-lead{font-size:17px;color:var(--ink2);line-height:1.72;max-width:640px;margin-bottom:28px}
.subhero.dark .subhero-lead{color:rgba(255,255,255,.72)}
.subhero-acts{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.subhero-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:26px}
.subhero-chip{font-family:var(--fd);font-size:11px;font-weight:600;padding:5px 11px;border-radius:6px;background:#fff;border:1px solid var(--border);color:var(--ink2)}
.subhero.dark .subhero-chip{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.85)}

/* Split feature rows (content + visual), alternating */
.feat-split{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center;margin-bottom:64px}
.feat-split:last-child{margin-bottom:0}
.feat-split.rev .fs-copy{order:2}
.feat-split.rev .fs-visual{order:1}
.fs-copy h3{font-family:var(--fd);font-weight:800;font-size:clamp(21px,2.6vw,28px);line-height:1.18;color:var(--navy);letter-spacing:-.02em;margin-bottom:14px}
.fs-copy>p{font-size:15.5px;color:var(--ink2);line-height:1.72;margin-bottom:18px}
.fs-list{list-style:none;display:grid;gap:12px;margin-bottom:22px}
.fs-list li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;color:var(--ink2);line-height:1.55}
.fs-list svg{flex-shrink:0;width:20px;height:20px;margin-top:1px;stroke:var(--green);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.fs-list b{color:var(--navy);font-weight:600}
.fs-visual{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--shl);padding:26px}
.fs-visual.plain{background:#fff}

/* Generic panel card used inside visuals */
.panel-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.panel-hdr h4{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--navy)}
.panel-row{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px dashed var(--border);font-size:13.5px;color:var(--ink2)}
.panel-row:last-child{border-bottom:none}
.panel-row .pr-ico{flex-shrink:0;width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:10px;color:#fff;font-family:var(--fd)}
.panel-row b{color:var(--navy);font-weight:600}
.tagpill{font-family:var(--fd);font-size:10px;font-weight:700;padding:2px 8px;border-radius:5px;margin-left:auto;white-space:nowrap}
.tagpill.ok{background:var(--green-l);color:var(--green)}
.tagpill.warn{background:var(--amber-l);color:var(--amber)}
.tagpill.info{background:var(--blue-l);color:var(--blue)}

/* Metric band */
.metric-band{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.metric{background:#fff;border:1px solid var(--border);border-radius:var(--rl);padding:24px 20px;text-align:center;box-shadow:var(--sh)}
.metric b{display:block;font-family:var(--fd);font-weight:800;font-size:30px;color:var(--blue);line-height:1;margin-bottom:8px;letter-spacing:-.02em}
.metric span{font-size:12px;color:var(--muted);line-height:1.5}

/* Simple feature card grid (icon + title + text) */
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mini-card{background:#fff;border:1px solid var(--border);border-radius:var(--rl);padding:22px 20px;transition:.25s}
.mini-card:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-3px)}
.mini-ico{width:42px;height:42px;border-radius:11px;background:var(--blue-l);display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px}
.mini-card h4{font-family:var(--fd);font-weight:700;font-size:15px;color:var(--navy);margin-bottom:7px;line-height:1.3}
.mini-card p{font-size:13px;color:var(--muted);line-height:1.6}

/* Insight snippet cards (compact, list-style for subpages) */
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.insight-card{background:#fff;border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:.25s;display:flex;flex-direction:column;text-decoration:none}
.insight-card:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-4px)}
.ic-top{height:6px;background:var(--blue)}
.ic-body{padding:20px;flex:1;display:flex;flex-direction:column}
.ic-cat{font-family:var(--fd);font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:9px}
.ic-title{font-family:var(--fd);font-weight:700;font-size:15px;color:var(--navy);line-height:1.36;margin-bottom:9px}
.ic-excerpt{font-size:12.5px;color:var(--muted);line-height:1.6;margin-bottom:14px;flex:1}
.ic-meta{font-family:var(--fd);font-size:10.5px;color:var(--muted);display:flex;align-items:center;gap:8px;margin-top:auto}
.ic-read{font-family:var(--fd);font-size:11.5px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:4px;margin-top:10px}
.ic-read::after{content:'→';transition:transform .2s}
.insight-card:hover .ic-read::after{transform:translateX(3px)}

/* Cross-service links */
.xlink-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.xlink{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--border);border-radius:var(--rl);padding:20px;text-decoration:none;transition:.25s}
.xlink:hover{border-color:var(--blue-m);box-shadow:var(--shm);transform:translateY(-3px)}
.xlink .xl-ico{font-size:22px;margin-bottom:4px}
.xlink h4{font-family:var(--fd);font-weight:700;font-size:14.5px;color:var(--navy)}
.xlink p{font-size:12.5px;color:var(--muted);line-height:1.55}
.xlink .xl-go{font-family:var(--fd);font-size:11.5px;font-weight:600;color:var(--blue);margin-top:4px}

/* Insights index: filter bar + list */
.filter-bar{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;margin-bottom:34px}
.filter-btn{font-family:var(--fd);font-size:12px;font-weight:600;padding:8px 15px;border-radius:9px;border:1px solid var(--border);background:#fff;color:var(--muted);cursor:pointer;transition:.2s}
.filter-btn.active,.filter-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue)}

/* On-page section intro (left aligned variant) */
.lead-block{max-width:680px;margin-bottom:42px}
.lead-block .eyebrow{margin-bottom:14px}
.lead-block p{font-size:16px;color:var(--muted);line-height:1.74}

/* Responsive */
@media(max-width:900px){
  .feat-split{grid-template-columns:1fr;gap:30px;margin-bottom:48px}
  .feat-split.rev .fs-copy{order:1}.feat-split.rev .fs-visual{order:2}
  .metric-band{grid-template-columns:1fr 1fr}
  .mini-grid,.insight-grid,.xlink-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .subhero{padding:92px 0 46px}
  .metric-band,.mini-grid,.insight-grid,.xlink-grid{grid-template-columns:1fr}
}
