  :root{
    --white:#FFFFFF;
    --bg-alt:#F6F7FB;
    --ink:#0B0E14;
    --ink-soft:#5B6472;
    --ink-faint:#9AA3B2;
    --line:#ECEEF3;
    --blue:#2451F0;
    --blue-ink:#13245E;
    --blue-deep:#080D25;
    --blue-deep-2:#101B4D;
    --red:#E63C26;
    --orange:#FF7A18;
    --green:#139A56;
    --grad-warm: linear-gradient(120deg, var(--orange), var(--red));
    --radius:18px;
    --radius-sm:14px;
    --shadow-sm:0 2px 12px rgba(10,14,23,0.05);
    --shadow-md:0 16px 40px rgba(10,14,23,0.09);
    --shadow-lg:0 30px 80px rgba(10,14,23,0.14);
    --ease: cubic-bezier(.16,.8,.24,1);

    --surface:  #161616;
    --card:     #1C1C1C;
    --border:   #2A2A2A;
    --orange:   #F47A1F;
    --orange2:  #E8341A;
    --gold:     #F59E0B;
    --white:    #FFFFFF;
    --muted:    #9CA3AF;
    --text:     #E5E7EB;
    --featured-border: #F47A1F;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; font-family:'Inter',sans-serif; color:var(--ink); background:var(--white); -webkit-font-smoothing:antialiased; overflow-x:hidden;}
  h1,h2,h3,h4{font-family:'Manrope',sans-serif;margin:0;letter-spacing:-0.02em;}
  p{margin:0;line-height:1.65;}
  a{text-decoration:none;color:inherit;}
  .wrap{max-width:1240px;margin:0 auto;padding:0 40px;}
  section{position:relative;}
  ::selection{background:var(--blue);color:#fff;}
  @media (prefers-reduced-motion: reduce){*{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important;}}

  .reveal{opacity:0; transform:translateY(26px); transition:opacity .8s var(--ease), transform .8s var(--ease);}
  .reveal.in{opacity:1; transform:translateY(0);}
  .reveal-stagger > *{opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease);}
  .reveal-stagger.in > *{opacity:1; transform:translateY(0);}
  .reveal-stagger.in > *:nth-child(1){transition-delay:.03s;} .reveal-stagger.in > *:nth-child(2){transition-delay:.08s;}
  .reveal-stagger.in > *:nth-child(3){transition-delay:.13s;} .reveal-stagger.in > *:nth-child(4){transition-delay:.18s;}
  .reveal-stagger.in > *:nth-child(5){transition-delay:.23s;} .reveal-stagger.in > *:nth-child(6){transition-delay:.28s;}

  .eyebrow::before{content:''; width:6px; height:6px; border-radius:50%; background:var(--red);}
  .eyebrow.on-dark{color:#8FB0FF;} .eyebrow.on-dark::before{background:#8FB0FF;}
  .eyebrow.blue{color:var(--blue);} .eyebrow.blue::before{background:var(--blue);}

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:400; background:rgba(255,255,255,0.9); backdrop-filter:blur(10px); border-bottom:1px solid transparent; transition:all .3s ease;}
  header.scrolled{border-bottom-color:var(--line); box-shadow:0 4px 24px rgba(10,14,23,0.04);}
  header .wrap { display:flex; align-items:center; justify-content:space-between; padding-top:20px; padding-bottom:20px; }
  .logo{display:flex; align-items:center; gap:9px; font-weight:800; font-size:19px; color:var(--blue-ink);}
  .logo .mark{width:32px;height:32px; display:flex; align-items:center; justify-content:center;}
  nav.links{display:flex; gap:8px; align-items:center;}
  .nav-item{position:relative;}
  .nav-item > a, nav.links > a{font-size:14.5px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:5px; transition:color .2s ease; padding:10px 12px; border-radius:8px;}
  .nav-item > a:hover, nav.links > a:hover{color:var(--ink);}
  nav.links > a.active{color:var(--ink); font-weight:700; position:relative;}
  nav.links > a.active::after{content:''; position:absolute; left:12px; right:12px; bottom:4px; height:2px; background:var(--red); border-radius:2px;}
  .nav-item svg.chev, nav.links > a svg{width:12px;height:12px; transition:transform .25s ease;}
  .nav-item:hover svg.chev{transform:rotate(180deg);}

  /* mega panel (Our Services) */
  .mega-panel { position:fixed; top:72px; left:50%; transform:translateX(-50%) translateY(10px); width:1040px; max-width:94vw; background:#fff; border-radius:24px; box-shadow:var(--shadow-lg); border:1px solid var(--line); opacity:0; pointer-events:none; transition:opacity .22s var(--ease), transform .22s var(--ease); z-index:300; overflow:hidden; }
  .nav-item.has-mega:hover .mega-panel{opacity:1; pointer-events:auto; transform:translateX(-50%) translateY(-10px);}
  .mega-inner { display:grid; grid-template-columns:240px 1fr; }
.mega-sidebar { background:var(--bg-alt); padding:20px 12px; display:flex; flex-direction:column; gap:4px; }
.mega-side-item { display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-radius:12px; font-size:14px; font-weight:600; color:var(--ink-soft); transition:all .2s ease; cursor:default; }
  .mega-side-item svg{width:13px;height:13px;}
  .mega-side-item.active{background:rgba(36,81,240,0.08); color:var(--blue);}
  .mega-side-item:hover{background:rgba(36,81,240,0.06); color:var(--blue);}
 .mega-content { padding:32px 36px 66px; position:relative; }
.mega-content h3 { font-size:26px; font-weight:800; margin-top:6px; }
.mega-sub { font-size:13.5px; color:var(--ink-soft); margin-top:10px; max-width:520px; line-height:1.6; }
  .mega-eyebrow{font-family:'IBM Plex Mono',monospace; font-size:10.5px; color:var(--ink-faint); letter-spacing:.08em; text-transform:uppercase;}
  .mega-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:26px; transition: opacity 0.18s ease, transform 0.18s ease; }
.mega-card { display:flex; gap:14px; padding:14px; border-radius:12px; border:1px solid transparent; transition:all .2s ease; cursor:pointer; }
.mega-card:hover { background:var(--bg-alt); border-color:var(--line); }
.mega-card .mc-icon { width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.mega-card  img { width:40px; height:40px; object-fit:cover;}
.mega-card h4 { font-size:13.5px; font-weight:700; margin-bottom:4px; }
.mega-card p { font-size:12px; color:var(--ink-soft); line-height:1.5; }
.mega-actions { display:flex; gap:12px; margin-top:28px; }
.mega-actions .btn { padding:11px 20px; font-size:13px; }
  .mega-talk{position:absolute; right:26px; bottom:18px; font-size:12px; font-weight:700; color:var(--blue); border:1.5px solid rgba(36,81,240,0.25); padding:8px 14px; border-radius:100px; transition:all .2s ease;}
  .mega-talk:hover{background:var(--blue); color:#fff; border-color:var(--blue);}

  /* simple dropdown (Company) */
  .simple-drop{position:absolute; top:calc(100% + 8px); left:0; min-width:210px; background:#fff; border-radius:14px; box-shadow:var(--shadow-lg); border:1px solid var(--line); padding:8px; opacity:0; pointer-events:none; transform:translateY(8px); transition:all .22s var(--ease); z-index:300;}
  .nav-item.has-simple:hover .simple-drop{opacity:1; pointer-events:auto; transform:translateY(-10px);}
  .simple-drop a{display:block; padding:10px 12px; border-radius:8px; font-size:13.5px; font-weight:600; color:var(--ink-soft);}
  .simple-drop a:hover{background:var(--bg-alt); color:var(--ink);}
  .nav-cta{display:flex; align-items:center; gap:6px;}
  .btn{display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14.5px; padding:12px 22px; border-radius:100px; border:none; cursor:pointer; transition:all .3s var(--ease); position:relative; overflow:hidden;}
  .btn-primary{background:var(--grad-warm); color:#fff; box-shadow:0 10px 24px rgba(230,60,38,0.28);}
  .btn-primary::before{content:''; position:absolute; inset:0; background:linear-gradient(120deg, rgba(255,255,255,0.35), transparent 60%); transform:translateX(-100%); transition:transform .5s ease;}
  .btn-primary:hover::before{transform:translateX(0);}
  .btn-primary:hover{transform:translateY(-2px); box-shadow:0 14px 30px rgba(230,60,38,0.36);}
  .btn-outline{border:1.5px solid var(--line); color:var(--ink); background:#fff;}
  .btn-outline:hover{border-color:var(--ink);}
  .btn svg{width:14px;height:14px; position:relative; z-index:1;}
  .btn span{position:relative; z-index:1;}

 .hero{padding:50px 0 40px;
    background:radial-gradient(1000px 620px at 72% 18%, rgba(255,122,24,.09), transparent 62%),
               radial-gradient(700px 500px at 5% 90%, rgba(36,81,240,.05), transparent 60%);}
  .hero .wrap{display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:center;}
  .hero h1{font-size:clamp(38px,4.6vw,54px); line-height:1.08; font-weight:800;}
  .hero h1 .warm{background:var(--grad-warm); -webkit-background-clip:text; background-clip:text; color:transparent;}
  .hero p.sub{margin-top:20px; font-size:16.5px; color:var(--ink-soft); max-width:460px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:500; letter-spacing:.09em; text-transform:uppercase; color:var(--red); margin-bottom:16px;}
  .eyebrow::before{content:''; width:6px; height:6px; border-radius:50%; background:var(--red);}
  .btn{display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14.5px; padding:12px 22px; border-radius:100px; border:none; cursor:pointer;}
  .btn-primary{background:var(--grad-warm); color:#fff; box-shadow:0 10px 24px rgba(230,60,38,.28);}
  .btn-outline{border:1.5px solid var(--line); color:var(--ink); background:#fff;}
  .cta-row{display:flex; gap:14px; margin-top:30px;}
  .btn svg{width:14px; height:14px;}

  /* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.mobile-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all .25s ease;
}


/* =========================================
   MOBILE BREAKPOINT
   ========================================= */

@media (max-width: 900px) {

  header .wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* Logo */
  .logo img {
    width: 125px;
    height: auto;
  }

  /* Hide desktop CTA */
  .nav-cta {
    display: none;
  }

  /* Show hamburger */
  .mobile-menu-btn {
    display: flex;
  }

  /* -----------------------------------------
     MOBILE NAV PANEL
     ----------------------------------------- */

  nav.links {
    position: fixed;
    top: 69px;
    left: 12px;
    right: 12px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;

    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    padding: 12px;

    border: 1px solid var(--line);
    border-radius: 18px;

    box-shadow: 0 20px 50px rgba(10, 14, 23, .12);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-10px);

    transition:
      opacity .25s ease,
      transform .25s ease,
      visibility .25s ease;

    max-height: calc(100vh - 90px);
    overflow-y: auto;

    z-index: 500;
  }

  /* Open state */
  header.mobile-open nav.links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }


  /* -----------------------------------------
     NORMAL NAV LINKS
     ----------------------------------------- */

  nav.links > a,
  .nav-item > a {
    width: 100%;
    min-height: 48px;

    padding: 13px 14px;

    font-size: 15px;
    font-weight: 600;

    border-radius: 10px;

    justify-content: space-between;
  }

  nav.links > a:hover,
  .nav-item > a:hover {
    background: var(--bg-alt);
  }


  /* -----------------------------------------
     REMOVE DESKTOP HOVER BEHAVIOUR
     ----------------------------------------- */

  .nav-item:hover svg.chev {
    transform: none;
  }

  .nav-item {
    width: 100%;
  }


  /* -----------------------------------------
     SIMPLE DROPDOWN
     ----------------------------------------- */

  .simple-drop {
    position: static;

    width: 100%;
    min-width: 0;

    margin: 0;

    padding: 4px 6px 8px;

    background: var(--bg-alt);

    border: none;
    border-radius: 10px;

    box-shadow: none;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: none;

    display: none;
  }

  .nav-item.mobile-dropdown-open .simple-drop {
    display: block;
  }

  .simple-drop a {
    display: block;

    padding: 11px 12px;

    font-size: 13.5px;
    border-radius: 8px;
  }


  /* -----------------------------------------
     MEGA MENU
     ----------------------------------------- */

  .mega-panel {
    position: static;

    width: 100%;
    max-width: none;

    margin-top: 4px;

    background: var(--bg-alt);

    border: none;
    border-radius: 12px;

    box-shadow: none;

    transform: none !important;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    display: none;

    overflow: hidden;
  }

  .nav-item.mobile-dropdown-open .mega-panel {
    display: block;
  }

  .mega-inner {
    display: block;
  }


  /* -----------------------------------------
     MEGA SIDEBAR
     ----------------------------------------- */

  .mega-sidebar {
    padding: 8px;

    background: transparent;

    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .mega-side-item {
    padding: 10px 12px;

    font-size: 13px;

    background: rgba(255,255,255,.7);
  }


  /* -----------------------------------------
     MEGA CONTENT
     ----------------------------------------- */

  .mega-content {
    padding: 18px 14px 18px;
  }

  .mega-eyebrow {
    font-size: 10px;
  }

  .mega-content h3 {
    font-size: 20px;
  }

  .mega-sub {
    font-size: 12.5px;
  }


  /* -----------------------------------------
     SERVICE CARDS
     ----------------------------------------- */

  .mega-cards {
    grid-template-columns: 1fr;

    gap: 5px;

    margin-top: 14px;
  }

  .mega-card {
    padding: 10px;

    background: #fff;
    border: 1px solid var(--line);
  }

  .mega-card img {
    width: 34px;
    height: 34px;
  }

  .mega-card h4 {
    font-size: 13px;
  }

  .mega-card p {
    font-size: 11.5px;
  }

  .mega-actions {
    margin-top: 15px;
  }

  .mega-talk {
    position: static;

    display: inline-flex;

    margin-top: 12px;

    font-size: 11.5px;
  }


  /* -----------------------------------------
     ACTIVE NAV LINK
     ----------------------------------------- */

  nav.links > a.active::after {
    display: none;
  }


  /* -----------------------------------------
     HAMBURGER → X
     ----------------------------------------- */

  header.mobile-open .mobile-menu-btn span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  header.mobile-open .mobile-menu-btn span:nth-child(2) {
    opacity: 0;
  }

  header.mobile-open .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

}


/* =========================================
   SMALL PHONES
   ========================================= */

@media (max-width: 480px) {

  header .wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo img {
    width: 115px;
  }

  nav.links {
    top: 65px;
    left: 8px;
    right: 8px;
  }

}


  /* ==========================================================
     ▼▼▼  NEW HERO VISUAL — COPY FROM HERE  ▼▼▼
     ========================================================== */

  .stage{
    position:relative;
    width:100%;
    max-width:560px;
    aspect-ratio:1 / 1;      /* keeps SVG wires aligned to the cards */
    margin:0 auto;
    perspective:1400px;
  }
  .stage-inner{
    position:absolute; inset:0;
    transform-style:preserve-3d;
    transition:transform .6s var(--ease);
  }

  /* ---- ambient background ---- */
  .amb{position:absolute; inset:-14%; z-index:0; overflow:hidden; border-radius:50%;}
  .amb .blob{position:absolute; border-radius:50%; filter:blur(60px); opacity:.5;}
  .amb .b1{width:56%; height:56%; background:rgba(255,122,24,.34); top:-8%; right:2%;  animation:blobDrift 18s ease-in-out infinite;}
  .amb .b2{width:48%; height:48%; background:rgba(36,81,240,.24);  bottom:-4%; left:-2%; animation:blobDrift 22s ease-in-out infinite -7s;}
  .amb .b3{width:42%; height:42%; background:rgba(19,154,86,.20);  top:38%; left:34%;   animation:blobDrift 26s ease-in-out infinite -13s;}
  @keyframes blobDrift{0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-22px,26px) scale(1.16);}}

  .dotfield{position:absolute; inset:0; z-index:0;
    background-image:radial-gradient(circle, rgba(230,60,38,.18) 1.1px, transparent 1.1px);
    background-size:24px 24px;
    mask-image:radial-gradient(circle at 50% 50%, black 22%, transparent 72%);
    -webkit-mask-image:radial-gradient(circle at 50% 50%, black 22%, transparent 72%);}

  /* ---- orbit rings ---- */
  .rings{position:absolute; inset:0; z-index:1;}
  .ring{position:absolute; top:50%; left:50%; border-radius:50%; transform:translate(-50%,-50%);}
  .ring.r1{width:42%; height:42%; border:1px solid rgba(230,60,38,.20);}
  .ring.r2{width:62%; height:62%; border:1px dashed rgba(255,122,24,.30); animation:spin 34s linear infinite;}
  .ring.r3{width:84%; height:84%; border:1px solid rgba(36,81,240,.13); animation:spin 52s linear infinite reverse;}
  @keyframes spin{from{transform:translate(-50%,-50%) rotate(0deg);} to{transform:translate(-50%,-50%) rotate(360deg);}}

  /* radar sweep behind the core */
  .sweep{position:absolute; top:50%; left:50%; width:62%; height:62%;
    transform:translate(-50%,-50%); border-radius:50%; z-index:1;
    background:conic-gradient(from 0deg,
      transparent 0deg,
      rgba(255,122,24,.16) 26deg,
      rgba(255,122,24,.03) 52deg,
      transparent 74deg);
    animation:spinPlain 7s linear infinite;}
  @keyframes spinPlain{from{transform:translate(-50%,-50%) rotate(0deg);} to{transform:translate(-50%,-50%) rotate(360deg);}}

  /* small beads riding the rings */
  .bead-track{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:50%;}
  .bead-track.t2{width:62%; height:62%; animation:spinPlain 13s linear infinite;}
  .bead-track.t3{width:84%; height:84%; animation:spinPlain 19s linear infinite reverse;}
  .bead{position:absolute; width:8px; height:8px; border-radius:50%; top:-4px; left:50%; margin-left:-4px;}
  .bead::after{content:''; position:absolute; inset:-5px; border-radius:50%; background:inherit; opacity:.28; filter:blur(4px);}
  .bead.b-red{background:var(--red);}
  .bead.b-orange{background:var(--orange); top:auto; bottom:-4px;}
  .bead.b-blue{background:var(--blue); top:50%; left:-4px; margin-top:-4px; margin-left:0;}
  .bead.b-green{background:var(--green); top:50%; right:-4px; left:auto; margin-top:-4px; margin-left:0;}

  /* ---- connection wires ---- */
  .wires{position:absolute; inset:0; width:100%; height:100%; z-index:2; overflow:visible;}
  .wire{fill:none; stroke:url(#wireGrad); stroke-width:1.4; stroke-linecap:round; opacity:.55;
    stroke-dasharray:var(--len); stroke-dashoffset:var(--len);
    animation:drawWire 1.4s var(--ease) forwards;}
  @keyframes drawWire{to{stroke-dashoffset:0;}}
  .packet{filter:drop-shadow(0 0 5px rgba(255,122,24,.85));}

  /* ---- centre core ---- */
  .core{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:6;
    width:130px; height:130px; display:flex; align-items:center; justify-content:center;}
  .halo{position:absolute; top:50%; left:50%; width:118px; height:118px; margin:-59px 0 0 -59px;
    border-radius:50%; border:1.5px solid rgba(255,122,24,.55); animation:halo 3.6s ease-out infinite;}
  .halo.h2{animation-delay:1.2s;}
  .halo.h3{animation-delay:2.4s;}
  @keyframes halo{
    0%{transform:scale(.82); opacity:.9;}
    100%{transform:scale(2.15); opacity:0;}
  }
  .core-glow{position:absolute; top:50%; left:50%; width:230px; height:230px; margin:-115px 0 0 -115px;
    border-radius:50%; background:radial-gradient(circle, rgba(255,138,0,.28), transparent 68%);
    filter:blur(8px); animation:glowPulse 4.4s ease-in-out infinite;}
  @keyframes glowPulse{0%,100%{opacity:.65; transform:scale(1);} 50%{opacity:1; transform:scale(1.1);}}

  .core-disc{position:relative; width:118px; height:118px; border-radius:50%;
    background:linear-gradient(150deg, #ffffff, #FFF6F1);
    box-shadow:0 20px 50px rgba(230,60,38,.20), 0 2px 0 rgba(255,255,255,.9) inset, 0 -12px 26px rgba(230,60,38,.06) inset;
    display:flex; align-items:center; justify-content:center;
    animation:coreFloat 6s ease-in-out infinite;}
  @keyframes coreFloat{0%,100%{transform:translateY(0);} 50%{transform:translateY(-7px);}}
  .core-disc::before{content:''; position:absolute; inset:7px; border-radius:50%; border:1px solid rgba(230,60,38,.10);}
  .core-disc svg{width:56px; height:56px;}
  .core-cap{position:absolute; bottom:-30px; left:50%; transform:translateX(-50%);
    font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:.14em; color:var(--ink-faint); white-space:nowrap;}

  /* ---- product nodes ---- */
  .node{
    position:absolute; z-index:5; width:158px;
    transform:translate(-50%,-50%);
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.9);
    border-radius:15px; padding:12px 13px;
    box-shadow:0 10px 30px rgba(10,14,23,.10), 0 1px 0 rgba(255,255,255,.8) inset;
    animation:nodeFloat 6s ease-in-out infinite;
    transition:box-shadow .38s var(--ease), border-color .38s var(--ease);
    cursor:default;
  }
  .node::after{ /* soft colour bloom, no edge stripes */
    content:''; position:absolute; inset:0; border-radius:15px; pointer-events:none;
    background:radial-gradient(120px 60px at 82% 6%, var(--tint), transparent 70%);
    opacity:.5; transition:opacity .38s ease;
  }
  .node:hover{box-shadow:0 22px 52px rgba(10,14,23,.17); border-color:rgba(255,255,255,1);}
  .node:hover::after{opacity:1;}
  @keyframes nodeFloat{0%,100%{transform:translate(-50%,-50%) translateY(0);} 50%{transform:translate(-50%,-50%) translateY(-10px);}}

  .node .nrow{display:flex; align-items:center; gap:9px;}
  .node .nic{width:29px; height:29px; border-radius:9px; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 5px 12px rgba(10,14,23,.16);
    transition:transform .38s var(--ease);}
  .node:hover .nic{transform:scale(1.09) rotate(-6deg);}
  .node .nic svg{width:14px; height:14px; stroke:#fff; stroke-width:1.9; fill:none;}
  .node h4{font-family:'Manrope',sans-serif; font-size:12.5px; font-weight:800; margin:0; line-height:1.2;}
  .node .nsub{font-size:10px; color:var(--ink-faint); margin-top:2px; font-family:'IBM Plex Mono',monospace; letter-spacing:.02em;}

  /* micro bar that breathes = "live system" */
  .nbar{margin-top:9px; height:3px; border-radius:2px; background:rgba(10,14,23,.07); overflow:hidden;}
  .nbar i{display:block; height:100%; width:34%; border-radius:2px; animation:barFill 4.6s ease-in-out infinite;}
  @keyframes barFill{0%,100%{width:32%;} 50%{width:88%;}}
  .nmetric{display:flex; align-items:center; gap:5px; margin-top:8px; font-size:10.5px; font-weight:800; color:var(--green);}
  .nmetric svg{width:9px; height:9px; stroke:var(--green); stroke-width:3;}

  /* six positions on the circle */
  .n1{left:50%;   top:17.3%;}
  .n2{left:82.7%; top:33.7%; animation-delay:-1s;}
  .n3{left:82.7%; top:67.3%; animation-delay:-2s;}
  .n4{left:50%;   top:83.7%; animation-delay:-3s;}
  .n5{left:17.3%; top:67.3%; animation-delay:-4s;}
  .n6{left:17.3%; top:33.7%; animation-delay:-5s;}

  /* landing pads */
  .pad{position:absolute; width:104px; height:34px; border-radius:50%; z-index:3;
    transform:translate(-50%,-50%); filter:blur(1px);
    animation:padPulse 3.8s ease-in-out infinite;}
  @keyframes padPulse{0%,100%{opacity:.42; transform:translate(-50%,-50%) scale(.94);} 50%{opacity:.8; transform:translate(-50%,-50%) scale(1.06);}}
  .p1{left:50%;   top:25.5%;}
  .p2{left:82.7%; top:41.9%; animation-delay:-1s;}
  .p3{left:82.7%; top:75.5%; animation-delay:-2s;}
  .p4{left:50%;   top:91.9%; animation-delay:-3s;}
  .p5{left:17.3%; top:75.5%; animation-delay:-4s;}
  .p6{left:17.3%; top:41.9%; animation-delay:-5s;}

  /* floating motes */
  .mote{position:absolute; z-index:1; opacity:.4; animation:moteFloat 7s ease-in-out infinite;}
  .mote.sq{border-radius:2px; transform:rotate(45deg);}
  .mote.dot{border-radius:50%;}
  @keyframes moteFloat{0%,100%{transform:translateY(0) rotate(0deg); opacity:.25;} 50%{transform:translateY(-16px) rotate(28deg); opacity:.6;}}

  @media (prefers-reduced-motion: reduce){
    .stage *{animation:none !important; transition:none !important;}
    .wire{stroke-dashoffset:0 !important;}
  }
  @media (max-width:1024px){
    .amb{
      display:none;
    }
    .hero .wrap{grid-template-columns:1fr;}
    .stage{max-width:440px; margin-top:24px;}
    .node{width:132px; padding:10px 11px;}
    .node h4{font-size:11.5px;}
    .core{width:104px; height:104px;}
    .core-disc{width:96px; height:96px;}
    .core-disc svg{width:46px; height:46px;}
  }
  @media (max-width:520px){
    .stage{max-width:340px;}
    .node{width:112px; padding:9px 10px;}
    .node .nsub, .nbar{display:none;}
  }

  /* ---------- TRUSTED ---------- */
.trusted{padding:44px 0 56px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--bg-alt);} 
.trusted .label{text-align:center; font-size:12px; color:var(--ink-faint); font-family:'IBM Plex Mono',monospace; letter-spacing:0.09em; margin-bottom:26px;}

.logo-scroll{
    overflow:hidden;
    position:relative;

    -webkit-mask-image:linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );

    mask-image:linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

.logo-track{
    display:flex;
    align-items:center;
    gap:70px;
    width:max-content;
    animation:marquee 65s linear infinite;
}

.logo-scroll:hover .logo-track{
    animation-play-state:paused;
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.client-chip{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;

    height:72px;
    min-width:160px;

    transition:.35s ease;
}

.client-chip img{
    max-height:38px;
    max-width:150px;
    width:auto;

    transition:.35s ease;
}

.client-chip:hover img{
    opacity:1;
    filter:none;
    transform:scale(1.08);
}

.logo-scroll::before,
.logo-scroll::after{
    content:"";
    position:absolute;
    top:50%;
    width:140px;
    height:140px;
    transform:translateY(-50%);
    border-radius:50%;
    filter:blur(70px);
    opacity:.08;
    pointer-events:none;
}

.logo-scroll::before{
    left:-40px;
    background:var(--red);
}

.logo-scroll::after{
    right:-40px;
    background:var(--blue);
}

  .sec-head{max-width:620px; margin-bottom:50px;}
  .sec-head.center{margin-left:auto; margin-right:auto; text-align:center;}
  .sec-head h2{font-size:clamp(28px,3.2vw,36px); font-weight:800;}
  .sec-head p{margin-top:14px; font-size:16px; color:var(--ink-soft);}
  .sec-head-row{display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:46px;}
  .sec-head-row .sec-head{margin-bottom:0;}
  .link-arrow{display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:700; color:var(--red); flex-shrink:0; white-space:nowrap;}
  .link-arrow svg{width:14px;height:14px;}
  .section-pad{padding:96px 0;}

  /* ---------- SOLUTIONS: bento grid ---------- */
#solutions{position: relative}
#solutions::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://img.magnific.com/free-vector/abstract-organic-pattern-design-background_1048-19286.jpg?semt=ais_hybrid&w=740&q=80');
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

  .sol-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:168px; gap:16px;}
  .sol-card{grid-column:span 1; grid-row:span 1; border:1px solid var(--line); border-radius:var(--radius-sm); padding:22px; transition:all .3s var(--ease); position:relative; overflow:hidden; display:flex; flex-direction:column;}
  .sol-card:hover{box-shadow:var(--shadow-md); transform:translateY(-4px); border-color:transparent;}
  .sol-card.big{grid-column:span 2; grid-row:span 2; padding:28px; background:linear-gradient(150deg, rgba(255,122,24,0.06), rgba(230,60,38,0.02)); border-color:rgba(230,60,38,0.14);}
  .sol-card.wide{grid-column:span 2;}
  .sol-card .icon{width:40px;height:40px;border-radius:11px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; flex-shrink:0;}
  .sol-card.big .icon{width:52px;height:52px;border-radius:14px;}
  .sol-card .icon svg{width:19px;height:19px; stroke:#fff;}
  .sol-card.big .icon svg{width:24px;height:24px;}
  .icon-red{background:linear-gradient(135deg,#FF6B4A,var(--red));}
  .icon-orange{background:linear-gradient(135deg,#FFB347,var(--orange));}
  .icon-blue{background:linear-gradient(135deg,#3D6BFF,var(--blue-ink));}
  .icon-navy{background:linear-gradient(135deg,#233B8C,var(--blue-deep));}
  .icon-warm{background:var(--grad-warm);}
  .icon-green{background:linear-gradient(135deg,#34C77B,var(--green));}
  .sol-card h4{font-size:15px; font-weight:700; margin-bottom:8px;}
  .sol-card.big h4{font-size:21px;}
  .sol-card p{font-size:12.5px; color:var(--ink-soft); line-height:1.5;}
  .sol-card.big p{font-size:14px; max-width:280px;}
  .sol-card .sol-dots{position:absolute; bottom:18px; right:18px; opacity:0.15;}
  .sol-arrow{width:30px;height:30px;border-radius:50%; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; margin-top:auto; transition:all .25s ease;}
  .sol-card.big .sol-arrow{width:36px;height:36px; margin-top:20px;}
  .sol-arrow svg{width:13px;height:13px; transition:transform .25s ease;}
  .sol-card:hover .sol-arrow{background:var(--red); border-color:var(--red);}
  .sol-card:hover .sol-arrow svg{stroke:#fff; transform:translateX(2px);}
  .sol-card.more{align-items:center; justify-content:center; text-align:center; border-style:dashed; border-color:var(--line); color:var(--red); background:var(--bg-alt);}
  .sol-card.more .more-icon{width:44px;height:44px;border-radius:50%; border:1.5px solid rgba(230,60,38,0.3); display:flex; align-items:center; justify-content:center; margin:0 auto 12px;}
  .sol-card.more .more-icon svg{width:18px;height:18px; stroke:var(--red);}
  .sol-card.more h4{font-size:14px; margin-bottom:0;}
  .sol-card.more:hover{background:#fff; border-color:var(--red);}
  /* ── OTHER SOLUTIONS ── */
.os-wrap { margin-top: 80px; }

.os-head { text-align: center; margin-bottom: 36px; }
.os-headline { font-size: clamp(24px, 3vw, 38px); font-weight: 800; color: #1A1F3C; line-height: 1.2; margin: 10px 0 14px; }
.os-accent-red { color: #E8341A; text-decoration: underline; text-decoration-color: #E8341A; text-underline-offset: 4px; }
.os-accent-blue { color: #1A3CCC; }
.os-subtext { font-size: 15px; color: #6B7280; line-height: 1.65; }

/* tabs */
.os-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; justify-content: center; }
.os-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 50px;
  border: 1.5px solid #E5E7EB; background: #fff;
  font-size: 13px; font-weight: 600; color: #4B5563;
  cursor: pointer; font-family: inherit;
  transition: all 0.22s ease;
}
.os-tab svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; }
.os-tab:hover { border-color: #E8341A; color: #E8341A; }
.os-tab.active { background: #E8341A; border-color: #E8341A; color: #fff; }
.os-tab.active svg { stroke: #fff; }

/* panel show/hide */
.os-panel { display: none; }
.os-panel.active { display: block; }

/* two-col layout inside panel */
.os-services { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; overflow: hidden; }

/* left: service list */
.os-service-list { padding: 32px 28px; display: flex; flex-direction: column; }

.os-service-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; border-bottom: 1px solid #F3F4F6;
  cursor: pointer; transition: opacity 0.2s;
}
.os-service-item:last-of-type { border-bottom: none; }
.os-service-item:hover { opacity: 0.8; }

.os-service-num {
  font-size: 13px; font-weight: 700; color: #9CA3AF;
  background: #F3F4F6; border-radius: 8px;
  padding: 4px 10px; flex-shrink: 0; line-height: 1.6;
  transition: background 0.2s, color 0.2s;
}
.os-service-item.active .os-service-num { background: #FEF2EC; color: #E8341A; }

/* red left border on active */
.os-service-item.active { border-left: 3px solid #E8341A; padding-left: 14px; margin-left: -3px; }

.os-service-info { flex: 1; }
.os-service-info h4 { font-size: 14px; font-weight: 700; color: #1A1F3C; margin-bottom: 4px; }
.os-service-info p { font-size: 12.5px; color: #6B7280; line-height: 1.55; }

.os-service-arrow { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #E5E7EB; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; transition: all 0.2s; }
.os-service-arrow svg { width: 12px; height: 12px; stroke: #9CA3AF; fill: none; transition: all 0.2s; }
.os-service-item:hover .os-service-arrow,
.os-service-item.active .os-service-arrow { background: #E8341A; border-color: #E8341A; }
.os-service-item:hover .os-service-arrow svg,
.os-service-item.active .os-service-arrow svg { stroke: #fff; }

/* cta bar at bottom of list */
.os-cta-bar {
  margin-top: auto; padding-top: 24px;
  display: flex; align-items: center; gap: 14px;
  background: #FEF2EC; border-radius: 12px;
  padding: 16px 18px; margin-top: 24px;
}
.os-cta-icon { width: 36px; height: 36px; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.os-cta-icon svg { width: 18px; height: 18px; }
.os-cta-bar p { font-size: 12.5px; color: #374151; line-height: 1.5; flex: 1; }
.os-cta-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #E8341A; color: #fff;
  font-size: 12px; font-weight: 700; font-family: inherit;
  padding: 10px 18px; border-radius: 8px; text-decoration: none;
  white-space: nowrap; transition: opacity 0.2s;
}
.os-cta-btn:hover { opacity: 0.88; }
.os-cta-btn svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; }

/* right: image placeholder */
.os-image-panel { background: linear-gradient(135deg, #FFF5F0 0%, #F3F4F6 100%); display: flex; align-items: center; justify-content: center; min-height: 340px; }
.os-img-placeholder { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #9CA3AF; font-size: 12px; font-weight: 500; width: 100%; height: 100%; }
.os-img-placeholder.active { display: flex; }
.os-img-placeholder svg { width: 48px; height: 48px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.os-img-placeholder img { width: 90%; height: 90%; object-fit: contain; border-radius: 12px; }

/* responsive */
@media (max-width: 720px) {
  .os-services { grid-template-columns: 1fr; }
  .os-image-panel { min-height: 200px; }
  .os-tabs { gap: 8px; }
  .os-tab { padding: 8px 14px; font-size: 12px; }
}


  /* ---------- STATS DARK ---------- */
  .stats-band{background:linear-gradient(120deg, var(--blue-deep), var(--blue-deep-2)); padding:56px 0;}
  .stats-row{display:flex; justify-content:space-between;}
  .stat-item{display:flex; flex-direction:column; align-items:center; gap:12px; flex:1; text-align:center;}
  .stat-item .si-icon{width:40px;height:40px;border-radius:10px; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center;}
  .stat-item .si-icon svg{width:19px;height:19px; stroke:#fff;}
  .stat-item .num{font-family:'Manrope',sans-serif; font-weight:800; font-size:34px; color:#fff;}
  .stat-item .lbl{font-size:13px; color:rgba(255,255,255,0.55); font-weight:500;}

  /* ---------- PROCESS ---------- */
  .process-row{display:flex; align-items:flex-start; justify-content:space-between; position:relative;}
  .process-node{display:flex; flex-direction:column; align-items:center; text-align:center; width:150px; position:relative;}
  .process-node .badge{width:56px;height:56px;border-radius:50%; background:rgba(230,60,38,0.08); border:1.5px solid rgba(230,60,38,0.18); display:flex; align-items:center; justify-content:center; margin-bottom:16px; transition:all .3s ease;}
  .process-node .badge svg{width:22px;height:22px; stroke:var(--red);}
  .process-node.active .badge{background:var(--grad-warm); border-color:transparent;}
  .process-node.active .badge svg{stroke:#fff;}
  .process-node h4{font-size:14.5px; font-weight:700; margin-bottom:5px;}
  .process-node p{font-size:12px; color:var(--ink-soft); line-height:1.5;}
  .process-connector{flex:1; display:flex; align-items:center; justify-content:center; padding-top:26px;}
  .process-connector .dashes{flex:1; height:1px; background:repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);}
  .process-connector svg{width:14px;height:14px; stroke:var(--ink-faint); flex-shrink:0; margin:0 4px;}

  /* ---------- BOTTOM 3-COL ROW ---------- */
  .trio{display:grid; grid-template-columns:1fr 1fr 1fr; gap:26px;}
  .trio-col{border:1px solid var(--line); border-radius:var(--radius); padding:30px 28px; background:#fff;}
  .trio-col h3{font-size:18px; font-weight:800; margin-bottom:20px;}
  .ind-list{list-style:none; margin:0; padding:0;}
  .ind-list li{display:flex; align-items:center; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); font-size:14px; font-weight:600;}
  .ind-list li:last-child{border-bottom:none;}
  .ind-list .ii{width:32px;height:32px; clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .25s ease;}
  .ind-list .ii svg{width:15px;height:15px; stroke:#fff;}
  .ind-list li:hover .ii{transform:scale(1.1) rotate(8deg);}
  .ind-list .chev{margin-left:auto; width:14px;height:14px; stroke:var(--ink-faint);}
  .stars{color:var(--orange); font-size:14px; letter-spacing:2px; margin-bottom:14px;}
  .quote{font-size:14.5px; color:var(--ink-soft); line-height:1.65; font-style:normal; margin-bottom:20px;}
  .testi-person{display:flex; align-items:center; gap:12px;}
  .testi-person .av{width:38px;height:38px;border-radius:50%; background:var(--grad-warm);}
  .testi-person b{font-size:13.5px; display:block;}
  .testi-person span{font-size:12px; color:var(--ink-faint);}
  .dots{display:flex; gap:6px; margin-top:22px;}
  .dots i{width:6px;height:6px;border-radius:50%; background:var(--line); display:inline-block;}
  .dots i.on{background:var(--red); width:16px; border-radius:4px;}
  .globe-wrap{height:130px; position:relative; margin-bottom:20px; border-radius:12px; background:var(--bg-alt); overflow:hidden;}
  .globe-wrap svg{width:100%; height:100%;}
  .globe-stats{display:flex; justify-content:space-between; margin-bottom:16px;}
  .globe-stats div{text-align:left;}
  .globe-stats b{display:block; font-size:19px; font-weight:800; font-family:'Manrope',sans-serif;}
  .globe-stats span{font-size:11.5px; color:var(--ink-faint);}

  

  /* ── DUO BENTO (Industries + Map) ── */
.duo {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 20px;
  align-items: stretch;
}

.duo-col {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 32px 28px;
}

/* ── MAP ── */
.gp-col { display: flex; flex-direction: column; gap: 20px; }

.gp-map-wrap {
  flex: 1;
  background: #F8F9FB;
  border-radius: 14px;
  overflow: hidden;
  min-height: 240px;
}

.gp-map-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.gp-map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.gp-map-pin {
  position: absolute;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -100%) rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gp-map-pin:hover {
  transform: translate(-50%, -110%) rotate(-45deg) scale(1.2);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* counter-rotate the emoji so it stays upright */
.gp-map-pin span,
.gp-map-pin {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

/* emoji needs to be counter-rotated inside the rotated pin */
.gp-map-pin::before {
  content: attr(data-emoji);
  display: block;
  transform: rotate(45deg);
  font-size: 15px;
  line-height: 1;
}

.gp-map-tooltip {
  position: absolute;
  background: #1A1F3C;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
  display: none;
  z-index: 10;
}

.gp-map-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1A1F3C;
}
/* responsive */
@media (max-width: 820px) {
  .duo { grid-template-columns: 1fr; }
  .gp-map-wrap { min-height: 200px; }
}

  /* ---------- FEATURE LIST (used for AI + IT services, replaces bordered card grids) ---------- */
  .feat-split{display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; align-items:flex-start;}
  .feat-list{list-style:none; margin:0; padding:0;}
  .feat-list li{display:flex; gap:18px; padding:22px 0; border-bottom:1px solid var(--line);}
  .feat-list li:first-child{padding-top:0;}
  .feat-list li:last-child{border-bottom:none;}
  .feat-list .fi{width:42px;height:42px;border-radius:11px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .feat-list .fi svg{width:19px;height:19px;}
  .feat-list h4{font-size:15.5px; font-weight:700; margin-bottom:5px;}
  .feat-list p{font-size:13.5px; color:var(--ink-soft); line-height:1.55;}
  .ai-section .feat-list li{border-bottom-color:rgba(255,255,255,0.09);}
  .ai-section .feat-list h4{color:#fff;}
  .ai-section .feat-list p{color:rgba(255,255,255,0.55);}
  .ai-section .feat-list .fi svg{stroke:#8FB0FF;}
  .ai-section .feat-list .fi{background:rgba(255,255,255,0.06);}

  .ai-section{background:radial-gradient(1100px 650px at 85% -10%, var(--blue-deep-2), var(--blue-deep) 65%); color:#fff;}
  .ai-section .sec-head p{color:rgba(255,255,255,0.62);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:740px; margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{display:flex; align-items:center; justify-content:space-between; padding:24px 4px; cursor:pointer; font-weight:700; font-size:16px;}
  .faq-q .plus{width:22px;height:22px; border-radius:50%; border:1.5px solid var(--line); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .3s ease;}
  .faq-item.open .plus{transform:rotate(45deg); border-color:var(--red); color:var(--red);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .4s ease;}
  .faq-a p{padding:0 4px 0; font-size:14px; color:var(--ink-soft); max-width:620px;}
  .faq-a li{font-size:14px; color:var(--ink-soft); margin-bottom:6px;}

  /* ── FAQ LAYOUT WITH TABS ── */
.faq-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  max-width: 940px;
  margin: 0 auto;
  align-items: flex-start;
}

.faq-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 100px;
}

.faq-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1.5px solid #E5E7EB;
  background: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
  transition: all 0.22s ease;
  text-align: left;
}

.faq-tab:hover {
  border-color: #E8341A;
  color: #E8341A;
}

.faq-tab.active {
  background: #E8341A;
  border-color: #E8341A;
  color: #ffffff;
}

.faq-tab-count {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-tab:not(.active) .faq-tab-count {
  background: #F3F4F6;
  color: #6B7280;
}

/* panels */
.faq-panel { display: none; }
.faq-panel.active { display: block; }

/* keep existing .faq-list, .faq-item, .faq-q, .faq-a styles — just remove the max-width/margin from .faq-list since layout handles it now */
.faq-list {
  max-width: 100%;
  margin: 0;
}

/* responsive */
@media (max-width: 680px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-tabs {
    flex-direction: row;
    position: static;
  }
  .faq-tab {
    flex: 1;
    justify-content: center;
    gap: 8px;
  }
}

  /* ---------- FINAL CTA ---------- */
/* ── 3-COLUMN GRID ── */
.grid {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 32px;
  align-items: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* LEFT PANEL                     */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.headline {
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.18;
  color: #1A1F3C;
  margin-bottom: 14px;
}

.headline .accent { color: #E8341A; }

.subtext {
  font-size: 13px;
  line-height: 1.7;
  color: #6B7280;
  margin-bottom: 28px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stat-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 8px 12px;
}

.stat-icon-box {
  width: 28px;
  height: 28px;
  background: #FEE2E2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.stat-num {
  font-size: 17px;
  font-weight: 800;
  color: #E8341A;
  line-height: 1;
}

.stat-lbl {
  font-size: 10px;
  color: #9CA3AF;
  font-weight: 500;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* CENTER: FEATURED CARD          */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.featured-card{
    position:relative;
    overflow:hidden;

    border-radius:28px;

    padding:34px;

    color:#fff;

    background:
        radial-gradient(circle at top right,#ffb85c33 0%,transparent 30%),
        radial-gradient(circle at bottom left,#ffffff12 0%,transparent 45%),
        linear-gradient(135deg,#7F1D1D 0%,#B91C1C 35%,#DC2626 65%,#F97316 100%);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:
    0 30px 60px rgba(150,20,20,.35),
    inset 0 1px 0 rgba(255,255,255,.15);
}
/* sparkle dots */
.featured-card::before{

content:"27001";

position:absolute;

right:-20px;

top:10px;

font-size:130px;

font-weight:900;

color:rgba(255,255,255,.05);

line-height:1;

pointer-events:none;

}

.featured-card.two::before{

content:"9001" !important;

}


/* gold glow behind trophy */
.featured-card::after{

content:"";

position:absolute;

inset:0;

padding:1px;

border-radius:inherit;

background:
linear-gradient(145deg,
rgba(255,255,255,.35),
transparent 35%,
transparent 70%,
rgba(255,255,255,.15));

mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;
mask-composite:exclude;

pointer-events:none;

}

@keyframes twinkle {
  0%   { opacity: 0.3; }
  40%  { opacity: 1; }
  70%  { opacity: 0.5; }
  100% { opacity: 0.95; }
}

@keyframes glowPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%       { transform: scale(1.2); opacity: 1; }
}

.fc-badge{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 5px 11px;
  width: fit-content;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.fc-star {
  display: inline-block;
  animation: starPulse 1.8s ease-in-out infinite;
}
@keyframes starPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}

/* Trophy SVG — positioned right side */
.trophy-wrap {
  position: absolute;
  right: 0px;
  bottom: 100px;
  z-index: 1;
  animation: trophyFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.45));
}
@keyframes trophyFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

.fc-title{

font-size:34px;

font-weight:900;

line-height:1.05;

margin-bottom:12px;

}

.fc-title .gold{

color:#FFD54A;

text-shadow:
0 0 18px rgba(255,212,74,.45);

}

.fc-year{

font-size:15px;

opacity:.82;

margin-bottom:18px;

}

.fc-divider{

height:1px;

width:100%;

background:
linear-gradient(to right,
rgba(255,255,255,.45),
transparent);

margin:22px 0;

}

.fc-desc {
  font-size: 12px;
  line-height: 1.65;
  opacity: 0.85;
  max-width: 160px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.fc-awarded {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 20px;
  padding: 6px 13px;
  font-size: 10.5px;
  font-weight: 600;
  width: fit-content;
  position: relative;
  z-index: 1;
}

/* --- accreditation strip --- */
.iso-strip{

margin-top:26px;

background:rgba(255,255,255,.10);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.18);

border-radius:18px;

padding:18px;

box-shadow:
0 12px 30px rgba(0,0,0,.15);
color:#fff;

}
.iso-strip-lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.iso-strip-body {
  display: flex;
  align-items: left;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}
.iso-accred {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
}
.iso-accred strong {
  font-weight: 800;
  color: var(--ink, #0B1220);
}
.iso-accred-ico{
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(36, 81, 240, .1);
  color: #2451F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}
.iso-strip-divider {
  width: 1px;
  height: 20px;
  background: var(--line, #E6ECEA);
}
.iso-verify{

background:#fff;

color:#B91C1C;

padding:10px 16px;

border-radius:12px;

font-weight:700;
font-size:12px;

transition:.3s;

}

.iso-verify:hover{

transform:translateY(-2px);

box-shadow:0 12px 25px rgba(0,0,0,.15);

}

.iso-ribbon{

position:absolute;

top:24px;

right:-48px;

background:#FFD54A;

color:#631515;

padding:8px 55px;

font-weight:800;

font-size:11px;

transform:rotate(45deg);

letter-spacing:.15em;

}

/* --- responsive --- */
@media (max-width: 680px) {
  .iso-grid        { grid-template-columns: 1fr; }
  .iso-strip       { flex-direction: column; align-items: flex-start; gap: 12px; }
  .iso-strip-body  { gap: 12px; }
  .iso-strip-divider { width: 100%; height: 1px; }
  .iso-verify      { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .iso-card  { transition: none; }
  .iso-icon  { transition: none; }
  .iso-dot   { animation: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* RESPONSIVE                     */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 960px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .left { grid-column: 1 / 2; }
  .featured-card { grid-column: 2 / 3; }
  .mini-panel { grid-column: 1 / 3; }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .featured-card { grid-column: 1; }
  .mini-panel { grid-column: 1; }
  .fc-title { max-width: 100%; font-size: 18px; }
  .fc-desc { max-width: 100%; }
  .trophy-wrap { width: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-card::before,
  .featured-card::after,
  .trophy-wrap,
  .fc-star { animation: none; }
  .mini-track { transition: none; }
}

  /* ---------- TESTIMONIALS ---------- */
.tSection {
  position: relative;
  background: #0D0D0D;
}
.t-section {
  position: relative;
  overflow: hidden;
  padding: 72px 40px 56px;
  border-radius: 24px;
  max-width: 1280px;
  margin: 0 auto;
  background: #0D0D0D;
}

/* ambient glow at bottom */
.t-section::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(244,122,31,0.14) 0%, transparent 70%);
  pointer-events: none;
}

/* particle dots scattered */
.t-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle 2px at 8% 20%, rgba(244,122,31,0.7) 0%, transparent 60%),
    radial-gradient(circle 1.5px at 92% 15%, rgba(244,122,31,0.5) 0%, transparent 60%),
    radial-gradient(circle 1px at 20% 80%, rgba(244,122,31,0.4) 0%, transparent 60%),
    radial-gradient(circle 2px at 85% 75%, rgba(244,122,31,0.6) 0%, transparent 60%),
    radial-gradient(circle 1px at 50% 10%, rgba(244,122,31,0.4) 0%, transparent 60%),
    radial-gradient(circle 1.5px at 70% 90%, rgba(244,122,31,0.3) 0%, transparent 60%);
  pointer-events: none;
  animation: particleGlow 4s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes particleGlow {
  0%   { opacity: 0.4; }
  100% { opacity: 1; }
}

/* ── TOP ROW: label + dots ── */
.top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

/* ── LEFT PANEL ── */
.left {
  flex: 0 0 300px;
  padding-right: 24px;
}

.t-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.t-eyebrow::after {
  content: '';
  flex: 1;
  max-width: 28px;
  height: 1.5px;
  background: var(--orange);
  border-radius: 2px;
}

.t-headline {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 14px;
}
.t-headline .accent { color: var(--orange); }

.t-subtext {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 32px;
}

/* ── STATS ── */
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-icon {
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--orange);
}

.t-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.stat-lbl {
  font-size: 10.5px;
  color: var(--muted);
  font-weight: 500;
}

/* ── CARDS AREA ── */
.cards-area {
  flex: 1;
  min-width: 0;
  position: relative;
}

.main-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* scroll outer */
.cards-outer {
  overflow: hidden;
  flex: 1;
}

.cards-track {
  display: flex;
  gap: 16px;
  transition: transform 0.48s cubic-bezier(0.4,0,0.2,1);
}

/* nav side arrows */
.arrow-side {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--surface);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: background 0.2s, border-color 0.2s;
  align-self: center;
}
.arrow-side:hover {
  background: var(--orange);
  border-color: var(--orange);
}

@media (max-width: 640px){
  .arrow-side{
    display: none;
  }
  .t-section{
    padding: 72px 10px 56px;
  }
}

/* ── TESTIMONIAL CARD ── */
.t-card {
  flex: 0 0 340px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  cursor: pointer;
}

.t-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(244,122,31,0.15);
  border-color: rgba(244,122,31,0.4);
}

/* featured card */
.t-card.featured {
  border-color: var(--featured-border);
  box-shadow: 0 0 0 1px var(--orange), 0 8px 40px rgba(244,122,31,0.2);
}

.featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(244,122,31,0.15);
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 20px;
  padding: 4px 10px;
}

.quote-icon {
  font-size: 42px;
  line-height: 1;
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 900;
  height: 32px;
  display: flex;
  align-items: flex-start;
}

.stars {
  display: flex;
  gap: 3px;
}
.star {
  font-size: 14px;
  color: var(--gold);
}

.quote-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text);
  flex: 1;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: linear-gradient(135deg, #374151, #1F2937);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  overflow: hidden;
  border: 2px solid var(--border);
}

.rev-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.rev-role {
  font-size: 11px;
  color: var(--orange);
  font-weight: 500;
}

/* company logo pill */
.company-logo {
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  width: fit-content;
}

/* ── DOTS ── */
.dots-row {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.dot.active {
  background: var(--orange);
  transform: scale(1.35);
}

/* ── BOTTOM LOGOS ── */
.bottom-logos {
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

.logos-label {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4B5563;
  margin-bottom: 20px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.logo-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  transition: border-color 0.2s, background 0.2s;
}
.logo-pill:hover {
  border-color: rgba(244,122,31,0.4);
  background: #222;
}

.logo-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ── LAYOUT CONTAINER ── */
.content-wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .content-wrap { flex-direction: column; }
  .left { flex: unset; width: 100%; padding-right: 0; }
  .stats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .section { padding: 48px 20px 40px; border-radius: 16px; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .cards-track { transition: none; }
  .section::after { animation: none; }
}

/* ── SECTION ── */
.cta-section {
  width: 100%;
  max-width: 1160px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 24px;
  display: grid;
  overflow: visible;
  grid-template-columns: 1fr 1fr;
}

/* ━━━━━━━━━━━━━━━━━━ */
/* LEFT PANEL         */
/* ━━━━━━━━━━━━━━━━━━ */
.cta-left {
  padding: 56px 48px 0 48px;
  position: relative;
  background: linear-gradient(160deg, #ffffff 45%, #fff2ee 100%);
  overflow: visible;
  display: flex;
  flex-direction: column;
}

/* dot grid background */
.cta-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1A1F3C;
  width: fit-content;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.cta-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E8341A;
  flex-shrink: 0;
}

.cta-headline {
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  color: #1A1F3C;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.cta-headline-accent {
  color: #E8341A;
}

.cta-subtext {
  font-size: 15px;
  line-height: 1.65;
  color: #6B7280;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.cta-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #E8341A, #F47A1F);
  border-radius: 2px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

/* feature list */
.cta-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.cta-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cta-feature-icon {
  width: 44px;
  height: 44px;
  background: #FEF2EC;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: #E8341A;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #1A1F3C;
  margin-bottom: 3px;
}

.cta-feature-desc {
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.55;
}

/* image placeholder at bottom */
.cta-image-placeholder {
  margin-top: auto;
  height: 220px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cta-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

/* placeholder box shown when no image */
.cta-image-box {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #E8341A;
}

.cta-image-box svg {
  width: 36px;
  height: 36px;
  stroke: #E8341A;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.6;
}

/* ━━━━━━━━━━━━━━━━━━ */
/* RIGHT PANEL – FORM */
/* ━━━━━━━━━━━━━━━━━━ */
.cta-right {
  padding: 48px 48px 44px;
  background: #ffffff;
  display: flex;
  overflow: visible;
  flex-direction: column;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.06);
}

.cta-form-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.cta-form-icon {
  width: 48px;
  height: 48px;
  background: #FEF2EC;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-form-icon svg {
  width: 24px;
  height: 24px;
  stroke: #E8341A;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-form-title {
  font-size: 20px;
  font-weight: 800;
  color: #1A1F3C;
  line-height: 1.25;
}

.cta-form-subtitle {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* form grid */
.cta-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.cta-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cta-field-full {
  grid-column: 1 / -1;
}

.cta-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #1A1F3C;
}

.cta-label-required {
  color: #E8341A;
  margin-left: 2px;
}

.cta-input-wrap {
  position: relative;
}

.cta-input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #9CA3AF;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.cta-input {
  width: 100%;
  padding: 11px 13px 11px 38px;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #1A1F3C;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cta-input::placeholder { color: #9CA3AF; }

.cta-input:focus {
  border-color: #E8341A;
  box-shadow: 0 0 0 3px rgba(232,52,26,0.1);
}

/* select */
.cta-select-wrap {
  position: relative;
}

.cta-select {
  width: 100%;
  padding: 11px 38px 11px 14px;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #9CA3AF;
  background: #ffffff;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cta-select:focus {
  border-color: #E8341A;
  box-shadow: 0 0 0 3px rgba(232,52,26,0.1);
  color: #1A1F3C;
}

.cta-select-chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #9CA3AF;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

/* textarea */
.cta-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #1A1F3C;
  background: #ffffff;
  outline: none;
  resize: vertical;
  min-height: 96px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cta-textarea::placeholder { color: #9CA3AF; }

.cta-textarea:focus {
  border-color: #E8341A;
  box-shadow: 0 0 0 3px rgba(232,52,26,0.1);
}

/* submit button */
.cta-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #E8341A 0%, #F47A1F 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.cta-submit-btn:hover {
  opacity: 0.93;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(232,52,26,0.35);
}

.cta-submit-btn:active {
  transform: translateY(0);
}

.cta-submit-arrow {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* security note */
.cta-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 11.5px;
  color: #9CA3AF;
}

.cta-lock-icon {
  width: 13px;
  height: 13px;
  stroke: #9CA3AF;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ── WHY SECTION ── */
.why-section {
  padding: 80px 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* optional: faint blob shapes in corners like the design */
.why-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(238,242,255,0.8) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.why-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(254,242,236,0.8) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.why-wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* heading */
.why-head {
  text-align: center;
  margin-bottom: 56px;
}

.why-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8341A;
  margin-bottom: 14px;
}

.why-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8341A;
  flex-shrink: 0;
}

.why-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #1A1F3C;
  line-height: 1.15;
  margin-bottom: 14px;
}

.why-accent {
  color: #E8341A;
}

.why-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #E8341A, #F47A1F);
  border-radius: 2px;
  margin: 0 auto 16px;
}

.why-subtext {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.7;
}

/* grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* card */
.why-card {
  background: #ffffff;
  border: 1px solid #F3F4F6;
  border-radius: 16px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.why-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #E5E7EB;
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-icon svg {
  width: 24px;
  height: 24px;
}

.why-card-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #1A1F3C;
  line-height: 1.3;
}

.why-card-desc {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.6;
  flex: 1;
}

.why-card-line {
  width: 28px;
  height: 2.5px;
  background: linear-gradient(90deg, #E8341A, #F47A1F);
  border-radius: 2px;
  margin-top: 4px;
}

/* responsive */
@media (max-width: 900px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-section { padding: 56px 16px; }
}


/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .cta-section {
    grid-template-columns: 1fr;
  }
  .cta-left {
    padding: 44px 32px 0 32px;
  }
  .cta-image-placeholder {
    height: 180px;
  }
  .cta-right {
    padding: 40px 32px 36px;
  }
}

@media (max-width: 520px) {
  .cta-left { padding: 36px 20px 0 20px; }
  .cta-right { padding: 32px 20px 28px; }
  .cta-form-grid { grid-template-columns: 1fr; }
  .cta-field-full { grid-column: 1; }
}

/* ── R&D SECTION ── */
.rnd-section {
  padding: 80px 24px 0;
  background: #F8F9FB;
  overflow: hidden;
}

.rnd-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── HERO ROW ── */
.rnd-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}

/* LEFT */
.rnd-eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #E5E7EB;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E8341A;
  background: #ffffff;
  margin-bottom: 20px;
}

.rnd-headline {
  font-size: clamp(32px, 3.8vw, 50px);
  font-weight: 800;
  line-height: 1.15;
  color: #1A1F3C;
  margin-bottom: 18px;
}

.rnd-accent { color: #E8341A; }

.rnd-subtext {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 32px;
}

/* pillars */
.rnd-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.rnd-pillar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.rnd-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rnd-pillar-icon svg {
  width: 20px;
  height: 20px;
}

.rnd-pillar-label {
  font-size: 12px;
  font-weight: 700;
  color: #1A1F3C;
  line-height: 1.35;
}

.rnd-pillar-line {
  width: 24px;
  height: 2.5px;
  border-radius: 2px;
}

/* actions */
.rnd-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rnd-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #E8341A 0%, #F47A1F 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(232,52,26,0.3);
}

.rnd-btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(232,52,26,0.38);
}

.rnd-btn-primary svg {
  width: 16px;
  height: 16px;
}

.rnd-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1A1F3C;
  text-decoration: none;
  transition: color 0.2s;
}

.rnd-btn-ghost:hover { color: #E8341A; }

.rnd-play-icon svg {
  width: 36px;
  height: 36px;
}

/* RIGHT */
.rnd-right {
  position: relative;
  height: 420px;
}

/* stage cards */
.rnd-stage-card {
  position: absolute;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 160px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  z-index: 2;
  animation: rndFloat 3.5s ease-in-out infinite;
}

.rnd-stage-card:nth-child(2) { animation-delay: 0.5s; }
.rnd-stage-card:nth-child(3) { animation-delay: 1s; }
.rnd-stage-card:nth-child(4) { animation-delay: 1.5s; }

@keyframes rndFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

.rnd-stage-card-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rnd-stage-card-icon svg {
  width: 20px;
  height: 20px;
}

.rnd-stage-card-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #1A1F3C;
  margin-bottom: 3px;
}

.rnd-stage-card-desc {
  font-size: 11px;
  color: #6B7280;
  line-height: 1.45;
  margin-bottom: 6px;
}

.rnd-stage-card-line {
  width: 20px;
  height: 2px;
  border-radius: 2px;
}

/* center placeholder */
.rnd-img-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  z-index: 1;
}

.rnd-img-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle, rgba(244,122,31,0.18) 0%, transparent 70%);
  border-radius: 50%;
  animation: rndGlow 2.5s ease-in-out infinite;
}

@keyframes rndGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.1); }
}

.rnd-img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1.5px dashed #E5E7EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.rnd-img-box p {
  font-size: 12px;
  font-weight: 600;
  color: #9CA3AF;
}

.rnd-img-box span {
  font-size: 10px;
  color: #D1D5DB;
}

/* ── PROCESS STRIP ── */
.rnd-process {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 20px 20px 0 0;
  padding: 40px 40px 0;
}

.rnd-process-eyebrow {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8341A;
  margin-bottom: 32px;
}

.rnd-process-steps {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 32px;
}

.rnd-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.rnd-step-num {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.25;
}

.rnd-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rnd-step-icon svg {
  width: 22px;
  height: 22px;
}

.rnd-step-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1A1F3C;
  line-height: 1.3;
}

.rnd-step-desc {
  font-size: 12px;
  color: #6B7280;
  line-height: 1.6;
}

.rnd-step-arrow {
  flex-shrink: 0;
  font-size: 18px;
  color: #D1D5DB;
  margin-top: 52px;
  padding: 0 4px;
}

/* CTA bar */
.rnd-process-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #F3F4F6;
  padding: 20px 0;
}

.rnd-process-cta-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rnd-process-cta-icon svg {
  width: 28px;
  height: 28px;
}

.rnd-process-cta p {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  flex: 1;
}

.rnd-process-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: #E8341A;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.2s;
}

.rnd-process-cta-link:hover { gap: 12px; }

.rnd-process-cta-link svg {
  width: 16px;
  height: 16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .rnd-hero { grid-template-columns: 1fr; }
  .rnd-right { height: 360px; }
  .rnd-pillars { grid-template-columns: repeat(2, 1fr); }
  .rnd-process { padding: 32px 24px 0; }
  .rnd-process-steps { flex-wrap: wrap; gap: 24px; }
  .rnd-step-arrow { display: none; }
  .rnd-step { flex: 0 0 calc(50% - 12px); }
}

@media (max-width: 520px) {
  .rnd-section { padding: 56px 16px 0; }
  .rnd-pillars { grid-template-columns: repeat(2, 1fr); }
  .rnd-step { flex: 0 0 100%; }
  .rnd-stage-card { width: 130px; padding: 10px 12px; }
}


footer {
  background: var(--ink);
  color: rgba(255,255,255,.6);
  padding: 64px 0 28px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* brand column */
.foot-brand p {
  font-size: 13px;
  max-width: 240px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.foot-cert {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.cert-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .07em;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.55);
}

.foot-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,.45);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: .04em;
}

/* headings */
footer h5 {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 14px;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* lists */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer a {
  font-size: 13px;
  color: rgba(255,255,255,.52);
  transition: color .2s ease;
  text-decoration: none;
}

footer a:hover { color: #fff; }

/* logo */
.foot-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}

/* bottom bar */
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  font-size: 12px;
  gap: 20px;
  flex-wrap: wrap;
}

.foot-links {
  display: flex;
  gap: 22px;
}

.foot-links a {
  font-size: 12px;
  color: rgba(255,255,255,.38);
  transition: color .2s ease;
}

.foot-links a:hover { color: #fff; }

/* responsive */
@media (max-width: 1024px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .foot-brand { grid-column: span 3; }
}

@media (max-width: 640px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: span 2; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

  @media (max-width:1024px){
    .wrap{padding:0 22px;}
    .hero .wrap{grid-template-columns:1fr;}
    .hub{height:380px;}
    .hub-card{width:130px; padding:9px 11px;}
    .sol-grid{grid-template-columns:repeat(2,1fr); grid-auto-rows:auto;}
    .sol-card.big{grid-column:span 2; grid-row:span 1;}
    .sol-card.wide{grid-column:span 2;}
    .mega-panel, .simple-drop{display:none;}
    .stats-row{flex-wrap:wrap; gap:24px;}
    .stat-item{flex:1 1 40%;}
    .process-row{flex-wrap:wrap; gap:24px;}
    .process-connector{display:none;}
    .trio{grid-template-columns:1fr;}
    .feat-split{grid-template-columns:1fr;}
    .staffaug{grid-template-columns:1fr;}
    .case-grid{grid-template-columns:1fr;}
    .testi-grid{grid-template-columns:1fr;}
    .testi-card.featured{order:-1;}
    .awards-row{justify-content:center;}
    .awards-row::before{display:none;}
    .foot-grid{grid-template-columns:repeat(2,1fr);}
  }