.prelaunch-page {
    margin: 0;
    color: #172e2d;
    background: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}
.prelaunch-page *, .prelaunch-page *::before, .prelaunch-page *::after { box-sizing: border-box; }
.pl-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pl-skip { position: absolute; top: -100px; left: 16px; z-index: 5; padding: 12px; color: #fff; background: #173a36; }
.pl-skip:focus { top: 12px; }
.prelaunch-page a:focus-visible { outline: 3px solid #00a4b4; outline-offset: 5px; }
.pl-header { border-bottom: 1px solid #dbe5e3; }
.pl-header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; min-height: 86px; padding-block: 18px; }
.pl-brand { display: inline-flex; align-items: center; gap: 12px; color: #142b2c; font-size: 22px; font-weight: 800; text-decoration: none; }
.pl-brand img { flex: 0 0 36px; }
.pl-brand-domain { color: #007f91; }
.pl-status { color: #007474; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.pl-hero { position: relative; isolation: isolate; color: #fff; background: #193d37; }
.pl-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 5%; }
.pl-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(3, 24, 22, .6); }
.pl-hero-inner { display: flex; align-items: center; min-height: 490px; padding-block: 46px; }
.pl-hero-copy { max-width: 580px; }
.pl-eyebrow { margin: 0 0 14px; color: #007578; font-size: 17px; line-height: 1.4; font-weight: 800; text-transform: uppercase; }
.pl-hero .pl-eyebrow { color: #b8ffa3; }
.pl-hero h1 { margin: 0; font-size: 40px; line-height: 1.15; font-weight: 850; }
.pl-hero h1 span { display: inline-block; }
.pl-lead { margin: 20px 0 14px; font-size: 25px; line-height: 1.3; font-weight: 750; }
.pl-intro { max-width: 500px; margin: 0 0 24px; color: #f1f8f5; font-size: 18px; }
.pl-link { display: inline-flex; align-items: center; gap: 16px; color: #fff; font-weight: 750; text-underline-offset: 5px; }
.pl-link span { font-size: 24px; }
.pl-audiences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; padding-block: 48px; }
.pl-audience + .pl-audience { padding-left: 48px; border-left: 1px solid #d9e5e2; }
.pl-audience h2, .pl-access h2 { margin: 0 0 16px; font-size: 29px; line-height: 1.2; }
.pl-audience p:last-child { max-width: 510px; margin: 0; color: #47615d; }
.pl-access { padding-block: 48px; background: #eff8f5; border-block: 1px solid #d9e9e3; scroll-margin-top: 24px; }
.pl-access-heading { max-width: 680px; margin-bottom: 28px; }
.pl-access-heading > p:last-child { margin: 0; color: #47615d; }
.pl-widget { min-width: 0; }
.pl-standby { max-width: 680px; margin: 0; padding: 20px 0 0; border-top: 2px solid #008b8e; font-weight: 650; }
.pl-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 26px; color: #47615d; font-size: 14px; }
.pl-footer p { margin: 0; }
.pl-footer p span { display: block; }
.pl-footer nav { display: flex; gap: 24px; }
.pl-footer a { color: #255b57; text-underline-offset: 4px; }
@media (max-width: 680px) {
    .pl-header-inner { min-height: 76px; }
    .pl-brand { gap: 8px; font-size: 19px; }
    .pl-hero-inner { min-height: 0; padding-block: 36px; }
    .pl-hero-image { object-position: 65% center; }
    .pl-audiences { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 32px; }
    .pl-audience + .pl-audience { padding-left: 0; padding-top: 28px; border-left: 0; border-top: 1px solid #d9e5e3; }
    .pl-access { padding-block: 32px; }
}
