/* Shared readability layer for the public Fair Deal journey. */
main p {
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.68 !important;
}

.hero h1 {
  font-size: clamp(44px, 5.35vw, 74px) !important;
  line-height: 1.01 !important;
}

.step p, .flow p, .need p, .audience p, .carrier p,
.profile p, .shipment p, .section > p, .dimensions p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.note, .hint, .human, .email, .privacy, .disclaimer, .account, .lead {
  font-size: max(14px, 0.9rem) !important;
  line-height: 1.6 !important;
}

.service, .list div, .footer-col a {
  font-size: 14px !important;
  line-height: 1.5;
}

.personal { font-size: 14px !important; }
.hero .action .note {
  font-size: 16px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.015em;
}
.footer-brand p { font-size: 15px !important; line-height: 1.65 !important; }

@media (max-width: 760px) {
  main p { font-size: 16px !important; }
  .hero h1 { font-size: clamp(40px, 11.5vw, 52px) !important; }
  .hero .action .note { font-size: 15px !important; }
}
