    /* =====================================================================
   VOXAI CARE — MVP LANDING PAGE
   Sections: Navbar+CTA · Hero+Product UI · Problem+Solution ·
   How VoxAi Works · Core Features · Pricing · FAQ+Final CTA · Footer
   ===================================================================== */
    :root {
      --blue: #1E5DD8;
      --blue-bright: #4F86FF;
      --blue-dark: #0B3D9B;
      --green: #16A34A;
      --green-bright: #22C55E;
      --green-dark: #0E7C39;
      --ink: #0B1120;
      --text: #101833;
      --text-2: #3E4870;
      --muted: #6B7694;
      --paper: #FBFCFF;
      --paper-2: #F2F5FF;
      --line: rgba(16, 24, 51, .09);
      --grad-primary: linear-gradient(135deg, #1E5DD8 0%, #16A34A 100%);
      --grad-primary-soft: linear-gradient(135deg, rgba(30, 93, 216, .14), rgba(22, 163, 74, .14));
      --glass-bg: rgba(255, 255, 255, .72);
      --glass-border: rgba(16, 24, 51, .08);
      --shadow-soft: 0 20px 50px rgba(30, 41, 90, .10);
      --shadow-lg: 0 30px 80px rgba(20, 30, 70, .16);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 20%, rgba(96, 165, 250, .18), transparent 22%),
        radial-gradient(circle at 85% 12%, rgba(34, 197, 94, .14), transparent 20%),
        radial-gradient(circle at 50% 90%, rgba(168, 85, 247, .11), transparent 25%),
        linear-gradient(180deg, #f4f7ff 0%, #f9fbff 100%);
      background-attachment: fixed;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      position: relative;
      animation: pageGlow 18s ease-in-out infinite alternate;
    }

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

    .ic-svg {
      width: 20px;
      height: 20px;
      display: block;
      flex-shrink: 0
    }

    .ic-inline {
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: -2px;
      margin-right: 6px
    }

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

    button {
      font-family: inherit;
      cursor: pointer;
      border: none;
      background: none;
      color: inherit
    }

    ::selection {
      background: var(--green);
      color: #fff
    }

    /* ---------------- Flowing gradient backdrop ---------------- */
    .flow-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
      animation: bgDrift 20s ease-in-out infinite alternate;
    }

    .flow-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(95px);
      animation: floatBlob 16s ease-in-out infinite alternate;
      transform-origin: center;
    }

    .fb-1 {
      animation-delay: 0s;
    }

    .fb-2 {
      animation-delay: 1.2s;
    }

    .fb-3 {
      animation-delay: 2.4s;
    }

    .fb-4 {
      animation-delay: 3.2s;
    }

    .fb-5 {
      animation-delay: 4.4s;
    }

    .fb-6 {
      animation-delay: 5.4s;
    }

    @keyframes pageGlow {
      0% {
        background-position: 0% 50%, 100% 20%, 50% 100%, 0% 0%;
      }

      100% {
        background-position: 15% 40%, 80% 30%, 40% 90%, 0% 0%;
      }
    }

    @keyframes bgDrift {
      0% {
        transform: translate3d(-14px, 0, 0) scale(1);
      }

      100% {
        transform: translate3d(14px, -10px, 0) scale(1.04);
      }
    }

    @keyframes floatBlob {
      0% {
        transform: translate3d(0, 0, 0) scale(0.96);
        opacity: .48;
      }

      50% {
        transform: translate3d(28px, -18px, 0) scale(1.06);
        opacity: .72;
      }

      100% {
        transform: translate3d(-22px, 24px, 0) scale(1.12);
        opacity: .6;
      }
    }

    .fb-1 {
      width: 640px;
      height: 640px;
      top: -180px;
      left: -160px;
      background: radial-gradient(circle, #C7B8FF, transparent 70%);
      opacity: .65
    }

    .fb-2 {
      width: 520px;
      height: 520px;
      top: -60px;
      right: -140px;
      background: radial-gradient(circle, #9FD8FF, transparent 70%);
      opacity: .6
    }

    .fb-3 {
      width: 480px;
      height: 480px;
      top: 900px;
      left: -120px;
      background: radial-gradient(circle, #FBD5F0, transparent 70%);
      opacity: .55
    }

    .fb-4 {
      width: 520px;
      height: 520px;
      top: 1700px;
      right: -140px;
      background: radial-gradient(circle, #B8E8FF, transparent 70%);
      opacity: .55
    }

    .fb-5 {
      width: 480px;
      height: 480px;
      top: 3300px;
      left: -120px;
      background: radial-gradient(circle, #D9CCFF, transparent 70%);
      opacity: .5
    }

    .fb-6 {
      width: 480px;
      height: 480px;
      top: 4400px;
      right: -120px;
      background: radial-gradient(circle, #C9F5DE, transparent 70%);
      opacity: .5
    }

    .page {
      position: relative;
      z-index: 1
    }

    /* ---------------- Containers / type ---------------- */
    .container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 28px
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      letter-spacing: -.02em;
      line-height: 1.1;
      color: var(--text)
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 600;
      color: var(--green-dark);
      background: rgba(22, 163, 74, .10);
      border: 1px solid rgba(22, 163, 74, .25);
      padding: 6px 14px;
      border-radius: 999px;
      letter-spacing: .06em;
      text-transform: uppercase;
      margin-bottom: 18px
    }

    .eyebrow .d {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(22, 163, 74, .18);
      animation: blink 1.6s infinite
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .4
      }
    }

    /* ---------------- Header ---------------- */
    header {
      position: sticky;
      top: 0;
      z-index: 60;
      transition: background .3s, backdrop-filter .3s
    }

    header.scrolled {
      background: rgba(251, 252, 255, .78);
      backdrop-filter: saturate(180%) blur(18px);
      -webkit-backdrop-filter: saturate(180%) blur(18px);
      border-bottom: 1px solid var(--line)
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 15px;
      max-width: 1320px;
      margin: 0 auto
    }

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

    .nav .logo img {
      height: 60px;
      width: auto;
      display: block
    }

    .foot-brand .logo {
      background: #fff;
      padding: 10px 16px;
      border-radius: 14px;
      display: inline-flex;
      box-shadow: 0 12px 30px rgba(0, 0, 0, .35)
    }

    .foot-brand .logo img {
      height: 38px;
      width: auto;
      display: block
    }

    .nav-links {
      display: flex;
      gap: 34px;
      align-items: center
    }

    .nav-links a {
      font-size: 16px;
      font-weight: 500;
      color: var(--text-2);
      transition: color .2s;
      position: relative
    }

    .nav-links a:hover {
      color: var(--text)
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      height: 2px;
      background: var(--grad-primary);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .25s
    }

    .nav-links a:hover::after {
      transform: scaleX(1)
    }

    .nav-links a.active {
      color: var(--text)
    }

    .nav-links a.active::after {
      transform: scaleX(1)
    }

    .mobile-menu a.active {
      color: var(--blue);
      background: rgba(30, 93, 216, .07);
      border-color: rgba(30, 93, 216, .18)
    }

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

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 22px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 14px;
      transition: transform .15s, box-shadow .25s, background .2s;
      position: relative;
      overflow: hidden
    }

    .btn-primary {
      background: var(--grad-primary);
      color: #fff;
      box-shadow: 0 10px 26px rgba(22, 163, 74, .28)
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 34px rgba(22, 163, 74, .4)
    }

    .btn-ghost {
      color: var(--text-2)
    }

    .btn-ghost:hover {
      color: var(--text)
    }

    .btn-outline {
      background: #fff;
      border: 1px solid var(--line);
      color: var(--text)
    }

    .btn-outline:hover {
      border-color: var(--blue);
      box-shadow: 0 6px 18px rgba(30, 93, 216, .12)
    }

    .btn-lg {
      padding: 15px 30px;
      font-size: 15.5px
    }

    .btn .arrow {
      display: inline-block;
      transition: transform .25s
    }

    .btn:hover .arrow {
      transform: translateX(4px)
    }

    /* ---------------- Burger ---------------- */
    .burger {
      display: none;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: var(--paper-2);
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line)
    }

    .burger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      position: relative;
      transition: transform .25s, top .25s
    }

    .burger span::before,
    .burger span::after {
      content: "";
      position: absolute;
      left: 0;
      width: 22px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      transition: transform .25s, top .25s
    }

    .burger span::before {
      top: -7px
    }

    .burger span::after {
      top: 7px
    }

    .burger.open {
      background: rgba(22, 163, 74, .15);
      border-color: var(--green)
    }

    .burger.open span {
      background: transparent
    }

    .burger.open span::before {
      top: 0;
      transform: rotate(45deg)
    }

    .burger.open span::after {
      top: 0;
      transform: rotate(-45deg)
    }

    .mobile-menu {
      display: none;
      position: fixed;
      inset: 74px 0 0 0;
      background: rgba(251, 252, 255, .98);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 55;
      padding: 32px 28px;
      flex-direction: column;
      gap: 6px;
      border-top: 1px solid var(--line);
      overflow-y: auto
    }

    .mobile-menu.open {
      display: flex
    }

    .mobile-menu a {
      font-size: 18px;
      font-weight: 600;
      color: var(--text);
      padding: 16px 14px;
      border-radius: 14px;
      border: 1px solid transparent
    }

    .mobile-menu a:active {
      border-color: var(--line);
      background: var(--paper-2)
    }

    .mobile-menu .mob-cta {
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 12px
    }

    .mobile-menu .mob-cta .btn {
      justify-content: center
    }

    /* =====================================================================
   HERO + PRODUCT UI
   ===================================================================== */
    .hero {
      position: relative;
      padding: 56px 0 90px;
      overflow: visible
    }

    .hero-grid-inner {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 50px;
      align-items: center
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      color: var(--text);
      background: rgba(22, 163, 74, .10);
      border: 1px solid rgba(22, 163, 74, .25);
      padding: 7px 16px;
      border-radius: 999px;
      margin-bottom: 22px
    }

    .kicker .d {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(22, 163, 74, .2);
      animation: blink 1.6s infinite
    }

    .hero h1 {
      font-size: clamp(40px, 6vw, 68px);
      font-weight: 800;
      line-height: 1.03;
      margin-bottom: 22px;
      letter-spacing: -.025em
    }

    .hero .grad {
      background: linear-gradient(95deg, #1E5DD8 0%, #16A34A 70%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block
    }

    .hero p.sub {
      font-size: 18px;
      color: var(--text-2);
      max-width: 560px;
      margin-bottom: 30px;
      line-height: 1.6
    }

    .hero p.sub b {
      color: var(--text);
      font-weight: 700
    }

    .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 30px
    }

    .hero-trust {
      display: flex;
      gap: 16px;
      align-items: center;
      color: var(--muted);
      font-size: 13px;
      flex-wrap: wrap
    }

    .hero-trust .sep {
      width: 1px;
      height: 14px;
      background: var(--line)
    }

    .suggest {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 22px;
      font-size: 13px;
      color: var(--muted)
    }

    .suggest-chip {
      padding: 9px 16px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--line);
      color: var(--text-2);
      font-weight: 500;
      cursor: pointer;
      transition: all .2s;
      box-shadow: 0 4px 14px rgba(30, 41, 90, .05)
    }

    .suggest-chip:hover {
      background: rgba(22, 163, 74, .08);
      border-color: rgba(22, 163, 74, .35);
      color: var(--text);
      transform: translateY(-2px)
    }

    /* -------- Hero visual: badges + orbit rings + mascot + tilted phone (Product UI) -------- */
    .hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 540px;
      perspective: 1600px
    }

    .hero-badges {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 3
    }

    .hb {
      position: absolute;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 14px 30px rgba(30, 41, 90, .15);
      border: 1px solid var(--line);
      animation: hbFloat 5.5s ease-in-out infinite
    }

    .hb svg {
      width: 22px;
      height: 22px
    }

    .hb.c-blue {
      color: var(--blue)
    }

    .hb.c-green {
      color: var(--green-dark)
    }

    .hb.c-purple {
      color: #7C3AED
    }

    .hb.c-amber {
      color: #D97706
    }

    .hb.c-pink {
      color: #DB2777
    }

    .hb-1 {
      top: 2%;
      left: 6%;
      animation-delay: 0s
    }

    .hb-2 {
      top: 14%;
      right: 2%;
      animation-delay: .6s
    }

    .hb-3 {
      top: 46%;
      left: -4%;
      animation-delay: 1.2s
    }

    .hb-4 {
      bottom: 20%;
      left: 4%;
      animation-delay: 1.8s
    }

    .hb-5 {
      bottom: 6%;
      right: 8%;
      animation-delay: .3s
    }

    .hb-6 {
      top: 64%;
      right: -2%;
      animation-delay: 2.2s
    }

    @keyframes hbFloat {

      0%,
      100% {
        transform: translateY(0) rotate(-4deg)
      }

      50% {
        transform: translateY(-16px) rotate(5deg)
      }
    }

    .orbit-wrap {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      z-index: 1
    }

    .orbit-ring {
      position: absolute;
      border-radius: 50%;
      border: 1.5px dashed rgba(30, 93, 216, .28)
    }

    .orbit-ring.o1 {
      width: 460px;
      height: 460px;
      animation: orbitSpin 24s linear infinite
    }

    .orbit-ring.o2 {
      width: 560px;
      height: 560px;
      border-color: rgba(22, 163, 74, .28);
      animation: orbitSpin 34s linear infinite reverse
    }

    .orbit-ring.o3 {
      width: 370px;
      height: 370px;
      border-color: rgba(124, 58, 237, .28);
      animation: orbitSpin 17s linear infinite
    }

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

    .orbit-ic {
      position: absolute;
      top: -22px;
      left: 50%;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 26px rgba(30, 41, 90, .18);
      border: 1px solid var(--line);
      color: var(--blue)
    }

    .orbit-ic svg {
      width: 19px;
      height: 19px
    }

    .orbit-ring.o1 .orbit-ic {
      animation: orbitCounter 24s linear infinite
    }

    .orbit-ring.o2 .orbit-ic {
      animation: orbitCounterRev 34s linear infinite
    }

    .orbit-ring.o3 .orbit-ic {
      animation: orbitCounter 17s linear infinite;
      color: #7C3AED
    }

    @keyframes orbitCounter {
      from {
        transform: translateX(-50%) rotate(0)
      }

      to {
        transform: translateX(-50%) rotate(-360deg)
      }
    }

    @keyframes orbitCounterRev {
      from {
        transform: translateX(-50%) rotate(0)
      }

      to {
        transform: translateX(-50%) rotate(360deg)
      }
    }

    .device-tilt {
      position: relative;
      z-index: 2;
      width: 290px;
      opacity: 0;
      transform: scale(.9);
      transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .7s ease .15s;
      filter: drop-shadow(0 45px 60px rgba(20, 30, 70, .28))
    }

    .hero-visual.show .device-tilt {
      opacity: 1;
      transform: scale(1)
    }

    .device-frame {
      background: #0E1730;
      border-radius: 38px;
      padding: 0;
      overflow: hidden;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .5) inset
    }

    .device-screen {
      background: linear-gradient(165deg, #EEF2FF 0%, #E3FBEE 100%);
      border-radius: 38px;
      overflow: hidden;
      height: 500px;
      position: relative
    }


    .device-status {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: var(--text-2);
      font-weight: 600;
      padding: 4px 2px 8px
    }

    .device-card {
      background: #fff;
      border-radius: 16px;
      padding: 12px 14px;
      box-shadow: 0 8px 20px rgba(30, 41, 90, .06);
      font-size: 12.5px;
      color: var(--text-2)
    }

    .device-card b {
      color: var(--text);
      display: block;
      font-size: 13px;
      margin-bottom: 2px
    }

    .device-card.on {
      background: var(--grad-primary);
      color: #fff
    }

    .device-card.on b {
      color: #fff
    }

    .device-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      font-weight: 700;
      color: var(--green-dark);
      background: rgba(22, 163, 74, .12);
      padding: 5px 10px;
      border-radius: 999px;
      width: fit-content;
      margin-bottom: 2px
    }

    .device-pill .d {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--green);
      animation: blink 1.5s infinite
    }

    .mascot {
      position: absolute;
      right: -6%;
      bottom: -4%;
      width: 150px;
      z-index: 3;
      animation: mascotFloat 6s ease-in-out infinite
    }

    @keyframes mascotFloat {

      0%,
      100% {
        transform: translateY(0) rotate(-1deg)
      }

      50% {
        transform: translateY(-14px) rotate(1deg)
      }
    }

    /* =====================================================================
   Section base — glass cards + spotlight
   ===================================================================== */
    section {
      padding: 100px 0px 70px 0px;
      position: relative
    }

    .section-title {
      font-size: clamp(30px, 4.4vw, 52px);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.2;
      margin-bottom: 18px;
      color: var(--text)
    }

    .section-title .grad {
      background: linear-gradient(95deg, #1E5DD8 0%, #16A34A 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent
    }

    .section-sub {
      font-size: 17px;
      color: var(--text-2);
      max-width: 680px;
      margin-bottom: 48px;
      line-height: 1.6
    }

    .center {
      text-align: center;
      margin: 0 auto;
      max-width: 800px
    }

    .glass {
      background: var(--glass-bg);
      border: 1px solid var(--glass-border);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-radius: 24px;
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden
    }

    .glass::before,
    .bento-card::before,
    .faq::before,
    .how-feat-item::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(30, 93, 216, .09), transparent 70%);
      opacity: 0;
      transition: opacity .4s;
      pointer-events: none;
      z-index: 0
    }

    .glass:hover::before,
    .faq:hover::before,
    .how-feat-item:hover::before {
      opacity: 1
    }

    .bento-card::before {
      background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .28), transparent 70%)
    }

    .bento-card:hover::before {
      opacity: 1
    }

    .faq {
      position: relative;
      overflow: hidden
    }

    .glass>*,
    .bento-card>*,
    .faq>* {
      position: relative;
      z-index: 1
    }

    /* =====================================================================
   Problem + Solution
   ===================================================================== */
    .compare-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .9);
      background: linear-gradient(180deg, #fff 0%, #FBFCFF 100%)
    }

    .compare-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #DC2626 50%, var(--green) 50%);
      z-index: 2
    }

    .compare-card::after {
      content: "";
      position: absolute;
      inset: 4px 0 0 0;
      background:
        linear-gradient(160deg, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(90deg, rgba(239, 68, 68, .035) 50%, rgba(22, 163, 74, .045) 50%);
      pointer-events: none
    }

    .compare-head {
      display: grid;
      grid-template-columns: 1fr 56px 1fr;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid var(--line)
    }

    .compare-head .ch {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 24px 32px;
      font-size: 18px;
      font-weight: 700;
      color: var(--text);
      overflow: hidden
    }

    .compare-head .ch::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 60%);
      pointer-events: none
    }

    /* .compare-head .bad {
      background: linear-gradient(180deg, rgba(239, 68, 68, .12) 0%, rgba(239, 68, 68, .03) 100%);
      box-shadow: inset 0 -1px 0 rgba(239, 68, 68, .12)
    } */

    /* .compare-head .good {
      background: linear-gradient(180deg, rgba(22, 163, 74, .14) 0%, rgba(22, 163, 74, .03) 100%);
      box-shadow: inset 0 -1px 0 rgba(22, 163, 74, .14)
    } */

    .compare-head .ch .ic {
      position: relative;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .compare-head .ch .ic svg {
      width: 15px;
      height: 15px
    }

    .compare-head .bad .ic {
      background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .9), rgba(239, 68, 68, .22) 70%);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7), 0 2px 6px rgba(220, 38, 38, .18);
      color: #DC2626
    }

    .compare-head .good .ic {
      background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .9), rgba(22, 163, 74, .25) 70%);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7), 0 2px 6px rgba(22, 163, 74, .18);
      color: var(--green-dark)
    }

    .compare-rows {
      position: relative;
      z-index: 1
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1fr 56px 1fr;
      align-items: center
    }

    .compare-row:nth-child(even) {
      background: rgba(16, 24, 51, .025)
    }

    .compare-row--merged {
      grid-template-columns: 1fr
    }

    .compare-row--merged .compare-cell.good {
      justify-content: center
    }

    .compare-cell {
      padding: 15px 30px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      line-height: 1.8;
    }

    .compare-cell .ic {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .compare-cell .ic svg {
      width: 14px;
      height: 14px
    }

    .compare-cell.bad .ic {
      background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .85), rgba(239, 68, 68, .18) 70%);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7), 0 1px 4px rgba(220, 38, 38, .15);
      color: #DC2626
    }

    .compare-cell.good .ic {
      background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .85), rgba(22, 163, 74, .2) 70%);
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7), 0 1px 4px rgba(22, 163, 74, .15);
      color: var(--green-dark)
    }

    .compare-cell b {
      color: var(--text);
      font-weight: 700;
      /* text-transform: capitalize;
      text-transform: uppercase; */
    }

    .compare-cell .desc {
      color: var(--muted)
    }

    .compare-mid {
      display: flex;
      align-items: center;
      justify-content: center
    }

    .compare-arrow {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 6px 16px rgba(30, 41, 90, .10);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green)
    }

    .compare-arrow svg {
      width: 14px;
      height: 14px;
      transform: rotate(90deg)
    }

    /* =====================================================================
   How It Works — media placeholder + feature grid
   ===================================================================== */
    .chat-bubble {
      background: var(--paper-2);
      border: 1px solid var(--line);
      padding: 12px 16px;
      border-radius: 18px;
      font-size: 13.5px;
      max-width: 82%;
      color: var(--text-2);
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .5s, transform .5s
    }

    .chat-bubble.user {
      background: var(--grad-primary);
      color: #fff;
      border: none;
      align-self: flex-end;
      font-weight: 500
    }

    .chat-bubble.bot {
      align-self: flex-start;
      border-radius: 18px 18px 18px 4px
    }

    .chat-bubble.show {
      opacity: 1;
      transform: translateY(0)
    }

    .chat-bubble .meta {
      display: block;
      font-size: 11px;
      color: var(--muted);
      margin-top: 6px
    }

    .chat-bubble.user .meta {
      color: rgba(255, 255, 255, .85)
    }

    .how-grid {
      display: grid;
      grid-template-columns: 5fr 6fr;
      gap: 32px;
      align-items: stretch
    }

    .how-media {
      border-radius: 24px;
      background: #0E1730;
      display: flex;
      align-items: center;
      justify-content: stretch;
      aspect-ratio: 16 / 9;
      align-self: center;
      box-shadow: var(--shadow-lg);
      position: relative;
      isolation: isolate
    }

    .how-media::before {
      content: "";
      position: absolute;
      inset: -18px;
      z-index: -1;
      border-radius: 34px;
      background: var(--grad-primary-soft);
      filter: blur(28px);
      opacity: .9
    }

    .how-tag {
      position: absolute;
      left: 18px;
      top: 18px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11.5px;
      font-weight: 700;
      color: #fff;
      background: rgba(16, 24, 51, .55);
      backdrop-filter: blur(4px);
      padding: 7px 14px;
      border-radius: 999px;
      letter-spacing: .03em
    }

    .how-video,
    .device-video {
      position: relative;
      width: 100%;
      height: 100%
    }

    .how-video video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 24px;
      display: block;
      cursor: pointer
    }

    .device-video video {
      width: 100%;
      height: 100%;
      min-height: 500px;
      max-height: 500px;
      object-fit: cover;
      border-radius: 38px;
      display: block;
      cursor: pointer
    }

    .video-loader {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid rgba(255, 255, 255, .25);
      border-top-color: #fff;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s ease;
      z-index: 4
    }

    .video-loader.is-active {
      opacity: 1;
      animation: video-loader-spin .8s linear infinite
    }

    @keyframes video-loader-spin {
      to {
        transform: translate(-50%, -50%) rotate(360deg)
      }
    }

    .how-video .hv-play,
    .device-video .hv-play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: rgba(16, 24, 51, .55);
      color: #fff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      backdrop-filter: blur(4px);
      transition: background .2s ease, transform .2s ease, opacity .2s ease;
      opacity: 1
    }

    .how-video .hv-play:hover,
    .device-video .hv-play:hover {
      background: rgba(16, 24, 51, .75);
      transform: translate(-50%, -50%) scale(1.06)
    }

    .how-video .hv-play svg,
    .device-video .hv-play svg {
      width: 26px;
      height: 26px;
      margin-left: 3px
    }

    .how-video .hv-play.is-hidden,
    .device-video .hv-play.is-hidden {
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, -50%) scale(.9)
    }

    .how-video .hv-expand,
    .device-video .hv-expand {
      position: absolute;
      right: 14px;
      top: 14px;
      z-index: 3;
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(16, 24, 51, .5);
      color: #fff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      backdrop-filter: blur(4px);
      transition: background .2s ease, transform .2s ease
    }

    .how-video .hv-expand:hover,
    .device-video .hv-expand:hover {
      background: rgba(16, 24, 51, .75);
      transform: scale(1.06)
    }

    .how-video .hv-expand svg,
    .device-video .hv-expand svg {
      width: 18px;
      height: 18px
    }

    .how-panel {
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .how-feat {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
    }

    .how-feat-item {
      position: relative;
      overflow: hidden;
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 18px;
      border-radius: 16px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
    }

    .how-feat-item:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(30, 93, 216, .25)
    }

    .hf-ic {
      position: relative;
      z-index: 1;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: rgba(30, 93, 216, .10);
      color: var(--blue);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .how-feat-item.acc-green .hf-ic {
      background: rgba(22, 163, 74, .10);
      color: var(--green)
    }

    .hf-ic svg {
      width: 19px;
      height: 19px
    }

    .how-feat-item h3 {
      position: relative;
      z-index: 1;
      font-size: 14.5px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 3px
    }

    .how-feat-item p {
      position: relative;
      z-index: 1;
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.5
    }

    /* =====================================================================
   Core Features — saturated green bento section
   ===================================================================== */
    .bento-section {
      background: linear-gradient(160deg, #16A34A 0%, #0D9488 55%, #0B3D9B 130%);
      position: relative;
      overflow: hidden
    }

    /* 
    .bento-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
      background-size: 26px 26px;
      opacity: .5
    } */

    .bento-section .eyebrow {
      background: rgba(255, 255, 255, .16);
      border-color: rgba(255, 255, 255, .3);
      color: #fff
    }

    .bento-section .eyebrow .d {
      background: #fff;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, .25)
    }

    .bento-section .section-title {
      color: #fff
    }

    .bento-section .section-title .grad {
      background: linear-gradient(95deg, #fff, #DFFFEA);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent
    }

    .bento-section .section-sub {
      color: rgba(255, 255, 255, .85)
    }

    .bento {
      position: relative;
      z-index: 1
    }

    /* -------- Split layout: flagship spotlight + compact feature grid -------- */
    .bento--split {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 22px;
      align-items: stretch
    }

    .bento-spotlight {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding: 38px 32px;
      border-radius: 22px;
      background: var(--grad-primary);
      box-shadow: 0 22px 50px rgba(11, 61, 155, .35)
    }

    .bento-spotlight::after {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      right: -80px;
      bottom: -90px;
      background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 70%);
      pointer-events: none
    }

    .bento-spotlight__tag {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #fff;
      background: rgba(255, 255, 255, .18);
      border: 1px solid rgba(255, 255, 255, .3);
      padding: 6px 13px;
      border-radius: 999px
    }

    .bento-spotlight .ic {
      width: 54px;
      height: 54px;
      border-radius: 15px;
      background: rgba(255, 255, 255, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      margin-top: 8px
    }

    .bento-spotlight .ic svg {
      width: 24px;
      height: 24px
    }

    .bento-spotlight h3 {
      position: relative;
      z-index: 1;
      font-size: 24px;
      font-weight: 800;
      color: #fff;
      line-height: 1.25
    }

    .bento-spotlight p {
      position: relative;
      z-index: 1;
      font-size: 14px;
      color: rgba(255, 255, 255, .85);
      line-height: 1.6
    }

    .bento-mini-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
    }

    .bento-mini {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 22px 20px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 14px 32px rgba(3, 15, 35, .18);
      transition: transform .25s ease, box-shadow .25s ease
    }

    .bento-mini:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 42px rgba(3, 15, 35, .24)
    }

    .bento-mini .ic {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: rgba(30, 93, 216, .1);
      color: var(--blue);
      display: flex;
      align-items: center;
      justify-content: center
    }

    .bento-mini .ic svg {
      width: 19px;
      height: 19px
    }

    .bento-mini:nth-of-type(2) .ic {
      background: rgba(124, 58, 237, .1);
      color: #7C3AED
    }

    .bento-mini:nth-of-type(3) .ic {
      background: rgba(217, 119, 6, .12);
      color: #D97706
    }

    .bento-mini:nth-of-type(4) .ic {
      background: rgba(22, 163, 74, .1);
      color: var(--green-dark)
    }

    .bento-mini:nth-of-type(5) .ic {
      background: rgba(13, 148, 136, .1);
      color: #0D9488
    }

    .bento-mini:nth-of-type(6) .ic {
      background: rgba(219, 39, 119, .1);
      color: #DB2777
    }

    .bento-mini h3 {
      font-size: 14.5px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.35
    }

    .features-closing {
      text-align: center;
      max-width: 640px;
      margin: 44px auto 0;
      padding-top: 36px;
      border-top: 1px solid rgba(255, 255, 255, .18)
    }

    .features-closing h3 {
      font-size: clamp(20px, 2.4vw, 26px);
      font-weight: 800;
      letter-spacing: -.01em;
      color: #fff;
      margin-bottom: 8px
    }

    .features-closing p {
      font-size: 14.5px;
      color: rgba(255, 255, 255, .8);
      line-height: 1.6
    }

    /* =====================================================================
   Specialized AI Assistants
   ===================================================================== */
    .assistants-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      max-width: 1040px;
      margin: 48px auto 0;
      align-items: stretch
    }

    .assistants-link {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 46px;
      height: 46px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 8px 22px rgba(16, 24, 51, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 15px;
      color: var(--muted);
      z-index: 2
    }

    .assistant-card {
      position: relative;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 38px 34px 34px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: transform .3s, box-shadow .3s, border-color .3s
    }

    .assistant-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 4px;
      background: linear-gradient(90deg, var(--ac-1), var(--ac-2))
    }

    .assistant-card::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      top: -130px;
      right: -110px;
      background: radial-gradient(circle, var(--ac-1), transparent 72%);
      opacity: .08;
      pointer-events: none;
      transition: opacity .3s
    }

    .assistant-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(16, 24, 51, .12);
      border-color: rgba(16, 24, 51, .16)
    }

    .assistant-card:hover::after {
      opacity: .14
    }

    .assistant-card.acc-blue {
      --ac-1: #4F86FF;
      --ac-2: #1E5DD8
    }

    .assistant-card.acc-amber {
      --ac-1: #F59E0B;
      --ac-2: #D97706
    }

    .assistant-card.acc-teal {
      --ac-1: #2DD4BF;
      --ac-2: #0D9488
    }

    .assistant-card__head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px 14px;
      position: relative;
      z-index: 1
    }

    .assistant-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: linear-gradient(135deg, var(--ac-1), var(--ac-2));
      box-shadow: 0 12px 24px -6px var(--ac-2)
    }

    .assistant-icon svg {
      width: 26px;
      height: 26px
    }

    .assistant-tag {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .07em;
      text-transform: uppercase;
      color: var(--ac-2);
      background: color-mix(in srgb, var(--ac-1) 12%, #fff);
      border: 1px solid color-mix(in srgb, var(--ac-1) 30%, transparent);
      padding: 6px 12px;
      border-radius: 999px;
      white-space: nowrap
    }

    .assistant-badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      color: var(--ac-2);
      margin: 20px 0 6px;
      position: relative;
      z-index: 1
    }

    .assistant-name {
      font-size: 21px;
      font-weight: 800;
      color: var(--text);
      letter-spacing: -.01em;
      line-height: 1.25;
      position: relative;
      z-index: 1
    }

    .assistant-desc {
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.65;
      margin-top: 10px;
      position: relative;
      z-index: 1
    }

    .assistant-feat {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
      margin: 24px 0 28px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
      position: relative;
      z-index: 1
    }

    .assistant-feat li {
      display: flex;
      align-items: center;
      gap: 12px;
      line-height: 1.4
    }

    .assistant-feat li b {
      display: block;
      font-size: 13.5px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 2px
    }

    .assistant-feat li i {
      display: block;
      font-size: 12px;
      font-style: italic;
      color: var(--muted);
      line-height: 1.4
    }

    .assistant-feat .ck {
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--ac-2);
      background: color-mix(in srgb, var(--ac-1) 14%, #fff)
    }

    .assistant-feat .ck svg {
      width: 15px;
      height: 15px
    }

    .assistant-feat .ck.ck-teal {
      color: #0D9488;
      background: rgba(13, 148, 136, .12)
    }

    .assistant-feat .ck.ck-blue {
      color: #1E5DD8;
      background: rgba(30, 93, 216, .12)
    }

    .assistant-feat .ck.ck-purple {
      color: #7C3AED;
      background: rgba(124, 58, 237, .12)
    }

    .assistant-feat .ck.ck-green {
      color: #0E7C39;
      background: rgba(14, 124, 57, .12)
    }

    .assistant-feat .ck.ck-amber {
      color: #D97706;
      background: rgba(217, 119, 6, .12)
    }

    .assistant-footer {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px 12px;
      position: relative;
      z-index: 1
    }

    .assistant-cta {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 14px;
      font-weight: 700;
      color: var(--ac-2)
    }

    .assistant-cta .arrow {
      transition: transform .2s
    }

    .assistant-card:hover .assistant-cta .arrow {
      transform: translateX(4px)
    }

    .assistant-meta {
      font-size: 12px;
      color: var(--muted)
    }

    @media (max-width:980px) {
      .assistants-link {
        display: none
      }
    }

    @media (max-width:520px) {
      .assistant-feat {
        grid-template-columns: 1fr
      }
    }

    /* =====================================================================
   Pricing / Business Model
   ===================================================================== */
    .pricing-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      max-width: 900px;
      margin: 40px auto 0;
      align-items: stretch
    }

    .plan-card {
      padding: 34px 30px 30px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: transform .3s, box-shadow .25s;
      position: relative;
      overflow: visible
    }

    /* .plan-card::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      border-radius: 24px 24px 0 0;
      background: linear-gradient(90deg, #4F86FF, #1E5DD8)
    } */

    .plan-card:hover {
      transform: translateY(-8px)
    }

    .plan-card.featured {
      border: 2px solid #D97706;
      box-shadow: 0 26px 60px rgba(217, 119, 6, .18)
    }

    /* .plan-card.featured::after {
      background: linear-gradient(90deg, #F59E0B, #D97706)
    } */

    .plan-ribbon {
      position: absolute;
      top: 18px;
      right: -8px;
      background: linear-gradient(135deg, #F59E0B, #D97706);
      color: #fff;
      font-size: 10px;
      font-weight: 800;
      padding: 6px 16px;
      border-radius: 999px;
      letter-spacing: .08em;
      text-transform: uppercase;
      white-space: nowrap;
      box-shadow: 0 10px 22px rgba(217, 119, 6, .35);
      z-index: 2
    }

    /* .plan-trial-badge {
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border: 1.5px solid var(--blue);
      color: var(--text);
      font-size: 12.5px;
      font-weight: 800;
      padding: 7px 18px;
      border-radius: 999px;
      white-space: nowrap;
      box-shadow: 0 10px 22px rgba(16, 24, 51, .14);
      z-index: 3
    } */

    .plan-trial-badge {
      /* position: absolute; */
      /* top: -16px; */
      /* left: 50%; */
      /* transform: translateX(-50%); */
      background: #fff;
      border: 1.5px solid var(--blue);
      color: var(--text);
      font-size: 12.5px;
      font-weight: 800;
      padding: 7px 18px;
      border-radius: 999px;
      white-space: nowrap;
      box-shadow: 0 10px 22px rgba(16, 24, 51, .14);
      /* z-index: 3; */
      margin-bottom: 10px;
    }

    .plan-card.featured .plan-trial-badge {
      border-color: #D97706
    }

    .plan-head {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 8px
    }

    .plan-demo {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: rgba(30, 93, 216, .04);
      transition: background .2s, border-color .2s, transform .2s
    }

    .plan-demo:hover {
      background: rgba(30, 93, 216, .08);
      border-color: rgba(30, 93, 216, .25);
      transform: translateY(-1px)
    }

    .plan-card.featured .plan-demo {
      background: rgba(217, 119, 6, .05)
    }

    .plan-card.featured .plan-demo:hover {
      background: rgba(217, 119, 6, .1);
      border-color: rgba(217, 119, 6, .28)
    }

    .plan-demo__thumb {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: linear-gradient(135deg, #4F86FF, #1E5DD8);
      box-shadow: 0 10px 20px rgba(30, 93, 216, .28)
    }

    .plan-card.featured .plan-demo__thumb {
      background: linear-gradient(135deg, #F59E0B, #D97706);
      box-shadow: 0 10px 20px rgba(217, 119, 6, .28)
    }

    .plan-demo__thumb svg {
      width: 17px;
      height: 17px
    }

    .plan-demo__text {
      display: flex;
      flex-direction: column;
      font-size: 12.5px;
      color: var(--muted)
    }

    .plan-demo__text b {
      font-size: 14.5px;
      color: var(--text);
      font-weight: 700
    }

    .plan-feat li.feat-more {
      display: none
    }

    .plan-card.show-all .plan-feat li.feat-more {
      display: flex
    }

    .plan-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      align-self: flex-start;
      font-size: 13px;
      font-weight: 700;
      color: var(--blue);
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-top: -2px
    }

    .plan-card.featured .plan-more-btn {
      color: #B45309
    }

    .plan-more-btn .car {
      display: inline-block;
      transition: transform .2s
    }

    .plan-card.show-all .plan-more-btn .car {
      transform: rotate(180deg)
    }

    .plan-cta {
      width: 100%;
      justify-content: center;
      margin-top: auto;
      padding: 14px;
      font-size: 15px
    }

    .plan-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff
    }

    .plan-icon svg {
      width: 25px;
      height: 25px
    }

    .plan-icon.si {
      background: linear-gradient(135deg, #4F86FF, #1E5DD8);
      box-shadow: 0 12px 26px rgba(30, 93, 216, .28)
    }

    .plan-icon.go {
      background: linear-gradient(135deg, #F59E0B, #D97706);
      box-shadow: 0 12px 26px rgba(217, 119, 6, .28)
    }

    .plan-badge {
      display: inline-flex;
      align-self: flex-start;
      font-size: 11.5px;
      font-weight: 700;
      color: var(--blue);
      background: rgba(30, 93, 216, .08);
      border: 1px solid rgba(30, 93, 216, .22);
      padding: 5px 13px;
      border-radius: 999px;
      letter-spacing: .02em
    }

    .plan-card.featured .plan-badge {
      color: #B45309;
      background: rgba(217, 119, 6, .1);
      border-color: rgba(217, 119, 6, .28)
    }

    .plan-name {
      font-size: 32px;
      font-weight: 800;
      color: var(--text);
      letter-spacing: -.01em
    }

    .plan-card.featured .plan-name {
      color: #B45309
    }

    .plan-price {
      display: flex;
      align-items: baseline;
      gap: 5px
    }

    .plan-price .v {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 38px;
      font-weight: 700;
      color: var(--text);
      letter-spacing: -.02em
    }

    .plan-price .c {
      font-size: 14.5px;
      color: var(--muted)
    }

    .plan-div {
      height: 1px;
      background: var(--line);
      margin: 2px 0 4px
    }

    .plan-feat {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 11px;
      font-size: 14px
    }

    .plan-feat li {
      color: var(--text-2);
      display: flex;
      gap: 10px;
      align-items: flex-start
    }

    .plan-feat li b {
      color: var(--text)
    }

    .plan-feat .ck {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: rgba(30, 93, 216, .12);
      color: var(--blue);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px
    }

    .plan-feat .ck svg {
      width: 11px;
      height: 11px
    }

    .plan-card.featured .plan-feat .ck {
      background: rgba(217, 119, 6, .14);
      color: #B45309
    }

    .pricing-side {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      max-width: 900px;
      margin: 24px auto 0;
      align-items: stretch
    }

    .topup-dark {
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, #fff 0%, #FBFCFF 100%);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 28px 28px 26px;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform .3s, box-shadow .3s
    }

    .topup-dark:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg)
    }

    /* .topup-dark::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--blue-bright), var(--green-bright));
      z-index: 1
    } */

    .topup-dark::after {
      content: "";
      position: absolute;
      top: -60px;
      right: -60px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(79, 134, 255, .3), transparent 70%);
      pointer-events: none
    }

    .topup-dark__head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 22px;
      position: relative;
      z-index: 1
    }

    .topup-dark__icon {
      width: 38px;
      height: 38px;
      border-radius: 11px;
      background: linear-gradient(135deg, rgba(79, 134, 255, .28), rgba(34, 197, 94, .2));
      border: 1px solid rgba(127, 176, 255, .3);
      color: #9FC2FF;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 4px 14px rgba(79, 134, 255, .22)
    }

    .topup-dark__icon svg {
      width: 17px;
      height: 17px
    }

    .topup-dark-label {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;

      display: block
    }

    .topup-dark-caption {
      font-size: 14px;

      margin-top: 2px
    }

    .topup-rows {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: relative;
      z-index: 1
    }

    .topup-row {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255, 255, 255, .045);
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 14px;
      padding: 13px 16px;
      transition: background .2s, border-color .2s
    }

    .topup-row:hover {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(127, 176, 255, .3)
    }

    .topup-row__icon {
      width: 30px;
      height: 30px;
      border-radius: 9px;
      background: rgba(22, 163, 74, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .topup-row__icon svg {
      width: 14px;
      height: 14px
    }

    .topup-row__amt {
      font-size: 13.5px;
      font-weight: 600;
      flex: 1
    }

    .topup-row__price {
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1px;
    }

    .topup-dark__div {
      height: 1px;
      background: rgb(0 0 0 / 8%);
      margin: 20px 0 16px;
      position: relative;
      z-index: 1
    }

    .topup-dark-sub {
      position: relative;
      z-index: 1;
      font-size: 14px;
      margin-top: auto;
      letter-spacing: 1px;
    }

    .topup-dark-sub b {
      font-weight: 700
    }

    .journey {
      position: relative;
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 30px 28px 26px;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      transition: transform .3s, box-shadow .3s
    }

    .journey:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg)
    }

    .journey::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #0D9488, var(--green-bright));
    }

    .journey-label {
      display: inline-block;
      text-align: center;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #0D9488;
      border: 1px solid rgba(13, 148, 136, .3);
      background: rgba(13, 148, 136, .06);
      border-radius: 8px;
      padding: 6px 14px;
      margin: 0 0 18px;
      width: 100%
    }

    .journey-highlight {
      text-align: center;
      margin-bottom: 18px
    }

    .journey-highlight b {
      display: block;
      font-size: 14.5px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.35
    }

    .journey-highlight i {
      display: inline-block;
      font-size: 16px;
      font-style: italic;
      color: var(--muted);
      margin-top: 4px;
      padding-bottom: 6px;
      border-bottom: 2px solid rgba(13, 148, 136, .35)
    }

    .journey-flow {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px
    }

    .journey-pill {
      border: 1.5px solid var(--line);
      border-radius: 14px;
      padding: 10px 10px;
      text-align: center;
      flex: 1;
      min-width: 0
    }

    .journey-pill b {
      display: block;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .03em;
      text-transform: uppercase;
      color: var(--text-2)
    }

    .journey-pill i {
      display: block;
      font-size: 10.5px;
      font-style: italic;
      color: var(--muted);
      margin-top: 3px;
      line-height: 1.3
    }

    .journey-pill.assistant {
      border-color: rgba(30, 93, 216, .35);
      background: rgba(30, 93, 216, .04)
    }

    .journey-pill.assistant b {
      color: var(--blue)
    }

    .journey-pill.patient {
      border-color: rgba(22, 163, 74, .35);
      background: rgba(22, 163, 74, .04)
    }

    .journey-pill.patient b {
      color: var(--green-dark)
    }

    .journey-arrow2 {
      color: #94A3B8;
      font-size: 14px;
      flex-shrink: 0
    }

    .journey-caption {
      margin-top: 20px;
      text-align: center;
      font-size: 13px;
      color: var(--text-2)
    }

    .journey-caption b {
      color: var(--text)
    }

    /* =====================================================================
   Book a Demo
   ===================================================================== */
    .demo-shell {
      position: relative;
      max-width: 1160px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 40px 90px rgba(10, 15, 35, .35)
    }

    .demo-shell__bg {
      position: absolute;
      inset: 0;
      background: #0B1120;
      z-index: 0
    }

    .demo-shell__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(700px 420px at 78% 100%, rgba(34, 197, 94, .22), transparent 70%), radial-gradient(500px 300px at 10% 0%, rgba(30, 93, 216, .14), transparent 70%)
    }

    .demo-shell__panel {
      position: relative;
      z-index: 1;
      padding: 52px 48px;
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .demo-shell__panel--right {
      border-left: 1px solid rgba(255, 255, 255, .08)
    }

    .demo-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .06em;
      color: #fff;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .18);
      padding: 7px 16px;
      border-radius: 999px;
      margin-bottom: 22px;
      width: fit-content
    }

    .demo-badge__dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .25);
      animation: blink 1.6s infinite
    }

    .demo-title {
      font-size: clamp(28px, 3.4vw, 38px);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.15;
      color: #fff;
      margin-bottom: 16px
    }

    .demo-copy {
      font-size: 15px;
      color: #B0BCD9;
      line-height: 1.6;
      margin-bottom: 28px;
      max-width: 420px
    }

    .demo-benefits {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 28px
    }

    .demo-benefit {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .demo-benefit__icon {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .16);
      border: 1px solid rgba(34, 197, 94, .35);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .demo-benefit__text {
      font-size: 14px;
      color: #E3E8F5;
      font-weight: 500
    }

    .demo-note {
      font-size: 12.5px;
      color: #7C8AAE
    }

    .demo-form {
      display: flex;
      flex-direction: column;
      gap: 18px
    }

    .demo-form[hidden] {
      display: none
    }

    .demo-field {
      display: block;
      font-size: 12.5px;
      font-weight: 700;
      color: #C7D2F0;
      margin-bottom: 8px
    }

    .demo-input {
      width: 100%;
      padding: 13px 16px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .14);
      color: #fff;
      font-family: inherit;
      font-size: 14px;
      transition: border-color .2s, box-shadow .2s
    }

    .demo-input::placeholder {
      color: #5C6788
    }

    .demo-input:focus {
      outline: none;
      border-color: #22C55E;
      box-shadow: 0 0 0 3px rgba(34, 197, 94, .18)
    }

    .demo-submit {
      margin-top: 6px;
      width: 100%;
      padding: 15px;
      border-radius: 999px;
      background: linear-gradient(90deg, #1E5DD8, #16A34A);
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      box-shadow: 0 14px 34px rgba(22, 163, 74, .35);
      transition: transform .2s, box-shadow .2s
    }

    .demo-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(22, 163, 74, .45)
    }

    .demo-form-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center
    }

    .demo-form-wrap[hidden] {
      display: none
    }

    .demo-success-icon {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .15);
      border: 1px solid rgba(34, 197, 94, .4);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: #22C55E
    }

    .demo-success-title {
      font-size: 19px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 8px
    }

    .demo-success-text {
      font-size: 14px;
      color: #B0BCD9;
      max-width: 280px
    }

    .demo-captcha {
      display: flex;
      flex-direction: column
    }

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

    .demo-captcha__q {
      flex-shrink: 0;
      font-size: 14px;
      font-weight: 700;
      color: #E3E8F5;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 12px;
      padding: 13px 16px;
      user-select: none
    }

    .demo-captcha__input {
      flex: 1;
      min-width: 0
    }

    .demo-captcha__refresh {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .14);
      color: #B0BCD9;
      font-size: 17px;
      transition: background .2s, color .2s, transform .3s
    }

    .demo-captcha__refresh:hover {
      background: rgba(255, 255, 255, .1);
      color: #fff;
      transform: rotate(90deg)
    }

    .demo-captcha__err {
      margin-top: 8px;
      font-size: 12.5px;
      color: #F87171
    }

    .demo-field-err {
      display: block;
      margin-top: 6px;
      font-size: 12.5px;
      color: #F87171
    }

    .demo-field-err[hidden] {
      display: none
    }

    .demo-input-error {
      border-color: #F87171 !important;
      box-shadow: 0 0 0 3px rgba(248, 113, 113, .18) !important
    }

    .demo-form-err {
      display: block;
      margin-top: -8px;
      font-size: 12.5px;
      color: #F87171;
      background: rgba(248, 113, 113, .08);
      border: 1px solid rgba(248, 113, 113, .3);
      border-radius: 10px;
      padding: 10px 14px
    }

    .demo-form-err[hidden] {
      display: none
    }

    /* =====================================================================
   Book a Demo popup modal
   ===================================================================== */
    .demo-modal-overlay {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(11, 17, 32, .72);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      overflow-y: auto
    }

    .demo-modal-overlay.open {
      opacity: 1;
      pointer-events: auto
    }

    .demo-modal-overlay .demo-shell {
      margin: auto;
      transform: scale(.94) translateY(14px);
      transition: transform .32s cubic-bezier(.2, .7, .2, 1)
    }

    .demo-modal-overlay.open .demo-shell {
      transform: scale(1) translateY(0)
    }

    .demo-modal__close {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 3;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .12);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      backdrop-filter: blur(6px);
      transition: background .2s, transform .2s
    }

    .demo-modal__close:hover {
      background: rgba(255, 255, 255, .24);
      transform: scale(1.06)
    }

    @media (max-width:640px) {
      .demo-modal-overlay {
        padding: 14px
      }

      .demo-shell {
        border-radius: 18px
      }
    }

    /* =====================================================================
   FAQ + Final CTA
   ===================================================================== */
    .faq-wrap {
      max-width: 780px;
      margin: 0 auto
    }

    .faq {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 18px 22px;
      cursor: pointer;
      transition: border-color .2s, background .2s;
      box-shadow: var(--shadow-soft)
    }

    .faq:hover {
      border-color: rgba(22, 163, 74, .3)
    }

    .faq.open {
      border-color: var(--green);
      background: rgba(22, 163, 74, .04)
    }

    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 15px;
      color: var(--text);
      gap: 14px
    }

    .faq-q .pm {
      color: var(--green);
      font-size: 22px;
      font-weight: 300;
      line-height: 1;
      transition: transform .25s;
      flex-shrink: 0
    }

    .faq.open .pm {
      transform: rotate(45deg)
    }

    .faq-a {
      padding-top: 12px;
      font-size: 14.5px;
      color: var(--text-2);
      line-height: 1.6;
      display: none
    }

    .faq.open .faq-a {
      display: block
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 12px
    }

    .final-cta {
      position: relative;
      padding: 90px 0 100px;
      text-align: center;
      overflow: hidden;
      background: radial-gradient(900px 460px at 50% 0%, rgba(34, 197, 94, .16), transparent), var(--ink);
      margin-top: 80px
    }

    .final-cta .cta-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
      z-index: 1
    }

    .final-cta .cta-blob-1 {
      width: 420px;
      height: 420px;
      top: -160px;
      left: -100px;
      background: radial-gradient(circle, rgba(79, 134, 255, .35), transparent 70%)
    }

    .final-cta .cta-blob-2 {
      width: 460px;
      height: 460px;
      bottom: -200px;
      right: -120px;
      background: radial-gradient(circle, rgba(61, 209, 122, .3), transparent 70%)
    }

    .final-cta .eyebrow {
      position: relative;
      z-index: 2;
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .2);
      color: #fff;
      margin-bottom: 18px
    }

    .final-cta .eyebrow .d {
      background: #3DD17A;
      box-shadow: 0 0 0 4px rgba(61, 209, 122, .28)
    }

    .final-cta .title {
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 800;
      letter-spacing: -.025em;
      margin-bottom: 16px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2;
      color: #fff
    }

    .final-cta .title .grad {
      background: linear-gradient(95deg, #4F86FF, #3DD17A);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent
    }

    .final-cta .sub {
      color: #B0BCD9;
      font-size: 17px;
      max-width: 600px;
      margin: 0 auto 26px;
      position: relative;
      z-index: 2
    }

    .final-cta .cta-row {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 2
    }

    .final-cta .cta-trust {
      display: flex;
      gap: 16px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      color: #8492B8;
      font-size: 13px;
      margin-top: 30px;
      position: relative;
      z-index: 2
    }

    .final-cta .cta-trust b {
      color: #fff
    }

    .final-cta .cta-trust .sep {
      width: 1px;
      height: 14px;
      background: rgba(255, 255, 255, .14)
    }

    /* =====================================================================
   Compact Footer
   ===================================================================== */
    footer {
      padding: 44px 0;
      background: #060B18;
      border-top: 1px solid rgba(255, 255, 255, .06)
    }

    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 22px;
      padding-bottom: 26px;
      border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .footer-links {
      display: flex;
      gap: 26px;
      flex-wrap: wrap
    }

    .footer-links a {
      font-size: 14px;
      color: #C7D2F0;
      transition: color .2s
    }

    .footer-links a:hover {
      color: #3DD17A
    }

    .socials {
      display: flex;
      gap: 10px
    }

    .socials a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .2s
    }

    .socials a:hover {
      background: var(--green);
      border-color: var(--green)
    }

    .socials svg {
      width: 14px;
      height: 14px;
      color: #fff
    }

    .footer-bottom {
      padding-top: 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12.5px;
      color: #8693B8;
      flex-wrap: wrap;
      gap: 12px
    }

    /* =====================================================================
   Floating AI assistant widget
   ===================================================================== */
    .ai-widget {
      position: fixed;
      left: 50%;
      bottom: 22px;
      transform: translateX(-50%);
      z-index: 80;
      width: 100%;
      max-width: 460px;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      transition: opacity .2s, transform .2s
    }

    .ai-widget.hide {
      opacity: 0;
      pointer-events: none;
      transform: translateX(-50%) translateY(12px)
    }

    .ai-panel {
      display: none;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      box-shadow: var(--shadow-lg);
      margin-bottom: 12px;
      overflow: hidden
    }

    .ai-widget.open .ai-panel {
      display: flex
    }

    .ai-panel-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 18px;
      border-bottom: 1px solid var(--line)
    }

    .ai-panel-title {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      font-size: 14px;
      color: var(--text)
    }

    .ai-panel-title .d {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(22, 163, 74, .18);
      animation: blink 1.5s infinite
    }

    .ai-close {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--paper-2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--muted);
      font-size: 13px;
      flex-shrink: 0
    }

    .ai-close:hover {
      background: rgba(239, 68, 68, .1);
      color: #DC2626
    }

    .ai-messages {
      padding: 16px 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      overflow-y: auto;
      max-height: 280px
    }

    .ai-messages .chat-bubble {
      max-width: 88%;
      font-size: 13.5px;
      opacity: 1;
      transform: none
    }

    .ai-typing {
      display: flex;
      gap: 4px;
      padding: 11px 15px;
      align-self: flex-start;
      background: var(--paper-2);
      border: 1px solid var(--line);
      border-radius: 18px 18px 18px 4px
    }

    .ai-typing span {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--muted);
      animation: aiTypingBlink 1.2s infinite
    }

    .ai-typing span:nth-child(2) {
      animation-delay: .2s
    }

    .ai-typing span:nth-child(3) {
      animation-delay: .4s
    }

    @keyframes aiTypingBlink {

      0%,
      60%,
      100% {
        opacity: .35;
        transform: translateY(0)
      }

      30% {
        opacity: 1;
        transform: translateY(-3px)
      }
    }

    .ai-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 6px 6px 6px 20px;
      box-shadow: 0 14px 40px rgba(30, 41, 90, .16);
      transition: box-shadow .2s, border-color .2s
    }

    .ai-bar:focus-within {
      border-color: rgba(30, 93, 216, .4);
      box-shadow: 0 16px 44px rgba(30, 93, 216, .2)
    }

    .ai-input {
      flex: 1;
      min-width: 0;
      border: none;
      outline: none;
      background: transparent;
      font-family: inherit;
      font-size: 14px;
      color: var(--text);
      padding: 8px 0
    }

    .ai-input::placeholder {
      color: var(--muted)
    }

    .ai-send {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--grad-primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 8px 20px rgba(30, 93, 216, .35);
      transition: transform .2s
    }

    .ai-send:hover {
      transform: scale(1.06)
    }

    /* =====================================================================
   Scroll to top
   ===================================================================== */
    .to-top {
      position: fixed;
      right: 24px;
      bottom: 100px;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: var(--grad-primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 26px rgba(22, 163, 74, .32);
      z-index: 70;
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity .25s, transform .25s, box-shadow .25s
    }

    .to-top.show {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0)
    }

    .to-top:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 34px rgba(22, 163, 74, .45)
    }

    .to-top svg {
      width: 20px;
      height: 20px
    }

    /* =====================================================================
   "See How It Works" video modal
   ===================================================================== */
    .how-modal-overlay {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(11, 17, 32, .72);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      overflow-y: auto
    }

    .how-modal-overlay.open {
      opacity: 1;
      pointer-events: auto
    }

    .how-modal {
      position: relative;
      width: 100%;
      max-width: 900px;
      margin: auto;
      background: #0E1730;
      border-radius: 24px;
      box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, .08);
      overflow: hidden;
      transform: scale(.94) translateY(14px);
      transition: transform .32s cubic-bezier(.2, .7, .2, 1)
    }

    .how-modal-overlay.open .how-modal {
      transform: scale(1) translateY(0)
    }

    .how-modal__close {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 3;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .12);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      backdrop-filter: blur(6px);
      transition: background .2s, transform .2s
    }

    .how-modal__close:hover {
      background: rgba(255, 255, 255, .24);
      transform: scale(1.06)
    }

    .how-modal__video {
      aspect-ratio: 16 / 9;
      width: 100%;
      position: relative
    }

    .how-modal__video video {
      width: 100%;
      height: 100%;
      display: block;
      background: #000
    }

    @media (max-width:640px) {
      .how-modal {
        border-radius: 18px
      }
    }

    /* =====================================================================
   Reveal animation
   ===================================================================== */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1)
    }

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

    .reveal[data-delay="100"] {
      transition-delay: .1s
    }

    .reveal[data-delay="150"] {
      transition-delay: .15s
    }

    .reveal[data-delay="200"] {
      transition-delay: .2s
    }

    .reveal[data-delay="250"] {
      transition-delay: .25s
    }

    .reveal[data-delay="300"] {
      transition-delay: .3s
    }

    .reveal[data-delay="350"] {
      transition-delay: .35s
    }

    /* =====================================================================
   Responsive
   ===================================================================== */
    @media (max-width:1100px) {
      .bento--split {
        grid-template-columns: 1fr
      }

      .nav-links {
        gap: 24px
      }

      .compare-head,
      .compare-row {
        grid-template-columns: 1fr 40px 1fr
      }

      .compare-head .ch,
      .compare-cell {
        padding: 20px 22px
      }
    }

    @media (max-width:980px) {

      .hero-grid-inner,
      .how-grid {
        grid-template-columns: 1fr;
        gap: 32px
      }

      .pricing-layout,
      .pricing-side {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto
      }

      .assistants-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto
      }

      .demo-shell {
        grid-template-columns: 1fr
      }

      .demo-shell__panel--right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .08)
      }

      .demo-shell__panel {
        padding: 40px 32px
      }

      .compare-head,
      .compare-row {
        grid-template-columns: 1fr 1fr
      }

      .compare-row--merged {
        grid-template-columns: 1fr
      }

      .compare-mid {
        display: none
      }

      .compare-head .ch,
      .compare-cell {
        padding: 14px 14px
      }

      .compare-head .good,
      .compare-cell.good {
        border-left: 1px solid var(--line)
      }

      .compare-row--merged .compare-cell.good {
        border-left: none
      }

      .hero-visual {
        min-height: auto;
        margin-top: 20px
      }

      .device-tilt {
        width: 240px
      }

      .device-screen {
        height: 420px
      }

      .device-video video {
        min-height: 420px;
        max-height: 420px
      }

      .mascot {
        width: 110px
      }

      .orbit-ring.o1 {
        width: 340px;
        height: 340px
      }

      .orbit-ring.o2 {
        width: 400px;
        height: 400px
      }

      .orbit-ring.o3 {
        width: 280px;
        height: 280px
      }

      section {
        padding: 70px 0
      }

      .section-sub {
        font-size: 16px
      }

      .nav-links {
        display: none
      }

      .nav-cta .btn-ghost {
        display: none
      }

      .burger {
        display: flex
      }

      .nav {
        padding: 14px 20px
      }

      .hero {
        padding: 40px 0 50px
      }
    }

    @media (max-width:640px) {
      .to-top {
        display: none
      }

      .container {
        padding: 0 20px
      }

      .hero h1 {
        font-size: clamp(36px, 10vw, 46px)
      }

      .hero p.sub {
        font-size: 16px
      }

      .hero-cta .btn {
        width: 100%;
        justify-content: center;
        padding: 14px 22px;
        font-size: 15px
      }

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

      .hero-trust {
        flex-wrap: wrap;
        font-size: 12px
      }

      .suggest {
        gap: 8px
      }

      .suggest-chip {
        padding: 8px 12px;
        font-size: 12px
      }

      .hb {
        width: 42px;
        height: 42px
      }

      .hb svg {
        width: 18px;
        height: 18px
      }

      .orbit-wrap {
        display: none
      }

      .bento-mini-grid {
        grid-template-columns: 1fr;
        gap: 10px
      }

      .bento-mini {
        padding: 14px 16px;
        gap: 12px;
        border-radius: 14px
      }

      .bento-mini .ic {
        width: 34px;
        height: 34px;
        border-radius: 10px
      }

      .bento-mini .ic svg {
        width: 16px;
        height: 16px
      }

      .bento-mini h3 {
        font-size: 13px;
        line-height: 1.3
      }

      .bento-spotlight {
        padding: 26px 22px;
        gap: 10px
      }

      .bento-spotlight .ic {
        width: 46px;
        height: 46px;
        margin-top: 2px
      }

      .bento-spotlight .ic svg {
        width: 20px;
        height: 20px
      }

      .bento-spotlight h3 {
        font-size: 20px
      }

      .bento-spotlight p {
        font-size: 13.5px
      }

      .bento--split {
        gap: 14px
      }

      .section-title {
        font-size: clamp(28px, 8vw, 38px)
      }

      .section-sub {
        font-size: 15.5px
      }

      .plan-card {
        padding: 30px 24px 24px
      }

      .plan-price .v {
        font-size: 36px
      }

      .assistant-card {
        padding: 28px 24px 24px
      }

      .assistant-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px
      }

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

      .assistant-name {
        font-size: 19px
      }

      .topup-dark {
        padding: 22px 24px
      }

      .journey {
        padding: 22px 24px
      }

      .how-feat {
        grid-template-columns: 1fr
      }

      .how-feat-item {
        padding: 16px
      }

      .compare-head .ch {
        padding: 12px 10px;
        font-size: 13.5px;
        gap: 8px
      }

      .compare-head .ch .ic {
        width: 24px;
        height: 24px
      }

      .compare-head .ch .ic svg {
        width: 12px;
        height: 12px
      }

      .compare-cell {
        padding: 12px 10px;
        font-size: 12px;
        line-height: 1.35;
        gap: 8px
      }

      .compare-cell .ic {
        width: 22px;
        height: 22px
      }

      .compare-cell .ic svg {
        width: 11px;
        height: 11px
      }

      section {
        padding: 54px 0
      }

      .final-cta {
        padding: 64px 0 70px;
        margin-top: 54px
      }

      footer {
        padding: 36px 0
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center
      }

      .eyebrow {
        font-size: 11px;
        padding: 5px 12px
      }

      .nav-cta .btn-primary {
        padding: 10px 18px;
        font-size: 13px
      }

      .hero h1 {
        line-height: 1.05
      }

      .demo-shell__panel {
        padding: 32px 22px
      }

      .demo-captcha__row {
        gap: 8px
      }

      .demo-captcha__q {
        padding: 13px 12px;
        font-size: 13px
      }
    }

    @media (max-width:380px) {
      .container {
        padding: 0 16px
      }

      .hero h1 {
        font-size: 34px
      }

      .plan-price .v {
        font-size: 32px
      }

      .nav-cta .btn-primary {
        padding: 9px 14px;
        font-size: 12px
      }

      .burger {
        width: 38px;
        height: 38px
      }

      .compare-head .ch {
        padding: 10px 8px;
        font-size: 12px;
        gap: 6px
      }

      .compare-head .ch .ic {
        width: 20px;
        height: 20px
      }

      .compare-cell {
        padding: 10px 8px;
        font-size: 11px;
        gap: 6px
      }

      .compare-cell .ic {
        width: 18px;
        height: 18px
      }

      .compare-cell .ic svg {
        width: 10px;
        height: 10px
      }

      .bento-mini {
        padding: 12px 14px;
        gap: 10px
      }

      .bento-mini .ic {
        width: 30px;
        height: 30px
      }

      .bento-mini .ic svg {
        width: 14px;
        height: 14px
      }

      .bento-mini h3 {
        font-size: 12.5px
      }
    }

    /* =====================================================================
   Feature Page — Story Sections & Widgets (feature.html)
   ===================================================================== */
    .voice-demo {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 20px 22px;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 420px;
      margin-top: 26px
    }

    .voice-demo .chat-bubble {
      opacity: 1;
      transform: none
    }

    .voice-demo__label {
      font-size: 11.5px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
      color: var(--muted);
      margin-bottom: 2px
    }

    .voice-demo__replay {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 4px;
      font-size: 12.5px;
      font-weight: 700;
      color: var(--blue);
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(30, 93, 216, .08);
      border: 1px solid rgba(30, 93, 216, .2);
      transition: background .2s
    }

    .voice-demo__replay:hover {
      background: rgba(30, 93, 216, .14)
    }

    .voice-demo__replay svg {
      width: 12px;
      height: 12px
    }

    .ai-action-quote {
      max-width: 560px;
      margin: 32px auto 0
    }

    /* -------- Breadcrumb flow chips (hero-micro) -------- */
    .hero-micro {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-top: 22px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text-2)
    }

    .hero-micro span:not(.hero-micro__arrow) {
      background: var(--paper-2);
      border: 1px solid var(--line);
      padding: 6px 12px;
      border-radius: 999px
    }

    .hero-micro__arrow {
      color: var(--green);
      font-weight: 700;
      opacity: .7
    }

    .connected-flow {
      justify-content: center;
      max-width: 900px;
      margin: 36px auto 0;
      gap: 10px 8px
    }

    .ai-action-bottom {
      text-align: center;
      max-width: 560px;
      margin: 40px auto 0;
      font-size: 15px;
      color: var(--text-2)
    }

    .ai-action-bottom b {
      color: var(--text)
    }

    /* -------- Problem flow (before / after) -------- */
    .problem-flow {
      max-width: 760px;
      margin: 0 auto 40px;
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .problem-flow__row {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 16px 20px;
      box-shadow: var(--shadow-soft)
    }

    .problem-flow__row .hero-micro {
      margin-top: 0
    }

    .problem-flow__tag {
      flex-shrink: 0;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding: 6px 12px;
      border-radius: 999px
    }

    .problem-flow__tag.bad {
      background: rgba(239, 68, 68, .12);
      color: #DC2626
    }

    .problem-flow__tag.good {
      background: rgba(22, 163, 74, .12);
      color: var(--green-dark)
    }

    /* -------- AI steps (numbered) -------- */
    .ai-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 40px
    }

    .ai-steps__item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 20px;
      box-shadow: var(--shadow-soft);
      transition: transform .25s, box-shadow .25s, border-color .25s
    }

    .ai-steps__item:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg)
    }

    .ai-steps__item.active {
      border-color: rgba(22, 163, 74, .4);
      background: linear-gradient(180deg, #fff 0%, rgba(22, 163, 74, .04) 100%);
      box-shadow: 0 0 0 3px rgba(22, 163, 74, .12), var(--shadow-soft)
    }

    .ai-steps__num {
      flex-shrink: 0;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 15px;
      font-weight: 700;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--paper-2);
      color: var(--muted)
    }

    .ai-steps__item.active .ai-steps__num {
      background: var(--grad-primary);
      color: #fff
    }

    .ai-steps__item h3 {
      font-size: 14.5px;
      font-weight: 700;
      margin-bottom: 4px
    }

    .ai-steps__item p {
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.5
    }

    /* -------- Feature story (alternating content / panel) -------- */
    .feature-story {
      padding: 64px 0
    }

    .feature-story.reverse {
      background: linear-gradient(180deg, var(--paper-2) 0%, rgba(242, 245, 255, .4) 100%)
    }

    .feature-story__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center
    }

    .feature-story__content {
      order: 1
    }

    .feature-story__panel {
      order: 2
    }

    .feature-story.reverse .feature-story__content {
      order: 2
    }

    .feature-story.reverse .feature-story__panel {
      order: 1
    }

    .feature-story__content h2 {
      font-size: clamp(26px, 3.2vw, 38px);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.15;
      margin: 14px 0 16px
    }

    .feature-story__content .lead {
      font-size: 16.5px;
      color: var(--text-2);
      line-height: 1.65;
      max-width: 520px;
      margin-bottom: 20px
    }

    .feature-story__highlight {
      display: inline-block;
      font-size: 13.5px;
      font-weight: 700;
      color: var(--text);
      background: var(--paper-2);
      border-left: 3px solid var(--green);
      padding: 11px 16px;
      border-radius: 0 12px 12px 0;
      line-height: 1.5
    }

    .feature-story__panel {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 32px;
      box-shadow: var(--shadow-soft)
    }

    .story-example {
      background: var(--paper-2);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 14px 16px
    }

    /* -------- Story checklist -------- */
    .story-list {
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .story-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 14.5px;
      color: var(--text-2);
      line-height: 1.6
    }

    .story-list li b {
      color: var(--text)
    }

    .story-list .mk {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(22, 163, 74, .12);
      color: var(--green-dark);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px
    }

    .story-list .mk svg {
      width: 12px;
      height: 12px
    }

    /* -------- Assistant tag chips -------- */
    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      position: relative;
      z-index: 1;
      margin: 6px 0 4px
    }

    .tag-chip {
      font-size: 12.5px;
      font-weight: 600;
      padding: 6px 13px;
      border-radius: 999px;
      background: rgba(16, 24, 51, .05);
      border: 1px solid var(--line);
      color: var(--text-2)
    }

    .assistant-card.acc-teal .tag-chip {
      background: rgba(13, 148, 136, .10);
      border-color: rgba(13, 148, 136, .25);
      color: #0D9488
    }

    .assistant-card.acc-blue .tag-chip {
      background: rgba(30, 93, 216, .08);
      border-color: rgba(30, 93, 216, .22);
      color: var(--blue)
    }

    /* -------- Automate table -------- */
    .automate-table {
      max-width: 760px;
      margin: 44px auto 0;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--shadow-soft)
    }

    .automate-table__head {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: var(--grad-primary);
      color: #fff;
      font-size: 12.5px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em
    }

    .automate-table__head span {
      padding: 14px 24px
    }

    .automate-table__row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      font-size: 14px
    }

    .automate-table__row span {
      padding: 13px 24px
    }

    .automate-table__row span:first-child {
      color: var(--text);
      font-weight: 600
    }

    .automate-table__row span:last-child {
      color: var(--text-2)
    }

    .automate-table__row:nth-child(even) {
      background: rgba(16, 24, 51, .02)
    }

    .automate-table__row:not(:last-child) {
      border-bottom: 1px solid var(--line)
    }

    @media (max-width:980px) {
      .ai-steps {
        grid-template-columns: repeat(2, 1fr)
      }

      .feature-story__grid {
        grid-template-columns: 1fr;
        gap: 34px
      }

      .feature-story__content,
      .feature-story.reverse .feature-story__content,
      .feature-story__panel,
      .feature-story.reverse .feature-story__panel {
        order: 0
      }

      .feature-story__content .lead {
        max-width: 100%
      }
    }

    @media (max-width:640px) {
      .ai-steps {
        grid-template-columns: 1fr
      }

      .automate-table__head span,
      .automate-table__row span {
        padding: 12px 16px;
        font-size: 13px
      }

      .voice-demo {
        max-width: 100%
      }

      .problem-flow__row {
        flex-direction: column;
        align-items: flex-start
      }
    }

    /* =====================================================================
   Legal / Policy pages (Privacy, Terms) — dark hero + single-column doc
   ===================================================================== */
    .legal-hero {
      position: relative;
      overflow: hidden;
      padding: 70px 0 56px;
      text-align: center;
      background: linear-gradient(160deg, #0B3D9B 0%, #0D9488 55%, #16A34A 130%);
      color: #fff
    }

    .legal-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
      background-size: 26px 26px;
      opacity: .5;
      pointer-events: none
    }

    .legal-hero>.container {
      position: relative;
      z-index: 1
    }

    .legal-hero h1 {
      font-size: clamp(30px, 4.4vw, 46px);
      font-weight: 800;
      letter-spacing: -.02em;
      color: #fff;
      margin-bottom: 14px
    }

    .legal-hero .section-sub {
      color: rgba(255, 255, 255, .82)
    }

    .legal-meta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: #fff;
      background: rgba(255, 255, 255, .14);
      border: 1px solid rgba(255, 255, 255, .3);
      padding: 7px 16px;
      border-radius: 999px
    }

    .legal-pillnav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      max-width: 900px;
      margin: 28px auto 0
    }

    .legal-pillnav a {
      font-size: 12.5px;
      font-weight: 600;
      color: rgba(255, 255, 255, .85);
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .22);
      padding: 8px 15px;
      border-radius: 999px;
      transition: background .2s, border-color .2s, color .2s
    }

    .legal-pillnav a:hover {
      background: #fff;
      border-color: #fff;
      color: var(--blue-dark)
    }

    .legal-subnav {
      position: sticky;
      top: 80px;
      z-index: 55;
      background: rgba(251, 252, 255, .92);
      backdrop-filter: saturate(180%) blur(14px);
      -webkit-backdrop-filter: saturate(180%) blur(14px);
      border-bottom: 1px solid var(--line)
    }

    .legal-subnav-inner {
      display: flex;
      align-items: center;
      gap: 6px;
      overflow-x: auto;
      scrollbar-width: none;
      max-width: 1320px;
      margin: 0 auto;
      padding: 12px 30px
    }

    .legal-subnav-inner::-webkit-scrollbar {
      display: none
    }

    .legal-subnav a {
      flex-shrink: 0;
      font-size: 13px;
      font-weight: 600;
      color: var(--muted);
      padding: 7px 14px;
      border-radius: 999px;
      white-space: nowrap;
      transition: background .2s, color .2s
    }

    .legal-subnav a:hover {
      background: var(--paper-2);
      color: var(--text)
    }

    .legal-subnav a.is-active {
      background: var(--grad-primary);
      color: #fff
    }

    .legal-doc {
      padding-top: 54px
    }

    .legal-summary {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 20px;
      background: var(--paper-2);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 22px 24px;
      margin-bottom: 34px
    }

    .legal-summary-title {
      grid-column: 1 / -1;
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px
    }

    .legal-summary-title svg {
      width: 17px;
      height: 17px;
      color: var(--green-dark)
    }

    .legal-summary-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13.5px;
      line-height: 1.55;
      color: var(--text-2)
    }

    .legal-summary-item svg {
      flex-shrink: 0;
      width: 16px;
      height: 16px;
      margin-top: 2px;
      color: var(--green-dark)
    }

    .legal-body {
      max-width: 700px;
      margin: 0 auto;
      color: var(--text-2);
      font-size: 15.5px;
      line-height: 1.75
    }

    .legal-body>p:first-child {
      font-size: 17.5px;
      color: var(--text);
      font-weight: 500;
      margin-bottom: 30px
    }

    .legal-body section {
      position: relative;
      padding: 38px 0 38px 26px;
      border-left: 2px solid var(--line);
      scroll-margin-top: 100px
    }

    .legal-body section:first-of-type {
      padding-top: 0
    }

    .legal-body section::before {
      content: "";
      position: absolute;
      left: -6px;
      top: 40px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px var(--paper)
    }

    .legal-body section:first-of-type::before {
      top: 2px
    }

    .legal-body h2 {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 21px;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 16px
    }

    .legal-body h2 .num {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      background: var(--grad-primary);
      width: 30px;
      height: 30px;
      border-radius: 9px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 6px 14px rgba(11, 61, 155, .3)
    }

    .legal-body h3 {
      font-size: 15.5px;
      font-weight: 700;
      color: var(--text);
      margin: 20px 0 8px
    }

    .legal-body p {
      margin-bottom: 14px
    }

    .legal-body ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 14px 0
    }

    .legal-body ul li {
      position: relative;
      padding-left: 22px
    }

    .legal-body ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--green)
    }

    .legal-body b {
      color: var(--text);
      font-weight: 700
    }

    .legal-body a {
      color: var(--blue);
      text-decoration: underline;
      text-underline-offset: 2px
    }

    .legal-callout {
      display: flex;
      gap: 12px;
      background: var(--paper-2);
      border-left: 3px solid var(--green);
      border-radius: 0 12px 12px 0;
      padding: 15px 18px;
      margin: 18px 0;
      font-size: 14px;
      color: var(--text)
    }

    .legal-callout svg {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      color: var(--green-dark);
      margin-top: 1px
    }

    .legal-plans {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin: 16px 0
    }

    .legal-plan-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 20px 20px 18px;
      background: #fff;
      box-shadow: var(--shadow-soft)
    }

    .legal-plan-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: var(--grad-primary)
    }

    .legal-plan-card.gold::before {
      background: linear-gradient(90deg, #F59E0B, #D97706)
    }

    .legal-plan-card b {
      display: block;
      font-size: 14.5px;
      margin-bottom: 6px
    }

    .legal-plan-card p {
      font-size: 13.5px;
      margin: 0
    }

    .legal-disclaimer {
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 12.5px;
      color: var(--muted);
      background: var(--paper-2);
      border-radius: 12px;
      padding: 14px 18px;
      text-align: center
    }

    @media (max-width:900px) {
      .legal-subnav {
        top: 88px
      }
    }

    @media (max-width:640px) {
      .legal-hero {
        padding: 120px 0 40px
      }

      .legal-pillnav {
        display: none
      }

      .legal-subnav-inner {
        padding: 10px 20px
      }

      .legal-plans {
        grid-template-columns: 1fr
      }

      .legal-summary {
        grid-template-columns: 1fr;
        padding: 18px 20px
      }

      .legal-body section {
        padding-left: 20px
      }
    }

    /* Reduced motion */
    @media (prefers-reduced-motion:reduce) {
      * {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
        animation-iteration-count: 1 !important
      }

      .reveal {
        opacity: 1;
        transform: none
      }

      .device-tilt {
        transform: none !important
      }
    }