
    :root {
      --navy:#071d3a; --navy2:#0a2b55; --navy3:#123d73; --yellow:#ffd21a; --yellow2:#f2c400;
      --ink:#061426; --muted:#617089; --mist:#f5f7fa; --line:rgba(7,29,58,.13); --white:#fff;
      --soft:#fff8d9; --shadow:0 26px 80px rgba(7,29,58,.16); --radius:28px; --max:1180px;
    }
    *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55} a{color:inherit;text-decoration:none} img{max-width:100%;height:auto} .wrap{width:min(var(--max),calc(100% - 40px));margin:auto} .skip{position:absolute;left:-999px;top:10px;background:var(--yellow);color:var(--navy);padding:10px 14px;border-radius:999px;z-index:40;font-weight:900} .skip:focus{left:10px}
    header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)} .nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px} .logo{display:flex;align-items:center;gap:16px} .logo img{width:260px;display:block} .links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:850;color:var(--navy)} .links a:not(.btn)::after{content:"";display:block;height:3px;background:var(--yellow);border-radius:99px;transform:scaleX(0);transform-origin:left;transition:.25s} .links a:hover::after{transform:scaleX(1)} .menu{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;font-weight:900;color:var(--navy)}
    .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:950;border:1px solid transparent;white-space:nowrap;transition:.2s} .btn.primary{background:var(--yellow);color:var(--navy);box-shadow:0 14px 35px rgba(255,210,26,.28)} .btn.primary:hover{transform:translateY(-2px);background:var(--yellow2)} .btn.dark{background:var(--navy);color:#fff} .btn.outline{border-color:rgba(255,255,255,.28);color:#fff} .btn.light{border-color:var(--line);background:#fff;color:var(--navy)}
    .hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(255,210,26,.34),transparent 25%),linear-gradient(135deg,#071d3a,#020914 78%)} .hero:after{content:"";position:absolute;right:-100px;bottom:-160px;width:440px;height:440px;border-radius:50%;border:70px solid var(--yellow);opacity:.18} .hero .wrap{position:relative;z-index:1;min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center;padding:82px 0} .eyebrow{display:inline-flex;gap:12px;align-items:center;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:950;color:var(--yellow)} .eyebrow:before{content:"";width:36px;height:4px;border-radius:99px;background:var(--yellow)} h1{font-size:clamp(44px,7.2vw,96px);line-height:.95;letter-spacing:-.075em;margin:22px 0} .lead{font-size:clamp(18px,2.2vw,24px);color:#d9e6f6;max-width:740px;margin:0 0 34px} .actions{display:flex;gap:14px;flex-wrap:wrap} .hero-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:34px;padding:32px;backdrop-filter:blur(18px);box-shadow:var(--shadow)} .hero-card h2{margin:0 0 18px;font-size:28px;letter-spacing:-.02em} .hero-card p{color:#d9e6f6;margin:0} .metric{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px 0;border-top:1px solid rgba(255,255,255,.14)} .metric strong{font-size:34px;line-height:1;color:var(--yellow)}
    section{padding:104px 0} .section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:38px} .section-head h2{font-size:clamp(34px,5.2vw,64px);line-height:1;letter-spacing:-.055em;color:var(--navy);margin:0} .section-head p{max-width:560px;margin:0;color:var(--muted);font-size:18px} .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px} .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 16px 48px rgba(7,29,58,.07);transition:.25s} .card:hover{transform:translateY(-5px);box-shadow:0 28px 72px rgba(7,29,58,.13)} .icon{width:52px;height:52px;border-radius:18px;background:var(--soft);display:grid;place-items:center;color:var(--navy);font-weight:950;font-size:23px;margin-bottom:24px} .card h3{font-size:24px;margin:0 0 12px;color:var(--navy);letter-spacing:-.02em} .card p{margin:0;color:var(--muted)} .muted{color:var(--muted)}
    .dark{position:relative;overflow:hidden;background:var(--navy);color:#fff} .dark:before{content:"";position:absolute;inset:auto -120px -160px auto;width:420px;height:420px;border:60px solid var(--yellow);border-radius:50%;opacity:.12} .dark .wrap{position:relative;z-index:1} .dark .section-head h2,.dark h2,.dark h3{color:#fff} .dark .section-head p,.dark p{color:#c9d8eb} .process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step} .step{counter-increment:step;border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:26px;background:rgba(255,255,255,.06)} .step:before{content:"0" counter(step);display:block;color:var(--yellow);font-size:13px;font-weight:950;letter-spacing:.17em;margin-bottom:16px}
    .split{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center} .panel{background:linear-gradient(135deg,var(--mist),#fff);border:1px solid var(--line);border-radius:34px;padding:38px} .list{display:grid;gap:16px;margin-top:24px} .list div{display:flex;gap:14px;align-items:flex-start} .check{flex:0 0 28px;height:28px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;color:var(--navy);font-weight:950} .partner{background:#fff;border:1px solid var(--line);border-radius:34px;padding:42px;box-shadow:var(--shadow)} .partner .label{color:var(--yellow);font-weight:950;text-transform:uppercase;letter-spacing:.18em;font-size:12px} .partner h3{font-size:clamp(30px,4vw,48px);line-height:1;margin:10px 0 14px;color:var(--navy);letter-spacing:-.045em}
    .industries{display:grid;grid-template-columns:repeat(5,1fr);gap:14px} .pill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;font-weight:900;text-align:center;color:var(--navy)} .quote{background:var(--soft);border:1px solid rgba(255,210,26,.45);border-radius:34px;padding:42px} .quote p{font-size:clamp(22px,3vw,36px);line-height:1.18;color:var(--navy);letter-spacing:-.035em;margin:0 0 18px} .quote span{font-weight:850;color:var(--muted)} .quotes{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
    .soundbites{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;position:relative;z-index:1} .soundbite{position:relative;overflow:hidden;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:44px 34px 32px;transition:.25s ease} .soundbite:nth-child(odd){transform:rotate(-.6deg)} .soundbite:nth-child(even){transform:rotate(.6deg)} .soundbite:hover{transform:translateY(-8px) rotate(0deg);background:rgba(255,255,255,.11);box-shadow:0 24px 60px rgba(0,0,0,.28)} .soundbite:before{content:"\201C";position:absolute;top:-22px;left:22px;font-family:Georgia,'Times New Roman',serif;font-size:100px;font-weight:900;line-height:1;color:var(--yellow);opacity:.9;text-shadow:0 0 0 var(--yellow)} .soundbite p{position:relative;margin:20px 0 22px;font-size:clamp(15px,1.35vw,17px);line-height:1.4;letter-spacing:-.01em;color:#fff;font-weight:750} .soundbite .attrib{position:relative;display:flex;align-items:center;gap:14px} .soundbite .mark{flex:0 0 34px;height:4px;border-radius:99px;background:var(--yellow)} .soundbite .attrib div{display:flex;flex-direction:column;gap:2px} .soundbite .attrib strong{color:#fff;font-size:15px;letter-spacing:-.01em} .soundbite .attrib em{color:var(--yellow);font-style:normal;font-weight:850;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
    .locations{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:stretch} .location-copy{border:1px solid rgba(255,255,255,.16);border-radius:34px;padding:34px;background:rgba(255,255,255,.06)} .location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px} .loc-card{position:relative;overflow:hidden;min-height:210px;border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:28px;background:rgba(255,255,255,.08);box-shadow:0 18px 54px rgba(0,0,0,.16);transition:.25s} .loc-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.11)} .loc-card:before{content:"";position:absolute;left:28px;top:0;width:72px;height:5px;border-radius:0 0 99px 99px;background:var(--yellow)} .loc-card .flag{font-size:34px;display:block;margin-bottom:26px} .loc-card h3{font-size:clamp(26px,3vw,34px);line-height:1;margin:0 0 10px;color:#fff;letter-spacing:-.035em} .loc-card p{margin:0;color:#c9d8eb} .loc-card .tag{display:inline-flex;margin-top:22px;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;color:var(--yellow);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
    .news{display:grid;grid-template-columns:1.2fr .8fr;gap:22px} .feature{min-height:240px;background:linear-gradient(135deg,var(--navy),var(--navy3));border-radius:34px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end} .feature h3{font-size:40px;line-height:1;letter-spacing:-.04em;margin:0 0 14px} .stack{display:grid;gap:18px} .cta{padding:0 0 104px} .cta-box{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),#020914);color:#fff;border-radius:42px;padding:60px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center} .cta-box:after{content:"";position:absolute;right:-90px;top:-90px;width:280px;height:280px;border:48px solid var(--yellow);border-radius:50%;opacity:.28} .cta-box h2{position:relative;font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:0 0 14px} .cta-box p{position:relative;color:#d9e6f6;margin:0} footer{background:#020914;color:#d7e3f2;padding:42px 0} footer .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap} footer img{width:220px;filter:brightness(0) invert(1)} .small{font-size:13px;color:#9dadc3}
    @media(max-width:960px){.links{display:none;position:absolute;left:20px;right:20px;top:92px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch} .links.open{display:flex;z-index:999} .links .btn{width:100%} .menu{display:inline-flex} .logo img{width:215px} .hero .wrap,.split,.locations,.news,.cta-box{grid-template-columns:1fr} .grid,.process,.quotes{grid-template-columns:1fr 1fr} .industries{grid-template-columns:1fr 1fr} .hero .wrap{min-height:auto;padding:64px 0} .section-head{display:block} section{padding:74px 0}}
    @media(max-width:580px){.wrap{width:min(100% - 28px,var(--max))} .nav{height:74px} .logo img{width:178px} .links{top:82px;left:14px;right:14px} .actions{display:grid} .btn{width:100%} .grid,.process,.quotes,.industries,.location-grid{grid-template-columns:1fr} .hero-card,.panel,.partner,.quote,.feature,.cta-box{border-radius:24px;padding:26px} .loc{display:block} footer .wrap{display:grid}}

    /* ===== Home hero rebuild ===== */
    .home-hero{padding-top:0;padding-bottom:0;background:#020914}
    .home-hero .wrap{padding:96px 0 120px;grid-template-columns:1.05fr .95fr;position:relative;min-height:640px;align-items:center}
    .home-hero:before,.home-hero:after{display:none}
    .hero-photo{position:absolute;inset:0;width:100%;height:100%;z-index:0;display:block}
    .hero-photo-overlay{
      position:absolute;inset:0;z-index:1;
      background:linear-gradient(100deg,#071d3a 0%,#071d3a 30%,rgba(7,29,58,.86) 44%,rgba(7,29,58,.42) 60%,rgba(7,29,58,.08) 74%,transparent 88%),
                 linear-gradient(0deg,rgba(2,9,20,.75),rgba(2,9,20,0) 40%);
    }
    .hero-copy{position:relative;z-index:2}
    .hero-tone-white{color:#fff}
    .hero-tone-yellow{color:var(--yellow);display:block}
    .home-hero .lead{max-width:600px}
    .hero-visual{position:relative;z-index:2;min-height:420px;display:flex;align-items:center;justify-content:center}
    .hero-highlights{
      position:relative;z-index:3;width:min(340px,86%);
      border:1px solid rgba(255,255,255,.18);
      background:rgba(7,20,40,.62);
      border-radius:26px;padding:8px 26px;
      backdrop-filter:blur(18px);
      box-shadow:0 30px 90px rgba(0,0,0,.35);
    }
    .highlight-row{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;padding:20px 0;border-top:1px solid rgba(255,255,255,.14)}
    .highlight-row:first-child{border-top:0}
    .highlight-row .h-icon{width:40px;height:40px;display:grid;place-items:center;color:var(--yellow)}
    .highlight-row .h-icon svg{width:26px;height:26px}
    .highlight-row strong{display:block;color:#fff;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}
    .highlight-row span{display:block;color:#c9d8eb;font-size:14.5px;line-height:1.5}
    .home-stats-wrap{position:relative;z-index:2;padding:44px 0 92px;margin-top:-1px;background:linear-gradient(120deg,#071d3a 0%,#0a2b55 42%,#020914 100%)}
    .home-stats{
      display:grid;grid-template-columns:repeat(4,1fr);gap:0;
      border:1px solid rgba(255,255,255,.16);
      border-radius:26px;
      background:rgba(255,255,255,.04);
      overflow:hidden;
    }
    .stat-tile{display:flex;align-items:center;gap:16px;padding:26px 28px;border-left:1px solid rgba(255,255,255,.14)}
    .stat-tile:first-child{border-left:0}
    .stat-tile .s-icon{flex:0 0 auto;color:var(--yellow)}
    .stat-tile .s-icon svg{width:30px;height:30px}
    .stat-tile strong{display:block;font-size:clamp(24px,2.6vw,32px);color:#fff;letter-spacing:-.03em;line-height:1}
    .stat-tile p{margin:6px 0 0;color:#c9d8eb;font-size:13.5px;line-height:1.4}
    @media(max-width:960px){
      .home-hero .wrap{grid-template-columns:1fr;padding-top:64px}
      .hero-visual{min-height:auto;order:-1;margin-bottom:8px}
      .hero-highlights{position:relative;width:100%;margin-top:24px}
      .home-stats{grid-template-columns:repeat(2,1fr)}
      .stat-tile:nth-child(3){border-left:0}
    }
    @media(max-width:580px){
      .home-stats{grid-template-columns:1fr}
      .stat-tile{border-left:0!important;border-top:1px solid rgba(255,255,255,.14)}
      .stat-tile:first-child{border-top:0}
    }

    /* ===== Home key-areas teaser ===== */
    .home-areas{background:var(--mist)}
    .home-areas .section-head{display:block;text-align:center;margin-bottom:52px}
    .home-areas .eyebrow-line{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:18px}
    .home-areas .eyebrow-line span{height:2px;width:44px;background:var(--yellow2)}
    .home-areas .eyebrow-line strong{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--navy)}
    .home-areas h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.03em;color:var(--navy);margin:0 auto 16px;max-width:760px}
    .home-areas .section-head p{max-width:640px;margin:0 auto;color:var(--muted);font-size:17px}
    .area-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-top:1px solid var(--line)}
    .area-item{padding:34px 20px 6px;border-right:1px solid var(--line)}
    .area-item:last-child{border-right:0}
    .area-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--yellow2);margin:0 auto 20px}
    .area-icon svg{width:36px;height:36px}
    .area-item h3{margin:0 0 8px;font-size:16px;color:var(--navy);letter-spacing:-.01em;text-align:center}
    .area-item p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.5;text-align:center}
    .area-more{text-align:center;margin-top:44px}
    @media(max-width:960px){.area-grid{grid-template-columns:repeat(3,1fr)}.area-item{border-bottom:1px solid var(--line)}.area-item:nth-child(3n){border-right:0}}
    @media(max-width:580px){.area-grid{grid-template-columns:repeat(2,1fr)}.area-item:nth-child(2n){border-right:0}.area-item:nth-child(3n){border-right:1px solid var(--line)}}

    /* Production mobile menu fix */
    .nav-toggle{position:absolute;opacity:0;pointer-events:none}
    @media(max-width:960px){
      header{overflow:visible}
      .nav{position:relative}
      .menu{display:inline-flex;align-items:center;gap:8px;cursor:pointer;position:relative;z-index:1002}
      .links{
        display:none !important;
        position:absolute;
        left:0;
        right:0;
        top:calc(100% + 10px);
        z-index:1001;
        background:#fff;
        border:1px solid var(--line);
        border-radius:22px;
        padding:18px;
        box-shadow:var(--shadow);
        flex-direction:column;
        align-items:stretch;
        gap:12px;
      }
      .links.open,
      .nav-toggle:checked ~ .links{display:flex !important}
      .links a{padding:10px 8px}
      .links .btn{width:100%}
      body.nav-open{overflow:hidden}
    }
    @media(min-width:961px){
      .links{display:flex !important}
      .menu{display:none !important}
    }

    /* Final production refinements */
    :root{
      --navy:#071d3a;
      --navy2:#0a2b55;
      --navy3:#123d73;
      --yellow:#ffd21a;
      --yellow2:#f2c400;
      --ink:#061426;
      --muted:#5e6c80;
      --mist:#f5f7fa;
      --soft:#fff7d1;
      --line:rgba(7,29,58,.14);
    }
    header,
    header.scrolled{
      background:#fff !important;
      color:var(--navy) !important;
      backdrop-filter:none !important;
      -webkit-backdrop-filter:none !important;
    }
    h1 .hero-title-small{
      display:block;
      max-width:980px;
      font-size:clamp(36px,5.6vw,76px);
      line-height:1.02;
      letter-spacing:-.055em;
    }
    .list div{
      display:grid !important;
      grid-template-columns:28px 1fr;
      gap:14px;
      align-items:start !important;
    }
    .check{
      margin-top:.15em;
      flex:none !important;
    }
    .partner{
      background:linear-gradient(135deg,var(--navy),var(--navy3)) !important;
      color:#fff !important;
      border:1px solid rgba(255,255,255,.14) !important;
      box-shadow:0 28px 80px rgba(7,29,58,.22) !important;
    }
    .partner h3,
    .partner p{
      color:#fff !important;
    }
    .partner .label{
      color:var(--yellow) !important;
    }
    .partner .btn,
    .partner a.btn{
      background:var(--yellow) !important;
      color:var(--navy) !important;
      border-color:var(--yellow) !important;
    }
    .news{
      grid-template-columns:1fr !important;
    }
    .news > *:empty{
      display:none !important;
    }
    section:empty,
    .card:empty,
    .feature:empty,
    .panel:empty,
    .quote:empty{
      display:none !important;
    }
    .cta:has(.cta-box:empty),
    .cta:empty{
      display:none !important;
    }
    footer{
      background:#020914 !important;
      margin-top:0 !important;
    }
    body{
      background:#fff !important;
    }
    @media(max-width:960px){
      header{background:#fff !important}
      .links{background:#fff !important;color:var(--navy) !important}
    }

    /* Requested update patch */
    h1 .hero-title-small{
      font-size:inherit !important;
      line-height:inherit !important;
      letter-spacing:inherit !important;
      max-width:none !important;
    }

    /* Align bullet icons and text cleanly in collaboration/list windows */
    .list div,
    .partner .list div,
    .panel .list div,
    .card .list div{
      display:grid !important;
      grid-template-columns:28px minmax(0,1fr) !important;
      gap:14px !important;
      align-items:start !important;
    }
    .list div > *:not(.check),
    .partner .list div > *:not(.check),
    .panel .list div > *:not(.check),
    .card .list div > *:not(.check){
      margin:0 !important;
      padding:0 !important;
      line-height:1.55 !important;
    }
    .check{
      margin-top:.18em !important;
      width:28px !important;
      height:28px !important;
      flex:0 0 28px !important;
    }

    /* Contact button consistency */
    a[href="#contact"],
    .btn[href="#contact"]{
      cursor:pointer;
    }

    /* Remove empty/stray white boxes near footer */
    footer .wrap > div:empty,
    footer .wrap > a:empty,
    footer .wrap > span:empty,
    footer .wrap > p:empty,
    .white-box,
    .empty-box{
      display:none !important;
    }

    /* Privacy modal */
    .privacy-modal{
      position:fixed;
      inset:0;
      z-index:5000;
      display:none;
      align-items:center;
      justify-content:center;
      padding:24px;
      background:rgba(2,9,20,.68);
    }
    .privacy-modal.open{display:flex}
    .privacy-dialog{
      width:min(720px,100%);
      max-height:86vh;
      overflow:auto;
      background:#fff;
      color:var(--ink);
      border-radius:28px;
      box-shadow:0 30px 100px rgba(0,0,0,.35);
      padding:34px;
      position:relative;
    }
    .privacy-dialog h2{
      color:var(--navy);
      margin:0 0 14px;
      font-size:clamp(28px,4vw,44px);
      line-height:1;
      letter-spacing:-.04em;
    }
    .privacy-dialog p,
    .privacy-dialog li{
      color:var(--muted);
    }
    .privacy-close{
      position:absolute;
      top:18px;
      right:18px;
      width:42px;
      height:42px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--navy);
      font-size:24px;
      cursor:pointer;
    }
    .privacy-link{
      color:#d7e3f2;
      text-decoration:underline;
      text-underline-offset:3px;
      cursor:pointer;
      background:none;
      border:0;
      padding:0;
      font:inherit;
    }

    /* Final requested fixes */
    h1 .hero-title-small{
      display:inline !important;
      max-width:none !important;
      font-size:inherit !important;
      line-height:inherit !important;
      letter-spacing:inherit !important;
      font-weight:inherit !important;
    }

    /* Remove empty news/content windows reliably */
    .card:empty,
    .feature:empty,
    .panel:empty,
    .quote:empty,
    .stack:empty{
      display:none !important;
    }

    /* Contact button behaviour/visibility */
    a[href="#contact"].btn,
    .btn.contact-button{
      pointer-events:auto !important;
      cursor:pointer !important;
      position:relative;
      z-index:5;
    }

    /* v10 final requested update */
    h1 .hero-title-small{
      display:block !important;
      max-width:980px !important;
      font-size:70% !important;
      line-height:1.02 !important;
      letter-spacing:-.055em !important;
      font-weight:inherit !important;
    }

    /* Make Contact buttons work consistently */
    a[href="#contact"],
    .contact-button{
      pointer-events:auto !important;
      cursor:pointer !important;
      position:relative;
      z-index:10;
    }

    /* Hide any empty news/card/window blocks */
    .news .card:empty,
    .news .feature:empty,
    .news .panel:empty,
    .news article:empty,
    .stack:empty,
    .card:empty,
    .feature:empty{
      display:none !important;
    }

  
    /* Reduced height for news items */
    .news .card{
      padding:20px !important;
    }
    .news .stack .card{
      min-height:120px;
    }

    /* Conversion-focused CTA refinements */
    .cta-note{margin-top:22px;color:#d9e6f6;font-size:14px;font-weight:800}
    .mini-cta{padding:0 0 84px}
    .mini-cta .cta-box{padding:42px;border-radius:34px}
    .mini-cta .cta-box h2{font-size:clamp(30px,4vw,48px)}
    .conversion-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:24px;padding:22px;margin-top:24px}
    .conversion-card strong{color:var(--yellow)}
    .hero .actions .btn.primary{font-size:16px}



/* Multipage production additions */
.nav a[aria-current="page"]::after{transform:scaleX(1)}
.nav a[aria-current="page"]{color:var(--navy)}
main.page-main{min-height:60vh}
.page-intro{padding:74px 0 0;background:#fff}
.page-intro h1{color:var(--navy);font-size:clamp(42px,6vw,76px);line-height:1;letter-spacing:-.06em;margin:0 0 16px}
.page-intro p{max-width:780px;color:var(--muted);font-size:19px;margin:0}
@media(max-width:960px){.page-intro{padding:54px 0 0}}


/* Corporate multi-page refinements */
body.corporate-page main.page-main{padding-top:0;background:#fff;}
.corporate-page-header{padding:44px 0 28px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fafc);}
.corporate-page-header h1{max-width:920px;margin:18px 0 14px;color:var(--navy);font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:-.055em;}
.corporate-page-header .page-lead{max-width:760px;margin:0;color:var(--muted);font-size:clamp(17px,2vw,21px);}
.breadcrumb{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;font-weight:850;}
.breadcrumb a{color:var(--navy);text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px;}
body.corporate-page main>section:not(.corporate-page-header):not(.corporate-bottom-cta):not(.related-links-section){padding:72px 0;}
body.corporate-page main>section.dark{padding:80px 0;}
.related-links-section{padding:42px 0 74px;background:#fff;}
.related-links-section h2{margin:0 0 18px;color:var(--navy);font-size:clamp(26px,3vw,36px);letter-spacing:-.035em;}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.related-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:22px;padding:20px 22px;background:#fff;color:var(--navy);font-weight:950;box-shadow:0 12px 34px rgba(7,29,58,.06);transition:.2s;}
.related-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(7,29,58,.11);}
.related-card strong{color:var(--yellow);font-size:24px;line-height:1;}
.corporate-bottom-cta{padding:0 0 96px;background:#fff;}
.corporate-bottom-cta .cta-box{padding:46px;border-radius:34px;}
.corporate-bottom-cta .cta-box h2{font-size:clamp(30px,4vw,52px);}
.links a[aria-current="page"]::after{transform:scaleX(1);}
.links a[aria-current="page"]{color:var(--navy2);}
main section[id]{scroll-margin-top:110px;}
@media(max-width:960px){.related-grid{grid-template-columns:1fr}.corporate-page-header{padding:34px 0 22px}body.corporate-page main>section:not(.corporate-page-header):not(.corporate-bottom-cta):not(.related-links-section){padding:56px 0}.corporate-bottom-cta .cta-box{grid-template-columns:1fr;padding:32px}.related-links-section{padding:32px 0 56px}}

/* Compact subpage headers without introduction text */
.corporate-page-header.no-intro{padding:34px 0 26px}
.corporate-page-header.no-intro h1{margin-bottom:0}
@media(max-width:960px){.corporate-page-header.no-intro{padding:28px 0 22px}}

/* Modern corporate visual system - compact premium refinement */
:root{
  --navy:#071d3a;
  --navy2:#0b315f;
  --navy3:#164a86;
  --yellow:#ffd21a;
  --yellow2:#efc200;
  --ink:#071426;
  --muted:#58677a;
  --mist:#f6f8fb;
  --line:rgba(7,29,58,.11);
  --soft:#fff6c7;
  --shadow:0 14px 42px rgba(7,29,58,.09);
  --radius:22px;
  --max:1160px;
}
body{line-height:1.48;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:#fff;color:var(--ink)}
.wrap{width:min(var(--max),calc(100% - 48px))}
header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(7,29,58,.09);box-shadow:0 8px 24px rgba(7,29,58,.035)}
.nav{height:72px}.logo img{width:220px}.links{gap:18px;font-size:13px;font-weight:800}.links a:not(.btn){padding:8px 0}.links a[aria-current="page"]{color:var(--navy)}.links a[aria-current="page"]::after{transform:scaleX(1)}
.btn{padding:11px 17px;font-size:14px;font-weight:900}.btn.primary{box-shadow:0 8px 24px rgba(255,210,26,.23)}.btn:hover{transform:translateY(-1px)}
.hero .wrap{min-height:560px;padding:48px 0;gap:48px}.hero:after{width:340px;height:340px;border-width:52px;right:-90px;bottom:-130px}.eyebrow{font-size:11px;letter-spacing:.15em}.eyebrow:before{width:28px;height:3px}h1{font-size:clamp(42px,6.1vw,78px);line-height:.98;margin:16px 0 18px}.lead{font-size:clamp(17px,1.9vw,21px);max-width:680px;margin-bottom:24px}.actions{gap:11px}.hero-card{border-radius:26px;padding:26px}.hero-card h2{font-size:24px}.metric{padding:14px 0}.metric strong{font-size:28px}
section{padding:60px 0}.page-main>section:first-child{padding-top:34px}.section-head{gap:22px;margin-bottom:26px}.section-head h2{font-size:clamp(30px,4.2vw,50px);line-height:1.04;letter-spacing:-.045em}.section-head p{font-size:16px;max-width:530px}.grid{gap:18px}.card{border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(7,29,58,.055)}.card:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(7,29,58,.095)}.icon{width:44px;height:44px;border-radius:14px;font-size:19px;margin-bottom:18px}.card h3{font-size:21px;margin-bottom:8px}.card p{font-size:15px}.dark{background:linear-gradient(135deg,var(--navy),#041122)}.dark:before{opacity:.08}.process{gap:14px}.step{border-radius:20px;padding:22px}.step:before{margin-bottom:12px}
.split{gap:30px}.panel,.partner,.quote{border-radius:24px;padding:28px}.list{gap:12px;margin-top:18px}.list div{gap:12px!important;grid-template-columns:24px minmax(0,1fr)!important}.check{width:24px!important;height:24px!important;flex-basis:24px!important;font-size:13px!important}.industries{gap:10px}.pill{border-radius:14px;padding:14px}.quotes{gap:18px}.quote p{font-size:clamp(20px,2.5vw,30px)}.locations{gap:24px}.location-copy{border-radius:24px;padding:28px}.location-grid{gap:14px}.loc-card{min-height:170px;border-radius:22px;padding:24px}.loc-card .flag{font-size:28px;margin-bottom:18px}.loc-card h3{font-size:clamp(23px,2.6vw,30px)}.loc-card .tag{margin-top:16px}.news{gap:18px}.feature{min-height:180px;border-radius:24px;padding:22px}.feature h3{font-size:32px}.stack{gap:14px}.cta,.mini-cta{padding:0 0 60px}.cta-box{border-radius:28px;padding:36px;gap:24px}.cta-box h2{font-size:clamp(30px,4vw,46px);margin-bottom:10px}.cta-box:after{width:210px;height:210px;border-width:34px;opacity:.18}.corporate-bottom-cta{padding-top:12px}footer{padding:28px 0}.small{font-size:12px}.related-links-section{padding:38px 0}.related-links-section h2{font-size:28px;margin:0 0 16px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-card{border:1px solid var(--line);border-radius:18px;padding:18px 20px;background:#fff;box-shadow:0 8px 24px rgba(7,29,58,.045);display:flex;justify-content:space-between;align-items:center;font-weight:850}.related-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(7,29,58,.085)}
.page-main .section-head[style]{margin-bottom:0!important}.page-main .section-head[style] h2{margin-top:10px}.page-main .section-head[style] p{display:none!important}.page-main>section:first-child .panel>p.muted:first-child{display:none!important}.page-main>section:first-child .split{align-items:start}.page-main>section:first-child .panel{background:#fff}
hr{display:none!important}
@media(max-width:960px){.wrap{width:min(100% - 36px,var(--max))}.nav{height:68px}.logo img{width:200px}.hero .wrap{padding:40px 0;gap:28px}.hero-card{padding:22px}section{padding:48px 0}.page-main>section:first-child{padding-top:28px}.grid,.process,.quotes,.related-grid,.soundbites{grid-template-columns:1fr 1fr}.split,.locations,.news,.cta-box{grid-template-columns:1fr}.section-head{display:block}.cta-box{padding:30px}.links{top:calc(100% + 8px)}}
@media(max-width:580px){.wrap{width:min(100% - 28px,var(--max))}.nav{height:64px}.logo img{width:170px}.hero .wrap{padding:34px 0}.hero-card,.panel,.partner,.quote,.feature,.cta-box{border-radius:20px;padding:22px}.grid,.process,.quotes,.industries,.location-grid,.related-grid,.soundbites{grid-template-columns:1fr}.soundbite{transform:none!important}.soundbite:before{font-size:76px}.section-head h2{font-size:30px}.cta,.mini-cta{padding-bottom:44px}footer .wrap{gap:14px}}

/* Compact spacing tweaks */
main section{padding-top:2.5rem!important;padding-bottom:2.5rem!important}
.card,.window,.panel{margin-bottom:1rem!important}
.customer-stories,.stories{padding-top:1.5rem!important;padding-bottom:1.5rem!important}


/* Compact CTA */
.cta,.cta-section,[class*="cta"]{
  padding-top:40px !important;
  padding-bottom:40px !important;
  margin-top:32px !important;
  margin-bottom:24px !important;
}
.cta h2,.cta h3{margin-bottom:12px!important;}
.cta p{margin-bottom:18px!important;}
.cta .btn{padding:10px 20px!important;font-size:.95rem!important}

/* Remove whitespace above footer */
main > section:last-of-type{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
footer{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:28px!important;
}
.page-solutions main,
.page-partners main,
.page-locations main{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.page-solutions main > section:last-child,
.page-partners main > section:last-child,
.page-locations main > section:last-child{
  margin-bottom:0!important;
  padding-bottom:0!important;
}


/* Final requested update patch */
/* Simple planning-challenge button on subpages */
.subpage-discuss{
  padding:0 0 28px !important;
  margin:0 !important;
  background:#fff !important;
}
.subpage-discuss p{
  margin:0 !important;
}

/* Limit empty lines before the Boosting section on About */
.page-about main > section + section{
  padding-top:18px !important;
}

/* Remove footer whitespace on Solutions and Partners, including after footer */
.page-solutions main > section:last-of-type,
.page-partners main > section:last-of-type{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
.page-solutions footer,
.page-partners footer{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.page-solutions .privacy-modal,
.page-partners .privacy-modal{
  margin:0 !important;
}

/* Customer page: no CTA window; keep only simple button spacing */
.page-customers .corporate-bottom-cta,
.page-customers .cta-box{
  display:none !important;
}
.page-customers main > section:last-of-type{
  margin-bottom:0 !important;
}

/* Requested update: navigation, news page and footer cleanup */
@media (max-width: 1200px){
  .links{display:none!important;position:absolute;left:20px;right:20px;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:10px;z-index:1001;}
  .links.open{display:flex!important;}
  .links .btn{width:100%;}
  body.nav-open{overflow:hidden;}
  .menu{display:inline-flex!important;align-items:center;gap:8px;cursor:pointer;position:relative;z-index:1002;}
}
@media (min-width: 1201px){
  .links{display:flex!important;position:static;}
  .menu{display:none!important;}
}
.page-solutions main,
.page-contact main{margin-bottom:0!important;padding-bottom:0!important;background:#020914;}
.page-solutions main > section:last-of-type,
.page-contact main > section:last-of-type{margin-bottom:0!important;padding-bottom:0!important;}
.page-solutions footer,
.page-contact footer{margin-top:0!important;}
.page-contact .cta{margin-bottom:0!important;padding-bottom:0!important;}
.page-news .subpage-discuss{padding-bottom:0!important;}


/* News page spacing cleanup */
.page-news .page-main{background:#f7f9fc;}
.page-news .news-list-section{padding:52px 0 34px!important;}
.page-news .news-page-list{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:stretch;}
.page-news .news-secondary{display:grid;gap:22px;}
.page-news .feature{min-height:210px;padding:28px;border-radius:28px;}
.page-news .news-main{min-height:442px;}
.page-news .feature h3{margin:0 0 12px;font-size:clamp(28px,3.6vw,44px);line-height:1.02;}
.page-news .feature p{margin:0;color:#d9e6f6;line-height:1.5;}
.page-news .subpage-discuss{padding:0 0 48px!important;background:#f7f9fc;}
.page-news .subpage-discuss p{margin:0;}
@media(max-width:960px){
  .page-news .news-list-section{padding:34px 0 24px!important;}
  .page-news .news-page-list{grid-template-columns:1fr;gap:16px;}
  .page-news .news-secondary{gap:16px;}
  .page-news .feature,.page-news .news-main{min-height:190px;padding:24px;}
  .page-news .subpage-discuss{padding:0 0 36px!important;}
}


/* Final Solutions page layout cleanup */
body.page-solutions{
  background:#041122!important;
}
.page-solutions .page-main{
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:0!important;
}
.page-solutions .solutions-overview{
  background:transparent!important;
  padding:66px 0 58px!important;
  margin:0!important;
}
.page-solutions .solutions-overview .wrap{
  display:flex;
  flex-direction:column;
  gap:0;
}
.page-solutions .solutions-overview .section-head{
  margin:0 0 30px!important;
  align-items:flex-end;
  gap:34px;
}
.page-solutions .solutions-overview .section-head h2{
  margin:0!important;
  line-height:1.04;
}
.page-solutions .solutions-overview .section-head p{
  margin:0!important;
  line-height:1.55;
  max-width:540px;
}
.page-solutions .process{
  gap:20px!important;
  margin:0!important;
}
.page-solutions .step{
  padding:28px!important;
  min-height:0!important;
}
.page-solutions .step:before{
  margin-bottom:14px!important;
}
.page-solutions .step h3{
  margin:0 0 10px!important;
}
.page-solutions .step p{
  margin:0!important;
  line-height:1.52;
}
.page-solutions .solution-discuss-section,
.page-solutions .corporate-bottom-cta,
.page-solutions .cta,
.page-solutions .mini-cta,
.page-solutions main > section:empty{
  display:none!important;
  padding:0!important;
  margin:0!important;
}
.page-solutions footer{
  margin:0!important;
  padding:30px 0!important;
  background:#020914!important;
}
.page-solutions footer + *:not(script){
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
@media(max-width:960px){
  .page-solutions .solutions-overview{padding:48px 0 44px!important;}
  .page-solutions .solutions-overview .section-head{margin-bottom:24px!important;gap:16px;}
  .page-solutions .process{gap:16px!important;}
  .page-solutions .step{padding:24px!important;}
}
@media(max-width:580px){
  .page-solutions .solutions-overview{padding:38px 0 34px!important;}
  .page-solutions .solutions-overview .section-head{margin-bottom:20px!important;}
  .page-solutions .process{gap:14px!important;}
  .page-solutions .step{padding:22px!important;}
  .page-solutions footer{padding:24px 0!important;}
}


/* Remove white strip below footer on all pages */
html,body{
  margin:0;
  padding:0;
  background:#020914;
}
body{
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
main{
  flex:1 0 auto;
}
footer{
  margin-bottom:0!important;
}
footer:last-of-type{
  margin-bottom:0!important;
}
body::after{
  content:none!important;
}

/* Partners page footer whitespace cleanup */
body.page-partners{
  background:#020914!important;
}
body.page-partners .page-main{
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:0!important;
}
body.page-partners #partners{
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:72px 0!important;
  min-height:calc(100vh - 84px - 86px);
  box-sizing:border-box;
  display:flex;
  align-items:center;
}
body.page-partners footer{
  margin:0!important;
  padding:30px 0!important;
  background:#020914!important;
}
body.page-partners footer + *:not(script){
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.page-partners .privacy-modal.open{
  display:flex!important;
  height:auto!important;
  min-height:100vh!important;
}
@media(max-width:960px){
  body.page-partners #partners{
    padding:48px 0!important;
    min-height:auto;
  }
}

/* Locations page footer whitespace cleanup */
body.page-locations{
  background:#020914!important;
}
body.page-locations main.page-main{
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:0!important;
}
body.page-locations #locations{
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:72px 0!important;
  min-height:calc(100vh - 84px - 86px);
  box-sizing:border-box;
  display:flex;
  align-items:center;
}
body.page-locations footer{
  margin:0!important;
  padding:30px 0!important;
  background:#020914!important;
}
body.page-locations footer + *:not(script){
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.page-locations .privacy-modal.open{
  display:flex!important;
  height:auto!important;
  min-height:100vh!important;
}
@media(max-width:960px){
  body.page-locations #locations{
    padding:48px 0!important;
    min-height:auto;
  }
}

/* Match Solutions decorative circle to Locations page */
body.page-solutions .solutions-overview{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--navy),#041122)!important;
}
body.page-solutions .solutions-overview::before{
  content:""!important;
  position:absolute!important;
  inset:auto -120px -160px auto!important;
  width:420px!important;
  height:420px!important;
  border:60px solid var(--yellow)!important;
  border-radius:50%!important;
  opacity:.12!important;
  display:block!important;
  pointer-events:none!important;
  z-index:0!important;
}
body.page-solutions .solutions-overview .wrap{
  position:relative!important;
  z-index:1!important;
}

/* Solutions page: make decorative background circle span the full dark page area */
body.page-solutions main.page-main{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--navy),#041122)!important;
}
body.page-solutions main.page-main::before{
  content:""!important;
  position:absolute!important;
  right:-260px!important;
  top:70px!important;
  width:720px!important;
  height:720px!important;
  border:76px solid var(--yellow)!important;
  border-radius:50%!important;
  opacity:.12!important;
  pointer-events:none!important;
  z-index:0!important;
  display:block!important;
}
body.page-solutions .solutions-overview{
  position:relative!important;
  z-index:1!important;
  overflow:visible!important;
  background:transparent!important;
}
body.page-solutions .solutions-overview::before{
  display:none!important;
  content:none!important;
}
body.page-solutions .solutions-overview .wrap{
  position:relative!important;
  z-index:2!important;
}
@media(max-width:960px){
  body.page-solutions main.page-main::before{
    right:-320px!important;
    top:40px!important;
    width:620px!important;
    height:620px!important;
    border-width:66px!important;
  }
}


/* Final requested patch: solutions privacy, key-areas spacing, news dark circle */
body.page-solutions footer + .privacy-modal{
  display:none!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  padding:24px!important;
  margin:0!important;
}
body.page-solutions footer + .privacy-modal.open,
body.page-solutions .privacy-modal.open{
  display:flex!important;
  position:fixed!important;
  inset:0!important;
  z-index:5000!important;
  height:auto!important;
  min-height:100vh!important;
  overflow:auto!important;
}
body.page-key-areas .industries-spacer{
  display:block!important;
  height:28px!important;
  background:transparent!important;
}
body.page-news{
  background:#020914!important;
}
body.page-news main.page-main{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:0!important;
}
body.page-news main.page-main::before{
  content:""!important;
  position:absolute!important;
  right:-260px!important;
  top:70px!important;
  width:720px!important;
  height:720px!important;
  border:76px solid var(--yellow)!important;
  border-radius:50%!important;
  opacity:.12!important;
  pointer-events:none!important;
  z-index:0!important;
}
body.page-news .news-list-section{
  position:relative!important;
  z-index:1!important;
  background:transparent!important;
  padding:66px 0 58px!important;
  min-height:calc(100vh - 84px - 86px)!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
}
body.page-news .news-list-section .wrap{
  position:relative!important;
  z-index:2!important;
}
body.page-news footer{
  margin:0!important;
  background:#020914!important;
}
@media(max-width:960px){
  body.page-news main.page-main::before{
    right:-320px!important;
    top:40px!important;
    width:620px!important;
    height:620px!important;
    border-width:66px!important;
  }
  body.page-news .news-list-section{
    padding:48px 0 44px!important;
    min-height:auto!important;
  }
}

/* CTA page: black background with full-page decorative circle */
body.page-contact{
  background:#020914!important;
}
body.page-contact main.page-main{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--navy),#041122)!important;
  margin:0!important;
  padding:0!important;
}
body.page-contact main.page-main::before{
  content:""!important;
  position:absolute!important;
  right:-260px!important;
  top:70px!important;
  width:720px!important;
  height:720px!important;
  border:76px solid var(--yellow)!important;
  border-radius:50%!important;
  opacity:.12!important;
  pointer-events:none!important;
  z-index:0!important;
  display:block!important;
}
body.page-contact .cta{
  position:relative!important;
  z-index:1!important;
  background:transparent!important;
  padding:72px 0!important;
  min-height:calc(100vh - 84px - 86px)!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
}
body.page-contact .cta .wrap{
  position:relative!important;
  z-index:2!important;
}
body.page-contact .cta-box{
  background:rgba(2,9,20,.72)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.24)!important;
}
body.page-contact footer{
  margin:0!important;
  background:#020914!important;
}
body.page-contact footer + .privacy-modal{
  display:none!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  padding:24px!important;
  margin:0!important;
}
body.page-contact footer + .privacy-modal.open,
body.page-contact .privacy-modal.open{
  display:flex!important;
  position:fixed!important;
  inset:0!important;
  z-index:5000!important;
  height:auto!important;
  min-height:100vh!important;
  overflow:auto!important;
}
@media(max-width:960px){
  body.page-contact main.page-main::before{
    right:-320px!important;
    top:40px!important;
    width:620px!important;
    height:620px!important;
    border-width:66px!important;
  }
  body.page-contact .cta{
    padding:48px 0 44px!important;
    min-height:auto!important;
  }
}


/* Accessibility: clear keyboard focus states */
a:focus-visible, button:focus-visible{outline:3px solid var(--yellow);outline-offset:4px;border-radius:10px;}

header,.site-header,.navbar{background:#fff !important;} header{box-shadow:0 2px 8px rgba(0,0,0,.08);} 


/* Redesigned client cases page */
.client-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:radial-gradient(circle at 88% 8%,rgba(255,210,26,.32),transparent 28%),linear-gradient(135deg,var(--navy),#020914 82%);
  padding:92px 0;
}
.client-hero:after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-190px;
  width:430px;
  height:430px;
  border:66px solid var(--yellow);
  border-radius:50%;
  opacity:.18;
}
.client-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:48px;
  align-items:center;
}
.client-hero h1{
  max-width:860px;
  margin:22px 0 24px;
  font-size:clamp(32px,4.6vw,56px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.client-hero .lead{max-width:760px}
.client-hero .btn.light{border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.08);color:#fff}
.client-hero-panel{
  display:grid;
  gap:16px;
  padding:28px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:34px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow);
}
.client-hero-panel div{
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.14);
}
.client-hero-panel div:first-child{border-top:0;padding-top:0}
.client-hero-panel div:last-child{padding-bottom:0}
.client-hero-panel strong{
  display:block;
  color:var(--yellow);
  font-size:clamp(30px,3.4vw,44px);
  line-height:1;
  letter-spacing:-.045em;
}
.client-hero-panel span{display:block;margin-top:8px;color:#d9e6f6;font-weight:850}
.client-outcomes{background:var(--mist)}
.client-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.client-outcome{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 48px rgba(7,29,58,.06);
}
.client-outcome span{display:inline-flex;color:var(--yellow);font-weight:950;letter-spacing:.12em;margin-bottom:34px}
.client-outcome h3{margin:0 0 10px;color:var(--navy);font-size:23px;line-height:1.05;letter-spacing:-.025em}
.client-outcome p{margin:0;color:var(--muted)}
.client-cases-section{background:#fff}
.client-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.client-case{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:430px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 56px rgba(7,29,58,.07);
  transition:.25s;
}
.client-case:hover{transform:translateY(-5px);box-shadow:0 28px 72px rgba(7,29,58,.13)}
.client-case:before{content:"";position:absolute;left:28px;top:0;width:72px;height:5px;border-radius:0 0 99px 99px;background:var(--yellow)}
.case-sector{
  display:inline-flex;
  align-self:flex-start;
  margin:14px 0 24px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--soft);
  color:var(--navy);
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.client-case h3{margin:0 0 8px;color:var(--navy);font-size:25px;line-height:1.05;letter-spacing:-.03em}
.client-case h4{margin:0 0 16px;color:var(--navy3);font-size:18px;line-height:1.22;letter-spacing:-.015em}
.client-case p{margin:0 0 18px;color:var(--muted)}
.client-case ul{margin:auto 0 0;padding:18px 0 0;border-top:1px solid var(--line);list-style:none;color:var(--muted)}
.client-case li{position:relative;margin:0 0 10px;padding-left:24px}
.client-case li:before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:var(--yellow)}
.client-case li:last-child{margin-bottom:0}
.client-cta{padding-top:0}
@media(max-width:1060px){.client-case-grid{grid-template-columns:repeat(2,1fr)}.client-outcome-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.client-hero-grid{grid-template-columns:1fr}.client-hero{padding:74px 0}.client-hero-panel{max-width:640px}.client-case{min-height:auto}}
@media(max-width:580px){.client-case-grid,.client-outcome-grid{grid-template-columns:1fr}.client-hero h1{font-size:clamp(30px,10vw,42px)}.client-hero-panel,.client-case,.client-outcome{border-radius:24px;padding:24px}}

/* iPhone/Safari homepage rendering fix - 2026-07-08
   Prevent the absolute SVG hero image and right-side highlight visual from
   stacking over the mobile hero content on narrow screens. */
@media (max-width: 580px){
  body.home-page .home-hero{
    isolation:isolate;
    overflow:hidden;
    padding:0 !important;
  }

  body.home-page .home-hero .wrap{
    display:block !important;
    min-height:auto !important;
    padding:52px 0 58px !important;
    position:relative !important;
    z-index:2 !important;
  }

  body.home-page .hero-photo{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    z-index:0 !important;
    pointer-events:none !important;
  }

  body.home-page .hero-photo-overlay{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    background:
      linear-gradient(90deg,rgba(2,9,20,.96) 0%,rgba(7,29,58,.9) 58%,rgba(7,29,58,.45) 100%),
      linear-gradient(0deg,rgba(2,9,20,.86),rgba(2,9,20,.16) 55%);
  }

  body.home-page .hero-copy{
    position:relative !important;
    z-index:3 !important;
  }

  /* The desktop highlight card is decorative; hiding it on iPhone prevents
     the icon/card layer from overlapping the background SVG and headline. */
  body.home-page .hero-visual{
    display:none !important;
  }

  body.home-page .hero-tone-yellow{
    display:block !important;
  }

  body.home-page .home-hero h1{
    font-size:clamp(38px,12vw,52px) !important;
    line-height:1.02 !important;
    letter-spacing:-.055em !important;
  }

  body.home-page .home-hero .lead{
    font-size:17px !important;
    line-height:1.5 !important;
  }

  body.home-page .home-hero .actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  body.home-page .home-hero .actions .btn{
    width:100% !important;
    white-space:normal !important;
    text-align:center !important;
  }
}

@supports (-webkit-touch-callout: none){
  @media (max-width: 580px){
    body.home-page .home-hero{
      transform:translateZ(0);
    }
  }
}

/* Universal mobile homepage hero fix - 2026-07-08
   Applies to all phones and small tablets, not only iPhone 15. It prevents
   decorative hero layers/cards from stacking over the headline or each other. */
@media (max-width: 960px){
  body.home-page .home-hero{
    isolation:isolate;
    overflow:hidden;
    padding:0 !important;
  }

  body.home-page .home-hero .wrap{
    display:block !important;
    min-height:auto !important;
    padding:56px 0 64px !important;
    position:relative !important;
    z-index:2 !important;
  }

  body.home-page .hero-photo{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    z-index:0 !important;
    pointer-events:none !important;
    overflow:hidden !important;
  }

  body.home-page .hero-photo-overlay{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    background:
      linear-gradient(90deg,rgba(2,9,20,.96) 0%,rgba(7,29,58,.92) 56%,rgba(7,29,58,.58) 100%),
      linear-gradient(0deg,rgba(2,9,20,.9),rgba(2,9,20,.18) 58%);
  }

  body.home-page .hero-copy{
    position:relative !important;
    z-index:3 !important;
    max-width:720px !important;
  }

  body.home-page .hero-visual{
    display:none !important;
  }

  body.home-page .hero-tone-yellow{
    display:block !important;
  }

  body.home-page .home-hero h1{
    max-width:760px !important;
    line-height:1.02 !important;
    letter-spacing:-.055em !important;
    overflow-wrap:normal !important;
  }

  body.home-page .home-hero .lead{
    max-width:660px !important;
    line-height:1.5 !important;
  }

  body.home-page .home-hero .actions{
    position:relative !important;
    z-index:4 !important;
  }
}

@media (max-width: 700px){
  body.home-page .home-hero .wrap{
    padding:50px 0 58px !important;
  }

  body.home-page .home-hero h1{
    font-size:clamp(36px,11.5vw,54px) !important;
  }

  body.home-page .home-hero .lead{
    font-size:17px !important;
  }

  body.home-page .home-hero .actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  body.home-page .home-hero .actions .btn{
    width:100% !important;
    white-space:normal !important;
    text-align:center !important;
  }
}

@media (max-width: 380px){
  body.home-page .home-hero h1{
    font-size:34px !important;
    letter-spacing:-.045em !important;
  }

  body.home-page .home-hero .lead{
    font-size:16px !important;
  }
}
