  :root {
      --bg: #060a16;
      --bg-soft: #0a1128;
      --navy: #0b1d4a;
      --navy-deep: #071335;
      --blue: #0d4fd1;
      --blue-bright: #2f6bff;
      --cyan: #22d3ee;
      --cyan-soft: #7fe9ff;
      --ink: #eef3ff;
      --ink-dim: #93a2c4;
      --ink-faint: #5c6a8c;
      --line: rgba(148, 168, 220, 0.14);
      --radius: 14px;
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      background: var(--bg);
      color: var(--ink);
      font-family: 'Inter', sans-serif;
      overflow-x: hidden;
      min-height: 100vh;
  }

  ::selection {
      background: var(--cyan);
      color: var(--navy-deep);
  }

  a {
      color: inherit;
      text-decoration: none;
  }

  .mono {
      font-family: 'JetBrains Mono', monospace;
      letter-spacing: 0.08em;
  }

  /* ===================== Ambient background ===================== */
  .bg-fx {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
          radial-gradient(ellipse 900px 600px at 82% -10%, rgba(13, 79, 209, 0.35), transparent 60%),
          radial-gradient(ellipse 700px 500px at -10% 30%, rgba(34, 211, 238, 0.14), transparent 60%),
          var(--bg);
  }

  .bg-fx::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
          linear-gradient(var(--line) 1px, transparent 1px),
          linear-gradient(90deg, var(--line) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(ellipse 80% 60% at 60% 20%, black 10%, transparent 75%);
      opacity: 0.5;
  }

  .spotlight {
      position: fixed;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 20%), rgba(47, 107, 255, 0.10), transparent 55%);
      transition: background 0.15s ease-out;
  }

  /* ==========ROOT=============================
  =================STYLING====================== */
  /* ==================================================
     HERO SECTION
     ================================================== */
  .net-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.6;
      pointer-events: none;
  }

  .hero {
      position: relative;
      z-index: 2;
      overflow: hidden;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 140px clamp(20px, 5vw, 56px) 80px;
      max-width: 1400px;
      margin: 0 auto;
  }

  .hero-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      align-items: center;
      gap: 40px;
      margin-top: -20px;
  }

  .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12.5px;
      color: var(--cyan);
      background: rgba(34, 211, 238, 0.08);
      border: 1px solid rgba(34, 211, 238, 0.25);
      padding: 7px 14px;
      border-radius: 999px;
      margin-bottom: 26px;
      opacity: 0;
      transform: translateY(22px) scale(.98);
      filter: blur(8px);
  }

  .eyebrow .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 8px var(--cyan);
      animation: pulse-dot 1.8s ease-in-out infinite;
  }

  .hero h1 {
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 600;
      font-size: clamp(38px, 5vw, 66px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      max-width: 640px;
      opacity: 0;
      transform: translateY(34px) scale(.97);
      filter: blur(10px);
  }

  .hero h1 .grad {
      background: linear-gradient(100deg, var(--cyan) 0%, var(--blue-bright) 60%, var(--cyan) 100%);
      background-size: 200% auto;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: sheen 5s linear infinite;
  }

  .hero .lede {
      margin-top: 22px;
      font-size: 17px;
      line-height: 1.65;
      color: var(--ink-dim);
      max-width: 480px;
      opacity: 0;
      transform: translateY(30px);
      filter: blur(8px);
  }

  .hero-actions {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-top: 38px;
      opacity: 0;
      transform: translateY(26px);
      filter: blur(6px);
  }

  .btn-primary {
      background: linear-gradient(135deg, var(--blue-bright), var(--cyan));
      color: #04101f;
      font-weight: 600;
      font-size: 15px;
      padding: 15px 26px;
      border-radius: 12px;
      box-shadow: 0 10px 30px -10px rgba(47, 107, 255, 0.7);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 36px -10px rgba(34, 211, 238, 0.8);
  }

  .btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 15px;
      color: var(--ink);
      padding: 15px 6px;
      border-bottom: 1px solid var(--line);
      transition: border-color 0.25s ease, gap 0.25s ease, color 0.25s ease;
  }

  .btn-ghost svg {
      transition: transform 0.25s ease;
  }

  .btn-ghost:hover {
      border-color: var(--cyan);
      color: var(--cyan);
  }

  .btn-ghost:hover svg {
      transform: translateX(4px);
  }


  /* ===================== Hero visual — Quantum Flow Engine ===================== */
  .hero-visual {
      position: relative;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      perspective: 1500px;
      opacity: 0;
      transform: translateY(-72px) scale(.9);
      filter: blur(14px);
      isolation: isolate;
      margin-top: -100px;
  }

  .visual-stage {
      --rx: 0deg;
      --ry: 0deg;
      --mx: 50%;
      --my: 50%;
      position: relative;
      width: min(46vw, 620px);
      aspect-ratio: 1;
      transform-style: preserve-3d;
      transform: rotateX(var(--rx)) rotateY(var(--ry));
      transition: transform .16s ease-out;
  }

  .visual-stage::before {
      content: "";
      position: absolute;
      inset: 8%;
      border-radius: 50%;
      z-index: -3;
      background: radial-gradient(circle at var(--mx) var(--my), rgba(125, 233, 255, .32), rgba(47, 107, 255, .12) 36%, transparent 68%);
      filter: blur(22px);
      transform: translateZ(-80px) scale(1.12);
  }

  .visual-stage::after {
      content: "";
      position: absolute;
      inset: 19%;
      border-radius: 50%;
      z-index: -2;
      background: radial-gradient(circle, rgba(34, 211, 238, .19), transparent 66%);
      filter: blur(10px);
      animation: core-breathe 3.6s ease-in-out infinite;
  }

  .portal {
      position: absolute;
      inset: 7%;
      border-radius: 50%;
      transform-style: preserve-3d;
      animation: portal-float 7s ease-in-out infinite;
  }

  .portal-ring {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 1px solid rgba(126, 233, 255, .35);
      box-shadow: inset 0 0 35px rgba(34, 211, 238, .08), 0 0 24px rgba(47, 107, 255, .12);
      transform-style: preserve-3d;
  }

  .portal-ring::before,
  .portal-ring::after {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      border: 2px solid transparent;
      background: conic-gradient(from 0deg, transparent 0 12%, var(--cyan) 18%, transparent 27% 50%, var(--blue-bright) 58%, transparent 68% 88%, var(--cyan-soft) 94%, transparent) border-box;
      -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      filter: drop-shadow(0 0 8px rgba(34, 211, 238, .7));
  }

  .ring-a {
      animation: ring-spin 9s linear infinite;
      transform: rotateX(68deg) rotateZ(8deg);
  }

  .ring-b {
      inset: 8%;
      animation: ring-spin-reverse 12s linear infinite;
      transform: rotateY(65deg) rotateZ(-14deg);
      opacity: .82;
  }

  .ring-c {
      inset: 18%;
      animation: ring-spin 6.5s linear infinite;
      transform: rotateX(75deg) rotateY(20deg);
      opacity: .9;
  }

  .ring-d {
      inset: 29%;
      animation: ring-spin-reverse 4.5s linear infinite;
      border-style: dashed;
      opacity: .65;
  }

  .energy-arc {
      position: absolute;
      inset: 3%;
      border-radius: 50%;
      background: conic-gradient(from 160deg, transparent 0 38%, rgba(34, 211, 238, .9) 44%, transparent 49% 76%, rgba(47, 107, 255, .95) 82%, transparent 88%);
      -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
      mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
      filter: blur(.4px) drop-shadow(0 0 12px rgba(34, 211, 238, .85));
      animation: ring-spin 3.4s linear infinite;
  }

  .core-shell {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 42%;
      aspect-ratio: 1;
      transform: translate(-50%, -50%) translateZ(65px);
      display: grid;
      place-items: center;
      border-radius: 32%;
      background: linear-gradient(145deg, rgba(10, 24, 59, .92), rgba(4, 10, 28, .72));
      border: 1px solid rgba(126, 233, 255, .4);
      box-shadow: 0 0 0 1px rgba(47, 107, 255, .18), 0 0 50px rgba(34, 211, 238, .26), inset 0 0 34px rgba(47, 107, 255, .18);
      animation: core-float 4.5s ease-in-out infinite;
      overflow: hidden;
  }

  .core-shell::before {
      content: "";
      position: absolute;
      inset: -60%;
      background: conic-gradient(transparent, rgba(34, 211, 238, .45), transparent 24%, rgba(47, 107, 255, .38), transparent 52%);
      animation: ring-spin 5s linear infinite;
  }

  .core-shell::after {
      content: "";
      position: absolute;
      inset: 2px;
      border-radius: inherit;
      background: radial-gradient(circle at 35% 25%, rgba(34, 211, 238, .16), transparent 34%), rgba(5, 12, 31, .94);
  }

  .core-logo {
      position: relative;
      z-index: 2;
      width: 58%;
      height: 58%;
      object-fit: contain;
      filter: drop-shadow(0 0 16px rgba(34, 211, 238, .85));
      animation: logo-pulse 3s ease-in-out infinite;
  }

  .core-scan {
      position: absolute;
      z-index: 3;
      left: 7%;
      right: 7%;
      height: 1px;
      top: 12%;
      background: linear-gradient(90deg, transparent, var(--cyan-soft), transparent);
      box-shadow: 0 0 12px var(--cyan);
      animation: scan 2.8s ease-in-out infinite;
  }

  .data-node {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      z-index: 5;
      background: #e9fdff;
      box-shadow: 0 0 9px 3px rgba(34, 211, 238, .9);
  }

  .node-1 {
      left: 8%;
      top: 38%;
      animation: node-pulse 1.8s ease-in-out infinite;
  }

  .node-2 {
      right: 10%;
      top: 24%;
      animation: node-pulse 2.1s .5s ease-in-out infinite;
  }

  .node-3 {
      right: 7%;
      bottom: 27%;
      animation: node-pulse 1.7s .8s ease-in-out infinite;
  }

  .node-4 {
      left: 17%;
      bottom: 13%;
      animation: node-pulse 2.4s .2s ease-in-out infinite;
  }

  .hud-card {
      position: absolute;
      z-index: 7;
      min-width: 142px;
      padding: 12px 14px;
      border: 1px solid rgba(126, 233, 255, .2);
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(9, 20, 49, .84), rgba(6, 12, 30, .62));
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 16px 35px rgba(0, 0, 0, .25), inset 0 0 20px rgba(47, 107, 255, .08);
      font-family: 'JetBrains Mono', monospace;
      color: var(--ink-dim);
  }

  .hud-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      bottom: 12px;
      width: 2px;
      background: linear-gradient(var(--cyan), var(--blue-bright));
      box-shadow: 0 0 8px var(--cyan);
  }

  .hud-card b {
      display: block;
      color: var(--ink);
      font-size: 12px;
      margin-bottom: 7px;
      letter-spacing: .02em;
  }

  .hud-card span {
      font-size: 10px;
      line-height: 1.6;
      display: block;
  }

  .hud-card em {
      font-style: normal;
      color: var(--cyan);
  }

  .hud-1 {
      left: -3%;
      top: 12%;
      transform: translateZ(110px) rotateY(10deg);
      animation: hud-float-a 5.5s ease-in-out infinite;
  }

  .hud-2 {
      right: -5%;
      bottom: 13%;
      transform: translateZ(90px) rotateY(-10deg);
      animation: hud-float-b 6.2s ease-in-out infinite;
  }

  .hud-bars {
      display: flex;
      gap: 3px;
      align-items: flex-end;
      height: 24px;
      margin-top: 8px;
  }

  .hud-bars i {
      display: block;
      width: 5px;
      border-radius: 3px 3px 1px 1px;
      background: linear-gradient(var(--cyan), var(--blue-bright));
      animation: bar-jump 1.2s ease-in-out infinite alternate;
  }

  .hud-bars i:nth-child(2) {
      animation-delay: .15s
  }

  .hud-bars i:nth-child(3) {
      animation-delay: .3s
  }

  .hud-bars i:nth-child(4) {
      animation-delay: .45s
  }

  .hud-bars i:nth-child(5) {
      animation-delay: .6s
  }

  .hud-bars i:nth-child(6) {
      animation-delay: .75s
  }

  .code-stream {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      border-radius: 50%;
      opacity: .6;
  }

  .code-stream span {
      position: absolute;
      font: 500 9px/1 'JetBrains Mono', monospace;
      color: rgba(126, 233, 255, .55);
      text-shadow: 0 0 7px rgba(34, 211, 238, .7);
      animation: code-rise linear infinite;
  }


  /* ===================== Cinematic hero entrance ===================== */
  .hero::before {
      content: "";
      position: absolute;
      inset: -20%;
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(115deg, transparent 35%, rgba(126, 233, 255, .13) 49%, rgba(47, 107, 255, .18) 52%, transparent 66%);
      transform: translateX(-75%) skewX(-8deg);
      opacity: 0;
  }

  body.hero-ready .hero::before {
      animation: hero-sweep 1.45s .12s cubic-bezier(.22, 1, .36, 1) forwards;
  }

  body.hero-ready .hero h1,
  body.hero-ready .hero .lede,
  body.hero-ready .hero-actions,
  body.hero-ready .hero-stats,
  body.hero-ready .hero-visual {
      animation: hero-reveal 1.25s cubic-bezier(.16, 1, .3, 1) forwards;
  }

  body.hero-ready .hero h1 {
      animation-delay: .12s;
  }

  body.hero-ready .hero .lede {
      animation-delay: .26s;
  }

  body.hero-ready .hero-actions {
      animation-delay: .40s;
  }

  body.hero-ready .hero-stats {
      animation-delay: .54s;
  }

  body.hero-ready .hero-visual {
      animation-name: visual-arrive;
      animation-delay: .12s;
      animation-duration: 1.5s;
  }

  body.hero-ready .net-canvas {
      animation: canvas-awaken 1.6s .1s ease forwards;
  }

  body:not(.hero-ready) .net-canvas {
      opacity: 0;
  }

  /* ===================== Scroll cue ===================== */
  .scroll-cue {
      position: absolute;
      z-index: 2;
      bottom: 34px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      color: var(--ink-faint);
      font-size: 11px;
      opacity: 0;
      animation: fadein 1s 1.6s ease forwards;
  }

  .scroll-cue .bar {
      width: 1px;
      height: 34px;
      background: linear-gradient(var(--cyan), transparent);
      animation: scroll-move 1.8s ease-in-out infinite;
  }

  /* ===================== Keyframes ===================== */
  @keyframes rise {
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* Left-side content rises gently from bottom to top. */
  @keyframes hero-reveal {
      0% {
          opacity: 0;
          transform: translateY(46px);
          filter: blur(9px);
      }

      65% {
          opacity: 1;
          filter: blur(1px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
          filter: blur(0);
      }
  }

  /* Right visual enters slowly from top to bottom. */
  @keyframes visual-arrive {
      0% {
          opacity: 0;
          transform: translateY(-82px) scale(.88);
          filter: blur(16px);
      }

      58% {
          opacity: 1;
          filter: blur(2px);
      }

      100% {
          opacity: 1;
          transform: translateY(0) scale(1);
          filter: blur(0);
      }
  }

  @keyframes hero-sweep {
      0% {
          opacity: 0;
          transform: translateX(-75%) skewX(-8deg);
      }

      20% {
          opacity: 1;
      }

      100% {
          opacity: 0;
          transform: translateX(75%) skewX(-8deg);
      }
  }

  @keyframes canvas-awaken {
      from {
          opacity: 0;
          filter: blur(8px);
          transform: scale(1.035);
      }

      to {
          opacity: .6;
          filter: blur(0);
          transform: scale(1);
      }
  }

  @keyframes fadein {
      to {
          opacity: 1;
      }
  }

  @keyframes pulse-dot {

      0%,
      100% {
          opacity: 1;
      }

      50% {
          opacity: 0.35;
      }
  }

  @keyframes sheen {
      to {
          background-position: -200% center;
      }
  }

  @keyframes spin {
      to {
          transform: rotate(360deg);
      }
  }

  @keyframes assemble {
      0% {
          opacity: 0;
          transform: translate(var(--fx, 0px), var(--fy, -24px)) scale(0.82);
      }

      100% {
          opacity: 1;
          transform: translate(0, 0) scale(1);
      }
  }

  @keyframes float-y {

      0%,
      100% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-10px);
      }
  }

  @keyframes shimmer {

      0%,
      100% {
          filter: brightness(1) saturate(1);
      }

      50% {
          filter: brightness(1.45) saturate(1.2);
      }
  }

  @keyframes flow {
      to {
          stroke-dashoffset: -56;
      }
  }

  @keyframes scroll-move {
      0% {
          transform: scaleY(0);
          transform-origin: top;
          opacity: 0;
      }

      40% {
          transform: scaleY(1);
          transform-origin: top;
          opacity: 1;
      }

      60% {
          transform: scaleY(1);
          transform-origin: bottom;
          opacity: 1;
      }

      100% {
          transform: scaleY(0);
          transform-origin: bottom;
          opacity: 0;
      }
  }

  @keyframes drift {
      0% {
          transform: translateY(0) translateX(0);
          opacity: 0;
      }

      10% {
          opacity: 0.9;
      }

      90% {
          opacity: 0.5;
      }

      100% {
          transform: translateY(-140px) translateX(var(--dx, 20px));
          opacity: 0;
      }
  }

  @keyframes ring-spin {
      to {
          transform: rotateX(68deg) rotateZ(368deg)
      }
  }

  @keyframes ring-spin-reverse {
      to {
          transform: rotateY(65deg) rotateZ(-374deg)
      }
  }

  @keyframes portal-float {

      0%,
      100% {
          transform: translateY(0) rotateZ(-1deg)
      }

      50% {
          transform: translateY(-12px) rotateZ(1deg)
      }
  }

  @keyframes core-float {

      0%,
      100% {
          transform: translate(-50%, -50%) translateZ(65px) rotateZ(-2deg)
      }

      50% {
          transform: translate(-50%, -54%) translateZ(88px) rotateZ(2deg)
      }
  }

  @keyframes core-breathe {

      0%,
      100% {
          transform: scale(.9);
          opacity: .55
      }

      50% {
          transform: scale(1.12);
          opacity: 1
      }
  }

  @keyframes logo-pulse {

      0%,
      100% {
          transform: scale(1);
          filter: drop-shadow(0 0 14px rgba(34, 211, 238, .65))
      }

      50% {
          transform: scale(1.08);
          filter: drop-shadow(0 0 27px rgba(34, 211, 238, 1))
      }
  }

  @keyframes scan {

      0%,
      100% {
          transform: translateY(0);
          opacity: 0
      }

      15% {
          opacity: 1
      }

      50% {
          transform: translateY(150px);
          opacity: .85
      }

      80% {
          opacity: 0
      }
  }

  @keyframes node-pulse {

      0%,
      100% {
          transform: scale(.7);
          opacity: .45
      }

      50% {
          transform: scale(1.45);
          opacity: 1
      }
  }

  @keyframes hud-float-a {

      0%,
      100% {
          transform: translateY(0) translateZ(110px) rotateY(10deg)
      }

      50% {
          transform: translateY(-12px) translateZ(125px) rotateY(6deg)
      }
  }

  @keyframes hud-float-b {

      0%,
      100% {
          transform: translateY(0) translateZ(90px) rotateY(-10deg)
      }

      50% {
          transform: translateY(10px) translateZ(112px) rotateY(-6deg)
      }
  }

  @keyframes bar-jump {
      from {
          height: 5px;
          opacity: .45
      }

      to {
          height: 24px;
          opacity: 1
      }
  }

  /* Keep all homepage object motion running after the desktop entrance
     animation finishes. These elements animate independently from the
     hero-visual wrapper so their transforms cannot be replaced by it. */
  @media (min-width: 761px) {
      .visual-stage::after {
          animation: core-breathe 3.6s ease-in-out infinite !important;
          animation-play-state: running !important;
      }

      .quantum-portal {
          animation: portal-float 7s ease-in-out infinite !important;
          animation-play-state: running !important;
      }

      .ring-a,
      .ring-c,
      .core-shell::before {
          animation-name: ring-spin !important;
          animation-timing-function: linear !important;
          animation-iteration-count: infinite !important;
          animation-play-state: running !important;
      }

      .ring-a { animation-duration: 9s !important; }
      .ring-c { animation-duration: 6.5s !important; }
      .core-shell::before { animation-duration: 5s !important; }

      .ring-b,
      .ring-d {
          animation-name: ring-spin-reverse !important;
          animation-timing-function: linear !important;
          animation-iteration-count: infinite !important;
          animation-play-state: running !important;
      }

      .ring-b { animation-duration: 12s !important; }
      .ring-d { animation-duration: 4.5s !important; }
      .core-shell { animation: core-float 4.5s ease-in-out infinite !important; }
      .core-logo { animation: logo-pulse 3s ease-in-out infinite !important; }
      .core-scan { animation: scan 2.8s ease-in-out infinite !important; }
      .hud-1 { animation: hud-float-a 5.5s ease-in-out infinite !important; }
      .hud-2 { animation: hud-float-b 6.2s ease-in-out infinite !important; }
      .hud-bars i { animation: bar-jump 1.2s ease-in-out infinite alternate !important; }
      .code-stream span { animation-play-state: running !important; }

      .why-orbit-ring-one,
      .why-orbit-ring-two,
      .why-core,
      .why-core-pulse,
      .why-floating-word,
      .why-progress span {
          animation-play-state: running !important;
      }
  }

  @keyframes code-rise {
      0% {
          transform: translateY(35px);
          opacity: 0
      }

      15% {
          opacity: .8
      }

      85% {
          opacity: .35
      }

      100% {
          transform: translateY(-160px);
          opacity: 0
      }
  }

  /* ===================== Responsive ===================== */
  @media (max-width:980px) {
      .hero-inner {
          grid-template-columns: 1fr;
      }

      .hero-copy {
          position: relative;
          z-index: 2;
      }

      .hero-visual {
          order: -1;
          min-height: 430px;
          max-width: 520px;
          width: 100%;
          margin: 0 auto 20px;
      }

      .visual-stage {
          width: min(88vw, 470px);
      }

      .hud-card {
          transform: scale(.82);
      }

      .hud-1 {
          left: -2%;
      }

      .hud-2 {
          right: -2%;
      }

      .hero {
          padding-top: 120px;
          text-align: left;
      }

      .hero-stats {
          flex-wrap: wrap;
          row-gap: 20px;
      }
  }

  @media (max-width:760px) {
      .hero h1 {
          font-size: clamp(32px, 8vw, 44px);
      }

      .hero-visual {
          min-height: 360px;
      }

      .visual-stage {
          width: min(96vw, 390px);
      }

      .hud-card {
          display: none;
      }

      /* Smaller travel distances keep the entrance polished on phones. */
      .hero h1 {
          transform: translateY(30px);
      }

      .hero .lede {
          transform: translateY(26px);
      }

      .hero-actions {
          transform: translateY(22px);
      }

      .hero-stats {
          transform: translateY(20px);
      }

      .hero-visual {
          transform: translateY(-44px) scale(.94);
      }
  }

  /* ==================================================
     HERO LOAD ANIMATION — RELIABLE TRIGGER
     ================================================== */
  /* Disable the older individual entrance animations so they cannot
     override the coordinated first-load sequence below. */
  .hero h1,
  .hero .lede,
  .hero-actions,
  .hero-stats,
  .hero-visual {
      animation: none !important;
      animation-fill-mode: both !important;
  }

  /* Left content begins below and moves upward. */
  html:not(.hero-loaded) .hero h1,
  html:not(.hero-loaded) .hero .lede,
  html:not(.hero-loaded) .hero-actions,
  html:not(.hero-loaded) .hero-stats {
      opacity: 0 !important;
      transform: translate3d(0, 52px, 0) !important;
      filter: blur(10px);
  }

  /* Right visual begins above and moves downward. */
  html:not(.hero-loaded) .hero-visual {
      opacity: 0 !important;
      transform: translate3d(0, -72px, 0) scale(.92) !important;
      filter: blur(14px);
  }

  html.hero-loaded .hero h1 {
      animation: left-rise-in 1.15s .12s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  html.hero-loaded .hero .lede {
      animation: left-rise-in 1.15s .28s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  html.hero-loaded .hero-actions {
      animation: left-rise-in 1.15s .44s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  html.hero-loaded .hero-stats {
      animation: left-rise-in 1.15s .60s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  html.hero-loaded .hero-visual {
      animation: right-drop-in 1.45s .18s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  @keyframes left-rise-in {
      0% {
          opacity: 0;
          transform: translate3d(0, 52px, 0);
          filter: blur(10px);
      }

      60% {
          opacity: 1;
          filter: blur(2px);
      }

      100% {
          opacity: 1;
          transform: translate3d(0, 0, 0);
          filter: blur(0);
      }
  }

  @keyframes right-drop-in {
      0% {
          opacity: 0;
          transform: translate3d(0, -72px, 0) scale(.92);
          filter: blur(14px);
      }

      62% {
          opacity: 1;
          filter: blur(2px);
      }

      100% {
          opacity: 1;
          transform: translate3d(0, 0, 0) scale(1);
          filter: blur(0);
      }
  }

  @media (max-width:760px) {

      html:not(.hero-loaded) .hero h1,
      html:not(.hero-loaded) .hero .lede,
      html:not(.hero-loaded) .hero-actions,
      html:not(.hero-loaded) .hero-stats {
          transform: translate3d(0, 34px, 0) !important;
      }

      html:not(.hero-loaded) .hero-visual {
          transform: translate3d(0, -42px, 0) scale(.96) !important;
      }

      @keyframes left-rise-in {
          0% {
              opacity: 0;
              transform: translate3d(0, 34px, 0);
              filter: blur(7px);
          }

          100% {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              filter: blur(0);
          }
      }

      @keyframes right-drop-in {
          0% {
              opacity: 0;
              transform: translate3d(0, -42px, 0) scale(.96);
              filter: blur(9px);
          }

          100% {
              opacity: 1;
              transform: translate3d(0, 0, 0) scale(1);
              filter: blur(0);
          }
      }
  }

  /* =========================================================
   SERVICES SECTION
========================================================= */

  .services-section {
      position: relative;
      z-index: 3;
      overflow: hidden;
      background: #ffffff;
      color: var(--navy-deep);
      padding: 120px clamp(20px, 5vw, 56px);
  }

  .services-container {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
  }

  .services-glow {
      position: absolute;
      width: 460px;
      height: 460px;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(20px);
  }

  .services-glow-left {
      top: -220px;
      left: -180px;
      background: radial-gradient(circle,
              rgba(34, 211, 238, 0.15),
              transparent 68%);
  }

  .services-glow-right {
      right: -200px;
      bottom: -240px;
      background: radial-gradient(circle,
              rgba(47, 107, 255, 0.14),
              transparent 68%);
  }

  /* Services heading */

  .services-heading {
      max-width: 760px;
      margin-bottom: 64px;
  }

  .services-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      color: var(--blue-bright);
      font-family: "JetBrains Mono", monospace;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.14em;
  }

  .services-label-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(34, 211, 238, 0.85);
      animation: service-dot-pulse 1.8s ease-in-out infinite;
  }

  .services-heading h2 {
      max-width: 760px;
      font-family: "Space Grotesk", sans-serif;
      font-size: clamp(36px, 5vw, 64px);
      font-weight: 600;
      line-height: 1.06;
      letter-spacing: -0.035em;
      color: var(--navy-deep);
  }

  .services-heading h2 span {
      display: inline;
      background: linear-gradient(100deg,
              var(--cyan),
              var(--blue-bright),
              var(--cyan));
      background-size: 200% auto;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: service-heading-shine 6s linear infinite;
  }

  .services-mobile-break {
      display: none !important;
  }

  .services-heading p {
      max-width: 650px;
      margin-top: 24px;
      color: #65708d;
      font-size: 17px;
      line-height: 1.75;
  }

  /* Services cards */

  .services-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
  }

  .service-card {
      position: relative;
      display: flex;
      min-height: 360px;
      padding: 26px;
      border-radius: 20px;

      flex-direction: column;
      overflow: hidden;
      border: 1px solid rgba(13, 79, 209, 0.12);
      background:
          radial-gradient(circle at 100% 0,
              rgba(34, 211, 238, 0.1),
              transparent 35%),
          linear-gradient(145deg, #ffffff, #f7faff);
      box-shadow:
          0 18px 45px rgba(7, 19, 53, 0.07),
          inset 0 1px 0 rgba(255, 255, 255, 0.9);
      transition:
          transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
          box-shadow 0.45s ease,
          border-color 0.45s ease;
  }

  .service-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(135deg,
              rgba(34, 211, 238, 0.09),
              transparent 40%,
              rgba(47, 107, 255, 0.08));
      opacity: 0;
      transition: opacity 0.4s ease;
  }

  .service-card::after {
      content: "";
      position: absolute;
      top: -120%;
      left: -45%;
      width: 55%;
      height: 300%;
      background: linear-gradient(90deg,
              transparent,
              rgba(255, 255, 255, 0.8),
              transparent);
      transform: rotate(20deg);
      transition: left 0.8s ease;
      pointer-events: none;
  }

  .service-card:hover {
      transform: translateY(-10px);
      border-color: rgba(47, 107, 255, 0.32);
      box-shadow:
          0 30px 70px rgba(7, 19, 53, 0.13),
          0 0 35px rgba(34, 211, 238, 0.08);
  }

  .service-card:hover::before {
      opacity: 1;
  }

  .service-card:hover::after {
      left: 120%;
  }

  .service-card-top,
  .service-card-content,
  .service-link {
      position: relative;
      z-index: 2;
  }

  .service-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 30px;
  }

  .service-icon {
      display: grid;
      width: 52px;
      height: 52px;
      border-radius: 15px;
      place-items: center;
      border: 1px solid rgba(47, 107, 255, 0.16);
      background: linear-gradient(145deg,
              rgba(47, 107, 255, 0.1),
              rgba(34, 211, 238, 0.1));
      box-shadow: 0 12px 24px rgba(47, 107, 255, 0.08);
      transition:
          transform 0.4s ease,
          box-shadow 0.4s ease;
  }

  .service-card:hover .service-icon {
      transform: rotate(-5deg) scale(1.08);
      box-shadow: 0 16px 30px rgba(47, 107, 255, 0.16);
  }

  .service-icon svg {
      width: 24px;
      height: 24px;
      fill: none;
      stroke: var(--blue-bright);
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
  }

  .service-number {
      font-family: "JetBrains Mono", monospace;
      color: rgba(13, 79, 209, 0.28);
      font-size: 13px;
      letter-spacing: 0.08em;
  }

  .service-card-content {
      flex: 1;
  }

  .service-card h3 {
      margin-bottom: 16px;
      font-family: "Space Grotesk", sans-serif;
      color: var(--navy-deep);
      font-size: clamp(22px, 2.4vw, 27px);
      font-weight: 600;
      letter-spacing: -0.025em;
  }

  .service-card p {
      color: #6a7591;
      font-size: 14px;
      line-height: 1.65;
  }

  .service-card ul {
      display: grid;
      margin-top: 18px;
      gap: 8px;
      list-style: none;
  }

  .service-card li {
      position: relative;
      padding-left: 20px;
      color: #41506f;
      font-size: 13px;
      font-weight: 500;
  }

  .service-card li::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: linear-gradient(135deg,
              var(--cyan),
              var(--blue-bright));
      box-shadow: 0 0 8px rgba(34, 211, 238, 0.45);
  }

  .service-link {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 9px;
      margin-top: 24px;
      color: var(--blue-bright);
      font-size: 14px;
      font-weight: 600;
      transition:
          gap 0.3s ease,
          color 0.3s ease;
  }

  .service-link svg {
      width: 17px;
      height: 17px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
  }

  .service-link:hover {
      gap: 15px;
      color: #04a8ca;
  }

  /* Services keyframes */

  @keyframes service-dot-pulse {

      0%,
      100% {
          transform: scale(1);
          opacity: 1;
      }

      50% {
          transform: scale(0.65);
          opacity: 0.45;
      }
  }

  @keyframes service-heading-shine {
      to {
          background-position: -200% center;
      }
  }

  /* Services responsive layout */

  @media (max-width: 900px) {
      .services-section {
          padding-top: 90px;
          padding-bottom: 90px;
      }

      .services-grid {
          grid-template-columns: 1fr;
      }

      .service-card {
          min-height: auto;
      }
  }

  @media (max-width: 760px) {
      .services-section {
          box-sizing: border-box !important;
          width: 100% !important;
          max-width: 100vw !important;
          padding: 72px 16px !important;
          overflow-x: clip !important;
      }

      .services-container {
          width: 100%;
          min-width: 0;
          max-width: 100%;
      }

      .services-heading {
          width: 100%;
          min-width: 0;
          max-width: 100%;
          margin-bottom: 42px;
      }

      .services-grid {
          margin-top: 24px;
      }

      .services-heading h2 {
          width: 100%;
          min-width: 0;
          max-width: 100%;
          font-size: clamp(24px, 7.2vw, 32px) !important;
          line-height: 1.18 !important;
          letter-spacing: -0.02em;
          white-space: normal !important;
          overflow-wrap: anywhere !important;
          word-break: normal !important;
      }

      .services-heading h2 span {
          display: block;
          width: 100%;
          max-width: 100%;
      }

      .services-heading h2 .services-mobile-break {
          display: inline !important;
      }

      .services-heading p {
          max-width: 100%;
          font-size: 15px;
          line-height: 1.65;
      }

      .services-label {
          max-width: 100%;
          font-size: 11px;
          letter-spacing: 0.1em;
      }

      .service-card {
          padding: 22px;
          border-radius: 18px;
      }

      .service-card-top {
          margin-bottom: 26px;
      }

      .service-icon {
          width: 48px;
          height: 48px;
      }

  }

/* =========================================================
   SERVICES REVEAL ANIMATIONS
========================================================= */

.service-slide-left,
.service-slide-up {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, filter;
}

.service-slide-left {
  transform: none;
  clip-path: inset(0 100% 0 0);
  filter: blur(6px);
}

.service-slide-up {
  transform: translateY(-90px);
  filter: blur(6px);
}

/* Class added by JavaScript */

.service-animation-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  clip-path: inset(0 0 0 0);
  filter: blur(0);
  transition:
    opacity 1s ease,
    transform 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    clip-path 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 1s ease;
}

/* Animate cards one after another */

.service-card {
  opacity: 0;
  transform: translateY(-45px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-grid.service-animation-active .service-card {
  opacity: 1;
  transform: translateY(0);
}

.services-grid.service-animation-active .service-card:nth-child(1) {
  transition-delay: 0.1s;
}

.services-grid.service-animation-active .service-card:nth-child(2) {
  transition-delay: 0.2s;
}

.services-grid.service-animation-active .service-card:nth-child(3) {
  transition-delay: 0.3s;
}

.services-grid.service-animation-active .service-card:nth-child(4) {
  transition-delay: 0.4s;
}

.services-grid.service-animation-active .service-card:nth-child(5) {
  transition-delay: 0.5s;
}

/* Mobile */

@media (max-width: 600px) {
  .service-slide-left {
    transform: none;
  }

  .service-slide-up {
    transform: translateY(-55px);
  }
  .services-grid{
    margin-top: 80px;
  }
}

/* Accessibility fallback */

  /* =========================================================
   WHY CHOOSE US SECTION
========================================================= */

.why-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 120px clamp(20px, 5vw, 56px);
  background:
    radial-gradient(
      ellipse 850px 600px at 90% 5%,
      rgba(13, 79, 209, 0.34),
      transparent 65%
    ),
    radial-gradient(
      ellipse 700px 550px at -10% 80%,
      rgba(34, 211, 238, 0.14),
      transparent 65%
    ),
    var(--bg);
  color: var(--ink);
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 85% 80% at 55% 45%,
    black 10%,
    transparent 78%
  );
  opacity: 0.45;
}

.why-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.35;
}

.why-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.why-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.why-glow-one {
  top: 5%;
  left: -220px;
  background: rgba(34, 211, 238, 0.09);
}

.why-glow-two {
  right: -220px;
  bottom: 5%;
  background: rgba(47, 107, 255, 0.12);
}

/* Why section heading */

.why-heading {
  max-width: 800px;
  margin-bottom: 80px;
}

.why-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.why-label-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--cyan),
    transparent
  );
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.75);
}

.why-heading h2 {
  max-width: 800px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 5.4vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.why-heading h2 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(
    100deg,
    var(--cyan),
    var(--blue-bright),
    var(--cyan)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: why-heading-flow 6s linear infinite;
}

.why-heading p {
  max-width: 680px;
  margin-top: 26px;
  color: var(--ink-dim);
  font-size: 17px;
  line-height: 1.75;
}

/* Main two-column layout */

.why-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

/* Unique orbit visual */

.why-journey {
  position: sticky;
  top: 150px;
  align-self: start;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-orbit {
  position: relative;
  width: min(36vw, 430px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.why-orbit::before {
  content: "";
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(34, 211, 238, 0.18),
    rgba(47, 107, 255, 0.06) 45%,
    transparent 72%
  );
  filter: blur(14px);
  animation: why-core-breathe 3.5s ease-in-out infinite;
}

.why-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(126, 233, 255, 0.24);
}

.why-orbit-ring::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(
    from 90deg,
    transparent 0 15%,
    var(--cyan) 23%,
    transparent 32% 62%,
    var(--blue-bright) 70%,
    transparent 80%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.6));
}

.why-orbit-ring-one {
  inset: 4%;
  animation: why-orbit-spin 14s linear infinite;
}

.why-orbit-ring-two {
  inset: 17%;
  border-style: dashed;
  opacity: 0.7;
  animation: why-orbit-spin-reverse 10s linear infinite;
}

.why-core {
  position: relative;
  z-index: 2;
  width: 34%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126, 233, 255, 0.32);
  border-radius: 30%;
  background:
    radial-gradient(
      circle at 35% 25%,
      rgba(34, 211, 238, 0.18),
      transparent 38%
    ),
    rgba(7, 19, 53, 0.92);
  box-shadow:
    0 0 55px rgba(34, 211, 238, 0.2),
    inset 0 0 28px rgba(47, 107, 255, 0.18);
  animation: why-core-float 4.5s ease-in-out infinite;
}

.why-core img {
  position: relative;
  z-index: 2;
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(34, 211, 238, 0.85));
}

.why-core-pulse {
  position: absolute;
  inset: -18%;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 35%;
  animation: why-pulse-expand 2.5s ease-out infinite;
}

.why-floating-word {
  position: absolute;
  padding: 7px 11px;
  border: 1px solid rgba(126, 233, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 19, 53, 0.72);
  backdrop-filter: blur(10px);
  color: var(--cyan-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.why-word-one {
  top: 10%;
  left: 4%;
  animation: why-word-float 4.5s ease-in-out infinite;
}

.why-word-two {
  top: 22%;
  right: 0;
  animation: why-word-float 5s 0.5s ease-in-out infinite;
}

.why-word-three {
  left: 0;
  bottom: 18%;
  animation: why-word-float 5.5s 1s ease-in-out infinite;
}

.why-word-four {
  right: 5%;
  bottom: 9%;
  animation: why-word-float 4.8s 0.8s ease-in-out infinite;
}

.why-progress {
  position: relative;
  width: min(100%, 400px);
  height: 2px;
  margin-top: 28px;
  overflow: hidden;
  background: rgba(148, 168, 220, 0.15);
}

.why-progress span {
  display: block;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--cyan),
    var(--blue-bright),
    transparent
  );
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.65);
  animation: why-progress-move 3s ease-in-out infinite;
}

.why-progress-labels {
  width: min(100%, 400px);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--ink-faint);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}

/* Flowing feature list */

.why-points {
  position: relative;
}

.why-points::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 34px;
  width: 1px;
  background: linear-gradient(
    transparent,
    rgba(34, 211, 238, 0.55),
    rgba(47, 107, 255, 0.4),
    transparent
  );
}

.why-point {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr 48px;
  align-items: start;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(148, 168, 220, 0.13);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
}

.why-point:first-child {
  padding-top: 0;
}

.why-point:last-child {
  border-bottom: 0;
}

.why-point:hover {
  transform: translateX(10px);
  border-color: rgba(34, 211, 238, 0.32);
}

.why-point-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(126, 233, 255, 0.22);
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  box-shadow:
    0 0 0 8px var(--bg),
    0 0 25px rgba(34, 211, 238, 0.1);
  transition:
    background 0.4s ease,
    color 0.4s ease,
    transform 0.4s ease;
}

.why-point:hover .why-point-number {
  transform: rotate(-8deg) scale(1.05);
  background: linear-gradient(
    135deg,
    var(--blue-bright),
    var(--cyan)
  );
  color: var(--navy-deep);
}

.why-point-content h3 {
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.why-point-content p {
  max-width: 580px;
  color: var(--ink-dim);
  font-size: 15px;
  line-height: 1.75;
}

.why-point-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ink-faint);
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.why-point:hover .why-point-icon {
  color: var(--cyan);
  transform: translateX(5px) rotate(6deg);
}

.why-point-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Bottom statement */

.why-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 90px;
  padding-top: 34px;
  border-top: 1px solid rgba(148, 168, 220, 0.16);
}

.why-footer p {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.why-footer p span {
  color: var(--cyan);
}

.why-footer a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--blue-bright),
    var(--cyan)
  );
  color: #04101f;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 28px -10px rgba(47, 107, 255, 0.7);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.why-footer a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -10px rgba(34, 211, 238, 0.75);
}

.why-footer a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Scroll reveal */

.why-reveal {
  opacity: 0;
  transform: translateY(-70px);
  filter: blur(6px);
  transition:
    opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 1s ease;
  transition-delay: var(--delay, 0s);
}

.why-heading.why-reveal {
  transform: translateX(-110px);
}

.why-reveal.why-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Why section keyframes */

@keyframes why-heading-flow {
  to {
    background-position: -200% center;
  }
}

@keyframes why-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes why-orbit-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes why-core-breathe {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes why-core-float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes why-pulse-expand {
  0% {
    opacity: 0.7;
    transform: scale(0.75);
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes why-word-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes why-progress-move {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(330%);
  }
}

/* Why section responsive */

@media (max-width: 980px) {
  .why-section {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .why-heading {
    margin-bottom: 60px;
  }

  .why-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .why-journey {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .why-orbit {
    width: min(82vw, 430px);
  }

  .why-points {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .why-section {
    padding: 78px 20px;
  }

  .why-heading {
    margin-bottom: 52px;
  }

  .why-heading h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .why-heading p {
    font-size: 15px;
  }

  .why-orbit {
    width: min(92vw, 350px);
  }

  .why-floating-word {
    font-size: 8px;
    padding: 6px 9px;
  }

  .why-points::before {
    left: 23px;
  }

  .why-point {
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .why-point-number {
    width: 46px;
    height: 46px;
    box-shadow:
      0 0 0 6px var(--bg),
      0 0 20px rgba(34, 211, 238, 0.1);
  }

  .why-point-icon {
    display: none;
  }

  .why-point-content h3 {
    font-size: 22px;
  }

  .why-point-content p {
    font-size: 14px;
  }

  .why-point:hover {
    transform: translateX(4px);
  }

  .why-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }
}

