:root {
    --p: #7C3AED; --p2: #8B5CF6; --p-dark: #5B21B6; --p-light: #EDE9FE; --p-50: #F5F3FF;
    --ink: #1B1530; --ink-2: #45415F;
    --green: #16A34A; --green-bg: #E9F8EF; --amber: #D97706; --amber-bg: #FEF3E2; --red: #DC2626; --red-bg: #FDECEC;
    --text: #1B1530; --text-2: #5A5772; --text-3: #9692AC;
    --bg: #FBFBFE; --surface: #ffffff; --border: #ECEBF3; --border-2: #F2F1F8;
    --ink-bg: #1B1530;
    --grad: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 55%, #6D28D9 100%);
    --grad-text: linear-gradient(100deg, #8B5CF6 10%, #7C3AED 90%);
    --shadow-xs: 0 1px 2px rgba(21,19,42,.05);
    --shadow-sm: 0 2px 8px rgba(21,19,42,.06), 0 1px 2px rgba(21,19,42,.04);
    --shadow-md: 0 12px 32px rgba(21,19,42,.09);
    --shadow-lg: 0 28px 64px rgba(60,52,137,.18);
    --max: 1180px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: inherit; text-decoration: none; }
  .disp { font-family: "Plus Jakarta Sans", sans-serif; }
  .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
  h1, h2, h3 { font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -.02em; }
  h1 { font-size: 56px; font-weight: 700; line-height: 1.04; }
  h2 { font-size: 38px; font-weight: 600; line-height: 1.12; }
  h3 { font-size: 21px; font-weight: 600; }
  .lead { font-size: 19px; color: var(--text-2); line-height: 1.6; }
  .eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--p); background: var(--p-light); padding: 6px 13px; border-radius: 999px; }
  .eyebrow svg { width: 14px; height: 14px; }
  .grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  section { padding: 88px 0; }
  .sec-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
  .sec-head h2 { margin-top: 14px; }
  .sec-head p { margin-top: 14px; font-size: 18px; color: var(--text-2); }
  ::-webkit-scrollbar { width: 11px; height: 11px; }
  ::-webkit-scrollbar-thumb { background: #d9d6ea; border-radius: 8px; border: 3px solid var(--bg); }

  /* reveal */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }

  /* buttons */
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: inherit; font-weight: 600; font-size: 15px; padding: 13px 24px; border-radius: 12px; cursor: pointer; border: 1.5px solid transparent; transition: transform .14s, box-shadow .14s, background .14s, border-color .14s; white-space: nowrap; }
  .btn svg { width: 17px; height: 17px; }
  .btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 20px rgba(124,58,237,.3); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(124,58,237,.38); }
  .btn-ghost { background: #fff; color: var(--ink); border-color: var(--border); }
  .btn-ghost:hover { border-color: var(--p); color: var(--p); box-shadow: var(--shadow-sm); }
  .btn-dark { background: var(--ink); color: #fff; }
  .btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .btn-white { background: #fff; color: var(--p-dark); }
  .btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .btn-lg { font-size: 16px; padding: 15px 30px; border-radius: 14px; }

  .badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; padding: 4px 11px; border-radius: 999px; }
  .badge svg { width: 13px; height: 13px; }
  .badge.green { background: var(--green-bg); color: var(--green); }
  .badge.amber { background: var(--amber-bg); color: var(--amber); }
  .badge.red { background: var(--red-bg); color: var(--red); }
  .badge.purple { background: var(--p-light); color: var(--p); }

  /* NAV */
  .nav { position: sticky; top: 0; z-index: 100; background: rgba(251,251,254,.8); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, background .2s; }
  .nav.scrolled { border-color: var(--border); background: rgba(251,251,254,.92); }
  .nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; }
  .brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 6px 14px rgba(124,58,237,.34); }
  .brand-mark svg { width: 21px; height: 21px; color: #fff; }
  .brand-name { font-family: "Plus Jakarta Sans", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
  .nav-links { display: flex; align-items: center; gap: 2px; margin-left: 26px; }
  .nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 9px 13px; border-radius: 10px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); cursor: pointer; }
  .nav-link svg { width: 15px; height: 15px; opacity: .6; }
  .nav-link:hover { background: var(--p-50); color: var(--p); }
  .nav-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
  .has-dd { position: relative; }
  .dd { position: absolute; top: calc(100% + 10px); left: 0; min-width: 256px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .16s, transform .16s, visibility .16s; }
  .has-dd:hover .dd { opacity: 1; visibility: visible; transform: none; }
  .dd-item { display: flex; align-items: flex-start; gap: 12px; padding: 11px 12px; border-radius: 11px; cursor: pointer; }
  .dd-item:hover { background: var(--p-50); }
  .dd-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--p-light); color: var(--p); display: grid; place-items: center; flex-shrink: 0; }
  .dd-ic svg { width: 17px; height: 17px; }
  .dd-item .t { font-size: 14px; font-weight: 600; }
  .dd-item .s { font-size: 12px; color: var(--text-2); line-height: 1.4; }
  .hamburger { display: none; width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center; color: var(--ink); }
  .hamburger svg { width: 22px; height: 22px; }
  .mobile-menu { display: none; position: fixed; inset: 72px 0 0; z-index: 99; background: #fff; padding: 18px 24px 40px; overflow-y: auto; }
  .mobile-menu.open { display: block; }
  .m-link { display: block; padding: 15px 4px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--border-2); cursor: pointer; }
  .m-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
  .m-actions .btn { width: 100%; }

  .page { display: none; }
  .page.active { display: block; }

  /* HERO */
  .hero { position: relative; padding: 70px 0 80px; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(680px 360px at 78% 8%, rgba(124,58,237,.16), transparent 70%),
    radial-gradient(560px 320px at 8% 30%, rgba(124,58,237,.1), transparent 70%); }
  .hero-bg::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--border-2) 1px, transparent 1px), linear-gradient(90deg, var(--border-2) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(900px 460px at 70% 20%, #000, transparent 80%); mask-image: radial-gradient(900px 460px at 70% 20%, #000, transparent 80%); opacity: .6; }
  .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 52px; align-items: center; }
  .hero h1 { margin: 20px 0; }
  .hero .lead { max-width: 510px; margin-bottom: 28px; }
  .hero-cta { display: flex; gap: 10px; max-width: 500px; background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 7px; box-shadow: var(--shadow-sm); }
  .hero-cta:focus-within { border-color: var(--p); box-shadow: 0 0 0 4px var(--p-50); }
  .hero-input { flex: 1; border: none; outline: none; padding: 0 16px; font-family: inherit; font-size: 15px; background: none; }
  .hero-checks { display: flex; gap: 22px; margin-top: 20px; flex-wrap: wrap; }
  .hero-check { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--text-2); }
  .hero-check svg { width: 16px; height: 16px; color: var(--green); }
  .trust-row { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
  .avatars { display: flex; }
  .avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid var(--bg); margin-left: -10px; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #fff; font-family: "Plus Jakarta Sans"; }
  .avatars span:first-child { margin-left: 0; }
  .stars { color: #F5A623; letter-spacing: 1px; font-size: 15px; }
  .trust-row .t { font-size: 13.5px; color: var(--text-2); }
  .trust-row b { color: var(--ink); }

  /* live verification card */
  .console { background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-lg); overflow: hidden; position: relative; }
  .console::before { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.12), transparent 70%); pointer-events: none; }
  .console-top { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--border-2); background: linear-gradient(180deg, #fff, var(--p-50)); }
  .console-mk { width: 38px; height: 38px; border-radius: 11px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 6px 14px rgba(124,58,237,.3); flex-shrink: 0; }
  .console-mk svg { width: 19px; height: 19px; color: #fff; }
  .console-title { font-family: "Plus Jakarta Sans"; font-weight: 700; font-size: 15px; color: var(--ink); display: flex; flex-direction: column; line-height: 1.25; }
  .console-title small { font-weight: 500; font-size: 12px; color: var(--text-2); }
  .console-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--green); background: var(--green-bg); padding: 5px 11px; border-radius: 999px; }
  .console-live .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(31,138,76,.5); animation: pulse 1.6s infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,138,76,.45); } 70% { box-shadow: 0 0 0 7px rgba(31,138,76,0); } 100% { box-shadow: 0 0 0 0 rgba(31,138,76,0); } }
  .console-body { padding: 18px 18px 6px; }
  .con-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 13px; background: var(--bg); border: 1px solid var(--border-2); margin-bottom: 10px; opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
  .con-row.show { opacity: 1; transform: none; }
  .con-row .em { flex: 1; color: var(--ink); font-size: 13.5px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .con-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
  .con-tag { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; font-family: "Plus Jakarta Sans"; }
  .con-tag.valid { background: var(--green-bg); color: var(--green); }
  .con-tag.catchall { background: var(--amber-bg); color: var(--amber); }
  .con-tag.invalid { background: var(--red-bg); color: var(--red); }
  .console-foot { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 6px 18px 20px; }
  .con-stat { background: var(--bg); border: 1px solid var(--border-2); border-radius: 13px; padding: 14px 8px; text-align: center; }
  .con-stat .n { font-family: "Plus Jakarta Sans"; font-size: 23px; font-weight: 700; }
  .con-stat .l { font-size: 11.5px; color: var(--text-2); font-weight: 600; margin-top: 2px; }
  .hero-result { margin-top: 12px; min-height: 0; }
  .res-badge { display: none; align-items: center; gap: 9px; padding: 11px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; }
  .res-badge.show { display: inline-flex; }
  .res-badge svg { width: 17px; height: 17px; }
  .spinner { width: 16px; height: 16px; border: 2.5px solid rgba(124,58,237,.25); border-top-color: var(--p); border-radius: 50%; animation: spin .7s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }

  /* marquee */
  .marquee-sec { padding: 40px 0; border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); }
  .marquee-lbl { text-align: center; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-3); margin-bottom: 22px; }
  .marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
  .marquee-track { display: flex; gap: 56px; width: max-content; animation: scroll 28s linear infinite; }
  @keyframes scroll { to { transform: translateX(-50%); } }
  .logo-name { font-family: "Plus Jakarta Sans"; font-size: 22px; font-weight: 600; color: #b7b4c8; white-space: nowrap; }

  /* bento */
  .bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 18px; }
  .bento .cell { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-xs); transition: transform .18s, box-shadow .18s, border-color .18s; overflow: hidden; position: relative; }
  .bento .cell:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #ddd9f0; }
  .bento .span2 { grid-column: span 2; }
  .bento .dark { background: var(--ink-bg); color: #fff; border-color: transparent; }
  .bento .f-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--p-light); color: var(--p); display: grid; place-items: center; margin-bottom: 16px; }
  .bento .dark .f-ic { background: rgba(255,255,255,.1); color: #b9aef9; }
  .f-ic svg { width: 22px; height: 22px; }
  .bento h3 { margin-bottom: 8px; }
  .bento p { color: var(--text-2); font-size: 14.5px; line-height: 1.6; }
  .bento .dark p { color: #b6b2d2; }
  .mini-bars { display: flex; align-items: flex-end; gap: 7px; height: 60px; margin-top: 18px; }
  .mini-bars i { flex: 1; border-radius: 5px 5px 0 0; background: var(--grad); }

  /* pipeline */
  .pipeline { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; justify-content: center; }
  .pl-step { flex: 1; min-width: 130px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px 16px; text-align: center; position: relative; box-shadow: var(--shadow-xs); }
  .pl-step .pn { width: 34px; height: 34px; border-radius: 10px; background: var(--p-light); color: var(--p); font-weight: 700; font-family: "Plus Jakarta Sans"; display: grid; place-items: center; margin: 0 auto 12px; transition: background .3s, color .3s, transform .3s; }
  .pl-step.lit .pn { background: var(--grad); color: #fff; transform: scale(1.08); }
  .pl-step .pt { font-weight: 600; font-size: 14.5px; }
  .pl-step .ps { font-size: 12px; color: var(--text-2); margin-top: 3px; }
  .pl-arrow { display: flex; align-items: center; color: var(--text-3); padding: 0 6px; }
  .pl-arrow svg { width: 18px; height: 18px; }

  /* comparison */
  .compare { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); }
  .compare th, .compare td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--border-2); }
  .compare thead th { font-family: "Plus Jakarta Sans"; font-size: 15px; }
  .compare thead .us { color: var(--p); }
  .compare tbody td:first-child { font-weight: 500; color: var(--ink-2); }
  .compare td.c { text-align: center; }
  .compare .us-col { background: var(--p-50); }
  .compare tr:last-child td { border-bottom: none; }
  .ci { width: 22px; height: 22px; }
  .ci.yes { color: var(--green); }
  .ci.no { color: var(--text-3); }

  /* calculator */
  .calc { background: var(--ink-bg); border-radius: 24px; padding: 0; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; color: #fff; }
  .calc-in { padding: 44px; }
  .calc-in h2 { color: #fff; }
  .calc-in p { color: #b6b2d2; margin: 12px 0 28px; }
  .calc-field { margin-bottom: 24px; }
  .calc-field label { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 600; color: #cfcbe8; margin-bottom: 12px; }
  .calc-field label b { color: #fff; font-family: "Plus Jakarta Sans"; font-size: 15px; }
  .crange { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: rgba(255,255,255,.16); outline: none; cursor: pointer; }
  .crange::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 6px solid var(--p2); box-shadow: 0 3px 8px rgba(0,0,0,.3); cursor: pointer; }
  .crange::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 6px solid var(--p2); cursor: pointer; }
  .calc-out { background: linear-gradient(160deg, #211d44, #15132A); padding: 44px; display: flex; flex-direction: column; justify-content: center; gap: 22px; border-left: 1px solid rgba(255,255,255,.08); }
  .calc-stat .cn { font-family: "Plus Jakarta Sans"; font-size: 42px; font-weight: 700; line-height: 1; }
  .calc-stat .cl { font-size: 13.5px; color: #b6b2d2; margin-top: 7px; }
  .calc-stat.hl .cn { color: #7DE3A6; }
  .calc-divide { height: 1px; background: rgba(255,255,255,.1); }

  /* slider card */
  .slider-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-md); padding: 40px 44px; max-width: 700px; margin: 0 auto; text-align: center; }
  .slider-card .sc-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); }
  .vol-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--border); outline: none; margin: 26px 0 14px; cursor: pointer; }
  .vol-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 6px solid var(--p); box-shadow: 0 3px 10px rgba(124,58,237,.4); cursor: pointer; }
  .vol-slider::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 6px solid var(--p); cursor: pointer; }
  .vol-big { font-family: "Plus Jakarta Sans"; font-size: 36px; font-weight: 700; color: var(--p); margin: 14px 0 12px; }
  .vol-ticks { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--text-3); }
  .vol-ticks span { cursor: pointer; flex: 1; text-align: center; }
  .vol-ticks span:hover, .vol-ticks span.on { color: var(--p); }
  .slider-divide { height: 1px; background: var(--border-2); margin: 24px 0; }
  .vol-price { display: flex; align-items: baseline; justify-content: center; gap: 13px; }
  .vol-price .only { font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--text-2); }
  .vol-price .amt { font-family: "Plus Jakarta Sans"; font-size: 52px; font-weight: 700; letter-spacing: -.02em; }
  .vol-rate { font-size: 12.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--text-3); margin-top: 8px; }
  .slider-card .btn { margin-top: 22px; min-width: 220px; }

  /* testimonials */
  .t-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-xs); }
  .t-metric { color: #F5A623; font-size: 18px; letter-spacing: 2px; }
  .t-card .quote { font-size: 15.5px; line-height: 1.6; color: #2f2c45; margin-top: 8px; }
  .t-author { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border-2); }
  .t-av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; flex-shrink: 0; font-family: "Plus Jakarta Sans"; }
  .t-author .an { font-weight: 600; font-size: 14.5px; }
  .t-author .at { font-size: 13px; color: var(--text-2); }

  /* stats */
  .stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .big-stat { text-align: center; }
  .big-stat .n { font-family: "Plus Jakarta Sans"; font-size: 46px; font-weight: 700; letter-spacing: -.02em; }
  .big-stat .l { font-size: 14px; color: var(--text-2); font-weight: 500; margin-top: 4px; }

  /* pricing */
  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
  .price-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px; position: relative; box-shadow: var(--shadow-xs); }
  .price-card.pop { border: 2px solid var(--p); box-shadow: var(--shadow-lg); }
  .pop-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; }
  .price-card .pname { font-size: 15px; font-weight: 600; color: var(--p); font-family: "Plus Jakarta Sans"; }
  .price-card .pprice { font-family: "Plus Jakarta Sans"; font-size: 38px; font-weight: 700; margin: 10px 0 2px; }
  .price-card .pprice span { font-size: 15px; font-weight: 500; color: var(--text-2); }
  .price-card .pcredits { font-size: 14px; color: var(--text-2); font-weight: 500; margin-bottom: 22px; }
  .price-card .btn { width: 100%; margin-bottom: 22px; }
  .feat-list { display: flex; flex-direction: column; gap: 12px; }
  .feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; list-style: none; }
  .feat-list svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; }
  .feat-list .yes svg { color: var(--green); }
  .feat-list .no { color: var(--text-3); } .feat-list .no svg { color: var(--text-3); }
  .payg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
  .payg { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 26px 20px; text-align: center; box-shadow: var(--shadow-xs); transition: transform .18s cubic-bezier(.2,.7,.2,1), box-shadow .18s, border-color .18s; }
  .payg:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #d7d2f0; }
  .payg-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--p-light); color: var(--p); display: grid; place-items: center; margin: 0 auto 14px; transition: transform .18s; }
  .payg-ic svg { width: 19px; height: 19px; }
  .payg:hover .payg-ic { transform: scale(1.1) rotate(-6deg); }
  .payg .c { font-family: "Plus Jakarta Sans"; font-size: 19px; font-weight: 700; }
  .payg .c span { font-size: 12px; font-weight: 500; color: var(--text-2); }
  .payg .pr { font-family: "Plus Jakarta Sans"; font-size: 28px; font-weight: 700; color: var(--p); margin: 6px 0 2px; }
  .payg-rate { font-size: 11.5px; color: var(--text-3); font-weight: 600; margin-bottom: 16px; }
  .payg .btn { width: 100%; }
  .payg.popular { border: 2px solid var(--p); box-shadow: var(--shadow-lg); }
  .payg.popular .payg-ic { background: var(--grad); color: #fff; }
  .payg-pop { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }

  /* faq */
  .faq { max-width: 760px; margin: 0 auto; }
  .faq-item { border: 1px solid var(--border); border-radius: 14px; margin-bottom: 12px; background: #fff; overflow: hidden; }
  .faq-q { width: 100%; text-align: left; background: none; border: none; font-family: "Plus Jakarta Sans", inherit; font-size: 16.5px; font-weight: 600; color: var(--ink); padding: 20px 22px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .faq-q svg { width: 20px; height: 20px; color: var(--p); flex-shrink: 0; transition: transform .2s; }
  .faq-item.open .faq-q svg { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .faq-a p { padding: 0 22px 20px; color: var(--text-2); font-size: 15px; line-height: 1.65; }

  /* code */
  .code { background: var(--ink-bg); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); }
  .code-top { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .code-method { margin-left: 10px; font-family: "JetBrains Mono", monospace; font-size: 12.5px; color: #b6b2d8; font-weight: 600; }
  .code pre { margin: 0; padding: 20px 22px; overflow-x: auto; font-family: "JetBrains Mono", monospace; font-size: 13.5px; line-height: 1.75; color: #e7e5f5; }
  .c-key { color: #c4b5fd; } .c-str { color: #a5e887; } .c-num { color: #fcd34d; } .c-bool { color: #7dd3fc; } .c-com { color: #7e7aa3; }
  .ep-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-xs); }
  .ep-table th { text-align: left; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-3); padding: 14px 20px; border-bottom: 1px solid var(--border); background: var(--bg); }
  .ep-table td { padding: 15px 20px; border-bottom: 1px solid var(--border-2); font-size: 14.5px; }
  .ep-table tr:last-child td { border-bottom: none; }
  .ep-m { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 11.5px; font-weight: 700; padding: 3px 9px; border-radius: 6px; }
  .ep-m.post { background: var(--p-light); color: var(--p); }
  .ep-m.get { background: var(--green-bg); color: var(--green); }
  .ep-path { font-family: "JetBrains Mono", monospace; font-size: 13.5px; font-weight: 600; }
  .status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .status-card { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
  .status-card .sd { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
  .status-card .sc-t { font-weight: 700; font-size: 14px; font-family: "JetBrains Mono", monospace; }
  .status-card .sc-s { font-size: 12.5px; color: var(--text-2); }

  /* feature rows */
  .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--border-2); }
  .frow:last-child { border-bottom: none; }
  .frow.flip .fr-media { order: -1; }
  .frow h2 { font-size: 30px; margin: 12px 0 14px; }
  .frow p { color: var(--text-2); font-size: 16px; margin-bottom: 18px; }
  .fr-list { display: flex; flex-direction: column; gap: 11px; }
  .fr-list li { display: flex; gap: 10px; font-size: 15px; list-style: none; }
  .fr-list svg { width: 18px; height: 18px; color: var(--p); flex-shrink: 0; margin-top: 2px; }
  .fr-media { background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 26px; }
  .demo-w { display: flex; gap: 10px; }
  .demo-w input { flex: 1; height: 48px; border: 1.5px solid var(--border); border-radius: 11px; padding: 0 16px; font-family: inherit; font-size: 14.5px; outline: none; background: #fff; }
  .demo-w input:focus { border-color: var(--p); box-shadow: 0 0 0 4px var(--p-50); }
  .res-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; font-size: 13.5px; }
  .res-table th { text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-3); padding: 11px 14px; border-bottom: 1px solid var(--border); background: var(--bg); }
  .res-table td { padding: 11px 14px; border-bottom: 1px solid var(--border-2); }
  .res-table tr:last-child td { border-bottom: none; }
  .disp-list { display: flex; flex-wrap: wrap; gap: 9px; }
  .disp-chip { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 8px 13px; font-size: 13.5px; font-weight: 500; font-family: "JetBrains Mono", monospace; }
  .score-demo { display: flex; align-items: center; gap: 22px; }
  .score-ring { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; position: relative; background: conic-gradient(var(--green) 0 92%, var(--border) 92% 100%); }
  .score-ring::after { content: ""; position: absolute; inset: 11px; background: var(--bg); border-radius: 50%; }
  .score-ring .sv { position: relative; z-index: 1; font-family: "Plus Jakarta Sans"; font-size: 30px; font-weight: 700; color: var(--green); }

  /* founder */
  .founder { display: flex; gap: 32px; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 36px; box-shadow: var(--shadow-md); max-width: 880px; margin: 0 auto; }
  .founder-photo { width: 130px; height: 130px; border-radius: 50%; flex-shrink: 0; object-fit: cover; box-shadow: 0 12px 28px rgba(124,58,237,.34); }
  .founder-body h3 { font-size: 24px; }
  .founder-role { color: var(--p); font-weight: 600; font-size: 15px; margin-top: 3px; }
  .founder-loc { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--text-2); margin-top: 8px; }
  .founder-loc svg { width: 15px; height: 15px; }
  .founder-body p { color: var(--text-2); font-size: 15px; line-height: 1.65; margin: 14px 0 18px; }
  @media (max-width: 700px) { .founder { flex-direction: column; text-align: center; padding: 28px 22px; } .founder-loc { justify-content: center; } }

  /* book a call */
  .book-call { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; background: var(--grad); border-radius: 24px; padding: 48px; position: relative; overflow: hidden; }
  .book-call::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,.08); }
  .bc-left { position: relative; z-index: 1; }
  .bc-points { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
  .bc-points span { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 500; font-size: 14.5px; }
  .bc-points svg { width: 17px; height: 17px; color: #fff; opacity: .9; }
  .bc-card { position: relative; z-index: 1; background: #fff; border-radius: 18px; padding: 28px; text-align: center; box-shadow: var(--shadow-lg); }
  .bc-ic { width: 56px; height: 56px; border-radius: 15px; background: var(--p-light); color: var(--p); display: grid; place-items: center; margin: 0 auto 14px; }
  .bc-ic svg { width: 27px; height: 27px; }
  .bc-when { font-family: "Plus Jakarta Sans"; font-size: 19px; font-weight: 700; }
  .bc-sub { font-size: 13.5px; color: var(--text-2); margin-top: 3px; }
  @media (max-width: 760px) { .book-call { grid-template-columns: 1fr; padding: 32px 24px; } }

  /* about */
  .values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .v-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-xs); }
  .v-card .f-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--p-light); color: var(--p); display: grid; place-items: center; margin-bottom: 16px; }

  /* contact */
  /* blog */
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .post { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-xs); transition: transform .18s, box-shadow .18s, border-color .18s; cursor: pointer; display: flex; flex-direction: column; }
  .post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d7d2f0; }
  .post-cover { height: 150px; display: grid; place-items: center; position: relative; overflow: hidden; }
  .post-cover svg { width: 46px; height: 46px; color: #fff; opacity: .9; position: relative; z-index: 1; }
  .post-cover::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); }
  .post-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
  .post-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--p); margin-bottom: 10px; }
  .post-body h3 { font-size: 18px; line-height: 1.3; }
  .post-body p { color: var(--text-2); font-size: 14px; margin-top: 8px; line-height: 1.55; flex: 1; }
  .post-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-3); margin-top: 16px; font-weight: 500; }
  .feature-post { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 28px; }
  .feature-post .fp-cover { min-height: 280px; display: grid; place-items: center; position: relative; overflow: hidden; }
  .feature-post .fp-cover svg { width: 64px; height: 64px; color: #fff; position: relative; z-index: 1; }
  .feature-post .fp-cover::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.1); }
  .feature-post .fp-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
  .feature-post .fp-body h2 { font-size: 28px; margin: 12px 0 14px; }
  .feature-post .fp-body p { color: var(--text-2); font-size: 16px; }
  /* help center */
  .help-search { max-width: 600px; margin: 0 auto 44px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow-sm); }
  .help-search svg { width: 20px; height: 20px; color: var(--text-3); }
  .help-search input { flex: 1; border: none; outline: none; font-family: inherit; font-size: 16px; background: none; }
  .help-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .help-cat { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-xs); transition: transform .18s, box-shadow .18s; }
  .help-cat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .help-cat .f-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--p-light); color: var(--p); display: grid; place-items: center; margin-bottom: 16px; }
  .help-cat h3 { font-size: 18px; }
  .help-cat ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 11px; }
  .help-cat li { font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 9px; cursor: pointer; }
  .help-cat li:hover { color: var(--p); }
  .art-modal { position: fixed; inset: 0; z-index: 200; background: rgba(21,19,42,.55); backdrop-filter: blur(4px); display: none; align-items: flex-start; justify-content: center; padding: 60px 24px; overflow-y: auto; }
  .art-modal.open { display: flex; }
  .art-inner { width: 100%; max-width: 640px; background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
  .art-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 26px 28px 0; }
  .art-head h3 { font-size: 22px; }
  .art-x { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--text-2); flex-shrink: 0; }
  .art-x:hover { background: var(--bg); color: var(--p); }
  .art-x svg { width: 18px; height: 18px; }
  .art-cat { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--p); padding: 0 28px; margin-top: 14px; }
  .art-body { padding: 8px 28px 28px; }
  .art-body p { color: var(--text-2); font-size: 15px; line-height: 1.7; margin-top: 12px; }
  .art-body ul, .art-body ol { margin: 12px 0 0 18px; color: var(--text-2); font-size: 15px; line-height: 1.7; }
  .art-body li { margin-bottom: 6px; }
  .art-body code { background: var(--p-50); color: var(--p-dark); font-family: "JetBrains Mono", monospace; font-size: 13px; padding: 2px 6px; border-radius: 6px; word-break: break-word; }
  .art-body strong { color: var(--ink); }
  .help-cat li svg { width: 15px; height: 15px; color: var(--text-3); flex-shrink: 0; }
  .help-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--grad); border-radius: 20px; padding: 36px 40px; color: #fff; flex-wrap: wrap; margin-top: 40px; }
  .help-contact h3 { color: #fff; font-size: 22px; }
  .help-contact p { color: rgba(255,255,255,.88); margin-top: 6px; }
  @media (max-width: 880px) { .blog-grid, .help-cats { grid-template-columns: 1fr; } .feature-post { grid-template-columns: 1fr; } .feature-post .fp-cover { min-height: 180px; } }

  /* reviews */
  .rev-summary { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 28px 36px; max-width: 760px; margin: 0 auto 48px; box-shadow: var(--shadow-sm); }
  .rev-score { text-align: center; }
  .rev-score .big { font-family: "Plus Jakarta Sans"; font-size: 48px; font-weight: 700; color: var(--p); line-height: 1; }
  .rev-score .stars { color: #F5A623; letter-spacing: 2px; font-size: 16px; margin-top: 6px; }
  .rev-score .lbl { font-size: 13px; color: var(--text-2); margin-top: 4px; }
  .rev-divider { width: 1px; align-self: stretch; background: var(--border); }
  .rev-platforms { display: flex; gap: 30px; flex-wrap: wrap; }
  .rev-plat { text-align: center; }
  .rev-plat .pn { font-family: "Plus Jakarta Sans"; font-weight: 700; font-size: 18px; }
  .rev-plat .pstars { color: #F5A623; font-size: 13px; letter-spacing: 1px; }
  .rev-plat .pcount { font-size: 12px; color: var(--text-3); }
  .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 56px; }
  .video-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-xs); transition: transform .18s, box-shadow .18s; }
  .video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .video-thumb { position: relative; height: 180px; display: grid; place-items: center; cursor: pointer; overflow: hidden; }
  .video-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(21,19,42,.18); }
  .video-play { position: relative; z-index: 1; width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); transition: transform .16s; }
  .video-card:hover .video-play { transform: scale(1.08); }
  .video-play svg { width: 24px; height: 24px; color: var(--p); margin-left: 3px; }
  .video-dur { position: absolute; bottom: 12px; right: 12px; z-index: 1; background: rgba(21,19,42,.8); color: #fff; font-size: 11.5px; font-weight: 600; padding: 3px 8px; border-radius: 6px; }
  .video-meta { padding: 18px 20px; }
  .video-meta .vt { font-weight: 700; font-size: 15px; }
  .video-meta .vp { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
  .video-meta .va { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 13px; font-family: "Plus Jakarta Sans"; flex-shrink: 0; }
  .video-meta .vn { font-weight: 600; font-size: 13.5px; }
  .video-meta .vr { font-size: 12px; color: var(--text-2); }
  .rev-text-grid { columns: 3; column-gap: 20px; }
  .rev-text { break-inside: avoid; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: var(--shadow-xs); margin-bottom: 20px; }
  .rev-text .stars { color: #F5A623; letter-spacing: 1px; font-size: 14px; }
  .rev-text .rq { font-size: 14.5px; line-height: 1.6; color: #2f2c45; margin: 12px 0 0; }
  .rev-text .ra { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-2); }
  .rev-text .ra .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 13px; font-family: "Plus Jakarta Sans"; flex-shrink: 0; }
  .rev-text .ra .an { font-weight: 600; font-size: 14px; }
  .rev-text .ra .at { font-size: 12.5px; color: var(--text-2); }
  .video-modal { position: fixed; inset: 0; z-index: 200; background: rgba(21,19,42,.8); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px; }
  .video-modal.open { display: flex; }
  .video-modal .vm-inner { width: 100%; max-width: 760px; background: #000; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
  .video-modal .vm-frame { aspect-ratio: 16/9; display: grid; place-items: center; background: linear-gradient(135deg,#241E4D,#15132A); color: #cfcbe8; text-align: center; padding: 30px; }
  .video-modal .vm-frame svg { width: 56px; height: 56px; color: #fff; opacity: .8; margin-bottom: 14px; }
  .video-modal .vm-close { position: absolute; top: -44px; right: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; color: #fff; cursor: pointer; }
  .video-modal .vm-close svg { width: 18px; height: 18px; }
  @media (max-width: 880px) { .video-grid { grid-template-columns: 1fr; } .rev-text-grid { columns: 1; } }

  /* legal */
  .legal-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
  .legal-tab { font-family: inherit; font-size: 14.5px; font-weight: 600; padding: 10px 22px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--text-2); cursor: pointer; transition: all .14s; }
  .legal-tab:hover { border-color: var(--p); color: var(--p); }
  .legal-tab.active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 6px 16px rgba(124,58,237,.26); }
  .legal-doc { display: none; max-width: 800px; margin: 0 auto; }
  .legal-doc.active { display: block; }
  .legal-doc .updated { font-size: 13.5px; color: var(--text-3); font-weight: 500; margin-bottom: 28px; }
  .legal-doc h3 { font-size: 20px; margin: 32px 0 10px; }
  .legal-doc h3:first-of-type { margin-top: 0; }
  .legal-doc p { color: var(--text-2); font-size: 15.5px; line-height: 1.7; margin-bottom: 14px; }
  .legal-doc ul { margin: 0 0 16px 20px; color: var(--text-2); font-size: 15.5px; line-height: 1.7; }
  .legal-doc ul li { margin-bottom: 6px; }
  .legal-doc strong { color: var(--ink); }
  .legal-intro { background: var(--p-50); border: 1px solid #e6e2f8; border-radius: 14px; padding: 18px 20px; font-size: 15px; color: var(--ink-2); margin-bottom: 28px; }

  /* contact */
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
  .field { margin-bottom: 18px; }
  .field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; }
  .field input, .field select, .field textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 11px; padding: 12px 15px; font-family: inherit; font-size: 15px; outline: none; background: #fff; }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--p); box-shadow: 0 0 0 4px var(--p-50); }
  .field textarea { min-height: 130px; resize: vertical; }
  .contact-info { background: var(--grad); color: #fff; border-radius: 20px; padding: 34px; }
  .contact-info h3 { color: #fff; margin-bottom: 18px; }
  .ci-item { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 20px; }
  .ci-item .ci-ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.16); display: grid; place-items: center; flex-shrink: 0; }
  .ci-item .ci-ic svg { width: 18px; height: 18px; }
  .ci-item .t { font-weight: 600; font-size: 14.5px; }
  .ci-item .s { font-size: 13.5px; opacity: .9; }

  /* big CTA */
  .big-cta { position: relative; overflow: hidden; text-align: center; padding: 100px 24px; background: radial-gradient(820px 360px at 50% -40px, var(--p-light), transparent 70%), linear-gradient(180deg, var(--bg), var(--p-50)); }
  .big-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--border-2) 1px, transparent 1px), linear-gradient(90deg, var(--border-2) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(560px 300px at 50% 40%, #000, transparent 75%); mask-image: radial-gradient(560px 300px at 50% 40%, #000, transparent 75%); opacity: .6; }
  .big-cta-inner { position: relative; max-width: 720px; margin: 0 auto; }
  .big-cta h2 { font-size: 56px; margin: 22px 0 0; }
  .big-cta .sub { font-size: 19px; color: var(--text-2); max-width: 540px; margin: 20px auto 0; }
  .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
  .see-link { font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
  .see-link:hover { color: var(--p); }
  .see-link svg { width: 16px; height: 16px; }
  .trust-chips { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
  .trust-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 9px 16px; font-size: 13.5px; font-weight: 500; box-shadow: var(--shadow-xs); }
  .trust-chip svg { width: 16px; height: 16px; color: var(--green); }

  /* footer */
  footer { background: linear-gradient(160deg, #241E4D 0%, #1A1638 60%, #15132A 100%); color: #b3afca; padding: 60px 0 30px; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 36px; }
  .foot-brand .brand-name { color: #fff; }
  .foot-brand p { font-size: 14px; margin-top: 14px; max-width: 270px; line-height: 1.6; }
  .foot-social { display: flex; gap: 10px; margin-top: 20px; }
  .foot-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; cursor: pointer; transition: background .14s; }
  .foot-social a:hover { background: var(--p); }
  .foot-social svg { width: 17px; height: 17px; color: #cfcdda; }
  .foot-col h4 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 16px; font-family: "Plus Jakarta Sans"; }
  .foot-col a { display: block; font-size: 14px; padding: 6px 0; cursor: pointer; }
  .foot-col a:hover { color: #fff; }
  .foot-bot { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 24px; font-size: 13px; color: #807c95; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

  @media (max-width: 980px) {
    h1 { font-size: 42px; } h2 { font-size: 30px; } .big-cta h2 { font-size: 40px; }
    .hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .hero-demo-side { max-width: 500px; }
    .bento { grid-template-columns: 1fr 1fr; }
    .bento .span2 { grid-column: span 2; }
    .price-grid, .values, .status-grid, .calc { grid-template-columns: 1fr; }
    .stat-band { grid-template-columns: repeat(2, 1fr); }
    .payg-grid { grid-template-columns: repeat(2, 1fr); }
    .frow, .frow.flip { grid-template-columns: 1fr; gap: 28px; }
    .frow .fr-media, .frow.flip .fr-media { order: 0; }
    .contact-grid { grid-template-columns: 1fr; gap: 28px; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-right .btn-ghost { display: none; }
    .calc-out { border-left: none; border-top: 1px solid rgba(255,255,255,.08); }
    .compare { font-size: 14px; } .compare th, .compare td { padding: 13px 14px; }
  }
  @media (max-width: 600px) {
    .bento, .stat-band, .payg-grid { grid-template-columns: 1fr; }
    .bento .span2 { grid-column: span 1; }
    section { padding: 60px 0; } .hero-checks { gap: 14px; }
    .slider-card, .calc-in, .calc-out { padding: 28px 22px; }
    .vol-price .amt { font-size: 42px; }
  }
