:root {
  --bg-0: #020617;
  --bg-1: #050b1a;
  --bg-2: #071326;
  --surface: rgba(15, 23, 42, 0.65);
  --surface-strong: rgba(8, 13, 28, 0.9);
  --surface-soft: rgba(15, 23, 42, 0.42);
  --stroke: rgba(148, 163, 184, 0.15);
  --text: #f8fafc;
  --muted: #94a3b8;
  --primary: #2563eb;
  --secondary: #050b1a;
  --highlight: #06b6d4;
  --success: #10b981;
  --success-soft: rgba(16, 185, 129, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --glow-blue: rgba(37, 99, 235, 0.32);
  --glow-cyan: rgba(6, 182, 212, 0.24);
  --radius: 12px;
  --radius-sm: 8px;
  --header-height: 80px;
  --max-width: 1180px;
}

.service-tab.out-of-stock {
  border-color: rgba(255, 96, 96, 0.32);
  color: rgba(226, 239, 255, 0.72);
}

.tab-stock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 96, 96, 0.16);
  color: #ffb7b7;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-card.out-of-stock {
  border-color: rgba(255, 96, 96, 0.25);
  opacity: 0.82;
}

.pricing-card.out-of-stock:hover,
.js-enabled .pricing-card.out-of-stock.reveal.in-view:hover {
  transform: none;
}

.stock-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 96, 96, 0.12);
  color: #ffdada;
  font-size: 0.9rem;
  line-height: 1.45;
}

.order-btn.disabled,
.order-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  filter: grayscale(0.2);
}

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      width: 100%;
      min-height: 100vh;
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 74% 14%, rgba(6, 182, 212, 0.16), transparent 30%),
        radial-gradient(circle at 18% 8%, rgba(37, 99, 235, 0.13), transparent 28%),
        linear-gradient(135deg, #020617 0%, #050b1a 46%, #071326 100%);
      overflow-x: hidden;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background:
        linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px),
        radial-gradient(ellipse at 72% 20%, rgba(6, 182, 212, 0.2), transparent 40%),
        radial-gradient(ellipse at 50% 52%, rgba(37, 99, 235, 0.11), transparent 48%);
      background-size: 56px 56px, 56px 56px, auto, auto;
      opacity: 0.9;
    }

    body::after {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image:
        radial-gradient(circle at 25% 25%, rgba(248, 250, 252, 0.055) 0 1px, transparent 1px),
        linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.44));
      background-size: 4px 4px, auto;
      mix-blend-mode: screen;
      opacity: 0.36;
    }

    html.page-enter-from-redirect body {
      opacity: 0;
      transform: translate3d(0, 16px, 0) scale(0.992);
      filter: blur(2px);
    }

    html.page-enter-from-redirect body.page-enter-ready {
      opacity: 1;
      transform: none;
      filter: none;
      transition:
        opacity 0.72s cubic-bezier(0.2, 0.85, 0.32, 1),
        transform 0.78s cubic-bezier(0.2, 0.85, 0.32, 1.06),
        filter 0.7s cubic-bezier(0.2, 0.85, 0.32, 1);
    }

    /* Keep simple shine definition, but reduced motion below */
    @keyframes ambientShine {
      0% {
        transform: translate3d(-1%, 0, 0) scale(1);
      }
      100% {
        transform: translate3d(1%, 1%, 0) scale(1.02);
      }
    }

    body.modal-open,
    body.nav-open,
    .site-preloader-active body {
      overflow: hidden;
    }

    .site-preloader {
      position: fixed;
      inset: 0;
      z-index: 3000;
      display: none;
      place-items: center;
      padding: 24px;
      background:
        radial-gradient(circle at 72% 18%, rgba(6, 182, 212, 0.2), transparent 32%),
        radial-gradient(circle at 22% 16%, rgba(37, 99, 235, 0.18), transparent 30%),
        linear-gradient(135deg, #020617 0%, #050b1a 48%, #071326 100%);
      transition: opacity 0.55s ease, visibility 0.55s ease;
    }

    .site-preloader-active .site-preloader {
      display: grid;
    }

    .site-preloader.is-leaving {
      opacity: 0;
      visibility: hidden;
    }

    .site-preloader::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(circle at center, #000, transparent 76%);
    }

    .preloader-panel {
      position: relative;
      width: min(520px, 100%);
      overflow: hidden;
      padding: 34px;
      border-radius: 28px;
      text-align: center;
      background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.84), rgba(2, 6, 23, 0.76)),
        radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.22), transparent 35%);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.08) inset,
        0 34px 92px rgba(0, 0, 0, 0.48),
        0 0 74px rgba(37, 99, 235, 0.16);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
    }

    .preloader-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(115deg, transparent 0 34%, rgba(6, 182, 212, 0.1) 48%, transparent 62%),
        linear-gradient(rgba(6, 182, 212, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
      background-size: auto, 34px 34px, 34px 34px;
      animation: dashboardReflection 3s ease-in-out infinite alternate;
    }

    .preloader-panel > * {
      position: relative;
      z-index: 1;
    }

    .preloader-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }

    .preloader-orbit {
      position: relative;
      width: 112px;
      height: 112px;
      margin: 0 auto 24px;
      border-radius: 50%;
      border: 1px solid rgba(6, 182, 212, 0.26);
      box-shadow: 0 0 34px rgba(6, 182, 212, 0.16), inset 0 0 28px rgba(37, 99, 235, 0.14);
      animation: preloaderPulse 1.8s ease-in-out infinite;
    }

    .preloader-orbit::before,
    .preloader-orbit::after,
    .preloader-orbit span {
      content: '';
      position: absolute;
      border-radius: 50%;
    }

    .preloader-orbit::before {
      inset: 24px;
      border: 1px solid rgba(148, 163, 184, 0.14);
    }

    .preloader-orbit::after {
      width: 12px;
      height: 12px;
      top: 8px;
      left: 50%;
      background: #22c55e;
      box-shadow: 0 0 18px rgba(34, 197, 94, 0.62);
      transform-origin: 0 48px;
      animation: preloaderOrbit 1.1s linear infinite;
    }

    .preloader-orbit span:nth-child(1) {
      inset: 42px;
      background: linear-gradient(135deg, #2563eb, #06b6d4);
      box-shadow: 0 0 26px rgba(6, 182, 212, 0.52);
    }

    .preloader-orbit span:nth-child(2),
    .preloader-orbit span:nth-child(3) {
      width: 6px;
      height: 6px;
      background: #06b6d4;
      box-shadow: 0 0 16px rgba(6, 182, 212, 0.6);
    }

    .preloader-orbit span:nth-child(2) { top: 28px; right: 20px; }
    .preloader-orbit span:nth-child(3) { bottom: 22px; left: 24px; }

    .preloader-panel h2 {
      font-size: clamp(1.55rem, 4vw, 2.25rem);
      margin-bottom: 10px;
    }

    .preloader-panel p {
      max-width: 390px;
      margin: 0 auto;
      font-size: 0.96rem;
    }

    .preloader-progress {
      height: 8px;
      overflow: hidden;
      margin: 24px 0 18px;
      border-radius: 999px;
      background: rgba(148, 163, 184, 0.12);
      border: 1px solid rgba(148, 163, 184, 0.12);
    }

    .preloader-progress span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #2563eb, #06b6d4, #22c55e);
      box-shadow: 0 0 22px rgba(6, 182, 212, 0.42);
      transform-origin: left;
      animation: preloaderProgress 3s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .preloader-status {
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
      color: #dbeafe;
      font-size: 0.74rem;
      font-weight: 800;
    }

    .preloader-status span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(2, 6, 23, 0.48);
      border: 1px solid rgba(148, 163, 184, 0.14);
    }

    .preloader-status span::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 14px rgba(34, 197, 94, 0.48);
    }

    .preloader-glow {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      background: radial-gradient(circle, rgba(6, 182, 212, 0.42), transparent 68%);
      filter: blur(2px);
      animation: dashboardParticle 5s ease-in-out infinite;
    }

    .particle-a {
      width: 90px;
      height: 90px;
      top: -32px;
      right: 20px;
    }

    .particle-b {
      width: 72px;
      height: 72px;
      left: -28px;
      bottom: 34px;
      animation-delay: -2s;
    }

    @keyframes preloaderOrbit {
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes preloaderPulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.045);
      }
    }

    @keyframes preloaderProgress {
      from {
        transform: scaleX(0.04);
      }
      to {
        transform: scaleX(1);
      }
    }

    main,
    footer {
      position: relative;
      z-index: 1;
    }

    ::selection {
      background: rgba(31, 139, 255, 0.26);
      color: #fff;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
      color: inherit;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    h1,
    h2,
    h3,
    h4 {
      margin: 0;
      font-family: 'Poppins', 'Inter', sans-serif;
      line-height: 1.08;
      letter-spacing: 0;
    }

    p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
    }

    ul,
    ol {
      margin: 0;
      padding: 0;
    }

    section {
      position: relative;
      scroll-margin-top: 108px;
    }

    :focus-visible {
      outline: 2px solid var(--highlight);
      outline-offset: 3px;
    }

    .skip-link {
      position: absolute;
      top: -48px;
      left: 16px;
      z-index: 2000;
      padding: 12px 16px;
      border-radius: 14px;
      background: #fff;
      color: #04111d;
      font-weight: 700;
      transition: top 0.2s ease;
    }

    .skip-link:focus {
      top: 16px;
    }

    .container {
      width: min(var(--max-width), calc(100% - 32px));
      margin: 0 auto;
    }

    .glass {
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.46));
      border: 1px solid var(--stroke);
      backdrop-filter: blur(22px) saturate(128%);
      -webkit-backdrop-filter: blur(22px) saturate(128%);
      box-shadow:
        0 1px 0 rgba(248, 250, 252, 0.05) inset,
        var(--shadow);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(37, 99, 235, 0.09);
      border: 1px solid rgba(6, 182, 212, 0.18);
      color: var(--highlight);
      font-size: 0.92rem;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .eyebrow::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--highlight);
      box-shadow: 0 0 0 6px rgba(6, 182, 212, 0.12), 0 0 18px rgba(6, 182, 212, 0.36);
      flex: 0 0 auto;
    }

    .section {
      padding: 120px 0;
    }

    .section::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 38%);
      opacity: 0.78;
    }

    .section-head {
      max-width: 780px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .section-head h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      margin-bottom: 16px;
    }

    .section-head p {
      font-size: 1.04rem;
    }

    .keyword-pop {
      color: #7dd3fc;
      font-weight: 800;
      text-shadow: 0 0 22px rgba(6, 182, 212, 0.28);
    }

    .keyword-shift {
      display: inline-block;
      font-weight: 800;
      background: linear-gradient(120deg, #f8fafc, #38bdf8, #2563eb, #67e8f9);
      background-size: 180% 180%;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: keywordShift 16s linear infinite;
    }

    @keyframes keywordShift {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 15px 24px;
      border-radius: 14px;
      border: 1px solid transparent;
      cursor: pointer;
      font-weight: 800;
      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
      white-space: nowrap;
    }

    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    }

    .btn-primary {
      color: #ffffff;
      background: linear-gradient(135deg, #2563eb, #06b6d4);
      border-color: rgba(125, 211, 252, 0.45);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.12),
        0 18px 34px rgba(37, 99, 235, 0.22);
    }

    .btn-primary:hover,
    .btn-primary:focus-visible {
      box-shadow:
        0 0 28px rgba(6, 182, 212, 0.18),
        0 20px 42px rgba(37, 99, 235, 0.34);
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(15, 23, 42, 0.45);
      border-color: rgba(148, 163, 184, 0.24);
    }

    .btn.btn-login-cta {
      color: #ffffff;
      background: linear-gradient(135deg, #1d4ed8, #2563eb);
      border-color: rgba(6, 182, 212, 0.42);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.12),
        0 8px 16px rgba(37, 99, 235, 0.25);
      transition: all 0.2s ease;
    }

    .btn.btn-login-cta:hover,
    .btn.btn-login-cta:focus-visible {
      transform: translateY(-2px);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.25),
        0 12px 26px rgba(37, 99, 235, 0.38);
    }

    .btn-card {
      width: 100%;
      margin-top: 22px;
    }

    .pill-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(6, 182, 212, 0.09);
      border: 1px solid rgba(6, 182, 212, 0.18);
      color: var(--highlight);
      font-size: 0.88rem;
      font-weight: 700;
    }

    .pill-note::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--highlight);
      box-shadow: 0 0 14px rgba(6, 182, 212, 0.36);
    }

    .reveal {
      opacity: 1;
      transform: none;
    }

    .js-enabled .reveal {
      --reveal-delay: 0ms;
      --reveal-distance: 22px;
      opacity: 0;
      transform: translate3d(0, var(--reveal-distance), 0) scale(0.975);
      transition:
        opacity 0.44s cubic-bezier(0.2, 0.85, 0.32, 1),
        transform 0.52s cubic-bezier(0.2, 0.85, 0.32, 1.08),
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
      transition-delay: var(--reveal-delay);
      will-change: opacity, transform;
    }

    .js-enabled .reveal.in-view {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      will-change: auto;
    }

    .js-enabled .reveal[data-reveal="fade-left"] {
      transform: translate3d(-28px, 8px, 0) scale(0.975);
    }

    .js-enabled .reveal[data-reveal="fade-right"] {
      transform: translate3d(28px, 8px, 0) scale(0.975);
    }

    .js-enabled .reveal[data-reveal="zoom"] {
      transform: translate3d(0, 14px, 0) scale(0.945);
    }

    .js-enabled .reveal.in-view[data-reveal] {
      transform: translate3d(0, 0, 0) scale(1);
    }

    @keyframes heroElementIn {
      from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes dashboardReflection {
      from {
        background-position: -180px 0, 0 0, 0 0;
      }
      to {
        background-position: 180px 0, 34px 34px, 34px 34px;
      }
    }

    @keyframes dashboardParticle {
      0%, 100% {
        transform: translate3d(0, 0, 0) scale(0.8);
        opacity: 0.24;
      }
      50% {
        transform: translate3d(14px, -18px, 0) scale(1.18);
        opacity: 0.86;
      }
    }

    @keyframes dashboardSnapIn {
      0% {
        opacity: 0;
        transform: translate3d(0, 22px, 0) scale(0.9);
      }
      72% {
        opacity: 1;
        transform: translate3d(0, -4px, 0) scale(1.02);
      }
      100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @keyframes statusPulse {
      0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.1), 0 0 18px rgba(34, 197, 94, 0.48);
      }
      50% {
        transform: scale(1.14);
        box-shadow: 0 0 0 9px rgba(34, 197, 94, 0.05), 0 0 24px rgba(34, 197, 94, 0.72);
      }
    }

    @keyframes chartTrace {
      0% {
        stroke-dashoffset: 620;
        opacity: 0.44;
      }
      38%, 72% {
        stroke-dashoffset: 0;
        opacity: 1;
      }
      100% {
        stroke-dashoffset: -620;
        opacity: 0.5;
      }
    }

    @keyframes scanSweep {
      0%, 42% {
        transform: translateX(-100%);
      }
      70%, 100% {
        transform: translateX(100%);
      }
    }

    @keyframes terminalLog {
      0%, 100% {
        opacity: 0.62;
      }
      42%, 68% {
        opacity: 1;
      }
    }

    .bg-bubbles {
      position: fixed;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .bg-bubbles span {
      position: absolute;
      bottom: -12px;
      border-radius: 50%;
      background: rgba(6, 182, 212, 0.72);
      box-shadow: 0 0 16px rgba(6, 182, 212, 0.42);
      opacity: 0;
      animation: bubbleFloat linear infinite;
      filter: blur(0.2px);
    }

    .bg-bubbles span:nth-child(1) { left: 6%; width: 3px; height: 3px; animation-duration: 18s; animation-delay: 0s; }
    .bg-bubbles span:nth-child(2) { left: 13%; width: 4px; height: 4px; animation-duration: 28s; animation-delay: 4s; }
    .bg-bubbles span:nth-child(3) { left: 22%; width: 2px; height: 2px; animation-duration: 16s; animation-delay: 9s; }
    .bg-bubbles span:nth-child(4) { left: 31%; width: 5px; height: 5px; animation-duration: 26s; animation-delay: 2s; }
    .bg-bubbles span:nth-child(5) { left: 39%; width: 3px; height: 3px; animation-duration: 20s; animation-delay: 5s; }
    .bg-bubbles span:nth-child(6) { left: 47%; width: 2px; height: 2px; animation-duration: 17s; animation-delay: 7s; }
    .bg-bubbles span:nth-child(7) { left: 54%; width: 4px; height: 4px; animation-duration: 24s; animation-delay: 11s; }
    .bg-bubbles span:nth-child(8) { left: 61%; width: 5px; height: 5px; animation-duration: 30s; animation-delay: 6s; }
    .bg-bubbles span:nth-child(9) { left: 67%; width: 2px; height: 2px; animation-duration: 18s; animation-delay: 1s; }
    .bg-bubbles span:nth-child(10) { left: 73%; width: 4px; height: 4px; animation-duration: 27s; animation-delay: 12s; }
    .bg-bubbles span:nth-child(11) { left: 79%; width: 2px; height: 2px; animation-duration: 14s; animation-delay: 8s; }
    .bg-bubbles span:nth-child(12) { left: 85%; width: 5px; height: 5px; animation-duration: 29s; animation-delay: 3s; }
    .bg-bubbles span:nth-child(13) { left: 90%; width: 3px; height: 3px; animation-duration: 19s; animation-delay: 10s; }
    .bg-bubbles span:nth-child(14) { left: 95%; width: 5px; height: 5px; animation-duration: 33s; animation-delay: 13s; }
    .bg-bubbles span:nth-child(15) { left: 26%; width: 4px; height: 4px; animation-duration: 36s; animation-delay: 15s; }
    .bg-bubbles span:nth-child(16) { left: 58%; width: 5px; height: 5px; animation-duration: 38s; animation-delay: 18s; }
    .bg-bubbles span:nth-child(17) { left: 74%; width: 4px; height: 4px; animation-duration: 35s; animation-delay: 20s; }
    .bg-bubbles span:nth-child(18) { left: 10%; width: 4px; height: 4px; animation-duration: 31s; animation-delay: 17s; }

    @keyframes bubbleFloat {
      0% {
        transform: translateY(0) scale(0.65);
        opacity: 0;
      }
      12% {
        opacity: 0.45;
      }
      100% {
        transform: translate3d(18px, -125vh, 0) scale(1.15);
        opacity: 0;
      }
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 16px 0;
    }

    .nav-shell {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 14px 18px;
      border-radius: 999px;
      background: rgba(2, 6, 23, 0.74);
      border: 1px solid rgba(148, 163, 184, 0.14);
      box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(22px) saturate(135%);
      -webkit-backdrop-filter: blur(22px) saturate(135%);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .brand-mark {
      display: inline-grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 15px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.38), rgba(6, 182, 212, 0.14));
      border: 1px solid rgba(6, 182, 212, 0.2);
      color: var(--highlight);
      font-weight: 800;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.04em;
      box-shadow: inset 0 0 24px rgba(6, 182, 212, 0.08), 0 0 24px rgba(37, 99, 235, 0.12);
    }

    .brand-text {
      display: flex;
      align-items: baseline;
      gap: 2px;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      letter-spacing: 0.08em;
      font-size: 1.06rem;
    }

    .brand-text strong {
      color: var(--highlight);
      font-weight: 800;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 26px;
      margin-left: auto;
    }

    .desktop-nav a {
      position: relative;
      color: var(--muted);
      font-weight: 700;
      transition: color 0.2s ease;
    }

    .desktop-nav a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--highlight), transparent);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.2s ease;
    }

    .desktop-nav a:hover,
    .desktop-nav a:focus-visible {
      color: var(--text);
    }

    .desktop-nav a:hover::after,
    .desktop-nav a:focus-visible::after {
      transform: scaleX(1);
    }

    .desktop-nav a.nav-login-highlight {
      padding: 8px 12px;
      border-radius: 10px;
      color: #ffffff;
      border: 1px solid rgba(6, 182, 212, 0.32);
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.26), rgba(6, 182, 212, 0.12));
      box-shadow: 0 4px 16px rgba(37, 99, 235, 0.16);
    }

    .desktop-nav a.nav-login-highlight::after {
      display: none;
    }

    .desktop-nav a.nav-login-highlight:hover,
    .desktop-nav a.nav-login-highlight:focus-visible {
      color: #ffffff;
      border-color: rgba(6, 182, 212, 0.56);
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.36), rgba(6, 182, 212, 0.2));
      box-shadow: 0 8px 22px rgba(37, 99, 235, 0.22);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .currency-pill {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-width: 156px;
      padding: 4px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.62);
      border: 1px solid rgba(148, 163, 184, 0.16);
      overflow: hidden;
    }

    .currency-pill::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(50% - 4px);
      height: calc(100% - 8px);
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.94), rgba(6, 182, 212, 0.86));
      transform: translateX(var(--toggle-shift, 0));
      transition: transform 0.25s ease;
      box-shadow: 0 4px 14px rgba(6, 182, 212, 0.18);
    }

    .currency-pill[data-currency='USD']::before,
    .currency-pill[data-currency='USDT']::before {
      transform: translateX(100%);
    }

    .currency-pill button {
      position: relative;
      z-index: 1;
      padding: 10px 14px;
      border: 0;
      background: none;
      cursor: pointer;
      font-weight: 800;
      color: var(--muted);
      border-radius: 999px;
      transition: color 0.2s ease;
    }

    .currency-pill button.active {
      color: #ffffff;
    }

    .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.06);
      cursor: pointer;
      padding: 0;
    }

    .menu-toggle span {
      display: block;
      width: 20px;
      height: 2px;
      margin: 4px auto;
      background: var(--text);
      border-radius: 999px;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }

    body.nav-open .menu-toggle span:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }

    body.nav-open .menu-toggle span:nth-child(2) {
      opacity: 0;
    }

    body.nav-open .menu-toggle span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }

    .mobile-overlay {
      position: fixed;
      inset: 0;
      background: rgba(2, 7, 12, 0.64);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      z-index: 980;
    }

    .mobile-drawer {
      position: fixed;
      top: 0;
      right: 0;
      width: min(86vw, 360px);
      height: 100vh;
      padding: 102px 24px 28px;
      background: rgba(6, 17, 29, 0.94);
      border-left: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      clip-path: inset(0 0 0 100%);
      transition:
        clip-path 0.3s cubic-bezier(0.2, 0.85, 0.32, 1),
        opacity 0.25s ease,
        visibility 0.25s ease;
      z-index: 990;
      contain: layout paint;
    }

    body.nav-open .mobile-overlay {
      opacity: 1;
      visibility: visible;
    }

    body.nav-open .mobile-drawer {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      clip-path: inset(0);
    }

    .mobile-nav {
      display: grid;
      gap: 10px;
    }

    .mobile-nav a {
      padding: 16px 18px;
      border-radius: 16px;
      color: var(--text);
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      font-weight: 700;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .mobile-nav a:hover,
    .mobile-nav a:focus-visible {
      transform: translateX(4px);
      border-color: rgba(157, 189, 244, 0.22);
    }

    .mobile-nav a.nav-login-highlight {
      border-color: rgba(67, 220, 255, 0.5);
      background: linear-gradient(135deg, rgba(10, 78, 194, 0.4), rgba(39, 216, 255, 0.22));
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(31, 139, 255, 0.22);
    }

    .mobile-nav a.nav-login-highlight:hover,
    .mobile-nav a.nav-login-highlight:focus-visible {
      border-color: rgba(67, 220, 255, 0.68);
      background: linear-gradient(135deg, rgba(10, 78, 194, 0.5), rgba(39, 216, 255, 0.3));
    }

    .mobile-meta {
      margin-top: 22px;
      padding: 18px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-meta strong {
      display: block;
      margin-bottom: 8px;
    }

    .hero {
      min-height: 94vh;
      padding: 142px 0 92px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 70% 34%, rgba(6, 182, 212, 0.2), transparent 31%),
        radial-gradient(circle at 47% 18%, rgba(37, 99, 235, 0.18), transparent 36%),
        linear-gradient(160deg, rgba(2, 6, 23, 0.92), rgba(5, 11, 26, 0.58));
      z-index: 0;
    }

    .hero::after {
      content: '';
      position: absolute;
      inset: 9% -12% auto auto;
      width: min(620px, 58vw);
      height: min(620px, 58vw);
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(6, 182, 212, 0.18), rgba(37, 99, 235, 0.08) 42%, transparent 68%);
      filter: blur(22px);
      opacity: 0.8;
      pointer-events: none;
      animation: ambientShine 12s ease-in-out infinite alternate;
      z-index: 0;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
      gap: 44px;
      align-items: center;
    }

    .hero-copy h1 {
      max-width: 760px;
      font-size: clamp(2.75rem, 4.75vw, 4.35rem);
      line-height: 1.14;
      margin-bottom: 18px;
      text-wrap: balance;
    }

    .hero-copy h1 .keyword-shift {
      padding-bottom: 0.08em;
      margin-bottom: -0.08em;
      line-height: 1.12;
    }

    .hero-copy p {
      max-width: 680px;
      font-size: 1.12rem;
    }

    .js-enabled .hero-copy > *,
    .js-enabled .hero-panel .hero-panel-top,
    .js-enabled .hero-panel .dashboard-status-row,
    .js-enabled .hero-panel .metric-card,
    .js-enabled .hero-panel .performance-panel,
    .js-enabled .hero-panel .protection-bar,
    .js-enabled .hero-panel .terminal-preview,
    .js-enabled .hero-panel .stack-item {
      opacity: 0;
      transform: translate3d(0, 18px, 0);
    }

    .js-enabled .hero-copy.in-view > *,
    .js-enabled .hero-panel.in-view .hero-panel-top,
    .js-enabled .hero-panel.in-view .dashboard-status-row,
    .js-enabled .hero-panel.in-view .metric-card,
    .js-enabled .hero-panel.in-view .performance-panel,
    .js-enabled .hero-panel.in-view .protection-bar,
    .js-enabled .hero-panel.in-view .terminal-preview,
    .js-enabled .hero-panel.in-view .stack-item {
      animation: heroElementIn 0.44s cubic-bezier(0.2, 0.85, 0.32, 1) both;
    }

    .js-enabled .hero-copy.in-view .eyebrow { animation-delay: 20ms; }
    .js-enabled .hero-copy.in-view h1 { animation-delay: 80ms; }
    .js-enabled .hero-copy.in-view p { animation-delay: 140ms; }
    .js-enabled .hero-copy.in-view .hero-actions { animation-delay: 200ms; }
    .js-enabled .hero-copy.in-view .trust-badges { animation-delay: 250ms; }
    .js-enabled .hero-panel.in-view .hero-panel-top { animation-delay: 120ms; }
    .js-enabled .hero-panel.in-view .dashboard-status-row { animation-delay: 170ms; }
    .js-enabled .hero-panel.in-view .metric-card:nth-child(1) { animation-delay: 220ms; }
    .js-enabled .hero-panel.in-view .metric-card:nth-child(2) { animation-delay: 260ms; }
    .js-enabled .hero-panel.in-view .metric-card:nth-child(3) { animation-delay: 300ms; }
    .js-enabled .hero-panel.in-view .metric-card:nth-child(4) { animation-delay: 340ms; }
    .js-enabled .hero-panel.in-view .performance-panel { animation-delay: 360ms; }
    .js-enabled .hero-panel.in-view .protection-bar { animation-delay: 390ms; }
    .js-enabled .hero-panel.in-view .terminal-preview { animation-delay: 430ms; }
    .js-enabled .hero-panel.in-view .stack-item:nth-child(1) { animation-delay: 470ms; }
    .js-enabled .hero-panel.in-view .stack-item:nth-child(2) { animation-delay: 510ms; }

    .js-enabled .hero-panel .metric-card,
    .js-enabled .hero-panel .performance-panel,
    .js-enabled .hero-panel .protection-bar,
    .js-enabled .hero-panel .terminal-preview,
    .js-enabled .hero-panel .stack-item {
      transform-origin: 50% 100%;
    }

    .js-enabled .hero-panel .metric-card:nth-child(odd) {
      transform: translate3d(-16px, 24px, 0) scale(0.92);
    }

    .js-enabled .hero-panel .metric-card:nth-child(even) {
      transform: translate3d(16px, 24px, 0) scale(0.92);
    }

    .js-enabled .hero-panel.in-view .metric-card {
      animation: dashboardSnapIn 0.54s cubic-bezier(0.22, 0.9, 0.24, 1.2) both;
    }

    .js-enabled .hero-panel.in-view .metric-card,
    .js-enabled .hero-panel.in-view .stack-item {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin: 32px 0 28px;
    }

    .trust-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 12px;
      background: rgba(15, 23, 42, 0.5);
      border: 1px solid var(--stroke);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      font-weight: 700;
    }

    .trust-badge .emoji {
      font-size: 1rem;
    }

    .hero-currency-mode {
      border-color: rgba(125, 211, 252, 0.26);
      background: rgba(6, 182, 212, 0.1);
      color: var(--highlight);
    }

    .trust-badge,
    .metric-card,
    .stack-item {
      transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
    }

    .trust-badge:hover,
    .metric-card:hover,
    .stack-item:hover {
      transform: translateY(-3px);
      border-color: rgba(6, 182, 212, 0.28);
      background: rgba(15, 23, 42, 0.72);
    }

    .js-enabled .hero-panel.in-view .metric-card:hover,
    .js-enabled .hero-panel.in-view .stack-item:hover {
      opacity: 1;
      transform: translateY(-3px);
    }

    .hero-panel {
      position: relative;
      overflow: hidden;
      padding: 22px;
      border-radius: 24px;
      isolation: isolate;
      background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.78)),
        radial-gradient(circle at 86% 10%, rgba(6, 182, 212, 0.24), transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(37, 99, 235, 0.2), transparent 34%);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.08) inset,
        0 34px 92px rgba(0, 0, 0, 0.46),
        0 0 74px rgba(37, 99, 235, 0.18);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
    }

    .hero-panel::before,
    .hero-panel::after {
      content: '';
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }

    .hero-panel > * {
      position: relative;
      z-index: 1;
    }

    .hero-panel::before {
      inset: 0;
      background:
        linear-gradient(115deg, transparent 0 32%, rgba(6, 182, 212, 0.12) 46%, transparent 60%),
        linear-gradient(rgba(6, 182, 212, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
      background-size: auto, 34px 34px, 34px 34px;
      opacity: 0.7;
      animation: dashboardReflection 8s ease-in-out infinite alternate;
    }

    .hero-panel::after {
      width: 250px;
      height: 250px;
      right: -70px;
      bottom: -95px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(6, 182, 212, 0.22), transparent 68%);
      filter: blur(4px);
    }

    .dashboard-particle {
      position: absolute;
      z-index: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #06b6d4;
      box-shadow: 0 0 18px rgba(6, 182, 212, 0.88);
      opacity: 0.6;
      pointer-events: none;
      animation: dashboardParticle 7s ease-in-out infinite;
    }

    .particle-1 { top: 20%; left: 8%; animation-delay: -1s; }
    .particle-2 { top: 48%; right: 9%; width: 3px; height: 3px; animation-delay: -3s; }
    .particle-3 { left: 46%; bottom: 11%; width: 4px; height: 4px; animation-delay: -5s; }

    .hero-panel-top {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .window-controls {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 10px;
      border-radius: 999px;
      background: rgba(2, 6, 23, 0.58);
      border: 1px solid rgba(148, 163, 184, 0.14);
    }

    .window-controls span,
    .terminal-top span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #ef4444;
      box-shadow: 0 0 12px rgba(239, 68, 68, 0.28);
    }

    .window-controls span:nth-child(2),
    .terminal-top span:nth-child(2) {
      background: #f59e0b;
      box-shadow: 0 0 12px rgba(245, 158, 11, 0.28);
    }

    .window-controls span:nth-child(3),
    .terminal-top span:nth-child(3) {
      background: #22c55e;
      box-shadow: 0 0 14px rgba(34, 197, 94, 0.4);
    }

    .dashboard-heading {
      min-width: 0;
    }

    .live-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #bbf7d0;
      font-size: 0.74rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .live-chip span,
    .status-led::before,
    .protection-pulse {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12), 0 0 18px rgba(34, 197, 94, 0.55);
      animation: statusPulse 1.9s ease-in-out infinite;
    }

    .hero-panel h2 {
      margin-top: 7px;
      color: #f8fafc;
      font-size: clamp(1.25rem, 2.2vw, 1.72rem);
      text-shadow: 0 0 22px rgba(6, 182, 212, 0.22);
    }

    .latency-badge {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #cffafe;
      background: rgba(6, 182, 212, 0.12);
      border: 1px solid rgba(6, 182, 212, 0.28);
      font-size: 0.8rem;
      font-weight: 900;
      white-space: nowrap;
      box-shadow: 0 0 26px rgba(6, 182, 212, 0.18);
    }

    .dashboard-status-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-top: 18px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(2, 6, 23, 0.5);
      border: 1px solid rgba(148, 163, 184, 0.14);
      color: var(--muted);
      font-size: 0.84rem;
      font-weight: 800;
      box-shadow: 0 0 28px rgba(37, 99, 235, 0.08) inset;
    }

    .status-led {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #d1fae5;
    }

    .status-led::before {
      content: '';
      display: inline-block;
      flex: 0 0 auto;
    }

    .dashboard-status-row > span:last-child {
      color: #93c5fd;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 11px;
      margin: 14px 0;
    }

    .metric-card {
      position: relative;
      overflow: hidden;
      min-height: 92px;
      padding: 14px;
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(2, 6, 23, 0.54));
      border: 1px solid rgba(148, 163, 184, 0.15);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2), 0 0 22px rgba(37, 99, 235, 0.08) inset;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .metric-card::after {
      content: '';
      position: absolute;
      inset: auto 12px 0;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, #2563eb, #06b6d4);
      box-shadow: 0 0 18px rgba(6, 182, 212, 0.58);
    }

    .metric-card:hover {
      transform: translateY(-3px);
      border-color: rgba(6, 182, 212, 0.32);
      box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28), 0 0 30px rgba(6, 182, 212, 0.12);
    }

    .metric-card strong {
      display: block;
      margin-top: 8px;
      color: #67e8f9;
      font-size: clamp(1.34rem, 2.6vw, 1.72rem);
      font-family: 'Poppins', sans-serif;
      line-height: 1;
      text-shadow: 0 0 20px rgba(6, 182, 212, 0.42);
    }

    .metric-card span {
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 800;
    }

    .performance-panel,
    .terminal-preview {
      border-radius: 20px;
      background: rgba(2, 6, 23, 0.58);
      border: 1px solid rgba(148, 163, 184, 0.14);
      box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22) inset;
    }

    .performance-panel {
      padding: 14px;
    }

    .panel-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      color: #e2e8f0;
      font-size: 0.82rem;
      font-weight: 900;
    }

    .chart-legend {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--muted);
      font-size: 0.7rem;
      font-weight: 800;
    }

    .chart-legend span {
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .chart-legend span::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #06b6d4;
      box-shadow: 0 0 12px currentColor;
    }

    .chart-legend .ram::before { background: #8b5cf6; }
    .chart-legend .network::before { background: #22c55e; }

    .chart-stage {
      position: relative;
      min-height: 156px;
      overflow: hidden;
      border-radius: 14px;
      background:
        radial-gradient(circle at 16% 16%, rgba(6, 182, 212, 0.12), transparent 28%),
        rgba(1, 5, 14, 0.54);
    }

    .chart-stage::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.08), transparent);
      transform: translateX(-100%);
      animation: scanSweep 4s ease-in-out infinite;
    }

    .chart-stage svg {
      width: 100%;
      height: 156px;
    }

    .chart-grid {
      stroke: rgba(148, 163, 184, 0.12);
      stroke-width: 1;
    }

    .chart-area {
      fill: url(#chartFill);
      opacity: 0.85;
    }

    .chart-line {
      fill: none;
      stroke-width: 3;
      stroke-linecap: round;
      filter: drop-shadow(0 0 9px rgba(6, 182, 212, 0.58));
      stroke-dasharray: 620;
      stroke-dashoffset: 620;
      animation: chartTrace 3.8s ease-in-out infinite;
    }

    .chart-cpu {
      stroke: #06b6d4;
    }

    .chart-ram {
      stroke: #8b5cf6;
      animation-delay: 0.25s;
      filter: drop-shadow(0 0 9px rgba(139, 92, 246, 0.58));
    }

    .chart-network {
      stroke: #22c55e;
      animation-delay: 0.5s;
      filter: drop-shadow(0 0 9px rgba(34, 197, 94, 0.52));
    }

    .protection-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-top: 14px;
      padding: 13px 14px;
      border-radius: 20px;
      background:
        linear-gradient(90deg, rgba(34, 197, 94, 0.16), rgba(6, 182, 212, 0.08)),
        rgba(2, 6, 23, 0.55);
      border: 1px solid rgba(34, 197, 94, 0.24);
      box-shadow: 0 0 28px rgba(34, 197, 94, 0.12), 0 0 28px rgba(6, 182, 212, 0.08) inset;
    }

    .protection-bar span:first-child {
      display: block;
      color: #dcfce7;
      font-size: 0.84rem;
      font-weight: 900;
    }

    .protection-bar strong {
      display: block;
      margin-top: 3px;
      color: #94a3b8;
      font-size: 0.74rem;
      font-weight: 700;
    }

    .protection-pulse {
      display: inline-block;
      flex: 0 0 auto;
    }

    .terminal-preview {
      margin-top: 14px;
      padding: 13px;
      background: rgba(1, 5, 14, 0.82);
      border-color: rgba(6, 182, 212, 0.18);
      font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
    }

    .terminal-top {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 12px;
      color: #94a3b8;
      font-family: 'Inter', sans-serif;
      font-size: 0.76rem;
      font-weight: 800;
    }

    .terminal-top strong {
      min-width: 0;
      margin-left: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .terminal-preview code {
      display: block;
      color: #86efac;
      font-size: 0.78rem;
      line-height: 1.72;
      white-space: normal;
      text-shadow: 0 0 14px rgba(34, 197, 94, 0.24);
      opacity: 0.74;
      animation: terminalLog 4.8s ease-in-out infinite;
    }

    .terminal-preview code:nth-of-type(2) { animation-delay: 0.3s; }
    .terminal-preview code:nth-of-type(3) { animation-delay: 0.6s; }
    .terminal-preview code:nth-of-type(4) { animation-delay: 0.9s; }

    .hero-stack {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }

    .stack-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 16px;
      border-radius: 12px;
      background: rgba(2, 6, 23, 0.48);
      border: 1px solid rgba(148, 163, 184, 0.14);
      color: var(--muted);
      font-weight: 600;
    }

    .stack-item strong {
      color: var(--text);
      font-size: 1.05rem;
    }

    .hero-waves,
    .section-wave {
      position: absolute;
      left: 0;
      right: 0;
      max-width: 100%;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .hero-waves {
      bottom: -1px;
      height: 150px;
    }

    .section-wave {
      top: -34px;
      height: 100px;
    }

    .hero-waves .wave,
    .section-wave .wave {
      position: absolute;
      left: -22%;
      width: 144%;
      border-radius: 43%;
      animation: waveDrift linear infinite;
    }

    .hero-waves .wave {
      height: 150px;
      bottom: -92px;
      background: rgba(157, 189, 244, 0.12);
      animation-duration: 20s;
    }

    .hero-waves .wave.wave-2 {
      height: 170px;
      bottom: -106px;
      background: rgba(96, 130, 198, 0.14);
      opacity: 0.55;
      animation-duration: 28s;
    }

    .hero-waves .wave.wave-3 {
      height: 190px;
      bottom: -118px;
      background: rgba(157, 189, 244, 0.08);
      opacity: 0.3;
      animation-duration: 34s;
      animation-direction: reverse;
    }

    .section-wave .wave {
      height: 110px;
      top: 14px;
      background: rgba(96, 130, 198, 0.08);
      animation-duration: 26s;
    }

    .section-wave .wave.wave-2 {
      top: 28px;
      opacity: 0.42;
      background: rgba(157, 189, 244, 0.08);
      animation-duration: 34s;
      animation-direction: reverse;
    }

    @keyframes waveDrift {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-10%);
      }
    }

    .service-tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 34px;
      padding: 10px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(12, 21, 37, 0.94), rgba(10, 18, 32, 0.9));
      border: 1px solid var(--stroke);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 30px rgba(0, 0, 0, 0.24);
    }

    .service-tab {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 15px 20px;
      border-radius: 10px;
      border: 1px solid var(--stroke);
      background: linear-gradient(180deg, rgba(17, 30, 52, 0.74), rgba(11, 21, 38, 0.78));
      color: rgba(246, 251, 255, 0.94);
      cursor: pointer;
      font-weight: 800;
      letter-spacing: 0.01em;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
    }

    .service-tab:hover,
    .service-tab:focus-visible {
      transform: translateY(-2px);
      border-color: rgba(67, 220, 255, 0.34);
      background: linear-gradient(180deg, rgba(22, 42, 72, 0.86), rgba(11, 26, 46, 0.84));
      color: var(--text);
      box-shadow: 0 12px 24px rgba(2, 9, 15, 0.42);
    }

    .service-tab.active {
      color: #f7fcff;
      background: linear-gradient(135deg, #0b5bd7, #22d3ee);
      border-color: rgba(67, 220, 255, 0.55);
      box-shadow: 0 16px 30px rgba(31, 139, 255, 0.24);
      text-shadow: none;
    }

    .pricing-panel {
      display: none;
    }

    .pricing-panel.active {
      display: block;
      animation: fadeUp 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }

    .provider-banner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 24px 26px;
      border-radius: 12px;
      margin-bottom: 26px;
    }

    .provider-banner h3 {
      margin-top: 14px;
      font-size: 1.9rem;
      margin-bottom: 12px;
    }

    .provider-banner p {
      max-width: 640px;
    }

    .provider-summary {
      max-width: 360px;
      width: 100%;
      padding: 18px;
      border-radius: 12px;
      background: rgba(16, 27, 46, 0.5);
      border: 1px solid var(--stroke);
    }

    .provider-summary strong {
      display: block;
      margin-bottom: 6px;
      font-size: 1.1rem;
    }

    .provider-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 13px;
      border-radius: 999px;
      background: rgba(96, 130, 198, 0.12);
      border: 1px solid rgba(157, 189, 244, 0.18);
      color: var(--highlight);
      font-size: 0.84rem;
      font-weight: 800;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 22px;
    }

    .pricing-card {
      position: relative;
      overflow: hidden;
      padding: 30px;
      border-radius: 12px;
      transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    }

    .pricing-card:hover {
      transform: translateY(-8px) scale(1.01);
      border-color: rgba(67, 220, 255, 0.24);
      box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28);
    }

    .js-enabled .pricing-card.reveal.in-view:hover {
      transform: translateY(-8px) scale(1.01);
    }

    .pricing-card.popular {
      border-color: rgba(67, 220, 255, 0.3);
      box-shadow: 0 26px 58px rgba(31, 139, 255, 0.14), var(--shadow);
    }

    .pricing-card::before,
    .payment-card::before,
    .contact-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(135deg, rgba(67, 220, 255, 0.12), transparent 42%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }

    .pricing-card:hover::before,
    .pricing-card:focus-within::before,
    .payment-card:hover::before,
    .payment-card:focus-within::before,
    .contact-card:hover::before,
    .contact-card:focus-visible::before {
      opacity: 1;
    }

    .pricing-ribbon {
      position: absolute;
      top: 18px;
      right: -42px;
      padding: 8px 44px;
      background: linear-gradient(135deg, var(--primary), var(--highlight));
      color: #f7fcff;
      transform: rotate(34deg);
      font-size: 0.78rem;
      font-weight: 900;
      box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
      z-index: 1;
    }

    .card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .card-head h3 {
      font-size: 1.62rem;
      margin-top: 12px;
    }

    .provider-pill {
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(6, 182, 212, 0.1);
      border: 1px solid rgba(6, 182, 212, 0.22);
      color: var(--highlight);
      font-size: 0.82rem;
      font-weight: 800;
      box-shadow: 0 0 18px rgba(6, 182, 212, 0.08);
    }

    .plan-type-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 12px;
      border-radius: 14px;
      background: rgba(157, 189, 244, 0.08);
      border: 1px solid rgba(157, 189, 244, 0.12);
      color: var(--muted);
      font-size: 0.82rem;
      font-weight: 700;
      min-width: 92px;
      text-align: center;
    }

    .spec-list {
      list-style: none;
      display: grid;
      gap: 14px;
    }

    .spec-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .spec-label {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--muted);
      font-weight: 700;
    }

    .spec-icon {
      width: 18px;
      height: 18px;
      color: var(--highlight);
      flex: 0 0 auto;
    }

    .spec-value {
      font-weight: 800;
      color: var(--text);
      text-align: right;
    }

    .price-stack {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .price-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 16px;
      border-radius: 10px;
      background: rgba(16, 27, 46, 0.48);
      border: 1px solid var(--stroke);
    }

    .price-row small {
      display: block;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .price-row strong {
      font-size: 1.2rem;
      color: var(--text);
    }

    .price-note {
      padding: 14px 16px;
      border-radius: 10px;
      background: rgba(16, 27, 46, 0.44);
      border: 1px solid rgba(160, 176, 199, 0.18);
      color: var(--muted);
      font-weight: 700;
    }

    .map-card {
      padding: 22px;
      border-radius: 12px;
    }

    .map-toolbar {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 20px;
    }

    .legend-group {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .legend-chip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: var(--muted);
      font-weight: 700;
      font-size: 0.9rem;
    }

    .legend-chip .swatch {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--primary);
      box-shadow: 0 0 0 8px rgba(96, 130, 198, 0.12);
      flex: 0 0 auto;
    }

    .world-map-shell {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid var(--stroke);
      background: linear-gradient(180deg, rgba(12, 21, 37, 0.92), rgba(10, 18, 32, 0.94));
    }

    #worldMap {
      width: 100%;
      height: auto;
      aspect-ratio: 2 / 1;
    }

    .map-bg {
      fill: url(#oceanGradient);
    }

    #mapGrid line {
      stroke: rgba(157, 189, 244, 0.08);
      stroke-width: 0.8;
      vector-effect: non-scaling-stroke;
    }

    #mapLand path {
      fill: rgba(96, 130, 198, 0.14);
      stroke: rgba(157, 189, 244, 0.24);
      stroke-width: 0.48;
      vector-effect: non-scaling-stroke;
    }

    #mapRoutes path {
      fill: none;
      stroke: rgba(67, 220, 255, 0.24);
      stroke-width: 1.15;
      stroke-linecap: round;
      stroke-dasharray: 7 9;
      filter: url(#markerGlow);
      pointer-events: none;
      vector-effect: non-scaling-stroke;
    }

    .js-enabled .map-card:not(.in-view) #mapRoutes path,
    .js-enabled .map-card:not(.in-view) .map-marker {
      opacity: 0;
    }

    .js-enabled .map-card.in-view #mapRoutes path {
      animation: routeTrace 1.5s ease both;
      animation-delay: var(--route-delay, 0ms);
      stroke-dashoffset: 48;
    }

    .map-marker {
      cursor: pointer;
    }

    .js-enabled .map-card.in-view .map-marker {
      animation: markerIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: var(--marker-delay, 0ms);
    }

    .map-marker .marker-ring {
      fill: none;
      stroke: rgba(96, 130, 198, 0.58);
      stroke-width: 1.5;
      pointer-events: none;
      transform-box: fill-box;
      transform-origin: center;
      animation: markerPulse 2.8s ease-out infinite;
      animation-delay: var(--pulse-delay, 0s);
      vector-effect: non-scaling-stroke;
    }

    .map-marker .marker-core {
      fill: #1f8bff;
      stroke: #c7f6ff;
      stroke-width: 1;
      vector-effect: non-scaling-stroke;
    }

    .map-marker:hover .marker-core,
    .map-marker:focus-visible .marker-core {
      fill: #43dcff;
    }

    @keyframes markerPulse {
      0% {
        transform: scale(0.7);
        opacity: 0.92;
      }
      72% {
        transform: scale(2.15);
        opacity: 0;
      }
      100% {
        opacity: 0;
      }
    }

    @keyframes markerIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    @keyframes routeTrace {
      from {
        opacity: 0;
        stroke-dashoffset: 48;
      }
      to {
        opacity: 1;
        stroke-dashoffset: 0;
      }
    }

    .map-tooltip {
      position: absolute;
      min-width: 172px;
      max-width: 220px;
      padding: 14px 16px;
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(16, 27, 46, 0.88), rgba(12, 21, 38, 0.76));
      border: 1px solid var(--stroke);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      transform: translate(-50%, -110%) scale(0.96);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 3;
    }

    .map-tooltip.visible {
      opacity: 1;
      transform: translate(-50%, -118%) scale(1);
    }

    .map-tooltip strong {
      display: block;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 4px;
    }

    .map-tooltip span {
      display: block;
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.55;
    }

    .location-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 22px;
      margin-top: 26px;
    }

    .location-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 28px;
  row-gap: 14px;
  padding: 18px 20px;
  border-radius: 12px;
}

.location-card-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.location-card-main strong {
  font-size: 1.04rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--success-soft);
  border: 1px solid rgba(39, 227, 142, 0.18);
  color: #c5fbe0;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
  justify-self: end;
  align-self: center;
}

@media (max-width: 720px) {
  .location-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .status-chip {
    justify-self: start;
  }
}

    .location-card-main strong {
      font-size: 1.04rem;
    }

    .location-code {
      color: var(--highlight);
      font-weight: 800;
      font-size: 0.92rem;
    }

    .location-country {
      font-size: 0.92rem;
    }

    .status-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--success-soft);
      border: 1px solid rgba(39, 227, 142, 0.18);
      color: #c5fbe0;
      font-size: 0.84rem;
      font-weight: 800;
      flex-shrink: 0;
    }

    .status-chip::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--success);
      box-shadow: 0 0 0 6px rgba(39, 227, 142, 0.12);
      flex: 0 0 auto;
    }

    .payment-grid,
    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .payment-card,
    .contact-card {
      position: relative;
      overflow: hidden;
      padding: 30px;
      border-radius: 12px;
    }

    .payment-card {
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .payment-card:hover,
    .payment-card:focus-within {
      transform: translateY(-6px);
      border-color: rgba(157, 189, 244, 0.24);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    }

    .payment-icon,
    .contact-icon {
      display: inline-grid;
      place-items: center;
      width: 58px;
      height: 58px;
      border-radius: 18px;
      background: rgba(96, 130, 198, 0.12);
      border: 1px solid rgba(157, 189, 244, 0.18);
      font-size: 1.7rem;
      margin-bottom: 16px;
    }

    .payment-card h3,
    .contact-card strong {
      display: block;
      font-size: 1.38rem;
      margin-bottom: 10px;
    }

    .payment-list {
      list-style: none;
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .payment-list li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 10px;
      background: rgba(16, 27, 46, 0.48);
      border: 1px solid var(--stroke);
    }

    .payment-list span:last-child {
      text-align: right;
      font-weight: 700;
      color: var(--text);
      word-break: break-word;
    }

    .mini-copy {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      padding: 10px 14px;
      border-radius: 14px;
      border: 1px solid rgba(6, 182, 212, 0.22);
      background: rgba(2, 6, 23, 0.58);
      color: #cffafe;
      cursor: pointer;
      font-weight: 800;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .mini-copy:hover,
    .mini-copy:focus-visible {
      transform: translateY(-2px);
      border-color: rgba(6, 182, 212, 0.42);
      box-shadow: 0 0 22px rgba(6, 182, 212, 0.12);
    }

    .note-text {
      margin-top: 16px;
      font-size: 0.95rem;
    }

    .contact-card {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      transition: transform 0.25s ease, border-color 0.25s ease;
    }

    .contact-card:hover,
    .contact-card:focus-visible {
      transform: translateY(-6px);
      border-color: rgba(157, 189, 244, 0.24);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    }

    .js-enabled .payment-card.reveal.in-view:hover,
    .js-enabled .payment-card.reveal.in-view:focus-within,
    .js-enabled .contact-card.reveal.in-view:hover,
    .js-enabled .contact-card.reveal.in-view:focus-visible {
      transform: translateY(-6px);
    }

    .contact-content span {
      display: inline-block;
      margin-top: 8px;
      color: var(--highlight);
      font-weight: 800;
    }

    .faq-list {
      display: grid;
      gap: 16px;
      max-width: 960px;
      margin: 0 auto;
    }

    .faq-item {
      overflow: hidden;
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(16, 27, 46, 0.74), rgba(12, 21, 38, 0.62));
      border: 1px solid var(--stroke);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      text-align: left;
      padding: 22px 24px;
      background: none;
      border: 0;
      cursor: pointer;
      font-weight: 800;
      color: var(--text);
    }

    .faq-icon {
      display: inline-grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 1.1rem;
      transition: transform 0.25s ease, background 0.25s ease;
      flex: 0 0 auto;
    }

    .faq-item.active .faq-icon {
      transform: rotate(45deg);
      background: rgba(96, 130, 198, 0.12);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-4px);
      transition:
        max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.24s ease,
        transform 0.24s ease,
        border-color 0.24s ease;
      border-top: 1px solid transparent;
    }

    .faq-item.active .faq-answer {
      border-top-color: rgba(255, 255, 255, 0.08);
      opacity: 1;
      transform: none;
    }

    .faq-answer p {
      padding: 0 24px 22px;
    }

    .site-footer {
      position: relative;
      z-index: 1;
      padding: 44px 0 36px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(10, 18, 32, 0.68);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.8fr 0.8fr;
      gap: 24px;
    }

    .footer-brand p {
      margin-top: 16px;
      max-width: 460px;
    }

    .footer-title {
      color: var(--highlight);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
      font-weight: 700;
      transition: color 0.2s ease;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--text);
    }

    .footer-status {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 999px;
      background: var(--success-soft);
      border: 1px solid rgba(39, 227, 142, 0.18);
      color: #d8ffea;
      font-weight: 800;
      margin-top: 18px;
    }

    .footer-status::before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--success);
      box-shadow: 0 0 0 8px rgba(39, 227, 142, 0.12);
      flex: 0 0 auto;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 28px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .toast {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 1300;
      padding: 14px 18px;
      border-radius: 10px;
      background: rgba(10, 18, 32, 0.92);
      border: 1px solid var(--stroke);
      box-shadow: var(--shadow);
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 0.25s ease, transform 0.25s ease;
      pointer-events: none;
    }

    .toast.show {
      opacity: 1;
      transform: none;
    }

    .modal-backdrop {
      position: fixed;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 20px;
      background:
        radial-gradient(circle at 70% 18%, rgba(6, 182, 212, 0.14), transparent 34%),
        rgba(2, 6, 23, 0.82);
      backdrop-filter: blur(16px) saturate(130%);
      -webkit-backdrop-filter: blur(16px) saturate(130%);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      z-index: 1200;
    }

    .modal-backdrop.visible {
      opacity: 1;
      visibility: visible;
    }

    .order-modal {
      position: relative;
      width: min(960px, 100%);
      max-height: min(92vh, 920px);
      overflow: hidden;
      border-radius: 24px;
      background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(2, 6, 23, 0.88)),
        radial-gradient(circle at 88% 8%, rgba(6, 182, 212, 0.18), transparent 34%),
        radial-gradient(circle at 6% 92%, rgba(37, 99, 235, 0.16), transparent 34%);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.08) inset,
        0 34px 90px rgba(0, 0, 0, 0.5),
        0 0 74px rgba(37, 99, 235, 0.14);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      opacity: 0;
      transform: translateY(22px) scale(0.975);
      transition:
        opacity 0.25s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .order-modal::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(115deg, transparent 0 34%, rgba(6, 182, 212, 0.1) 48%, transparent 62%),
        linear-gradient(rgba(6, 182, 212, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
      background-size: auto, 34px 34px, 34px 34px;
      opacity: 0.6;
    }

    .modal-backdrop.visible .order-modal {
      opacity: 1;
      transform: none;
    }

    .modal-scroll {
      position: relative;
      z-index: 1;
      max-height: inherit;
      overflow: auto;
      padding: 34px;
    }

    .modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.18);
      background: rgba(2, 6, 23, 0.62);
      color: #f8fafc;
      cursor: pointer;
      font-size: 1.25rem;
      z-index: 2;
      box-shadow: 0 0 22px rgba(6, 182, 212, 0.08);
    }

    .modal-close:hover,
    .modal-close:focus-visible {
      border-color: rgba(6, 182, 212, 0.36);
      background: rgba(15, 23, 42, 0.82);
      box-shadow: 0 0 26px rgba(6, 182, 212, 0.14);
    }

    .modal-header {
      padding-right: 54px;
      margin-bottom: 24px;
    }

    .modal-header h3 {
      margin-bottom: 10px;
      font-size: clamp(2rem, 4vw, 2.8rem);
      text-shadow: 0 0 24px rgba(6, 182, 212, 0.16);
    }

    .modal-summary-panel {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 20px;
      margin-bottom: 24px;
    }

    .summary-plan,
    .total-card,
    .step-card {
      padding: 22px;
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(2, 6, 23, 0.48));
      border: 1px solid rgba(148, 163, 184, 0.14);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18), 0 0 24px rgba(37, 99, 235, 0.06) inset;
    }

    .summary-plan p {
      margin-top: 12px;
    }

    .modal-plan-title {
      margin-top: 16px;
      font-size: clamp(1.45rem, 3vw, 1.8rem);
      line-height: 1.18;
    }

    .summary-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 18px;
    }

    .summary-mini {
      min-width: 120px;
      padding: 12px 14px;
      border-radius: 14px;
      background: rgba(2, 6, 23, 0.5);
      border: 1px solid rgba(148, 163, 184, 0.14);
    }

    .summary-mini span {
      display: block;
      color: var(--muted);
      font-size: 0.84rem;
      margin-bottom: 6px;
    }

    .summary-mini strong {
      font-size: 1rem;
    }

    .total-card {
      background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(6, 182, 212, 0.16)),
        rgba(2, 6, 23, 0.58);
      border-color: rgba(6, 182, 212, 0.3);
      box-shadow: 0 0 34px rgba(6, 182, 212, 0.12), 0 18px 40px rgba(0, 0, 0, 0.2);
    }

    .total-card strong {
      display: block;
      margin-top: 10px;
      font-size: clamp(1.8rem, 4vw, 2.4rem);
      color: #67e8f9;
      text-shadow: 0 0 22px rgba(6, 182, 212, 0.28);
    }

    .total-card small {
      display: block;
      margin-top: 8px;
      color: rgba(246, 251, 255, 0.74);
      line-height: 1.6;
    }

    .total-meta {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .total-meta div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-top: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(246, 251, 255, 0.84);
      font-size: 0.95rem;
    }

    .order-steps {
      display: grid;
      gap: 18px;
    }

    .step-head {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 18px;
    }

    .step-number {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(6, 182, 212, 0.22));
      color: var(--highlight);
      font-weight: 900;
      flex: 0 0 auto;
      border: 1px solid rgba(6, 182, 212, 0.2);
      box-shadow: 0 0 20px rgba(6, 182, 212, 0.12);
    }

    .step-head h4 {
      font-size: 1.18rem;
      margin-bottom: 4px;
    }

    .select-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 12px;
    }

    .location-select-grid {
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }

    .select-card {
      width: 100%;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(2, 6, 23, 0.48));
      text-align: left;
      cursor: pointer;
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
    }

    .select-card:hover,
    .select-card:focus-visible {
      transform: translateY(-2px);
      border-color: rgba(6, 182, 212, 0.28);
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), 0 0 24px rgba(6, 182, 212, 0.08);
    }

    .select-card.active {
      background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(6, 182, 212, 0.14)),
        rgba(2, 6, 23, 0.58);
      border-color: rgba(6, 182, 212, 0.4);
      box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.08) inset, 0 0 28px rgba(6, 182, 212, 0.1);
    }

    .select-card.disabled,
    .select-card:disabled {
      opacity: 0.58;
      cursor: not-allowed;
      transform: none;
      box-shadow: none;
    }

    .select-card.disabled:hover,
    .select-card:disabled:hover,
    .select-card.disabled:focus-visible,
    .select-card:disabled:focus-visible {
      transform: none;
      border-color: rgba(255, 255, 255, 0.08);
    }

    .select-card strong {
      display: block;
      margin-top: 6px;
      font-size: 1.04rem;
    }

    .select-card small {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      line-height: 1.55;
    }

    .select-card.fixed {
      cursor: default;
    }

    .payment-detail-box {
      margin-top: 14px;
      padding: 18px;
      border-radius: 16px;
      background: rgba(2, 6, 23, 0.5);
      border: 1px solid rgba(148, 163, 184, 0.14);
    }

    .payment-detail-box ul {
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .payment-detail-box li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 12px;
      background: rgba(15, 23, 42, 0.52);
      border: 1px solid rgba(148, 163, 184, 0.1);
    }

    .payment-detail-box li span:last-child {
      text-align: right;
      font-weight: 700;
      color: var(--text);
      word-break: break-word;
    }

    .checkout-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 16px;
    }

    .checkout-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px;
      border-radius: 16px;
      background: linear-gradient(135deg, #2563eb, #06b6d4);
      border: 1px solid rgba(125, 211, 252, 0.45);
      font-weight: 900;
      color: #ffffff;
      transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
      box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22);
    }

    .checkout-link:hover,
    .checkout-link:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 0 28px rgba(6, 182, 212, 0.18), 0 20px 42px rgba(37, 99, 235, 0.34);
    }

    .checkout-link.disabled {
      opacity: 0.48;
      pointer-events: none;
      filter: saturate(0.5);
    }

    .helper-note {
      margin-top: 12px;
      font-size: 0.92rem;
      color: var(--muted);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      white-space: nowrap;
    }

    @media (max-width: 1080px) {
      .hero {
        min-height: auto;
      }

      .hero-grid,
      .modal-summary-panel {
        grid-template-columns: 1fr;
      }

      .provider-banner {
        flex-direction: column;
        align-items: stretch;
      }
    }

    @media (max-width: 900px) {
      .desktop-nav {
        display: none;
      }

      .menu-toggle {
        display: inline-block;
      }

      .section {
        padding: 104px 0;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      html {
        font-size: 14px;
      }

      .js-enabled .reveal {
        transition:
          opacity 0.36s cubic-bezier(0.2, 0.85, 0.32, 1),
          transform 0.44s cubic-bezier(0.2, 0.85, 0.32, 1.08),
          border-color 0.25s ease,
          box-shadow 0.25s ease,
          background 0.25s ease;
      }

      .js-enabled .hero-copy.in-view > *,
      .js-enabled .hero-panel.in-view .hero-panel-top,
      .js-enabled .hero-panel.in-view .dashboard-status-row,
      .js-enabled .hero-panel.in-view .metric-card,
      .js-enabled .hero-panel.in-view .performance-panel,
      .js-enabled .hero-panel.in-view .protection-bar,
      .js-enabled .hero-panel.in-view .terminal-preview,
      .js-enabled .hero-panel.in-view .stack-item {
        animation-duration: 0.38s;
      }

      .js-enabled .hero-copy.in-view .eyebrow { animation-delay: 0ms; }
      .js-enabled .hero-copy.in-view h1 { animation-delay: 40ms; }
      .js-enabled .hero-copy.in-view p { animation-delay: 85ms; }
      .js-enabled .hero-copy.in-view .hero-actions { animation-delay: 125ms; }
      .js-enabled .hero-copy.in-view .trust-badges { animation-delay: 160ms; }
      .js-enabled .hero-panel.in-view .hero-panel-top { animation-delay: 75ms; }
      .js-enabled .hero-panel.in-view .dashboard-status-row { animation-delay: 110ms; }
      .js-enabled .hero-panel.in-view .metric-card:nth-child(1) { animation-delay: 145ms; }
      .js-enabled .hero-panel.in-view .metric-card:nth-child(2) { animation-delay: 175ms; }
      .js-enabled .hero-panel.in-view .metric-card:nth-child(3) { animation-delay: 205ms; }
      .js-enabled .hero-panel.in-view .metric-card:nth-child(4) { animation-delay: 235ms; }
      .js-enabled .hero-panel.in-view .performance-panel { animation-delay: 255ms; }
      .js-enabled .hero-panel.in-view .protection-bar { animation-delay: 280ms; }
      .js-enabled .hero-panel.in-view .terminal-preview { animation-delay: 315ms; }
      .js-enabled .hero-panel.in-view .stack-item:nth-child(1) { animation-delay: 345ms; }
      .js-enabled .hero-panel.in-view .stack-item:nth-child(2) { animation-delay: 375ms; }

      .js-enabled .hero-panel.in-view .metric-card {
        animation-duration: 0.46s;
      }

      .container {
        width: min(var(--max-width), calc(100% - 16px));
      }

      .nav-shell {
        padding: 10px 12px;
        gap: 8px;
      }

      .btn {
        padding: 10px 14px;
        border-radius: 12px;
        font-size: 0.84rem;
        gap: 8px;
      }

      .currency-pill {
        min-width: 112px;
      }

      .currency-pill button {
        padding: 8px 10px;
      }

      .hero {
        padding-top: 132px;
        padding-bottom: 86px;
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-metrics,
      .payment-grid,
      .contact-grid,
      .location-grid,
      .pricing-grid,
      .checkout-actions {
        grid-template-columns: 1fr;
      }

      .map-toolbar {
        flex-direction: column;
      }

      .modal-scroll {
        padding: 22px;
      }

      .select-grid,
      .location-select-grid {
        grid-template-columns: 1fr;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 560px) {
      .brand-text {
        font-size: 0.88rem;
        letter-spacing: 0.04em;
      }

      .nav-actions {
        gap: 8px;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .hero-copy h1 {
        font-size: clamp(2.15rem, 11vw, 3.15rem);
        line-height: 1.12;
      }

      .js-enabled .hero-copy.reveal[data-reveal="fade-left"] {
        transform: translate3d(0, var(--reveal-distance), 0) scale(0.985);
      }

      .js-enabled .hero-copy.reveal.in-view[data-reveal="fade-left"] {
        transform: translate3d(0, 0, 0) scale(1);
      }

      .hero-copy p {
        font-size: 1rem;
        line-height: 1.68;
      }

      .eyebrow {
        font-size: 0.82rem;
        max-width: 100%;
      }

      .hero-panel {
        padding: 20px;
        border-radius: 16px;
      }

      .hero-panel-top,
      .dashboard-status-row,
      .stack-item {
        align-items: flex-start;
      }

      .hero-panel-top,
      .dashboard-status-row,
      .panel-header {
        flex-direction: column;
      }

      .hero-panel-top {
        display: flex;
      }

      .chart-legend {
        flex-wrap: wrap;
      }

      .terminal-top strong {
        display: none;
      }

      .terminal-preview code {
        font-size: 0.76rem;
      }

      .trust-badge,
      .service-tab {
        width: 100%;
        justify-content: center;
      }

      .price-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .card-head {
        flex-direction: column;
      }
    }

    @media (max-width: 420px) {
      .nav-shell {
        padding: 10px 12px;
      }

      .brand {
        gap: 8px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
      }

      .brand-text {
        font-size: 0.8rem;
      }

      .currency-pill {
        min-width: 108px;
      }

      .currency-pill button {
        padding: 8px 10px;
        font-size: 0.82rem;
      }

      .menu-toggle {
        width: 44px;
        height: 44px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }

      .btn.btn-login-cta,
      .keyword-shift,
      .bg-bubbles span,
      .dashboard-particle,
      .hero-panel::before,
      .live-chip span,
      .status-led::before,
      .protection-pulse,
      .chart-line,
      .chart-stage::after,
      .terminal-preview code,
      .hero-waves .wave,
      .section-wave .wave,
      .map-marker .marker-ring,
      #mapRoutes path {
        animation: none !important;
      }

      .js-enabled .reveal,
      .js-enabled .reveal.in-view,
      .js-enabled .hero-copy > *,
      .js-enabled .hero-panel .hero-panel-top,
      .js-enabled .hero-panel .dashboard-status-row,
      .js-enabled .hero-panel .metric-card,
      .js-enabled .hero-panel .performance-panel,
      .js-enabled .hero-panel .protection-bar,
      .js-enabled .hero-panel .terminal-preview,
      .js-enabled .hero-panel .stack-item,
      .js-enabled .map-card:not(.in-view) #mapRoutes path,
      .js-enabled .map-card:not(.in-view) .map-marker {
        opacity: 1 !important;
        transform: none !important;
        transition-delay: 0ms !important;
      }
    }

    .site-redirect-overlay {
      position: fixed;
      inset: 0;
      z-index: 3200;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(2, 6, 23, 0.72);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
    }

    .site-redirect-overlay.visible {
      display: flex;
    }

    .site-redirect-card {
      min-width: min(380px, 92vw);
      display: grid;
      justify-items: center;
      gap: 8px;
      padding: 22px 26px;
      border-radius: 18px;
      border: 1px solid rgba(148, 163, 184, 0.25);
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.84)),
        radial-gradient(circle at 50% 0%, rgba(6, 182, 212, 0.18), transparent 45%);
      box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(6, 182, 212, 0.12);
      text-align: center;
    }

    .site-redirect-card strong {
      font-family: 'Poppins', sans-serif;
      font-size: 1.08rem;
      letter-spacing: 0.02em;
      color: #f8fafc;
    }

    .site-redirect-card span {
      color: #bfdbfe;
      font-size: 0.9rem;
    }

    .site-redirect-spinner {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 3px solid rgba(148, 163, 184, 0.32);
      border-top-color: #22d3ee;
      animation: siteRedirectSpin 0.95s linear infinite;
    }

    @keyframes siteRedirectSpin {
      to {
        transform: rotate(360deg);
      }
    }

    body.redirecting-page {
      overflow: hidden;
    }
