/* ===========================================================================
   Quill landing — artistic dark theme: drifting aurora mesh, fine grain,
   glassmorphism, flowing-gradient motif. Mauve → pink → blue → teal palette.
   =========================================================================== */

:root {
  --bg:        #0b0b12;
  --bg-2:      #0e0e17;

  --text:      #ecedf6;
  --muted:     #a9b0c7;
  --faint:     #6b7088;

  --accent:    #cba6f7;   /* mauve */
  --accent-2:  #f5a3c0;   /* soft pink */
  --blue:      #9cb8ff;   /* periwinkle */
  --teal:      #9be6d6;
  --rec:       #f38ba8;   /* recording pink — matches the app's --rec */

  --grad:      linear-gradient(110deg, #cba6f7, #f5a3c0 55%, #9cb8ff);
  --grad-text: linear-gradient(110deg, #d7bdff, #f7b6cd 50%, #aec6ff);

  --glass:     rgba(255, 255, 255, 0.045);
  --glass-2:   rgba(255, 255, 255, 0.07);
  --glass-bd:  rgba(255, 255, 255, 0.09);
  --hairline:  rgba(255, 255, 255, 0.06);

  --radius:    20px;
  --radius-lg: 28px;
  --maxw:      1120px;

  --shadow:    0 24px 70px rgba(0,0,0,0.5);
  --shadow-sm: 0 8px 30px rgba(0,0,0,0.35);
  --font:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --mono:      'JetBrains Mono', ui-monospace, 'Cascadia Code', monospace;
  --display:   'Instrument Serif', Georgia, 'Times New Roman', serif;    /* editorial serif headings */
  --script:    'Instrument Serif', Georgia, serif;                       /* same family, italic accent */

  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;   /* no grey flash on tap (mobile) */
  overflow-x: hidden;
  position: relative;
}

/* ── Aurora mesh + grain (ambient, fixed) ────────────────────────────────── */
.aurora { position: fixed; inset: -20vh -10vw; z-index: -2; pointer-events: none; filter: blur(70px) saturate(130%); opacity: 0.55; }
.aurora span { position: absolute; border-radius: 50%; mix-blend-mode: screen; will-change: transform; }
.aurora .b1 { width: 48vw; height: 48vw; left: -6vw;  top: -8vh;  background: radial-gradient(closest-side, rgba(203,166,247,0.9), transparent 70%); animation: drift1 26s var(--ease) infinite alternate; }
.aurora .b2 { width: 42vw; height: 42vw; right: -4vw; top: -4vh;  background: radial-gradient(closest-side, rgba(245,163,192,0.8), transparent 70%); animation: drift2 30s var(--ease) infinite alternate; }
.aurora .b3 { width: 46vw; height: 46vw; left: 20vw;  top: 38vh;  background: radial-gradient(closest-side, rgba(156,184,255,0.6), transparent 70%); animation: drift3 34s var(--ease) infinite alternate; }
.aurora .b4 { width: 36vw; height: 36vw; right: 6vw;  top: 60vh;  background: radial-gradient(closest-side, rgba(155,230,214,0.45), transparent 70%); animation: drift1 38s var(--ease) infinite alternate-reverse; }
@keyframes drift1 { to { transform: translate(8vw, 10vh) scale(1.15); } }
@keyframes drift2 { to { transform: translate(-7vw, 8vh) scale(1.1); } }
@keyframes drift3 { to { transform: translate(6vw, -8vh) scale(0.92); } }

/* Filmic grain — oversized so the flicker translate never reveals an edge,
   with a fast stepped jitter for an authentic film-stock shimmer. */
.grain {
  position: fixed; inset: -12%; z-index: -1; pointer-events: none; opacity: 0.18; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* Grain baked into glass card surfaces — sits on the frosted layer itself so it
   reads as texture within the glass rather than being blurred away by backdrop-filter. */
.card::before, .demo-card::before, .custom-card::before, .history-demo::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.08; mix-blend-mode: overlay;
}

/* Deep vignette + a faint vintage warmth at the edges */
body::after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(130% 100% at 50% -5%, transparent 48%, rgba(4,4,8,0.82) 100%),
    radial-gradient(80% 60% at 50% 110%, rgba(245,180,140,0.05), transparent 60%); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; position: relative; z-index: 1; }
.wrap.narrow { max-width: 760px; }
a { color: inherit; text-decoration: none; }

/* Vintage cursive accent: editorial italic serif, slightly oversized, with a soft
   glow so the gradient stays legible on dark. Used for the highlighted words. */
.grad-text {
  font-family: var(--script); font-style: italic; font-weight: 400;
  font-size: 1.04em; line-height: 0.9; letter-spacing: 0.01em;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  text-shadow: 0 0 38px rgba(203,166,247,0.28);
  padding: 0 0.06em 0.14em 0.12em;  /* L: italic left side-bearing (J/Q) · R: overhang · B: descender room */
}

/* Hand-drawn wavy underline for a single emphasised word (e.g. "once", "offline").
   A tileable SVG squiggle in the brand mauve, sat just under the word's baseline. */
.squiggle {
  padding-bottom: 0.26em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 3 Q2.5 0 5 3 T10 3' fill='none' stroke='%23cba6f7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 10px 6px;
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .25s, border-color .25s;
  white-space: nowrap;
}
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--grad); color: #1a1525; box-shadow: 0 10px 30px rgba(203,166,247,0.28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(203,166,247,0.42); }
.btn-ghost { background: var(--glass); border-color: var(--glass-bd); color: var(--text); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: rgba(203,166,247,0.5); background: rgba(203,166,247,0.08); transform: translateY(-2px); }

/* ── Checkout success toast (LemonSqueezy) ───────────────────────────────── */
.ls-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px);
  z-index: 1000; max-width: min(92vw, 460px);
  display: flex; gap: 12px; align-items: flex-start;
  padding: 15px 20px; border-radius: 18px;
  background: var(--glass-2); border: 1px solid var(--glass-bd);
  backdrop-filter: blur(16px); box-shadow: var(--shadow);
  color: var(--text); font-size: 14.5px; line-height: 1.5;
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.ls-toast.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.ls-toast b { display: block; font-weight: 700; margin-bottom: 2px; }
.ls-toast .ls-emoji {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
  background: var(--grad); color: #1a1525;
}

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(11,11,18,0.6); backdrop-filter: blur(18px) saturate(140%); border-bottom-color: var(--hairline); }
.nav-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.brand-name { font-family: var(--script); font-style: italic; font-weight: 400; font-size: 24px; letter-spacing: 0; }
.brand-mark { width: 28px; height: 28px; border-radius: 9px; background: var(--grad); position: relative; box-shadow: 0 6px 18px rgba(203,166,247,0.45); }
.brand-mark::after { content: ''; position: absolute; left: 50%; top: 6px; transform: translateX(-50%); width: 7px; height: 11px; border-radius: 4px; background: #16121f; }
.brand-mark::before { content: ''; position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); width: 12px; height: 6px; border: 2px solid #16121f; border-top: none; border-radius: 0 0 8px 8px; }
.nav-links { display: flex; gap: 28px; margin-left: 14px; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { margin-left: auto; display: flex; gap: 10px; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 22px; cursor: pointer; margin-left: auto; }
/* Download CTA inside the nav: hidden on desktop (the .nav-cta buttons cover it there),
   shown only inside the open mobile dropdown so the primary CTA isn't missing on phones. */
.nav-links-cta { display: none; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { position: relative; padding: 168px 0 96px; }
.hero-inner { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 60px; align-items: center; }

.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--accent);
  background: var(--glass); border: 1px solid var(--glass-bd); backdrop-filter: blur(8px);
  padding: 7px 15px; border-radius: 999px; margin-bottom: 26px; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal); animation: pulse 2.4s infinite; }
@keyframes pulse { 50% { opacity: .35; } }

.hero h1 { font-family: var(--display); font-size: clamp(54px, 7.4vw, 96px); line-height: 0.98; letter-spacing: -0.01em; font-weight: 400; }
/* Self-contained gradient: once JS transforms the word it becomes its own box and
   would otherwise lose the parent's clipped gradient (rendering transparent). */
.rotator {
  display: inline-block;
  line-height: 1.15; padding: 0 0.04em 0.16em 0.06em;   /* room so the italic Q side-bearing/descender isn't clipped */
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.lede { font-size: clamp(17px, 1.9vw, 21px); color: var(--muted); margin: 26px 0 34px; max-width: 34ch; font-weight: 400; line-height: 1.55; }
.lede strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }
.hero-sub { margin-top: 20px; font-size: 13px; color: var(--faint); font-family: var(--mono); letter-spacing: 0; }

/* hero visual: flowing orb + glass demo */
.hero-demo { position: relative; display: flex; justify-content: center; align-items: center; }
.orb {
  position: absolute; width: 115%; aspect-ratio: 1; border-radius: 50%; z-index: 0;
  background: conic-gradient(from 200deg, #cba6f7, #f5a3c0, #9cb8ff, #9be6d6, #cba6f7);
  filter: blur(46px); opacity: 0.5; animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.demo-card {
  position: relative; z-index: 1; width: 100%; max-width: 430px;
  background: var(--glass); border: 1px solid var(--glass-bd); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow); backdrop-filter: blur(20px) saturate(150%);
}
.demo-tag { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); }
.demo-tag.accent { color: var(--accent); }
.demo-before p { color: var(--muted); font-size: 16px; margin-top: 6px; }
.demo-after { min-height: 60px; }
.demo-after p { color: var(--text); font-size: 17.5px; font-weight: 500; margin-top: 6px; }
.demo-after p .cursor { display: inline-block; width: 2px; height: 1.05em; background: var(--accent); margin-left: 1px; vertical-align: text-bottom; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ── The Quill widget — faithful to src-electron/renderer/overlay.css ──────────
   #app is a transparent column; in NORMAL mode a controls strip (keybind chip ·
   platform tag · history/settings/hide buttons) sits above the glass bar. Compact
   and mic hide the strip (handled on the mocks below), exactly like the app. */
.qwidget { display: flex; flex-direction: column; gap: 7px; width: 248px; }
.demo-card .qwidget { margin: 18px auto; }            /* centre the hero mock in its card */

.qw-controls { display: flex; align-items: center; gap: 3px; padding: 0 6px; }
.qw-hk { font-family: var(--mono); font-size: 9px; font-weight: 500; color: var(--accent);
  background: rgba(203,166,247,0.12); border: 1px solid rgba(203,166,247,0.25);
  padding: 1px 5px; border-radius: 4px; letter-spacing: 0.5px; margin-right: auto; white-space: nowrap; }
.qw-plat { font-size: 8px; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase;
  color: var(--faint); padding: 1px 5px; border: 1px solid var(--hairline); border-radius: 4px; margin-right: 2px; }
.qw-btn { background: transparent; border: 1px solid transparent; color: var(--faint);
  font-family: var(--mono); font-size: 11px; line-height: 1; padding: 2px 6px; border-radius: 5px; cursor: default;
  transition: background .12s, color .12s, border-color .12s; }
.qw-btn:hover { background: rgba(203,166,247,0.14); border-color: rgba(203,166,247,0.3); color: var(--accent); }
/* Interactive buttons (the hero history ≡) get a real pointer + active state. */
.qw-btn.live { cursor: pointer; }
.qw-btn.live.active { background: rgba(203,166,247,0.16); border-color: rgba(203,166,247,0.35); color: var(--accent); }
/* Hero "you say" widget only: brighten the Windows tag + history/settings/minimize
   buttons to white (the other widget mocks keep the dim resting colour). */
#overlayWidget .qw-plat,
#overlayWidget .qw-btn { color: rgba(255,255,255,0.7); }

/* ── History panel — faithful to the app's overlay #history-panel ─────────────── */
.qw-history {
  display: none; flex-direction: column;
  /* Dark glass to match the widget bar (.wm-bar), not the light card — the app's
     overlay is dark, so var(--glass)'s white tint read as washed-out here. */
  background: rgba(10,10,16,0.82); border: 1px solid var(--glass-bd);
  border-radius: 14px; box-shadow: var(--shadow-sm); overflow: hidden;
  backdrop-filter: blur(10px) saturate(140%);
  animation: qwh-in .16s ease;
}
.qw-history.open { display: flex; }
@keyframes qwh-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.qwh-header { display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; border-bottom: 1px solid var(--hairline); }
.qwh-title { font-size: 9px; font-weight: 600; color: var(--faint);
  text-transform: uppercase; letter-spacing: 0.6px; }
.qwh-actions { display: flex; gap: 2px; }
.qwh-act { font-size: 9px; color: var(--faint); background: none; border: none; cursor: pointer;
  padding: 2px 6px; border-radius: 4px; font-family: var(--mono); transition: color .12s, background .12s; }
.qwh-act[data-act="clear"]:hover  { color: var(--rec);    background: rgba(243,139,168,0.10); }
.qwh-act[data-act="export"]:hover { color: var(--accent); background: rgba(203,166,247,0.12); }
.qwh-search { margin: 8px 12px; padding: 5px 8px; font-family: var(--mono); font-size: 10px; color: var(--text);
  background: rgba(255,255,255,0.04); border: 1px solid var(--hairline); border-radius: 8px;
  outline: none; transition: border-color .12s; }
.qwh-search::placeholder { color: var(--faint); }
.qwh-search:focus { border-color: var(--accent); }
.qwh-list { overflow-y: auto; max-height: 150px; }
.qwh-list::-webkit-scrollbar { width: 3px; }
.qwh-list::-webkit-scrollbar-thumb { background: var(--hairline); border-radius: 2px; }
.qwh-item { display: flex; align-items: center; gap: 8px; padding: 6px 12px;
  border-bottom: 1px solid var(--hairline); transition: background .1s; }
.qwh-item:last-child { border-bottom: none; }
.qwh-item:hover { background: rgba(255,255,255,0.03); }
.qwh-ts { font-size: 9px; color: var(--faint); flex-shrink: 0; width: 26px; }
.qwh-text { flex: 1; font-size: 10px; color: var(--text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qwh-copy { font-size: 9px; padding: 2px 6px; background: var(--hairline); border: none; color: var(--muted);
  border-radius: 4px; cursor: pointer; flex-shrink: 0; font-family: var(--mono); transition: background .1s, color .1s; }
.qwh-copy:hover, .qwh-copy.copied { background: var(--grad); color: #1a1525; }
.qwh-empty { padding: 16px 12px; font-size: 10px; color: var(--faint); text-align: center; }

/* Standalone history demo beneath the "See it in action" stage — boxed in the same
   glass card as the other demos so it doesn't float on the bare section. */
.history-demo {
  max-width: 380px; margin: 44px auto 0; text-align: center;
  background: var(--glass); border: 1px solid var(--glass-bd);
  border-radius: var(--radius-lg); padding: 26px 28px 30px;
  box-shadow: var(--shadow); backdrop-filter: blur(20px) saturate(150%);
}
.hd-cap { font-size: 14px; color: var(--muted); font-family: var(--mono); line-height: 1.55; margin-bottom: 18px; }
.kbd { color: var(--accent); border: 1px solid rgba(203,166,247,0.3);
  background: rgba(203,166,247,0.12); border-radius: 4px; padding: 0 5px; font-family: var(--mono); }
.history-demo .qwidget { margin: 0 auto; }

.wave { display: flex; align-items: center; gap: 3px; height: 22px; flex: 1; overflow: hidden; }
.wave span { width: 3px; border-radius: 2px; background: var(--grad); height: 20%; transition: height .06s linear; }

/* ── Trust strip ─────────────────────────────────────────────────────────── */
.trust { padding: 26px 0 6px; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  background: var(--glass); border: 1px solid var(--glass-bd); backdrop-filter: blur(16px);
  border-radius: var(--radius); padding: 28px; }
.trust-item { text-align: center; }
.trust-item b { display: block; font-size: 38px; font-weight: 800; letter-spacing: -0.03em; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.trust-item span { color: var(--muted); font-size: 13.5px; }

/* ── Compatibility marquee ───────────────────────────────────────────────── */
.compat { padding: 76px 0 24px; }
.section-kicker { color: var(--accent); font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: .16em; font-weight: 500; margin-bottom: 16px; }
.section-kicker.center { text-align: center; }
.marquee { margin-top: 26px; -webkit-mask: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); mask: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); overflow: hidden; }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: scroll 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }
.chip { font-family: var(--mono); font-size: 13.5px; color: var(--muted); background: var(--glass); border: 1px solid var(--hairline); backdrop-filter: blur(8px); padding: 11px 18px; border-radius: 12px; white-space: nowrap; }

/* ── Sections ────────────────────────────────────────────────────────────── */
.section { padding: 116px 0; }
.section-title { font-family: var(--display); font-size: clamp(38px, 5.2vw, 62px); line-height: 1.04; letter-spacing: -0.01em; font-weight: 400; margin-bottom: 56px; }

/* ── Glass cards / bento ─────────────────────────────────────────────────── */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--glass); border: 1px solid var(--glass-bd); border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; backdrop-filter: blur(16px) saturate(140%); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s, background .3s; }
.card:hover { transform: translateY(-5px); border-color: rgba(203,166,247,0.4); background: var(--glass-2); box-shadow: var(--shadow-sm); }
.card-lg { grid-column: span 2; grid-row: span 2; }
.card-wide { grid-column: span 2; }
.card h3 { font-size: 19px; letter-spacing: -0.015em; margin-bottom: 9px; font-weight: 700; }
.card p { color: var(--muted); font-size: 14.5px; }
.card-lg p { font-size: 15.5px; }

.icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(150deg, rgba(203,166,247,0.18), rgba(245,163,192,0.12));
  border: 1px solid var(--glass-bd); }
.icon svg { width: 23px; height: 23px; stroke: var(--accent); stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.card-art { position: absolute; pointer-events: none; }
.card-art.shield { right: -50px; bottom: -50px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(closest-side, rgba(155,230,214,0.18), transparent 70%); }
.card-art.gradient-ring { right: 26px; top: 50%; transform: translateY(-50%); width: 130px; height: 130px; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--accent), var(--accent-2), var(--blue), var(--accent));
  -webkit-mask: radial-gradient(circle 48px, transparent 44px, #000 48px); mask: radial-gradient(circle 48px, transparent 44px, #000 48px);
  animation: spin 7s linear infinite; opacity: .8; }

/* ── How it works ────────────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--glass); border: 1px solid var(--glass-bd); border-radius: var(--radius); padding: 32px; position: relative; backdrop-filter: blur(16px); }
.step-num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(150deg, rgba(203,166,247,0.2), rgba(245,163,192,0.12)); border: 1px solid var(--glass-bd); color: var(--accent); font-family: var(--mono); font-weight: 700; font-size: 18px; margin-bottom: 18px; }
.step h3 { font-size: 20px; margin-bottom: 9px; font-weight: 700; }
.step p { color: var(--muted); font-size: 15px; }

/* ── See it in action (animated demo stage) ──────────────────────────────── */
.section-title.center, .section-kicker.center { text-align: center; }
.see .section-title { margin-bottom: 40px; }
.stage { max-width: 720px; margin: 0 auto; }
.appwin {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  border: 1px solid var(--glass-bd); box-shadow: var(--shadow); backdrop-filter: blur(20px) saturate(150%);
}
.appbar { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-bottom: 1px solid var(--hairline); }
.appbar .dots { display: flex; gap: 7px; }
.appbar .dots i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.appbar .dots i:nth-child(1) { background: #f5a3c0; } .appbar .dots i:nth-child(2) { background: #f7d08a; } .appbar .dots i:nth-child(3) { background: #9be6d6; }
.apptitle { font-size: 13px; color: var(--faint); font-family: var(--mono); }
.appbody { padding: 22px 24px 104px; min-height: 360px; }
.field { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--hairline); font-size: 14.5px; }
.field .flabel { color: var(--faint); width: 64px; flex-shrink: 0; }
.field .fval { color: var(--muted); }
.compose { margin-top: 18px; font-size: 18px; line-height: 1.6; color: var(--text); min-height: 60px; white-space: pre-wrap; }
.compose.code { font-family: var(--mono); font-size: 15px; color: var(--teal); }
.field.mono { font-family: var(--mono); font-size: 13px; }
.field.mono .fval { color: var(--muted); }
.compose .caret { display: none; width: 2px; height: 1.05em; background: var(--accent); vertical-align: text-bottom; margin-left: 1px; animation: blink 1s steps(1) infinite; }
.compose.typing .caret { display: inline-block; }

.speech {
  position: absolute; left: 50%; bottom: 92px; transform: translateX(-50%) translateY(8px) scale(.96);
  max-width: 80%; padding: 9px 16px; border-radius: 14px 14px 14px 4px;
  background: rgba(255,255,255,0.07); border: 1px solid var(--glass-bd); backdrop-filter: blur(10px);
  color: var(--muted); font-size: 14px; font-style: italic; opacity: 0; transition: opacity .3s var(--ease), transform .3s var(--ease); pointer-events: none;
}
.speech.show { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }

/* The in-app overlay shown in the demo IS the app's normal-mode widget (#widget in
   the desktop overlay.css): glass bar, glowing gradient dot, flowing waveform, status
   tag. Same gap/padding/radius/background so the demo matches the real product 1:1. */
/* The demo's in-app overlay IS the full normal-mode widget (controls strip + bar). It
   floats at the bottom of the mock window; "active" (listening) glows in the app's
   recording pink, mirroring #widget.recording. */
.stage-widget { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  opacity: .55; transition: opacity .35s; }
.stage-widget.active { opacity: 1; }
.stage-widget .wm-bar { backdrop-filter: blur(10px); transition: border-color .35s, box-shadow .35s; }
.stage-widget.active .wm-bar { border-color: rgba(243,139,168,0.4); box-shadow: 0 0 18px rgba(243,139,168,0.22), var(--shadow-sm); }
.stage-widget .wm-wave { opacity: .4; transition: opacity .3s; }
.stage-widget.active .wm-wave { opacity: 1; }
.stage-status { min-width: 78px; transition: color .25s; }
.stage-widget.active .stage-status { color: var(--rec); }

.stage-done {
  position: absolute; left: 50%; top: 56%; transform: translate(-50%, -50%) scale(.9);
  padding: 11px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--teal);
  background: rgba(155,230,214,0.1); border: 1px solid rgba(155,230,214,0.35); backdrop-filter: blur(10px);
  opacity: 0; transition: opacity .4s var(--ease), transform .4s var(--ease); pointer-events: none;
}
.stage-done.show { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.stage-caption { text-align: center; margin-top: 22px; color: var(--muted); font-size: 15px; font-family: var(--mono); transition: color .3s; min-height: 1.4em; }

/* ── Make it yours (customization demos) ─────────────────────────────────── */
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.custom-card { background: var(--glass); border: 1px solid var(--glass-bd); border-radius: var(--radius-lg); padding: 22px; backdrop-filter: blur(16px) saturate(140%); }
.custom-stage {
  position: relative; height: 200px; border-radius: var(--radius); overflow: hidden;
  display: grid; place-items: center;
  background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,0.05), rgba(0,0,0,0.18));
  border: 1px solid var(--hairline);
}
.custom-meta { padding: 18px 6px 4px; }
.custom-meta h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.custom-meta p { color: var(--muted); font-size: 14.5px; min-height: 1.4em; }

/* segmented pill toggle (widget-mode demo) */
.custom-meta .seg {
  display: inline-flex; gap: 3px; margin-top: 16px; padding: 4px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--glass-bd); border-radius: 999px;
}
.custom-meta .seg button {
  font-family: var(--font); font-size: 13px; font-weight: 600; color: var(--muted);
  background: none; border: none; padding: 7px 17px; border-radius: 999px; cursor: pointer;
  transition: color .2s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease);
}
.custom-meta .seg button:hover:not(.active) { color: var(--text); }
.custom-meta .seg button.active { color: #1a1525; background: var(--grad); box-shadow: 0 4px 14px rgba(203,166,247,0.32); }

/* widget mocks — one visible at a time */
.wmock { position: absolute; opacity: 0; transform: scale(0.94); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.wmock.active { opacity: 1; transform: none; }
/* Normal = the app's #widget bar: glowing dot + waveform + status tag.
   Compact = the SAME-width bar, shorter + pill-shaped, with the tag hidden — exactly
   what the desktop app does (body.compact #widget: gap 8, padding 8 14, radius 999,
   #w-tag display:none). Same 236px width so "compact" reads as the same widget slimmed,
   not a different smaller chip. */
.wm-bar { display: flex; align-items: center; gap: 10px; width: 248px; padding: 12px 14px; background: rgba(10,10,16,0.7); border: 1px solid var(--glass-bd); border-radius: 14px; box-shadow: var(--shadow-sm); }
.wm-pill { display: flex; align-items: center; gap: 8px; width: 248px; padding: 8px 14px; background: rgba(10,10,16,0.7); border: 1px solid var(--glass-bd); border-radius: 999px; box-shadow: var(--shadow-sm); }
.wm-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--grad); flex-shrink: 0; box-shadow: 0 0 10px rgba(203,166,247,0.45); }
.wm-tag { font-family: var(--mono); font-size: 11px; color: var(--accent); flex-shrink: 0; min-width: 56px; text-align: right; }
.wm-wave { flex: 1; height: 22px; overflow: hidden; }
/* Mic mode mirrors the app's .wm-orb: a dark orb, a flowing conic ring, a mic glyph,
   plus the soft resting halo + glow the desktop orb casts (its --level glow at idle). */
.wm-orb { position: relative; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #2a2438, #14121d); box-shadow: var(--shadow-sm), 0 0 18px rgba(203,166,247,0.35); }
.wm-orb::before { content: ''; position: absolute; inset: -7px; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(203,166,247,0.45), rgba(203,166,247,0) 70%); }
.wm-orb .ring { width: 52px; height: 52px; border-radius: 50%; position: absolute; inset: 0;
  background: conic-gradient(from 0deg, var(--accent), var(--accent-2), var(--blue), var(--accent));
  -webkit-mask: radial-gradient(circle 21px, transparent 19px, #000 21px); mask: radial-gradient(circle 21px, transparent 19px, #000 21px);
  animation: spin 6s linear infinite; }
.wm-orb .mic-glyph { position: relative; width: 11px; height: 18px; }
.wm-orb .mic-glyph::after { content: ''; position: absolute; left: 50%; top: 2px; transform: translateX(-50%); width: 7px; height: 11px; border-radius: 4px; background: var(--accent); box-shadow: 0 7px 0 -2px var(--accent); }

/* accent stage */
.accent-stage { --a: #cba6f7; --b: #f38ba8; gap: 18px; flex-direction: column; }
.acc-orb { width: 70px; height: 70px; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--a), var(--b), var(--a)); filter: blur(1px);
  -webkit-mask: radial-gradient(circle 28px, transparent 26px, #000 28px); mask: radial-gradient(circle 28px, transparent 26px, #000 28px);
  animation: spin 5s linear infinite; transition: background .5s; margin-bottom: 14px; }
.acc-wave { width: 220px; height: 30px; justify-content: center; }
.acc-wave span { background: linear-gradient(180deg, var(--a), var(--b)); }
.swatches { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.swatch { width: 30px; height: 22px; border-radius: 6px; border: 1.5px solid var(--border-2); cursor: default; transition: transform .2s, border-color .2s; }
.swatch.active { border-color: var(--text); transform: scale(1.12); }

/* live "colour pickers" mirroring the app's Accent / Recording inputs */
.acc-pickers { display: flex; gap: 18px; margin-top: 14px; }
.acc-pick { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); font-family: var(--mono); }
.acc-pick .dot { width: 22px; height: 22px; border-radius: 6px; border: 1px solid var(--glass-bd); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25); transition: background .45s var(--ease); }

/* text-pipeline transform demos — dictionary / shortcuts / replacements / filler.
   Same before→after idiom as the hero: a mono "you say" line, an arrow, then the clean
   output typed out by JS. The whole .fx block fades up when the card scrolls in. */
.fx { width: 88%; opacity: 0; transform: translateY(7px); transition: opacity .42s var(--ease), transform .42s var(--ease); }
.custom-stage.fx-show .fx { opacity: 1; transform: none; }
.fx-line { display: flex; flex-direction: column; gap: 5px; }
.fx-tag { font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.fx-tag.accent { color: var(--accent); }
.fx-in p { font-family: var(--mono); font-size: 13px; color: var(--muted); line-height: 1.45; }
.fx-out p { font-size: 15.5px; font-weight: 500; color: var(--text); line-height: 1.4; min-height: 1.4em; }
.fx-arrow { display: block; text-align: center; color: var(--faint); font-size: 14px; margin: 9px 0; }
.fx-out p .cursor { display: inline-block; width: 2px; height: 1.05em; background: var(--accent); margin-left: 1px; vertical-align: text-bottom; animation: blink 1s steps(1) infinite; }
/* mis-heard word (dotted underline), removed filler (struck through), corrected term
   (gradient text), and a spoken-trigger pill — the four ways the demos mark a change. */
.fx-bad { color: var(--faint); text-decoration: underline dotted rgba(255,255,255,0.28); text-underline-offset: 3px; }
.fx-strike { color: var(--rec); text-decoration: line-through; opacity: .75; }
.fx-hi { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 600; }
.fx-trig { font-family: var(--mono); font-size: 12px; color: var(--accent); background: rgba(203,166,247,0.10); border: 1px solid rgba(203,166,247,0.25); padding: 3px 9px; border-radius: 7px; }

/* chip + rule lists under the demo (taught terms light up; rules read trigger → result) */
.fx-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.fx-chip { font-family: var(--mono); font-size: 11px; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid var(--glass-bd); color: var(--muted); transition: color .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); }
.fx-chip.on { color: #1a1525; background: var(--grad); border-color: transparent; box-shadow: 0 4px 14px rgba(203,166,247,0.28); }
.fx-rules { display: flex; flex-direction: column; gap: 7px; margin-top: 15px; }
.fx-rule { display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 11.5px; min-width: 0; }
.fx-rule .k { color: var(--accent); white-space: nowrap; }
.fx-rule .arr { color: var(--faint); flex-shrink: 0; }
.fx-rule .v { color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ── Compare table ───────────────────────────────────────────────────────── */
.compare { border: 1px solid var(--glass-bd); border-radius: var(--radius); overflow: hidden; background: var(--glass); backdrop-filter: blur(16px); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 17px 22px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--hairline); }
.compare thead th { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); font-weight: 500; }
.compare th.us, .compare td.us { background: rgba(203,166,247,0.08); color: var(--text); font-weight: 600; }
.compare thead th.us { color: var(--accent); }
.compare td:first-child { color: var(--muted); }
.compare tr:last-child td { border-bottom: none; }
.compliance { text-align: center; color: var(--muted); margin-top: 30px; font-size: 17px; }

/* ── Pricing ─────────────────────────────────────────────────────────────── */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.tier { background: var(--glass); border: 1px solid var(--glass-bd); border-radius: var(--radius-lg); padding: 34px; position: relative; backdrop-filter: blur(16px); }
.tier-feature { border-color: rgba(203,166,247,0.45); background: linear-gradient(180deg, rgba(203,166,247,0.1), var(--glass)); box-shadow: var(--shadow-sm); }
.tier-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #1a1525; font-size: 12px; font-weight: 700; padding: 5px 15px; border-radius: 999px; }
.tier h3 { font-size: 20px; margin-bottom: 12px; font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.price .amount { font-size: 48px; font-weight: 800; letter-spacing: -0.04em; }
.price .per { color: var(--faint); font-size: 15px; font-family: var(--mono); }
.tier-note { color: var(--muted); margin-bottom: 22px; font-size: 14px; }
.tier ul { list-style: none; margin-bottom: 28px; display: grid; gap: 12px; }
.tier li { position: relative; padding-left: 27px; color: var(--muted); font-size: 14.5px; }
.tier li::before { content: ''; position: absolute; left: 4px; top: 8px; width: 6px; height: 10px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.soon { font-family: var(--mono); font-size: 10px; color: var(--teal); border: 1px solid rgba(155,230,214,0.4); padding: 1px 6px; border-radius: 6px; margin-left: 4px; }
.price-foot { text-align: center; color: var(--muted); margin-top: 34px; font-size: 16px; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--glass); border: 1px solid var(--glass-bd); border-radius: 16px; padding: 4px 22px; transition: border-color .25s, background .25s; backdrop-filter: blur(12px); }
.faq-list details[open] { border-color: rgba(203,166,247,0.35); background: var(--glass-2); }
.faq-list summary { cursor: pointer; font-weight: 600; font-size: 16.5px; padding: 17px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--accent); font-size: 24px; font-weight: 400; transition: transform .25s var(--ease); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { color: var(--muted); padding: 0 0 19px; font-size: 15px; }

/* ── Final CTA ───────────────────────────────────────────────────────────── */
.cta { position: relative; padding: 128px 0; text-align: center; overflow: hidden; }
.cta-glow { position: absolute; left: 50%; bottom: -30%; transform: translateX(-50%); width: 800px; height: 600px; pointer-events: none;
  background: conic-gradient(from 180deg, rgba(203,166,247,0.22), rgba(245,163,192,0.22), rgba(156,184,255,0.2), rgba(203,166,247,0.22)); filter: blur(80px); border-radius: 50%; animation: spin 26s linear infinite; }
.cta h2 { font-family: var(--display); font-size: clamp(38px, 5.8vw, 68px); line-height: 1.03; letter-spacing: -0.01em; font-weight: 400; }
.cta p { color: var(--muted); font-size: 18px; margin: 22px 0 32px; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--hairline); padding: 60px 0 32px; background: rgba(8,8,14,0.5); backdrop-filter: blur(10px); }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; max-width: 330px; }
.footer-brand-top { display: flex; gap: 14px; align-items: center; }
.footer-brand p { color: var(--faint); font-size: 14px; margin-top: 0; }
.footer-cols { display: flex; gap: 64px; }
.footer-cols h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); margin-bottom: 15px; font-weight: 500; }
.footer-cols a { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 10px; transition: color .2s; }
.footer-cols a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--hairline); color: var(--faint); font-size: 13px; flex-wrap: wrap; }

/* ── Scroll reveal ───────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
/* Mobile keeps the exact same design — same cards, type, gradients and motion —
   and only reflows multi-column grids into stacks and trims oversized whitespace
   so everything fits a phone without horizontal scroll. */
@media (max-width: 900px) {
  .hero { padding-top: 132px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .lede { max-width: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card-lg, .card-wide { grid-column: span 2; grid-row: auto; }
  .steps, .tiers { grid-template-columns: 1fr; }
  .custom-grid { grid-template-columns: 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: rgba(11,11,18,0.96); backdrop-filter: blur(18px); padding: 20px 26px; gap: 18px; border-bottom: 1px solid var(--glass-bd); }
  .nav-links a { font-size: 16px; }                 /* roomier tap targets in the dropdown */
  .nav-toggle { padding: 6px 10px; margin-right: -4px; line-height: 1; }   /* bigger hit area */
  .nav.open .nav-links-cta { display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; padding: 12px 18px; border-radius: 999px; background: var(--grad); color: #1a1525; font-weight: 600; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 84px 0; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .card-lg, .card-wide { grid-column: auto; }
  .compare { overflow-x: auto; }
  .compare th, .compare td { padding: 14px 15px; }
  .footer-cols { gap: 40px; }
  .section { padding: 64px 0; }
  .compat { padding: 56px 0 16px; }
  .cta { padding: 84px 0; }
  .hero { padding: 116px 0 64px; }
}
/* Small phones: shrink the wrap gutter and the largest type so nothing clips. */
@media (max-width: 430px) {
  .wrap { padding: 0 18px; }
  .hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .section-title { font-size: clamp(32px, 9vw, 46px); }
  .hero-actions .btn, .hero-actions.center .btn { width: 100%; }
  .footer-cols { gap: 28px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ── Lenis smooth scroll (required runtime classes; added to <html> by script.js on
   desktop only). Inert until Lenis initialises, so phones/reduced-motion are unaffected. */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }       /* Lenis owns scrolling, not CSS */
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }   /* e.g. the history list */
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* ── Feature demos gallery (item 14) ─────────────────────────────────────────── */
.section-sub { text-align: center; color: var(--muted, #9aa0b4); max-width: 640px; margin: 0 auto 28px; }
.demo-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; margin-top: 8px;
}
.demo-tile {
  margin: 0; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.03);
}
.demo-tile img { display: block; width: 100%; height: auto; }
.demo-tile figcaption { padding: 12px 14px; font-size: 0.92rem; color: var(--muted, #9aa0b4); }
/* Until the real recording is dropped into /demos/, show a tasteful placeholder. */
.demo-tile.pending img { display: none; }
.demo-tile.pending::before {
  content: "Recording coming soon"; display: flex; align-items: center; justify-content: center;
  aspect-ratio: 16 / 10; color: var(--muted, #9aa0b4); font-size: 0.85rem; letter-spacing: 0.3px;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 12px, rgba(255,255,255,0.04) 12px 24px);
}
