/*
 * DealR One - Light Automotive Luxury
 * A single final art-direction layer. Content and section order are unchanged.
 */

:root {
  --luxury-ink: #1c2421;
  --luxury-ink-soft: #3f4a45;
  --luxury-muted: #626b66;
  --luxury-green: #2f6b3a;
  --luxury-green-hover: #24562e;
  --luxury-lime: #66c743;
  --luxury-canvas: #f2f0ea;
  --luxury-paper: #faf9f5;
  --luxury-stone: #e8e5dc;
  --luxury-line: #d3d0c7;
  --luxury-dark: #18221e;
  --luxury-danger: #c95643;
  --luxury-warning: #c4832d;
  --app-bg: #061018;
  --app-surface: #0d171d;
  --app-surface-raised: #111c22;
  --app-line: #253139;
  --app-text: #f5f7f6;
  --app-muted: #9aa6a2;
  --app-green: #63c832;
  --app-green-deep: #49a923;
  --app-danger: #ed573a;
  --luxury-content: 1380px;
  --display: "Newsreader", Georgia, serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  color-scheme: light;
  background: var(--luxury-canvas);
}

body,
.page-shell {
  color: var(--luxury-ink);
  background: var(--luxury-canvas);
}

body {
  font-family: var(--body);
}

:where(a, button, input, select, summary):focus-visible {
  outline-color: var(--luxury-ink);
}

h1,
h2,
h3 {
  color: var(--luxury-ink);
  font-family: var(--display);
  letter-spacing: -0.025em;
}

h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(50px, 5.4vw, 82px);
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

h3 {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.site-header {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--luxury-ink);
  background: rgba(242, 240, 234, 0.92);
  border-color: rgba(28, 36, 33, 0.1);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  background: #121b20;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name strong {
  gap: 0;
  font-family: var(--body);
  font-size: 23px;
  line-height: 1;
}

.brand-dealr {
  color: #7d837f;
  font-size: 0.9em;
  font-weight: 650;
}

.brand-one-focus {
  color: var(--luxury-green);
  font-size: 1em;
  font-weight: 800;
}

.brand-clarifier,
.brand-clarifier a,
.brand-clarifier .brand-your,
.brand-clarifier .brand-deal,
.brand-clarifier .brand-reviewer {
  color: #545e59;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

.brand-clarifier .brand-deal,
.brand-clarifier .brand-reviewer {
  color: var(--luxury-green);
  font-weight: 800;
}

.one-wordmark {
  color: transparent;
}

.nav-links {
  color: #48534d;
  font-size: 13px;
  font-weight: 600;
}

.nav-links a::after {
  height: 1px;
  background: var(--luxury-green);
}

.language-select select {
  color: var(--luxury-ink);
  background: transparent;
  border-color: #c9c7bf;
  border-radius: 3px;
}

.button,
.sticky-cta,
.phone-screen button {
  min-height: 50px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 4px;
  font-weight: 650;
  box-shadow: none;
}

.button-primary,
.sticky-cta,
.phone-screen button {
  color: #ffffff;
  background: var(--luxury-green);
  border-color: var(--luxury-green);
}

.button-primary:hover,
.sticky-cta:hover,
.phone-screen button:hover {
  color: #ffffff;
  background: var(--luxury-green-hover);
  border-color: var(--luxury-green-hover);
  box-shadow: none;
}

.button-secondary {
  color: var(--luxury-ink);
  background: transparent;
  border-color: #aaa9a2;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.48);
}

.section-band,
.section-wrap {
  padding-right: max(28px, calc((100vw - var(--luxury-content)) / 2));
  padding-left: max(28px, calc((100vw - var(--luxury-content)) / 2));
  padding-top: clamp(92px, 10vw, 148px);
  padding-bottom: clamp(92px, 10vw, 148px);
}

.section-intro {
  width: 100%;
  max-width: none;
  margin-bottom: 72px;
}

.section-intro.compact {
  max-width: none;
}

.section-intro h2 {
  max-width: 880px;
}

.section-intro p {
  max-width: 720px;
  margin-bottom: 0;
}

.section-intro::after {
  display: none;
}

.section-kicker,
.eyebrow {
  margin-bottom: 20px;
  color: var(--luxury-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.section-kicker {
  display: flex;
  width: fit-content;
}

.section-intro p,
.pricing-copy p,
.final-cta p {
  color: var(--luxury-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* Editorial hero */
.hero {
  min-height: calc(100vh - 86px);
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  gap: clamp(64px, 7vw, 112px);
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(72px, 8vw, 112px);
  background: var(--luxury-canvas);
  border-bottom: 1px solid rgba(28, 36, 33, 0.09);
}

.hero::before,
.hero::after {
  display: none;
}

.hero-content {
  z-index: 3;
  max-width: 680px;
}

.hero-california {
  margin: 0 0 28px;
  color: var(--luxury-ink-soft);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-california span {
  color: #ffffff;
  background: var(--luxury-green);
  border-radius: 2px;
}

.hero-green {
  color: var(--luxury-green);
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 24px;
  color: #4e5953;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.72;
}

.negotiation-line {
  margin-top: 0;
  padding: 0 0 0 16px;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-left: 2px solid var(--luxury-green);
  border-radius: 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 38px;
}

.cta-value-line {
  max-width: 540px;
  margin-top: 18px;
  color: #4f5b55;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.hero-offer-summary {
  display: grid;
  max-width: 610px;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 0;
  border-top: 1px solid #c8c6be;
  border-bottom: 1px solid #c8c6be;
}

.hero-offer-summary > strong {
  color: var(--luxury-ink);
  font-size: 17px;
  font-weight: 750;
}

.hero-offer-summary > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.hero-offer-summary > div span {
  position: relative;
  padding-left: 15px;
  color: #4f5b55;
  font-size: 12px;
  font-weight: 600;
}

.hero-offer-summary > div span::before {
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--luxury-green);
  border-radius: 50%;
}

.hero-offer-summary > small {
  color: #66716b;
  font-size: 11px;
  font-weight: 650;
}

.hero-proof {
  gap: 0;
  margin-top: 38px;
}

.hero-proof span {
  padding: 0 16px;
  color: #59645e;
  background: transparent;
  border: 0;
  border-right: 1px solid #c8c6be;
  border-radius: 0;
  font-size: 12px;
}

.hero-proof span:first-child {
  padding-left: 0;
}

.hero-proof span:last-child {
  border-right: 0;
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 660px;
  padding: 0;
  background: transparent;
  border: 0;
}

.hero-visual::after {
  position: absolute;
  right: 2%;
  bottom: 12px;
  z-index: 0;
  width: 76%;
  height: 54px;
  content: "";
  background: rgba(31, 42, 37, 0.16);
  border-radius: 50%;
  filter: blur(28px);
  transform: rotate(-3deg);
}

.hero .phone-preview {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 292px;
  padding: 8px;
  background: linear-gradient(145deg, #72777a 0%, #16191b 11%, #050708 48%, #363a3d 88%, #8e9294 100%);
  border: 1px solid #9da1a3;
  border-radius: 46px;
  box-shadow:
    0 42px 90px rgba(11, 19, 23, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  animation: phoneDrift 7.5s ease-in-out infinite;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero .phone-preview::before {
  position: absolute;
  top: 96px;
  right: -4px;
  width: 3px;
  height: 74px;
  content: "";
  background: #393d40;
  border-radius: 0 3px 3px 0;
}

.hero .phone-screen {
  min-height: 560px;
  padding: 18px 20px 22px;
  color: var(--app-text);
  background:
    radial-gradient(circle at 50% 30%, rgba(99, 200, 50, 0.055), transparent 34%),
    linear-gradient(180deg, #08131b 0%, var(--app-bg) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 38px;
}

.hero .phone-speaker {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 2;
  width: 82px;
  height: 22px;
  margin: 0;
  background: #010203;
  border-radius: 14px;
  transform: translateX(-50%);
}

.hero .phone-status {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  color: #f7f8f7;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero .phone-status span:last-child {
  color: #d8ddda;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.hero .phone-brand-lockup {
  display: grid;
  place-items: center;
  margin-top: 38px;
}

.hero .phone-brand-lockup img {
  width: 174px;
  height: 174px;
  object-fit: cover;
  border-radius: 38px;
}

.hero .phone-brand-lockup span {
  margin-top: -35px;
  color: #f4f6f5;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero .phone-screen h2 {
  max-width: 220px;
  margin: 47px auto 0;
  color: var(--app-text);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.32;
  text-align: center;
}

.hero .phone-screen h2 span {
  color: var(--app-green);
}

.hero .phone-actions {
  display: grid;
  gap: 9px;
  margin-top: 55px;
}

.hero .phone-screen .phone-actions button {
  min-height: 48px;
  color: #ffffff;
  background: linear-gradient(180deg, #69cf38 0%, #4cae24 100%);
  border: 1px solid rgba(126, 225, 74, 0.45);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(67, 159, 31, 0.18);
  font-size: 13px;
}

.hero .phone-screen .phone-actions button:hover {
  background: linear-gradient(180deg, #75d944 0%, #54b92a 100%);
}

.phone-secondary-action {
  display: none;
  min-height: 46px;
  place-items: center;
  color: #f0f3f1;
  background: var(--app-surface-raised);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
}

.phone-legal {
  display: block;
  max-width: 210px;
  margin: 24px auto 0;
  color: #75817d;
  font-size: 8px;
  line-height: 1.45;
  text-align: center;
}

.hero .deal-card {
  position: absolute;
  top: 118px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 3;
  width: min(410px, calc(100% - 150px));
  padding: 24px;
  color: var(--app-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(99, 200, 50, 0.07), transparent 26%),
    rgba(6, 16, 24, 0.985);
  border: 1px solid var(--app-line);
  border-radius: 16px;
  box-shadow: 0 34px 80px rgba(6, 16, 24, 0.28);
  animation: reportDrift 6s ease-in-out infinite;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.example-result-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 7;
  padding: 6px 9px;
  color: #dce5e0;
  background: rgba(5, 14, 21, 0.72);
  border: 1px solid rgba(220, 229, 224, 0.2);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hero .deal-review-card {
  width: min(410px, calc(100% - 150px));
  padding: 18px 20px 20px;
}

.hero .deal-review-card .deal-card-top {
  min-height: 38px;
  padding-bottom: 12px;
  color: var(--app-text);
  border-bottom: 1px solid var(--app-line);
}

.hero .deal-review-card .deal-card-top > span {
  color: #d9dfdc;
  font-size: 20px;
  line-height: 1;
}

.hero .deal-review-card .deal-card-top > strong {
  color: var(--app-text);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 650;
}

.compact-report-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 14px;
  align-items: center;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--app-line);
}

.compact-report-overview > div:first-child > small {
  display: block;
  margin-bottom: 8px;
  color: var(--app-muted);
  font-size: 10px;
}

.compact-report-overview > div:first-child > strong {
  display: block;
  color: var(--app-green);
  font-size: 22px;
  line-height: 1.1;
}

.compact-report-overview p {
  margin: 13px 0 0;
  color: #c1c9c5;
  font-size: 10px;
  line-height: 1.45;
}

.mini-score-ring {
  display: grid;
  width: 82px;
  height: 82px;
  place-content: center;
  place-items: center;
  background:
    radial-gradient(circle, var(--app-bg) 55%, transparent 56%),
    conic-gradient(var(--app-green) 0 82%, #26352f 82% 100%);
  border-radius: 50%;
}

.mini-score-ring strong {
  color: var(--app-text);
  font-size: 28px;
  line-height: 0.9;
}

.mini-score-ring small {
  color: var(--app-muted);
  font-size: 8px;
}

.compact-report-list {
  display: grid;
  padding: 8px 0;
  border-bottom: 1px solid var(--app-line);
}

.compact-report-list > div {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.compact-report-list span {
  color: #c0c8c4;
  font-size: 10px;
}

.compact-report-list strong,
.compact-report-list b {
  color: var(--app-text);
  font-size: 11px;
  font-weight: 650;
}

.compact-report-list .app-success,
.app-success {
  color: var(--app-green);
}

.compact-report-list .app-danger,
.app-danger {
  color: var(--app-danger);
}

.compact-breakdown > strong {
  display: block;
  padding-top: 14px;
  color: var(--app-text);
  font-size: 12px;
}

.compact-breakdown .compact-report-list {
  padding-top: 7px;
}

.compact-report-link {
  display: block;
  padding-top: 14px;
  color: var(--app-green);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.hero .success-review-card {
  width: min(356px, calc(100% - 178px));
  padding: 18px 18px 15px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(99, 200, 50, 0.08), transparent 30%),
    rgba(6, 16, 24, 0.62);
  border-color: rgba(139, 158, 151, 0.28);
  box-shadow:
    0 28px 68px rgba(6, 16, 24, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-3.5deg);
  animation: successCardDrift 6s ease-in-out infinite;
  -webkit-backdrop-filter: blur(2px) saturate(108%);
  backdrop-filter: blur(2px) saturate(108%);
}

.success-visual {
  position: relative;
  display: grid;
  height: 124px;
  place-items: center;
}

.success-check {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  background: linear-gradient(145deg, #73d53d 0%, #4ba925 100%);
  border: 1px solid rgba(137, 226, 89, 0.5);
  border-radius: 50%;
  box-shadow:
    0 16px 34px rgba(71, 169, 35, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.success-check::after {
  position: absolute;
  top: 28px;
  left: 26px;
  width: 38px;
  height: 21px;
  content: "";
  border-bottom: 8px solid #071117;
  border-left: 8px solid #071117;
  transform: rotate(-45deg);
}

.success-confetti {
  position: absolute;
  width: 10px;
  height: 17px;
  background: var(--app-green);
  border-radius: 4px;
  opacity: 0.9;
  transform: rotate(28deg);
}

.success-confetti-1 {
  top: 5px;
  left: 44px;
}

.success-confetti-2 {
  top: 28px;
  left: 88px;
  width: 7px;
  height: 12px;
  transform: rotate(-42deg);
}

.success-confetti-3 {
  top: 8px;
  right: 48px;
  transform: rotate(48deg);
}

.success-confetti-4 {
  top: 44px;
  right: 86px;
  width: 8px;
  height: 13px;
  transform: rotate(-25deg);
}

.success-confetti-5 {
  bottom: 14px;
  left: 55px;
  transform: rotate(56deg);
}

.success-confetti-6 {
  bottom: 7px;
  left: 104px;
  width: 7px;
  height: 12px;
  transform: rotate(18deg);
}

.success-confetti-7 {
  right: 55px;
  bottom: 18px;
  transform: rotate(-52deg);
}

.success-confetti-8 {
  right: 98px;
  bottom: 2px;
  width: 7px;
  height: 13px;
  opacity: 0.55;
  transform: rotate(35deg);
}

.success-copy {
  display: grid;
  place-items: center;
  color: var(--app-text);
  text-align: center;
}

.success-copy > strong {
  font-size: 25px;
  line-height: 1.1;
}

.success-copy > span {
  margin-top: 13px;
  color: #d7ddda;
  font-size: 13px;
}

.success-copy > b {
  margin-top: 3px;
  color: var(--app-green);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.success-copy > small {
  color: #d7ddda;
  font-size: 13px;
}

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

.success-primary,
.success-secondary {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.success-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #69cf38 0%, #4cae24 100%);
  border: 1px solid rgba(126, 225, 74, 0.44);
}

.success-secondary {
  min-height: 34px;
  color: var(--app-text);
  border-bottom: 1px solid var(--app-line);
  border-radius: 0;
}

.success-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 8px -4px 0;
  padding-top: 8px;
}

.success-nav > div {
  display: grid;
  gap: 3px;
  place-items: center;
  color: #6f7a76;
}

.success-nav > div.active {
  color: var(--app-text);
}

.success-nav span {
  font-size: 16px;
  line-height: 1;
}

.success-nav small {
  font-size: 7px;
  line-height: 1.1;
  text-align: center;
}

.hero .success-scan-line {
  right: 12px;
  bottom: 18px;
  left: 12px;
  z-index: 5;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #ff3b30 18%, #ff8a80 50%, #ff3b30 82%, transparent);
  box-shadow: 0 0 12px rgba(255, 59, 48, 0.7);
  animation: successReportScan 3.8s ease-in-out infinite;
}

@keyframes successReportScan {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0;
  }
  15% {
    opacity: 0.8;
  }
  82% {
    opacity: 0.62;
  }
  92% {
    transform: translateY(-390px);
    opacity: 0;
  }
}

@keyframes successCardDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3.5deg);
  }
  50% {
    transform: translate3d(-3px, -12px, 0) rotate(-4.25deg);
  }
}

.hero .score-orbit {
  height: 172px;
}

.hero .score-orbit svg {
  width: 164px;
  height: 164px;
}

.hero .score-orbit strong {
  font-size: 46px;
}

.hero .score-bg {
  stroke: #20302f;
}

.hero .score-ring {
  stroke: var(--app-green);
}

.hero .score-orbit.risk-high .score-ring {
  stroke: var(--app-danger);
}

.hero .score-orbit.risk-medium .score-ring {
  stroke: var(--luxury-warning);
}

.hero .numbers-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.hero .numbers-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--app-line);
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero .numbers-grid span {
  margin: 0;
  color: var(--app-muted);
  font-size: 11px;
}

.hero .numbers-grid strong {
  color: var(--app-text);
  font-size: 15px;
}

.hero .warning-number strong,
.sample-report .warning-number strong {
  color: var(--app-danger);
}

.hero .scan-line {
  display: block;
  right: 16px;
  bottom: 104px;
  left: 16px;
  height: 1px;
  opacity: 0.34;
  background: linear-gradient(90deg, transparent, var(--app-green), transparent);
  animation: reportScan 4.2s ease-in-out infinite;
}

@keyframes phoneDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(1.2deg);
  }
}

@keyframes reportDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes reportScan {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 0.34;
  }
  70% {
    opacity: 0.24;
  }
  85% {
    transform: translateY(-238px);
    opacity: 0;
  }
}

/* Upload and store actions */
.quick-start,
#download-app,
#how,
.trust-section,
.faq-section,
.pricing-section {
  color: var(--luxury-ink);
  background: var(--luxury-paper);
}

.quick-start,
.markup-section,
.california-notice,
.report-section {
  background: var(--luxury-stone);
}

.quick-start {
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(54px, 7vw, 108px);
}

.start-action-column {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.review-assurance {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
  color: var(--luxury-ink);
  background: rgba(250, 249, 245, 0.74);
  border: 1px solid var(--luxury-line);
  border-radius: 8px;
}

.review-assurance > strong {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 750;
}

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

.review-assurance > div span {
  position: relative;
  padding-left: 18px;
  color: #56615b;
  font-size: 11px;
  line-height: 1.5;
}

.review-assurance > div span::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--luxury-green);
  border-radius: 50%;
}

.review-assurance > small {
  color: #69736e;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.55;
}

.review-assurance > a {
  width: fit-content;
  color: var(--luxury-green);
  font-size: 11px;
  font-weight: 750;
  text-underline-offset: 3px;
}

.report-timing {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  margin: 2px 0 0;
  padding: 14px 0 2px;
  color: #56615b;
  border-top: 1px solid var(--luxury-line);
  font-size: 11px;
  line-height: 1.55;
}

.report-timing strong {
  color: var(--luxury-ink);
  font-size: 11px;
}

.purchase-handoff {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: #f3f6f4;
  background:
    radial-gradient(circle at 92% 12%, rgba(100, 200, 50, 0.18), transparent 34%),
    #0b1820;
  border: 1px solid rgba(100, 200, 50, 0.24);
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(9, 20, 28, 0.16);
}

.purchase-handoff[hidden] {
  display: none;
}

.purchase-handoff > strong {
  font-size: 17px;
}

.purchase-handoff > p {
  margin: 0;
  color: #c0cbc5;
  font-size: 13px;
  line-height: 1.6;
}

.purchase-handoff > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.purchase-handoff > small {
  color: #95a39c;
  font-size: 10px;
  line-height: 1.5;
}

.launch-access {
  margin-top: 18px;
}

.quick-start .section-intro p,
.quick-start .section-kicker {
  color: var(--luxury-muted);
}

.upload-panel {
  padding: 0;
  overflow: hidden;
  color: var(--luxury-ink);
  background: var(--luxury-paper);
  border: 1px solid var(--luxury-line);
  border-radius: 8px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.upload-drop label {
  min-height: 280px;
  color: var(--luxury-ink);
  background: #f6f4ee;
  border: 0;
  border-right: 1px dashed #b9b6ad;
  border-radius: 0;
}

.upload-icon {
  color: #ffffff;
  background: var(--luxury-green);
  border-radius: 4px;
  box-shadow: none;
}

.start-summary {
  gap: 24px;
  padding: 34px;
  color: var(--luxury-ink);
}

.start-summary strong {
  color: var(--luxury-ink);
  font-family: var(--display);
  font-size: 48px;
  font-weight: 600;
}

.start-summary p,
.upload-drop label small {
  color: var(--luxury-muted);
}

.download-app .section-intro p,
.download-note {
  color: var(--luxury-muted);
}

.download-actions {
  max-width: 900px;
}

.store-button {
  min-height: 126px;
  color: var(--luxury-ink);
  background: transparent;
  border: 1px solid #bab8b0;
  border-radius: 4px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.store-button:hover {
  background: #ffffff;
  border-color: #878d87;
  box-shadow: none;
  transform: translateY(-2px);
}

.store-button.is-disabled,
.store-button.is-disabled:hover {
  color: var(--luxury-muted);
  background: transparent;
  border-color: #bab8b0;
  opacity: 0.62;
  transform: none;
}

.store-button span {
  color: var(--luxury-green);
}

.store-button strong {
  color: var(--luxury-ink);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
}

/* Steps become a timeline instead of a card grid */
.steps-grid {
  position: relative;
  gap: 0;
  border-top: 1px solid #bdbbb3;
}

.step-card {
  min-height: 260px;
  padding: 38px 44px 0 0;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.step-card:hover {
  box-shadow: none;
  transform: none;
}

.step-card span {
  width: 36px;
  height: 36px;
  margin-top: -51px;
  margin-bottom: 52px;
  color: #ffffff;
  background: var(--luxury-green);
  border: 8px solid var(--luxury-paper);
  border-radius: 50%;
  font-size: 10px;
}

.step-card h3 {
  max-width: 270px;
  margin-bottom: 18px;
}

.step-card p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--luxury-muted);
  line-height: 1.7;
}

/* Product report */
.report-section {
  color: var(--luxury-ink);
}

.report-section .section-intro p {
  color: var(--luxury-muted);
}

.report-lab {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
}

.report-controls {
  top: 104px;
  gap: 0;
  border-top: 1px solid #aaa9a2;
}

.report-controls .scenario-button {
  min-height: 58px;
  padding: 0;
  color: #59645e;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c4c1b9;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.report-controls .scenario-button.active {
  color: var(--luxury-green);
  background: transparent;
  border-color: var(--luxury-green);
}

.sample-report {
  position: relative;
  overflow: hidden;
  color: var(--app-text);
  background:
    radial-gradient(circle at 92% 4%, rgba(99, 200, 50, 0.07), transparent 24%),
    linear-gradient(180deg, #09151d 0%, var(--app-bg) 100%);
  border: 1px solid var(--app-line);
  border-radius: 20px;
  box-shadow: 0 30px 72px rgba(6, 16, 24, 0.18);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sample-report::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--app-green), transparent);
  opacity: 0.8;
}

.sample-report .sample-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--app-line);
}

.sample-report .sample-header strong {
  color: var(--app-text);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 650;
}

.sample-report .report-badge {
  min-height: auto;
  padding: 0;
  color: var(--app-green);
  background: transparent;
  border-radius: 0;
  font-size: 10px;
}

.sample-report .report-meta {
  gap: 7px;
  margin-top: 16px;
}

.sample-report .report-meta span {
  color: #c0c8c4;
  background: var(--app-surface);
  border-color: var(--app-line);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 650;
}

.sample-report .issues-row span {
  color: #ff9a86;
  background: rgba(237, 87, 58, 0.1);
  border-color: rgba(237, 87, 58, 0.24);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 650;
}

.sample-report .score-block {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(99, 200, 50, 0.14), transparent 44%),
    var(--app-surface);
  border: 1px solid var(--app-line);
  border-radius: 13px;
}

.sample-report .score-block::before {
  position: absolute;
  width: 168px;
  height: 168px;
  content: "";
  border: 11px solid rgba(99, 200, 50, 0.78);
  border-right-color: #26352f;
  border-radius: 50%;
  transform: rotate(20deg);
}

.sample-report .score-block.risk-high::before {
  border-color: rgba(237, 87, 58, 0.82);
  border-right-color: #303034;
}

.sample-report .score-block.risk-medium::before {
  border-color: rgba(196, 131, 45, 0.86);
  border-right-color: #30352d;
}

.sample-report .score-block.risk-low::before {
  border-color: rgba(99, 200, 50, 0.82);
  border-right-color: #26352f;
}

.sample-report .score-block > * {
  position: relative;
  z-index: 1;
}

.sample-report .score-block span {
  color: var(--app-muted);
  font-size: 11px;
}

.sample-report .score-block strong {
  color: var(--app-text);
  font-family: var(--body);
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.sample-report .score-block small {
  color: var(--app-danger);
  font-size: 12px;
}

.sample-report .score-block.risk-low small {
  color: var(--app-green);
}

.sample-report .score-block.risk-medium small {
  color: var(--luxury-warning);
}

.sample-report .money-stack {
  gap: 0;
  padding: 4px 18px;
  background: var(--app-surface);
  border: 1px solid var(--app-line);
  border-radius: 13px;
}

.sample-report .money-stack div {
  min-height: 60px;
  padding: 12px 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--app-line);
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sample-report .money-stack div:last-child {
  border-bottom: 0;
}

.sample-report .money-stack span {
  margin: 0;
  color: var(--app-muted);
  font-size: 11px;
  font-weight: 550;
}

.sample-report .money-stack strong {
  color: var(--app-text);
  font-size: 16px;
}

.sample-report .money-from-thin-air,
.sample-report .recommended-target,
.sample-report .california-check,
.sample-report .counteroffer {
  background: var(--app-surface);
  border: 1px solid var(--app-line);
  border-radius: 13px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sample-report .report-block-heading > span,
.sample-report .counteroffer > span {
  color: var(--app-green);
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.sample-report .report-block-heading p,
.sample-report .counteroffer small,
.sample-report .counteroffer p,
.sample-report .california-check p {
  color: var(--app-muted);
}

.sample-report .money-finding,
.sample-report .target-grid div,
.sample-report .california-check-grid div {
  background: var(--app-surface-raised);
  border-color: var(--app-line);
  border-radius: 9px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sample-report .money-finding strong,
.sample-report .target-grid strong,
.sample-report .california-check-grid strong {
  color: var(--app-text);
}

.sample-report .money-finding span,
.sample-report .money-finding p,
.sample-report .target-grid span,
.sample-report .california-check-grid span {
  color: var(--app-muted);
}

.sample-report .money-finding b,
.sample-report .money-total strong {
  color: var(--app-danger);
}

.sample-report .money-total {
  color: var(--app-text);
  background: rgba(237, 87, 58, 0.08);
  border: 1px solid rgba(237, 87, 58, 0.2);
  border-radius: 9px;
}

.sample-report .target-grid strong {
  color: var(--app-green);
}

.sample-report .california-check-header span {
  color: #071117;
  background: var(--app-green);
  border-radius: 50%;
}

.sample-report .california-check-header strong {
  color: var(--app-text);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 650;
}

.sample-report .counteroffer-actions button,
.sample-report .counteroffer-actions a {
  color: var(--app-text);
  background: var(--app-surface-raised);
  border-color: var(--app-line);
  border-radius: 8px;
}

.sample-report .counteroffer-actions button:hover,
.sample-report .counteroffer-actions a:hover {
  color: #071117;
  background: var(--app-green);
  border-color: var(--app-green);
}

.sample-report .counteroffer > a {
  color: var(--app-green);
}

/* Negotiation content uses editorial columns */
.markup-section {
  color: var(--luxury-ink);
}

.markup-grid {
  gap: 0;
  border-top: 1px solid #b9b6ae;
}

.markup-card {
  min-height: 280px;
  padding: 38px 42px 0;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-right: 1px solid #c9c6bd;
  border-radius: 0;
  box-shadow: none;
}

.markup-card:last-child {
  border-right: 0;
}

.markup-card > span {
  width: auto;
  height: auto;
  margin-bottom: 48px;
  color: var(--luxury-green);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
}

.markup-card p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--luxury-muted);
  line-height: 1.72;
}

.markup-card h3 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.2;
}

/* Trust becomes a factual list, not six floating cards */
.trust-grid {
  gap: 0;
  border-top: 1px solid var(--luxury-line);
}

.trust-card {
  display: grid;
  min-height: 190px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-content: start;
  gap: 0 22px;
  padding: 38px 46px 38px 0;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--luxury-line);
  border-radius: 0;
  box-shadow: none;
}

.trust-card:hover {
  box-shadow: none;
  transform: none;
}

.trust-card span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  margin: 0;
  color: var(--luxury-green);
  background: transparent;
  border: 1px solid #b5c4b8;
  border-radius: 50%;
}

.trust-card h3 {
  margin-bottom: 14px;
}

.trust-card p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--luxury-muted);
  line-height: 1.7;
}

.trust-card span svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* Pricing and factual notice */
.pricing-section {
  grid-template-columns: minmax(0, 1fr) 440px;
  color: var(--luxury-ink);
  background:
    linear-gradient(90deg, rgba(47, 107, 58, 0.055), transparent 42%),
    var(--luxury-paper);
}

.pricing-copy .pricing-promise {
  margin-bottom: 18px;
  color: var(--luxury-ink);
}

.pricing-card {
  padding: 44px;
  color: var(--luxury-ink);
  background: transparent;
  border: 1px solid #aeb9ae;
  border-radius: 6px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.pricing-card > strong {
  display: block;
  margin: 14px 0 20px;
  color: var(--luxury-ink);
  font-family: var(--display);
  font-size: 82px;
  font-weight: 600;
}

.pricing-card p,
.pricing-card li {
  color: var(--luxury-muted);
  line-height: 1.65;
}

.pricing-card li::before {
  color: var(--luxury-green);
}

.california-notice > div {
  max-width: 900px;
  padding: 0 0 0 28px;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-left: 2px solid var(--luxury-green);
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.california-notice p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--luxury-muted);
  line-height: 1.75;
}

/* FAQ reads like an editorial index */
.faq-list {
  gap: 0;
  border-top: 1px solid #c5c2ba;
}

.faq-list details {
  padding: 25px 0;
  color: var(--luxury-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c5c2ba;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.faq-list details:hover,
.faq-list details[open] {
  background: transparent;
  border-color: #9c9e98;
  box-shadow: none;
}

.faq-list summary {
  color: var(--luxury-ink);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.faq-list p {
  max-width: 900px;
  margin: 20px 0 4px;
  color: var(--luxury-muted);
  line-height: 1.75;
}

.final-cta {
  color: var(--luxury-ink);
  background: #dfddd4;
  border: 0;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p {
  max-width: 680px;
  margin-bottom: 34px;
  color: #59645e;
}

.site-footer {
  color: #9ea8a2;
  background: var(--luxury-dark);
}

.site-footer .footer-links a {
  color: #d7ddd9;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(100%, 760px);
    min-height: 640px;
    margin: 0 auto;
  }

  .hero .deal-card {
    left: 6%;
  }

  .hero .phone-preview {
    right: 8%;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(242, 240, 234, 0.96);
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 12px;
  }

  .section-band,
  .section-wrap {
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .hero {
    padding-top: 56px;
    padding-bottom: 82px;
  }

  h1 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .hero-proof {
    display: grid;
    gap: 8px;
  }

  .hero-proof span {
    padding: 0;
    border: 0;
  }

  .hero-visual {
    display: block;
    min-height: 610px;
    margin-top: 42px;
    padding: 0;
  }

  .hero .deal-card {
    position: absolute;
    top: 126px;
    right: auto;
    bottom: auto;
    left: 0;
    width: calc(100% - 54px);
    padding: 20px;
  }

  .hero .success-review-card {
    width: min(300px, calc(100% - 68px));
    padding: 16px 16px 14px;
  }

  .hero .phone-preview {
    top: 8px;
    right: 0;
    display: block;
    width: 246px;
  }

  .hero .phone-screen {
    min-height: 454px;
    padding: 22px 17px;
  }

  .hero .score-orbit {
    height: 160px;
  }

  .hero .score-orbit svg {
    width: 140px;
    height: 140px;
  }

  .hero .numbers-grid {
    grid-template-columns: 1fr;
  }

  .quick-start,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .review-assurance > div {
    grid-template-columns: 1fr;
  }

  .report-timing {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .upload-panel {
    grid-template-columns: 1fr;
  }

  .upload-drop label {
    border-right: 0;
    border-bottom: 1px dashed #b9b6ad;
  }

  .report-lab {
    grid-template-columns: 1fr;
  }

  .report-controls {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 0;
  }

  .report-controls .scenario-button {
    padding: 8px;
    text-align: center;
    border: 1px solid #b9b6ae;
  }

  .steps-grid,
  .markup-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
    padding: 30px 0 48px;
    border-bottom: 1px solid #c9c6bd;
  }

  .step-card span {
    margin-top: -49px;
    margin-bottom: 34px;
  }

  .markup-card {
    min-height: auto;
    padding: 38px 0 54px;
    border-right: 0;
    border-bottom: 1px solid #c9c6bd;
  }

  .markup-card > span {
    margin-bottom: 34px;
  }

  .trust-card {
    padding-right: 0;
  }
}

@media (max-width: 390px) {
  .report-controls {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 590px;
  }

  .hero .deal-card {
    width: calc(100% - 34px);
  }

  .hero .success-review-card {
    width: calc(100% - 48px);
  }

  .hero .phone-preview {
    width: 224px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .phone-preview,
  .hero .deal-card,
  .hero .scan-line {
    animation: none;
  }
}

/* Responsive hardening
 * Keeps the approved desktop art direction while removing intrinsic overflow
 * and scaling the existing composition from compact phones through tablets.
 */
.page-shell {
  overflow: visible;
}

img,
video,
canvas {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

:where(
  .site-header,
  .brand,
  .brand-copy,
  .header-actions,
  .hero,
  .hero-content,
  .hero-visual,
  .section-intro,
  .pricing-section,
  .pricing-copy,
  .pricing-card,
  .quick-start,
  .start-action-column,
  .upload-panel,
  .start-summary,
  .report-lab,
  .sample-report,
  .report-main,
  .money-stack,
  .download-actions,
  .store-button,
  .final-cta,
  .site-footer
) {
  min-width: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-card {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --mobile-gutter: 16px;
  }

  .page-shell {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px var(--mobile-gutter);
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 11px;
  }

  .brand-copy {
    max-width: 100%;
  }

  .brand-name strong {
    font-size: clamp(17px, 4.8vw, 20px);
    white-space: nowrap;
  }

  .brand small {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 1px 3px;
    font-size: 10px;
    line-height: 1.15;
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .button {
    display: none;
  }

  .language-select select {
    width: 54px;
    height: 42px;
    padding: 0 7px;
    font-size: 16px;
  }

  .section-band,
  .section-wrap,
  .site-footer {
    padding-right: var(--mobile-gutter);
    padding-left: var(--mobile-gutter);
  }

  .section-band,
  .section-wrap {
    padding-top: clamp(64px, 16vw, 78px);
    padding-bottom: clamp(64px, 16vw, 78px);
  }

  .section-intro {
    margin-bottom: clamp(38px, 10vw, 54px);
  }

  h1 {
    margin-bottom: 24px;
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.02;
  }

  h2 {
    margin-bottom: 20px;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(22px, 6vw, 25px);
  }

  :where(
    h1,
    h2,
    h3,
    p,
    summary,
    .eyebrow,
    .section-kicker,
    .hero-california,
    .negotiation-line,
    .hero-offer-summary,
    .hero-proof,
    .report-meta,
    .issues-row,
    .report-block-heading,
    .counteroffer,
    .review-assurance,
    .purchase-handoff,
    .store-button,
    .footer-note,
    .footer-links
  ) {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .eyebrow,
  .section-kicker {
    width: auto;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.35;
  }

  .eyebrow span:last-child {
    min-width: 0;
    flex: 1 1 190px;
    white-space: normal;
  }

  .hero {
    overflow: hidden;
    overflow: clip;
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .hero-california {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 5px 0;
    flex-wrap: wrap;
    font-size: 11px;
    white-space: normal;
  }

  .hero-california span {
    flex: 0 0 auto;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.62;
  }

  .negotiation-line {
    font-size: 15px;
  }

  .hero-actions {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .pricing-card .button,
  .start-summary .button,
  .purchase-handoff .button,
  .launch-access,
  .final-cta > .button {
    width: 100%;
    min-height: 50px;
    padding: 10px 16px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .hero-offer-summary > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof span,
  .hero-proof span:last-child {
    min-height: auto;
    grid-column: auto;
    justify-content: flex-start;
    padding: 8px 0;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #c8c6be;
  }

  .hero-proof span:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    width: min(100%, 520px);
    max-width: calc(100vw - (2 * var(--mobile-gutter)));
    min-height: 600px;
    margin: 36px auto 0;
  }

  .hero .phone-preview {
    top: 8px;
    right: 22px;
    width: clamp(190px, 52vw, 220px);
    max-width: calc(100% - 44px);
    aspect-ratio: 9 / 19.5;
    padding: 7px;
    border-radius: 36px;
    animation-name: mobilePhoneDrift;
  }

  .hero .phone-screen {
    height: 100%;
    min-height: 0;
    padding: 16px 13px 14px;
    overflow: hidden;
    border-radius: 29px;
  }

  .hero .phone-speaker {
    top: 14px;
    width: 66px;
    height: 18px;
  }

  .hero .phone-status {
    min-height: 16px;
    font-size: 7px;
  }

  .hero .phone-brand-lockup {
    margin-top: 18px;
  }

  .hero .phone-brand-lockup img {
    width: clamp(104px, 29vw, 120px);
    height: auto;
    border-radius: 26px;
  }

  .hero .phone-brand-lockup span {
    margin-top: -24px;
    font-size: 15px;
  }

  .hero .phone-screen h2 {
    max-width: 178px;
    margin-top: 26px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.28;
  }

  .hero .phone-actions {
    gap: 0;
    margin-top: 24px;
  }

  .hero .phone-screen .phone-actions button {
    min-height: 40px;
    font-size: 11px;
  }

  .hero .phone-secondary-action {
    display: none;
  }

  .hero .phone-legal {
    margin-top: 14px;
    font-size: 6.5px;
    line-height: 1.35;
  }

  .hero .deal-card {
    top: 124px;
    left: 24px;
    width: min(300px, calc(100% - 34px));
    max-width: calc(100% - 48px);
  }

  .hero .success-review-card {
    width: min(280px, calc(100% - 56px));
    padding: 15px 15px 13px;
    animation-name: mobileSuccessCardDrift;
  }

  .hero-visual::after {
    right: 32px;
    width: calc(84% - 32px);
  }

  .quick-start,
  .pricing-section,
  .upload-panel,
  .report-lab,
  .report-main,
  .steps-grid,
  .markup-grid,
  .trust-grid,
  .download-actions,
  .final-cta,
  .site-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .quick-start,
  .pricing-section {
    gap: 44px;
  }

  .upload-panel {
    gap: 0;
  }

  .upload-drop label {
    min-height: 220px;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px dashed #b9b6ad;
  }

  .start-summary {
    gap: 18px;
    padding: 24px 20px;
  }

  .start-summary div {
    flex-wrap: wrap;
  }

  .start-summary strong {
    font-size: clamp(40px, 13vw, 48px);
  }

  .review-assurance {
    padding: 18px;
  }

  .review-assurance > div,
  .report-timing {
    grid-template-columns: 1fr;
  }

  .purchase-handoff {
    padding: 20px 18px;
  }

  .purchase-handoff > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .report-controls {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .report-controls .scenario-button {
    min-width: 0;
    min-height: 48px;
    padding: 9px 8px;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .sample-report {
    padding: 16px;
  }

  .sample-report .sample-header {
    gap: 10px;
  }

  .sample-report .sample-header strong {
    font-size: 16px;
  }

  .sample-report .report-main,
  .sample-report .money-finding,
  .sample-report .money-total,
  .sample-report .target-grid,
  .sample-report .california-check-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sample-report .score-block {
    min-height: 210px;
  }

  .sample-report .score-block::before {
    width: 144px;
    height: 144px;
  }

  .sample-report .money-stack {
    padding: 4px 14px;
  }

  .sample-report .money-stack div {
    flex-wrap: wrap;
  }

  .step-card,
  .markup-card {
    padding-right: 0;
  }

  .pricing-card {
    width: 100%;
    padding: 28px 22px;
  }

  .pricing-card > strong {
    font-size: clamp(56px, 18vw, 76px);
    letter-spacing: -0.05em;
  }

  .download-actions {
    max-width: none;
  }

  .store-button {
    width: 100%;
    min-height: 104px;
    padding: 20px;
  }

  .store-button strong {
    font-size: clamp(22px, 7vw, 27px);
  }

  .california-notice > div {
    padding-left: 18px;
  }

  .faq-list summary {
    padding-right: 24px;
    font-size: clamp(21px, 6.4vw, 25px);
  }

  .final-cta {
    align-items: stretch;
    gap: 26px;
  }

  .final-cta p {
    margin-bottom: 0;
  }

  .site-footer {
    gap: 22px;
    padding-top: 30px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
  }

  .site-footer .footer-note,
  .site-footer .footer-links,
  .site-seal {
    grid-column: auto;
  }

  .site-footer .footer-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .site-footer .footer-links a {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 8px 12px;
    text-align: center;
  }

  .site-seal,
  .site-seal span,
  .site-seal img,
  .site-seal iframe {
    max-width: 100%;
  }

  input,
  select,
  textarea {
    max-width: 100%;
    font-size: 16px;
  }

  .button,
  .scenario-button,
  .counteroffer-actions button,
  .counteroffer-actions a {
    min-height: 48px;
  }

  .sticky-cta {
    right: var(--mobile-gutter);
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: var(--mobile-gutter);
    width: auto;
    min-height: 50px;
    padding: 9px 16px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .policy-layout,
  .comparison-grid,
  .example-number-grid,
  .checklist-grid,
  .checks-grid,
  .comparison-rows div {
    grid-template-columns: minmax(0, 1fr);
  }

  .policy-summary {
    position: static;
  }
}

@media (max-width: 600px) {
  .report-controls,
  .sample-report .counteroffer-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .sample-report .counteroffer-actions {
    display: grid;
  }

  .report-controls .scenario-button {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .hero-visual {
    min-height: 570px;
  }

  .hero .phone-preview {
    width: min(204px, calc(100% - 48px));
  }

  .hero .success-review-card {
    width: calc(100% - 56px);
  }
}

@media (max-width: 340px) {
  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-name strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 9px;
  }

  .language-select select {
    width: 50px;
  }

  .hero .phone-preview {
    width: min(184px, calc(100% - 48px));
  }

  .hero .success-review-card {
    width: calc(100% - 56px);
  }
}

@keyframes mobilePhoneDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1.5deg);
  }

  50% {
    transform: translate3d(0, -7px, 0) rotate(1.5deg);
  }
}

@keyframes mobileSuccessCardDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3.5deg);
  }

  50% {
    transform: translate3d(0, -8px, 0) rotate(-3.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .phone-preview,
  .hero .deal-card,
  .hero .scan-line {
    animation: none;
  }
}
