:root {
  --blue: #2b96bd;
  --blue-hover: #0979a2;
  --blue-soft: #55abca;
  --navy: #05094d;
  --navy-deep: #080e79;
  --ice: #f0f8fa;
  --ice-2: #e2fdff;
  --text: #000000;
  --muted: #58595b;
  --line: #e9e9e9;
  --card: #ffffff;
  --ok: #68bc45;
  --danger: #ff6542;
  --shadow: 0 12px 40px rgba(5, 9, 77, 0.08);
  font-family: Inter, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background: var(--ice);
  color: var(--text);
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: var(--blue); }
a:hover { color: var(--blue-hover); }

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  background: var(--card);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.brand strong {
  color: var(--navy);
  letter-spacing: -0.02em;
  font-size: 17px;
  font-weight: 700;
}
.brand .ghost {
  width: auto;
  margin: 0;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--navy);
}

.stage {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 20px 56px;
}
.panel {
  width: min(560px, 100%);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 40px 36px 32px;
}
.panel.wide { width: min(1080px, 100%); }

.kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-wrap: balance;
}
h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
}
.lede {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.fine {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 15px;
}
label .optional {
  font-weight: 500;
  color: var(--muted);
  font-size: 13px;
}
input[type="url"], input[type="email"], input[type="text"] {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 4px;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-size: 16px;
  min-height: 47px;
}
input:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}
input::placeholder { color: #979694; }
.cta {
  width: 100%;
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 4px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 16px;
  min-height: 47px;
}
.cta:hover { background: var(--blue-hover); }
.cta:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}
.cta:disabled { opacity: 0.55; cursor: default; }
.ghost {
  width: 100%;
  margin-top: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 500;
}
.ghost:hover { border-color: var(--blue); color: var(--blue); }
.error { color: var(--danger); font-weight: 500; }
.ok { color: var(--ok); font-weight: 500; }
.site-status {
  margin: -8px 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--muted);
}
.site-status.ok { color: var(--ok); font-weight: 500; }
.site-status.error { color: var(--danger); font-weight: 500; }
.learning {
  margin: 0 0 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--ice);
  border-radius: 4px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.4;
}
.learning.ok-chip { border-color: #cfe8c4; background: #f3faef; }
.learning.warn-chip { border-color: #ffd4c8; background: #fff6f3; }
.lab {
  margin-top: 28px;
  padding: 16px;
  border: 1px dashed var(--line);
  background: var(--ice);
  border-radius: 6px;
}
.lab-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}
.lab-actions .ghost { text-align: left; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.pills span {
  border: 1px solid var(--line);
  background: var(--ice);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--navy);
}

.voice-label {
  margin: 14px 0 8px;
  font-weight: 600;
  color: var(--navy);
}
.voices {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}
.voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 12px 6px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  min-height: 0;
}
.voice-card:hover { border-color: var(--blue-soft); }
.voice-card.picked {
  border-color: var(--blue);
  background: var(--ice);
  box-shadow: 0 0 0 3px rgba(43, 150, 189, 0.16);
}
.voice-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: var(--navy);
}
.voice-card[data-voice="eve"] .voice-avatar { background: #2b96bd; }
.voice-card[data-voice="ara"] .voice-avatar { background: #080e79; }
.voice-card[data-voice="rex"] .voice-avatar { background: #0979a2; }
.voice-card[data-voice="sal"] .voice-avatar { background: #55abca; }
.voice-card[data-voice="leo"] .voice-avatar { background: #05094d; }
.voice-card b {
  font-size: 13px;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.2;
}
.voice-card small {
  display: none;
}
.voice-play {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
}
.voice-play svg { width: 12px; height: 12px; margin-left: 1px; }
.voice-card.picked .voice-play {
  border-color: var(--blue);
  color: var(--blue);
}
.voice-play:hover { background: var(--ice-2); border-color: var(--blue); color: var(--blue); }

.theater {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: stretch;
}
.checklist { display: grid; gap: 12px; margin: 8px 0; }
.check {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 15px;
}
.check i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #c9d5db;
  display: inline-block;
  flex: none;
}
.check.done { color: var(--navy); font-weight: 600; }
.check.done i { background: var(--blue); border-color: var(--blue); }
.check.active { color: var(--blue); font-weight: 600; }
.check.active i { border-color: var(--blue); }

.phone {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 24px 22px 20px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.phone .tag {
  color: var(--blue-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.phone .clock {
  font-size: 28px;
  font-weight: 600;
  margin: 8px 0 18px;
  letter-spacing: 0.04em;
  color: #fff;
}
.caller {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
}
.caller b { display: block; color: #fff; }
.caller span { color: var(--blue-soft); font-size: 13px; }
.status-line {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2fdff;
  line-height: 1.5;
  font-size: 15px;
}

.employee {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
}
.did {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 8px 0 6px;
  color: var(--navy);
}
.facts { display: grid; gap: 10px; margin: 16px 0; }
.fact {
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 14px;
}
.fact b {
  display: block;
  font-size: 12px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 4px;
}
.questions { margin: 12px 0 8px; padding: 0; }
.questions li { margin: 0 0 8px 18px; color: var(--muted); }
.knowledge {
  max-height: 280px;
  overflow: auto;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-wrap;
  color: var(--navy);
}
details.provision {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 14px;
  color: var(--muted);
  background: #fff;
}
details.provision pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 12px;
  color: var(--muted);
}
.lead-internal {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed var(--line);
}
.lead-internal h3 { margin: 0 0 6px; color: var(--navy); }
.lead-facts { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.lead-internal a { color: var(--blue); }
.lead-internal a:hover { color: var(--blue-hover); }
.banner {
  background: var(--ice-2);
  border: 1px solid #95cade;
  border-radius: 4px;
  padding: 12px 14px;
  margin-bottom: 16px;
  color: var(--navy);
}
.turnstile { margin: 0 0 16px; min-height: 12px; }
.foot { margin-top: 16px; color: var(--muted); font-size: 14px; }

html:has(body.landing) { background: #f0f8fa; }
body.landing {
  background-color: #f0f8fa;
  background-image: linear-gradient(180deg, rgba(43, 150, 189, 0.08) 0%, rgba(240, 248, 250, 0.42) 100%);
  background-repeat: no-repeat;
  color: var(--navy);
  min-height: 100vh;
}
body.landing .launch-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 12px 16px 0;
  padding: 10px 44px 10px 18px;
  position: relative;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: #e2fdff;
  font-size: 14px;
  text-align: center;
}
body.landing .launch-banner p { margin: 0; }
body.landing .launch-banner-close {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #e2fdff;
  font-size: 20px;
  line-height: 1;
}
body.landing .launch-banner-close:hover { background: rgba(226, 253, 255, 0.12); }
body.landing .landing-session {
  display: flex;
  justify-content: flex-end;
  padding: 8px 28px 0;
}
body.landing .landing-session .ghost {
  width: auto;
  margin: 0;
  padding: 8px 14px;
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.hero-stage {
  display: flex;
  justify-content: center;
  padding: 24px 28px 48px;
}
.hero {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 480px);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 140px);
}
.sell { color: var(--navy); max-width: 36em; }
.sell-badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(43, 150, 189, 0.12);
  color: var(--blue-hover);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sell h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
  background: linear-gradient(to right, #000, #05094d, #2b96bd, #0979a2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sell-lede {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.sell-checks {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.sell-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 16px;
}
.sell-checks li::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M6.5 12.5l3.4 3.4 7.6-8'/></svg>") center / 14px no-repeat,
    var(--blue);
}
.sell-proof {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  max-width: 28em;
}
.sell-proof .stars {
  color: #f5c542;
  letter-spacing: 1px;
  font-size: 15px;
  flex: none;
  line-height: 1.45;
}
.sell-proof strong { color: var(--navy); font-weight: 600; }

.panel.intake {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(5, 9, 77, 0.08);
  padding: 36px 32px 28px;
}
.panel.intake input {
  border-radius: 8px;
}
.panel.intake h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 8px;
}
.panel.intake .lede { margin-bottom: 22px; }
.field-icon-wrap {
  position: relative;
  margin-bottom: 10px;
}
.field-icon-wrap .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--blue);
  pointer-events: none;
}
.field-icon-wrap input {
  margin-bottom: 0;
  padding-left: 44px;
  border-radius: 8px;
  border-color: #cfe3eb;
  min-height: 52px;
}
.field-icon-wrap input:focus {
  outline: 2px solid var(--blue);
  border-color: var(--blue);
}
.panel.intake .site-status { margin: 4px 0 14px; min-height: 1.2em; }
.trust-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 18px;
  padding: 4px 0 8px;
  list-style: none;
}
.trust-chips li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.trust-chips li:first-child { padding-left: 0; }
.trust-chips li:last-child { padding-right: 0; border-right: 0; }
.train-live {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-hover);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.train-live svg { width: 18px; height: 18px; flex: none; }
.train-live.ok { color: var(--ok); }
.train-live.error { color: var(--danger); }
.train-live.live #train-live-text {
  animation: train-live-pulse 1.6s ease-in-out infinite;
}
.train-status {
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid #cfe3eb;
  border-radius: 8px;
  background: var(--ice);
}
.trust-chips .train-live {
  color: var(--blue-hover);
}
@keyframes train-live-pulse {
  50% { opacity: 0.65; }
}
.trust-chips svg {
  width: 22px;
  height: 22px;
  flex: none;
  color: var(--blue);
}
.panel.intake .cta {
  border-radius: 8px;
  min-height: 52px;
}
.panel.intake .cta:disabled {
  opacity: 1;
  background: #d7e4ea;
  color: #7a8b94;
}
.panel.intake .fine { margin: 12px 0 0; text-align: center; font-size: 13px; }
.or-way {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 14px;
  color: var(--muted);
  font-size: 13px;
}
.or-way::before,
.or-way::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.ghost.alt-path {
  margin-top: 0;
  border-radius: 999px;
  border-color: var(--navy);
  color: var(--navy);
  font-weight: 600;
  min-height: 48px;
}
.ghost.alt-path:hover { border-color: var(--blue); color: var(--blue); }

html:has(body.embed),
body.embed {
  background: transparent;
  min-height: 0;
  color: var(--text);
}
body.embed .panel.intake.embed-card {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: 0 16px 40px rgba(5, 9, 77, 0.12);
}
.hero:has(.panel.intake.ready) {
  grid-template-columns: minmax(260px, 1fr) minmax(380px, 520px);
}
.hero:has(.panel.intake.wide) {
  grid-template-columns: minmax(240px, 0.9fr) minmax(380px, 560px);
  align-items: start;
}
.hero:has(.panel.intake.wide) .sell {
  position: sticky;
  top: 28px;
  padding-top: 8px;
}
.panel.intake .theater {
  grid-template-columns: 1fr;
  gap: 20px;
}
.panel.intake .phone { min-height: 240px; }
.panel.intake .did {
  font-size: clamp(28px, 4vw, 40px);
  text-align: center;
  margin: 4px 0 4px;
}
.panel.intake .questions { margin: 0 0 16px; }

.panel.intake.ready {
  text-align: center;
  padding: 24px 24px 18px;
}
.ready-title {
  font-size: clamp(20px, 2.6vw, 24px);
  margin: 0 0 12px;
  text-wrap: balance;
}
.call-stage {
  background: var(--ice);
  border-radius: 12px;
  padding: 16px 16px 14px;
  margin: 0 0 14px;
}
.call-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2b96bd, #05094d);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.call-name {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
}
.call-name strong { font-weight: 700; }
.call-for, .call-sub {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.call-stage .did {
  color: var(--blue);
  margin: 8px 0 2px;
  letter-spacing: -0.03em;
  font-size: clamp(26px, 3.4vw, 34px);
}
.copy-did {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 10px auto 0;
  padding: 8px 16px;
  min-height: 40px;
  border-radius: 999px;
  border-color: var(--blue);
  color: var(--blue);
  font-weight: 600;
}
.copy-did svg { width: 16px; height: 16px; }
.copy-did.copied { background: var(--ice-2); }
.ask-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}
.ask-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.ask-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.35;
}
.ask-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.ask-icon svg { width: 15px; height: 15px; }
.ask-icon-0 { background: #e2fdff; color: #0979a2; }
.ask-icon-1 { background: #e8f0ff; color: #080e79; }
.ask-icon-2 { background: #e8f5e3; color: #3a4e48; }
.ask-icon-3 { background: #fff6d9; color: #0979a2; }
.ask-note { margin: 0 0 12px; }
.ready-cta {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}
.ready-next {
  margin: 12px 0 8px;
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
}
.panel.intake.ready .cta { border-radius: 999px; min-height: 48px; }
.ready-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
  color: var(--muted);
}
.ready-lock svg { width: 14px; height: 14px; }

@media (max-width: 560px) {
  .ask-grid { grid-template-columns: 1fr; }
}
.panel.intake .learning { margin-bottom: 16px; }

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }
  .hero .panel.intake { order: -1; }
  .hero-stage { padding: 8px 16px 40px; }
  .sell { max-width: none; }
  .sell h1 { font-size: clamp(28px, 8vw, 40px); }
  body.landing .landing-session { padding: 8px 16px 0; }
}

@media (max-width: 860px) {
  .theater, .employee { grid-template-columns: 1fr; }
  .panel, .panel.wide { padding: 28px 20px 22px; }
  .panel.intake { padding: 28px 20px 22px; }
  .brand { padding: 14px 16px; }
}

@media (max-width: 520px) {
  body.landing .launch-banner {
    margin: 8px 10px 0;
    padding: 10px 36px 10px 12px;
    font-size: 13px;
    border-radius: 12px;
  }
}

@media (max-width: 560px) {
  .voices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 400px) {
  .trust-chips {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .trust-chips li {
    border-right: 0;
    padding: 0;
  }
  .sell-proof { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
