:root {
  color-scheme: light;
  --paper: #f2f7fa;
  --ink: #111820;
  --soft: #26363a;
  --muted: #334448;
  --line: rgba(17,24,32,.14);
  --panel: rgba(251,254,251,.88);
  --panel-soft: rgba(251,254,251,.82);
  --blue: #2e6f91;
  --dark: #111820;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(242,247,250,.72), rgba(242,247,250,.66) 42%, rgba(232,243,247,.72)),
    radial-gradient(circle at 18% 8%, rgba(139,200,178,.18), transparent 26%),
    linear-gradient(90deg, rgba(242,247,250,.66), rgba(242,247,250,.54), rgba(242,247,250,.68)),
    url("../v2/assets/backgrounds/spotlight-console.jpg") center 50vh / max(1280px, 100vw) auto repeat-y fixed,
    url("../v2/assets/backgrounds/spotlight-mic.jpg") center 92vh / max(1380px, 104vw) auto repeat-y fixed,
    #eef7f4;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.56;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(17,24,32,.09); background: linear-gradient(90deg, rgba(242,247,250,.86), rgba(242,247,250,.78), rgba(242,247,250,.86)), url("../v2/assets/backgrounds/spotlight-wave.jpg") center / min(940px, 100vw) auto repeat-x, rgba(242,247,250,.82); backdrop-filter: blur(16px); overflow: hidden; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; font-size: .86rem; white-space: nowrap; }
.brand-orb { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 999px; overflow: hidden; background: var(--dark); box-shadow: 0 0 0 1px rgba(17,24,32,.18), 0 8px 20px rgba(17,24,32,.12); }
.brand-orb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.brand-text { display: grid; line-height: 1.05; text-transform: uppercase; letter-spacing: .09em; }
.brand-text strong { color: var(--ink); font-size: .86rem; font-weight: 900; }
.brand-text em { color: var(--soft); font-size: .72rem; font-style: normal; font-weight: 850; }
.nav-links, .actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nav-links { color: var(--soft); font-size: .72rem; font-weight: 780; letter-spacing: .075em; text-transform: uppercase; }
.nav-links a:hover { color: var(--blue); }
.btn, button.btn, .demo-toggle, .demo-replay { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 15px; border: 1px solid rgba(17,24,32,.22); border-radius: 4px; background: rgba(255,255,255,.46); color: var(--ink); font: inherit; font-size: .72rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.btn.primary, button.btn.primary { background: var(--dark); color: #fff; border-color: var(--dark); white-space: nowrap; }
.btn:disabled, button.btn:disabled { cursor: not-allowed; opacity: .55; }
.hero { padding: 56px 0 36px; background: linear-gradient(90deg, rgba(242,247,250,.72), rgba(242,247,250,.54), rgba(242,247,250,.22)); }
.hero-copy { max-width: var(--max); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 16px; font-size: clamp(1.7rem, 2.25vw, 2.35rem); line-height: 1.14; letter-spacing: -.03em; font-weight: 760; }
h2 { margin-bottom: 14px; font-size: clamp(1.2rem, 1.55vw, 1.45rem); line-height: 1.18; letter-spacing: -.02em; font-weight: 760; }
h3 { margin-bottom: 8px; font-size: .98rem; font-weight: 760; }
.lead, .hero p { max-width: 760px; color: var(--soft); font-size: .98rem; }
.actions { margin-top: 24px; }
section { padding: 58px 0; border-top: 1px solid rgba(17,24,32,.08); background: transparent; }
.grid-3, .service-list, .difference-grid, .terms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(17,24,32,.14); border: 1px solid var(--line); }
.grid-2, .method-band, .calc-shell { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(17,24,32,.14); border: 1px solid var(--line); }
.card, .service, .difference-card, .term, .panel, .method-copy, .method-list, .form-panel, .result-panel, .note, .contact-card, .redirect-card { background: var(--panel); padding: 24px; backdrop-filter: blur(8px); }
.card p, .service p, .difference-card p, .step p, .panel p, .quiet-list li, .term p, .table td, .method-list li, .form-head p, .hint, .estimate-sub, .line, .notice, label, .small-copy, .demo-status, .protection-note { color: var(--soft); font-size: .94rem; }
.card, .plain-card { padding-top: 18px; border-top: 1px solid var(--line); background: transparent; }
.plain-card p { color: var(--soft); font-size: .94rem; }
.secondary-lane { padding: 46px 0; }
.secondary-lane .wrap { padding: clamp(22px, 4vw, 34px); border: 1px solid rgba(17,24,32,.12); background: rgba(251,254,251,.66); backdrop-filter: blur(9px); }
.secondary-lane h2 { max-width: 760px; font-size: clamp(1.12rem, 1.45vw, 1.34rem); }
.story-polish-lane .lead { max-width: 880px; }
.story-polish-grid { margin-top: 22px; background: rgba(17,24,32,.1); }
.story-polish-card { padding: 22px; background: rgba(251,254,251,.78); backdrop-filter: blur(8px); }
.story-polish-card p, .story-polish-card li, .price-sub, .story-polish-note { color: var(--soft); font-size: .94rem; }
.story-polish-card .note-line, .story-polish-note { margin: 16px 0 0; color: var(--muted); font-size: .88rem; }
.price-polish-card .quiet-list { margin-top: 14px; }
.service-list { background: transparent; border: 0; gap: 24px; }
.service { border-top: 1px solid var(--line); background: transparent; padding: 18px 0 0; backdrop-filter: none; }
.difference-card span, .step span { display: block; margin-bottom: 22px; color: var(--blue); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.method-list { margin: 0; list-style: none; }
.method-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 0; }
.method-list strong, .quiet-list strong, .term strong, .line strong { display: block; color: var(--ink); font-weight: 760; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.step { min-height: 168px; padding: 22px; border-right: 1px solid rgba(17,24,32,.12); border-bottom: 1px solid rgba(17,24,32,.12); }
.step:nth-child(4n) { border-right: 0; }
.quiet-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quiet-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.table { width: 100%; border-collapse: collapse; background: var(--panel); backdrop-filter: blur(8px); border: 1px solid var(--line); }
.table th, .table td { padding: 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: .94rem; }
.table th { width: 28%; color: var(--ink); font-weight: 760; }
.table .num { white-space: nowrap; color: var(--ink); font-weight: 760; }
.price { margin: 8px 0 12px; font-size: clamp(1.3rem,2vw,1.85rem); font-weight: 780; letter-spacing: -.035em; }
.rate-strip, .pill-row, .proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.rate, .pill, .proof { display: inline-flex; gap: 8px; align-items: center; min-height: 34px; padding: 0 11px; border: 1px solid rgba(17,24,32,.12); background: rgba(255,255,255,.68); color: var(--soft); font-size: .8rem; }
.rate strong, .pill strong, .proof strong { color: var(--ink); }
.tier-grid, .service-menu {
  display: grid;
  gap: 14px;
}
.tier-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}
.tier-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}
.tier-card .quiet-list {
  margin: 4px 0 8px;
}
.tier-card .btn {
  justify-self: start;
  margin-top: 4px;
}
.service-menu {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}
.service-menu a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}
.service-menu strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.22;
}
.service-menu span {
  color: var(--soft);
  font-size: .92rem;
}
.service-section {
  scroll-margin-top: 98px;
}
.back-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.calc-shell { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); }
fieldset { margin: 0 0 22px; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 14px; padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: .94rem; font-weight: 760; color: var(--ink); }
.form-section, .calc-section { padding-top: 34px; }
.request-layout { display: grid; grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr); gap: 24px; align-items: start; }
.request-aside { display: grid; gap: 16px; }
.form-head { padding: 22px 24px; border-bottom: 1px solid var(--line); background: var(--panel-soft); }
.form-shell { border: 1px solid var(--line); background: var(--panel); backdrop-filter: blur(8px); }
form { padding: 24px; }
.form-panel form { padding: 0; }
.form-panel, .result-panel { padding: 26px; }
label { display: grid; gap: 6px; font-size: .88rem; font-weight: 650; }
input, select, textarea { width: 100%; min-height: 40px; border: 1px solid rgba(17,24,32,.18); border-radius: 0; background: rgba(255,255,255,.78); color: var(--ink); padding: 8px 10px; font: inherit; font-size: .94rem; }
textarea { min-height: 92px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(76,85,96,.55); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.checks { display: grid; gap: 8px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
.form-label { margin: 0 0 10px; color: var(--ink); font-size: .88rem; font-weight: 650; }
.check { display: grid; grid-template-columns: 18px 1fr; gap: 9px; color: var(--soft); font-size: .88rem; }
.check input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.section-block, .conditional-panel, .other-field, .result-card { display: none; }
.section-block.is-visible, .conditional-panel.is-visible, .other-field.is-visible, .result-card.is-visible { display: block; }
.conditional-panel, .result-card, .notice, .work-card { margin: 16px 0; padding: 15px; border: 1px solid var(--line); background: var(--panel-soft); }
.result-card.success { border-color: rgba(46,111,145,.42); }
.result-card.error { border-color: rgba(150,40,40,.42); }
.optional-details { margin: 8px 0 22px; border: 1px solid var(--line); background: var(--panel-soft); }
.optional-details summary { cursor: pointer; padding: 16px 18px; color: var(--ink); font-weight: 760; list-style-position: inside; }
.optional-details-body { padding: 0 18px 18px; }
.estimate-total { max-width: 520px; margin: 10px 0 8px; font-size: clamp(1.45rem, 1.85vw, 1.9rem); line-height: 1.1; font-weight: 760; letter-spacing: -.03em; }
.work-card { display: none; }
.work-card.is-visible { display: block; }
.line-items { display: grid; gap: 0; margin: 18px 0; }
.line { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.demo-player { display: grid; gap: 10px; margin-top: 16px; user-select: none; }
.voice-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.voice-card-head h2 { margin-bottom: 4px; }
.voice-face,
.card .voice-card-head .voice-face,
.feature-player .voice-card-head .voice-face { display: block; width: 68px !important; height: 68px !important; min-width: 68px; max-width: 68px !important; flex: 0 0 68px; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; object-position: center; overflow: hidden; border: 2px solid rgba(255,255,255,.78); box-shadow: 0 10px 22px rgba(17,24,32,.14); background: var(--panel-soft); }
.voice-traits { margin: 0; color: var(--soft); font-size: .92rem; font-weight: 720; }
.demo-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.demo-progress { height: 8px; background: rgba(17,24,32,.12); overflow: hidden; }
.demo-bar { display: block; width: 0%; height: 100%; background: var(--blue); }
footer, .footer { padding: 34px 0; background: #111820; color: #cfd6dd; font-size: .9rem; }
.footer-wrap, .footer .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
footer a, footer strong, .footer a, .footer strong { color: #fff; }
.site-footer { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(280px, 1.2fr) minmax(120px, 1fr); align-items: center; gap: 20px; padding: 32px max(clamp(20px, 6vw, 68px), calc((100vw - var(--max)) / 2 + 20px)); background: #071116; color: white; }
.site-footer p,
.site-footer a { color: rgba(255,255,255,.72); margin: 0; }
.site-footer p:first-child { color: white; font-weight: 800; }
.site-footer p:nth-child(2) { justify-self: center; text-align: center; }
.site-footer a { justify-self: end; }
@media(max-width:1080px){
  .nav { flex-wrap: wrap; padding: 10px 0; row-gap: 10px; }
  .nav-links {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .nav-links a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 7px 9px;
    border: 1px solid rgba(17,24,32,.12);
    background: rgba(255,255,255,.52);
  }
  .nav-links .btn {
    padding: 7px 10px;
  }
}
@media(max-width:900px){
  body {
    background:
      linear-gradient(180deg, rgba(242,247,250,.74), rgba(242,247,250,.68) 42%, rgba(232,243,247,.74)),
      radial-gradient(circle at 18% 8%, rgba(139,200,178,.16), transparent 26%),
      url("../v2/assets/backgrounds/spotlight-console.jpg") center center / max(980px, 100vw) auto repeat-y fixed,
      url("../v2/assets/backgrounds/spotlight-mic.jpg") center bottom / max(1100px, 104vw) auto repeat-y fixed,
      #eef7f4;
  }
  .nav { min-height: 64px; }
  .grid-3, .grid-2, .service-list, .difference-grid, .method-band, .process, .terms, .calc-shell, .request-layout, .tier-grid, .service-menu { grid-template-columns: 1fr; }
  .step { border-right: 0; }
  .table, .table tbody, .table tr, .table td, .table th { display: block; }
  .table th { width: auto; border-bottom: 0; }
  .table td { padding-top: 0; }
  h1 { max-width: 760px; font-size: clamp(1.65rem, 4vw, 2.15rem); }
}
@media(max-width:680px){
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .nav { flex-direction: row; align-items: center; padding: 10px 0; gap: 12px; }
  .brand { font-size: .78rem; }
  .nav-links { width: 100%; margin-left: 0; font-size: .64rem; }
  .nav-links .btn { width: auto; min-height: 34px; padding: 0 12px; font-size: .64rem; }
  .hero { padding: 44px 0 32px; }
  h1 { font-size: clamp(1.45rem, 6vw, 1.9rem); }
  .lead, .hero p { font-size: .96rem; }
  .actions { gap: 10px; }
  .actions .btn { width: auto; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer p:nth-child(2),
  .site-footer a { justify-self: center; }
}
@media(max-width:420px){
  .nav { flex-wrap: wrap; }
  .nav-links { width: 100%; margin-left: 0; }
  .nav-links .btn { width: auto; }
  .actions .btn { width: 100%; }
}
