/* ==========================================================================
   VoiceJots — landing page styles
   Desktop (>=1200px) mirrors www/design/landing.dc.html; the rest is added.
   ========================================================================== */

/* --- Section rhythm ------------------------------------------------------- */

.section {
  padding-block: 128px 0;
}

.section--how {
  padding-block: 128px 120px;
}

.section--quantum,
.section--compare,
.section--pricing,
.section--faq {
  padding-block: 136px 0;
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
}

.section__head-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -1px;
}

.section__title--how {
  max-width: 720px;
}

.section__title--compare {
  max-width: 760px;
  line-height: 1.06;
}

.section__title--features {
  max-width: 820px;
}

.section__lede {
  margin: 0;
  max-width: 380px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}

.section__lede--compare {
  max-width: 400px;
  font-size: 16px;
}

/* --- Hero ----------------------------------------------------------------- */

.hero {
  padding-block: 96px 110px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.hero__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 84px;
  line-height: 1.02;
  letter-spacing: -2px;
}

.hero__title-em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

.hero__lede {
  margin: 0;
  max-width: 580px;
  font-size: 20px;
  line-height: 1.55;
  color: var(--text2);
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__btn {
  height: 56px;
  padding: 0 26px;
  gap: 12px;
  font-size: 16px;
}

.hero__meta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--muted);
}

/* --- Phone mockup --------------------------------------------------------- */

.phone-wrap {
  position: relative;
  width: 420px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.phone__seal {
  position: absolute;
  top: 70px;
  right: -10px;
  z-index: 2;
  transform: rotate(8deg);
  border: 3px solid var(--warn);
  border-radius: 4px;
  padding: 6px 16px;
  background: var(--bg);
  color: var(--warn);
  font-family: var(--mono);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 5px;
}

.phone {
  width: 360px;
  height: 740px;
  border: 10px solid var(--raised);
  border-radius: 48px;
  background: var(--bg);
  padding: 28px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
}

.phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone__back {
  font-size: 22px;
  color: var(--text);
}

.phone__status {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--muted);
}

.phone__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
}

.phone__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--hairline);
  border-radius: 6px;
}

.phone__meta-cell {
  padding: 8px 10px;
  border-right: 1px solid var(--hairline);
}

.phone__meta-cell:last-child {
  border-right: none;
}

.phone__meta-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted);
}

.phone__meta-value {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
}

.phone__summary {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.phone__summary-label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--accent);
}

.phone__summary-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text2);
}

.redaction {
  display: inline-block;
  height: 11px;
  border-radius: 2px;
  background: var(--redaction);
  vertical-align: middle;
}

.redaction--86 {
  width: 86px;
}

.redaction--54 {
  width: 54px;
}

.phone__lines {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phone__line {
  display: flex;
  gap: 10px;
}

.phone__time {
  width: 34px;
  flex-shrink: 0;
  padding-top: 2px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}

.phone__line-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.phone__speaker {
  font-size: 12px;
  font-weight: 600;
}

.phone__speaker--1 {
  color: var(--accent);
}

.phone__speaker--2 {
  color: var(--good);
}

.phone__text {
  font-size: 13px;
  line-height: 1.45;
  color: var(--text);
}

.phone__rec {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--divider);
  padding-top: 14px;
}

.phone__rec-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--primary);
  color: var(--on-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wave {
  min-width: 0;
  flex-grow: 1;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.wave__bar {
  width: 3px;
  border-radius: 2px;
  background: var(--hairline);
}

.wave__bar:nth-child(-n+13) {
  background: var(--accent);
}

.wave__bar:nth-child(1) { height: 8px; }
.wave__bar:nth-child(2) { height: 14px; }
.wave__bar:nth-child(3) { height: 22px; }
.wave__bar:nth-child(4) { height: 12px; }
.wave__bar:nth-child(5) { height: 26px; }
.wave__bar:nth-child(6) { height: 30px; }
.wave__bar:nth-child(7) { height: 18px; }
.wave__bar:nth-child(8) { height: 10px; }
.wave__bar:nth-child(9) { height: 20px; }
.wave__bar:nth-child(10) { height: 28px; }
.wave__bar:nth-child(11) { height: 24px; }
.wave__bar:nth-child(12) { height: 12px; }
.wave__bar:nth-child(13) { height: 8px; }
.wave__bar:nth-child(14) { height: 16px; }
.wave__bar:nth-child(15) { height: 26px; }
.wave__bar:nth-child(16) { height: 30px; }
.wave__bar:nth-child(17) { height: 22px; }
.wave__bar:nth-child(18) { height: 14px; }
.wave__bar:nth-child(19) { height: 10px; }
.wave__bar:nth-child(20) { height: 18px; }
.wave__bar:nth-child(21) { height: 24px; }
.wave__bar:nth-child(22) { height: 28px; }
.wave__bar:nth-child(23) { height: 16px; }
.wave__bar:nth-child(24) { height: 12px; }
.wave__bar:nth-child(25) { height: 8px; }
.wave__bar:nth-child(26) { height: 14px; }
.wave__bar:nth-child(27) { height: 20px; }
.wave__bar:nth-child(28) { height: 26px; }
.wave__bar:nth-child(29) { height: 18px; }
.wave__bar:nth-child(30) { height: 10px; }
.wave__bar:nth-child(31) { height: 14px; }
.wave__bar:nth-child(32) { height: 22px; }
.wave__bar:nth-child(33) { height: 12px; }
.wave__bar:nth-child(34) { height: 8px; }
.wave__bar:nth-child(35) { height: 16px; }
.wave__bar:nth-child(36) { height: 10px; }

/* --- Trust strip ---------------------------------------------------------- */

.trust {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: var(--surface);
}

.trust__inner {
  min-height: 76px;
  padding-block: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--text2);
}

.trust__x {
  color: var(--accent);
}

/* --- How it works --------------------------------------------------------- */

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
}

.step {
  padding: 28px 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step__n {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
}

.step__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
}

.step__body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text2);
}

/* --- Privacy -------------------------------------------------------------- */

.privacy {
  border: 1px solid var(--hairline);
  border-radius: 6px;
  background: var(--surface);
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.privacy__top {
  display: flex;
  gap: 72px;
}

.privacy__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.privacy__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1px;
}

.privacy__body {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text2);
}

.privacy__grid {
  width: 520px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
}

.blob {
  height: 64px;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  background: var(--bg);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blob__name {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text2);
}

.blob__size {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--muted);
}

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

.fact {
  border-top: 1px solid var(--hairline);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fact__label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--accent);
}

.fact__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text2);
}

/* --- Quantum -------------------------------------------------------------- */

.section--quantum {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.quantum__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.quantum__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 56px;
  line-height: 1.06;
  letter-spacing: -1px;
}

.quantum__p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text2);
}

.quantum__strong {
  color: var(--text);
  font-weight: 600;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 6px;
}

.chip {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid var(--accent);
  border-radius: 2px;
  color: var(--accent);
}

.chip--dead {
  font-weight: 400;
  border: 1px dashed var(--hairline);
  color: var(--muted);
  text-decoration: line-through;
}

.quantum__card {
  width: 540px;
  flex-shrink: 0;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  background: var(--surface);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quantum__card-label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--muted);
}

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

.keybox {
  border: 1px solid var(--hairline);
  border-radius: 4px;
  background: var(--bg);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.keybox__title {
  font-size: 15px;
  font-weight: 600;
}

.keybox__sub {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.quantum__arrow {
  display: flex;
  justify-content: center;
  color: var(--accent);
}

.quantum__arrow--row {
  align-items: center;
  gap: 10px;
}

.quantum__arrow-label {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.masterkey {
  border: 2px solid var(--primary);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.masterkey__title {
  font-size: 17px;
  font-weight: 600;
}

.masterkey__sub {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--accent);
}

.quantum__note {
  margin-top: 8px;
  border-top: 1px solid var(--divider);
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text2);
}

/* --- Comparison ----------------------------------------------------------- */

.section--compare {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.compare {
  border: 1px solid var(--hairline);
  border-radius: 6px;
  overflow: hidden;
}

.compare__head {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  background: var(--surface);
  border-bottom: 1px solid var(--hairline);
}

.compare__head-cell {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.compare__head-cell--vj {
  background: var(--raised);
  border-left: 2px solid var(--primary);
}

.compare__head-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 20px;
}

.compare__head-title--vj {
  color: var(--accent);
}

.compare__head-sub {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.compare__row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  border-top: 1px solid var(--divider);
}

.compare__label {
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.compare__cell {
  padding: 22px 26px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.compare__cell--vj {
  background: var(--raised);
  border-left: 2px solid var(--primary);
}

.compare__mark {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
}

.compare__mark--good {
  color: var(--good);
}

.compare__mark--warn {
  color: var(--warn);
}

.compare__mark--bad {
  color: var(--bad);
}

.compare__text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text2);
}

.compare__legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.compare__legend-mark--good {
  color: var(--good);
}

.compare__legend-mark--warn {
  color: var(--warn);
}

.compare__legend-mark--bad {
  color: var(--bad);
}

.compare__legend-note {
  flex-grow: 1;
  text-align: right;
}

/* --- Features ------------------------------------------------------------- */

.section--features {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

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

.feature {
  min-height: 250px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--hairline);
  border-radius: 22px;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 21px;
}

.feature__body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text2);
}

/* --- Audience ------------------------------------------------------------- */

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

.audience__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.audience__label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--muted);
}

.audience__text {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.35;
}

/* --- Pricing -------------------------------------------------------------- */

.section--pricing {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.pricing__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.pricing__lede {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text2);
}

.plans {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.plan {
  width: 420px;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.plan--pro {
  border: 2px solid var(--primary);
  background: var(--surface);
}

.plan__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan__label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--text2);
}

.plan__label--pro {
  color: var(--accent);
}

.plan__badge {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 4px 8px;
  border-radius: 2px;
  background: var(--raised);
  color: var(--accent);
}

.plan__price {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 48px;
}

.plan__price-unit {
  font-size: 20px;
  color: var(--muted);
}

.plan__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  color: var(--text2);
}

.plan__item {
  display: flex;
  gap: 12px;
}

.plan__check {
  color: var(--accent);
}

.plan__cta {
  height: 52px;
  margin-top: 8px;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  color: var(--text);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__cta:hover {
  color: var(--text);
}

.plan__cta--primary {
  border: none;
  background: var(--primary);
  color: var(--on-primary);
}

.plan__cta--primary:hover {
  color: var(--on-primary);
}

.pricing__note {
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* --- FAQ ------------------------------------------------------------------ */

.section--faq {
  display: flex;
  gap: 80px;
}

.faq__aside {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.faq__list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.faq__item {
  border-top: 1px solid var(--hairline);
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__q {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
}

.faq__a {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text2);
}

/* --- Closing CTA ---------------------------------------------------------- */

.closing {
  margin-top: 136px;
  padding: 88px 80px;
  border-radius: 6px;
  background: var(--primary);
  color: var(--on-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.closing__title {
  margin: 0;
  max-width: 680px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1px;
}

.closing__cta {
  height: 60px;
  flex-shrink: 0;
  padding: 0 32px;
  border-radius: 6px;
  background: var(--on-primary);
  color: var(--primary);
  font-weight: 600;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.closing__cta:hover {
  color: var(--primary);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* --- 1024–1199px: keep the two-column hero, shrink the phone -------------- */

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero {
    gap: 48px;
  }

  .hero__title {
    font-size: 64px;
    letter-spacing: -1.5px;
  }

  .hero__lede {
    font-size: 18px;
  }

  .phone-wrap {
    width: 340px;
  }

  .phone {
    width: 320px;
    height: 700px;
    padding: 24px 18px 18px;
  }

  .phone__seal {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 5px 12px;
  }
}

/* --- 860–1199px: two-column grids, stacked cards -------------------------- */

@media (min-width: 860px) and (max-width: 1199px) {
  .section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .section__lede {
    max-width: 560px;
  }

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

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

  .privacy {
    padding: 56px;
    gap: 44px;
  }

  .privacy__top {
    flex-direction: column;
    gap: 40px;
  }

  .privacy__grid {
    width: 100%;
  }

  .section--quantum {
    flex-direction: column;
    gap: 48px;
  }

  .quantum__card {
    width: 100%;
  }

  .compare__head-cell,
  .compare__label,
  .compare__cell {
    padding: 16px 14px;
  }

  .compare__cell {
    gap: 8px;
  }

  .compare__mark {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .compare__head-title {
    font-size: 17px;
  }

  .compare__label {
    font-size: 15px;
  }

  .compare__text {
    font-size: 13px;
  }

  .audience {
    gap: 32px;
  }

  .audience__text {
    font-size: 22px;
  }

  .plans {
    flex-wrap: wrap;
  }

  .plan {
    width: 420px;
    max-width: 100%;
  }

  .section--faq {
    flex-direction: column;
    gap: 40px;
  }

  .faq__aside {
    width: 100%;
  }

  .closing {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 64px 56px;
  }

  .closing__title {
    font-size: 44px;
  }
}

/* --- <860px: single column ------------------------------------------------ */

@media (max-width: 859px) {
  .section {
    padding-block: 72px 0;
  }

  .section--how {
    padding-block: 72px 72px;
  }

  .section--quantum,
  .section--compare,
  .section--pricing,
  .section--faq {
    padding-block: 80px 0;
  }

  .section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section__title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .section__lede {
    max-width: none;
    font-size: 16px;
  }

  /* Hero */
  .hero {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    padding-block: 56px 64px;
  }

  .hero__copy {
    gap: 24px;
  }

  .hero__title {
    font-size: 44px;
    letter-spacing: -1px;
  }

  .hero__lede {
    max-width: none;
    font-size: 17px;
  }

  .hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero__btn {
    justify-content: center;
  }

  .hero__meta {
    gap: 8px 14px;
    font-size: 12px;
  }

  /* Phone */
  .phone-wrap {
    width: 100%;
  }

  .phone {
    width: 100%;
    max-width: 360px;
    height: auto;
    padding: 22px 16px 16px;
  }

  .phone__seal {
    top: 36px;
    right: 0;
    border-width: 2px;
    padding: 4px 10px;
    font-size: 16px;
    letter-spacing: 3px;
  }

  /* Trust strip */
  .trust__inner {
    gap: 8px 14px;
    padding-block: 18px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  /* Steps */
  .steps {
    grid-template-columns: 1fr;
    border-top: none;
  }

  .step {
    border-top: 1px solid var(--hairline);
    padding: 20px 0 0;
  }

  /* Privacy */
  .privacy {
    padding: 28px 20px;
    gap: 36px;
  }

  .privacy__top {
    flex-direction: column;
    gap: 32px;
  }

  .privacy__title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .privacy__body {
    font-size: 16px;
  }

  .privacy__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Quantum */
  .section--quantum {
    flex-direction: column;
    gap: 40px;
  }

  .quantum__title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .quantum__p {
    font-size: 16px;
  }

  .quantum__card {
    width: 100%;
    padding: 24px 20px;
  }

  .masterkey {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  /* Comparison: rows become stacked cards */
  .compare {
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .compare__head {
    display: none;
  }

  .compare__row {
    display: block;
    border: 1px solid var(--hairline);
    border-radius: 6px;
    background: var(--surface);
    padding: 18px 16px;
    margin-bottom: 12px;
  }

  .compare__label {
    padding: 0 0 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--divider);
    font-size: 17px;
  }

  .compare__cell {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px 10px;
    padding: 12px 0;
    background: none;
    border-left: none;
  }

  .compare__cell::before {
    content: attr(data-label);
    grid-column: 1 / -1;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
  }

  .compare__cell--vj {
    background: var(--raised);
    border-left: 2px solid var(--primary);
    border-radius: 4px;
    padding-inline: 12px;
  }

  .compare__legend {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .compare__legend-note {
    text-align: left;
  }

  /* Features */
  .section--features {
    gap: 36px;
  }

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

  .feature {
    min-height: 0;
  }

  /* Audience */
  .audience {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .audience__text {
    font-size: 22px;
  }

  /* Pricing */
  .section--pricing {
    gap: 36px;
  }

  .pricing__lede {
    font-size: 16px;
  }

  .plans {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .plan {
    width: 100%;
    padding: 28px 22px;
  }

  /* FAQ */
  .section--faq {
    flex-direction: column;
    gap: 32px;
  }

  .faq__aside {
    width: 100%;
  }

  .faq__title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .faq__q {
    font-size: 19px;
  }

  /* Closing */
  .closing {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 72px;
    padding: 40px 24px;
  }

  .closing__title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .closing__cta {
    width: 100%;
    justify-content: center;
  }


}
