:root {
  --ink: #f4f1ea;
  --muted: #aaa5a2;
  --subtle: #716c6e;
  --base: #09090d;
  --panel: #111116;
  --panel-2: #18181f;
  --line: rgba(255,255,255,.09);
  --red: #ef3f4f;
  --red-dark: #bd2432;
  --amber: #f8b84e;
  --green: #6fd39a;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% -10%, rgba(239,63,79,.13), transparent 34rem),
    radial-gradient(circle at 92% 18%, rgba(248,184,78,.055), transparent 30rem),
    var(--base);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.metrika-pixel { position: absolute; left: -9999px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(9,9,13,.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-glow {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), var(--amber), transparent);
  opacity: .8;
}
.header-row { height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; font-size: 1.16rem; }
.brand > span:last-child span { color: var(--red); }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: .72rem;
  background: linear-gradient(145deg, var(--red), #8b1724);
  box-shadow: 0 8px 30px rgba(239,63,79,.25);
}
.header-note { color: var(--muted); font-size: .78rem; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(111,211,154,.09); }
.nav-wrap { border-top: 1px solid rgba(255,255,255,.045); }
.nav-scroll { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; padding-block: 8px; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  transition: .2s ease;
}
.nav-link:hover, .nav-link.active { color: #fff; background: var(--panel-2); border-color: var(--line); }
.nav-link.active span { color: var(--red); }

.hero { padding-top: 34px; padding-bottom: 28px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: var(--subtle); font-size: .72rem; margin-bottom: 22px; }
.breadcrumbs a:hover { color: var(--red); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); gap: 38px; align-items: end; }
.eyebrow, .section-kicker {
  margin: 0 0 9px;
  color: var(--amber);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
}
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow > span { width: 22px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 5vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero-intro { max-width: 780px; color: var(--muted); font-size: 1.02rem; margin-bottom: 16px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--subtle); font-size: .7rem; }
.hero-meta span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; }
.direct-answer {
  margin: 0;
  padding: 22px 22px 20px;
  border: 1px solid rgba(239,63,79,.23);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(239,63,79,.09), rgba(255,255,255,.025));
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
}
.answer-label { display: inline-block; margin-bottom: 10px; color: var(--red); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.direct-answer p { margin: 0; color: #d5d0cc; font-size: .88rem; line-height: 1.75; }

.top-offers, .listing { padding-block: 28px 50px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.section-heading h2, .article h2, .related h2, .faq h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  letter-spacing: -.035em;
  line-height: 1.15;
}
.section-heading > a { color: var(--green); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.top-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.offer-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(155deg, var(--panel-2), var(--panel));
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.offer-card:hover { transform: translateY(-2px); border-color: rgba(239,63,79,.4); box-shadow: 0 15px 40px rgba(0,0,0,.28); }
.offer-card.featured { border-color: rgba(248,184,78,.18); }
.offer-card-link { display: block; }
.offer-top { min-height: 84px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 12px; padding: 14px; }
.rank { color: var(--subtle); font-size: .65rem; font-weight: 900; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .08em; }
.offer-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 900;
  font-size: .75rem;
  background: linear-gradient(145deg, #2c2b35, #181820);
  border: 1px solid rgba(255,255,255,.08);
}
.offer-title { min-width: 0; }
.offer-title h3 { margin: 0 0 2px; font-size: .93rem; line-height: 1.2; }
.offer-title span { display: block; color: var(--subtle); font-size: .59rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid rgba(111,211,154,.25);
  border-radius: 999px;
  color: var(--green);
  background: rgba(111,211,154,.07);
  font-size: .58rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.offer-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 15px; padding: 13px 14px; border-top: 1px solid var(--line); background: rgba(0,0,0,.13); }
.offer-bottom div { min-width: 0; }
.offer-bottom small { display: block; color: var(--subtle); font-size: .58rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.offer-bottom strong { display: block; margin-top: 3px; color: #fff; font-size: .76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offer-bottom .payout strong { color: var(--green); }
.offer-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 9px;
  background: var(--red);
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
  white-space: nowrap;
}
.offer-card:hover .offer-button { background: var(--red-dark); }
.disclosure { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: var(--subtle); font-size: .67rem; }
.disclosure span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-size: .6rem; }

.analysis-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 50px;
  border: 1px solid rgba(248,184,78,.18);
  border-radius: 22px;
  background: #07101f;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.analysis-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,12,25,.96) 0%, rgba(5,12,25,.76) 34%, transparent 64%);
  pointer-events: none;
}
.analysis-visual img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; object-position: center; }
.analysis-visual figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 5vw, 62px);
  top: 50%;
  width: min(390px, 43%);
  transform: translateY(-50%);
}
.analysis-visual figcaption span { display: block; margin-bottom: 8px; color: var(--amber); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.analysis-visual figcaption strong { display: block; margin-bottom: 10px; color: #fff; font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.04em; }
.analysis-visual figcaption small { display: block; color: #bbbcc2; font-size: .82rem; line-height: 1.7; }

.signal-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.022); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { padding: 25px 20px; border-right: 1px solid var(--line); }
.signal-grid div:last-child { border-right: 0; }
.signal-grid b { display: block; color: var(--amber); font-size: 1.35rem; letter-spacing: -.04em; }
.signal-grid span { color: var(--subtle); font-size: .7rem; }
.listing { padding-top: 48px; }
.updated { color: var(--subtle); font-size: .72rem; }
.offer-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }

.editorial { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr); gap: 45px; padding-bottom: 85px; }
.article > section { padding: 34px 0; border-top: 1px solid var(--line); }
.article > section:first-child { border-top: 0; padding-top: 0; }
.article h2 { margin-bottom: 16px; }
.article p { color: var(--muted); font-size: .94rem; line-height: 1.85; }
.article p:last-child { margin-bottom: 0; }
.article p a { color: var(--green); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.external-reference { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.brand-summary {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 50px;
  padding: clamp(22px,4vw,34px);
  border: 1px solid rgba(248,184,78,.18);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(248,184,78,.07),rgba(255,255,255,.02));
}
.brand-summary h2 { margin-bottom: 10px; font-size: clamp(1.45rem,3vw,2.1rem); line-height: 1.15; }
.brand-summary p { max-width: 780px; margin-bottom: 0; color: var(--muted); }
.brand-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--red);
  font-size: .75rem;
  font-weight: 850;
  white-space: nowrap;
}
.brand-cta:hover { background: var(--red-dark); }
.neutral-note { max-width: 420px !important; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.16); font-size: .76rem; }
.review-editorial { padding-bottom: 28px; }
.review-directory, .review-feature { padding-block: 22px 56px; }
.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.review-tile {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(145deg,var(--panel-2),var(--panel));
  transition: transform .2s ease,border-color .2s ease;
}
.review-tile:hover { transform: translateY(-2px); border-color: rgba(239,63,79,.38); }
.review-tile h2, .review-tile h3 { margin: 0 0 4px; font-size: .95rem; line-height: 1.2; }
.review-tile p { margin: 0; color: var(--subtle); font-size: .68rem; line-height: 1.5; }
.review-tile i { color: var(--green); font-style: normal; }
.related { position: sticky; top: 132px; align-self: start; padding: 22px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); }
.related h2 { font-size: 1.25rem; margin-bottom: 15px; }
.related > a { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.related > a > span { color: var(--red); font-weight: 900; }
.related b, .related small { display: block; }
.related b { font-size: .78rem; }
.related small { color: var(--subtle); font-size: .62rem; }
.related i { color: var(--green); font-style: normal; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; font-size: .9rem; font-weight: 750; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { padding: 0 0 17px; }

.info-main { min-height: 65vh; padding-block: 35px 90px; }
.info-card { max-width: 820px; margin: 20px auto 0; padding: clamp(26px, 5vw, 58px); border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.info-card h1 { font-size: clamp(2.25rem, 5vw, 4rem); }
.info-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.back-link { display: inline-block; margin-top: 12px; color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

footer { border-top: 1px solid var(--line); background: #060609; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 38px; padding-block: 48px; }
.footer-grid > div:first-child p { color: var(--subtle); max-width: 320px; font-size: .78rem; margin: 16px 0 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { font-size: .75rem; margin-bottom: 4px; }
.footer-grid > div:not(:first-child) a { color: var(--subtle); font-size: .72rem; }
.footer-grid > div:not(:first-child) a:hover { color: var(--green); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid var(--line); color: var(--subtle); font-size: .65rem; }

@media (max-width: 940px) {
  .hero-layout, .editorial { grid-template-columns: 1fr; }
  .direct-answer { max-width: 720px; }
  .top-grid { grid-template-columns: 1fr; }
  .related { position: static; }
  .brand-summary { grid-template-columns: 1fr; }
  .brand-cta { justify-self: start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 24px, 1180px); }
  .header-row { height: 58px; }
  .header-note { display: none; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 32px; height: 32px; }
  .nav-link { padding: 7px 9px; font-size: .69rem; }
  .hero { padding-top: 22px; padding-bottom: 13px; }
  .breadcrumbs { margin-bottom: 15px; }
  .hero-layout { gap: 18px; }
  h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-intro { font-size: .9rem; }
  .direct-answer { padding: 16px; }
  .top-offers { padding-top: 18px; }
  .section-heading { align-items: start; }
  .section-heading > a { display: none; }
  .offer-list { grid-template-columns: 1fr; }
  .offer-top { grid-template-columns: auto auto 1fr auto; gap: 9px; padding: 12px; }
  .offer-logo { width: 39px; height: 39px; }
  .offer-bottom { grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
  .offer-bottom .payout { display: none; }
  .offer-button { padding: 9px 11px; }
  .analysis-visual { min-height: 245px; margin-bottom: 36px; border-radius: 17px; }
  .analysis-visual::after { background: linear-gradient(0deg, rgba(5,12,25,.97) 0%, rgba(5,12,25,.6) 52%, transparent 82%); }
  .analysis-visual img { min-height: 245px; object-position: 66% center; }
  .analysis-visual figcaption { left: 18px; right: 18px; top: auto; bottom: 17px; width: auto; transform: none; }
  .analysis-visual figcaption span { margin-bottom: 4px; font-size: .57rem; }
  .analysis-visual figcaption strong { margin-bottom: 4px; font-size: 1.35rem; }
  .analysis-visual figcaption small { max-width: 430px; font-size: .7rem; line-height: 1.5; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid div { padding: 18px 12px; }
  .signal-grid div:nth-child(2) { border-right: 0; }
  .signal-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .listing { padding-top: 38px; }
  .editorial { gap: 20px; padding-bottom: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 390px) {
  .offer-title span { max-width: 120px; }
  .review-pill { display: none; }
  .offer-top { grid-template-columns: auto auto 1fr; }
}

@media (max-width: 560px) {
  .review-grid { grid-template-columns: 1fr; }
  .review-directory, .review-feature { padding-bottom: 40px; }
  .brand-summary { margin-bottom: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


.current-period, .page-period span { color: var(--amber); }
.intent-guide, .brand-evidence { padding-block: 28px 52px; }
.brand-evidence { padding-top: 0; }
.guide-heading { max-width: 900px; margin-bottom: 24px; }
.guide-heading h2 { margin: 0 0 14px; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.12; letter-spacing: -.04em; }
.guide-heading > p, .guide-note { color: var(--muted); font-size: .94rem; line-height: 1.85; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.guide-grid > article, .method-grid > article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,var(--panel-2),var(--panel)); }
.guide-grid h3, .method-grid h3 { margin: 0 0 10px; font-size: 1.03rem; }
.guide-grid p, .method-grid p { margin-bottom: 12px; color: var(--muted); font-size: .86rem; line-height: 1.78; }
.guide-grid p:last-child, .method-grid p:last-child { margin-bottom: 0; }
.guide-grid a, .data-table a, .guide-note a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.method-grid > article > b { display: inline-block; margin-bottom: 13px; color: var(--red); font-size: .72rem; letter-spacing: .1em; }
.data-table-wrap { overflow-x: auto; margin-top: 20px; border: 1px solid var(--line); border-radius: 16px; }
.data-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--panel); }
.data-table th, .data-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table th { color: var(--amber); background: rgba(255,255,255,.025); font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.data-table td { color: var(--muted); font-size: .79rem; line-height: 1.6; }
.data-table td:first-child { color: #fff; font-weight: 750; }
.check-list { margin: 0; padding-left: 20px; color: var(--muted); }
.check-list li { margin-bottom: 10px; font-size: .85rem; line-height: 1.7; }
.check-list b { color: #fff; }
.calculator { margin: 22px 0; padding: clamp(20px,4vw,34px); border: 1px solid rgba(248,184,78,.2); border-radius: 20px; background: linear-gradient(145deg,rgba(248,184,78,.07),rgba(255,255,255,.025)); }
.calculator h3 { margin: 0 0 6px; font-size: 1.35rem; }
.calculator > div:first-child > p { color: var(--muted); font-size: .82rem; }
.field-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; margin: 20px 0; }
.field { display: grid; gap: 7px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.field input, .field select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; color: #fff; background: #0b0b10; font: inherit; font-size: .83rem; }
.field input:focus, .field select:focus { outline: 2px solid rgba(248,184,78,.4); outline-offset: 1px; }
.calc-button { min-height: 46px; padding: 11px 16px; border: 0; border-radius: 10px; color: #fff; background: var(--red); font-weight: 850; cursor: pointer; }
.calc-button:hover { background: var(--red-dark); }
.result-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.result-grid > div { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.18); }
.result-grid small, .result-grid strong { display: block; }
.result-grid small { color: var(--subtle); font-size: .63rem; text-transform: uppercase; letter-spacing: .07em; }
.result-grid strong { margin-top: 5px; color: var(--green); font-size: .95rem; }
.page-period { margin-bottom: 14px; font-size: .72rem; font-weight: 800; }
.expanded-info h2 { margin: 30px 0 10px; font-size: 1.35rem; }

@media (max-width: 760px) {
  .method-grid, .guide-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr 1fr; }
  .result-grid { grid-template-columns: 1fr 1fr; }
  .intent-guide, .brand-evidence { padding-block: 20px 40px; }
  .brand-evidence { padding-top: 0; }
  .data-table-wrap { margin-inline: -2px; }
}

@media (max-width: 420px) {
  .field-grid, .result-grid { grid-template-columns: 1fr; }
}
