:root {
  --bg: #000000;
  --panel: rgba(23, 33, 43, 0.78);
  --panel-strong: rgba(0, 0, 0, 0.9);
  --panel-soft: rgba(151, 115, 254, 0.065);
  --border: rgba(151, 115, 254, 0.22);
  --border-strong: rgba(241, 110, 183, 0.32);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.66);
  --accent: #9773fe;
  --accent-2: #f16eb7;
  --success: #9773fe;
  --danger: #fc2022;
  --warning: #ac7e4c;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

#vanta-clouds, .cloud-fallback, .readability-layer, .noise-layer {
  position: fixed;
  inset: 0;
}
#vanta-clouds {
  z-index: -5;
  inset: -10vh -7vw;
  background: #000000;
  transform:
    translate3d(
      var(--cloud-shift-x, 0px),
      calc(var(--cloud-base-y, 13vh) + var(--cloud-shift-y, 0px)),
      0
    )
    scale(1.08);
  transform-origin: center;
  will-change: transform;
}
#vanta-clouds canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.cloud-fallback {
  z-index: -6;
  background:
    radial-gradient(circle at 78% 34%, rgba(151, 115, 254, .24), transparent 27%),
    radial-gradient(circle at 22% 60%, rgba(152, 74, 92, .30), transparent 34%),
    radial-gradient(circle at 62% 50%, rgba(241, 110, 183, .10), transparent 24%),
    linear-gradient(145deg, #17212b 0%, #380e0e 52%, #000000 100%);
}
.readability-layer {
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, .28), rgba(0, 0, 0, .68) 58%, rgba(0, 0, 0, .97)),
    radial-gradient(circle at 50% 8%, transparent 0, rgba(23, 33, 43, .20) 54%, rgba(0, 0, 0, .62) 100%);
}
.noise-layer {
  z-index: -3;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 16px;
  z-index: 30;
  width: min(1220px, calc(100% - 24px));
  margin: 16px auto 0;
  min-height: 68px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 12px 44px rgba(0,0,0,.24);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.03em; font-size: 20px; }
.brand-mark {
  width: 58px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(241,110,183,.18)) drop-shadow(0 2px 8px rgba(151,115,254,.24));
}
.desktop-nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; }
.desktop-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text);
  cursor: pointer;
  font-weight: 650;
  transition: .22s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: linear-gradient(120deg, #9773fe, #f16eb7 68%, #984a5c);
  border-color: rgba(255,255,255,.13);
  box-shadow: 0 12px 30px rgba(151, 115, 254, .24), inset 0 1px 0 rgba(255,255,255,.18);
}
.button-primary:hover { box-shadow: 0 15px 36px rgba(241, 110, 183, .30), inset 0 1px 0 rgba(255,255,255,.23); }
.button-ghost, .button-glass { background: rgba(255,255,255,.045); border-color: var(--border); backdrop-filter: blur(14px); }
.button-ghost:hover, .button-glass:hover { background: rgba(255,255,255,.085); border-color: var(--border-strong); }
.button-large { min-height: 52px; padding-inline: 23px; border-radius: 14px; }
.button-full { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 0; color: #fff; }
.menu-button span { display: block; height: 1.5px; margin: 5px 0; background: currentColor; border-radius: 2px; }
.mobile-menu {
  position: fixed; top: 94px; left: 12px; right: 12px; z-index: 29;
  padding: 14px; border: 1px solid var(--border); border-radius: 18px;
  background: rgba(0,0,0,.95); backdrop-filter: blur(20px);
}
.mobile-menu a { display: block; padding: 13px 12px; border-radius: 10px; color: var(--muted); }
.mobile-menu a:hover { background: rgba(255,255,255,.05); color: #fff; }

.hero { min-height: 760px; padding: 140px 0 90px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: 12px; color: #c4c7d2; font-weight: 750; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 16px rgba(151,115,254,.72); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 24px; font-size: clamp(52px, 6.4vw, 84px); line-height: .99; letter-spacing: -.065em; font-weight: 700; }
h1 span {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.58);
  font-size: clamp(30px, 4.1vw, 50px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 650;
}
.hero-lede { max-width: 610px; font-size: clamp(18px, 2vw, 21px); color: #c5cad5; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: 13px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 5px; height: 5px; border-radius: 50%; background: #9773fe; box-shadow: 0 0 10px rgba(151,115,254,.72); }

.hero-panel {
  border: 1px solid var(--border-strong);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(23,33,43,.90), rgba(0,0,0,.86));
  backdrop-filter: blur(24px) saturate(125%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}
.window-top { height: 54px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--border); }
.window-logo { width: 42px; height: 30px; display: grid; place-items: center; }
.window-logo img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(151,115,254,.22)); }
.window-title { font-size: 13px; color: #bec3ce; }
.preview-toolbar { padding: 17px 18px; display: flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--border); }
.preview-toolbar > div { display: flex; flex-direction: column; }
.muted-label { color: var(--muted); font-size: 11px; }
.preview-toolbar strong { font-size: 13px; }
.mini-button { margin-left: auto; padding: 7px 10px; border-radius: 8px; border: 1px solid rgba(151,115,254,.32); background: rgba(151,115,254,.12); color: #f16eb7; }
.preview-stats { padding: 20px 18px 15px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.preview-stats div { display: flex; flex-direction: column; gap: 3px; }
.preview-stats span { color: var(--muted); font-size: 11px; }
.preview-stats strong { font-size: 22px; letter-spacing: -.04em; }
.preview-stats .success { color: var(--success); }
.progress-track { height: 5px; margin: 0 18px 18px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.progress-track span { display:block; width:66%; height:100%; border-radius:inherit; background: linear-gradient(90deg, #9773fe, #f16eb7); animation: scanPulse 2.3s ease-in-out infinite; }
@keyframes scanPulse { 50% { filter: brightness(1.25); box-shadow: 0 0 16px rgba(241,110,183,.42); } }
.result-list { padding: 0 12px 12px; display: grid; gap: 8px; }
.result-card { padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.035); }
.result-card div { display: flex; flex-direction: column; gap: 2px; }
.result-card strong { font-size: 14px; }
.result-card div span { font-size: 11px; color: var(--muted); }
.result-status { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing:.05em; }
.is-match .result-status, .is-match strong { color: var(--success); }
.is-taken { opacity: .62; }
.is-taken .result-status { color: var(--danger); }

.metrics-strip { border-block: 1px solid var(--border); background: rgba(0,0,0,.56); backdrop-filter: blur(18px); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-grid div { padding: 27px 25px; border-right: 1px solid var(--border); }
.metric-grid div:last-child { border-right:0; }
.metric-grid strong, .metric-grid span { display:block; }
.metric-grid strong { font-size:16px; margin-bottom:4px; }
.metric-grid span { color:var(--muted); font-size:12px; }
.section { padding-block: 115px; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
h2 { margin: 16px 0 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; letter-spacing: -.052em; }
.section-heading p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.feature-card { min-height:260px; padding:28px; border:1px solid var(--border); border-radius:var(--radius); background:linear-gradient(145deg, rgba(255,255,255,.068), rgba(255,255,255,.022)); backdrop-filter:blur(16px); }
.feature-icon { width:42px; height:42px; margin-bottom:54px; border-radius:12px; display:grid; place-items:center; background:rgba(151,115,254,.12); border:1px solid rgba(151,115,254,.28); color:#f16eb7; font-size:12px; font-weight:800; }
.feature-card h3 { margin-bottom:10px; font-size:20px; letter-spacing:-.03em; }
.feature-card p { color:var(--muted); line-height:1.65; }
.platforms-section { background: linear-gradient(to bottom, transparent, rgba(23,33,43,.72) 20%, rgba(0,0,0,.84) 80%, transparent); }
.platform-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.platform-card { padding:16px; min-height:84px; display:flex; align-items:center; gap:12px; border:1px solid var(--border); border-radius:16px; background:rgba(23,33,43,.74); backdrop-filter:blur(16px); }
.platform-glyph { width:38px; height:38px; border-radius:11px; display:grid; place-items:center; background:rgba(255,255,255,.065); border:1px solid var(--border); font-size:11px; font-weight:800; }
.platform-card div { min-width:0; }
.platform-card strong, .platform-card small { display:block; }
.platform-card strong { font-size:14px; }
.platform-card small { color:var(--muted); }
.platform-card em { margin-left:auto; font-size:9px; font-style:normal; text-transform:uppercase; letter-spacing:.06em; color:#f16eb7; }
.platform-note { margin:18px 0 0; color:var(--muted); font-size:13px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.price-card { position:relative; padding:28px; border:1px solid var(--border); border-radius:var(--radius); background:rgba(23,33,43,.78); backdrop-filter:blur(18px); }
.price-card.featured { border-color:rgba(151,115,254,.52); box-shadow:0 24px 80px rgba(56,14,14,.24), inset 0 1px 0 rgba(255,255,255,.08); }
.price-badge { position:absolute; top:18px; right:18px; padding:5px 8px; border-radius:999px; color:#ffffff; background:rgba(152,74,92,.24); border:1px solid rgba(241,110,183,.30); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.price-card h3 { margin:0 0 4px; font-size:20px; }
.price-card > p { min-height:48px; color:var(--muted); font-size:14px; }
.price { display:flex; align-items:flex-end; gap:8px; margin:26px 0; }
.price del { color:rgba(255,255,255,.46); font-size:18px; padding-bottom:6px; text-decoration-thickness:1px; }
.price strong { font-size:48px; line-height:1; letter-spacing:-.06em; }
.price span { color:var(--muted); padding-bottom:6px; }
.price-list { min-height:150px; padding:0; margin:0 0 28px; list-style:none; display:grid; align-content:start; gap:10px; color:#d6d9e1; font-size:14px; }
.price-list li::before { content:"✓"; color:var(--success); margin-right:9px; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.step { padding:26px; display:flex; gap:18px; border-top:1px solid var(--border-strong); }
.step > span { color:#ac7e4c; font-size:12px; font-weight:800; }
.step h3 { margin-bottom:8px; }
.step p { color:var(--muted); }
.faq-list { display:grid; gap:10px; }
details { border:1px solid var(--border); border-radius:16px; background:rgba(23,33,43,.76); backdrop-filter:blur(14px); }
summary { padding:20px 22px; cursor:pointer; font-weight:650; list-style:none; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; float:right; color:var(--muted); font-size:20px; font-weight:400; }
details[open] summary::after { content:"−"; }
details p { padding:0 22px 20px; margin:0; color:var(--muted); max-width:850px; }
.cta-section { margin-bottom:110px; padding:38px; display:flex; align-items:center; justify-content:space-between; gap:24px; border:1px solid rgba(151,115,254,.18); border-radius:26px; background:linear-gradient(130deg, rgba(151,115,254,.10), rgba(152,74,92,.08)); backdrop-filter:blur(20px); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.cta-section h2 { margin-bottom:0; font-size:clamp(32px,4vw,50px); }
.site-footer { border-top:1px solid var(--border); background:rgba(0,0,0,.88); backdrop-filter:blur(20px); }
.footer-grid { padding:54px 0; display:grid; grid-template-columns:2fr 1fr 1fr 1.3fr; gap:42px; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; color:var(--muted); font-size:13px; }
.footer-grid > div:first-child p { max-width:320px; }
.footer-grid strong { color:#fff; margin-bottom:5px; }
.footer-grid a:hover { color:#fff; }
.footer-bottom { padding:18px 0 28px; border-top:1px solid var(--border); display:flex; justify-content:space-between; color:rgba(255,255,255,.48); font-size:12px; }

.modal-backdrop { position:fixed; inset:0; z-index:100; padding:20px; display:grid; place-items:center; background:rgba(0,0,0,.80); backdrop-filter:blur(14px); }
.modal-backdrop[hidden] { display:none; }
.checkout-modal { position:relative; width:min(580px,100%); max-height:calc(100vh - 40px); overflow-y:auto; padding:30px; border:1px solid var(--border-strong); border-radius:24px; background:linear-gradient(145deg, rgba(23,33,43,.98), rgba(0,0,0,.98)); box-shadow:0 32px 120px rgba(0,0,0,.58); }
.modal-close { position:absolute; top:18px; right:18px; width:38px; height:38px; border:1px solid var(--border); border-radius:10px; background:rgba(255,255,255,.04); color:#fff; cursor:pointer; font-size:23px; }
.checkout-head { padding-right:45px; }
.checkout-head h2 { font-size:36px; margin:12px 0 10px; }
.checkout-head p { color:var(--muted); }

.checkout-selector-grid {
  margin: 24px 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.checkout-select-field label {
  display: block;
  margin: 0 0 7px;
  color: #cfd3dc;
  font-size: 12px;
  font-weight: 650;
}
.checkout-select-field select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 44px 0 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  outline: none;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(241,110,183,.76) 50%),
    linear-gradient(135deg, rgba(241,110,183,.76) 50%, transparent 50%),
    linear-gradient(145deg, rgba(23, 33, 43, .92), rgba(56, 14, 14, .20)),
    linear-gradient(125deg, rgba(151, 115, 254, .30), rgba(143, 38, 51, .28), rgba(241, 110, 183, .14));
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px),
    0 0,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%,
    100% 100%;
  background-repeat: no-repeat;
  background-origin: content-box, content-box, padding-box, border-box;
  background-clip: content-box, content-box, padding-box, border-box;
  color-scheme: dark;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.checkout-select-field select:focus {
  box-shadow: 0 0 0 3px rgba(151, 115, 254, .14), inset 0 1px 0 rgba(255,255,255,.05);
}
.checkout-select-field select option {
  color: #f7f4ff;
  background: #17212b;
}
.checkout-select-field select option:checked,
.checkout-select-field select option:hover {
  background: #2a1830;
  color: #ffffff;
}

.checkout-summary { margin:24px 0; padding:15px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--border); border-radius:14px; background:rgba(255,255,255,.035); }
.checkout-summary div { padding:4px 10px; border-right:1px solid var(--border); }
.checkout-summary div:last-child { border-right:0; }
.checkout-summary span, .checkout-summary strong { display:block; }
.checkout-summary span { color:var(--muted); font-size:11px; }
.checkout-summary strong { font-size:14px; }
.checkout-field, .payment-proof { margin-top:17px; }
.checkout-field label, .payment-proof label { display:block; margin:0 0 7px; color:#cfd3dc; font-size:12px; font-weight:650; }
.field-hint { margin:8px 0 0; color:var(--muted); font-size:11px; }
.copy-field { display:grid; grid-template-columns:1fr auto; align-items:stretch; }
.copy-field input, .payment-proof input { width:100%; min-width:0; height:48px; padding:0 13px; border:1px solid var(--border); border-radius:11px; outline:none; background:rgba(255,255,255,.035); color:#fff; }
.copy-field input { border-radius:11px 0 0 11px; }
.copy-field button { padding:0 16px; min-width:168px; border:1px solid var(--border); border-left:0; border-radius:0 11px 11px 0; background:rgba(255,255,255,.065); color:#fff; cursor:pointer; font-weight:600; letter-spacing:.01em; }
.payment-proof input:focus { border-color:rgba(151,115,254,.72); box-shadow:0 0 0 3px rgba(151,115,254,.14); }
.payment-proof label:not(:first-child) { margin-top:14px; }
.payment-proof label span { color:var(--muted); font-weight:400; }
.network-warning { margin:18px 0; padding:14px; border:1px solid rgba(172,126,76,.40); border-radius:12px; background:rgba(172,126,76,.12); color:#e0c7a5; font-size:12px; }
.network-warning strong { display:block; color:#ffffff; margin-bottom:2px; }
.proof-actions { margin-top:18px; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.small-note { margin:13px 0 0; color:var(--muted); font-size:11px; }
.toast { position:fixed; left:50%; bottom:24px; z-index:120; transform:translate(-50%,20px); padding:11px 15px; border:1px solid var(--border-strong); border-radius:10px; background:rgba(0,0,0,.94); color:#fff; opacity:0; pointer-events:none; transition:.25s ease; box-shadow:0 16px 42px rgba(0,0,0,.3); }
.toast.show { opacity:1; transform:translate(-50%,0); }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .menu-button { display:block; }
  .hero { grid-template-columns:1fr; gap:55px; padding-top:110px; }
  .hero-copy { max-width:760px; }
  .feature-grid, .pricing-grid, .steps-grid { grid-template-columns:1fr; }
  .feature-card { min-height:auto; }
  .feature-icon { margin-bottom:30px; }
  .platform-grid { grid-template-columns:repeat(2,1fr); }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .metric-grid div:nth-child(2) { border-right:0; }
  .metric-grid div:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .footer-grid { grid-template-columns:1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:1/-1; }
}
@media (max-width: 680px) {
  .shell { width:min(100% - 24px,1180px); }
  .site-header { top:8px; margin-top:8px; width:calc(100% - 16px); }
  .hide-mobile { display:none; }
  .hero { min-height:auto; padding:95px 0 70px; }
  h1 { font-size:clamp(45px,15vw,66px); }
  .hero-actions .button { width:100%; }
  .hero-panel { border-radius:18px; }
  .preview-toolbar { gap:12px; align-items:flex-start; }
  .preview-toolbar > div:nth-child(2) { display:none; }
  .preview-stats strong { font-size:18px; }
  .result-card { align-items:flex-start; gap:12px; }
  .result-status { text-align:right; }
  .metric-grid { grid-template-columns:1fr; }
  .metric-grid div { border-right:0; border-bottom:1px solid var(--border); }
  .metric-grid div:last-child { border-bottom:0; }
  .section { padding-block:82px; }
  .platform-grid { grid-template-columns:1fr; }
  .cta-section { flex-direction:column; align-items:flex-start; padding:28px; }
  .cta-section .button { width:100%; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; gap:6px; }
  .checkout-modal { padding:24px 18px; }
  .checkout-selector-grid { grid-template-columns:1fr; }
  .checkout-summary { grid-template-columns:1fr; gap:9px; }
  .checkout-summary div { border-right:0; border-bottom:1px solid var(--border); padding-bottom:9px; }
  .checkout-summary div:last-child { border-bottom:0; padding-bottom:4px; }
  .proof-actions { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal { opacity:1; transform:none; }
}


/* OneClaim royal-red finish — deliberately subtle. */
:root {
  --royal-red: #8f2633;
  --royal-red-soft: rgba(143, 38, 51, .08);
  --royal-red-border: rgba(143, 38, 51, .22);
}

.cloud-fallback {
  background:
    radial-gradient(circle at 78% 34%, rgba(162, 124, 255, .29), transparent 29%),
    radial-gradient(circle at 22% 60%, rgba(143, 38, 51, .31), transparent 36%),
    radial-gradient(circle at 66% 49%, rgba(252, 32, 34, .07), transparent 27%),
    linear-gradient(145deg, #202936 0%, #4a121a 52%, #050506 100%);
}

.readability-layer {
  background:
    radial-gradient(circle at 84% 18%, rgba(143, 38, 51, .075), transparent 38%),
    linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .50) 58%, rgba(0, 0, 0, .87)),
    radial-gradient(circle at 50% 18%, transparent 0, rgba(23, 33, 43, .13) 58%, rgba(0, 0, 0, .40) 100%);
}

.site-header {
  border-color: transparent;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, .76), rgba(56, 14, 14, .16), rgba(0, 0, 0, .72)) padding-box,
    linear-gradient(115deg, rgba(151, 115, 254, .27), rgba(143, 38, 51, .24), rgba(241, 110, 183, .13)) border-box;
}

.hero-panel {
  border-color: transparent;
  background:
    linear-gradient(150deg, rgba(23, 33, 43, .94), rgba(56, 14, 14, .06) 56%, rgba(0, 0, 0, .90)) padding-box,
    linear-gradient(125deg, rgba(151, 115, 254, .10), rgba(143, 38, 51, .07), rgba(241, 110, 183, .04)) border-box;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.05);
}

.feature-card,
.platform-card,
.price-card,
details,
.result-card,
.checkout-summary,
.checkout-field input,
.payment-proof input,
.copy-field button,
.mobile-menu {
  border-color: transparent;
  background:
    linear-gradient(145deg, rgba(23, 33, 43, .82), rgba(56, 14, 14, .05) 58%, rgba(0, 0, 0, .66)) padding-box,
    linear-gradient(125deg, rgba(151, 115, 254, .08), rgba(143, 38, 51, .06), rgba(241, 110, 183, .03)) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.price-card.featured {
  border-color: transparent;
  background:
    linear-gradient(145deg, rgba(23, 33, 43, .85), rgba(56, 14, 14, .08) 56%, rgba(0, 0, 0, .71)) padding-box,
    linear-gradient(125deg, rgba(151, 115, 254, .12), rgba(143, 38, 51, .09), rgba(241, 110, 183, .05)) border-box;
  box-shadow: 0 24px 80px rgba(56, 14, 14, .16), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.checkout-modal {
  border-color: transparent;
  background:
    linear-gradient(145deg, rgba(23, 33, 43, .988), rgba(56, 14, 14, .09) 58%, rgba(0, 0, 0, .988)) padding-box,
    linear-gradient(125deg, rgba(151, 115, 254, .10), rgba(143, 38, 51, .08), rgba(241, 110, 183, .04)) border-box;
}

.button-primary {
  background: linear-gradient(120deg, #9773fe 0%, #f16eb7 58%, #8f2633 100%);
  box-shadow: 0 12px 30px rgba(151, 115, 254, .20), 0 8px 28px rgba(143, 38, 51, .10), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.progress-track span {
  background: linear-gradient(90deg, #9773fe 0%, #f16eb7 68%, #8f2633 100%);
}

.feature-icon,
.mini-button,
.price-badge {
  background: linear-gradient(135deg, rgba(151, 115, 254, .08), rgba(143, 38, 51, .06));
  border-color: rgba(143, 38, 51, .16);
}

.cta-section {
  border-color: transparent;
  background:
    linear-gradient(130deg, rgba(151, 115, 254, .05), rgba(143, 38, 51, .04)) padding-box,
    linear-gradient(120deg, rgba(151, 115, 254, .10), rgba(143, 38, 51, .08), rgba(241, 110, 183, .03)) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

@media (prefers-reduced-motion: reduce) {
  #vanta-clouds {
    --cloud-shift-x: 0px;
    --cloud-shift-y: 0px;
  }
}

