:root {
  --paper: #f7f2eb;
  --surface: #ffffff;
  --ink: #1f2421;
  --muted: #646862;
  --line: #ded8cf;
  --brick: #b85c3f;
  --brick-dark: #92472f;
  --cream: #efe5d6;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -0.02em; font-size: 20px; }
.brand-mark { width: 30px; height: 30px; object-fit: contain; }
.nav-links { margin-left: auto; display: flex; gap: 26px; }
.nav-links a, .footer-links a { text-decoration: none; color: var(--muted); font-size: 14px; }
.nav-links a:hover, .footer-links a:hover { color: var(--ink); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brick);
  color: white;
  text-decoration: none;
  font-weight: 750;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  transition: background .15s ease, transform .15s ease;
}
.button:hover { background: var(--brick-dark); transform: translateY(-1px); }
.button-small { padding: 10px 14px; font-size: 14px; }
.hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding: 52px 0 48px; }
.eyebrow { margin: 0 0 14px; color: var(--brick-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; }
h1, h2, h3 { margin-top: 0; letter-spacing: -0.035em; }
h1 { font-size: clamp(42px, 4.8vw, 60px); line-height: 1.02; margin-bottom: 22px; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.04; margin-bottom: 22px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.65; font-size: 17px; }
.hero-subhead { max-width: 620px; font-size: 19px; line-height: 1.48; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 24px; }
.cta-note { color: var(--muted); font-size: 13px; }
.hero-media { display: flex; justify-content: center; width: 100%; }
.rating-shuffle { position: relative; width: min(100%, 470px); min-height: 480px; }
.rating-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid #d9dce1;
  border-radius: 15px;
  box-shadow: 0 18px 55px rgba(38, 32, 25, .12);
  transform-origin: 50% 50%;
  transition: transform .65s cubic-bezier(.22,.72,.22,1), opacity .65s ease, filter .65s ease;
  will-change: transform, opacity;
}
.rating-card.is-active { z-index: 3; transform: translate3d(0,0,0) scale(1); opacity: 1; filter: none; }
.rating-card.is-next { z-index: 2; transform: translate3d(28px,24px,0) scale(.94); opacity: .56; filter: saturate(.72); }
.rating-card.is-previous { z-index: 1; transform: translate3d(-22px,43px,0) scale(.88); opacity: .25; filter: saturate(.55); }
.rating-card-header { min-height: 56px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: #b85c3f; color: #fff; }
.rating-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.rating-brand img { width: 23px; height: 23px; object-fit: contain; }
.rating-info { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font: 700 12px/1 Georgia, serif; }
.rating-card-body { padding: 24px 22px 20px; }
.rating-status { display: grid; grid-template-columns: 20px 1fr; gap: 14px; align-items: start; }
.rating-status h3 { margin: -2px 0 3px; font-size: 23px; letter-spacing: -.025em; }
.rating-status p { margin: 0; font-size: 16px; line-height: 1.4; }
.status-dot { width: 16px; height: 16px; margin-top: 3px; border-radius: 50%; }
.status-red { background: #d95652; }
.status-amber { background: #e9a53d; }
.status-green { background: #35aa72; }
.rating-issues { margin-top: 27px; }
.rating-label { margin: 0 0 12px; color: var(--ink); font-size: 14px; font-weight: 800; }
.rating-issue, .rating-clear { display: flex; align-items: center; gap: 11px; min-height: 54px; margin-bottom: 10px; padding: 12px 14px; background: #fff; border: 1px solid #e5e7ea; border-radius: 11px; box-shadow: 0 3px 10px rgba(31,36,33,.04); font-size: 15px; }
.rating-issue span { width: 20px; color: var(--brick-dark); font-size: 18px; text-align: center; }
.rating-clear { margin-top: 46px; color: var(--ink); }
.rating-clear span { width: 24px; height: 24px; display: grid; place-items: center; border: 1.5px solid #35aa72; border-radius: 50%; color: #238858; }
.rating-source { position: absolute; right: 22px; bottom: 17px; left: 22px; margin: 0; padding-top: 15px; border-top: 1px solid #e5e7ea; font-size: 12px; line-height: 1.45; }
.section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.section-copy p { max-width: 620px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--brick-dark); font-weight: 750; text-decoration: none; }
.section-rtb { background: var(--paper); }
.rtb-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(64px, 9vw, 128px); align-items: end; }
.rtb-statement h2 { max-width: 700px; margin-bottom: 0; }
.rtb-detail { padding-top: 24px; border-top: 3px solid var(--brick); }
.rtb-detail p:first-child { margin-top: 0; }
.rtb-detail p { font-size: 17px; }
.benefits { padding-top: 64px; padding-bottom: 64px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.benefit-grid article { border-top: 3px solid var(--brick); padding-top: 22px; }
.benefit-grid p { font-size: 16px; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-number { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: var(--brick-dark); }
.steps p { margin: 0; }
.checks-grid, .privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
.check-list { border-top: 1px solid var(--line); }
.check-list div { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 700; }
.nyc { background: var(--paper); }
.privacy-strip { background: #f9f8f5; }
.final-cta { padding: 110px 0; }
.final-cta p { font-size: 19px; margin-bottom: 26px; }
.footer { padding: 42px 0 50px; background: var(--ink); color: #fff; }
.footer-top { display: flex; align-items: center; gap: 30px; }
.footer-brand { color: #fff; }
.footer-links { margin-left: auto; display: flex; gap: 22px; }
.footer-links a { color: #d7d7d2; }
.legal-copy { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.legal-copy p { color: #bfc2bc; font-size: 12px; line-height: 1.6; max-width: 980px; }
.legal-page { padding: 82px 0 100px; }
.legal-shell { max-width: 760px; }
.legal-shell h1 { font-size: clamp(44px, 6vw, 64px); }
.legal-shell h2 { font-size: 25px; margin-top: 44px; margin-bottom: 12px; }
.legal-shell p { font-size: 16px; }
.legal-shell a { color: var(--brick-dark); }
.legal-date { margin-bottom: 34px; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid, .split, .rtb-layout, .checks-grid, .privacy-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 46px; padding-top: 64px; }
  .rating-shuffle { min-height: 480px; margin-bottom: 22px; }
  .rtb-layout { gap: 38px; }
  .rtb-statement h2 { max-width: 760px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 64px; }
  .nav-wrap .button-small { display: none; }
  h1 { font-size: 44px; }
  h2 { font-size: 34px; }
  .hero-subhead { font-size: 18px; }
  .rating-shuffle { min-height: 435px; }
  .rating-card.is-next { transform: translate3d(13px,18px,0) scale(.95); }
  .rating-card.is-previous { transform: translate3d(-9px,32px,0) scale(.9); }
  .rating-card-header { min-height: 52px; padding: 0 16px; }
  .rating-card-body { padding: 21px 17px 16px; }
  .rating-status h3 { font-size: 21px; }
  .rating-status p { font-size: 14px; }
  .rating-issues { margin-top: 20px; }
  .rating-issue { min-height: 48px; padding: 10px 12px; font-size: 14px; }
  .rating-source { right: 17px; bottom: 14px; left: 17px; }
  .hero-actions .button { width: 100%; }
  .steps li { grid-template-columns: 48px 1fr; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-links { margin-left: 0; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rating-card { transition: none; }
}
