.landing-page {
  --landing-measure: 68ch;
}

.landing-page > * {
  min-width: 0;
}

.landing-page .content-hero h1 {
  max-width: 16ch;
}

.landing-page .content-hero > p:not(.eyebrow) {
  max-width: var(--landing-measure);
}

.cta-support {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.simple-alternative-hero {
  padding-bottom: 34px;
}

.alternative-value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.alternative-value-list li {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.alternative-value-list strong {
  font-size: 1.05rem;
}

.alternative-value-list span {
  color: var(--muted);
  font-size: 0.94rem;
}

.primary-conversion {
  display: grid;
  width: fit-content;
  gap: 6px;
  margin-top: 24px;
}

.browser-option {
  max-width: 720px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.browser-option h2 {
  max-width: 22ch;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.browser-option > p:not(.eyebrow):not(.privacy-microcopy) {
  max-width: var(--landing-measure);
  margin: 12px 0 0;
  color: var(--muted);
}

.browser-option .button {
  margin-top: 18px;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.landing-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.landing-card h3 {
  margin: 0;
}

.landing-card p {
  margin: 9px 0 0;
}

.privacy-microcopy {
  max-width: var(--landing-measure);
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-microcopy strong {
  color: var(--text);
}

.landing-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.landing-split > div > p {
  margin-top: 14px;
}

.analysis-flow-outro {
  color: var(--muted);
}

.cta-action-stack {
  display: grid;
  min-width: min(100%, 280px);
  gap: 10px;
}

.cta-action-stack .button {
  justify-content: center;
  text-align: center;
}

.landing-note {
  border-left: 4px solid var(--accent-strong);
  padding: 2px 0 2px 18px;
}

.landing-note h2,
.landing-note h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.landing-note p {
  max-width: var(--landing-measure);
  margin: 10px 0 0;
  color: var(--muted);
}

.compact-limitations h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.compact-limitations ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.compact-limitations li {
  border-top: 1px solid var(--line);
  padding: 13px 0;
  color: var(--muted);
}

.compact-limitations li:last-child {
  padding-bottom: 0;
}

.compact-limitations strong {
  color: var(--text);
}

@media (max-width: 760px) {
  .landing-card-grid,
  .landing-split,
  .alternative-value-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .primary-conversion {
    width: 100%;
  }

}
