:root {
  --navy: #071a33;
  --navy-2: #102846;
  --gold: #e3bc58;
  --gold-2: #f5df9f;
  --paper: #f6f3ea;
  --ink: #142238;
  --muted: #596579;
  --line: #d6cfbd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; line-height: 1.65; background: radial-gradient(circle at 100% 0, rgba(227,188,88,.12), transparent 28rem), var(--paper); }
main { flex: 1; }
a { color: #76520a; text-underline-offset: 3px; text-decoration-thickness: .08em; }
a:hover { color: #402c05; }
:where(a,button,input,select,textarea,[tabindex]):focus-visible { outline: 3px solid #c28c10; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: white; color: var(--navy); z-index: 20; box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 4px solid var(--gold); background: rgba(7,26,51,.98); color: white; backdrop-filter: blur(12px); }
.header-inner,.footer-inner,.page-shell { max-width: 1180px; margin: auto; }
.header-inner { min-height: 90px; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-brand { display: flex; align-items: center; gap: .75rem; flex: 0 0 auto; color: white; text-decoration: none; font-weight: 800; line-height: 1.05; text-transform: uppercase; letter-spacing: .04em; }
.site-brand small { color: #c7d1e0; font-size: .72rem; font-weight: 500; }
.brand-rank { padding: .45rem .55rem; border: 1px solid var(--gold); color: var(--gold); font-family: Georgia,serif; font-size: .8rem; letter-spacing: .1em; }
.site-header nav,.footer-inner nav { display: flex; gap: .25rem; flex-wrap: wrap; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 .75rem; border-bottom: 3px solid transparent; color: #e6ebf2; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; white-space: nowrap; }
.site-header nav a:hover { color: var(--gold-2); }
.site-header nav a[aria-current="page"] { border-bottom-color: var(--gold); color: var(--gold-2); }
.page-shell { width: 100%; padding: 5rem 1.5rem 7rem; }
article { max-width: 900px; margin: auto; }
article > h1 { margin: 0 0 1.5rem; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem,7.5vw,6rem); font-weight: 600; line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
article > h1 + p { max-width: 70ch; margin-bottom: 2.5rem; padding: 1.1rem 1.3rem; border-left: 5px solid var(--gold); background: rgba(255,255,255,.55); color: #3e4c62; font-size: 1.25rem; }
h2 { margin: 4.5rem 0 1.25rem; padding-bottom: .65rem; border-bottom: 1px solid var(--line); color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,4vw,3rem); line-height: 1.1; text-wrap: balance; }
h3 { color: var(--navy); font-size: 1.2rem; }
p,li { font-size: 1.05rem; }
.cta-row { margin: 1.5rem 0; }
.cta-row a,.lead-form button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 0; background: var(--gold); color: var(--navy); font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 18px rgba(7,26,51,.1); }
.cta-row a:hover,.lead-form button:hover { background: #f0ca69; color: var(--navy); transform: translateY(-1px); }
.rank-card { margin: 1.25rem 0; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: white; box-shadow: 0 9px 24px rgba(7,26,51,.06); }
.rank-card:first-of-type { border-color: #c99d32; box-shadow: 0 12px 30px rgba(180,132,20,.13); }
.rank-title { margin: 0; padding: 1rem 1.25rem; border-left: 8px solid var(--gold); background: var(--navy); color: white; font-family: Georgia,"Times New Roman",serif; font-size: 1.55rem; }
.rank-card > p { margin: 0; padding: 1.2rem 1.35rem; }
.rank-card > p + p { padding-top: 0; }
.table-scroll { overflow: auto; margin: 1.5rem 0; border: 1px solid var(--line); background: white; box-shadow: 0 8px 24px rgba(7,26,51,.05); }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th,td { padding: .9rem; border-bottom: 1px solid #e3dece; text-align: left; vertical-align: top; }
th { background: var(--navy); color: white; }
.faq-question { margin: 1.75rem 0 .35rem; padding: .9rem 1rem; border-left: 4px solid var(--gold); background: rgba(255,255,255,.7); color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; }
.faq-question + p { margin-top: 0; padding: 0 1rem 1rem; background: rgba(255,255,255,.7); }
.lead-form { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding: 1.35rem; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 24px rgba(7,26,51,.05); }
.lead-form label { display: grid; gap: .3rem; font-weight: 700; }
.lead-form input { min-height: 48px; padding: .75rem; border: 1px solid #8e8877; font: inherit; }
.form-status { grid-column: 1/-1; margin: 0; color: var(--muted); }
.hp { position: absolute !important; left: -9999px !important; }
.page-roundup article > h2 { margin-top: 2rem; padding: 1.2rem; border: 1px solid var(--line); border-left: 7px solid var(--gold); background: white; box-shadow: 0 8px 20px rgba(7,26,51,.04); }
.page-methodology article,.page-roundup article,.page-about article,.page-privacy article,.page-404 article { min-height: 350px; padding: clamp(1.5rem,5vw,3.5rem); border: 1px solid var(--line); background: rgba(255,255,255,.55); box-shadow: 0 18px 48px rgba(7,26,51,.07); }
.page-methodology article > h1,.page-roundup article > h1,.page-about article > h1,.page-privacy article > h1,.page-404 article > h1 { font-size: clamp(2.75rem,6vw,4.8rem); }
footer { padding: 3.5rem 1.5rem; border-top: 4px solid var(--gold); background: var(--navy); color: #cbd5e2; }
.footer-inner nav { gap: .4rem 1.2rem; }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-2); }
.footer-inner nav a[aria-current="page"] { color: white; text-decoration-thickness: 3px; }
.footer-inner > p { font-size: .9rem; }
@media (max-width: 760px) {
  .site-header { position: static; }
  .header-inner { align-items: stretch; flex-direction: column; gap: .7rem; padding: 1rem 0 0; }
  .site-brand { padding: 0 1rem; }
  .site-header nav { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding: 0 .4rem .65rem; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { padding: 0 .65rem; }
  .page-shell { padding: 3rem 1rem 5rem; }
  article > h1 { font-size: clamp(2.85rem,13vw,4rem); }
  article > h1 + p { padding: .9rem 1rem; font-size: 1.1rem; }
  h2 { margin-top: 3.5rem; }
  .lead-form { grid-template-columns: 1fr; }
  .rank-card > p { padding: 1rem; }
  .page-roundup article > h2 { margin-top: 1.25rem; }
}
