/* Shared accessibility and handoff content styles. */
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 200; padding: .7rem 1rem; background: white; color: #0c1f3f; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #2563eb; outline-offset: 5px; }
nav :focus-visible { outline-color: #bdd4ea; }
button.nav-dropdown-label { background: none; border: 0; text-align: left; }
.nav-dropdown.open > .nav-dropdown-menu { display: block; }
.footer-links { flex-wrap: wrap; }
main [id] { scroll-margin-top: 115px; }
.product-section { max-width: 1200px; margin: 0 auto; padding: 4rem 3rem; }
.product-section h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.25; margin-bottom: 1.3rem; max-width: 850px; }
.product-section p { color: #374151; }
.product-section a { color: #1a3f6f; text-underline-offset: .2em; }
.product-eyebrow { font-size: .78rem !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.section-intro { max-width: 850px; margin-bottom: 1.5rem; font-size: 1.08rem; }
.page-header .btn-primary { margin-top: 1.5rem; }
.release-note { border-left: 4px solid #6b9dc2; padding: 1.7rem 2rem; background: #eef4fa; }
.release-note h2 { font-size: 1.4rem; margin-bottom: .7rem; }
.release-note .product-eyebrow { color: #1a3f6f; }
.product-band { background: #eef4fa; }
.faq-section { max-width: 1000px; padding-bottom: 1rem; }
.faq-section:last-of-type { padding-bottom: 4rem; }
.faq-section details { border-bottom: 1px solid #d1d5db; padding: 1.3rem 0; }
.faq-section summary { cursor: pointer; font-weight: 600; color: #0c1f3f; }
.faq-section details p { margin-top: 1rem; }
#contact-guidance { padding: 1rem; background: #eef4fa; color: #374151; font-size: .9rem; }
/* Content remains available if JavaScript or animation is unavailable. */
.fade-in { opacity: 1; transform: none; }
@media (max-width: 768px) {
  button.nav-dropdown-label { width: 100%; font: inherit; color: white; }
  .product-section { padding: 3rem 1.5rem; }
  .release-note { padding: 1.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
.page-header .btn-primary {
  display: inline-block; background: white; color: #0c1f3f;
  padding: .8rem 1.4rem; border-radius: 2px;
  text-decoration: none; font-weight: 600;
}
.page-header .btn-primary:hover { background: #dce8f5; }
@media (max-width: 768px) {
  footer { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .footer-links { width: 100%; gap: 1rem 1.5rem; }
}

/* Keep the existing appearance while exposing menu state to keyboards. */
.nav-dropdown:not(.open) > .nav-dropdown-menu { display: none; }
button.nav-dropdown-label { padding: 0; cursor: pointer; }
.legal-content { max-width: 900px; margin: auto; padding: 3rem; line-height: 1.75; }
.legal-content h2 { margin: 2rem 0 .75rem; font-size: 1.4rem; }
.legal-content p { margin-bottom: 1rem; }
.legal-content a, #contact-guidance a { color: #1a3f6f; text-decoration: underline; }
@media (max-width: 768px) {
  button.nav-dropdown-label { padding: .9rem 1.5rem; }
  .legal-content { padding: 2rem 1.5rem; }
}
.nav-dropdown-menu :focus-visible { outline-color: #2563eb; }
@media (prefers-reduced-motion: reduce) {
  .hero-inner, .hero-actions { opacity: 1; transform: none; }
}
.hero-inner { min-width: 0; width: 100%; }
@media (max-width: 768px) {
  .hero-actions { flex-wrap: wrap; }
}
