.launch-notice { padding: .7rem 1.5rem; background: #143c36; color: #eefaf5; text-align: center; font-size: .85rem; }
.launch-notice a { text-underline-offset: 3px; white-space: nowrap; }
.temporary-pricing { width: min(calc(100% - 3rem), 1180px); margin: 0 auto 5rem; }
.table-scroll { overflow-x: auto; margin-bottom: 1.5rem; }
.temporary-pricing table { width: 100%; border-collapse: collapse; text-align: left; min-width: 680px; }
.temporary-pricing td, .temporary-pricing th { padding: 1rem; border-bottom: 1px solid #465568; }
.temporary-pricing thead { background: #163e36; }
.home-hero { min-height: 450px; height: 65vh; max-height: 680px; }
.home-hero-content h1 { font-size: 4rem; }
.home-hero-shade { background: rgba(3, 9, 17, .48); }
h1, .page-hero-copy h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
.legal-hero h1 { overflow-wrap: anywhere; }
.legal-hero p { overflow-wrap: anywhere; }
@media (max-width: 1050px) { .site-nav { gap: .75rem; } .header-inner { gap: 1rem; } }
@media (max-width: 760px) {
  .home-hero { height: auto; min-height: 0; }
  .home-hero-content { padding: 2.5rem 0; }
  .home-hero-content h1, h1, .page-hero-copy h1 { font-size: 2.5rem; }
  .header-actions { display: none; }
  .launch-notice { text-align: left; }
}
