/* SmartDojo site — vibrant system drawn from the Stash mark:
   violet field, cyan dots, magenta GO badge, white chevron stack. */

:root {
  --violet-700: #4C2EE0;
  --violet-600: #5B3DF5;
  --violet-500: #6C4DF6;
  --violet-400: #8B71FF;
  --cyan-500: #1E9BE9;
  --cyan-400: #22C3F0;
  --magenta-500: #F0256E;
  --magenta-400: #FF4D8D;
  --grape-500: #A238C9;
  --amber-400: #FFB13D;
  --mint-400: #2EDFA3;

  --ink-950: #0B0716;
  --ink-900: #120C22;
  --ink-800: #1C1533;
  --ink-700: #2A2147;

  --paper-0: #FFFFFF;
  --paper-50: #F7F6FC;
  --paper-100: #EFEDF8;

  --text-strong: #17102E;
  --text-body: #4A4462;
  --text-soft: #7B7592;
  --text-inverse: #FFFFFF;
  --text-inverse-soft: rgba(255, 255, 255, 0.72);
  --text-inverse-faint: rgba(255, 255, 255, 0.45);

  --grad-brand: linear-gradient(120deg, var(--cyan-400), var(--violet-500) 45%, var(--magenta-500));
  --grad-cta: linear-gradient(120deg, var(--magenta-500), var(--grape-500));
  --grad-violet: linear-gradient(150deg, var(--violet-600), var(--violet-700));

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-card: 0 2px 8px rgba(23, 16, 46, 0.05), 0 16px 40px rgba(23, 16, 46, 0.08);
  --shadow-pop: 0 8px 24px rgba(23, 16, 46, 0.14), 0 32px 80px rgba(76, 46, 224, 0.18);

  --dot-grid: radial-gradient(rgba(34, 195, 240, 0.35) 1.5px, transparent 1.5px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper-50);
  color: var(--text-strong);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

a { color: var(--violet-600); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---------- Nav ---------- */

header.site {
  position: sticky;
  top: 16px;
  z-index: 50;
  pointer-events: none;
}
header.site .bar {
  pointer-events: auto;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border: 1px solid rgba(23, 16, 46, 0.07);
  box-shadow: 0 8px 30px rgba(23, 16, 46, 0.10);
}
@media (max-width: 1128px) { header.site .bar { margin: 0 16px; } }

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}
.wordmark:hover { text-decoration: none; }
.wordmark img { width: 30px; height: 30px; border-radius: 8px; display: block; }

nav.site-nav { display: flex; gap: 4px; margin-left: auto; }
nav.site-nav a {
  color: var(--text-body);
  font-size: 14.5px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
}
nav.site-nav a:hover { background: var(--paper-100); text-decoration: none; color: var(--text-strong); }
nav.site-nav a.current { color: var(--text-strong); font-weight: 700; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(240, 37, 110, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.nav-cta:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(240, 37, 110, 0.45); }

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

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 999px;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn.primary {
  background: var(--grad-cta);
  color: #fff;
  box-shadow: 0 6px 24px rgba(240, 37, 110, 0.40);
}
.btn.primary:hover { box-shadow: 0 12px 36px rgba(240, 37, 110, 0.50); }
.btn.glass {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
.btn.glass:hover { background: rgba(255, 255, 255, 0.2); }
.btn.quiet { background: var(--paper-100); color: var(--text-strong); }

/* ---------- Hero (dark, glowing) ---------- */

.hero {
  position: relative;
  margin: -76px 0 0;
  padding: 170px 0 0;
  background:
    radial-gradient(1000px 520px at 15% -10%, rgba(34, 195, 240, 0.28), transparent 60%),
    radial-gradient(900px 600px at 85% 0%, rgba(240, 37, 110, 0.25), transparent 55%),
    radial-gradient(1200px 800px at 50% 30%, rgba(108, 77, 246, 0.5), transparent 65%),
    var(--ink-950);
  overflow: hidden;
  color: var(--text-inverse);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--dot-grid);
  background-size: 26px 26px;
  opacity: 0.16;
  mask-image: radial-gradient(800px 500px at 50% 20%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(800px 500px at 50% 20%, black, transparent 75%);
  pointer-events: none;
}
.hero .wrap { position: relative; }

.hero-copy { text-align: center; max-width: 780px; margin: 0 auto; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.hero-badge img { width: 18px; height: 18px; border-radius: 5px; }

.hero h1 {
  font-size: clamp(40px, 6.4vw, 68px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0 0 22px;
}
.hero h1 .shine {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.sub {
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-inverse-soft);
  max-width: 620px;
  margin: 0 auto 34px;
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero .subtext { margin-top: 18px; font-size: 13.5px; color: var(--text-inverse-faint); }

/* ---------- Product stage: bespoke CSS device mockups ---------- */

.stage {
  position: relative;
  margin: 84px auto 0;
  max-width: 980px;
  padding: 0 24px;
  perspective: 1600px;
}
.stage-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* Mac window */
.mac {
  position: relative;
  width: min(720px, 88%);
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, #201A38, #171129);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
  box-shadow: 0 -2px 0 rgba(255,255,255,0.04) inset, 0 40px 120px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  font-size: 13px;
}
.mac-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mac-titlebar .dot { width: 11px; height: 11px; border-radius: 50%; }
.mac-titlebar .dot.r { background: #FF5F57; }
.mac-titlebar .dot.y { background: #FEBC2E; }
.mac-titlebar .dot.g { background: #28C840; }
.mac-titlebar .title {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.mac-titlebar .title img { width: 15px; height: 15px; border-radius: 4px; }
.mac-search {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  padding: 5px 12px;
  font-size: 11.5px;
}
.mac-body { display: grid; grid-template-columns: 168px 1fr; min-height: 320px; }
.mac-side {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.side-item {
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.side-item .swatch { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.side-item.active { background: rgba(108, 77, 246, 0.35); color: #fff; }
.mac-list { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.clip-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 11px;
  padding: 10px 12px;
}
.clip-row.selected {
  background: rgba(108, 77, 246, 0.28);
  border-color: rgba(139, 113, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(108, 77, 246, 0.18);
}
.clip-icon {
  width: 30px; height: 30px;
  border-radius: 8px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
}
.clip-main { min-width: 0; }
.clip-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clip-title.mono { font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: 11.5px; }
.clip-meta { color: rgba(255, 255, 255, 0.38); font-size: 10.5px; margin-top: 2px; }
.clip-tag {
  margin-left: auto;
  flex: none;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
}

/* iPhone */
.phone {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 218px;
  border-radius: 34px 34px 0 0;
  background: #0A0714;
  border: 6px solid #2B2344;
  border-bottom: none;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transform: rotate(2.5deg) translateY(6px);
  font-size: 11px;
}
.phone-screen { background: linear-gradient(180deg, #1D1636, #141024); padding: 14px 12px 20px; }
.phone-island { width: 74px; height: 20px; border-radius: 999px; background: #000; margin: 2px auto 14px; }
.phone h5 { color: #fff; font-size: 15px; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.02em; }
.phone-chiprow { display: flex; gap: 5px; margin-bottom: 10px; }
.phone-chip {
  font-size: 8.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.phone-chip.on { background: var(--grad-cta); color: #fff; }
.phone-row {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 8px 9px;
  margin-bottom: 6px;
}
.phone-row .t { color: rgba(255,255,255,0.9); font-weight: 600; font-size: 10px; display: flex; align-items: center; gap: 6px; }
.phone-row .t .k { width: 7px; height: 7px; border-radius: 2.5px; flex: none; }
.phone-row .s { color: rgba(255,255,255,0.35); font-size: 8.5px; margin-top: 2px; font-family: "SF Mono", ui-monospace, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone-copy {
  margin-top: 10px;
  background: var(--grad-cta);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 10.5px;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(240, 37, 110, 0.45);
}

/* Floating snippet chips around the stage */
.float-chip {
  position: absolute;
  z-index: 3;
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  animation: bob 5.5s ease-in-out infinite;
}
.float-chip small { display: block; font-weight: 500; opacity: 0.75; font-size: 10px; margin-top: 1px; }
.fc-1 { top: -26px; left: 1%; background: linear-gradient(135deg, rgba(34,195,240,0.9), rgba(30,155,233,0.9)); transform: rotate(-5deg); animation-delay: 0s; }
.fc-2 { top: 40px; right: -1%; background: linear-gradient(135deg, rgba(240,37,110,0.92), rgba(162,56,201,0.92)); transform: rotate(4deg); animation-delay: 1.2s; }
.fc-3 { bottom: 120px; left: -3%; background: linear-gradient(135deg, rgba(108,77,246,0.94), rgba(76,46,224,0.94)); transform: rotate(3deg); animation-delay: 2.1s; }
.fc-4 { bottom: 40px; right: 24%; background: linear-gradient(135deg, rgba(46,223,163,0.9), rgba(30,155,233,0.9)); transform: rotate(-3deg); animation-delay: 0.7s; }

@keyframes bob {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@media (prefers-reduced-motion: reduce) {
  .float-chip { animation: none; }
  html { scroll-behavior: auto; }
}
@media (max-width: 720px) {
  .phone { display: none; }
  .mac { width: 100%; }
  .fc-3, .fc-4 { display: none; }
}

/* ---------- Sections ---------- */

main { display: block; }
section.block { padding: 96px 0; }
section.block.tint { background: var(--paper-0); }

.kicker {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 14px;
}
h2.headline {
  text-align: center;
  font-size: clamp(30px, 4.4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 18px;
}
p.lede {
  text-align: center;
  font-size: 17px;
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto 56px;
}

/* Chevron divider (the logo mark, drawn into the page) */
.chevron-divider { display: flex; justify-content: center; padding: 8px 0 0; }
.chevron-divider svg { width: 54px; height: auto; opacity: 0.9; }

/* ---------- How it works ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step-card {
  background: var(--paper-0);
  border: 1px solid rgba(23, 16, 46, 0.06);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.step-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.step-card:nth-child(1)::before { background: linear-gradient(90deg, var(--cyan-400), var(--cyan-500)); }
.step-card:nth-child(2)::before { background: linear-gradient(90deg, var(--violet-400), var(--violet-600)); }
.step-card:nth-child(3)::before { background: linear-gradient(90deg, var(--magenta-400), var(--grape-500)); }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 12px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.step-card:nth-child(1) .step-num { background: linear-gradient(135deg, var(--cyan-400), var(--cyan-500)); }
.step-card:nth-child(2) .step-num { background: linear-gradient(135deg, var(--violet-400), var(--violet-600)); }
.step-card:nth-child(3) .step-num { background: linear-gradient(135deg, var(--magenta-400), var(--grape-500)); }
.step-card h4 { margin: 0 0 8px; font-size: 19px; letter-spacing: -0.01em; }
.step-card p { margin: 0; color: var(--text-body); font-size: 15px; }

/* ---------- Feature bento with bespoke illustrations ---------- */

.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.bento-card {
  background: var(--paper-0);
  border: 1px solid rgba(23, 16, 46, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 28px;
  overflow: hidden;
  position: relative;
  grid-column: span 2;
}
.bento-card.wide { grid-column: span 3; }
.bento-card.full { grid-column: span 6; }
@media (max-width: 900px) {
  .bento-card, .bento-card.wide { grid-column: span 3; }
}
@media (max-width: 640px) {
  .bento-card, .bento-card.wide, .bento-card.full { grid-column: span 6; }
}
.bento-card h4 { margin: 18px 0 6px; font-size: 18px; letter-spacing: -0.01em; }
.bento-card p { margin: 0; color: var(--text-body); font-size: 14.5px; }

/* Mini illustrations, all CSS */
.art { border-radius: var(--radius-md); padding: 18px; min-height: 128px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }

.art-search { background: linear-gradient(135deg, #EEF6FF, #E7F9FF); }
.art-search .bar {
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12.5px;
  color: var(--text-soft);
  box-shadow: 0 4px 14px rgba(30, 155, 233, 0.18);
  border: 1.5px solid var(--cyan-400);
  display: flex; gap: 8px; align-items: center;
}
.art-search .bar b { color: var(--text-strong); }
.art-search .hit {
  background: #fff;
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 11.5px;
  color: var(--text-body);
  box-shadow: 0 2px 8px rgba(23, 16, 46, 0.07);
  display: flex; justify-content: space-between; align-items: center;
}
.art-search .hit .cp { color: var(--cyan-500); font-weight: 800; font-size: 10px; }

.art-transform { background: linear-gradient(135deg, #F5EEFF, #FDEFF6); align-items: stretch; }
.art-transform .row { display: flex; align-items: center; gap: 10px; }
.art-transform .code {
  flex: 1;
  background: var(--ink-900);
  color: #B9AFFF;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10.5px;
  border-radius: 9px;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.art-transform .arrow { color: var(--magenta-500); font-weight: 800; }
.art-transform .chips { display: flex; gap: 6px; flex-wrap: wrap; }
.art-transform .chip {
  font-size: 10px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  background: #fff; color: var(--grape-500);
  box-shadow: 0 2px 6px rgba(162, 56, 201, 0.16);
}
.art-transform .chip.on { background: var(--grad-cta); color: #fff; }

.art-ocr { background: linear-gradient(135deg, #FFF4E8, #FFEDF3); flex-direction: row; align-items: center; gap: 14px; }
.art-ocr .pic {
  width: 74px; height: 74px; flex: none;
  border-radius: 12px;
  background:
    linear-gradient(135deg, var(--amber-400), var(--magenta-400));
  position: relative;
  overflow: hidden;
}
.art-ocr .pic::after {
  content: "";
  position: absolute; inset: 12px;
  border-radius: 6px;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.9) 0 3px, transparent 3px 9px);
}
.art-ocr .lines { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.art-ocr .lines i {
  display: block; height: 7px; border-radius: 999px;
  background: rgba(23, 16, 46, 0.14);
}
.art-ocr .lines i:nth-child(1) { width: 92%; background: rgba(240, 37, 110, 0.45); }
.art-ocr .lines i:nth-child(2) { width: 75%; }
.art-ocr .lines i:nth-child(3) { width: 84%; }

.art-lock { background: radial-gradient(120% 140% at 20% 0%, #2A2147, #120C22); flex-direction: row; align-items: center; gap: 16px; }
.art-lock .shield {
  width: 62px; height: 62px; flex: none;
  border-radius: 18px;
  background: var(--grad-violet);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(76, 46, 224, 0.5);
}
.art-lock .keyline { flex: 1; }
.art-lock .keyline b { color: #fff; font-size: 13px; display: block; margin-bottom: 6px; }
.art-lock .keyline code {
  display: block;
  color: rgba(255,255,255,0.45);
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  word-break: break-all;
}

.art-ai { background: linear-gradient(135deg, #EDEBFF, #E8F8FF); }
.art-ai .msg {
  background: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 11.5px;
  color: var(--text-body);
  box-shadow: 0 2px 8px rgba(23, 16, 46, 0.07);
  max-width: 88%;
}
.art-ai .msg.me {
  align-self: flex-end;
  background: var(--grad-violet);
  color: #fff;
}
.art-ai .spark { font-size: 10px; font-weight: 800; color: var(--violet-600); }

.art-sync { background: linear-gradient(135deg, #E8FBF4, #E7F9FF); flex-direction: row; align-items: center; justify-content: space-around; }
.art-sync .node {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(23, 16, 46, 0.10);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.art-sync .pipe {
  flex: 1;
  height: 4px;
  margin: 0 10px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--mint-400) 0 10px, transparent 10px 18px);
}

/* ---------- Big banner (privacy) ---------- */

.banner {
  border-radius: var(--radius-xl);
  padding: 64px 48px;
  background:
    radial-gradient(700px 400px at 85% 10%, rgba(240, 37, 110, 0.35), transparent 60%),
    radial-gradient(600px 380px at 10% 90%, rgba(34, 195, 240, 0.30), transparent 60%),
    var(--grad-violet);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-pop);
}
.banner::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--dot-grid);
  background-size: 24px 24px;
  opacity: 0.25;
  pointer-events: none;
}
.banner > * { position: relative; }
.banner h3 { font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; letter-spacing: -0.025em; margin: 0 0 14px; }
.banner p { color: rgba(255, 255, 255, 0.82); font-size: 16.5px; max-width: 560px; margin: 0 auto; }
.banner .proofs { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.banner .proof {
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 9px 18px;
  border-radius: 999px;
}

/* ---------- Comparison table ---------- */

.compare-shell {
  background: var(--paper-0);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 16, 46, 0.06);
  box-shadow: var(--shadow-card);
  overflow-x: auto;
}
table.compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
table.compare th, table.compare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(23, 16, 46, 0.06);
}
table.compare tr:last-child td { border-bottom: none; }
table.compare th { font-size: 12.5px; color: var(--text-soft); font-weight: 700; }
table.compare th:not(:first-child), table.compare td:not(:first-child) { text-align: center; }
table.compare th.us {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 13px;
}
table.compare td.us { background: rgba(108, 77, 246, 0.06); font-weight: 700; color: var(--violet-700); }
table.compare .yes { color: var(--mint-400); font-weight: 800; }
.compare-note { font-size: 12.5px; color: var(--text-soft); margin-top: 14px; text-align: center; }

/* ---------- Pricing ---------- */

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 820px) { .pricing { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.price-card {
  background: var(--paper-0);
  border: 1px solid rgba(23, 16, 46, 0.07);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  text-align: center;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}
.price-card.best {
  position: relative;
  background:
    linear-gradient(var(--paper-0), var(--paper-0)) padding-box,
    var(--grad-brand) border-box;
  border: 2px solid transparent;
  box-shadow: var(--shadow-pop);
  transform: scale(1.03);
}
.best-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-cta);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(240, 37, 110, 0.4);
  white-space: nowrap;
}
.price-card h4 { margin: 0 0 6px; font-size: 17px; }
.price-card .amount { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; margin: 6px 0 2px; }
.price-card .amount small { font-size: 14px; font-weight: 600; color: var(--text-soft); letter-spacing: 0; }
.price-card .desc { color: var(--text-body); font-size: 14px; margin: 10px 0 0; }
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
  font-size: 13.5px;
  color: var(--text-body);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.price-card ul li::before { content: "✓  "; font-weight: 800; }
.price-card:nth-child(1) ul li::before { color: var(--cyan-500); }
.price-card:nth-child(2) ul li::before { color: var(--magenta-500); }
.price-card:nth-child(3) ul li::before { color: var(--violet-600); }
.pricing-note { text-align: center; font-size: 13px; color: var(--text-soft); margin-top: 26px; }

/* ---------- FAQ ---------- */

.faq { max-width: 720px; margin: 0 auto; }
.faq details {
  background: var(--paper-0);
  border: 1px solid rgba(23, 16, 46, 0.06);
  border-radius: var(--radius-md);
  padding: 4px 22px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(23, 16, 46, 0.04);
}
.faq summary {
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  padding: 14px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 20px; font-weight: 500; color: var(--violet-600); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 16px; color: var(--text-body); font-size: 14.5px; }

/* ---------- Final CTA + footer ---------- */

.final {
  position: relative;
  text-align: center;
  padding: 110px 24px 130px;
  background:
    radial-gradient(800px 420px at 50% 110%, rgba(108, 77, 246, 0.55), transparent 70%),
    radial-gradient(500px 300px at 20% 80%, rgba(34, 195, 240, 0.25), transparent 60%),
    radial-gradient(500px 300px at 80% 85%, rgba(240, 37, 110, 0.25), transparent 60%),
    var(--ink-950);
  color: #fff;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--dot-grid);
  background-size: 26px 26px;
  opacity: 0.12;
  pointer-events: none;
}
.final > * { position: relative; }
.final .app-icon {
  width: 88px; height: 88px;
  border-radius: 22px;
  margin-bottom: 26px;
  box-shadow: 0 18px 50px rgba(108, 77, 246, 0.55);
}
.final h2 { font-size: clamp(30px, 4.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 14px; }
.final p { color: var(--text-inverse-soft); font-size: 17px; margin: 0 0 32px; }
.final .subtext { margin-top: 18px; font-size: 13px; color: var(--text-inverse-faint); }

footer.site {
  background: var(--ink-950);
  color: var(--text-inverse-faint);
  padding: 0 0 44px;
}
footer.site .rule { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-bottom: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 44px; }
@media (max-width: 680px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.footer-grid h3 { color: rgba(255, 255, 255, 0.85); font-size: 13px; margin: 0 0 14px; letter-spacing: 0.02em; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 12px; }
.footer-brand img { width: 28px; height: 28px; border-radius: 7px; }
.footer-grid p { font-size: 13.5px; margin: 0; max-width: 260px; color: var(--text-inverse-faint); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { color: var(--text-inverse-faint); font-size: 14px; }
.footer-grid a:hover { color: #fff; text-decoration: none; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}
.footer-bottom a { color: var(--text-inverse-faint); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Legal / utility pages ---------- */

.page-pad { padding: 140px 0 90px; }
.legal h1 { font-size: 32px; letter-spacing: -0.02em; margin: 0 0 6px; }
.legal .updated { color: var(--text-soft); font-size: 14px; margin-bottom: 36px; }
.legal h2 { font-size: 20px; margin: 34px 0 10px; letter-spacing: -0.01em; }
.legal p, .legal li { color: var(--text-body); font-size: 15px; }
.legal ul { padding-left: 20px; }
.legal a { font-weight: 600; }

.placeholder-page { text-align: center; padding: 170px 24px 120px; }
.placeholder-page .app-icon { width: 72px; height: 72px; border-radius: 18px; margin-bottom: 22px; box-shadow: var(--shadow-pop); }
.placeholder-page h1 { font-size: 34px; letter-spacing: -0.025em; margin: 0 0 12px; }
.placeholder-page p { color: var(--text-body); max-width: 460px; margin: 0 auto; font-size: 16px; }

/* Apps listing cards */
.app-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 720px) { .app-cards { grid-template-columns: 1fr; } }
.app-card {
  background: var(--paper-0);
  border: 1px solid rgba(23, 16, 46, 0.06);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  box-shadow: var(--shadow-card);
}
.app-card img { width: 58px; height: 58px; border-radius: 14px; margin-bottom: 18px; box-shadow: 0 8px 22px rgba(76, 46, 224, 0.25); }
.app-card .badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--violet-600);
  background: rgba(108, 77, 246, 0.10);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.app-card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.02em; }
.app-card p { margin: 0 0 20px; color: var(--text-body); font-size: 15px; }
