:root {
  color-scheme: light;
  --ink: #061225;
  --muted: #68758a;
  --line: #e2e7ee;
  --surface: #f5f8fc;
  --white: #ffffff;
  --lime: #65df45;
  --lime-soft: #e9fbe4;
  --blue: #2e5ba8;
  --blue-soft: #edf3ff;
  --coral: #c8463a;
  --coral-soft: #fff0ed;
  --shadow: 0 18px 45px rgba(6, 18, 37, 0.11);
  --content-width: 520px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #eaf0f6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: #eaf0f6;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.site-frame {
  width: min(100%, 680px);
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 0 0 1px rgba(6, 18, 37, 0.04), var(--shadow);
}

.funnel-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 44px 1fr 64px;
  align-items: center;
  min-height: 68px;
  padding: max(10px, env(safe-area-inset-top)) 18px 10px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
}

.brand-lockup img {
  border-radius: 8px;
}

.secure-label {
  grid-column: 3;
  justify-self: end;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.icon-button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.back-button {
  grid-column: 1;
  grid-row: 1;
}

.icon-button span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.progress-track {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 4px;
  overflow: hidden;
  background: var(--line);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ink);
  transition: width 260ms ease;
}

#funnel-screen {
  width: 100%;
  min-height: calc(100svh - 112px);
  outline: none;
}

.screen {
  min-height: calc(100svh - 112px);
  display: flex;
  flex-direction: column;
  animation: screen-in 260ms ease both;
}

.screen-content {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 34px 20px 24px;
}

.screen-content.compact {
  padding-top: 24px;
}

.screen-bottom {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin-top: auto;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--line);
}

.screen-bottom-inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 480px;
  margin: 0;
  font-size: 2.55rem;
  line-height: 0.98;
  font-weight: 950;
}

h2 {
  margin: 0;
  font-size: 1.82rem;
  line-height: 1.04;
  font-weight: 930;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.subtitle {
  max-width: 460px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.45;
  font-weight: 570;
}

.primary-button,
.secondary-button {
  width: 100%;
  min-height: 56px;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 120ms ease, opacity 120ms ease, background-color 120ms ease;
}

.primary-button {
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
}

.primary-button:active,
.secondary-button:active,
.option:active {
  transform: scale(0.99);
}

.primary-button:disabled {
  border-color: #c8cdd5;
  color: #f3f4f6;
  background: #c8cdd5;
  cursor: default;
}

.secondary-button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.hero-screen {
  background: var(--white);
}

.hero-content {
  padding-top: 28px;
  text-align: center;
}

.hero-content h1 {
  margin-right: auto;
  margin-left: auto;
}

.hero-content .subtitle {
  margin-right: auto;
  margin-left: auto;
}

.app-icon-large {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  border-radius: 18px;
  box-shadow: 0 13px 34px rgba(6, 18, 37, 0.2);
}

.hero-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0 22px;
}

.hero-promise div {
  min-height: 68px;
  padding: 11px 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.hero-promise strong,
.hero-promise span {
  display: block;
}

.hero-promise strong {
  font-size: 0.88rem;
}

.hero-promise span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.25;
}

.hero-app-window {
  width: min(76%, 300px);
  height: 270px;
  margin: 0 auto -86px;
  overflow: hidden;
  border: 8px solid var(--ink);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-app-window img {
  display: block;
  width: 100%;
  height: auto;
}

.question-heading {
  margin-bottom: 26px;
}

.options {
  display: grid;
  gap: 10px;
}

.option {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  text-align: left;
  background: var(--white);
  cursor: pointer;
}

.option.selected {
  border-color: var(--ink);
  background: var(--lime-soft);
  box-shadow: inset 3px 0 0 var(--lime);
}

.option-symbol {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 1rem;
  font-weight: 950;
}

.option-copy strong,
.option-copy span {
  display: block;
}

.option-copy strong {
  font-size: 1rem;
}

.option-copy span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.option-radio {
  width: 21px;
  height: 21px;
  border: 2px solid #b9c1cd;
  border-radius: 50%;
}

.option.selected .option-radio {
  border: 6px solid var(--blue);
}

.input-stack {
  display: grid;
  gap: 16px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group label,
.field-label {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
}

.number-input {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 60px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.number-input:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(46, 91, 168, 0.1);
}

.number-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 1.2rem;
  font-weight: 800;
}

.number-input span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.field-hint,
.validation-message {
  margin: 7px 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.field-hint {
  color: var(--muted);
}

.validation-message {
  min-height: 18px;
  color: var(--coral);
  font-weight: 700;
}

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

.transformation-column {
  min-width: 0;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.before-state {
  border-color: #f0c2bd;
  background: var(--coral-soft);
}

.after-state {
  border-color: #bde9b2;
  background: var(--lime-soft);
}

.transformation-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.transformation-column h3 {
  min-height: 52px;
  font-size: 1rem;
}

.transformation-column ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.transformation-column li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 7px;
  align-items: start;
  color: #3f4c61;
  font-size: 0.78rem;
  line-height: 1.35;
}

.transformation-column li span {
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 950;
  place-items: center;
}

.before-state li span {
  color: var(--coral);
  background: var(--white);
}

.after-state li span {
  color: var(--ink);
  background: var(--lime);
}

.example-disclaimer,
.evidence-disclaimer {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.evidence-stack {
  display: grid;
  gap: 10px;
}

.evidence-item {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.evidence-number {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evidence-item h3 {
  font-size: 1rem;
}

.evidence-item p {
  margin: 7px 0 11px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.evidence-item a {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
}

.insight-band {
  padding: 17px;
  border-left: 4px solid var(--blue);
  background: var(--blue-soft);
}

.insight-band p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.product-preview figure {
  min-width: 0;
  margin: 0;
}

.product-preview-frame {
  aspect-ratio: 0.49;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(6, 18, 37, 0.12);
}

.product-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-preview figcaption {
  margin-top: 7px;
  color: var(--muted);
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
}

.building-screen {
  justify-content: center;
  background: var(--ink);
  color: var(--white);
}

.building-content {
  text-align: center;
}

.building-content .eyebrow,
.building-content .subtitle {
  color: #b7c9e7;
}

.build-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  margin: 0 auto 28px;
  border: 10px solid rgba(255, 255, 255, 0.14);
  border-top-color: var(--lime);
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

.build-ring::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: inset 0 0 0 16px var(--ink);
}

.plan-card {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(6, 18, 37, 0.08);
}

.plan-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.plan-number {
  margin: 5px 0 0;
  font-size: 3.65rem;
  line-height: 0.95;
  font-weight: 950;
}

.plan-unit {
  padding-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 850;
}

.macro-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.macro-plan div {
  min-width: 0;
}

.macro-plan strong,
.macro-plan span {
  display: block;
}

.macro-plan strong {
  font-size: 1.3rem;
}

.macro-plan div:nth-child(2) strong {
  color: var(--blue);
}

.macro-plan div:nth-child(3) strong {
  color: var(--coral);
}

.macro-plan span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.75rem;
}

.plan-note {
  display: flex;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.plan-note strong {
  color: var(--ink);
}

.checkout-summary {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.checkout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.checkout-row + .checkout-row {
  border-top: 1px solid var(--line);
}

.checkout-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.checkout-row strong {
  text-align: right;
}

.checkout-price {
  font-size: 1.3rem;
}

.checkout-price small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.checkout-benefits {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.checkout-benefits > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.checkout-benefits > div > span {
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 0.76rem;
  font-weight: 950;
  place-items: center;
}

.checkout-benefits p,
.checkout-benefits strong,
.checkout-benefits small {
  display: block;
}

.checkout-benefits p {
  margin: 0;
}

.checkout-benefits strong {
  font-size: 0.88rem;
}

.checkout-benefits small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 18px;
}

.trust-row div {
  padding: 10px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: var(--white);
  font-size: 0.69rem;
  font-weight: 800;
}

.billing-copy {
  margin: 10px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.68rem;
  line-height: 1.4;
}

.billing-copy a {
  color: var(--ink);
}

.checkout-error {
  display: none;
  margin: 0 0 10px;
  padding: 10px 12px;
  color: var(--coral);
  border: 1px solid #f0c2bd;
  border-radius: 8px;
  background: var(--coral-soft);
  font-size: 0.78rem;
  line-height: 1.4;
  font-weight: 700;
}

.checkout-error.visible {
  display: block;
}

.funnel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 44px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 750;
}

.funnel-footer a {
  color: inherit;
  text-decoration: none;
}

.standalone-shell {
  display: grid;
  min-height: calc(100svh - 52px);
  padding: max(28px, env(safe-area-inset-top)) 20px 28px;
  place-items: center;
}

.success-panel {
  width: min(100%, 520px);
  padding: 30px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.success-panel h1 {
  font-size: 2.45rem;
}

.success-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border-radius: 16px;
}

.success-checklist {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.success-checklist div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.success-checklist span {
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 950;
  place-items: center;
}

.success-checklist p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.success-checklist strong {
  color: var(--ink);
}

.success-actions {
  display: grid;
  gap: 10px;
}

.button-link {
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.success-error {
  padding: 18px;
  background: var(--coral-soft);
  border: 1px solid #f0c2bd;
  border-radius: 8px;
}

.success-error h2 {
  font-size: 1.35rem;
}

.success-error p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.success-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.legal-footer {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px max(12px, env(safe-area-inset-bottom));
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
}

.legal-footer a {
  color: inherit;
}

.legal-header {
  display: flex;
  width: min(100% - 40px, 760px);
  min-height: 72px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.legal-header .brand-lockup {
  justify-self: auto;
}

.legal-header > a:last-child {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-document {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 52px 0 64px;
}

.legal-document h1 {
  margin-bottom: 24px;
}

.legal-document h2 {
  margin: 38px 0 12px;
  font-size: 1.35rem;
}

.legal-document p,
.legal-document li {
  color: #3f4c61;
  font-size: 0.98rem;
  line-height: 1.72;
}

.legal-document ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-document a {
  color: var(--blue);
}

.support-panel {
  width: min(100%, 520px);
  padding: 34px 24px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.support-panel h1 {
  margin: 0;
  font-size: 2.45rem;
}

.support-panel .subtitle {
  margin: 16px auto 28px;
}

.support-panel .primary-button {
  margin-top: 8px;
}

.support-email {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.noscript {
  max-width: 460px;
  margin: 30px auto;
  padding: 20px;
  color: var(--coral);
  background: var(--white);
}

@keyframes screen-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 700px) {
  body {
    padding: 28px 0;
  }

  .site-frame {
    min-height: calc(100svh - 56px);
    border-radius: 8px;
  }

  .screen,
  #funnel-screen {
    min-height: calc(100svh - 168px);
  }
}

@media (max-height: 720px) {
  .screen-content {
    padding-top: 22px;
  }

  .hero-content {
    padding-top: 18px;
  }

  .app-icon-large {
    width: 66px;
    height: 66px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .hero-promise {
    margin: 18px 0;
  }

  .hero-app-window {
    height: 210px;
    margin-bottom: -100px;
  }
}

@media (max-width: 360px) {
  .transformation-grid {
    gap: 6px;
  }

  .transformation-column {
    padding: 13px 10px;
  }

  .transformation-column h3 {
    min-height: 48px;
    font-size: 0.9rem;
  }
}

@media (min-width: 700px) and (max-height: 760px) {
  body {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-frame {
    min-height: calc(100svh - 24px);
  }

  .hero-content {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content .subtitle {
    margin-top: 10px;
    font-size: 0.96rem;
  }

  .app-icon-large {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .hero-promise {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .hero-promise div {
    min-height: 58px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-app-window {
    height: 140px;
    margin-bottom: -92px;
  }
}

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

/* Mobile conversion funnel */
:root {
  --ink: #071426;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #f5f6f8;
  --white: #ffffff;
  --lime: #58d74f;
  --lime-soft: #eefbea;
  --blue: #315da8;
  --blue-soft: #eef3fc;
  --coral: #c64c40;
  --coral-soft: #fff1ef;
  --yellow-soft: #fff8df;
  --shadow: 0 18px 48px rgba(7, 20, 38, 0.1);
  --content-width: 396px;
}

html,
body {
  background: #eceef2;
}

body {
  padding: 0;
}

.site-frame {
  width: min(100%, 440px);
  min-height: 100svh;
  background: var(--surface);
  box-shadow: 0 0 0 1px rgba(7, 20, 38, 0.04), 0 24px 70px rgba(7, 20, 38, 0.12);
}

.funnel-header {
  grid-template-columns: 40px 1fr 58px;
  min-height: 58px;
  padding: max(8px, env(safe-area-inset-top)) 16px 8px;
  background: rgba(255, 255, 255, 0.98);
}

.brand-lockup {
  gap: 7px;
  font-size: 0.9rem;
}

.brand-lockup img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.secure-label {
  font-size: 0.68rem;
  font-weight: 800;
}

.icon-button {
  width: 36px;
  height: 36px;
}

.icon-button span {
  font-size: 1.72rem;
}

.progress-track {
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #edf0f3;
}

.progress-track span {
  background: var(--lime);
}

#funnel-screen,
.screen {
  min-height: calc(100svh - 58px);
}

.screen {
  background: var(--surface);
}

.screen-content {
  width: min(100%, var(--content-width));
  padding: 24px 18px 20px;
}

.screen-content.compact {
  padding-top: 20px;
}

.screen-bottom {
  padding: 11px 18px calc(11px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -8px 24px rgba(7, 20, 38, 0.04);
}

.screen-bottom-inner {
  width: min(100%, var(--content-width));
}

.eyebrow {
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0;
}

h1 {
  max-width: 390px;
  font-size: 2.55rem;
  line-height: 1.02;
  font-weight: 900;
}

h2 {
  font-size: 1.82rem;
  line-height: 1.08;
  font-weight: 900;
}

h3 {
  font-size: 1rem;
}

.subtitle {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 530;
}

.primary-button,
.secondary-button {
  min-height: 54px;
  border-radius: 8px;
  font-size: 0.98rem;
}

.primary-button {
  border-color: var(--ink);
  background: var(--ink);
}

.question-heading {
  margin-bottom: 20px;
}

.options {
  gap: 9px;
}

.option {
  grid-template-columns: 38px 1fr 22px;
  gap: 11px;
  min-height: 62px;
  padding: 10px 12px;
  border-color: #dfe3e8;
  box-shadow: 0 2px 8px rgba(7, 20, 38, 0.025);
}

.option.selected {
  border-color: var(--ink);
  background: var(--lime-soft);
  box-shadow: inset 3px 0 0 var(--lime);
}

.option-symbol {
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: var(--blue-soft);
  font-size: 0.9rem;
}

.option-copy strong {
  font-size: 0.94rem;
}

.option-copy span {
  margin-top: 2px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.option-copy span:empty {
  display: none;
}

.option-radio {
  width: 20px;
  height: 20px;
}

.option.selected .option-radio {
  border-color: var(--ink);
}

.input-stack {
  gap: 14px;
}

.field-group {
  gap: 7px;
}

.number-input {
  min-height: 58px;
  padding: 0 14px;
  border-color: #dfe3e8;
}

.number-input input {
  font-size: 1.12rem;
}

.number-input input::placeholder {
  color: #a7afbc;
  font-weight: 650;
  opacity: 1;
}

.validation-message {
  margin-top: 4px;
}

.funnel-footer {
  display: none;
}

.hero-screen {
  background: var(--white);
}

.hero-content {
  padding-top: 18px;
  padding-bottom: 16px;
  text-align: left;
}

.hero-content h1,
.hero-content .subtitle {
  margin-right: 0;
  margin-left: 0;
}

.hero-content .subtitle {
  max-width: 330px;
}

.app-icon-large {
  width: 50px;
  height: 50px;
  margin: 0 0 17px;
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(7, 20, 38, 0.16);
}

.hero-plan-preview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  min-height: 260px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: var(--blue-soft);
}

.hero-plan-copy {
  z-index: 1;
  padding: 24px 0 18px 18px;
}

.mini-kicker {
  display: block;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-plan-copy > strong {
  display: block;
  margin-top: 7px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.hero-plan-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-plan-copy li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 6px;
  color: #344054;
  font-size: 0.73rem;
  line-height: 1.3;
}

.hero-plan-copy li span {
  color: #238b39;
  font-weight: 900;
}

.hero-phone {
  align-self: end;
  width: 148px;
  height: 238px;
  margin: 0 -15px -31px 0;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 30px rgba(7, 20, 38, 0.18);
  transform: rotate(3deg);
}

.hero-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.hero-proof-row span {
  padding: 0 7px;
}

.hero-proof-row span + span {
  border-left: 1px solid var(--line);
}

.goal-route-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 110px;
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(7, 20, 38, 0.05);
}

.goal-route-point span,
.goal-route-point strong {
  display: block;
}

.goal-route-point span {
  color: var(--muted);
  font-size: 0.67rem;
}

.goal-route-point strong {
  margin-top: 4px;
  font-size: 1rem;
}

.goal-route-point--target {
  text-align: right;
}

.goal-route-point--target strong {
  color: #228b39;
}

.goal-route-line {
  position: relative;
  height: 4px;
  background: #dde3ea;
}

.goal-route-line::before,
.goal-route-line::after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  transform: translateY(-50%);
}

.goal-route-line::before {
  left: -2px;
}

.goal-route-line::after {
  right: -2px;
  border-color: var(--lime);
  background: var(--lime);
}

.goal-route-line span {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--blue);
}

.transformation-list,
.method-list,
.building-checks,
.plan-includes {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.transformation-list > div,
.plan-includes > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.transformation-list span,
.plan-includes > div > span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime-soft);
  font-size: 0.72rem;
  font-weight: 900;
  place-items: center;
}

.transformation-list p,
.plan-includes p {
  margin: 0;
  font-size: 0.86rem;
}

.example-disclaimer,
.evidence-disclaimer {
  margin-top: 11px;
  font-size: 0.64rem;
  line-height: 1.4;
}

.consistency-visual {
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(7, 20, 38, 0.05);
}

.consistency-heading {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.72rem;
}

.consistency-heading strong {
  color: var(--ink);
}

.consistency-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 112px;
  margin-top: 14px;
  padding: 0 6px;
  border-bottom: 1px solid var(--line);
}

.consistency-bars span {
  height: var(--bar);
  border-radius: 6px 6px 0 0;
  background: var(--blue);
}

.consistency-bars span:nth-child(4),
.consistency-bars span:nth-child(5) {
  background: var(--lime);
}

.consistency-visual > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.evidence-compact {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #efe2b4;
  border-radius: 8px;
  background: var(--yellow-soft);
}

.evidence-compact h3 {
  margin-top: 5px;
  font-size: 0.88rem;
  line-height: 1.3;
}

.evidence-compact p {
  display: flex;
  gap: 14px;
  margin: 10px 0 0;
}

.evidence-compact a {
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 800;
}

.real-life-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #bde8bd;
  border-radius: 8px;
  background: var(--lime-soft);
}

.real-life-icon {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  background: #238b39;
  font-size: 1.1rem;
  font-weight: 900;
  place-items: center;
}

.real-life-card h3 {
  margin-top: 4px;
  line-height: 1.25;
}

.method-list > div {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.method-list span {
  color: var(--muted);
  font-size: 0.72rem;
}

.method-list strong {
  font-size: 0.84rem;
}

.product-showcase {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: var(--blue-soft);
}

.product-showcase-phone {
  height: 314px;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 13px 28px rgba(7, 20, 38, 0.16);
}

.product-showcase-phone img {
  width: 100%;
  height: auto;
}

.product-showcase-list {
  display: grid;
  gap: 16px;
}

.product-showcase-list > div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(49, 93, 168, 0.18);
}

.product-showcase-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-showcase-list span {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 900;
}

.product-showcase-list p {
  margin: 5px 0 0;
  font-size: 0.8rem;
  line-height: 1.3;
}

.building-screen {
  background: var(--ink);
}

.building-content h2 {
  max-width: 350px;
  margin: 0 auto;
  font-size: 1.9rem;
}

.build-ring {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  border-width: 8px;
}

.build-ring::after {
  width: 48px;
  height: 48px;
  box-shadow: inset 0 0 0 13px var(--ink);
}

.building-checks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 360px;
  margin: 24px auto 0;
}

.building-checks span {
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #d7e1ee;
  font-size: 0.67rem;
  line-height: 1.3;
}

.plan-screen,
.checkout-screen {
  background: var(--surface);
}

.plan-content,
.checkout-content {
  padding-bottom: 18px;
}

.profile-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.profile-summary > div {
  min-width: 0;
  padding: 12px 9px;
  text-align: center;
}

.profile-summary > div + div {
  border-left: 1px solid var(--line);
}

.profile-summary span,
.profile-summary strong {
  display: block;
  overflow-wrap: anywhere;
}

.profile-summary span {
  color: var(--muted);
  font-size: 0.62rem;
}

.profile-summary strong {
  margin-top: 4px;
  font-size: 0.76rem;
  line-height: 1.25;
}

.plan-card {
  margin-top: 10px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(7, 20, 38, 0.05);
}

.plan-card-header,
.offer-card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.plan-card-header > span:first-child {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 750;
}

.plan-ready-badge,
.offer-value {
  padding: 5px 7px;
  border-radius: 6px;
  color: #1c6f2e;
  background: var(--lime-soft);
  font-size: 0.61rem;
  font-weight: 850;
}

.plan-number {
  font-size: 3.65rem;
}

.plan-unit {
  padding-top: 8px;
  font-size: 0.8rem;
}

.macro-plan {
  margin-top: 16px;
  padding-top: 14px;
}

.macro-plan div {
  position: relative;
}

.macro-plan strong {
  margin-top: 7px;
  font-size: 1.06rem;
}

.macro-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.macro-dot--carbs {
  background: var(--blue);
}

.macro-dot--fat {
  background: var(--coral);
}

.plan-includes {
  margin-top: 10px;
}

.plan-includes h3 {
  margin: 5px 0 1px;
  font-size: 0.88rem;
}

.plan-includes > div {
  min-height: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.plan-note {
  display: block;
  margin-top: 10px;
  font-size: 0.65rem;
  text-align: center;
}

.offer-card {
  padding: 17px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(7, 20, 38, 0.06);
}

.offer-card-topline > div > span,
.offer-card-topline > div > strong {
  display: block;
}

.offer-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.offer-card-topline strong {
  margin-top: 5px;
  font-size: 1.45rem;
}

.offer-card-topline small {
  margin-left: 3px;
  color: var(--muted);
  font-size: 0.7rem;
}

.offer-card > p {
  margin: 13px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
}

.checkout-benefits {
  gap: 8px;
  margin-top: 12px;
}

.checkout-benefits > div {
  grid-template-columns: 24px 1fr;
  gap: 9px;
  min-height: 42px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.checkout-benefits > div > span {
  width: 22px;
  height: 22px;
  font-size: 0.68rem;
}

.checkout-benefits strong {
  font-size: 0.8rem;
  line-height: 1.25;
}

.trust-row {
  margin-top: 11px;
}

.trust-row div {
  min-width: 0;
  padding: 8px 4px;
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  font-size: 0.7rem;
}

.trust-row span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.59rem;
  line-height: 1.2;
}

.billing-copy {
  font-size: 0.62rem;
}

@media (min-width: 700px) {
  body {
    padding: 22px 0;
  }

  .site-frame {
    min-height: calc(100svh - 44px);
    border-radius: 8px;
  }

  #funnel-screen,
  .screen {
    min-height: calc(100svh - 102px);
  }
}

@media (max-width: 359px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-plan-preview {
    grid-template-columns: minmax(0, 1fr) 124px;
  }

  .hero-phone {
    width: 132px;
  }

  .product-showcase {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .product-showcase-phone {
    height: 286px;
  }
}

@media (max-height: 720px) {
  .screen-content {
    padding-top: 17px;
  }

  .hero-content {
    padding-top: 13px;
  }

  .hero-plan-preview {
    min-height: 230px;
    margin-top: 14px;
  }

  .hero-phone {
    height: 212px;
  }

  .hero-proof-row {
    display: none;
  }
}

/* Extended personalization flow */
.pace-meter-card {
  padding: 17px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(7, 20, 38, 0.05);
}

.pace-meter-heading,
.pace-meter-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pace-meter-heading span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.pace-meter-heading strong {
  font-size: 0.82rem;
}

.pace-meter-track {
  height: 9px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8ebef;
}

.pace-meter-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
  transition: width 220ms ease;
}

.pace-meter-labels {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.62rem;
}

.pace-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.pace-choice {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 116px;
  padding: 12px 8px 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  color: var(--ink);
  text-align: left;
  background: var(--white);
  cursor: pointer;
}

.pace-choice::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: transparent;
}

.pace-choice.selected {
  border-color: var(--ink);
  background: var(--lime-soft);
}

.pace-choice.selected::before {
  background: var(--lime);
}

.pace-choice > span {
  display: grid;
  gap: 4px;
  font-size: 0.76rem;
  font-weight: 850;
}

.pace-choice small {
  color: #238b39;
  font-size: 0.52rem;
  font-weight: 850;
}

.pace-choice strong {
  max-width: 100%;
  font-size: 0.72rem;
  line-height: 1.25;
}

.pace-choice i {
  width: 18px;
  height: 18px;
  border: 2px solid #bac1cb;
  border-radius: 50%;
}

.pace-choice.selected i {
  border: 5px solid var(--ink);
}

.pace-guidance {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  padding: 10px 11px;
  border-radius: 8px;
  background: var(--blue-soft);
}

.pace-guidance > span {
  display: grid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  place-items: center;
}

.pace-guidance p {
  margin: 0;
  color: #3f4c61;
  font-size: 0.69rem;
  line-height: 1.35;
}

.commitment-card {
  padding: 22px 18px 18px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(7, 20, 38, 0.18);
}

.commitment-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 1.1rem;
  font-weight: 950;
  place-items: center;
}

.commitment-card .mini-kicker {
  color: #9fbae6;
}

.commitment-card > h3 {
  margin-top: 6px;
  font-size: 1.4rem;
}

.commitment-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 24px;
}

.commitment-plan > div {
  min-width: 0;
  padding: 10px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.commitment-plan span,
.commitment-plan strong {
  display: block;
}

.commitment-plan span {
  color: var(--lime);
  font-size: 0.65rem;
  font-weight: 900;
}

.commitment-plan strong {
  margin-top: 7px;
  font-size: 0.72rem;
  line-height: 1.25;
}

.commitment-method {
  margin: 16px 0 0;
  color: #c5d1e2;
  font-size: 0.7rem;
  text-align: center;
}

.commitment-method strong {
  color: var(--white);
}

.strategy-card {
  padding: 18px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(7, 20, 38, 0.18);
}

.strategy-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.strategy-route > div:last-child {
  text-align: right;
}

.strategy-route span,
.strategy-route strong {
  display: block;
}

.strategy-route > div > span {
  color: #9facc0;
  font-size: 0.61rem;
}

.strategy-route > div > strong {
  margin-top: 4px;
  font-size: 1rem;
}

.strategy-direction {
  max-width: 102px;
  padding: 5px 7px;
  border-radius: 6px;
  color: var(--ink);
  text-align: center;
  background: var(--lime);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.2;
}

.strategy-track {
  position: relative;
  height: 4px;
  margin: 19px 4px 21px;
  background: rgba(255, 255, 255, 0.18);
}

.strategy-track span {
  display: block;
  width: 70%;
  height: 100%;
  background: var(--blue);
}

.strategy-track::before,
.strategy-track i {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

.strategy-track::before {
  left: 0;
  border: 3px solid var(--white);
  background: var(--ink);
}

.strategy-track i {
  right: 0;
  background: var(--lime);
}

.strategy-focus {
  padding: 12px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime-soft);
}

.strategy-focus span,
.strategy-focus strong {
  display: block;
}

.strategy-focus span {
  color: #4c6a4e;
  font-size: 0.62rem;
}

.strategy-focus strong {
  margin-top: 4px;
  font-size: 0.82rem;
  line-height: 1.25;
}

.strategy-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.strategy-steps > div {
  min-width: 0;
  padding: 10px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.strategy-steps span {
  color: #9fbae6;
  font-size: 0.6rem;
  font-weight: 900;
}

.strategy-steps p {
  margin: 6px 0 0;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.25;
}

.feedback-card {
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(7, 20, 38, 0.18);
}

.feedback-orbit {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 5px;
}

.feedback-orbit > div {
  display: grid;
  min-width: 0;
  min-height: 76px;
  padding: 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  place-items: center;
}

.feedback-orbit span,
.feedback-orbit strong {
  display: block;
}

.feedback-orbit span {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 0.65rem;
  font-weight: 900;
  place-items: center;
}

.feedback-orbit strong {
  font-size: 0.68rem;
}

.feedback-orbit > i {
  color: #9fbae6;
  font-size: 0.8rem;
  font-style: normal;
}

.feedback-message {
  margin-top: 18px;
}

.feedback-message .mini-kicker {
  color: #9fbae6;
}

.feedback-message h3 {
  max-width: 280px;
  margin-top: 6px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.feedback-evidence {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.feedback-evidence > span {
  max-width: 230px;
  color: #c5d1e2;
  font-size: 0.66rem;
  line-height: 1.35;
}

.feedback-evidence p {
  display: grid;
  gap: 4px;
  flex: 0 0 auto;
  margin: 0;
}

.feedback-evidence a {
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 850;
}

@media (max-width: 359px) {
  .pace-choice {
    min-height: 122px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .strategy-card,
  .feedback-card {
    padding: 15px;
  }

  .strategy-direction {
    max-width: 82px;
  }
}

/* Conversion sequence: method proof, product reveal, and personalized offer */
.commitment-detail {
  max-width: 330px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.control-proof {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(7, 20, 38, 0.06);
}

.control-proof-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.control-proof-icon {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 1rem;
  font-weight: 900;
  place-items: center;
}

.control-proof-heading h3 {
  margin-top: 3px;
  font-size: 1rem;
  line-height: 1.2;
}

.control-proof > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

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

.control-fields > div {
  min-width: 0;
  padding: 11px 7px;
  border: 1px solid #dce5f2;
  border-radius: 7px;
  background: var(--blue-soft);
  text-align: center;
}

.control-fields span,
.control-fields strong {
  display: block;
  overflow-wrap: anywhere;
}

.control-fields span {
  color: var(--muted);
  font-size: 0.61rem;
}

.control-fields strong {
  margin-top: 4px;
  color: var(--blue);
  font-size: 0.7rem;
}

.control-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: var(--blue-soft);
}

.control-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  place-items: center;
}

.control-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.4;
}

.product-demo {
  overflow: hidden;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: var(--blue-soft);
}

.product-demo-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 6px;
  border-bottom: 1px solid #dce5f2;
  background: rgba(255, 255, 255, 0.72);
}

.product-demo-tab {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.product-demo-tab.active {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 4px 12px rgba(7, 20, 38, 0.14);
}

.product-demo-stage {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 286px;
  padding: 18px;
}

.product-demo-phone {
  width: 142px;
  height: 252px;
  overflow: hidden;
  border: 5px solid var(--ink);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 14px 28px rgba(7, 20, 38, 0.17);
}

.product-demo-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.product-demo-copy {
  min-width: 0;
}

.product-demo-copy h3 {
  margin-top: 7px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.product-demo-copy p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.45;
}

.checkout-personalization {
  padding: 15px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: var(--white);
}

.checkout-personalization > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.checkout-personalization > div > span {
  min-width: 0;
  padding: 10px 7px;
  text-align: center;
}

.checkout-personalization > div > span + span {
  border-left: 1px solid var(--line);
}

.checkout-personalization small,
.checkout-personalization strong {
  display: block;
  overflow-wrap: anywhere;
}

.checkout-personalization small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
}

.checkout-personalization strong {
  margin-top: 4px;
  font-size: 0.68rem;
  line-height: 1.25;
}

.checkout-personalization + .offer-card {
  margin-top: 10px;
}

@media (max-width: 359px) {
  .control-proof,
  .product-demo-stage {
    padding: 14px;
  }

  .product-demo-stage {
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 12px;
    min-height: 246px;
  }

  .product-demo-phone {
    width: 122px;
    height: 216px;
    border-width: 4px;
    border-radius: 17px;
  }

  .product-demo-copy h3 {
    font-size: 0.92rem;
  }

  .checkout-personalization {
    padding: 12px;
  }
}
