
/* VoxCPM Studio asset build 2026-05-31-r2 */
:root {
  color-scheme: light;
  --ink: #17212b;
  --muted: #52606d;
  --line: #d7e1e7;
  --paper: #ffffff;
  --mist: #eef6f4;
  --aqua: #1b8a84;
  --lime: #8fbf3d;
  --coral: #db5b52;
  --amber: #e6a23c;
  --navy: #20334a;
  --shadow: 0 18px 55px rgba(23, 33, 43, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcfc; line-height: 1.5; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a.primary, a.secondary { border-radius: 8px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 252, 0.92);
  border-bottom: 1px solid rgba(215, 225, 231, 0.86);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--aqua));
  font-size: 13px;
}
nav { display: flex; align-items: center; gap: 18px; font-size: 14px; color: var(--muted); }
nav a { text-decoration: none; }
.header-cta, .primary {
  border: 0;
  background: var(--aqua);
  color: #fff;
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 15px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.primary:hover, .header-cta:hover { background: #126f6a; }
.secondary:hover { border-color: var(--aqua); color: var(--aqua); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: 34px clamp(18px, 5vw, 72px) 28px;
}
.compact { min-height: calc(100vh - 74px); }
.hero-copy { max-width: 720px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 56px; line-height: 1.02; letter-spacing: 0; }
h2 { margin: 0 0 14px; font-size: 40px; line-height: 1.08; letter-spacing: 0; }
h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.18; }
.lede, .page-hero p { color: var(--muted); font-size: 18px; max-width: 760px; }
.hero-actions, .modal-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; color: var(--muted); }
.trust-row span { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 10px; font-size: 13px; }
.workbench-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.panel-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; color: var(--muted); }
.panel-topline strong {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--aqua);
  font-size: 22px;
}
label, legend { display: block; font-weight: 800; font-size: 13px; color: var(--ink); }
textarea, select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: #fbfcfc;
}
textarea { resize: vertical; min-height: 100px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
fieldset { margin: 14px 0 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
fieldset label { display: flex; gap: 8px; align-items: center; margin-top: 8px; color: var(--muted); font-weight: 700; }
.result-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.result-strip div { border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #fbfcfc; }
.result-strip span { display: block; color: var(--muted); font-size: 12px; }
.result-strip strong { font-size: 23px; }
.risk-list { padding-left: 20px; color: var(--muted); }
.full { width: 100%; }
.band {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  padding: 32px clamp(18px, 5vw, 72px);
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band p { color: var(--muted); font-size: 18px; }
.split-section, .source-section, .pricing-section, .cards-section, .compare-section, .checkout-summary {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 72px);
}
.split-section { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 38px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.metric-row div { border-left: 4px solid var(--aqua); background: #fff; padding: 12px; border-radius: 8px; }
.metric-row strong { display: block; font-size: 34px; }
.metric-row span { color: var(--muted); font-size: 13px; }
.product-visual { width: 100%; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); background: #fff; }
.section-heading { max-width: 800px; margin-bottom: 24px; }
.section-heading p { color: var(--muted); }
.feature-grid, .intent-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.feature-grid article, .intent-grid article, .plan, .checkout-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}
.feature-grid p, .intent-grid p, .intent-grid li, .plan p, .plan li { color: var(--muted); }
.source-section {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  background: #21364a;
  color: #fff;
}
.source-section p { color: #d8e4ea; }
.source-links { display: grid; align-content: start; gap: 10px; }
.source-links a { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; color: #fff; text-decoration: none; padding: 13px 14px; font-weight: 800; }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan { position: relative; display: flex; flex-direction: column; min-height: 100%; }
.plan.featured { border-color: var(--aqua); box-shadow: var(--shadow); }
.plan-ribbon { align-self: flex-start; background: #e8f4f1; color: var(--aqua); border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 900; }
.price { margin: 16px 0 0; }
.price span { font-size: 42px; font-weight: 900; color: var(--ink); }
.annual-note, .volume, .plan-fit { color: var(--muted); }
.plan ul { padding-left: 18px; margin: 16px 0 22px; }
.plan button { margin-top: auto; }
.page-main { padding: 0 clamp(18px, 5vw, 72px) 70px; }
.page-hero { padding: 58px 0 26px; max-width: 980px; }
.page-hero h1 { font-size: 52px; }
.intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 18px 0 54px; }
.intent-grid ol, .intent-grid ul { padding-left: 20px; }
.legal-page section:not(.page-hero) { max-width: 940px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.checkout-page .checkout-summary { max-width: 760px; }
.site-footer { padding: 48px clamp(18px, 5vw, 72px) 26px; background: #f0f4f6; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.75fr 1fr 0.8fr; gap: 26px; }
.site-footer h2 { font-size: 16px; margin-bottom: 10px; }
.site-footer a, .site-footer button { display: block; margin: 8px 0; color: var(--muted); background: transparent; border: 0; padding: 0; text-align: left; text-decoration: none; cursor: pointer; }
.site-footer button { font-weight: 800; color: var(--aqua); }
.muted, .fineprint { color: var(--muted); }
.fineprint { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 16px; font-size: 13px; }
.checkout-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(23, 33, 43, 0.42);
  backdrop-filter: blur(10px);
}
.checkout-backdrop[hidden] { display: none; }
.checkout-modal {
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
  position: relative;
}
.modal-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
body.checkout-blur > :not(.checkout-backdrop) { filter: blur(2px); }
@media (max-width: 980px) {
  .hero, .split-section, .band, .source-section { grid-template-columns: 1fr; }
  .compact { min-height: auto; }
  .feature-grid, .pricing-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .page-hero h1 { font-size: 46px; }
}
@media (max-width: 720px) {
  .site-header { position: static; align-items: center; flex-direction: row; padding: 10px 18px; }
  nav, .header-cta { display: none; }
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .page-hero h1 { font-size: 36px; }
  .lede, .page-hero p { font-size: 16px; }
  .hero { padding-top: 18px; gap: 20px; }
  .form-grid, .result-strip, .metric-row, .feature-grid, .pricing-grid, .intent-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .primary, .hero-actions .secondary { width: 100%; }
}
