* { box-sizing: border-box; }
html { color-scheme: dark; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.2), transparent 34rem),
    #0a0e1a;
  color: #f1f5f9;
  line-height: 1.7;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100000;
  padding: 10px 14px;
  border-radius: 12px;
  background: #eff6ff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
}
.skip-link:focus {
  top: 16px;
}
a { color: #8ec5ff; }
img { max-width: 100%; }
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 18px 64px;
}
.site-header,
.site-footer,
.card,
.stat-card,
.related-card,
.faq-item,
.table-wrap,
.note,
.callout {
  background: rgba(17, 24, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header,
.site-footer,
.card {
  border-radius: 24px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  margin-bottom: 18px;
}
.site-header nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.site-header a,
.site-footer a {
  color: #cbd5e1;
  text-decoration: none;
}
.site-header a:hover,
.site-footer a:hover {
  color: #ffffff;
}
:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.85);
}
.logo {
  width: 148px;
  height: auto;
  display: block;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 0.95rem;
  color: #94a3b8;
}
.breadcrumbs a {
  color: #cbd5e1;
  text-decoration: none;
}
.card {
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
}
.eyebrow {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #60a5fa;
}
h1 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.05;
}
h2 {
  margin: 28px 0 10px;
  font-size: 1.55rem;
  line-height: 1.2;
}
h3 {
  margin: 22px 0 10px;
  font-size: 1.1rem;
}
p,
li {
  color: #cbd5e1;
}
.lead {
  margin: 0 0 24px;
  font-size: 1.12rem;
  color: #dbeafe;
}
.stats-grid,
.related-grid,
.faq-grid,
.call-grid {
  display: grid;
  gap: 16px;
}
.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 28px 0;
}
.faq-grid,
.related-grid,
.call-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.stat-card,
.related-card,
.faq-item,
.note,
.callout {
  border-radius: 18px;
  padding: 18px;
}
.stat-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.stat-value {
  font-size: 1.28rem;
  font-weight: 700;
  color: #ffffff;
}
.as-of {
  margin-top: 6px;
  font-size: 0.92rem;
  color: #94a3b8;
}
.table-wrap {
  border-radius: 18px;
  overflow: hidden;
  margin: 24px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
  text-align: left;
}
th {
  background: rgba(59, 130, 246, 0.12);
  color: #eff6ff;
  font-size: 0.92rem;
}
tr:last-child td {
  border-bottom: 0;
}
.related-card {
  color: #f8fafc;
  text-decoration: none;
}
.related-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}
.related-card span {
  color: #94a3b8;
}
.site-footer {
  margin-top: 22px;
  padding: 18px 22px;
  color: #94a3b8;
  font-size: 0.95rem;
}
.site-footer p {
  margin: 0;
}
#cookieBanner {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(420px, calc(100vw - 32px));
  z-index: 99999;
  border-radius: 16px;
  padding: 18px;
  background: #101827;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.45);
}
#cookieBanner p {
  margin: 0 0 14px;
  color: #cbd5e1;
  font-size: 0.95rem;
}
#cookieBanner .cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#cookieBanner button {
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  font: inherit;
  cursor: pointer;
}
#cookieReject {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
#cookieAccept {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #ffffff;
}
@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .container {
    padding: 24px 14px 56px;
  }
  #cookieBanner {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}
