/* ==========================================================================
   G-flowdesk landing — alternative light theme (loaded after app.css)
   ========================================================================== */

.theme-light {
  --container: 1180px;
  --b-bg: #F7F7FB;
  --b-ink: #0E1236;
  --b-muted: #636887;
  --b-line: #E6E7F0;
  --b-soft-indigo: #ECEEFF;
  --b-soft-peach: #FFF0E6;
  background: var(--b-bg);
  color: var(--b-ink);
}

/* Header ----------------------------------------------------------------- */
.theme-light .header-inner { border-color: rgba(14, 18, 54, .08); background: rgba(255, 255, 255, .7); color: var(--b-ink); box-shadow: 0 10px 30px -20px rgba(14, 18, 54, .3); }
.theme-light .site-header.is-scrolled .header-inner { background: rgba(255, 255, 255, .92); box-shadow: 0 18px 40px -22px rgba(14, 18, 54, .35); }
.theme-light .b-header .nav { margin-right: auto; }
.theme-light .nav a { color: var(--b-muted); }
.theme-light .nav a:hover { background: rgba(14, 18, 54, .05); color: var(--b-ink); }
.theme-light .brand-mark { box-shadow: none; }
.theme-light .nav-toggle { background: rgba(14, 18, 54, .06); }
.theme-light .nav-toggle-lines i { background: var(--b-ink); }
.theme-light .mobile-menu { background: radial-gradient(120% 80% at 100% 0%, #FFE8DA 0%, #FFFFFF 60%); color: var(--b-ink); }

/* Shared ------------------------------------------------------------------ */
.b-section { padding-block: clamp(80px, 10vw, 132px); }
.b-head { max-width: 780px; margin: 0 auto clamp(44px, 5vw, 64px); text-align: center; }
.b-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 5px 14px 5px 6px; border: 1px solid var(--b-line); border-radius: 999px; background: #fff; color: var(--b-ink); font-size: 13px; font-weight: 600; box-shadow: var(--shadow-sm); }
.b-kicker::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #FFC2A0, var(--carrot) 70%); }
.b-h2 { color: var(--b-ink); font-size: clamp(34px, 4.4vw, 58px); letter-spacing: -.04em; }
.b-lead { margin-top: 18px; color: var(--b-muted); font-size: clamp(16px, 1.3vw, 18px); }
.btn-white { border-color: var(--b-line); background: #fff; color: var(--b-ink); box-shadow: var(--shadow-sm); }
.btn-white:hover { border-color: rgba(14, 18, 54, .28); }
.btn-white .btn-play { background: var(--indigo); color: #fff; }

/* Hero -------------------------------------------------------------------- */
.b-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(136px, 14vw, 176px) 0 clamp(56px, 7vw, 96px); text-align: center; }
.b-hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.b-glow { position: absolute; top: -240px; left: 50%; border-radius: 50%; filter: blur(10px); will-change: transform; }
.b-glow--indigo { width: 1100px; height: 760px; margin-left: -900px; background: radial-gradient(closest-side, rgba(118, 130, 255, .36), transparent); animation: b-drift 16s ease-in-out infinite alternate; }
.b-glow--peach { width: 1000px; height: 700px; margin-left: -120px; background: radial-gradient(closest-side, rgba(255, 158, 108, .34), transparent); animation: b-drift 20s ease-in-out infinite alternate-reverse; }
.b-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(14, 18, 54, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 18, 54, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 28%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 60% 55% at 50% 28%, #000 20%, transparent 75%);
}
.b-pill { display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border: 1px solid var(--b-line); border-radius: 999px; background: rgba(255, 255, 255, .85); color: var(--b-ink); font-size: 13.5px; font-weight: 500; box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.b-pill-dot { position: relative; width: 22px; height: 22px; border-radius: 50%; background: var(--carrot-50); }
.b-pill-dot::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--carrot); animation: b-ping 2s var(--ease) infinite; }
.b-hero-title { max-width: 15ch; margin: 26px auto 22px; color: var(--b-ink); font-size: clamp(44px, 6.6vw, 90px); letter-spacing: -.052em; line-height: 1; }
.b-hero-sub { max-width: 640px; margin: 0 auto; color: var(--b-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.b-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.b-hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin-top: 26px; color: var(--b-muted); font-size: 14.5px; }
.b-hero-proof li { display: flex; align-items: center; gap: 8px; }
.b-hero-proof li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--carrot); }
.b-hero-proof strong { color: var(--b-ink); font-weight: 600; }

/* Product window ------------------------------------------------------------ */
.b-window-wrap { margin-top: clamp(52px, 7vw, 84px); perspective: 1800px; }
.b-window { position: relative; max-width: 1080px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(14, 18, 54, .08); border-radius: 22px; background: rgba(255, 255, 255, .8); box-shadow: 0 70px 120px -50px rgba(36, 44, 102, .45), 0 0 0 8px rgba(255, 255, 255, .55); text-align: left; transform-origin: 50% 0; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.b-window--image { display: block; width: 100%; }
.b-window-bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--b-line); background: rgba(255, 255, 255, .85); }
.b-dots { display: flex; gap: 6px; }
.b-dots i { width: 10px; height: 10px; border-radius: 50%; background: #E1E2EB; }
.b-dots i:first-child { background: #FF8A5B; }
.b-window-title { color: var(--b-muted); font-size: 12.5px; font-weight: 500; }
.b-app { display: grid; grid-template-columns: 210px minmax(0, 1fr); }
.b-app-side { padding: 18px 12px; border-right: 1px solid var(--b-line); background: #FAFAFD; }
.b-app-brand { display: flex; align-items: center; gap: 8px; padding: 2px 8px 18px; font-family: var(--font-display); font-size: 15px; font-weight: 600; }
.b-app-brand .brand-mark { width: 26px; height: 26px; border-radius: 7px; }
.b-app-nav { display: grid; gap: 2px; }
.b-app-nav li { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; color: var(--b-muted); font-size: 13.5px; font-weight: 500; }
.b-app-nav svg { width: 17px; height: 17px; }
.b-app-nav li.is-active { background: #fff; color: var(--b-ink); box-shadow: var(--shadow-sm); }
.b-app-nav li.is-active svg { color: var(--carrot); }
.b-app-main { padding: 20px 22px 24px; }
.b-app-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.b-app-label { color: var(--b-muted); font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.b-app-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.b-app-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 12px; }
.b-card { padding: 16px; border: 1px solid var(--b-line); border-radius: 16px; background: #fff; }
.b-card--wide { grid-column: 1 / -1; }
.b-card > .b-app-label { margin-bottom: 12px; }

.b-mini-steps { display: grid; grid-template-columns: repeat(var(--n, 5), minmax(0, 1fr)); }
.b-mini-steps li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--b-muted); font-size: 11.5px; font-weight: 500; line-height: 1.25; text-align: center; }
.b-mini-steps li::before { content: ""; position: absolute; top: 11px; right: calc(50% + 14px); left: calc(-50% + 14px); height: 2px; border-radius: 2px; background: var(--b-line); }
.b-mini-steps li:first-child::before { display: none; }
.b-mini-steps li.is-done::before, .b-mini-steps li.is-current::before { background: var(--green); }
.b-mini-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid var(--b-line); border-radius: 50%; background: #fff; color: #fff; }
.b-mini-dot svg { width: 12px; height: 12px; stroke-width: 3; }
.b-mini-steps li:not(.is-done) .b-mini-dot svg { display: none; }
.b-mini-steps li.is-done { color: var(--b-ink); }
.b-mini-steps li.is-done .b-mini-dot { border-color: var(--green); background: var(--green); }
.b-mini-steps li.is-current { color: var(--b-ink); }
.b-mini-steps li.is-current .b-mini-dot { border-color: var(--carrot); box-shadow: 0 0 0 4px rgba(243, 108, 50, .15); }
.b-mini-steps li.is-current .b-mini-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--carrot); animation: pulse-dot 1.6s var(--ease) infinite; }

.b-bars { display: grid; gap: 10px; }
.b-bar-row { display: grid; grid-template-columns: 80px minmax(0, 1fr) 36px; align-items: center; gap: 10px; font-size: 13px; }
.b-bar-row strong { font-weight: 600; }
.b-bar-row > span:last-child { color: var(--b-muted); font-size: 12px; text-align: right; }
.b-bar { height: 8px; overflow: hidden; border-radius: 8px; background: var(--bg-soft); }
.b-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--indigo), #6B78FF); }
.b-bar-row:first-child .b-bar i { background: linear-gradient(90deg, var(--carrot), #FFA46F); }
.b-list { display: grid; gap: 8px; }
.b-list--row { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.b-list li { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-radius: 11px; background: var(--bg-soft); font-size: 12.5px; font-weight: 500; }
.b-list svg { width: 15px; height: 15px; color: var(--carrot); }
.b-card--chat { display: flex; flex-direction: column; gap: 10px; }
.b-chat-head { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.b-chat-head .getme-avatar { width: 24px; height: 24px; border-radius: 8px; }
.b-chat-head .getme-avatar svg { width: 14px; height: 14px; }
.b-bubble { max-width: 94%; padding: 10px 12px; border-radius: 14px; font-size: 12.5px; line-height: 1.45; }
.b-bubble--user { align-self: flex-end; border-bottom-right-radius: 4px; background: var(--indigo); color: #fff; }
.b-bubble--ai { align-self: flex-start; border-bottom-left-radius: 4px; background: var(--bg-soft); }

@media (max-width: 860px) {
  .b-app { grid-template-columns: minmax(0, 1fr); }
  .b-app-side { display: none; }
  .b-app-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  .b-app-main { padding: 14px; }
  .b-mini-steps li { font-size: 9.5px; }
}

/* Trust strip ------------------------------------------------------------ */
.b-trust { margin-top: 0; padding-block: 20px; border-block: 1px solid var(--b-line); background: rgba(255, 255, 255, .7); color: var(--b-muted); }
.b-trust .marquee-group { height: auto; gap: 30px; padding-right: 30px; font-family: var(--font); font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.b-trust .marquee-sep { font-size: 11px; }

/* Stats ------------------------------------------------------------------ */
.b-stats { padding-top: clamp(64px, 8vw, 100px); }
.b-stats-card { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--b-line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.b-stat { padding: clamp(22px, 2.6vw, 34px) clamp(18px, 2.4vw, 30px); border-left: 1px solid var(--b-line); }
.b-stat:first-child { border-left: 0; }
.b-stat-value { display: block; background: linear-gradient(135deg, var(--indigo) 20%, #6470E0); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: var(--font-display); font-size: clamp(34px, 3.8vw, 50px); font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: -.045em; line-height: 1.05; }
.b-stat-label { display: block; margin-top: 8px; color: var(--b-muted); font-size: 14.5px; line-height: 1.45; }
@media (max-width: 860px) {
  .b-stats-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b-stat:nth-child(odd) { border-left: 0; }
  .b-stat:nth-child(n + 3) { border-top: 1px solid var(--b-line); }
}

/* Bento modules ---------------------------------------------------------- */
.b-bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.b-bento-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--b-line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.b-bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.b-bento-card--0, .b-bento-card--3 { grid-column: span 4; }
.b-bento-card--1, .b-bento-card--2 { grid-column: span 2; }
.b-bento-visual { display: grid; place-items: center; min-height: 200px; padding: 26px; border-bottom: 1px solid var(--b-line); background: radial-gradient(120% 130% at 0% 0%, var(--b-soft-indigo), #F8F7FC 55%, var(--b-soft-peach)); }
.b-bento-card--1 .b-bento-visual, .b-bento-card--3 .b-bento-visual { background: radial-gradient(120% 130% at 100% 0%, var(--b-soft-peach), #F8F7FC 55%, var(--b-soft-indigo)); }
.b-bento-visual > .b-card { width: 100%; max-width: 480px; box-shadow: 0 24px 44px -26px rgba(36, 44, 102, .4); transition: transform .7s var(--ease); }
.b-bento-card:hover .b-bento-visual > .b-card { transform: translateY(-4px) scale(1.02); }
.b-bento-body { display: flex; flex: 1; flex-direction: column; padding: 24px 26px 26px; }
.b-bento-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.b-bento-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--indigo); color: #fff; transition: background-color .4s; }
.b-bento-icon svg { width: 21px; height: 21px; }
.b-bento-card:hover .b-bento-icon { background: var(--carrot); }
.b-bento-num { color: var(--b-muted); font-family: var(--font-mono); font-size: 12.5px; }
.b-bento-card h3 { font-size: 25px; letter-spacing: -.03em; }
.b-bento-body > p { margin-top: 8px; color: var(--b-muted); font-size: 15px; }
.b-bento-body > .b-bento-outcome { display: flex; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--indigo); font-weight: 600; }
.b-bento-outcome svg { width: 18px; height: 18px; margin-top: 3px; color: var(--carrot); }
.b-meter { display: block; height: 10px; overflow: hidden; border-radius: 10px; background: var(--carrot); }
.b-meter i { display: block; height: 100%; background: var(--green); }
.b-meter-legend { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; color: var(--b-muted); font-size: 12px; }
.b-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.b-chip { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 8px; background: var(--carrot-50); color: var(--carrot-600); font-size: 11.5px; font-weight: 500; }
.b-chip svg { width: 12px; height: 12px; }
@media (max-width: 980px) {
  .b-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b-bento-card--0, .b-bento-card--1, .b-bento-card--2, .b-bento-card--3 { grid-column: span 1; }
}
@media (max-width: 620px) { .b-bento { grid-template-columns: minmax(0, 1fr); } }

/* AI agents tour ----------------------------------------------------------- */
.b-agents { padding-top: 0; }
.b-tour { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.b-tour-nav { position: sticky; top: 112px; }
.b-tour-nav ol { display: grid; gap: 6px; }
.b-tour-nav a { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 12px; padding: 14px 16px; border-radius: 18px; color: var(--b-muted); transition: background-color .35s, color .35s, box-shadow .35s; }
.b-tour-nav a:hover { color: var(--b-ink); }
.b-tour-nav a.is-active { background: #fff; color: var(--b-ink); box-shadow: 0 12px 32px -14px rgba(14, 18, 54, .2); }
.b-tour-num { display: grid; grid-row: span 2; place-items: center; width: 36px; height: 36px; border: 1px solid var(--b-line); border-radius: 11px; background: #fff; font-family: var(--font-mono); font-size: 12px; transition: background-color .35s, border-color .35s, color .35s; }
.b-tour-nav a.is-active .b-tour-num { border-color: var(--carrot); background: var(--carrot); color: #fff; }
.b-tour-name { font-size: 15px; font-weight: 600; }
.b-tour-desc { font-size: 12.5px; line-height: 1.35; }
.b-tour-body { display: grid; gap: 24px; }

.b-agent { scroll-margin-top: 100px; padding: clamp(22px, 3.2vw, 40px); border: 1px solid var(--b-line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.b-agent-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 clamp(24px, 3vw, 40px); margin-bottom: clamp(22px, 3vw, 32px); }
.b-agent-kicker { grid-column: 1 / -1; }
.b-agent-title { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.b-agent-sub { margin-top: 12px; color: var(--indigo); font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -.01em; line-height: 1.35; }
.b-agent-desc { color: var(--b-muted); }
.b-agent-desc p + p { margin-top: 10px; }
.b-agent .checklist { gap: 10px; margin-top: 18px; }
.b-agent .checklist li { font-size: 14.5px; }
.b-agent .numbered { margin-top: 16px; }
.b-agent .numbered li { font-size: 14.5px; }
.b-agent-cta { margin-top: 22px; }
.b-agent-visual { position: relative; padding: clamp(14px, 3vw, 34px); border-radius: 22px; background: radial-gradient(120% 130% at 100% 0%, var(--b-soft-peach), #F8F7FC 50%, var(--b-soft-indigo)); }
.b-agent-visual .mock, .b-agent-visual > .mock-image { max-width: 660px; margin-inline: auto; }
.b-agent--match .b-agent-visual { padding: 0; background: none; }
.b-agent--match .carousel { box-shadow: none; }
.b-agent--portal .b-agent-visual { padding-bottom: clamp(60px, 7vw, 96px); }
.b-agent--portal .portal-phone { right: -16px; bottom: -76px; }

.b-agent--getme { position: relative; overflow: hidden; border-color: transparent; background: var(--ink); color: #fff; box-shadow: 0 40px 90px -40px rgba(10, 12, 31, .65); }
.b-agent--getme::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 95% 0%, rgba(47, 57, 132, .85), transparent 70%), radial-gradient(40% 40% at 0% 100%, rgba(243, 108, 50, .16), transparent 70%); pointer-events: none; }
.b-agent--getme > * { position: relative; }
.b-agent--getme .b-agent-sub { color: #fff; }
.b-agent--getme .b-agent-desc { color: rgba(255, 255, 255, .62); }
.b-agent--getme .b-agent-visual { padding: 0; background: none; }
.b-agent .getme-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.b-agent .chat-split { grid-template-columns: minmax(0, 1fr); }
.b-agent .getme-stage { min-height: 0; }

@media (max-width: 1080px) {
  .b-tour { grid-template-columns: minmax(0, 1fr); }
  .b-tour-nav { display: none; }
}
@media (max-width: 860px) {
  .b-agent-copy { grid-template-columns: minmax(0, 1fr); }
  .b-agent-copy > div + div { margin-top: 16px; }
  .b-agent .getme-grid { grid-template-columns: minmax(0, 1fr); }
  .b-agent--portal .b-agent-visual { padding-bottom: clamp(14px, 3vw, 34px); }
}

/* Firm -------------------------------------------------------------------- */
.b-firm { text-align: center; }
.b-firm-inner { max-width: calc(1000px + var(--gutter) * 2); }
.b-firm-title { max-width: 13ch; margin-inline: auto; color: var(--b-ink); font-size: clamp(44px, 7vw, 100px); letter-spacing: -.052em; line-height: .98; }
.b-firm-lead { max-width: 900px; margin: clamp(32px, 4vw, 52px) auto 0; font-family: var(--font-display); font-size: clamp(21px, 2.3vw, 30px); font-weight: 500; letter-spacing: -.02em; line-height: 1.35; }
.b-firm-lead .w { overflow: visible; }
.b-firm-compliance { max-width: 720px; margin: 28px auto 0; color: var(--b-muted); }
.b-badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 36px 0; text-align: left; }
.b-badges li { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid var(--b-line); border-radius: 18px; background: #fff; font-size: 14.5px; font-weight: 600; box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.b-badges li:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.b-badges .badge-list-ic { background: var(--b-soft-indigo); }
@media (max-width: 760px) { .b-badges { grid-template-columns: minmax(0, 1fr); } }

/* Beta ---------------------------------------------------------------------- */
.b-beta { padding-top: 0; }
.b-beta-card { position: relative; isolation: isolate; overflow: hidden; padding: clamp(52px, 7vw, 100px) clamp(22px, 5vw, 80px); border-radius: clamp(26px, 3vw, 38px); background: #fff; text-align: center; box-shadow: var(--shadow); }
.b-beta-card::before { content: ""; position: absolute; inset: 0; z-index: 1; padding: 1.5px; border-radius: inherit; background: conic-gradient(from var(--neon-angle), var(--carrot), #FFD1B3 25%, #8A7BFF 50%, #5EC8FF 70%, var(--carrot)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; animation: neon-spin 8s linear infinite; }
.b-beta-glow { position: absolute; right: -10%; bottom: -55%; left: -10%; z-index: -1; height: 90%; background: radial-gradient(closest-side at 65% 50%, rgba(255, 158, 108, .32), transparent), radial-gradient(closest-side at 35% 50%, rgba(118, 130, 255, .28), transparent); pointer-events: none; }
.b-beta-card h2 { max-width: 15ch; margin: 22px auto; color: var(--b-ink); font-size: clamp(34px, 5vw, 64px); letter-spacing: -.045em; line-height: 1.02; }
.b-beta-body { display: grid; gap: 12px; max-width: 640px; margin: 0 auto; color: var(--b-muted); }
.theme-light .beta-form { border-color: var(--b-line); background: #fff; box-shadow: var(--shadow-sm); backdrop-filter: none; -webkit-backdrop-filter: none; }
.theme-light .beta-form input[type="email"] { color: var(--b-ink); }
.theme-light .beta-form input::placeholder { color: #9A9EB8; }
.theme-light .beta-consent { color: var(--b-muted); }
.theme-light .beta-note { color: var(--b-muted); }
.theme-light .beta-note.is-success { color: var(--green); }
.theme-light .beta-note.is-error { color: var(--carrot-600); }

/* FAQ ------------------------------------------------------------------------ */
.b-faq { padding-top: 0; }
.b-faq-list { display: grid; gap: 10px; max-width: 840px; margin: 0 auto; }
.b-faq-list .faq-item, .b-faq-list .faq-item:first-child { padding: 0 22px; border: 1px solid var(--b-line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.b-faq-list .faq-item summary { padding: 20px 0; font-size: clamp(17px, 1.5vw, 19px); }
.b-faq-list .faq-a-inner { padding: 0 48px 22px 0; }
.b-faq-cta { margin-top: 32px; text-align: center; }
@media (max-width: 560px) { .b-faq-list .faq-a-inner { padding-right: 0; } }

/* Footer ---------------------------------------------------------------------- */
.b-footer { border-top: 1px solid var(--b-line); background: #fff; color: var(--b-muted); }
.b-footer .brand { color: var(--b-ink); }
.b-footer .footer-top { border-bottom-color: var(--b-line); }
.b-footer .footer-title { color: #9A9EB8; }
.b-footer .footer-col a:hover { color: var(--b-ink); }
.b-footer .footer-bottom { color: #9A9EB8; }
.b-footer .footer-word { background: linear-gradient(180deg, rgba(36, 44, 102, .12), rgba(36, 44, 102, 0) 85%); -webkit-background-clip: text; background-clip: text; }

@keyframes b-drift { to { transform: translate(70px, 40px) scale(1.08); } }
@keyframes b-ping { 0% { box-shadow: 0 0 0 0 rgba(243, 108, 50, .5); } 100% { box-shadow: 0 0 0 9px rgba(243, 108, 50, 0); } }
