.eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; color: #617354; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { font-size: clamp(2.55rem, 4.5vw, 3.65rem); }
.hero h1 span { color: #617354; }
.hero { min-height: calc(100vh - 65px); padding-bottom: 60px; }
.hero-container { gap: 48px; }
.hero-visual { aspect-ratio: 3 / 2; }
.glass-box h2 { font-size: 1.35rem; margin-bottom: 12px; }
.glass-box p { color: #555; font-size: .95rem; margin-bottom: 22px; }
.btn-primary { background: #617354; }
.sign-in-options { display: grid; gap: 12px; }
.provider-link { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 10px 12px; border: 1px solid #747775; border-radius: 6px; background: #fff; color: #1f1f1f; font-size: .875rem; font-weight: 500; line-height: 20px; text-decoration: none; }
.provider-link img { flex: 0 0 20px; width: 20px; height: 20px; object-fit: contain; }
.provider-link:hover { background: #f2f4f1; border-color: #56674b; }
.glass-box .account-note { margin: 14px 0 0; font-size: .75rem; text-align: center; line-height: 1.5; }
.contact-prompt { font-size: .85rem; text-align: center; border-top: 1px solid #00000012; padding-top: 18px; margin-top: 22px; color: #555; }
.contact-prompt a { color: #56674b; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; color: #555; font-size: .8rem; }
.legal-links a:hover, .welcome-footer a:hover { text-decoration: underline; }
.welcome-footer { border-top: 1px solid #7c907026; padding: 20px 0; color: #555; font-size: .78rem; }
.welcome-footer .container { display: flex; flex-wrap: wrap; gap: 20px; }
.welcome-footer a:first-child { margin-right: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99999; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible { outline: 3px solid #96451f; outline-offset: 5px; }
@media (max-width: 991px) { .eyebrow, .legal-links { justify-content: center; } .hero { padding-top: 120px; } .hero-description { max-width: 600px; margin-inline: auto; } }
@media (max-width: 600px) { .hero { padding-top: 110px; padding-bottom: 40px; } .glass-box { padding: 26px 22px; } .hero-container { gap: 28px; } .welcome-footer .container { justify-content: center; gap: 10px 20px; } .welcome-footer a:first-child { width: 100%; text-align: center; margin: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
