/* Outflow Studio visual identity. Loaded after site.css; pages migrate to it one by one.
   Ink-dark canvas, Inter, blue for action, gold for "unlock", the living grid behind framed product visuals. */
:root {
  --bg: #0a0c11; --bg2: #11141b; --bg3: #181c25; --line: #232833; --line2: #303748;
  --text: #eef0f5; --muted: #98a1b5; --accent: #4f8dff; --accent2: #86b3ff; --gold: #e2b04a; --teal: #2fd0bf;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --r: 18px; --r2: 12px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { letter-spacing: -.022em; }
a { color: var(--accent2); }
::selection { background: rgba(79,141,255,.35); }

/* buttons */
.btn { border-radius: var(--r2); padding: 12px 18px; font-weight: 600; transition: transform .15s, box-shadow .15s, border-color .15s, background .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn.primary { background: linear-gradient(180deg, #5f99ff, #3f7cf0); color: #fff; box-shadow: 0 8px 24px rgba(79,141,255,.32), inset 0 1px 0 rgba(255,255,255,.22); width: auto; }
.btn.primary:hover { box-shadow: 0 10px 30px rgba(79,141,255,.45), inset 0 1px 0 rgba(255,255,255,.22); }
.btn.ghost { border: 1px solid var(--line2); background: rgba(255,255,255,.02); color: var(--text); }
.btn.ghost:hover { border-color: #46506a; background: rgba(255,255,255,.05); }
.btn.gold { background: linear-gradient(180deg, #f0c25c, #d9a539); color: #2a1e05; box-shadow: 0 8px 24px rgba(226,176,74,.28); }
.btn.big { padding: 15px 26px; font-size: 17px; border-radius: 14px; }
.btn.small { padding: 8px 14px; font-size: 13px; }

/* header */
.nav { padding: 12px 24px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(10,12,17,.72); backdrop-filter: blur(14px); }
.nav .brand { font-weight: 800; letter-spacing: -.01em; font-size: 17px; }
.brand .logo { width: 22px; height: 22px; border-radius: 7px; background: conic-gradient(from 210deg, #7fb0ff, #3f7cf0 40%, #e2b04a 75%, #7fb0ff); box-shadow: 0 0 18px rgba(79,141,255,.45); vertical-align: -5px; }
.nav nav a { font-weight: 500; }
.nav nav .btn { font-weight: 600; }

/* layout rhythm */
main.home { max-width: none; padding: 0; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.blk { padding: 104px 0; }
.blk + .blk { border-top: 1px solid rgba(255,255,255,.05); }
.blk-head { max-width: 720px; margin-bottom: 40px; }
.blk-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.h2 { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.06; margin: 0 0 16px; font-weight: 800; }
.lead { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0; }
.lead b { color: var(--text); font-weight: 600; }

/* hero */
.hero-x { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.05); }
.hero-x .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 55% at 18% 10%, rgba(79,141,255,.28), transparent 65%), radial-gradient(45% 45% at 88% 70%, rgba(226,176,74,.16), transparent 65%); }
.hero-x .fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,12,17,0) 55%, var(--bg) 100%); }
.hero-x .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-top: 88px; padding-bottom: 96px; }
.hero-x h1 { font-size: clamp(38px, 5.6vw, 64px); line-height: 1.02; margin: 0 0 20px; font-weight: 800; }
.hero-x h1 .accent { color: var(--accent2); }
.hero-x .lead { max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 14px; }
.trust { color: var(--muted); font-size: 14px; display: flex; flex-wrap: wrap; gap: 6px 14px; }
.trust span::before { content: '✓'; color: var(--teal); margin-right: 6px; }

/* the framed product visual */
.frame { position: relative; border: 1px solid var(--line2); border-radius: 22px; background: linear-gradient(180deg, #141822, #0f121a); overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(79,141,255,.08); }
.grid-cv { position: absolute; inset: 0; width: 100% !important; height: 100% !important; pointer-events: none; z-index: 0; }
[data-grid] { position: relative; }
[data-grid] > :not(.grid-cv) { position: relative; z-index: 1; }
.frame .in { position: relative; padding: 28px; }
.frame.blue::after, .frame.gold::after { content: ''; position: absolute; inset: -30%; pointer-events: none; }
.frame.blue::after { background: radial-gradient(35% 35% at 30% 20%, rgba(79,141,255,.22), transparent 70%); }
.frame.gold::after { background: radial-gradient(35% 35% at 75% 25%, rgba(226,176,74,.18), transparent 70%); }
.hero-frame .in { display: flex; justify-content: center; padding: 34px 28px; }
.panel-mock { width: 290px; background: #141720; border: 1px solid #2b3140; border-radius: 18px; padding: 10px; box-shadow: 0 30px 70px rgba(0,0,0,.55); position: relative; z-index: 1; }
.pm-tabs { display: flex; gap: 6px; padding: 4px 4px 10px; }
.pm-tabs i { width: 22px; height: 22px; border-radius: 6px; background: #1f2431; font-style: normal; }
.pm-tabs i.on { background: var(--accent); }
.pm-title { margin-left: auto; font-size: 11px; color: var(--muted); align-self: center; }
.panel-mock .phone { width: 100%; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: #000; }
.panel-mock .phone canvas { width: 100%; height: 100%; display: block; }
.pm-foot { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px 2px; font-size: 12px; color: var(--muted); }
.pm-btn { background: var(--accent); color: #fff; font-weight: 700; padding: 6px 10px; border-radius: 8px; font-size: 12px; }
.float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; background: rgba(17,20,27,.92); border: 1px solid var(--line2); border-radius: 12px; padding: 8px 12px; font-size: 13px; font-weight: 600; box-shadow: 0 16px 40px rgba(0,0,0,.5); animation: floaty 7s ease-in-out infinite; backdrop-filter: blur(8px); }
.float i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.float.gold i { background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.float.blue i { background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.float.f1 { left: 18px; top: 60px; } .float.f2 { right: 18px; top: 150px; animation-delay: -2.5s; } .float.f3 { left: 26px; bottom: 70px; animation-delay: -4.5s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* bento grid of tools */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.b { position: relative; grid-column: span 2; display: flex; flex-direction: column; gap: 8px; min-height: 280px; padding: 20px; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); color: var(--text); text-decoration: none; overflow: hidden; transition: border-color .2s, transform .2s, box-shadow .2s; }
.b:hover { border-color: var(--line2); transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.b.wide { grid-column: span 3; }
.b .vis { position: relative; flex: 1; min-height: 150px; border-radius: 12px; overflow: hidden; background: #0c0e14; border: 1px solid var(--line); margin-bottom: 6px; }
.b h3 { margin: 0; font-size: 18px; }
.b p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.b .go { color: var(--accent2); font-size: 14px; font-weight: 600; margin-top: auto; }
.b .tag { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; background: rgba(226,176,74,.15); color: #f3cf77; border: 1px solid rgba(226,176,74,.35); z-index: 2; }
.b .tag.free { background: rgba(47,208,191,.12); color: #8fe9dd; border-color: rgba(47,208,191,.35); }
.vis canvas { width: 100%; height: 100%; display: block; }
.vis .phone-sm { position: absolute; left: 50%; top: 12px; bottom: 12px; transform: translateX(-50%); aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; background: #000; border: 1px solid #2b3140; }
.vis .phone-sm canvas { width: 100%; height: 100%; }
.vis.pad { padding: 14px; }
.mini-review { font-size: 13px; line-height: 1.9; margin: 0; color: var(--text); }
.mini-review span { padding: 1px 4px; border-radius: 3px; }
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.strip i { aspect-ratio: 1; border-radius: 10px; background: #161a23; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 18px; color: var(--accent2); }
.strip i:nth-child(3) { background: rgba(79,141,255,.18); border-color: rgba(79,141,255,.5); }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; height: 100%; }
.thumbs i { border-radius: 8px; min-height: 40px; }
.thumbs i:nth-child(1) { background: linear-gradient(135deg, #3a7bff, #1b2f66); } .thumbs i:nth-child(2) { background: linear-gradient(135deg, #e8b331, #8a4d10); } .thumbs i:nth-child(3) { background: linear-gradient(135deg, #2fd0bf, #0f5f58); }
.thumbs i:nth-child(4) { background: linear-gradient(135deg, #c53fd0, #4a1a52); } .thumbs i:nth-child(5) { background: linear-gradient(135deg, #ff6a4d, #6b2213); } .thumbs i:nth-child(6) { background: linear-gradient(135deg, #6fa2ff, #23345f); }
.wheel-sm { width: 150px; margin: 0 auto; }
.wheel-sm svg { width: 100%; height: auto; display: block; }
.b .ba { margin: 0; padding: 10px 12px; background: transparent; border: 0; }
.b .ba-row { grid-template-columns: 92px 1fr; font-size: 12px; }
.b .wave { height: 28px; }
.b .mk-url, .b .mk-row { font-size: 12px; }

/* deep-dive rows */
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.row2.flip .txt { order: 2; }
.row2 .h2 { font-size: clamp(28px, 3.4vw, 40px); }
.arrows { list-style: none; padding: 0; margin: 22px 0 26px; }
.arrows li { padding: 7px 0 7px 26px; position: relative; color: var(--text); font-size: 15.5px; }
.arrows li::before { content: '→'; position: absolute; left: 0; color: var(--accent2); font-weight: 700; }
.row2 .btn { width: auto; }
.frame .demo-phone { width: min(100%, 250px); aspect-ratio: 9 / 16; margin: 0 auto; border-radius: 16px; overflow: hidden; background: #000; border: 1px solid #2b3140; box-shadow: 0 30px 60px rgba(0,0,0,.6); position: relative; z-index: 1; }
.frame .demo-phone canvas { width: 100%; height: 100%; display: block; }
.frame .chips { position: relative; z-index: 1; margin-top: 16px; justify-content: center; }
.frame .tr-frame { position: relative; z-index: 1; max-width: none; border-radius: 14px; }
.mock { background: rgba(17,20,27,.92); border-color: var(--line2); box-shadow: 0 30px 60px rgba(0,0,0,.5); position: relative; z-index: 1; backdrop-filter: blur(6px); }
.mock .mk-text { font-size: 15px; }
.mk-bar b { background: var(--accent); }
.mini-chip { display: inline-block; font-size: 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; margin: 4px 4px 0 0; }
.mini-chip.on { color: #fff; border-color: var(--accent); background: rgba(79,141,255,.15); }

/* how it works */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); padding: 24px; }
.step .n { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 10px; background: rgba(79,141,255,.15); color: var(--accent2); font-weight: 800; margin-bottom: 14px; }
.step h3 { margin: 0 0 6px; font-size: 18px; } .step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* pricing */
.tiers.four { gap: 14px; margin: 0; }
.tier { background: var(--bg2); border-color: var(--line); border-radius: var(--r); text-align: left; padding: 26px 24px; display: flex; flex-direction: column; }
.tier h3 { font-size: 15px; color: var(--muted); font-weight: 600; letter-spacing: .02em; }
.tier .price { font-size: 40px; font-weight: 800; letter-spacing: -.03em; margin: 4px 0 0; }
.tier .price small { font-size: 14px; letter-spacing: 0; }
.tier > p.muted { font-size: 13px; margin: 4px 0 14px; }
.tier.best { border-color: rgba(226,176,74,.6); box-shadow: 0 0 0 1px rgba(226,176,74,.25), 0 30px 60px rgba(226,176,74,.08); background: linear-gradient(180deg, rgba(226,176,74,.06), var(--bg2) 40%); }
.tier .tag { top: -13px; left: 24px; transform: none; }
.checks { margin: 0 0 22px; flex: 1; }
.checks li::before { color: var(--teal); }
.tier .btn { width: 100%; text-align: center; margin-top: auto; }
.tier .btn.ghost { width: 100%; }

/* faq */
.faq-x { max-width: 760px; margin: 0 auto; }
.faq-x details { border: 1px solid var(--line); border-radius: 14px; background: var(--bg2); padding: 0 20px; margin-bottom: 10px; }
.faq-x summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-x summary::-webkit-details-marker { display: none; }
.faq-x summary::after { content: '+'; color: var(--muted); font-size: 20px; }
.faq-x details[open] summary::after { content: '–'; }
.faq-x p { color: var(--muted); margin: 0 0 16px; line-height: 1.6; }

/* final cta */
.cta-x { text-align: center; position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--line2); padding: 72px 24px; background: linear-gradient(180deg, #141822, #0f121a); }
.cta-x .h2 { margin-bottom: 10px; } .cta-x .lead { margin: 0 auto 26px; max-width: 560px; }
.cta-x .hero-cta { justify-content: center; }
.cta-x::after { content: ''; position: absolute; inset: -30%; pointer-events: none; background: radial-gradient(30% 35% at 50% 50%, rgba(79,141,255,.2), transparent 70%); }
.cta-x > * { position: relative; z-index: 1; }

/* footer */
.foot { border-top: 1px solid rgba(255,255,255,.06); padding: 48px 24px 110px; }
.foot-in { max-width: 1140px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; }
.foot-brand .brand { margin-bottom: 10px; }
.foot-brand p { margin: 0; font-size: 14px; line-height: 1.6; }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.foot-cols b { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.foot-cols a { display: block; color: var(--text); text-decoration: none; font-size: 14px; padding: 4px 0; }
.foot-cols a:hover { color: var(--accent2); }
.foot-legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.06); padding-top: 18px; }
@media (min-width: 761px) { .foot { padding-bottom: 48px; } }

/* responsive */
@media (max-width: 980px) {
  .hero-x .wrap { grid-template-columns: 1fr; gap: 36px; padding-top: 56px; padding-bottom: 56px; }
  .b.wide { grid-column: span 3; } .b { grid-column: span 3; }
  .row2 { grid-template-columns: 1fr; gap: 28px; } .row2.flip .txt { order: 0; }
  .steps3 { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  main.home { padding: 0 0 90px; }
  .wrap { padding: 0 18px; }
  .blk { padding: 64px 0; }
  .hero-x .wrap { padding-top: 40px; padding-bottom: 44px; }
  .hero-x h1 { font-size: 36px; }
  .hero-cta { flex-direction: column; } .hero-cta .btn { width: 100%; text-align: center; }
  .panel-mock { width: min(100%, 280px); }
  .hero-frame .in { padding: 22px 16px; }
  .float { font-size: 12px; padding: 6px 10px; }
  .float.f1 { left: 8px; top: 30px; } .float.f2 { right: 8px; top: auto; bottom: 120px; } .float.f3 { display: none; }
  .bento { grid-template-columns: 1fr; gap: 12px; }
  .b, .b.wide { grid-column: auto; min-height: 0; }
  .b .vis { min-height: 170px; }
  .frame .in { padding: 18px; }
  .cta-x { padding: 48px 18px; }
  .sticky-cta .btn.primary { width: 100%; }
}

/* five-tool grid, silence strip, quieter hero */
.bento.five .b { grid-column: span 2; }
.bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: span 3; }
.sil { margin-top: 14px; padding: 12px 14px; }
.sil-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.sil-btn { background: var(--accent); color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 12px; }
.sil-cv { display: block; width: 100%; height: 64px; border-radius: 8px; margin-bottom: 8px; }
.hero-x .glow { background: radial-gradient(55% 50% at 15% 15%, rgba(79,141,255,.22), transparent 65%), radial-gradient(40% 40% at 90% 75%, rgba(226,176,74,.10), transparent 65%); }
.hero-x .fade { background: linear-gradient(180deg, rgba(10,12,17,0) 45%, var(--bg) 100%), linear-gradient(90deg, rgba(10,12,17,.6), rgba(10,12,17,0) 40%); }
@media (max-width: 980px) { .bento.five .b, .bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: span 3; } }
@media (max-width: 760px) { .bento.five .b, .bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: auto; } }

/* pricing: three plans, then the two pay-once cards */
.tiers.three { grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; }
.tiers.two { grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; max-width: 760px; }
.tier.once { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px 18px; }
.tier.once h3 { width: 100%; margin-bottom: 0; }
.tier.once .price { font-size: 32px; }
.tier.once > p.muted { flex: 1; min-width: 160px; margin: 0; }
.tier.once .checks { width: 100%; margin: 12px 0 14px; }
@media (max-width: 980px) { .tiers.three { grid-template-columns: 1fr; } .tiers.two { grid-template-columns: 1fr; } }

/* hero v2: display headline, one call to action, the carousel floating in space */
.hero-y { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.05); }
.hero-y .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 45% at 12% 20%, rgba(79,141,255,.20), transparent 65%), radial-gradient(38% 45% at 78% 55%, rgba(79,141,255,.16), transparent 65%), radial-gradient(30% 30% at 92% 20%, rgba(226,176,74,.10), transparent 65%); }
.hero-y .stars { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.55), transparent 60%), radial-gradient(1.5px 1.5px at 68% 18%, rgba(255,255,255,.5), transparent 60%), radial-gradient(1px 1px at 82% 72%, rgba(255,255,255,.45), transparent 60%), radial-gradient(1px 1px at 36% 82%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1.5px 1.5px at 92% 38%, rgba(160,190,255,.55), transparent 60%), radial-gradient(1px 1px at 56% 62%, rgba(255,255,255,.35), transparent 60%), radial-gradient(1px 1px at 24% 58%, rgba(255,255,255,.3), transparent 60%); }
.hero-y .fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,12,17,0) 60%, var(--bg) 100%), linear-gradient(90deg, rgba(10,12,17,.55), rgba(10,12,17,0) 45%); }
.hero-y .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; padding-top: 72px; padding-bottom: 72px; min-height: 640px; }
.display { font-family: 'Bebas Neue', 'Inter', system-ui, sans-serif; font-weight: 400; letter-spacing: .01em; font-size: clamp(52px, 6.6vw, 96px); line-height: .94; margin: 0 0 22px; text-transform: uppercase; }
.hero-y .lead { max-width: 560px; font-size: 19px; }
.hero-y .hero-cta { margin: 30px 0 12px; }
.hero-note { max-width: 520px; }
.hosts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.host { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 8px; border: 1px solid var(--line2); color: var(--muted); }
.host.pr { color: #d8c4ff; background: rgba(120,80,255,.18); border-color: rgba(150,110,255,.5); }
.host.win { color: #9cc4ff; background: rgba(79,141,255,.14); border-color: rgba(79,141,255,.45); }
.host.soon { opacity: .7; }
.hero-space { position: relative; width: 100%; max-width: 620px; aspect-ratio: 1; margin-left: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.hero-space canvas { width: 100%; height: 100%; display: block; }
.textlink { color: var(--accent2); font-weight: 600; text-decoration: none; margin-left: 14px; font-size: 15px; }
.textlink:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .hero-y .wrap { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 32px; min-height: 0; gap: 8px; }
  .hero-space { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 760px) {
  .display { font-size: 60px; }
  .hero-y .lead { font-size: 17px; }
  .hero-space { max-width: 320px; }
  .row2 .btn.primary { width: 100%; text-align: center; } .textlink { display: inline-block; margin: 12px 0 0; }
}

/* account page */
.acct { padding-top: 64px; }
.acct .blk-head { margin-bottom: 28px; }
.acct-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; align-items: start; }
.acct-dl .in { padding: 32px; }
.acct-dl .h3 { font-size: 26px; margin: 0 0 14px; }
.acct-steps { list-style: none; padding: 0; margin: 22px 0 10px; grid-template-columns: 1fr; gap: 10px; }
.acct-steps li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.acct-steps .n { flex: none; margin: 0; width: 28px; height: 28px; }
.acct-side { display: grid; gap: 12px; }
.acct-side .step p { margin: 8px 0 0; }
.acct-side .plan { margin: 6px 0 4px; }
.acct-foot { display: flex; gap: 8px; flex-wrap: wrap; }
.acct code { display: inline-block; max-width: 100%; overflow-wrap: anywhere; font-size: 13px; }
@media (max-width: 980px) { .acct-grid { grid-template-columns: 1fr; } }

/* fix: the final call-to-action's grid canvas must stay out of the flow */
.cta-x > .grid-cv { position: absolute; z-index: 0; }

/* hero package: the carousel with four feature cards floating around it */
.hero-pack { position: relative; width: 100%; max-width: 640px; aspect-ratio: 1 / .92; margin-left: auto; }
.pack-cv { position: absolute; left: 9%; top: 2%; width: 82%; aspect-ratio: 1; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.pack-cv canvas { width: 100%; height: 100%; display: block; }
.pcard { position: absolute; width: 196px; background: rgba(17,20,27,.9); border: 1px solid var(--line2); border-radius: 14px; padding: 12px 14px; box-shadow: 0 24px 60px rgba(0,0,0,.55); backdrop-filter: blur(10px); animation: floaty 8s ease-in-out infinite; font-size: 12px; }
.pc-h { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.pc-f { color: var(--muted); font-size: 11.5px; margin-top: 8px; }
.pc-tr { aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: #000; border: 1px solid var(--line); }
.pc-tr canvas { width: 100%; height: 100%; display: block; }
.pc-txt { margin: 0; line-height: 1.8; font-size: 12.5px; }
.pc-txt span { padding: 1px 4px; border-radius: 3px; }
.pcard .ba { margin: 0; padding: 0; background: transparent; border: 0; gap: 6px; }
.pcard .ba-row { grid-template-columns: 70px 1fr; font-size: 11px; }
.pcard .wave { height: 22px; }
.pcard .mk-row { font-size: 11.5px; padding: 6px 8px; }
.p1 { left: -2%; top: 0; animation-delay: 0s; }
.p2 { left: -2%; bottom: 4%; animation-delay: -3s; }
.p3 { right: -2%; top: 12%; animation-delay: -5s; }
.p4 { right: -2%; bottom: 10%; animation-delay: -1.5s; }
@media (max-width: 980px) {
  .hero-pack { max-width: 560px; margin: 0 auto; aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .pack-cv { position: static; grid-column: 1 / -1; width: 300px; margin: 0 auto; }
  .pcard { position: static; width: auto; animation: none; }
}
@media (max-width: 760px) { .pack-cv { width: 240px; } .hero-pack { grid-template-columns: 1fr; } .pcard.p3, .pcard.p4 { display: none; } }

/* hero: real panel screenshots, two screens side by side with the silence strip floating over them */
.hero-shots { position: relative; width: 100%; max-width: 600px; height: 620px; margin-left: auto; }
.shot { position: absolute; height: auto; border-radius: 14px; border: 1px solid rgba(79,141,255,.55); box-shadow: 0 0 0 1px rgba(79,141,255,.18), 0 0 24px rgba(79,141,255,.18), 0 40px 90px rgba(0,0,0,.65); background: #1f2229; }
.shot.s1 { left: 0; top: 40px; width: 47%; z-index: 1; }
.shot.s2 { right: 0; top: 0; width: 47%; z-index: 2; }
.shot.s3 { left: 22%; bottom: 8px; width: 56%; z-index: 3; border-radius: 12px; animation: floaty 8s ease-in-out infinite; }
@media (max-width: 980px) { .hero-shots { max-width: 520px; height: 560px; margin: 8px auto 0; } }
@media (max-width: 760px) { .hero-shots { max-width: 340px; height: 400px; } .shot.s3 { width: 64%; left: 18%; bottom: 0; } }

/* loading state for buttons: text hides, a spinner takes its place */
.btn { position: relative; }
.btn.loading { color: transparent !important; pointer-events: none; }
.btn.loading::after { content: ''; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; animation: spin .7s linear infinite; }
.btn.ghost.loading::after { border-color: rgba(255,255,255,.2); border-top-color: var(--text); }
.btn.gold.loading::after { border-color: rgba(42,30,5,.3); border-top-color: #2a1e05; }
@keyframes spin { to { transform: rotate(360deg); } }

/* account page, calmer */
.acct-side .eyebrow { display: block; }
.acct-side .plan { margin: 0 0 8px; }
.acct-dl.frame { background: linear-gradient(180deg, #131722, #0f121a); }
.acct-steps { list-style: none; padding: 0; margin: 26px 0 12px; display: grid; gap: 12px; }
.acct-steps li { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); font-size: 15px; line-height: 1.55; }
.acct-steps li b { color: var(--text); }
.acct-steps .n { flex: none; display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(79,141,255,.15); color: var(--accent2); font-weight: 800; font-size: 13px; margin-top: 1px; }
.acct-foot { padding: 4px 6px; }
.acct-foot a { color: var(--muted); text-decoration: none; } .acct-foot a:hover { color: var(--text); }

/* pricing: discount badge and struck-through original price */
.tier h3 .off { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #2a1e05; background: var(--gold); vertical-align: 2px; }
.tier .price .og { color: var(--muted); font-size: 22px; font-weight: 600; text-decoration: line-through; text-decoration-color: rgba(255,120,120,.9); text-decoration-thickness: 2px; margin-right: 8px; letter-spacing: 0; }

/* login page: Google first */
.login-x { position: relative; min-height: calc(100vh - 66px); display: flex; align-items: center; justify-content: center; padding: 48px 18px 80px; overflow: hidden; }
.login-x .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(45% 40% at 50% 0%, rgba(79,141,255,.22), transparent 70%); }
.login-card { position: relative; width: 100%; max-width: 440px; background: var(--bg2); border: 1px solid var(--line2); border-radius: 22px; padding: 34px 30px 26px; box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.login-card .h2 { font-size: 32px; margin-bottom: 8px; }
.login-card .lead { font-size: 15.5px; margin-bottom: 24px; }
.btn.google { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; background: #fff; color: #1a1a1a; border: 0; box-shadow: 0 8px 24px rgba(0,0,0,.35), inset 0 -1px 0 rgba(0,0,0,.08); font-weight: 700; }
.btn.google:hover { background: #f3f5f9; }
.btn.google.loading::after { border-color: rgba(0,0,0,.2); border-top-color: #1a1a1a; }
.google-note { margin: 10px 0 0; }
.or-line { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 22px 0 14px; }
.or-line::before, .or-line::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.email-form { display: flex; flex-direction: column; gap: 8px; }
.email-form input { margin: 0; background: var(--bg3); }
.email-form .btn { width: 100%; }
.email-form + p { margin: 8px 0 0; }
.login-card .note { margin: 12px 0 0; }
.seat-list { display: grid; gap: 8px; margin-top: 12px; }
.seat-list .btn { width: 100%; }

/* tool pages in the home shell */
.display.sm { font-size: clamp(44px, 5.4vw, 78px); line-height: .96; }
.tool-hero .wrap { min-height: 0; padding-top: 64px; padding-bottom: 64px; }
.tool-hero .hero-vis .frame { max-width: 560px; margin-left: auto; }
.tool-hero .demo-phone { width: min(100%, 230px); }
.hv-tiles { grid-template-columns: 1fr 1fr; margin-top: 12px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.hv-tiles .mk-tile { padding: 10px 12px; font-size: 13px; } .hv-tiles .mk-tile b { margin: 0; }
.strip.big { grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 14px; }
.strip.big i { font-size: 22px; }
.tool-hero .chips { justify-content: flex-start; }
.frame .in.center { text-align: center; }
.frame .wheel { margin: 0 auto; }
.framed-demo .in { padding: 24px; }
.frame .demo { background: transparent; border: 0; padding: 0; }
.frame .mock.big, .frame .tiles-mock.five, .frame .ba, .frame .tl-list { margin-left: 0; margin-right: 0; max-width: none; }
.frame .tl-list { margin-top: 0; }
.frame .wheel + p, .frame .tl-list + p { position: relative; z-index: 1; }
.feat .step h3 { font-size: 17px; }
.steps3 .step p { margin: 0; }
.steps3 .step .n + p { margin-top: 0; }
.steps3 .step .n + p b { color: var(--text); }
.pricing-top { padding-top: 64px; }
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -.022em; margin: 0 0 6px; }
.prose h2 { font-size: 20px; margin: 34px 0 10px; }
.prose p, .prose li { color: var(--muted); line-height: 1.65; }
.prose li b, .prose p b { color: var(--text); }
.prose a { color: var(--accent2); }
@media (max-width: 980px) { .tool-hero .hero-vis .frame { margin: 8px auto 0; } }
@media (max-width: 760px) { .display.sm { font-size: 44px; } .strip.big { grid-template-columns: repeat(4, 1fr); } }

/* owner dashboard */
.adm { padding-top: 48px; }
.adm-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.adm-head .h2 { margin: 0; font-size: 32px; }
.adm-tools { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.adm-tools input { width: 260px; margin: 0; padding: 9px 12px; font-size: 14px; }
.adm-stats { grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 12px 0 14px; }
.adm-stats .stat { background: var(--bg2); border-color: var(--line); border-radius: 14px; padding: 16px; }
.adm-stats .stat b { font-size: 24px; letter-spacing: -.02em; } .adm-stats .stat span { display: block; margin-top: 2px; } .adm-stats .stat small { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; opacity: .8; }
.adm-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.chart { width: 100%; height: 120px; display: block; margin: 8px 0 6px; }
.chart rect { fill: var(--accent); opacity: .85; } #chart-revenue rect { fill: var(--gold); }
.adm-tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.adm-tabs button { background: none; border: 0; color: var(--muted); font: inherit; font-weight: 600; padding: 10px 14px; border-radius: 10px 10px 0 0; cursor: pointer; }
.adm-tabs button.on { color: var(--text); box-shadow: inset 0 -2px 0 var(--accent); }
.tbl { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--bg2); }
.tbl table { font-size: 13.5px; } .tbl th { color: var(--muted); font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.tbl td { vertical-align: middle; } .tbl td.r, .tbl th.r { text-align: right; white-space: nowrap; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl a { color: var(--accent2); text-decoration: none; }
.tbl .mono { font-family: ui-monospace, Consolas, monospace; font-size: 12px; color: var(--muted); }
.tbl .acts .sel { padding: 5px 8px; font-size: 12px; }
.pill { display: inline-block; font-style: normal; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--line2); color: var(--muted); }
.pill.pending { color: #f3cf77; border-color: rgba(226,176,74,.5); } .pill.paid { color: #8fe9dd; border-color: rgba(47,208,191,.5); }
@media (max-width: 980px) { .adm-stats { grid-template-columns: 1fr 1fr; } .adm-charts { grid-template-columns: 1fr; } }
