.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.seo-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px auto 20px;
  padding: 0 16px;
}

.seo-quick-links a {
  color: #dff5ff;
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid rgba(51, 183, 255, 0.45);
  border-radius: 999px;
  background: rgba(5, 67, 134, 0.46);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.seo-quick-links a:hover,
.seo-quick-links a:focus-visible {
  background: rgba(10, 141, 255, 0.64);
  border-color: #4fd8ff;
  transform: translateY(-1px);
}

.seo-bottom-links {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  margin-bottom: 18px;
}

.carousel-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.seo-content {
  position: relative;
  z-index: 2;
  padding: 26px 16px 72px;
  color: #eaf7ff;
}

.seo-content-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.seo-content-header {
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
}

.seo-eyebrow {
  margin: 0 0 8px;
  color: #4fd8ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.seo-content h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.25;
}

.seo-content-header h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.2;
}

.seo-lead {
  margin: 0;
  color: #bcd8e9;
  font-size: 16px;
  line-height: 1.85;
}

.seo-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-topic-card {
  content-visibility: auto;
  contain-intrinsic-size: 160px;
  padding: 22px;
  border: 1px solid rgba(51, 183, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(5, 45, 91, 0.88), rgba(3, 22, 48, 0.92));
  box-shadow: 0 14px 34px rgba(0, 12, 32, 0.2);
}

.seo-topic-card h2,
.seo-topic-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.guide-main {
  min-height: calc(100vh - 90px);
  padding-top: 110px;
}

.guide-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: #7edfff;
  text-decoration: none;
}

.guide-back:hover,
.guide-back:focus-visible,
.footer-guide-link:hover,
.footer-guide-link:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.footer-guide-link {
  color: #9cdfff;
  text-decoration: none;
}

.seo-topic-card p {
  margin: 0;
  color: #bcd8e9;
  font-size: 14px;
  line-height: 1.75;
}

.seo-faq {
  max-width: 900px;
  margin: 42px auto 0;
}

.seo-faq h2 {
  text-align: center;
}

.seo-faq details {
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid rgba(51, 183, 255, 0.22);
  border-radius: 14px;
  background: rgba(3, 29, 61, 0.86);
}

.seo-faq summary {
  cursor: pointer;
  padding: 16px 0;
  color: #fff;
  font-weight: 700;
}

.seo-faq details p {
  margin: 0;
  padding: 0 0 17px;
  color: #bcd8e9;
  line-height: 1.75;
}

.seo-update {
  max-width: 900px;
  margin: 24px auto 0;
  color: #89abc0;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

.home-access-guide {
  padding-top: 34px;
  padding-bottom: 22px;
}

.home-access-guide .seo-content-header h2 {
  color: #0b5eaa;
}

.home-access-guide .seo-lead {
  color: #56788d;
}

.home-access-guide .seo-eyebrow {
  color: #159bd1;
}

.access-status-table {
  max-width: 980px;
  margin: 0 auto 18px;
  overflow-x: auto;
  border: 1px solid rgba(51, 183, 255, 0.24);
  border-radius: 16px;
  background: rgba(3, 29, 61, 0.86);
  box-shadow: 0 14px 34px rgba(0, 12, 32, 0.2);
}

.access-status-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.access-status-table th,
.access-status-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(51, 183, 255, 0.14);
  color: #cce6f4;
  text-align: left;
}

.access-status-table thead th {
  color: #fff;
  background: rgba(10, 141, 255, 0.16);
  font-size: 13px;
  letter-spacing: .03em;
}

.access-status-table tbody tr:last-child th,
.access-status-table tbody tr:last-child td {
  border-bottom: 0;
}

.access-status-table a,
.home-guide-grid a {
  color: #7edfff;
}

.access-status-table code {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
}

.home-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.home-guide-grid .seo-topic-card {
  padding: 18px;
}

.home-guide-grid .seo-topic-card h3 {
  font-size: 17px;
}

@media (max-width: 720px) {
  .seo-topic-grid {
    grid-template-columns: 1fr;
  }

  .seo-content {
    padding-inline: 12px;
  }

  .seo-topic-card {
    padding: 18px;
  }

  .home-access-guide {
    padding-top: 24px;
  }

  .home-guide-grid {
    grid-template-columns: 1fr;
  }

  .access-status-table {
    overflow-x: visible;
  }

  .access-status-table table {
    min-width: 0;
  }

  .access-status-table th:nth-child(3),
  .access-status-table td:nth-child(3),
  .access-status-table th:nth-child(4),
  .access-status-table td:nth-child(4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-quick-links a {
    transition: none;
  }
}

/* Single promotional banner: preserve the full artwork on every viewport. */
.carousel-single {
  padding-bottom: 36.458333%;
}
.carousel-single .carousel-track {
  transition: none;
  will-change: auto;
}
