:root {
  --accent: #ff8e80;
  --ink: #1b1714;
  --muted: #6f655a;
  --line: #efeae4;
  --wash: #fff4f1;
  --soft: #f8f3ee;
  --radius: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  min-height: 100vh;
  background: #fff;
}

.new-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 26px 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.brand__mark {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}

.new-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #5f564c;
  font-size: 15px;
  font-weight: 500;
}

.new-nav__signup {
  position: relative;
  color: #23150f;
  font-weight: 600;
}

.new-nav__signup::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

.new-hero {
  background: var(--accent);
  overflow: hidden;
}

.new-hero .lede {
  color: rgba(27, 23, 20, 0.82);
}

.new-hero .availability {
  color: rgba(27, 23, 20, 0.64);
}

.new-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 40px;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 72px 56px 64px;
}

.eyebrow {
  margin: 0 0 20px;
  color: #c9533f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.new-hero__copy {
  padding-top: 6px;
}

.new-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(46px, 7vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}

.lede {
  max-width: 470px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease;
}

.button::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.button:hover {
  transform: translateY(-2px);
}

.button--dark {
  padding: 0 28px;
  background: var(--ink);
  color: #fff;
}

.button--text {
  min-height: 44px;
  padding: 0 10px;
  color: #332b23;
}

.button--white {
  padding: 0 28px;
  color: #23150f;
}

.button--salmon {
  min-height: 54px;
  padding: 0 32px;
  background: var(--accent);
  color: #23150f;
}

.availability {
  margin: 18px 0 0;
  color: #9a9087;
  font-size: 13.5px;
}

.hero-phone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
}

.hero-phone__glow {
  position: absolute;
  width: min(72vw, 340px);
  height: min(72vw, 340px);
  border-radius: 50%;
  background: rgba(27, 23, 20, 0.22);
  filter: blur(28px);
  opacity: 0.72;
}

.hero-phone img {
  position: relative;
  width: min(82vw, 370px);
  filter: drop-shadow(0 34px 54px rgba(27, 23, 20, 0.26));
  transform: rotate(-4deg);
}

.hero-phone,
.feature-phone {
  opacity: 0;
  will-change: transform, opacity;
}

.hero-phone {
  transform: translateX(36px) rotate(2deg);
}

.feature-phone {
  transform: translateX(-36px) rotate(-2deg);
}

.hero-phone.is-visible,
.feature-phone.is-visible {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2, .8, .2, 1);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 56px;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 88px 56px;
}

.feature-phone {
  display: grid;
  place-items: center;
}

.phone-mockup {
  position: relative;
  width: min(76vw, 340px);
  filter: drop-shadow(0 28px 44px rgba(27, 23, 20, 0.18));
}

.phone-frame-overlay {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.phone-screen-scroll {
  position: absolute;
  top: 8.75%;
  left: 23.5%;
  right: 22.5%;
  bottom: 15.5%;
  z-index: 1;
  overflow: hidden;
}

.scroll-track {
  animation: phone-scroll 22s linear infinite;
}

.scroll-track img {
  width: 100%;
  display: block;
}

@keyframes phone-scroll {
  from { transform: translateY(-5%); }
  to   { transform: translateY(-55%); }
}

.feature-copy h2 {
  max-width: 420px;
  margin: 0 0 28px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.feature-list {
  display: flex;
  flex-direction: column;
}

.feature-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
}

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

.feature-item h3 {
  margin: 1px 0 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.feature-item p {
  max-width: 56ch;
  margin: 0;
  color: #776c60;
  font-size: 14.5px;
  line-height: 1.5;
}

.feature-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff1ef;
  flex: 0 0 auto;
}

.feature-icon--ring::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2.5px solid var(--accent);
  border-radius: 50%;
}

.feature-icon--lines::before,
.feature-icon--lines::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--accent);
}

.feature-icon--lines::before {
  transform: translateY(-4px);
  box-shadow: 0 7px 0 var(--accent);
}

.feature-icon--lines::after {
  width: 9px;
  transform: translate(-3px, 10px);
}

.feature-icon--diamond::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: var(--accent);
  transform: rotate(45deg);
}

.feature-icon--chat::before {
  content: "";
  width: 15px;
  height: 13px;
  border: 2.5px solid var(--accent);
  border-radius: 6px 6px 6px 2px;
}

.cta-band {
  padding: 84px 56px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  text-wrap: balance;
}

.cta-band p {
  max-width: 440px;
  margin: 0 auto 30px;
  color: #cabfb4;
  font-size: 18px;
  line-height: 1.5;
}

.new-footer {
  border-top: 1px solid var(--line);
}

.new-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 50px 56px 38px;
}

.new-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.brand--footer {
  font-size: 24px;
  margin-bottom: 8px;
}

.brand--footer .brand__mark {
  width: 36px;
  height: 36px;
}

.new-footer__brand p {
  margin: 0;
  color: #8a8178;
  font-size: 14px;
}

.new-footer__connect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.new-footer__pill,
.new-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #5f564c;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.new-footer__pill {
  gap: 9px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
}

.new-footer__icon {
  width: 42px;
}

.new-footer__pill:hover,
.new-footer__icon:hover {
  border-color: var(--accent);
  background: var(--wash);
  color: var(--accent);
}

.new-footer__pill svg,
.new-footer__icon svg {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.new-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #9a9087;
  font-size: 13.5px;
}

.new-footer__links {
  display: flex;
  gap: 20px;
}

.new-footer__links a {
  color: #5f564c;
  transition: color 0.15s ease;
}

.new-footer__links a:hover {
  color: var(--accent);
}

.new-legal-shell {
  width: min(960px, calc(100% - 112px));
  margin: 0 auto;
  padding: 58px 0 84px;
}

.new-legal-hero {
  max-width: 760px;
  margin-bottom: 30px;
}

.new-legal-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 68px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.new-legal-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.55;
}

.new-legal-card {
  padding: clamp(26px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(27, 23, 20, 0.08);
}

.new-legal-card h2 {
  margin: 34px 0 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.new-legal-card h2:first-child {
  margin-top: 0;
}

.new-legal-card h3 {
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.2;
}

.new-legal-card p,
.new-legal-card li {
  color: #776c60;
  font-size: 16px;
  line-height: 1.72;
}

.new-legal-card p {
  margin: 12px 0 0;
}

.new-legal-card ul {
  margin: 12px 0 0 1.2rem;
}

.new-legal-card li + li {
  margin-top: 6px;
}

.new-legal-card strong,
.new-legal-card a {
  color: var(--ink);
}

.beta-page .new-legal-shell {
  width: min(1080px, calc(100% - 112px));
}

.beta-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.beta-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.beta-aside__badge {
  align-self: flex-start;
  padding: 7px 10px;
  background: var(--accent);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.beta-aside h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.beta-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: beta-step;
  list-style: none;
}

.beta-steps li {
  position: relative;
  min-height: 30px;
  padding-left: 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.beta-steps li::before {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent);
  content: counter(beta-step);
  counter-increment: beta-step;
  font-size: 12px;
  font-weight: 800;
}

.beta-form {
  display: grid;
  gap: 18px;
}

.beta-form__field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.beta-form__field small {
  color: #9a9087;
  font-size: 12px;
  font-weight: 600;
}

.beta-form input,
.beta-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.beta-form textarea {
  resize: vertical;
}

.beta-form input:focus,
.beta-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 142, 128, 0.18);
}

.beta-form__trap {
  position: absolute;
  left: -9999px;
}

.beta-form__captcha {
  min-height: 20px;
}

.beta-form__button {
  justify-self: start;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  padding: 0 24px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.beta-form__button:hover {
  background: #302923;
  transform: translateY(-2px);
}

.how-it-works {
  padding: 88px 56px;
  background: var(--soft);
  text-align: center;
}

.how-it-works .eyebrow {
  margin: 0 0 16px;
}

.how-it-works .button {
  margin-top: 48px;
}

.how-it-works h2 {
  max-width: none;
  margin: 0 auto 56px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.hiw-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.hiw-steps::before {
  content: '';
  position: absolute;
  top: 18px;
  right: calc(16.666% + 16px);
  left: calc(16.666% + 16px);
  border-top: 2px dashed #e4d7cf;
}

.hiw-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.hiw-step > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hiw-step__num {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  flex: 0 0 auto;
}

.hiw-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.hiw-step p {
  max-width: 28ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.hiw-step {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hiw-step.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .hiw-step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.testimonials {
  padding: 88px 56px;
  background: var(--wash);
  text-align: center;
}

.testimonials .eyebrow {
  margin: 0 0 16px;
}

.testimonials h2 {
  max-width: none;
  margin: 0 auto 36px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.testimonial-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(600px, 100%);
  min-height: 78px;
  margin: 0 auto 6px;
  padding: 17px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.testimonial-stat {
  display: flex;
  flex: 1 1 0;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  text-align: center;
}

.testimonial-stat + .testimonial-stat { border-left: 1px solid var(--line); }

.testimonial-stat dt {
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.testimonial-stat dd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1;
}

.testimonial-stat strong {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.testimonial-stat--score dd > span {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 1px;
}

.stats-footnote {
  margin: 0 0 46px;
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

.stats-footnote::before {
  content: "* ";
}

.testimonial-list {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1088px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 250px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
}

.testimonial-card--featured {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.testimonial-card--below-featured {
  grid-column: 1;
  grid-row: 2;
}

.testimonial-stars {
  display: block;
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.testimonial-star--empty { color: #ded5d0; }

.testimonial-quote-mark {
  position: absolute;
  top: 10px;
  right: 24px;
  color: #4b2821;
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.testimonial-card__quote {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-wrap: pretty;
}

.testimonial-card--featured .testimonial-card__quote {
  max-width: 34ch;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.testimonial-card__attr {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  object-fit: cover;
  background: #fff1ef;
  color: var(--accent);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
}

.testimonial-card--featured .testimonial-avatar {
  width: 46px;
  height: 46px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
}

.testimonial-card__attr div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-card__attr strong {
  color: var(--ink);
  font-size: 13.5px;
}

.testimonial-card__attr span {
  color: var(--accent);
  font-size: 12.5px;
  font-weight: 400;
}

.testimonial-card--featured .testimonial-card__attr strong { color: #fff; font-size: 15px; }

.form-status {
  display: grid;
  gap: 6px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
  padding: 16px;
}

.form-status--success {
  background: #eef9f2;
  color: #225534;
}

.form-status--error {
  background: #fff1ef;
  color: #8f2f24;
}

.form-status__title {
  display: block;
  font-weight: 800;
}

@media (max-width: 760px) {
  .new-header {
    padding: 20px 18px;
  }

  .brand {
    font-size: 19px;
  }

  .new-nav {
    gap: 14px;
    font-size: 14px;
  }

  .new-hero__inner {
    position: relative;
    display: block;
    min-height: 590px;
    padding: 48px 132px 56px 18px;
  }

  .new-hero h1 {
    max-width: 11ch;
  }

  .new-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 360px;
  }

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

  .button {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .button--text {
    justify-content: flex-start;
    width: fit-content;
    padding-left: 0;
  }

  .hero-phone {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -156px;
    min-height: 0;
    padding: 0;
    transform: translateY(-42%) translateX(34px) rotate(2deg);
  }

  .hero-phone.is-visible {
    transform: translateY(-42%) translateX(0) rotate(0deg);
  }

  .hero-phone img {
    width: 300px;
    transform: rotate(-5deg);
  }

  .hero-phone__glow {
    width: 300px;
    height: 300px;
  }

  .feature-section {
    position: relative;
    display: block;
    min-height: 560px;
    padding: 58px 18px;
    overflow: hidden;
  }

  .feature-phone {
    position: absolute;
    top: 50%;
    left: -70px;
    z-index: 1;
    transform: translateY(-46%) translateX(-34px) rotate(-2deg);
  }

  .feature-phone.is-visible {
    transform: translateY(-46%) translateX(0) rotate(0deg);
  }

  .feature-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
  }

  .feature-copy h2 {
    max-width: 100%;
  }

  .feature-list {
    margin-left: clamp(155px, 42vw, 170px);
  }

  .feature-item {
    gap: 8px;
    align-items: flex-start;
  }

  .feature-icon {
    width: 18px;
    height: 18px;
    background: none;
    border-radius: 0;
    margin-top: 2px;
  }

  .phone-mockup {
    width: 286px;
  }

  .testimonials {
    padding: 48px 18px 64px;
  }

  .testimonial-stats {
    min-height: 72px;
    margin-bottom: 6px;
    padding: 15px 8px;
  }

  .stats-footnote {
    margin-bottom: 28px;
  }

  .testimonial-stat { gap: 5px; }
  .testimonial-stat dt { font-size: 9px; letter-spacing: 0.035em; }
  .testimonial-stat strong { font-size: clamp(16px, 5.2vw, 22px); }
  .testimonial-stat--score dd { gap: 4px; }
  .testimonial-stat--score dd > span { font-size: 9px; letter-spacing: 0; }

  .testimonial-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
  }

  .testimonial-card,
  .testimonial-card--featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    padding: 30px 26px;
    border-radius: 22px;
  }

  .testimonial-card--featured { min-height: 0; }
  .testimonial-card--featured .testimonial-card__quote { font-size: 19px; }
  .testimonial-quote-mark { top: 10px; right: 24px; font-size: 72px; }

  .how-it-works {
    padding: 64px 18px;
  }

  .how-it-works h2 {
    margin-bottom: 56px;
  }

  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hiw-steps::before {
    display: none;
  }

  .hiw-step {
    align-items: center;
    flex-direction: row;
    text-align: left;
    gap: 14px;
  }

  .hiw-step > div {
    align-items: flex-start;
    min-height: 0;
    padding: 22px 20px;
  }

  .hiw-step__num {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .hiw-step h3 { margin-bottom: 8px; font-size: 18px; }

  .hiw-step p {
    max-width: none;
    font-size: 15px;
    line-height: 1.55;
  }

  .cta-band {
    padding: 64px 18px;
  }

  .new-footer__inner {
    gap: 26px;
    padding: 38px 18px 30px;
  }

  .new-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .new-footer__bottom {
    font-size: 12.5px;
  }

  .new-legal-shell,
  .beta-page .new-legal-shell {
    width: calc(100% - 36px);
    padding: 34px 0 56px;
  }

  .new-legal-hero {
    margin-bottom: 24px;
  }

  .new-legal-card {
    padding: 22px 18px;
  }

  .beta-layout {
    grid-template-columns: 1fr;
  }

  .beta-aside {
    gap: 24px;
  }

  .beta-aside h2 {
    max-width: 16ch;
  }

  .beta-form__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .feature-phone,
  .hero-phone.is-visible,
  .feature-phone.is-visible {
    opacity: 1;
    transition: none;
    transform: none;
  }

  .scroll-track {
    animation: none;
  }

  @media (max-width: 760px) {
    .hero-phone,
    .hero-phone.is-visible {
      transform: translateY(-42%);
    }

    .feature-phone,
    .feature-phone.is-visible {
      transform: translateY(-46%);
    }
  }
}
