
  :root{
    --navy:#0A1633;--navy2:#12244E;--ink:#141C30;--blue:#2563EB;--blued:#1B4BD8;
    --cyan:#38BDF8;--mint:#34D399;--tint:#E6EEFB;--tintd:#DBE7FA;--paper:#F4F7FC;--mut:#5B6880;--line:#E1E8F2;
    --wrap:1240px;--disp:'Space Grotesk','Plus Jakarta Sans',sans-serif;--body:'Inter',sans-serif;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--body);color:var(--ink);background:#fff;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
  h1,h2,h3{font-family:var(--disp);line-height:1.08;letter-spacing:-.025em}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}
  .btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--disp);font-weight:600;font-size:15px;padding:14px 26px;border-radius:11px;cursor:pointer;transition:background .18s,transform .18s,box-shadow .18s,color .18s;border:none}
  .btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px -6px rgba(37,99,235,.5)}
  .btn-primary:hover{background:var(--blued);transform:translateY(-1px)}
  .btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
  .btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
  .btn-light{background:#fff;color:var(--blue)}
  .btn-light:hover{background:#eef3ff;transform:translateY(-1px)}
  .eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--disp);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
  .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}


  /* HERO */
  .hero{position:relative;padding:74px 0 92px;overflow:hidden}
  .hero .glow{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.14),transparent 68%);top:-220px;right:-140px;z-index:0}
  .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center}
  .hero .eyebrow{color:var(--blued);background:var(--tint);padding:7px 15px;border-radius:30px}
  .hero h1{font-size:60px;font-weight:800;margin-bottom:20px;letter-spacing:-.035em}
  .hero .tagline{font-family:var(--disp);font-weight:700;font-size:22px;color:var(--blued);margin-bottom:14px;letter-spacing:-.01em}
  .hero p.lead{font-size:19px;color:var(--mut);max-width:35ch;margin-bottom:32px}
  .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px;align-items:center}
  .hero-actions .textlink{font-family:var(--disp);font-weight:600;font-size:15px;color:var(--blued);display:inline-flex;align-items:center;gap:7px}
  .hero-actions .textlink svg{width:16px;height:16px;stroke:var(--blue);stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}
  .hero-actions .textlink:hover svg{transform:translateX(3px)}
  .hero-note{font-size:14px;color:var(--mut)}
  .hero-note b{color:var(--ink);font-weight:600;font-family:var(--disp)}
  .rv{opacity:0;transform:translateY(16px);animation:rise .7s cubic-bezier(.2,.7,.3,1) forwards}
  .rv.d1{animation-delay:.05s}.rv.d2{animation-delay:.15s}.rv.d3{animation-delay:.26s}.rv.d4{animation-delay:.38s}.rv.d5{animation-delay:.5s}
  @keyframes rise{to{opacity:1;transform:none}}
  .scene{position:relative;width:100%;max-width:540px;margin-left:auto}
  .scene svg{width:100%;height:auto;display:block;border-radius:24px;box-shadow:0 40px 80px -30px rgba(10,22,51,.5)}
  .float-badge{position:absolute;background:#fff;border-radius:14px;padding:11px 15px;box-shadow:0 20px 44px -18px rgba(10,22,51,.5);display:flex;align-items:center;gap:11px;animation:float 4.8s ease-in-out infinite}
  .float-badge.one{top:22px;left:-14px}
  .float-badge.two{bottom:26px;right:-14px;animation-delay:1.6s}
  .float-badge .tick{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center}
  .float-badge.one .tick{background:rgba(52,211,153,.16)}
  .float-badge.two .tick{background:var(--tint)}
  .float-badge .tick svg{width:17px;height:17px;stroke-width:2.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .float-badge.one .tick svg{stroke:#10B981}.float-badge.two .tick svg{stroke:var(--blue)}
  .float-badge .fx{font-family:var(--disp);font-weight:700;font-size:14px;color:var(--ink);line-height:1.2}
  .float-badge .fx small{display:block;font-family:var(--body);font-weight:400;font-size:12px;color:var(--mut)}
  @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

  /* AUDIENCE — two-column, tinted, no cards */
  .aud,.prob,.sol,.sec,.partners{min-height:640px;display:flex;align-items:center;}
  .aud > .wrap,.prob > .wrap,.sol > .wrap,.sec > .wrap,.partners > .wrap{width:100%;}
  .aud{background:linear-gradient(160deg,#E6EEFB,#D7E4F8);padding:88px 0}
  .aud-head{max-width:680px;margin-bottom:44px}
  .seg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .seg-card{background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:30px 28px;box-shadow:0 24px 50px -30px rgba(20,40,90,.4);transition:transform .18s,box-shadow .18s}
  .seg-grid .seg-card.reveal.in:nth-child(2){animation:cardRise .5s ease-out .12s backwards}
  .seg-grid .seg-card.reveal.in:nth-child(3){animation:cardRise .5s ease-out .24s backwards}
  @keyframes cardRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
  .seg-card:hover,.seg-card.reveal.in:hover{transform:translateY(-5px);box-shadow:0 30px 60px -28px rgba(20,40,90,.45)}
  .seg-ic{width:54px;height:54px;border-radius:15px;background:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 12px 24px -10px rgba(37,99,235,.7)}
  .seg-ic svg{width:27px;height:27px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .seg-card h3{font-size:19.5px;margin-bottom:9px}
  .seg-card p{font-size:14.5px;color:var(--mut);line-height:1.55}
  .aud .eyebrow{color:var(--blued)}
  .aud h2{font-size:40px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px;max-width:20ch}
  .aud .sub{font-size:18px;color:#46536e;max-width:44ch;margin-bottom:8px}
  .aud-list{display:flex;flex-direction:column;gap:18px;margin-top:8px}
  .aud-item{display:flex;gap:18px;align-items:flex-start;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:22px 24px;backdrop-filter:blur(4px)}
  .aud-item .ic{width:52px;height:52px;border-radius:14px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 22px -10px rgba(37,99,235,.7)}
  .aud-item .ic svg{width:26px;height:26px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .aud-item h3{font-size:20px;margin-bottom:5px}
  .aud-item p{font-size:14.5px;color:var(--mut)}
  .aud-visual{position:relative}
  .aud-visual svg{width:100%;height:auto;display:block;filter:drop-shadow(0 30px 60px rgba(20,40,90,.22))}

  /* PROBLEM — dark, two-column, single visual (no card grid) */
  .prob{background:#fff;position:relative;overflow:hidden;padding:92px 0}
  .prob::before{content:none}
  .prob .pglow{display:none}
  .prob-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
  .prob .eyebrow{color:var(--blued)}.prob .eyebrow .dot{background:var(--blue)}
  .prob h2{font-size:40px;font-weight:800;color:var(--ink);max-width:16ch;margin-bottom:18px}
  .prob p{font-size:18.5px;color:var(--mut);max-width:46ch;margin-bottom:18px}
  .prob .em{color:var(--ink);font-weight:600}
  .prob-visual svg{width:100%;height:auto;display:block;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}

  /* SOLUTION — white, product visual + capability list (no boxed cards) */
  .sol{padding:92px 0;background:linear-gradient(160deg,#E6EEFB,#D7E4F8)}
  .sol-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
  .sol .eyebrow{color:var(--blued)}
  .sol h2{font-size:40px;font-weight:800;letter-spacing:-.03em;margin-bottom:14px;max-width:18ch}
  .sol .sub{font-size:18px;color:var(--mut);max-width:46ch;margin-bottom:26px}
  .cap-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 30px}
  .cap{display:flex;gap:13px;align-items:flex-start;padding:13px 0;border-bottom:1px solid var(--line)}
  .cap .d{width:34px;height:34px;border-radius:9px;background:var(--tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .cap .d svg{width:18px;height:18px;stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .cap h4{font-size:15px;margin-bottom:2px}
  .cap p{font-size:12.5px;color:var(--mut);line-height:1.4}
  /* product window visual */
  .win{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 40px 80px -34px rgba(20,28,48,.5);overflow:hidden}
  .win .bar{height:42px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 16px}
  .win .bar i{width:11px;height:11px;border-radius:50%;display:block}
  .win .bar i:nth-child(1){background:#F58C8C}.win .bar i:nth-child(2){background:#F7C56B}.win .bar i:nth-child(3){background:#7BD6A9}
  .win .bar .t{margin-left:8px;font-family:var(--disp);font-weight:700;font-size:12.5px;color:var(--mut)}
  .win .body{padding:20px 22px}
  .win .wrow{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}
  .win .wrow:last-child{border-bottom:none}
  .win .k{font-size:13px;color:var(--mut)}
  .win .v{font-family:var(--disp);font-weight:700;font-size:13.5px;color:var(--ink)}
  .win .pill{font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}
  .win .pill.ok{background:#DCFCE7;color:#166534}
  .win .pill.med{background:#FEF3C7;color:#92400E}

  /* CTA */
  .cta-band{padding:0 0 96px}
  .cta-inner{background:linear-gradient(120deg,var(--blue),#3AA0F5 60%,var(--cyan));border-radius:26px;padding:74px 40px;text-align:center;color:#fff;position:relative;overflow:hidden;margin-top:0}
  .cta-inner::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);top:-160px;right:-80px}
  .cta-inner h2{font-size:40px;font-weight:800;color:#fff;margin-bottom:14px;position:relative}
  .cta-inner p{font-size:18px;color:#e6f0ff;max-width:44ch;margin:0 auto 30px;position:relative}
  .cta-inner .btn{position:relative}


  /* scroll reveal */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1)}
  .reveal.in{opacity:1;transform:none}
  @media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.rv{opacity:1;transform:none;animation:none}}

  @media(max-width:960px){
    .hero-grid,.aud-grid,.prob-grid,.sol-grid,.seg-grid{grid-template-columns:1fr;gap:40px}
    .hero h1{font-size:46px}.aud h2,.prob h2,.sol h2,.cta-inner h2{font-size:30px}
    .cap-list{grid-template-columns:1fr}
    .aud-visual,.prob-visual{max-width:460px;margin:0 auto}
  }
  @media(max-width:640px){
    .hero{padding:48px 0 64px}.hero h1{font-size:38px}.float-badge{display:none}
  }

  /* audience wordmarks */
  .logos{margin-top:6px}
  .logos-label{font-family:var(--disp);font-weight:600;font-size:13px;letter-spacing:.02em;color:#46536e;text-transform:none;margin-bottom:16px}
  .logos-row{display:flex;flex-wrap:wrap;gap:14px 26px;align-items:center}
  .logos-row .wm{font-family:var(--disp);font-weight:800;font-size:22px;color:#33405c;opacity:.62;letter-spacing:-.02em}
  .logos-note{margin-top:16px;font-size:14px;color:var(--mut)}
  /* problem worry bullets */
  .worry{display:flex;flex-direction:column;gap:14px}
  .wq{display:flex;gap:15px;align-items:flex-start;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px 20px;transition:border-color .18s,transform .18s,box-shadow .18s}
  .wq:hover{border-color:#C9D8F5;transform:translateX(3px);box-shadow:0 14px 30px -22px rgba(20,28,48,.4)}
  .wq .wi{width:44px;height:44px;border-radius:12px;background:var(--tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .wq .wi svg{width:22px;height:22px;stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .wq h4{font-size:16.5px;color:var(--ink);margin-bottom:3px}
  .wq p{font-size:13.5px;color:var(--mut)}
  /* product window: browser frame, constrained */
  .sol .reveal{display:flex;justify-content:center}
  .win{max-width:430px;width:100%}
  .win .bar .url{margin-left:12px;flex:1;background:#fff;border:1px solid var(--line);border-radius:7px;height:24px;display:flex;align-items:center;padding:0 10px;font-size:11px;color:var(--mut);font-family:var(--body)}

  .aud .seg{font-size:16px;color:#46536e;margin-top:14px}
  .aud .seg strong{color:var(--ink);font-weight:700}
  .aud-visual .panel{background:#fff;border-radius:22px;padding:26px;box-shadow:0 34px 70px -34px rgba(20,40,90,.4)}
  .aud-visual svg{filter:none;border-radius:0}
  .hub{display:flex;justify-content:center}
  .hub.reveal{opacity:1;transform:none}
  .hub svg{width:100%;max-width:500px;height:auto}

  .screen{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 40px 80px -34px rgba(20,40,90,.5);overflow:hidden;max-width:520px;width:100%;margin:0 auto}
  .screen .sbar{height:42px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 16px}
  .screen .sbar i{width:11px;height:11px;border-radius:50%;display:block}
  .screen .sbar i:nth-child(1){background:#F58C8C}.screen .sbar i:nth-child(2){background:#F7C56B}.screen .sbar i:nth-child(3){background:#7BD6A9}
  .screen .sbar .url{margin-left:12px;flex:1;background:var(--paper);border:1px solid var(--line);border-radius:7px;height:24px;display:flex;align-items:center;padding:0 10px;font-size:11px;color:var(--mut)}
  .dash{padding:20px;background:linear-gradient(180deg,#FBFCFF,#F2F7FF)}
  .dash-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}
  .dash-head .tt{font-family:var(--disp);font-weight:800;font-size:16px;color:var(--ink)}
  .dash-head .tt small{display:block;font-family:var(--body);font-weight:400;font-size:12px;color:var(--mut);margin-top:2px}
  .dash-head .st{font-family:var(--disp);font-weight:700;font-size:11.5px;color:#166534;background:#DCFCE7;border-radius:20px;padding:6px 12px;white-space:nowrap}
  .dash-tiles{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-bottom:11px}
  .tile{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 14px}
  .tile .l{font-family:var(--disp);font-weight:700;font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--mut);margin-bottom:6px}
  .tile .v{font-family:var(--disp);font-weight:700;font-size:14.5px;color:var(--ink)}
  .tile .pill{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:20px}
  .tile .pill.med{background:#FEF3C7;color:#92400E}
  .dash-docs{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 14px}
  .dash-docs .l{font-family:var(--disp);font-weight:700;font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--mut);margin-bottom:9px}
  .docchips{display:flex;gap:8px;flex-wrap:wrap}
  .docchip{font-family:var(--disp);font-size:11.5px;font-weight:600;background:var(--tint);color:var(--blued);border-radius:20px;padding:5px 11px;display:flex;align-items:center;gap:6px}
  .docchip svg{width:12px;height:12px;stroke:#16A34A;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}

  .monitor{max-width:430px;width:100%;margin:0 auto}
  .mon-screen{background:#0E1B3A;border-radius:16px;padding:12px;box-shadow:0 40px 80px -34px rgba(20,40,90,.55)}
  .mon-inner{background:#fff;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
  .mon-stand{width:96px;height:40px;margin:0 auto;position:relative}
  .mon-stand::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:26px;height:26px;background:linear-gradient(180deg,#14264F,#0E1B3A)}
  .mon-stand::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:120px;height:10px;border-radius:6px;background:#0E1B3A;box-shadow:0 10px 20px -8px rgba(20,40,90,.5)}
  .msbar{height:34px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 13px}
  .msbar i{width:9px;height:9px;border-radius:50%;display:block}
  .msbar i:nth-child(1){background:#F58C8C}.msbar i:nth-child(2){background:#F7C56B}.msbar i:nth-child(3){background:#7BD6A9}
  .msbar .url{margin-left:9px;flex:1;background:#fff;border:1px solid var(--line);border-radius:6px;height:20px;display:flex;align-items:center;padding:0 9px;font-size:10px;color:var(--mut)}
  .mdash{padding:15px;background:linear-gradient(180deg,#FBFCFF,#F2F7FF)}
  .mdash-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:11px}
  .mdash-head .tt{font-family:var(--disp);font-weight:800;font-size:13.5px;color:var(--ink)}
  .mdash-head .tt small{display:block;font-family:var(--body);font-weight:400;font-size:10.5px;color:var(--mut);margin-top:1px}
  .mdash-head .st{font-family:var(--disp);font-weight:700;font-size:10px;color:#166534;background:#DCFCE7;border-radius:20px;padding:5px 10px;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}
  .live-dot{width:6px;height:6px;border-radius:50%;background:#22C55E;display:inline-block;animation:livePulse 2s ease-in-out infinite}
  @keyframes livePulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(34,197,94,0)}}
  .chip-in{opacity:0;animation:chipFade .5s ease forwards}
  @keyframes chipFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
  @media(prefers-reduced-motion:reduce){.live-dot{animation:none}.chip-in{animation:none;opacity:1}}
  .mtiles{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:9px}
  .mtile{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 11px}
  .mtile .l{font-family:var(--disp);font-weight:700;font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:var(--mut);margin-bottom:4px}
  .mtile .v{font-family:var(--disp);font-weight:700;font-size:12px;color:var(--ink)}
  .mtile .pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;background:#FEF3C7;color:#92400E}
  .mdocs{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 11px}
  .mdocs .l{font-family:var(--disp);font-weight:700;font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:var(--mut);margin-bottom:7px}
  .mdocs .row{display:flex;gap:6px;flex-wrap:wrap}
  .mchip{font-family:var(--disp);font-size:10px;font-weight:600;background:var(--tint);color:var(--blued);border-radius:20px;padding:4px 9px;display:flex;align-items:center;gap:5px}
  .mchip svg{width:10px;height:10px;stroke:#16A34A;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
  /* deliverables */
  .delv{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin-top:26px}
  .delv .d{display:flex;gap:12px;align-items:flex-start}
  .delv .di{width:38px;height:38px;border-radius:10px;background:var(--tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .delv .di svg{width:20px;height:20px;stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .delv h4{font-size:15px;margin-bottom:2px}
  .delv p{font-size:12.5px;color:var(--mut);line-height:1.4}
  .expert-line{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:22px;border-top:1px solid var(--line);font-family:var(--disp);font-weight:600;font-size:15.5px;color:var(--ink)}
  .expert-line .el-ic{width:38px;height:38px;border-radius:11px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .expert-line .el-ic svg{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

h1,h2,h3{font-weight:600}


/* ===== page-specific additions (merged + de-duplicated) ===== */
.banner{background:var(--navy);color:#fff;position:relative;overflow:hidden;padding:72px 0;text-align:center;min-height:260px;display:flex;align-items:center;justify-content:center;}
.banner h1{position:relative;z-index:1;font-size:42px;font-weight:800;letter-spacing:.16em;color:#fff}
@media(max-width:900px){.banner h1{font-size:30px}}

/* from about.html */

  
  .banner::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:26px 26px;opacity:.6}
  .banner .g{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 70%);top:-220px;left:50%;transform:translateX(-50%)}
  .sec{padding:88px 0}
  .sec .eyebrow{color:var(--blued)}
  .grid2{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
  .sec h2{font-size:38px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px;max-width:18ch}
  .sec p.lead{font-size:18.5px;color:var(--mut);margin-bottom:16px;max-width:52ch}
  .sec p.lead strong{color:var(--ink);font-weight:600}
  .hubwrap{display:flex;justify-content:center}
  .hubwrap svg{width:100%;max-width:500px;height:auto}
  .sec.tint{background:linear-gradient(160deg,#E6EEFB,#D7E4F8)}
  .rules-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 30px 60px -34px rgba(20,40,90,.4)}
  .rules-panel .rp-top{display:flex;align-items:center;gap:13px;margin-bottom:18px}
  .rules-panel .rp-ic{width:46px;height:46px;border-radius:12px;background:var(--tint);display:flex;align-items:center;justify-content:center}
  .rules-panel .rp-ic svg{width:23px;height:23px;stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .rules-panel .rp-top div{font-family:var(--disp);font-weight:700;font-size:16px;color:var(--ink)}
  .rules-panel .pills{display:flex;flex-wrap:wrap;gap:10px}
  .rules-panel .pill{background:var(--tint);border:1px solid #D4E2FB;border-radius:22px;padding:9px 16px;font-family:var(--disp);font-weight:600;font-size:14px;color:var(--blued)}
  @media(max-width:900px){.grid2{grid-template-columns:1fr;gap:34px}.sec h2{font-size:28px}}

/* from contact.html */

  .banner .g{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 70%);top:-220px;left:50%;transform:translateX(-50%)}
  .contact{padding:82px 0 96px;background:radial-gradient(1200px 480px at 50% -8%, #EEF4FF 0%, #FBFCFE 55%, #fff 100%)}
  .c-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
  .contact .eyebrow{color:var(--blued)}
  .contact h2{font-size:34px;line-height:1.14;letter-spacing:-.02em;margin-bottom:14px;max-width:16ch}
  .contact .lead{font-size:18px;color:var(--mut);max-width:44ch;margin-bottom:30px}
  .cinfo{display:flex;flex-direction:column;gap:16px;margin-top:8px}
  .citem{display:flex;gap:15px;align-items:center}
  .citem .ic{width:46px;height:46px;border-radius:12px;background:var(--tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .citem .ic svg{width:22px;height:22px;stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .citem .lbl{font-family:var(--disp);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--mut);margin-bottom:4px}
  .citem .val{font-size:15.5px;color:var(--ink);line-height:1.5}
  .citem .val a{color:var(--blued);font-weight:600}
  .form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;box-shadow:0 34px 70px -40px rgba(20,40,90,.45)}
  .form h3{font-size:20px;margin-bottom:6px}
  .form .fsub{font-size:14px;color:var(--mut);margin-bottom:22px}
  .field{margin-bottom:16px}
  .field label{display:block;font-family:var(--disp);font-weight:600;font-size:12.5px;color:var(--ink);margin-bottom:7px}
  .field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px 14px;font-family:var(--body);font-size:14.5px;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s}
  .field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.14)}
  .field textarea{resize:vertical;min-height:110px}
  .frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .form .btn{width:100%;margin-top:6px}
  .form .note{font-size:12px;color:var(--mut);margin-top:14px;text-align:center}
  .map{margin-top:26px;border-radius:16px;overflow:hidden;border:1px solid var(--line);height:180px;position:relative;background:linear-gradient(160deg,#E9F0FB,#DCE8FA)}
  .map .pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}
  .map .pin svg{width:34px;height:34px;fill:var(--blue)}
  .map .mlabel{position:absolute;bottom:14px;left:16px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 13px;font-family:var(--disp);font-weight:600;font-size:12.5px;color:var(--ink);box-shadow:0 10px 24px -14px rgba(20,40,90,.5)}
  .map .grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px);background-size:28px 28px}
  @media(max-width:900px){.c-grid{grid-template-columns:1fr;gap:34px}.contact h2{font-size:26px}}
  @media(max-width:520px){.frow{grid-template-columns:1fr}}

/* from partners.html */

  .banner .g{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 70%);top:-220px;left:50%;transform:translateX(-50%)}
  .partners{position:relative;padding:82px 0 90px;background:#fff}
  .p-head{max-width:760px;margin:0 auto 12px;text-align:center}
  .p-head .eyebrow{justify-content:center;color:var(--blued)}
  .p-head h2{font-size:34px;line-height:1.14;letter-spacing:-.02em;color:var(--ink);margin-bottom:22px}
  .p-head h2 .hl{color:var(--blue)}
  .auds{display:flex;flex-wrap:wrap;gap:11px;justify-content:center;margin-bottom:8px}
  .aud-tag{font-family:var(--disp);font-weight:600;font-size:13.5px;color:var(--blued);background:#fff;border:1px solid #D4E2FB;border-radius:30px;padding:9px 18px;box-shadow:0 8px 20px -14px rgba(20,40,90,.4)}
  .cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:52px}
  .pcap{display:flex;flex-direction:column;align-items:flex-start;background:linear-gradient(160deg,#F1F6FF,#E7EFFC);border:1px solid #D9E4F5;border-radius:18px;padding:28px 24px;text-align:left;box-shadow:0 24px 50px -36px rgba(20,40,90,.4);transition:transform .18s,box-shadow .18s}
  .pcap:hover{transform:translateY(-5px);box-shadow:0 30px 60px -34px rgba(20,40,90,.5)}
  .pcap .ci{width:52px;height:52px;border-radius:14px;background:linear-gradient(140deg,var(--blue),#4C8DFF);display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 12px 24px -10px rgba(37,99,235,.7)}
  .pcap .ci svg{width:26px;height:26px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .pcap h3{font-size:17.5px;line-height:1.25;margin-bottom:8px;min-height:44px}
  .pcap p{font-size:13.5px;color:var(--mut);line-height:1.5}
  .cta-inner .btn{position:relative}
  @media(max-width:960px){.cap-grid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:560px){.cap-grid{grid-template-columns:1fr}.pcap h3{min-height:0}.p-head h2{font-size:26px}}

/* from privacy.html */

  
  
  .banner .g{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 70%);top:-220px;left:50%;transform:translateX(-50%)}
  .legal{padding:70px 0 90px}
  .legal .wrap{max-width:820px}
  .legal .updated{font-size:13.5px;color:var(--mut);margin-bottom:34px}
  .legal h2{font-size:22px;font-weight:600;color:var(--ink);margin:34px 0 12px;letter-spacing:-.01em}
  .legal h2:first-of-type{margin-top:0}
  .legal p{font-size:15.5px;color:#3a475f;line-height:1.7;margin-bottom:14px}
  .legal ul{margin:0 0 14px 20px}
  .legal li{font-size:15.5px;color:#3a475f;line-height:1.7;margin-bottom:7px}
  .legal a{color:var(--blued);font-weight:600}

/* from solutions.html */

  
  
  .banner .g{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 70%);top:-220px;left:50%;transform:translateX(-50%)}
  .intro{padding:66px 0 26px;text-align:center}
  .intro .eyebrow{justify-content:center;color:var(--blued)}
  .intro h2{font-size:34px;font-weight:800;letter-spacing:-.03em;max-width:22ch;margin:0 auto 14px}
  .intro p{font-size:18px;color:var(--mut);max-width:56ch;margin:0 auto}
  .supervise{display:inline-flex;align-items:center;gap:12px;margin-top:22px;background:var(--tint);border:1px solid #D4E2FB;border-radius:30px;padding:11px 22px}
  .supervise .si{width:30px;height:30px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center}
  .supervise .si svg{width:17px;height:17px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .supervise b{font-family:var(--disp);font-weight:700;font-size:15px;color:var(--ink)}
  .ptable-wrap{padding:20px 0 40px}
  .ptable{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 30px 60px -40px rgba(20,40,90,.4)}
  .prow{display:grid;grid-template-columns:2.7fr 1.55fr 1.55fr 1.55fr 1.55fr}
  .phead{background:#fff;border-bottom:1px solid var(--line)}
  .phead .pcell{padding:30px 16px 20px;text-align:center;position:relative}
  .phead .pcell.lbl{text-align:left}
  .phead .pn{font-family:var(--disp);font-weight:800;font-size:16px;color:var(--ink)}
  .phead .pw{font-size:12.5px;color:var(--mut);margin-top:3px}
  .pcell.focus{background:linear-gradient(180deg,#EAF1FF,#F6F9FF)}
  .phead .pcell.focus{border-top:3px solid var(--blue)}
  .fbadge{position:absolute;top:9px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-family:var(--disp);font-weight:700;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:20px}
  .grow{background:var(--paper);border-bottom:1px solid var(--line)}
  .gt{padding:12px 16px;font-family:var(--disp);font-weight:700;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--blued)}
  .frow{border-bottom:1px solid #EEF2F8}
  .frow:last-child{border-bottom:none}
  .frow .pcell{padding:14px 16px;display:flex;align-items:center;justify-content:center}
  .frow .pcell.lbl{justify-content:flex-start;font-size:14px;color:var(--ink)}
  .ck{width:24px;height:24px;border-radius:7px;background:var(--tint);display:flex;align-items:center;justify-content:center}
  .ck svg{width:14px;height:14px;stroke:var(--blue);stroke-width:2.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .da{color:#C2CCDA;font-weight:600}
  .scope{font-family:var(--disp);font-weight:700;font-size:12px;color:var(--blued);text-align:center;line-height:1.25}
  .sol-cta{text-align:center;padding:20px 0 96px}
  .sol-cta .btn{margin-top:4px}
  .sol-cta p{font-size:15px;color:var(--mut);margin-bottom:16px}
  .scroll-hint{display:none}
  .tbl-note{text-align:center;font-size:13px;color:var(--mut);max-width:640px;margin:18px auto 0;line-height:1.6}
  .tbl-note sup{color:var(--blue);font-weight:700}
  @media(max-width:860px){
    .ptable-wrap{overflow-x:auto;position:relative}
    .ptable{min-width:760px}
    .phead{position:static}
    .intro h2{font-size:26px}
    .ptable-wrap::after{
      content:"";position:sticky;top:0;right:0;float:right;
      width:36px;height:100%;margin-left:-36px;pointer-events:none;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.95));
    }
    .scroll-hint{display:block;text-align:center;font-family:var(--disp);font-size:12.5px;font-weight:600;color:var(--mut);margin-top:10px;letter-spacing:.02em}
    .scroll-hint svg{width:13px;height:13px;vertical-align:-2px;stroke:var(--blue);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;margin-left:4px}
  }

/* =========================================================
   Header / Nav — structured to match MedFin's site exactly
   (sticky blurred bar, uppercase links, dark CTA button,
   dropdown-on-hover, full-screen mobile overlay), re-themed
   with Import Desk's own blue/cyan/navy palette.
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,247,252,0.92);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.site-nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 28px;
  max-width:var(--wrap);margin:0 auto;
}
.site-nav .brand{display:flex;align-items:center;gap:11px;text-decoration:none;}
.mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(140deg,#2563EB,#38BDF8);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px -6px rgba(37,99,235,.6);flex:none;}
.mark svg{width:20px;height:20px}
.brand-word{font-family:var(--disp);font-weight:700;font-size:20px;letter-spacing:-.02em;color:var(--ink)}
.footer-brand .brand-word{color:#fff}
.site-nav .brand .mark{transition:transform .2s ease;}
.site-nav .brand:hover .mark{transform:rotate(-4deg) scale(1.03);}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0;}
.nav-links a{
  text-decoration:none;font-weight:500;font-size:0.88rem;color:var(--ink);
  padding:6px 2px;border-bottom:2px solid transparent;
  text-transform:uppercase;letter-spacing:0.03em;
  transition:border-color .15s ease, color .15s ease;
}
.nav-links a:hover,.nav-links a[aria-current="page"]{border-color:var(--blue);color:var(--blue);}
.nav-links .nav-cta{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--navy);color:#fff;
  padding:10px 18px;border-radius:10px;
  text-decoration:none;font-weight:600;font-size:0.92rem;
  border-bottom:none;
  transition:background .15s ease, transform .15s ease;
}
.nav-links .nav-cta:hover,.nav-links .nav-cta[aria-current="page"]{background:var(--blue);color:#fff;border-color:transparent;transform:translateY(-1px);}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;position:relative;z-index:2;}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--navy);margin:5px 0;transition:transform .2s ease, opacity .2s ease;}

@media (max-width:860px){
  .nav-toggle{display:block;}
  .nav-links{display:none;}
}

.mobile-nav{display:none;}
@media (max-width:860px){
  .mobile-nav{
    display:block;
    position:fixed;inset:0;
    z-index:1000;
    background:var(--paper);
    padding:74px 28px 40px;
    opacity:0;transform:translateY(-8px);pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .mobile-nav.open{opacity:1;transform:translateY(0);pointer-events:auto;}
  .mobile-nav-close{
    position:absolute;top:20px;right:20px;
    width:38px;height:38px;
    display:flex;align-items:center;justify-content:center;
    background:none;border:1px solid var(--line);border-radius:8px;
    color:var(--navy);cursor:pointer;
  }
  .mobile-nav-close:hover{border-color:var(--blue);color:var(--blue);}
  .mobile-nav > ul{list-style:none;margin:0;padding:0;}
  .mobile-nav > ul > li{border-bottom:1px solid var(--line);}
  .mobile-nav > ul > li > a{display:block;padding:18px 2px;text-decoration:none;color:var(--ink);font-weight:500;font-size:1.05rem;}
  .mobile-nav .nav-cta{
    display:inline-block;margin-top:18px;border:0;
    background:var(--navy);color:#fff;
    padding:12px 20px;border-radius:10px;font-weight:600;
  }
}

/* =========================================================
   Footer — structured to match MedFin's site exactly
   (4-column grid: brand+tagline, Navigate, Legal, Connect;
   separate bottom bar with copyright), re-themed with
   Import Desk's navy.
   ========================================================= */
.site-footer{
  background:var(--navy);color:rgba(255,255,255,0.75);
  padding:60px 0 30px;
}
.footer-top{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;
  padding-bottom:10px;
}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.footer-brand .brand-word{font-family:var(--disp);font-weight:700;color:#fff;font-size:1.1rem;}
.site-footer > .wrap > .footer-top p{color:rgba(255,255,255,0.6);font-size:0.92rem;}
.footer-col h4{color:#fff;font-size:0.8rem;margin-bottom:14px;font-family:var(--body);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;}
.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.footer-col a{color:rgba(255,255,255,0.68);text-decoration:none;font-size:0.92rem;}
.footer-col a:hover{color:var(--cyan);}
.footer-contact{font-size:0.88rem;line-height:1.7;margin-top:14px;color:rgba(255,255,255,0.68);}
.footer-contact a{color:rgba(255,255,255,0.75);text-decoration:none;}
.footer-contact a:hover{color:var(--cyan);}
.footer-bottom-bar{background:#fff;border-top:1px solid var(--line);}
.footer-bottom-bar .wrap{padding-top:18px;padding-bottom:18px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;}
.footer-bottom-bar p{text-align:center;font-size:0.82rem;color:var(--mut);margin:0;}
@media (max-width:900px){
  .footer-top{grid-template-columns:1fr 1fr;}
}
@media (max-width:560px){
  .footer-top{grid-template-columns:1fr;}
}
