/* Homepage readability pass.
   Keeps the established layout and brand while replacing the miniature type
   scale that was inherited from the old laptop-sized pricing presentation. */
.landing-home .main-nav a,
.landing-home .nav-actions > a:first-child {
  font-size: 14px;
}

.landing-home .small-button,
.landing-home .primary-button,
.landing-home .white-button,
.landing-home .secondary-button {
  min-height: 42px;
  font-size: 13px;
}

.landing-home .hero-copy > .eyebrow,
.landing-home .hero-actions > span,
.landing-home .section-heading > span {
  font-size: 12px;
}

.landing-home .hero-copy > p {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
}

.landing-home .section-heading p {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.65;
}

.landing-home .offer-strip > div {
  font-size: 13px;
}

.landing-home .service-card {
  min-height: 260px;
  padding: 32px;
}

.landing-home .service-card h3 {
  font-size: 20px;
}

.landing-home .service-card p {
  min-height: 46px;
  font-size: 14px;
  line-height: 1.65;
}

.landing-home .service-card b {
  font-size: 13px;
}

.landing-home .speed-feature h3 {
  font-size: 30px;
}

.landing-home .speed-feature p,
.landing-home .speed-feature ul {
  font-size: 14px;
  line-height: 1.65;
}

.landing-home .white-tag {
  font-size: 11px;
}

.landing-home .benefit-row h3 {
  font-size: 18px;
}

.landing-home .benefit-row p,
.landing-home .review-card p,
.landing-home .review-card span {
  font-size: 14px;
  line-height: 1.6;
}

.landing-home .support-panel > span {
  font-size: 12px;
}

.landing-home .support-panel h2 {
  font-size: 30px;
}

.landing-home .support-panel li b {
  font-size: 14px;
}

.landing-home .support-panel li small {
  font-size: 13px;
  line-height: 1.45;
}

.landing-home .promo-card h3 {
  font-size: 24px;
}

.landing-home .promo-card ul {
  font-size: 14px;
  line-height: 1.55;
}

.landing-home .resource-copy > span,
.landing-home .resource-list small {
  font-size: 12px;
}

.landing-home .resource-copy h3 {
  font-size: 23px;
}

.landing-home .resource-copy p {
  font-size: 14px;
  line-height: 1.6;
}

.landing-home .resource-copy > b {
  font-size: 13px;
}

.landing-home .resource-list b {
  font-size: 15px;
  line-height: 1.45;
}

.landing-home .closing-grid h3 {
  font-size: 20px;
}

.landing-home .closing-grid p,
.landing-home .closing-grid a {
  font-size: 14px;
  line-height: 1.55;
}

.landing-home .seo-faq-list summary {
  font-size: 16px;
}

.landing-home .seo-faq-list details p {
  font-size: 15px;
}

.landing-home .footer-grid > div:not(:first-child) a {
  font-size: 14px;
}

.landing-home .footer-bottom {
  font-size: 13px;
}

/* Pricing is a product-comparison surface, but it must remain readable at
   normal browser zoom. Metadata stays compact; decisions and actions do not. */
.landing-home .pricing-v3-production .section-heading > span {
  font-size: 12px;
}

.landing-home .pricing-v3-production .section-heading p {
  font-size: 16px;
}

.landing-home .pricing-v3-production .plan-categories {
  gap: 14px;
}

.landing-home .pricing-v3-production .plan-categories button,
.landing-home .pricing-v3-production .pricing-period,
.landing-home .pricing-v3-production .billing-switch,
.landing-home .pricing-v3-production .billing-switch b {
  font-size: 12px;
}

.landing-home .pricing-v3-production .plan-card,
.landing-home .pricing-v3-production .plan-card.lilac,
.landing-home .pricing-v3-production .plan-card.blue-card,
.landing-home .pricing-v3-production .plan-card.yellow,
.landing-home .pricing-v3-production .plan-card.mint {
  min-height: 430px;
  padding: 25px 22px 18px;
}

.landing-home .pricing-v3-production .plan-label {
  font-size: 22px;
}

.landing-home .pricing-v3-production .plan-heading small {
  font-size: 10px;
}

.landing-home .pricing-v3-production .plan-top > p {
  min-height: 40px;
  font-size: 13px;
  line-height: 1.5;
}

.landing-home .pricing-v3-production .plan-price b {
  font-size: 42px;
}

.landing-home .pricing-v3-production .plan-price b::before {
  font-size: 10px;
}

.landing-home .pricing-v3-production .plan-price span {
  font-size: 12px;
}

.landing-home .pricing-v3-production .plan-top > em {
  min-height: 31px;
  font-size: 11px;
}

.landing-home .pricing-v3-production .plan-quote {
  font-size: 22px;
}

.landing-home .pricing-v3-production .plan-actions > a,
.landing-home .pricing-v3-production .plan-cart-add {
  min-height: 42px;
  font-size: 13px;
}

.landing-home .pricing-v3-production .plan-card > .plan-feature-list {
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
}

.landing-home .pricing-v3-production .more-features {
  min-height: 38px;
  font-size: 12px;
}

.landing-home .pricing-v3-production .plan-details h3,
.landing-home .pricing-v3-production .plan-price-difference,
.landing-home .pricing-v3-production .plan-comparison-features,
.landing-home .pricing-v3-production .plan-extra-features,
.landing-home .pricing-v3-production .plan-billing-grid dd {
  font-size: 12px;
}

.landing-home .pricing-v3-production .plan-comparison-summary span,
.landing-home .pricing-v3-production .plan-billing-grid dt {
  font-size: 11px;
}

@media (max-width: 900px) {
  .landing-home .service-card {
    min-height: 0;
  }

  .landing-home .pricing-v3-production .plan-card,
  .landing-home .pricing-v3-production .plan-card.lilac,
  .landing-home .pricing-v3-production .plan-card.blue-card,
  .landing-home .pricing-v3-production .plan-card.yellow,
  .landing-home .pricing-v3-production .plan-card.mint {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .landing-home .hero-copy > p,
  .landing-home .section-heading p {
    font-size: 15px;
  }

  .landing-home .service-card {
    padding: 26px;
  }

  .landing-home .pricing-v3-production .plan-categories button,
  .landing-home .pricing-v3-production .pricing-period,
  .landing-home .pricing-v3-production .billing-switch,
  .landing-home .pricing-v3-production .billing-switch b {
    font-size: 12px;
  }

  .landing-home .pricing-v3-production .plan-card,
  .landing-home .pricing-v3-production .plan-card.lilac,
  .landing-home .pricing-v3-production .plan-card.blue-card,
  .landing-home .pricing-v3-production .plan-card.yellow,
  .landing-home .pricing-v3-production .plan-card.mint {
    padding: 22px 20px 16px;
  }

  .landing-home .pricing-v3-production .plan-label {
    font-size: 21px;
  }

  .landing-home .pricing-v3-production .plan-price b {
    font-size: 40px;
  }
}
