:root {
  --night: #071b33;
  --night-2: #102b4a;
  --signal: #f2a93b;
  --paper: #fffdf8;
  --warm: #f8f3e9;
  --frost: #dce7f2;
  --field: #1d6b57;
  --muted: #59687a;
  --line: #d7cfbf;
  --error: #a52a2a;
  --shadow: 0 24px 70px rgba(7, 27, 51, .14);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--night);
  background: var(--warm);
  line-height: 1.5;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--night); background: var(--warm); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(7, 27, 51, .12);
  background: rgba(248, 243, 233, .95);
  backdrop-filter: blur(14px);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 900; letter-spacing: -.055em; text-decoration: none; }
.wordmark img { width: 38px; height: 38px; }
.header-offer { display: flex; align-items: baseline; gap: 10px; text-align: right; }
.header-offer strong { font-size: 14px; }
.header-offer span { color: var(--muted); font-size: 11px; }

.conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: clamp(38px, 7vw, 94px);
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0;
  align-items: center;
}
.hero-copy { min-width: 0; }
.personalized-label, .eyebrow { margin: 0 0 16px; color: var(--field); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.personalized-label strong { color: var(--night); }
h1, h2, h3 { margin-top: 0; letter-spacing: -.055em; line-height: .96; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(56px, 7.5vw, 102px); }
h1 em { display: block; color: var(--signal); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 64px); }
h3 { font-size: 25px; }
.lede { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(19px, 2.2vw, 27px); line-height: 1.3; }
.three-beats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.three-beats div { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 14px; background: var(--paper); font-size: 13px; font-weight: 800; line-height: 1.15; }
.three-beats b { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--night); background: var(--signal); }
.no-pitch { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }

.demo-card, .checkout-card {
  display: grid;
  min-width: 0;
  gap: 15px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.demo-card-head { display: flex; align-items: center; gap: 8px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.demo-card-head p { margin: 0; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.demo-card-head small { margin-left: auto; color: var(--field); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--field); box-shadow: 0 0 0 5px rgba(29, 107, 87, .11); }
.company-lock { padding: 13px 14px; border-left: 5px solid var(--signal); background: var(--warm); }
.company-lock span, .company-lock strong { display: block; }
.company-lock span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.company-lock strong { margin-top: 4px; font-size: 17px; }
.challenge-list { padding: 2px 0; }
.challenge-list p { margin: 0 0 7px; font-size: 12px; font-weight: 900; }
.challenge-list ul { display: grid; gap: 5px; margin: 0; padding-left: 20px; color: var(--muted); font-size: 12px; }
.demo-number { display: block; margin-top: -8px; text-align: center; font-size: 19px; letter-spacing: -.02em; }
.company-switch { justify-self: start; margin: -6px 0 0; padding: 0; border: 0; color: var(--field); background: transparent; font-size: 11px; font-weight: 900; text-decoration: underline; cursor: pointer; }
.demo-card label, .checkout-card label { display: grid; gap: 6px; color: var(--night); font-size: 12px; font-weight: 900; }
.demo-card input, .demo-card textarea, .demo-card select, .checkout-card input, .checkout-card textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #aeb7c1;
  border-radius: 6px;
  color: var(--night);
  background: #fff;
}
.demo-card input:focus, .demo-card textarea:focus, .demo-card select:focus, .checkout-card input:focus, .checkout-card textarea:focus { outline: 3px solid rgba(242, 169, 59, .38); border-color: var(--night); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid var(--night); border-radius: 7px; font-weight: 900; text-decoration: none; cursor: pointer; }
.button:disabled { cursor: wait; opacity: .58; }
.button-primary { color: var(--paper); background: var(--night); }
.button-primary:hover { background: var(--night-2); }
.button-signal { color: var(--night); background: var(--signal); }
.button-block { width: 100%; }
.price-under-button { margin: -5px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.price-under-button strong { color: var(--night); }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; text-align: center; }
.sms-consent { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: flex-start; gap: 9px !important; padding: 10px 0; color: var(--muted) !important; font-weight: 700 !important; line-height: 1.35; }
.sms-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; }
.form-status { min-height: 20px; margin: 0; color: var(--night); font-size: 13px; font-weight: 800; }
.form-status.error { color: var(--error); }
.form-status.success { color: var(--field); }
.call-progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.call-progress li { padding: 10px 7px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.call-progress b, .call-progress span { display: block; }
.call-progress b { width: 21px; height: 21px; margin: 0 auto 5px; border-radius: 50%; color: var(--paper); background: var(--muted); line-height: 21px; }
.call-progress span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.call-progress li.active { border-color: var(--signal); color: var(--night); background: #fff6df; }
.call-progress li.active b { color: var(--night); background: var(--signal); }

.result-section {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 110px);
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 130px) 0;
  border-top: 1px solid var(--line);
  align-items: center;
}
.sms-phone { width: min(380px, 100%); margin: auto; padding: 16px 13px 28px; border: 9px solid var(--night); border-radius: 34px; background: #eef2f5; box-shadow: var(--shadow); }
.phone-bar { display: flex; justify-content: space-between; padding: 5px 9px 15px; color: var(--muted); font-size: 11px; }
.sms-bubble { display: grid; gap: 8px; padding: 18px; border-radius: 18px 18px 5px 18px; color: var(--night); background: var(--signal); font-size: 13px; line-height: 1.35; }
.sms-bubble small { font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.sms-bubble b { padding-top: 8px; border-top: 1px solid rgba(7,27,51,.2); font-size: 11px; }
.result-copy p:not(.eyebrow), .price-copy p, .faq-section details p, .start-intro p { max-width: 650px; color: var(--muted); font-size: 18px; }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; font-weight: 800; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--field); }

.utility-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border-block: 1px solid var(--line); background: var(--line); }
.utility-strip div { min-width: 0; padding: 25px clamp(20px, 4vw, 58px); background: var(--paper); }
.utility-strip span, .utility-strip strong { display: block; }
.utility-strip span { margin-bottom: 5px; color: var(--field); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.utility-strip strong { line-height: 1.2; }

.price-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(40px, 8vw, 100px); width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(76px, 10vw, 128px) 0; align-items: center; }
.price-card { padding: 34px; border-radius: 14px; color: var(--paper); background: var(--night); box-shadow: var(--shadow); }
.price-card > div { display: flex; align-items: end; gap: 8px; }
.price-card > div strong { font-size: clamp(60px, 8vw, 90px); line-height: .85; letter-spacing: -.07em; }
.price-card > div span { margin-bottom: 5px; color: var(--signal); font-size: 19px; font-weight: 900; }
.price-card p { margin: 24px 0; font-size: 17px; }
.price-card small { display: block; margin-top: 12px; color: rgba(255,253,248,.64); font-size: 11px; text-align: center; }

.faq-section { width: min(940px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; border-top: 1px solid var(--line); }
.faq-section h2 { max-width: 760px; }
details { padding: 20px 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 18px; font-weight: 900; }

footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding: 30px clamp(20px, 4vw, 58px); color: var(--paper); background: var(--night); }
footer div { display: flex; gap: 12px; align-items: baseline; }
footer span { color: rgba(255,253,248,.64); font-size: 12px; }
footer a { color: var(--signal); }

.start-page { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: clamp(56px, 8vw, 100px) 0 120px; }
.start-intro { max-width: 820px; margin-bottom: 42px; }
.start-intro h1 { margin-bottom: 22px; font-size: clamp(50px, 8vw, 90px); }
.checkout-card { max-width: 850px; }
.form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.span-two { grid-column: 1 / -1; }
.check { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px !important; }
.check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.back-link { margin: 28px 0 0; font-weight: 800; }

.terms { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.terms h1 { font-size: clamp(48px, 8vw, 82px); }
.terms h2 { margin-top: 50px; font-size: 30px; }
.terms p, .terms li { color: var(--muted); }

@media (max-width: 860px) {
  .conversion-hero, .result-section, .price-section { grid-template-columns: 1fr; }
  .demo-card { width: min(560px, 100%); }
  .result-copy { order: -1; }
}
@media (max-width: 640px) {
  .site-header { min-height: 64px; }
  .header-offer span { display: none; }
  .wordmark { font-size: 18px; }
  .wordmark img { width: 34px; height: 34px; }
  .conversion-hero { width: calc(100% - 28px); padding-top: 42px; }
  h1 { font-size: clamp(49px, 15vw, 72px); }
  .three-beats { grid-template-columns: 1fr; }
  .result-section, .price-section, .faq-section, .start-page { width: calc(100% - 28px); }
  .utility-strip { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .span-two { grid-column: auto; }
  footer div { display: grid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
