/* Clear account entry points without changing the existing product copy. */
body.landing-page .header-actions { gap: 18px; flex-shrink: 0; }
body.landing-page .header-signin { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; color: var(--lp-navy, #17344a); font-size: 14px; font-weight: 650; white-space: nowrap; text-decoration: none; }
body.landing-page .header-signin:hover { text-decoration: underline; text-underline-offset: 4px; }
body.landing-page .header-signin:focus-visible,
body.landing-page .header-signup:focus-visible,
body.landing-page .hero-preview-link a:focus-visible { outline: 3px solid #4f7e78; outline-offset: 4px; }
body.landing-page .header-signup { min-height: 42px; white-space: nowrap; }
body.landing-page .hero-preview-link { margin: 10px 0 0; font-size: 14px; line-height: 1.5; }
body.landing-page .hero-preview-link a { color: #365f69; text-underline-offset: 3px; }
body.landing-page .hero-actions { gap: 14px; }
body.landing-page .hero-actions .button { box-shadow: none !important; filter: none !important; transform: none !important; }
@media (min-width: 1360px) {
 body.landing-page .desktop-nav { gap: clamp(18px, 1.7vw, 28px); }
 body.landing-page .header-actions { padding-left: 22px; border-left: 1px solid #c5d1cf; }
}
@media (max-width: 1359px) {
 body.landing-page .desktop-nav { display: none; }
 body.landing-page .landing-menu { display: block; }
 body.landing-page .header-actions { margin-left: auto; }
}
@media (max-width: 600px) {
 body.landing-page .site-header { flex-wrap: wrap; gap: 12px; }
 body.landing-page .brand { min-width: 0; }
 body.landing-page .header-actions { width: 100%; gap: 16px; }
 body.landing-page .landing-menu { margin-right: auto; }
 body.landing-page .landing-menu nav { left: 0; right: auto; max-width: calc(100vw - 42px); }
 body.landing-page .header-signin { font-size: 14px; }
 body.landing-page a.button.header-signup { font-size: 14px; min-height: 42px; padding: 0 14px; }
 body.landing-page .hero-actions .button-primary { white-space: normal; height: auto; min-height: 53px; }
}
