/* CaptureWizard marketing site — mobile-first, fluid to ~1180px desktop. */
@import url("assets/fonts/fonts.css");

:root {
  --teal:#07B79B; --teal-cyan:#0FB5C9; --teal-deep:#06997F; --ink:#0A2E29;
  --text:#16201E; --text-2:#33433F; --text-3:#46584F; --muted:#5b716c; --faint:#8aa39d;
  --coral:#FF6F61; --amber:#FFB23E; --amber-2:#F59E0B; --pink:#FF5DA2; --violet:#7C5CFC; --blue:#2E9BFF;
  --rust:#C2410C; --rust-2:#A85B00;
  --tint-teal:#E9FAF5; --tint-teal-2:#F4FBF9; --tint-amber:#FFF6EC; --tint-rust:#FFEDDD;
  --tint-violet:#F0ECFF; --tint-pink:#FFEAF3; --surface:#EDF2F0; --surface-2:#F7FBFA; --soft:#F2F6F4;
  --border:#E6ECEA; --border-2:#ECF1EF; --border-3:#E3EFEB;
  --on-dark:#CFEDE5; --on-dark-2:#9FD9CC; --muted-dark:#5F8079;
  --font-display:'Space Grotesk', system-ui, sans-serif;
  --font-ui:'Plus Jakarta Sans', system-ui, sans-serif;
  --font-mono:'Space Mono', ui-monospace, monospace;
  --maxw:1180px;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:var(--font-ui); color:var(--text); background:#fff; -webkit-font-smoothing:antialiased; }
a { text-decoration:none; color:inherit; }
::selection { background:#A9EBDD; }
h1,h2,p { margin:0; }
.mono { font-family:var(--font-mono); }

.container { max-width:var(--maxw); margin:0 auto; padding:0 20px; width:100%; }

/* ----------------------------- buttons ----------------------------- */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; font-family:var(--font-ui); font-weight:700; border-radius:13px; cursor:pointer; border:none; transition:transform .15s ease, box-shadow .15s ease, background .15s ease, filter .15s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-lg { font-size:15px; padding:14px 22px; width:100%; }
.btn-teal { background:var(--teal); color:#fff; box-shadow:0 10px 22px -8px rgba(7,183,155,.6); }
.btn-teal:hover { filter:brightness(1.05); }
.btn-ghost { background:#fff; color:var(--ink); border:1px solid #DCE6E3; }
.btn-ghost:hover { background:var(--surface-2); }
.btn-white { background:#fff; color:var(--ink); box-shadow:0 14px 30px -10px rgba(0,0,0,.3); }
.chrome-glyph { width:18px; height:18px; flex-shrink:0; }
.play { width:16px; height:16px; }

/* --------------------------- announcement -------------------------- */
.announce { background:linear-gradient(90deg,#07B79B,#0FB5C9); color:#fff; display:flex; align-items:center; justify-content:center; gap:10px; padding:9px 44px 9px 16px; position:relative; font-size:12px; font-weight:700; line-height:1.35; text-align:center; }
.announce-text { display:inline-flex; align-items:center; gap:9px; flex-wrap:wrap; justify-content:center; }
.announce .badge { background:rgba(255,255,255,.22); padding:2px 8px; border-radius:5px; font-size:10.5px; }
.announce-close { position:absolute; right:12px; top:50%; transform:translateY(-50%); background:none; border:none; color:#fff; font-size:22px; line-height:1; cursor:pointer; opacity:.85; }
.announce-close:hover { opacity:1; }
.announce.hidden { display:none; }

/* ------------------------------- nav ------------------------------- */
.nav { position:sticky; top:0; z-index:50; background:rgba(255,255,255,.9); backdrop-filter:blur(12px); border-bottom:1px solid var(--border-2); }
.nav-inner { display:flex; align-items:center; gap:14px; padding-top:14px; padding-bottom:14px; }
.brand { display:flex; align-items:center; gap:9px; }
.brand-mark { width:30px; height:30px; border-radius:8px; background:linear-gradient(135deg,var(--teal),var(--teal-cyan)); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.brand-mark .ring { width:13px; height:13px; border-radius:50%; border:3px solid #fff; }
.brand-name { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); }
.brand-name.light { color:#fff; }
.nav-links { display:none; gap:26px; margin-left:14px; }
.nav-links a { font-size:14px; font-weight:600; color:var(--text-2); }
.nav-links a:hover { color:var(--ink); }
.nav-actions { margin-left:auto; display:flex; align-items:center; gap:12px; }
.nav-signin { display:none; font-size:14px; font-weight:600; color:var(--text-2); }
.nav .btn-teal { font-size:13px; padding:9px 14px; border-radius:10px; box-shadow:0 6px 16px -6px rgba(7,183,155,.6); }
.nav .chrome-glyph { width:15px; height:15px; }
.cta-full { display:none; }
.hamburger { display:flex; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; }
.hamburger span { width:21px; height:2px; border-radius:2px; background:var(--ink); transition:.2s; }
.hamburger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity:0; }
.hamburger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.mobile-menu { display:flex; flex-direction:column; padding:8px 20px 18px; gap:4px; border-bottom:1px solid var(--border-2); background:#fff; }
.mobile-menu a { padding:11px 8px; font-size:15px; font-weight:600; color:var(--text-2); border-radius:10px; }
.mobile-menu a:hover { background:var(--surface-2); }
.mobile-menu[hidden] { display:none; }

/* ------------------------------- hero ------------------------------ */
.hero { background:radial-gradient(700px 360px at 80% -5%, #E9FAF5 0%, rgba(233,250,245,0) 65%), #fff; }
.hero-grid { padding:32px 20px 36px; display:grid; gap:30px; align-items:center; }
.eyebrow-pill { display:inline-flex; align-items:center; gap:8px; background:var(--tint-teal); color:var(--teal-deep); font-size:11px; font-weight:700; letter-spacing:.05em; padding:7px 12px; border-radius:999px; text-transform:uppercase; }
.eyebrow-pill .dot { width:7px; height:7px; border-radius:50%; background:var(--teal); }
.hero-title { font-family:var(--font-display); font-weight:700; font-size:clamp(34px,8vw,56px); line-height:1.05; letter-spacing:-.025em; color:var(--ink); margin:16px 0 14px; }
.hero-sub { font-size:clamp(15px,2.6vw,18px); line-height:1.55; color:var(--text-3); margin-bottom:24px; max-width:520px; }
.hero-cta { display:flex; flex-direction:column; gap:10px; margin-bottom:22px; }
.hero-trust { list-style:none; padding:0; margin:0; display:flex; align-items:center; gap:12px; flex-wrap:wrap; font-size:13px; color:var(--text-3); font-weight:600; }
.hero-trust .accent { color:var(--teal-deep); font-weight:700; }
.hero-trust .sep { width:4px; height:4px; border-radius:50%; background:#C3CFCB; }

/* hero visual */
.hero-visual { position:relative; }
.visual-glow { position:absolute; inset:-12px -6px; background:linear-gradient(135deg,#E9FAF5,#E8F3FF); border-radius:24px; transform:rotate(-1.5deg); }
.browser-card { position:relative; background:#fff; border-radius:15px; box-shadow:0 26px 60px -22px rgba(10,46,41,.42); overflow:hidden; border:1px solid var(--border-3); }
.browser-bar { height:36px; background:#F3F6F5; border-bottom:1px solid var(--border); display:flex; align-items:center; padding:0 13px; gap:6px; }
.browser-bar .dot { width:10px; height:10px; border-radius:50%; }
.browser-bar .red{background:#FF6259;} .browser-bar .amber{background:#FFBD2E;} .browser-bar .green{background:#28C840;}
.browser-bar .url { margin-left:10px; font-size:10.5px; color:var(--faint); }
.editor-stage { position:relative; height:clamp(220px,52vw,320px); background:var(--surface); padding:18px; }
.editor-doc { position:relative; height:100%; background:#fff; border-radius:9px; box-shadow:0 12px 30px -12px rgba(10,46,41,.22); padding:16px 18px; overflow:hidden; }
.doc-row { display:flex; align-items:center; gap:9px; margin-bottom:14px; }
.sk { background:#E7ECEA; border-radius:5px; }
.sk-title { width:84px; height:14px; }
.sk-avatar { margin-left:auto; width:26px; height:26px; border-radius:50%; background:#EDF1EF; }
.doc-cards { display:flex; gap:12px; margin-bottom:14px; }
.sk-card { flex:1; height:50px; background:#F1F5F3; border-radius:9px; }
.doc-chart { height:clamp(84px,18vw,120px); background:#F6F9F8; border-radius:9px; display:flex; align-items:flex-end; gap:8px; padding:12px; }
.doc-chart .bar { flex:1; background:#D6E5E0; border-radius:4px; }
.doc-chart .bar.alt { background:#BFE0D6; }
.doc-chart .bar.teal { background:var(--teal); }
.anno-rect { position:absolute; right:30px; bottom:28px; width:110px; height:84px; border:3px solid var(--coral); border-radius:7px; }
.anno-step { position:absolute; left:34px; top:34px; width:24px; height:24px; border-radius:50%; background:var(--coral); color:#fff; font-family:var(--font-display); font-weight:700; font-size:13px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(255,111,97,.5); }
.capture-toolbar { position:absolute; left:50%; bottom:8px; transform:translateX(-50%); display:flex; align-items:center; gap:5px; background:var(--ink); padding:7px; border-radius:12px; box-shadow:0 14px 30px -10px rgba(10,46,41,.6); }
.ct-chip { width:30px; height:30px; border-radius:8px; background:rgba(255,255,255,.08); color:#fff; display:flex; align-items:center; justify-content:center; }
.ct-chip svg { width:16px; height:16px; }
.ct-chip.amber { color:var(--amber); }
.ct-div { width:1px; height:20px; background:rgba(255,255,255,.18); margin:0 2px; }
.ct-capture { display:flex; align-items:center; gap:6px; background:var(--teal); color:#fff; font-weight:700; font-size:12px; padding:0 12px; height:30px; border-radius:8px; }
.ct-capture svg { width:14px; height:14px; }
.toast { display:none; position:absolute; right:-10px; top:50px; align-items:center; gap:9px; background:#fff; padding:11px 14px; border-radius:12px; box-shadow:0 16px 34px -12px rgba(10,46,41,.4); border:1px solid var(--border-2); }
.toast-ic { width:30px; height:30px; border-radius:9px; background:var(--tint-teal); color:var(--teal); display:flex; align-items:center; justify-content:center; }
.toast-ic svg { width:16px; height:16px; }
.toast-t { font-size:12.5px; font-weight:700; color:var(--ink); }
.toast-u { font-size:10.5px; color:var(--faint); }

/* ------------------------------ stats ------------------------------ */
.stats { background:var(--ink); }
.stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px 16px; padding-top:26px; padding-bottom:26px; }
.stat { text-align:center; }
.stat-num { font-family:var(--font-display); font-weight:700; font-size:clamp(26px,5vw,34px); color:#fff; }
.stat-num.accent { color:var(--amber); }
.stat-label { font-size:12.5px; color:var(--on-dark-2); margin-top:3px; }

/* ----------------------------- sections ---------------------------- */
.section { padding:44px 0; }
.section-head { text-align:center; max-width:620px; margin:0 auto 30px; }
.section-head.narrow { max-width:560px; }
.eyebrow { font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--teal-deep); font-weight:700; }
.section-title { font-family:var(--font-display); font-weight:700; font-size:clamp(26px,5vw,40px); line-height:1.12; letter-spacing:-.02em; color:var(--ink); margin:10px 0 10px; }
.section-sub { font-size:clamp(14px,2.4vw,16.5px); color:var(--text-3); line-height:1.55; }

/* features */
.feature-grid { display:flex; flex-direction:column; gap:16px; }
.feature-card { border-radius:20px; padding:24px; }
.feature-card.shot { background:linear-gradient(180deg,var(--tint-teal-2),#fff); border:1px solid var(--border-3); }
.feature-card.video { background:linear-gradient(180deg,var(--tint-amber),#fff); border:1px solid #F3E6D2; }
.feature-tag { display:inline-flex; align-items:center; gap:9px; font-size:11px; font-weight:700; letter-spacing:.08em; color:var(--teal-deep); text-transform:uppercase; margin-bottom:16px; }
.feature-tag.coral { color:var(--rust-2); }
.tag-chip { width:30px; height:30px; border-radius:9px; color:#fff; display:flex; align-items:center; justify-content:center; }
.tag-chip svg { width:16px; height:16px; }
.tag-chip.teal { background:var(--teal); }
.tag-chip.coral { background:var(--coral); }
.steps { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:16px; }
.steps li { display:flex; gap:13px; }
.step-n { font-family:var(--font-display); font-weight:700; font-size:14px; width:28px; height:28px; border-radius:9px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.step-n.teal { color:var(--teal); background:var(--tint-teal); }
.step-n.rust { color:var(--rust); background:var(--tint-rust); }
.step-t { font-size:15px; font-weight:700; color:var(--ink); }
.step-d { font-size:14px; color:var(--text-3); margin-top:2px; }

/* integrations */
.integrations { padding:24px 0; text-align:center; }
.integrations-label { font-size:11px; letter-spacing:.07em; text-transform:uppercase; color:var(--faint); margin-bottom:18px; }
.chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.chip { display:flex; align-items:center; gap:8px; border:1px solid var(--border); border-radius:11px; padding:9px 15px; font-weight:700; font-size:14px; color:var(--text-2); }
.chip .sq { width:11px; height:11px; border-radius:3px; }

/* use cases */
.usecase-grid { display:flex; flex-direction:column; gap:14px; }
.usecase { border:1px solid var(--border); border-radius:16px; padding:22px; display:flex; gap:14px; align-items:flex-start; background:#fff; transition:box-shadow .15s ease, transform .15s ease; }
.usecase:hover { transform:translateY(-2px); box-shadow:0 16px 34px -20px rgba(10,46,41,.3); }
.uc-ic { width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.uc-ic svg { width:22px; height:22px; }
.uc-ic.teal { background:var(--tint-teal); color:var(--teal); }
.uc-ic.pink { background:var(--tint-pink); color:var(--pink); }
.uc-ic.violet { background:var(--tint-violet); color:var(--violet); }
.uc-title { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); margin-bottom:6px; }
.uc-body p { font-size:14.5px; color:var(--text-3); line-height:1.55; }

/* pricing */
.pricing { background:linear-gradient(180deg,var(--surface-2),#fff); border-top:1px solid #EDF3F1; border-bottom:1px solid #EDF3F1; padding:48px 0; }
.toggle-row { display:flex; justify-content:center; margin-bottom:28px; }
.toggle { display:flex; align-items:center; gap:4px; background:#EAF0EE; padding:4px; border-radius:999px; }
.seg { padding:9px 18px; border-radius:999px; font-family:var(--font-ui); font-weight:700; font-size:14px; color:var(--muted); cursor:pointer; border:none; background:transparent; display:inline-flex; align-items:center; gap:6px; transition:all .15s ease; }
.seg.is-active { background:#fff; color:var(--ink); box-shadow:0 1px 4px rgba(10,46,41,.18); }
.seg .save { font-size:11px; color:var(--teal); font-weight:700; }
.plans { display:flex; flex-direction:column; gap:16px; }
.plan { background:#fff; border:1px solid var(--border); border-radius:18px; padding:26px 24px; display:flex; flex-direction:column; position:relative; }
.plan-pro { order:-1; border:2px solid var(--teal); box-shadow:0 22px 46px -22px rgba(7,183,155,.5); }
.plan-team { background:var(--ink); }
.popular { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--teal); color:#fff; font-weight:700; font-size:11.5px; letter-spacing:.04em; padding:5px 13px; border-radius:999px; white-space:nowrap; }
.plan-name { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); }
.plan-team .plan-name { color:#fff; }
.plan-desc { font-size:13px; color:var(--muted); margin:6px 0 18px; }
.plan-team .plan-desc { color:var(--on-dark-2); }
.price { display:flex; align-items:flex-end; gap:8px; margin-bottom:20px; }
.amount { font-family:var(--font-display); font-weight:700; font-size:42px; color:var(--ink); line-height:1; }
.amount.big { font-size:46px; }
.plan-team .amount { color:#fff; }
.per { font-size:13px; color:var(--faint); margin-bottom:6px; }
.plan-team .per { color:var(--on-dark-2); }
.plan-cta { text-align:center; padding:12px; border-radius:11px; font-weight:700; font-size:14px; margin-bottom:20px; transition:filter .15s ease, transform .15s ease; }
.plan-cta:hover { transform:translateY(-1px); }
.cta-soft { background:var(--soft); color:var(--ink); }
.cta-teal { background:var(--teal); color:#fff; box-shadow:0 8px 18px -6px rgba(7,183,155,.7); }
.cta-amber { background:var(--amber); color:var(--ink); }
.feat-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; }
.feat-list li { display:flex; gap:10px; align-items:flex-start; font-size:13.5px; color:var(--text-2); }
.plan-team .feat-list li { color:#E4F2EE; }
.ck { width:18px; height:18px; flex-shrink:0; margin-top:1px; background-repeat:no-repeat; background-position:center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2307B79B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E"); }
.ck.amber { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23FFB23E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E"); }

/* faq */
.faq { display:flex; flex-direction:column; gap:12px; max-width:760px; margin:0 auto; }
.faq-item { border:1px solid var(--border); border-radius:14px; padding:4px 18px; background:#fff; }
.faq-item summary { list-style:none; cursor:pointer; padding:16px 0; font-weight:700; font-size:15.5px; color:var(--ink); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; font-family:var(--font-display); font-size:22px; color:var(--teal); line-height:1; transition:transform .2s ease; }
.faq-item[open] summary::after { transform:rotate(45deg); }
.faq-item p { font-size:14.5px; color:var(--text-3); line-height:1.6; padding:0 0 18px; margin:0; }

/* final cta */
.final-cta-wrap { padding-top:20px; }
.final-cta { background:linear-gradient(135deg,var(--teal),var(--ink)); border-radius:24px; padding:40px 26px; text-align:center; position:relative; overflow:hidden; }
.cta-circle { position:absolute; border-radius:50%; }
.cta-circle.a { width:240px; height:240px; background:rgba(255,255,255,.06); top:-110px; right:-60px; }
.cta-circle.b { width:180px; height:180px; background:rgba(255,255,255,.05); bottom:-90px; left:-30px; }
.cta-title { position:relative; font-family:var(--font-display); font-weight:700; font-size:clamp(26px,5vw,40px); letter-spacing:-.02em; color:#fff; margin-bottom:12px; }
.cta-sub { position:relative; font-size:clamp(14px,2.4vw,16.5px); color:var(--on-dark); margin-bottom:24px; }
.final-cta .btn { position:relative; width:auto; display:inline-flex; }

/* footer */
.footer { background:var(--ink); }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px 20px; padding-top:36px; padding-bottom:24px; }
.footer-brand { grid-column:1 / -1; }
.footer-blurb { font-size:13.5px; color:var(--on-dark-2); line-height:1.55; margin:12px 0 16px; max-width:280px; }
.socials { display:flex; gap:10px; }
.socials span { width:34px; height:34px; border-radius:9px; background:rgba(255,255,255,.08); }
.footer-h { font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted-dark); margin-bottom:12px; }
.footer-col { display:flex; flex-direction:column; gap:9px; }
.footer-col a { font-size:13px; color:var(--on-dark); }
.footer-col a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; padding-top:16px; padding-bottom:16px; }
.copyright { font-size:12px; color:var(--muted-dark); }
.footer-tag { font-size:11px; color:var(--teal); font-weight:700; }

/* =========================== DESKTOP =========================== */
@media (min-width:900px) {
  .container { padding:0 24px; }
  .announce { font-size:13.5px; padding:9px 16px; }
  .nav-inner { gap:28px; padding-top:18px; padding-bottom:18px; }
  .nav-links { display:flex; }
  .nav-signin { display:block; }
  .nav .btn-teal { font-size:14px; padding:10px 17px; border-radius:11px; }
  .cta-full { display:inline; } .cta-short { display:none; }
  .hamburger { display:none; }
  .mobile-menu { display:none !important; }

  .hero-grid { grid-template-columns:1.05fr 1fr; gap:48px; padding:70px 24px 78px; }
  .hero-cta { flex-direction:row; align-items:center; }
  .hero-cta .btn { width:auto; }
  .toast { display:flex; }

  .stats-grid { grid-template-columns:repeat(4,1fr); padding-top:38px; padding-bottom:38px; gap:24px; }

  .section { padding:80px 0; }
  .feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
  .feature-card { padding:30px; }

  .usecase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  .usecase { flex-direction:column; padding:28px; }
  .uc-ic { margin-bottom:6px; }

  .pricing { padding:80px 0; }
  .plans { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
  .plan-pro { order:0; }
  .amount.big { font-size:48px; }

  .final-cta { padding:60px 40px; }
  .final-cta-wrap { padding-bottom:90px; }

  .footer-grid { grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; padding-top:54px; padding-bottom:30px; }
  .footer-brand { grid-column:auto; }
}

@media (min-width:560px) and (max-width:899px) {
  .feature-grid, .usecase-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
}

/* ======================================================================
   SHARED SUB-PAGE COMPONENTS (features, legal, blog, support, auth, …)
   ====================================================================== */
.nav-links a.is-current { color:var(--teal); font-weight:700; }

.center { text-align:center; }
.muted { color:var(--muted); }
.maxw-720 { max-width:720px; margin-left:auto; margin-right:auto; }
.section-alt { background:var(--surface-2); border-top:1px solid #EDF3F1; border-bottom:1px solid #EDF3F1; }

/* page hero (top band on sub-pages) */
.page-hero { background:radial-gradient(900px 420px at 80% -10%, #E9FAF5 0%, rgba(233,250,245,0) 62%), #fff; border-bottom:1px solid var(--border-2); }
.page-hero .container { padding-top:40px; padding-bottom:40px; }
.breadcrumb { font-family:var(--font-mono); font-size:11px; letter-spacing:.04em; color:var(--faint); margin-bottom:14px; }
.breadcrumb a:hover { color:var(--teal); }
.page-hero h1 { font-family:var(--font-display); font-weight:700; font-size:clamp(30px,5.5vw,46px); line-height:1.06; letter-spacing:-.025em; color:var(--ink); margin:8px 0 0; }
.page-hero .lead { font-size:clamp(15px,2.6vw,18px); color:var(--text-3); line-height:1.55; margin:14px 0 0; max-width:620px; }
.page-hero .eyebrow { display:block; }

/* prose (articles, legal) */
.prose { max-width:760px; margin:0 auto; font-size:16px; color:var(--text-2); line-height:1.72; }
.prose > :first-child { margin-top:0; }
.prose h2 { font-family:var(--font-display); font-weight:700; font-size:24px; color:var(--ink); letter-spacing:-.01em; margin:36px 0 12px; }
.prose h3 { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); margin:26px 0 8px; }
.prose p { margin:0 0 16px; }
.prose ul, .prose ol { margin:0 0 16px; padding-left:22px; }
.prose li { margin:6px 0; }
.prose a { color:var(--teal-deep); text-decoration:underline; text-underline-offset:2px; }
.prose strong { color:var(--ink); }
.prose hr { border:none; border-top:1px solid var(--border); margin:30px 0; }
.prose .lead { font-size:18px; color:var(--text-3); }
.prose code { font-family:var(--font-mono); font-size:13px; background:var(--soft); padding:2px 6px; border-radius:6px; }
.doc-updated { font-family:var(--font-mono); font-size:12px; color:var(--faint); margin-bottom:24px; }

/* generic cards */
.card-grid { display:grid; grid-template-columns:1fr; gap:16px; }
.info-card { border:1px solid var(--border); border-radius:16px; padding:24px; background:#fff; transition:box-shadow .15s ease, transform .15s ease; }
.info-card:hover { transform:translateY(-2px); box-shadow:0 16px 34px -20px rgba(10,46,41,.3); }
.info-card .ic { width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.info-card .ic svg { width:22px; height:22px; }
.info-card h3 { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); margin:0 0 7px; }
.info-card p { font-size:14.5px; color:var(--text-3); line-height:1.55; margin:0; }
.ic.teal { background:var(--tint-teal); color:var(--teal); }
.ic.coral { background:var(--tint-coral); color:var(--coral); }
.ic.violet { background:var(--tint-violet); color:var(--violet); }
.ic.pink { background:var(--tint-pink); color:var(--pink); }
.ic.amber { background:var(--tint-amber); color:var(--rust-2); }
.ic.blue { background:var(--tint-blue,#E8F3FF); color:var(--blue); }

/* notice / coming-soon banner */
.notice { display:flex; gap:12px; align-items:flex-start; border-radius:14px; padding:16px 18px; font-size:14.5px; color:var(--text-2); }
.notice.teal { background:var(--tint-teal); border:1px solid #CDEFE6; }
.notice.amber { background:var(--tint-amber); border:1px solid #F3E6D2; }
.notice .ic-sm { width:22px; height:22px; flex-shrink:0; }
.notice strong { color:var(--ink); }

/* feature rows (alternating media/text) */
.feature-rows { display:flex; flex-direction:column; gap:28px; }
.feature-row { display:grid; grid-template-columns:1fr; gap:22px; align-items:center; }
.feature-row .copy h3 { font-family:var(--font-display); font-weight:700; font-size:clamp(22px,4vw,30px); letter-spacing:-.02em; color:var(--ink); margin:10px 0 10px; }
.feature-row .copy p { font-size:15.5px; color:var(--text-3); line-height:1.6; margin:0 0 14px; }
.feature-visual { border-radius:18px; border:1px solid var(--border-3); background:linear-gradient(180deg,var(--tint-teal-2),#fff); min-height:200px; padding:22px; display:flex; align-items:center; justify-content:center; }
.feature-visual.peach { background:linear-gradient(180deg,var(--tint-amber),#fff); border-color:#F3E6D2; }
.feature-visual.violet { background:linear-gradient(180deg,var(--tint-violet),#fff); border-color:#E2D9FF; }
.mini-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px; }
.mini-list li { display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:var(--text-2); }
.mini-list .ck { margin-top:1px; }

/* big numbered steps */
.steps-big { display:flex; flex-direction:column; gap:18px; max-width:760px; margin:0 auto; }
.step-big { display:flex; gap:18px; align-items:flex-start; border:1px solid var(--border); border-radius:16px; padding:22px; background:#fff; }
.step-big .n { font-family:var(--font-display); font-weight:700; font-size:20px; width:44px; height:44px; border-radius:13px; background:var(--tint-teal); color:var(--teal); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.step-big h3 { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); margin:2px 0 6px; }
.step-big p { font-size:14.5px; color:var(--text-3); line-height:1.55; margin:0; }

/* blog */
.blog-grid { display:grid; grid-template-columns:1fr; gap:20px; }
.blog-card { border:1px solid var(--border); border-radius:16px; overflow:hidden; background:#fff; display:flex; flex-direction:column; transition:box-shadow .15s ease, transform .15s ease; }
.blog-card:hover { transform:translateY(-2px); box-shadow:0 18px 36px -20px rgba(10,46,41,.32); }
.blog-thumb { height:160px; background:linear-gradient(135deg,#E9FAF5,#E8F3FF); }
.blog-thumb.coral { background:linear-gradient(135deg,#FFEDEA,#FFF6EC); }
.blog-thumb.violet { background:linear-gradient(135deg,#F0ECFF,#E8F3FF); }
.blog-card .body { padding:18px 20px 22px; display:flex; flex-direction:column; flex:1; }
.post-cat { font-family:var(--font-mono); font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--teal-deep); font-weight:700; }
.blog-card h3 { font-family:var(--font-display); font-weight:700; font-size:18px; color:var(--ink); line-height:1.25; margin:8px 0 8px; }
.blog-card p { font-size:14px; color:var(--text-3); line-height:1.55; margin:0 0 14px; }
.post-meta { font-family:var(--font-mono); font-size:11.5px; color:var(--faint); margin-top:auto; }
.read-more { font-size:13.5px; font-weight:700; color:var(--teal-deep); }

/* changelog */
.changelog { max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:18px; }
.release { border:1px solid var(--border); border-radius:16px; padding:24px; background:#fff; }
.release-head { display:flex; align-items:center; gap:12px; margin-bottom:12px; flex-wrap:wrap; }
.release-tag { font-family:var(--font-mono); font-weight:700; font-size:12px; color:#fff; background:var(--teal); padding:4px 10px; border-radius:7px; }
.release-date { font-family:var(--font-mono); font-size:12px; color:var(--faint); }
.release h3 { font-family:var(--font-display); font-weight:700; font-size:19px; color:var(--ink); margin:0 0 10px; }

/* status */
.status-banner { display:flex; align-items:center; gap:12px; border-radius:14px; padding:16px 18px; background:var(--tint-teal); border:1px solid #CDEFE6; margin-bottom:24px; }
.status-banner .dot-ok { width:12px; height:12px; }
.status-banner strong { font-family:var(--font-display); color:var(--ink); font-size:17px; }
.status-list { border:1px solid var(--border); border-radius:16px; overflow:hidden; max-width:760px; margin:0 auto; }
.status-row { display:flex; align-items:center; justify-content:space-between; padding:16px 18px; border-bottom:1px solid var(--border-2); }
.status-row:last-child { border-bottom:none; }
.status-name { font-weight:600; color:var(--text); font-size:14.5px; }
.status-state { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; }
.dot-ok { width:9px; height:9px; border-radius:50%; background:#16A34A; }
.state-ok { color:#16A34A; }

/* forms */
.form { max-width:560px; margin:0 auto; }
.field { margin-bottom:16px; }
.field label { display:block; font-size:13px; font-weight:700; color:var(--text-2); margin-bottom:7px; }
.input, textarea.input, select.input { width:100%; box-sizing:border-box; font-family:var(--font-ui); font-size:15px; color:var(--text); background:#fff; border:1px solid #DCE6E3; border-radius:11px; padding:12px 14px; transition:border .15s ease, box-shadow .15s ease; }
.input:focus, textarea.input:focus, select.input:focus { outline:none; border-color:var(--teal); box-shadow:0 0 0 3px rgba(7,183,155,.15); }
textarea.input { min-height:130px; resize:vertical; }
.form-row { display:grid; grid-template-columns:1fr; gap:0; }
.form-note { font-size:12.5px; color:var(--faint); margin-top:10px; }
.btn-block { width:100%; }
.btn-outline { background:#fff; color:var(--ink); border:1px solid #DCE6E3; }
.btn-outline:hover { background:var(--surface-2); }

/* auth */
.auth-wrap { min-height:calc(100vh - 60px); display:flex; align-items:center; justify-content:center; padding:48px 20px; background:radial-gradient(700px 360px at 50% -10%, #E9FAF5, #fff); }
.auth-card { width:100%; max-width:420px; background:#fff; border:1px solid var(--border); border-radius:18px; box-shadow:0 24px 60px -28px rgba(10,46,41,.35); padding:32px 30px; }
.auth-card .brand { justify-content:center; margin-bottom:18px; }
.auth-card h1 { font-family:var(--font-display); font-weight:700; font-size:24px; color:var(--ink); text-align:center; margin:0 0 6px; }
.auth-card .sub { text-align:center; font-size:14px; color:var(--muted); margin:0 0 24px; }
.btn-google { display:flex; align-items:center; justify-content:center; gap:9px; width:100%; box-sizing:border-box; background:#fff; border:1px solid #E2E8E6; color:var(--ink); font-weight:600; font-size:14px; padding:12px; border-radius:12px; cursor:pointer; }
.btn-google:hover { background:var(--surface-2); }
.g-dot { width:17px; height:17px; border-radius:50%; background:conic-gradient(#EA4335,#FBBC05,#34A853,#4285F4,#EA4335); }
.or-div { display:flex; align-items:center; gap:12px; color:var(--faint); font-size:12px; margin:18px 0; }
.or-div::before, .or-div::after { content:""; flex:1; height:1px; background:var(--border); }
.auth-alt { text-align:center; font-size:13.5px; color:var(--muted); margin-top:20px; }
.auth-alt a { color:var(--teal-deep); font-weight:700; }

/* pricing comparison table */
.compare { max-width:880px; margin:34px auto 0; border:1px solid var(--border); border-radius:16px; overflow:hidden; font-size:14px; }
.compare table { width:100%; border-collapse:collapse; }
.compare th, .compare td { padding:13px 16px; text-align:left; border-bottom:1px solid var(--border-2); }
.compare thead th { font-family:var(--font-display); font-size:14px; color:var(--ink); background:var(--surface-2); }
.compare td.c { text-align:center; }
.compare tr:last-child td { border-bottom:none; }
.tick { color:var(--teal); font-weight:800; }
.dash { color:var(--disabled,#A6B4B0); }

/* error page */
.error-page { text-align:center; padding:90px 20px; }
.error-code { font-family:var(--font-display); font-weight:700; font-size:clamp(64px,16vw,120px); line-height:1; background:linear-gradient(135deg,var(--teal),var(--teal-cyan)); -webkit-background-clip:text; background-clip:text; color:transparent; }

@media (min-width:900px) {
  .card-grid.cols-2 { grid-template-columns:repeat(2,1fr); }
  .card-grid.cols-3 { grid-template-columns:repeat(3,1fr); }
  .blog-grid { grid-template-columns:repeat(3,1fr); }
  .form-row.two { grid-template-columns:1fr 1fr; gap:14px; }
  .feature-row { grid-template-columns:1fr 1fr; gap:48px; }
  .feature-row.rev .copy { order:2; }
  .feature-visual { min-height:260px; }
  .page-hero .container { padding-top:56px; padding-bottom:56px; }
}

