:root {
  --blue: #0a84ff;
  --blue-dark: #075bb2;
  --blue-soft: #eaf4ff;
  --gold: #d7a11f;
  --gold-dark: #8a6100;
  --gold-soft: #fff3c8;
  --ink: #111317;
  --muted: #626a75;
  --line: #dce5ee;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --dark: #050505;
  --dark-2: #111417;
  --green: #19a66a;
}

/* License-and-Scale-inspired sandbox homepage. Production pages keep their existing classes. */
body.ls-sandbox {
  color: #f7f8fb;
  background: #050607;
}

body.ls-sandbox .site-header {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(8, 10, 13, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.ls-sandbox .brand-logo {
  width: 148px;
  filter: none;
}

body.ls-sandbox .brand {
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.96);
}

body.ls-sandbox .desktop-nav {
  color: #c8d1dc;
}

body.ls-sandbox .desktop-nav a:hover {
  color: #ffffff;
}

body.ls-sandbox .nav-cta,
body.ls-sandbox .button.primary {
  color: #04111f;
  background: #6db8ff;
  box-shadow: 0 14px 34px rgba(10, 132, 255, 0.25);
}

body.ls-sandbox .button.secondary {
  color: #f9e7ad;
  border: 1px solid rgba(215, 161, 31, 0.34);
  background: rgba(215, 161, 31, 0.1);
}

body.ls-sandbox .section-shell {
  max-width: 1180px;
}

.sandbox-hero {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 80px 0 72px;
  text-align: center;
}

.sandbox-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: -1;
  width: min(920px, 90vw);
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 132, 255, 0.28), rgba(215, 161, 31, 0.12) 42%, rgba(5, 6, 7, 0) 72%);
  transform: translateX(-50%);
}

body.ls-sandbox .eyebrow {
  color: #93caff;
  border: 1px solid rgba(10, 132, 255, 0.28);
  background: rgba(10, 132, 255, 0.12);
}

.sandbox-hero h1 {
  max-width: 860px;
  margin-top: 22px;
  font-size: 68px;
  line-height: 0.98;
  font-weight: 820;
}

.sandbox-hero h1 span,
.offer-section h2 span {
  color: #f2cb63;
}

.hero-proof {
  width: min(860px, 100%);
  margin-top: 34px;
}

.proof-video {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(10, 132, 255, 0.2), rgba(215, 161, 31, 0.08)),
    #0b0f15;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.44);
}

.demo-workspace {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  min-height: 410px;
}

.demo-workspace > *,
.preview-section > *,
.fit-grid > *,
.faq-section > *,
.phase-card > *,
.agent-grid > * {
  min-width: 0;
}

.mini-phone {
  display: grid;
  gap: 13px;
  width: min(100%, 330px);
  margin: 0 auto;
  padding: 18px;
  border: 7px solid #151922;
  border-radius: 30px;
  background: #f7f8fb;
  color: #141820;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.mini-phone-header,
.preview-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-phone-header img,
.preview-header img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.mini-phone-header span,
.preview-header span {
  display: block;
  color: #6a7380;
  font-size: 13px;
}

.mini-message,
.preview-message {
  max-width: 86%;
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.mini-message.angie,
.preview-message.angie {
  color: #152130;
  background: #eaf4ff;
}

.mini-message.lead,
.preview-message.lead {
  justify-self: end;
  color: #ffffff;
  background: #0a84ff;
}

.demo-panel {
  display: grid;
  gap: 18px;
  color: #eaf0f8;
  text-align: left;
}

.demo-panel span {
  color: #f2cb63;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-panel h2 {
  font-size: 34px;
  line-height: 1.08;
}

.demo-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #b7c1ce;
  list-style: none;
}

.demo-panel li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}

.demo-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7a11f;
}

.hero-subcopy,
.section-lede,
.guarantee-section p,
.final-apply p {
  max-width: 760px;
  color: #aeb8c6;
  font-size: 18px;
  line-height: 1.6;
}

.hero-subcopy {
  margin-top: 26px;
}

.hero-actions {
  justify-content: center;
  margin-top: 24px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0;
  width: min(560px, 100%);
  margin-top: 30px;
}

.hero-metrics div {
  display: grid;
  gap: 6px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.hero-metrics span {
  color: #8d99a8;
  font-size: 13px;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #080a0d;
}

.trust-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  overflow: hidden;
}

.trust-inner span {
  flex: 0 0 auto;
  min-width: 130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 13px 16px;
  color: #c4ceda;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}

.trust-inner span:first-child {
  min-width: 180px;
  color: #f2cb63;
  border-color: rgba(215, 161, 31, 0.35);
}

.clarity-section,
.leak-section {
  padding: 92px 0;
}

.section-kicker {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.clarity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.clarity-grid article,
.leak-list article {
  display: grid;
  align-content: start;
  gap: 13px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.clarity-grid span {
  color: #f2cb63;
  font-weight: 820;
}

.clarity-grid h3,
.leak-list strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.clarity-grid p,
.leak-list p {
  color: #aeb8c6;
  line-height: 1.58;
}

.leak-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: 52px;
  align-items: start;
}

.leak-list {
  display: grid;
  gap: 14px;
}

.leak-list article {
  position: relative;
  padding-left: 58px;
}

.leak-list article::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 29px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(215, 161, 31, 0.14);
}

.offer-section,
.faq-section,
.preview-section {
  padding: 92px 0;
}

.offer-section h2,
.clarity-section h2,
.leak-section h2,
.agent-map h2,
.preview-section h2,
.fit-section h2,
.guarantee-section h2,
.faq-section h2,
.final-apply h2 {
  max-width: 900px;
  margin-top: 18px;
  color: #f7f8fb;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 820;
}

.offer-section .section-lede,
.preview-section .section-lede {
  margin-top: 18px;
}

.phase-stack {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 52px;
}

.phase-stack::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(#0a84ff, #d7a11f);
}

.phase-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(240px, 1fr) minmax(220px, 0.7fr);
  gap: 28px;
  padding: 26px 26px 26px 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.phase-card::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 32px;
  width: 20px;
  height: 20px;
  border: 2px solid #93caff;
  border-radius: 50%;
  background: #050607;
}

.phase-meta,
.phase-main,
.phase-detail {
  display: grid;
  align-content: start;
  gap: 10px;
}

.phase-meta span,
.phase-detail span {
  color: #93caff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phase-meta strong {
  color: #ffffff;
  font-size: 20px;
}

.phase-main h3,
.phase-detail strong,
.agent-grid h3,
.fit-list h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.phase-main p,
.phase-detail p,
.agent-grid p,
.fit-list p,
.faq-list p {
  color: #aeb8c6;
  line-height: 1.58;
}

.phase-detail {
  padding: 18px;
  border: 1px solid rgba(215, 161, 31, 0.24);
  border-radius: 8px;
  background: rgba(215, 161, 31, 0.07);
}

.agent-map,
.fit-section {
  padding: 92px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #080a0d;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.agent-grid article,
.fit-list article,
.conversation-preview,
.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.agent-grid article {
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: 22px;
}

.agent-grid span {
  color: #f2cb63;
  font-weight: 820;
}

.preview-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
}

.conversation-preview {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #f7f8fb;
  color: #121820;
}

.preview-result {
  display: grid;
  gap: 6px;
  margin-top: 6px;
  padding: 16px;
  border-radius: 8px;
  color: #102033;
  background: #fff3c8;
}

.preview-result span {
  color: #60480f;
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 52px;
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-list article {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.guarantee-section,
.final-apply {
  display: grid;
  justify-items: center;
  padding: 92px 0;
  text-align: center;
}

.guarantee-section p,
.final-apply p {
  margin-top: 18px;
}

.guarantee-section .button {
  margin-top: 26px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: 48px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
}

.faq-list p {
  margin-top: 14px;
}

.final-apply {
  margin-bottom: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 132, 255, 0.16), rgba(215, 161, 31, 0.1)),
    #080a0d;
}

body.ls-sandbox .site-footer {
  color: #aeb8c6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050607;
}

body.ls-sandbox .footer-inner nav a {
  color: #d6dde7;
}

body.ls-sandbox .modal-panel {
  color: var(--ink);
}

.sandbox-hero h1,
.offer-section h2,
.agent-map h2,
.preview-section h2,
.fit-section h2,
.guarantee-section h2,
.faq-section h2,
.final-apply h2,
.demo-panel h2,
.phase-main h3,
.phase-detail strong,
.agent-grid h3,
.fit-list h3,
.mini-message,
.preview-message,
.section-lede,
.hero-subcopy {
  overflow-wrap: break-word;
}

@media (max-width: 980px) {
  body.ls-sandbox .desktop-nav {
    display: none;
  }

  .sandbox-hero h1,
  .offer-section h2,
  .clarity-section h2,
  .leak-section h2,
  .agent-map h2,
  .preview-section h2,
  .fit-section h2,
  .guarantee-section h2,
  .faq-section h2,
  .final-apply h2 {
    font-size: 42px;
  }

  .demo-workspace,
  .leak-section,
  .preview-section,
  .fit-grid,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .clarity-grid {
    grid-template-columns: 1fr;
  }

  .phase-card {
    grid-template-columns: 1fr;
  }

  .agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ls-sandbox .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    border-radius: 8px;
  }

  body.ls-sandbox .brand-logo {
    width: 118px;
  }

  .header-actions {
    gap: 8px;
  }

  .nav-link-cta,
  .nav-cta {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 13px;
  }

  .sandbox-hero {
    padding-top: 52px;
  }

  .sandbox-hero h1,
  .offer-section h2,
  .clarity-section h2,
  .leak-section h2,
  .agent-map h2,
  .preview-section h2,
  .fit-section h2,
  .guarantee-section h2,
  .faq-section h2,
  .final-apply h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .demo-workspace {
    padding: 18px;
  }

  .demo-panel h2 {
    font-size: 24px;
  }

  .hero-subcopy,
  .section-lede,
  .guarantee-section p,
  .final-apply p {
    font-size: 16px;
  }

  .hero-metrics,
  .agent-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px;
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .trust-inner {
    overflow-x: auto;
    padding: 14px 0;
  }

  .offer-section,
  .clarity-section,
  .leak-section,
  .agent-map,
  .fit-section,
  .faq-section,
  .preview-section,
  .guarantee-section,
  .final-apply {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .phase-card {
    padding: 24px 18px 24px 44px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 172px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #111317;
  font-size: 14px;
  font-weight: 760;
}

.desktop-nav a:hover {
  color: #000000;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link-cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 16px;
  color: var(--ink);
  background: #ffffff;
  font-size: 14px;
  font-weight: 760;
}

.nav-link-cta:hover {
  color: var(--blue);
  border-color: rgba(10, 132, 255, 0.28);
  background: var(--blue-soft);
}

.nav-cta,
.button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 760;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(10, 132, 255, 0.18);
}

.button.primary:hover,
.nav-cta:hover {
  background: var(--blue-dark);
}

.button.secondary {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.button.full {
  width: 100%;
}

.link-cta {
  color: var(--blue);
  background: var(--blue-soft);
  box-shadow: none;
}

.section-shell {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding: 46px 0 64px;
}

.hero-copy {
  display: grid;
  gap: 18px;
}

.eyebrow,
.kicker,
.plan-label {
  width: fit-content;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 760;
}

.kicker {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.hero h1,
.pay-hero h1 {
  max-width: 620px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 780;
}

.hero-text {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  padding-top: 8px;
}

.proof-stack {
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 140px;
  gap: 10px;
  transform: translateY(-50%);
}

.proof-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 10px;
  background: var(--paper);
  color: #566270;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.proof-item strong {
  display: block;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.1;
}

.proof-item.gold strong {
  color: var(--gold-dark);
}

.phone-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.phone-stage::before {
  content: none;
}

.start-hint {
  position: absolute;
  right: 62px;
  bottom: 138px;
  z-index: 2;
  color: var(--gold-dark);
  background: var(--gold-soft);
  border: 1px solid #f1d990;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 760;
  animation: hint-float 2.6s ease-in-out infinite;
}

.phone-shell {
  position: relative;
  z-index: 1;
  width: 308px;
  height: 586px;
  border: 10px solid #15171a;
  border-radius: 44px;
  background: var(--dark-2);
  box-shadow: 0 36px 68px rgba(17, 19, 23, 0.2);
  animation: phone-attention 4.8s ease-in-out infinite;
}

.phone-screen {
  position: absolute;
  inset: 7px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border-radius: 32px;
  background: var(--dark);
  overflow: hidden;
}

.ios-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 760;
}

.status-icons {
  font-size: 12px;
  opacity: 0.88;
}

.contact-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 6px 16px 12px;
  color: #fff;
  border-bottom: 1px solid #1d1d1f;
}

.contact-header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.contact-header div {
  display: grid;
  gap: 1px;
}

.contact-header strong {
  font-size: 13px;
}

.contact-header span {
  color: #aeb4bd;
  font-size: 11px;
}

.messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 10px;
  overflow: hidden;
}

.message {
  width: fit-content;
  max-width: 78%;
  border-radius: 18px;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.28;
}

.message.angie {
  align-self: flex-start;
  color: #fff;
  background: #2c2c2e;
  border-bottom-left-radius: 5px;
}

.message.visitor {
  align-self: flex-end;
  color: #fff;
  background: #0a84ff;
  border-bottom-right-radius: 5px;
}

.message-form {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  gap: 7px;
  align-items: center;
  padding: 9px 10px 13px;
  background: #050505;
}

.message-form input {
  min-width: 0;
  height: 34px;
  border: 1px solid #3a3a3c;
  border-radius: 18px;
  padding: 0 12px;
  color: #fff;
  background: #1c1c1e;
  outline: 0;
  animation: input-glow 2.4s ease-in-out infinite;
  cursor: pointer;
}

.message-form input::placeholder {
  color: #8e8e93;
}

.message-plus,
.message-send {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
}

.message-plus {
  color: #8e8e93;
  background: #1c1c1e;
  font-size: 20px;
  line-height: 1;
}

.message-send {
  color: #fff;
  background: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.roadmap-section {
  display: grid;
  gap: 24px;
  padding: 28px 0 76px;
}

.roadmap-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.roadmap-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.roadmap-card {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper);
}

.roadmap-label {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--gold-dark);
  background: var(--gold-soft);
  font-size: 13px;
  font-weight: 760;
}

.roadmap-steps {
  display: grid;
  gap: 14px;
}

.roadmap-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
}

.roadmap-step span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.roadmap-step h3 {
  font-size: 19px;
}

.roadmap-step p {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.45;
}

.setter-options {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: 36px;
  align-items: center;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.setter-options-copy {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.setter-options-copy h2 {
  max-width: 620px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.setter-options-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.setter-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.setter-option-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper);
}

.setter-option-card.featured {
  border-color: #c7ddfb;
  box-shadow: 0 22px 54px rgba(10, 132, 255, 0.08);
}

.setter-option-card span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.setter-option-card.featured span {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.setter-option-card h3 {
  font-size: 25px;
  line-height: 1.08;
}

.setter-option-card p {
  color: var(--muted);
  line-height: 1.5;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: 42px;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.split-section h2,
.section-heading h2,
.final-cta h2 {
  margin-top: 12px;
  max-width: 720px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--paper);
}

.feature-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.feature-dot.gold {
  background: var(--gold);
}

.feature-row h3 {
  font-size: 18px;
}

.feature-row p {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.page-pricing,
.about-hero {
  padding-top: 58px;
  border-top: 0;
}

.page-pricing h1,
.about-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 780;
}

.section-heading {
  display: grid;
  gap: 12px;
}

.section-heading p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.section-heading.compact {
  max-width: 760px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 360px);
  gap: 42px;
  align-items: end;
}

.about-snapshot,
.about-proof,
.fit-grid article,
.managed-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.about-snapshot {
  display: grid;
  gap: 10px;
  padding: 22px;
  box-shadow: 0 22px 54px rgba(17, 19, 23, 0.06);
}

.snapshot-label {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 760;
}

.about-snapshot strong {
  font-size: 28px;
  line-height: 1.02;
}

.about-snapshot span {
  color: var(--muted);
  line-height: 1.5;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 76px;
}

.about-proof {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.about-proof span {
  width: fit-content;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.about-proof:nth-child(2) span {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.about-proof h2 {
  font-size: 25px;
  line-height: 1.08;
}

.about-proof p,
.section-copy,
.fit-grid p,
.managed-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.section-copy {
  margin-top: 14px;
  max-width: 470px;
  font-size: 17px;
}

.about-fit {
  display: grid;
  gap: 24px;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fit-grid article {
  padding: 18px;
}

.fit-grid h3 {
  font-size: 18px;
  line-height: 1.12;
}

.fit-grid p {
  margin-top: 8px;
}

.managed-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.managed-panel div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.managed-panel div + div {
  border-top: 1px solid var(--line);
}

.managed-panel span {
  color: var(--blue);
  font-weight: 800;
}

.about-managed {
  padding-bottom: 76px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.pricing-guide,
.pricing-process,
.faq-section {
  display: grid;
  gap: 24px;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.choice-grid,
.process-steps,
.faq-grid {
  display: grid;
  gap: 14px;
}

.choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-steps,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card,
.process-steps article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.choice-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.choice-card.featured {
  border-color: #c7ddfb;
  box-shadow: 0 22px 54px rgba(10, 132, 255, 0.08);
}

.choice-card h3,
.process-steps h3,
.faq-grid h3 {
  font-size: 22px;
  line-height: 1.12;
}

.choice-card p:not(.plan-label),
.process-copy p,
.process-steps p,
.faq-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.process-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.process-copy h2 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.process-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 17px;
}

.process-steps article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
}

.process-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.process-steps article:nth-child(2) span {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.faq-grid article {
  padding: 20px;
}

.faq-grid p {
  margin-top: 8px;
}

.pricing-final {
  margin-bottom: 42px;
}

.pricing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-card,
.pay-panel,
.pay-summary,
.modal-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.price-card {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
}

.price-card.popular {
  border-color: #c7ddfb;
  box-shadow: 0 22px 54px rgba(10, 132, 255, 0.08);
}

.popular-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--gold-dark);
  background: var(--gold-soft);
  border: 1px solid #f1d990;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.price-card.featured {
  border-color: #c7ddfb;
  box-shadow: 0 22px 54px rgba(10, 132, 255, 0.1);
}

.price-card-top {
  display: grid;
  gap: 10px;
}

.price-card h3 {
  font-size: 25px;
  line-height: 1.1;
}

.price-card p:not(.plan-label),
.monthly-note {
  color: var(--muted);
  line-height: 1.5;
}

.price-main strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}

.price-main span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.price-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 18px;
  color: #39424e;
  line-height: 1.4;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.price-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seat-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: var(--soft);
}

.seat-tool label {
  color: #39424e;
  font-size: 14px;
  font-weight: 720;
}

.stepper {
  display: grid;
  grid-template-columns: 34px 54px 34px;
  gap: 6px;
  align-items: center;
}

.stepper button,
.stepper input {
  height: 34px;
  border: 1px solid #cbd8e5;
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.stepper button {
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.calc-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.calc-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.calc-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.demo-header {
  position: relative;
}

.demo-header .button,
.demo-header .nav-cta {
  white-space: nowrap;
}

.demo-page {
  padding-bottom: 72px;
}

.demo-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
  gap: 48px;
  align-items: center;
  padding: 44px 0 64px;
}

.demo-copy {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.demo-copy h1 {
  max-width: 650px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 780;
}

.demo-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.52;
}

.demo-phone-card {
  display: grid;
  place-items: center;
  min-height: 620px;
}

.demo-phone {
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: 318px;
  height: 640px;
  border: 10px solid #15171a;
  border-radius: 44px;
  background: var(--dark);
  overflow: hidden;
  box-shadow: 0 36px 68px rgba(17, 19, 23, 0.2);
}

.demo-messages {
  justify-content: start;
  padding-top: 18px;
  overflow-y: auto;
  scrollbar-width: none;
}

.demo-messages::-webkit-scrollbar {
  display: none;
}

.imessage-demo-form {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.phone-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.imessage-demo-form label {
  gap: 4px;
}

.imessage-demo-form label span {
  color: #b7c0cb;
  font-size: 10px;
  font-weight: 760;
}

.imessage-demo-form input,
.imessage-demo-form select {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 1px solid #3a3a3c;
  border-radius: 12px;
  padding: 0 10px;
  color: #fff;
  background: #1c1c1e;
  outline: 0;
}

.imessage-demo-form input:focus,
.imessage-demo-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(10, 132, 255, 0.22);
}

.phone-consent {
  color: #9da6b2;
  font-size: 9.5px;
  line-height: 1.35;
}

.phone-consent a,
.consent-check a {
  color: var(--blue);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.imessage-demo-form .button {
  min-height: 36px;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 13px;
}

.imessage-demo-form .form-status {
  min-height: 14px;
  color: #b7c0cb;
  font-size: 10px;
  line-height: 1.35;
}

.demo-form-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(260px, 0.45fr);
  gap: 18px;
  align-items: start;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.roleplay-desktop-fallback {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(320px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid var(--line);
}

.roleplay-desktop-fallback[hidden] {
  display: none;
}

.roleplay-desktop-fallback h2 {
  font-size: 24px;
  line-height: 1.1;
}

.roleplay-desktop-fallback h2 a {
  color: var(--blue);
}

.prepared-message {
  min-height: 156px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: var(--soft);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.45;
}

.roleplay-fallback-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.demo-form-card,
.demo-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.demo-form-card {
  display: grid;
  gap: 13px;
  padding: 24px;
}

.demo-form-card h2 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.demo-form-card p:not(.eyebrow),
.demo-consent,
.demo-note p {
  color: var(--muted);
  line-height: 1.5;
}

.demo-form-card div:first-child p:not(.eyebrow) {
  margin-top: 10px;
  max-width: 560px;
}

.demo-consent {
  font-size: 13px;
}

.demo-note {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.demo-note span {
  color: var(--gold-dark);
  font-weight: 800;
}

.legal-page {
  display: grid;
  gap: 18px;
  max-width: 920px;
  padding: 58px 0 76px;
}

.legal-page h1 {
  max-width: 820px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.98;
}

.legal-updated {
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
}

.legal-copy {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.legal-copy pre {
  margin: 0;
  color: #28313b;
  font: inherit;
  font-size: 16px;
  line-height: 1.62;
  white-space: pre-wrap;
  word-break: break-word;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0 30px;
  color: var(--muted);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  font-size: 13px;
  font-weight: 720;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-inner a {
  color: #39424e;
  font-size: 13px;
  font-weight: 720;
}

.footer-inner a:hover {
  color: var(--blue);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  padding: 18px;
}

.modal.is-open {
  display: grid;
  place-items: center;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 23, 0.42);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(17, 19, 23, 0.2);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #58616d;
  background: #fff;
  font-size: 22px;
}

.modal-panel h2 {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.1;
}

.modal-copy {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.lead-form,
.pay-panel {
  display: grid;
  gap: 13px;
}

.lead-form {
  margin-top: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
}

label[hidden] {
  display: none;
}

.consent-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  padding: 0;
}

.consent-check span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 560;
}

label span,
legend {
  color: #3c4652;
  font-size: 13px;
  font-weight: 740;
}

input,
select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cbd8e5;
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

input:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.12);
}

.form-status {
  min-height: 20px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 720;
}

.pay-hero {
  padding: 58px 0 80px;
}

.pay-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 410px);
  gap: 18px;
  align-items: start;
  margin-top: 28px;
}

.pay-panel,
.pay-summary {
  padding: 22px;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.radio-card,
.radio-pill {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  cursor: pointer;
}

.radio-card strong {
  display: block;
  margin-bottom: 4px;
}

.radio-card span,
.radio-pill span {
  color: #4d5662;
  line-height: 1.4;
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.radio-pill {
  grid-template-columns: auto 1fr;
  padding: 11px;
}

.pay-summary {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 14px;
}

.pay-summary h2 {
  font-size: 48px;
  line-height: 1;
}

.pay-summary p:not(.plan-label) {
  color: var(--muted);
  line-height: 1.5;
}

.summary-lines {
  display: grid;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.summary-lines span {
  color: var(--muted);
}

.fine-print {
  font-size: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes phone-attention {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes input-glow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(10, 132, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.16);
  }
}

@keyframes hint-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .demo-header .desktop-nav {
    display: flex;
    gap: 20px;
  }

  .hero,
  .demo-hero,
  .demo-form-section,
  .split-section,
  .pricing-grid,
  .choice-grid,
  .process-steps,
  .faq-grid,
  .setter-options,
  .setter-options-grid,
  .about-hero-grid,
  .about-proof-grid,
  .fit-grid,
  .pay-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    gap: 28px;
    padding-top: 30px;
  }

  .phone-stage {
    min-height: 690px;
  }

  .demo-phone-card {
    min-height: 560px;
  }

  .proof-stack {
    position: static;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: none;
    margin-top: -10px;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-grid {
    padding-bottom: 64px;
  }

  .pay-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    gap: 10px;
  }

  .brand-logo {
    width: 148px;
  }

  .nav-cta {
    display: none;
  }

  .section-shell {
    width: auto;
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero h1,
  .demo-copy h1,
  .pay-hero h1,
  .page-pricing h1,
  .about-hero h1 {
    max-width: 340px;
    font-size: 36px;
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .hero-text,
  .demo-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .section-copy {
    max-width: 340px;
    font-size: 17px;
  }

  .proof-grid,
  .calc-grid,
  .term-grid,
  .price-actions,
  .pricing-cta-actions,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-width: 0;
    padding-inline: 12px;
  }

  .hero-copy,
  .demo-copy,
  .demo-form-card,
  .demo-note,
  .hero-actions,
  .proof-grid,
  .phone-stage,
  .setter-options-copy,
  .setter-options-grid,
  .setter-option-card,
  .choice-grid,
  .choice-card,
  .process-copy,
  .process-steps,
  .process-steps article,
  .faq-grid,
  .faq-grid article,
  .about-hero-grid,
  .about-snapshot,
  .about-proof,
  .fit-grid,
  .fit-grid article,
  .managed-panel {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .about-snapshot,
  .about-proof,
  .setter-option-card,
  .fit-grid article,
  .managed-panel,
  .section-heading,
  .section-heading p,
  .setter-options-copy p,
  .setter-option-card p,
  .choice-card p,
  .process-copy p,
  .process-steps p,
  .faq-grid p,
  .about-proof p,
  .fit-grid p,
  .managed-panel p {
    overflow-wrap: break-word;
  }

  .about-hero {
    padding-top: 34px;
  }

  .about-snapshot strong,
  .about-proof h2,
  .setter-options-copy h2,
  .setter-option-card h3,
  .process-copy h2,
  .choice-card h3,
  .process-steps h3,
  .faq-grid h3 {
    font-size: 24px;
    overflow-wrap: break-word;
  }

  .about-proof-grid,
  .setter-options,
  .pricing-guide,
  .pricing-process,
  .faq-section,
  .about-fit,
  .about-managed {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .phone-stage {
    min-height: 690px;
  }

  .demo-hero {
    min-height: 0;
    padding-top: 34px;
  }

  .demo-header .brand-logo {
    width: 132px;
  }

  .demo-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-header .nav-cta {
    min-height: 38px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .demo-phone-card {
    min-height: 600px;
  }

  .demo-phone {
    width: 286px;
    height: 600px;
  }

  .phone-stage::before {
    inset: 36px 0;
  }

  .phone-shell {
    width: 286px;
    height: 540px;
  }

  .proof-stack {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: -16px;
  }

  .start-hint {
    right: 18px;
    bottom: 104px;
  }

  .seat-tool,
  .final-cta,
  .pricing-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }
}

/* Final sandbox overrides after legacy responsive rules. */
body.ls-sandbox .sandbox-hero h1 {
  width: 100%;
  min-width: 0;
}

body.ls-sandbox .section-shell {
  width: calc(100vw - 32px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 680px) {
  body.ls-sandbox {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.ls-sandbox .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    width: calc(100vw - 20px);
    max-width: 370px;
    margin-left: 10px;
    margin-right: 10px;
  }

  body.ls-sandbox .brand {
    width: fit-content;
    justify-self: start;
  }

  body.ls-sandbox .section-shell {
    width: calc(100vw - 24px);
    max-width: 366px;
    margin-left: 12px;
    margin-right: 12px;
  }

  body.ls-sandbox .nav-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 10px 13px;
    font-size: 13px;
  }

  body.ls-sandbox .sandbox-hero h1 {
    max-width: 330px;
    font-size: 26px;
    line-height: 1.12;
  }

  body.ls-sandbox .hero-proof,
  body.ls-sandbox .proof-video,
  body.ls-sandbox .demo-workspace,
  body.ls-sandbox .demo-panel,
  body.ls-sandbox .hero-subcopy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.ls-sandbox .demo-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  body.ls-sandbox .mini-phone {
    width: 100%;
    max-width: 286px;
    padding: 14px;
  }

  body.ls-sandbox .mini-message,
  body.ls-sandbox .preview-message {
    max-width: 100%;
  }

  body.ls-sandbox .demo-panel h2 {
    font-size: 23px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  body.ls-sandbox .demo-panel li,
  body.ls-sandbox .hero-subcopy {
    overflow-wrap: anywhere;
  }
}

/* Angie brand-kit white VSL direction. Keep this after the sandbox dark draft. */
body.ls-sandbox {
  color: var(--ink);
  background: #ffffff;
}

body.ls-sandbox .site-header {
  border: 1px solid rgba(17, 19, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(10, 41, 70, 0.08);
}

body.ls-sandbox .brand {
  background: transparent;
}

body.ls-sandbox .desktop-nav {
  color: #2d3540;
}

body.ls-sandbox .desktop-nav a:hover {
  color: var(--blue);
}

body.ls-sandbox .nav-cta,
body.ls-sandbox .button.primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 16px 32px rgba(10, 132, 255, 0.2);
}

body.ls-sandbox .nav-cta:hover,
body.ls-sandbox .button.primary:hover {
  background: var(--blue-dark);
}

body.ls-sandbox .button.secondary {
  color: var(--gold-dark);
  border: 1px solid rgba(215, 161, 31, 0.34);
  background: var(--gold-soft);
}

body.ls-sandbox .eyebrow {
  color: var(--blue);
  border: 1px solid rgba(10, 132, 255, 0.16);
  background: var(--blue-soft);
}

body.ls-sandbox .sandbox-hero::before {
  content: none;
}

body.ls-sandbox .sandbox-hero {
  min-height: calc(100svh - 96px);
  align-content: start;
  padding-top: clamp(44px, 6vh, 78px);
  padding-bottom: 0;
}

body.ls-sandbox.no-vsl .sandbox-hero {
  min-height: 0;
}

body.ls-sandbox.no-vsl .hero-support {
  padding-top: clamp(28px, 4vh, 44px);
}

body.ls-sandbox .sandbox-hero h1,
body.ls-sandbox .offer-section h2,
body.ls-sandbox .clarity-section h2,
body.ls-sandbox .leak-section h2,
body.ls-sandbox .agent-map h2,
body.ls-sandbox .preview-section h2,
body.ls-sandbox .fit-section h2,
body.ls-sandbox .guarantee-section h2,
body.ls-sandbox .faq-section h2,
body.ls-sandbox .final-apply h2 {
  color: var(--ink);
}

body.ls-sandbox .sandbox-hero h1 span {
  color: var(--blue);
}

body.ls-sandbox .sandbox-hero h1 {
  max-width: 960px;
  font-size: clamp(42px, 5.55vw, 62px);
  line-height: 1.04;
}

body.ls-sandbox .offer-section h2 span {
  color: var(--blue);
}

body.ls-sandbox .proof-video {
  border: 1px solid rgba(10, 132, 255, 0.16);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(16, 46, 75, 0.14);
}

body.ls-sandbox .hero-proof {
  width: min(860px, 100%);
  margin-top: clamp(28px, 4.4vh, 42px);
}

body.ls-sandbox .hero-support {
  display: grid;
  justify-items: center;
  padding: 44px 0 52px;
  text-align: center;
}

body.ls-sandbox .hero-support .hero-subcopy {
  margin-top: 0;
}

.vsl-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050607;
  overflow: hidden;
  border-radius: 18px;
}

.vsl-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.06), rgba(2, 6, 11, 0.16));
}

.vsl-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.vsl-play-sound {
  position: absolute;
  z-index: 2;
  appearance: none;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.vsl-play-sound {
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  max-width: calc(100% - 32px);
  padding: 16px 24px;
  border-radius: 18px;
  background: rgba(10, 132, 255, 0.92);
  font: inherit;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 22px 44px rgba(10, 132, 255, 0.34);
  transform: translate(-50%, -50%);
}

.vsl-play-icon {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.vsl-play-sound:hover,
.vsl-play-sound:focus-visible {
  background: #006fe6;
  transform: translate(-50%, -50%) scale(1.025);
}

.vsl-frame.is-sound-on::after,
.vsl-frame.is-sound-on .vsl-play-sound {
  opacity: 0;
  pointer-events: none;
}

body.ls-sandbox .hero-subcopy,
body.ls-sandbox .section-lede,
body.ls-sandbox .guarantee-section p,
body.ls-sandbox .final-apply p,
body.ls-sandbox .phase-main p,
body.ls-sandbox .phase-detail p,
body.ls-sandbox .clarity-grid p,
body.ls-sandbox .leak-list p,
body.ls-sandbox .agent-grid p,
body.ls-sandbox .fit-list p,
body.ls-sandbox .faq-list p {
  color: var(--muted);
}

body.ls-sandbox .hero-metrics strong,
body.ls-sandbox .phase-meta strong,
body.ls-sandbox .phase-main h3,
body.ls-sandbox .phase-detail strong,
body.ls-sandbox .clarity-grid h3,
body.ls-sandbox .leak-list strong,
body.ls-sandbox .agent-grid h3,
body.ls-sandbox .fit-list h3,
body.ls-sandbox .faq-list summary {
  color: var(--ink);
}

body.ls-sandbox .hero-metrics div {
  border-right-color: var(--line);
}

body.ls-sandbox .hero-metrics span {
  color: var(--muted);
}

body.ls-sandbox .trust-strip,
body.ls-sandbox .agent-map,
body.ls-sandbox .fit-section {
  border-color: var(--line);
  background: var(--soft);
}

body.ls-sandbox .trust-inner span,
body.ls-sandbox .clarity-grid article,
body.ls-sandbox .leak-list article,
body.ls-sandbox .agent-grid article,
body.ls-sandbox .fit-list article,
body.ls-sandbox .faq-list details {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 35, 54, 0.06);
}

body.ls-sandbox .trust-inner span:first-child {
  color: var(--gold-dark);
  border-color: rgba(215, 161, 31, 0.28);
  background: var(--gold-soft);
}

body.ls-sandbox .phase-stack::before {
  background: linear-gradient(var(--blue), var(--gold));
}

body.ls-sandbox .phase-card {
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 35, 54, 0.06);
}

body.ls-sandbox .phase-card::before {
  border-color: var(--blue);
  background: #ffffff;
}

body.ls-sandbox .phase-meta span,
body.ls-sandbox .phase-detail span,
body.ls-sandbox .clarity-grid span,
body.ls-sandbox .agent-grid span {
  color: var(--blue);
}

body.ls-sandbox .phase-detail {
  border-color: rgba(215, 161, 31, 0.28);
  background: #fffaf0;
}

body.ls-sandbox .conversation-preview {
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(17, 35, 54, 0.08);
}

body.ls-sandbox .preview-result {
  background: var(--gold-soft);
}

body.ls-sandbox .final-apply {
  border: 1px solid rgba(10, 132, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(10, 132, 255, 0.1), rgba(215, 161, 31, 0.1)),
    #ffffff;
}

body.ls-sandbox .site-footer {
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #ffffff;
}

body.ls-sandbox .footer-inner nav a {
  color: var(--ink);
}

@media (max-width: 680px) {
  body.ls-sandbox .sandbox-hero {
    min-height: calc(100svh - 78px);
    padding-top: 36px;
  }

  body.ls-sandbox .proof-video {
    box-shadow: 0 18px 42px rgba(16, 46, 75, 0.12);
  }

  body.ls-sandbox .hero-proof {
    margin-top: 22px;
  }

  body.ls-sandbox .hero-support {
    padding: 30px 0 40px;
  }

  body.ls-sandbox .hero-metrics div {
    border-right: 0;
    border-bottom-color: var(--line);
  }
}

/* Familiar-tools marquee, modeled after the License & Scale scrolling strip. */
.integration-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 116px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7fbff;
  overflow: hidden;
}

.integration-proof {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px 18px;
  border: 1px solid rgba(10, 132, 255, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(17, 35, 54, 0.06);
}

.integration-proof strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.integration-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.integration-marquee {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.integration-marquee::before,
.integration-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 100%;
  pointer-events: none;
}

.integration-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f7fbff, rgba(247, 251, 255, 0));
}

.integration-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f7fbff, rgba(247, 251, 255, 0));
}

.integration-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: toolMarquee 36s linear infinite;
  will-change: transform;
}

.integration-strip:hover .integration-track {
  animation-play-state: paused;
}

.integration-track.is-js-marquee {
  flex-wrap: nowrap;
  width: max-content;
  min-width: max-content;
  animation: none !important;
  will-change: transform;
}

.tool-card {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 150px;
  min-height: 58px;
  border: 1px solid rgba(17, 35, 54, 0.1);
  border-radius: 8px;
  padding: 0 22px;
  color: #17202c;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(17, 35, 54, 0.08);
  font-size: 15px;
  font-weight: 820;
  white-space: nowrap;
}

.tool-logo {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tool-logo.wide-logo,
.tool-logo.salesforce-logo {
  width: 36px;
}

@keyframes toolMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes toolMarqueeMeasured {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--marquee-distance, calc(-50% - 9px)), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .integration-track:not(.is-js-marquee) {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

@media (max-width: 780px) {
  .integration-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 12px;
  }

  .integration-proof {
    width: 100%;
  }

  .integration-marquee::before,
  .integration-marquee::after {
    width: 48px;
  }

  .tool-card {
    min-width: 138px;
    min-height: 54px;
    padding: 0 18px;
    font-size: 14px;
  }

  .tool-logo {
    width: 24px;
    height: 24px;
  }

  .tool-logo.wide-logo,
  .tool-logo.salesforce-logo {
    width: 32px;
  }
}

.floating-demo-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 54px;
  align-items: center;
  padding: 92px 0 84px;
}

.floating-demo-copy {
  display: grid;
  align-content: center;
  gap: 22px;
}

.floating-demo-copy h2 {
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  font-weight: 820;
}

.floating-demo-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.floating-demo-copy .hero-actions {
  justify-content: flex-start;
  margin-top: 6px;
}

.floating-demo-visual {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 620px;
  padding-right: 150px;
}

.floating-phone {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 16px;
  width: min(100%, 330px);
  min-height: 560px;
  padding: 24px 18px 22px;
  border: 12px solid #14171d;
  border-radius: 42px;
  color: #f7f8fb;
  background: #050607;
  box-shadow: 0 34px 80px rgba(17, 35, 54, 0.18);
}

.floating-phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 820;
}

.floating-phone-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 -18px;
  padding: 14px 18px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.floating-phone-header img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.floating-phone-header span {
  display: block;
  color: #aab3c2;
  font-size: 13px;
}

.floating-message {
  max-width: 86%;
  border-radius: 8px;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}

.floating-message.angie {
  color: #f7f8fb;
  background: #2b2d31;
}

.floating-message.lead {
  justify-self: end;
  color: #ffffff;
  background: var(--blue);
}

.floating-demo-input {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.floating-demo-input .floating-demo-input-text {
  flex: 1;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 12px 16px;
  color: #8f98a8;
  background: #15171c;
  font-size: 16px;
}

.floating-demo-input .floating-demo-send {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue);
  font-size: 22px;
  font-weight: 820;
}

.floating-proof-stack {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: 156px;
  transform: translateY(-46%);
}

.floating-proof-stack article {
  display: grid;
  gap: 2px;
  min-height: 74px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 10px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 35, 54, 0.08);
  text-align: center;
}

.floating-proof-stack strong {
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.floating-proof-stack article:nth-child(2) strong {
  color: var(--gold-dark);
}

.floating-proof-stack span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.floating-proof-stack .button {
  width: fit-content;
  min-height: 38px;
  margin-top: 28px;
  padding: 9px 16px;
  justify-self: start;
}

.floating-mobile-demo-button {
  display: none;
}

@media (max-width: 980px) {
  .floating-demo-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .floating-demo-copy,
  .floating-demo-copy .hero-actions {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }

  .floating-demo-visual {
    min-height: auto;
    padding-right: 0;
  }

  .floating-proof-stack {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 520px);
    margin-top: 18px;
    transform: none;
  }

  .floating-proof-stack .button {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 4px;
  }
}

@media (max-width: 680px) {
  .floating-demo-section {
    padding: 64px 0 58px;
  }

  .floating-demo-copy h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .floating-demo-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .floating-phone {
    width: min(82vw, 292px);
    max-width: 292px;
    min-height: 0;
    aspect-ratio: 9 / 16.8;
    gap: 12px;
    border-width: 10px;
    border-radius: 36px;
    padding: 18px 14px 16px;
  }

  .floating-phone-status {
    padding: 0 6px 2px;
    font-size: 12px;
  }

  .floating-phone-header {
    gap: 8px;
    margin: 0 -14px;
    padding: 10px 14px 13px;
  }

  .floating-phone-header img {
    width: 34px;
    height: 34px;
  }

  .floating-phone-header strong {
    font-size: 15px;
    line-height: 1.05;
  }

  .floating-phone-header span {
    font-size: 12px;
  }

  .floating-message {
    max-width: 88%;
    border-radius: 8px;
    padding: 10px 11px;
    font-size: 13px;
    line-height: 1.34;
  }

  .floating-demo-input {
    gap: 8px;
    padding-top: 14px;
  }

  .floating-demo-input .floating-demo-input-text {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .floating-demo-input .floating-demo-send {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .floating-proof-stack {
    grid-template-columns: 1fr;
    max-width: 292px;
  }

  .floating-proof-stack article {
    display: none;
  }

  .floating-proof-stack .floating-mobile-demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 2px;
    border-radius: 999px;
    font-size: 18px;
    box-shadow: 0 18px 38px rgba(10, 132, 255, 0.22);
  }
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(340px, 1.18fr);
  gap: 48px;
  align-items: start;
  padding: 92px 0;
}

.calculator-section h2 {
  max-width: 820px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 820;
}

.leak-calculator {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(10, 132, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(10, 132, 255, 0.06), rgba(215, 161, 31, 0.08)),
    #ffffff;
  box-shadow: 0 24px 60px rgba(17, 35, 54, 0.09);
}

.leak-calculator label {
  display: grid;
  gap: 7px;
}

.leak-calculator label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
}

.leak-calculator input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #ffffff;
  font-size: 16px;
  font-weight: 760;
}

.calculator-result {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  border: 1px solid rgba(215, 161, 31, 0.34);
  border-radius: 8px;
  padding: 18px;
  background: var(--gold-soft);
}

.calculator-result span {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.calculator-result strong {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.calculator-result p {
  color: #60480f;
  line-height: 1.45;
}

.calculator-section .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .calculator-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .calculator-section {
    padding: 62px 0;
  }

  .calculator-section h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .leak-calculator {
    padding: 18px;
  }

  .calculator-section .hero-actions {
    justify-content: stretch;
  }
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

@media (max-width: 680px) {
  html {
    overflow-x: hidden;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body main {
    padding-top: 96px;
  }

  .site-header,
  body.ls-sandbox .site-header {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    left: 16px;
    right: 16px;
    z-index: 1000;
    grid-template-columns: minmax(0, 1fr) auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 46px rgba(16, 46, 75, 0.13);
  }

  .brand,
  body.ls-sandbox .brand {
    min-width: 0;
    padding: 0;
  }

  .brand-logo,
  body.ls-sandbox .brand-logo {
    width: 132px;
  }

  .desktop-nav,
  .header-actions,
  .site-header > .nav-cta {
    display: none;
  }

  .mobile-menu-toggle {
    appearance: none;
    position: relative;
    z-index: 1002;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(10, 132, 255, 0.18);
    border-radius: 999px;
    background: var(--blue-soft);
    box-shadow: 0 12px 28px rgba(10, 132, 255, 0.12);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    position: absolute;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transform: translateX(-50%);
    transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
  }

  .mobile-menu-toggle span:nth-child(1) {
    top: 16px;
  }

  .mobile-menu-toggle span:nth-child(2) {
    top: 24px;
  }

  .mobile-menu-toggle span:nth-child(3) {
    top: 32px;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top: 24px;
    transform: translateX(-50%) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top: 24px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0;
    border: 0;
    padding: 116px 28px 42px;
    background:
      radial-gradient(circle at 50% 18%, rgba(10, 132, 255, 0.12), rgba(255, 255, 255, 0) 42%),
      #ffffff;
    text-align: center;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    border-radius: 0;
    padding: 0;
    color: var(--ink);
    background: transparent;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1;
    font-weight: 820;
  }

  .mobile-nav .button {
    width: min(100%, 260px);
    min-height: 58px;
    margin-top: 8px;
    border-radius: 999px;
    font-size: 18px;
  }

  body.ls-sandbox .section-shell {
    width: calc(100vw - 32px);
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  body.ls-sandbox .sandbox-hero {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 22px;
  }

  body.ls-sandbox .sandbox-hero h1 {
    max-width: 358px;
    margin-top: 0;
    font-size: clamp(32px, 9.2vw, 36px);
    line-height: 1.04;
  }

  body.ls-sandbox .hero-proof {
    width: 100%;
    margin-top: 22px;
  }

  body.ls-sandbox .proof-video,
  body.ls-sandbox .vsl-frame {
    border-radius: 16px;
  }

  body.ls-sandbox .proof-video {
    box-shadow: 0 18px 42px rgba(16, 46, 75, 0.12);
  }

  body.ls-sandbox .hero-support {
    padding: 8px 0 32px;
  }

  body.ls-sandbox .hero-support .hero-subcopy {
    max-width: 350px;
    font-size: 18px;
    line-height: 1.45;
  }

  body.ls-sandbox .hero-actions {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 22px;
  }

  body.ls-sandbox .hero-actions .button {
    flex: 0 0 auto;
    width: 100%;
    min-height: 58px;
    border-radius: 999px;
    font-size: 18px;
  }

  body.ls-sandbox .hero-metrics {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 340px);
    margin-top: 26px;
  }

  body.ls-sandbox .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
  }

  body.ls-sandbox .hero-metrics div:last-child {
    border-bottom: 0;
  }

  body.ls-sandbox .hero-metrics strong {
    font-size: 28px;
  }

  body.ls-sandbox .integration-strip {
    padding-top: 18px;
    padding-bottom: 18px;
    max-width: 100vw;
    contain: paint;
  }

  body.ls-sandbox .integration-marquee {
    width: 100%;
    max-width: 100%;
    contain: layout paint;
    overflow: hidden;
  }

  body.ls-sandbox .integration-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    width: max-content;
    min-width: max-content;
    animation: toolMarqueeMeasured 16s linear infinite;
    will-change: transform;
  }

  body.ls-sandbox .tool-card {
    flex: 0 0 auto;
    width: auto;
    min-width: 168px;
    max-width: none;
  }

  body.ls-sandbox .floating-demo-section {
    padding-top: 56px;
  }

  body.ls-sandbox .floating-demo-copy h2,
  body.ls-sandbox .calculator-section h2 {
    font-size: 34px;
    line-height: 1.04;
  }
}
