:root {
  --ink: #070b14;
  --navy: #0d1522;
  --panel: #121b2b;
  --gold: #d4af5a;
  --gold-soft: #e8c97a;
  --teal: #7fe3d8;
  --cream: #f4eee4;
  --muted: #c4b9a6;
  --line: rgba(212, 175, 90, 0.28);
  --max: 1160px;
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font: inherit;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.topbar {
  background: #05080f;
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 38px;
  padding-block: 0.45rem;
}

.age-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 1.45rem;
  padding: 0 0.4rem;
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.topbar p {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.topbar a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(212, 175, 90, 0.16);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding-block: 0.65rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.22rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 640;
  letter-spacing: -0.02em;
  color: var(--cream);
}

.brand-sub {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-soft);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.6px;
  margin: 4px auto;
  background: var(--cream);
  transform-origin: center;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  background: #070b14 url("../images/hero-bg.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 11, 20, 0.82) 0%, rgba(7, 11, 20, 0.58) 48%, rgba(7, 11, 20, 0.38) 100%),
    linear-gradient(180deg, rgba(7, 11, 20, 0.18) 0%, rgba(7, 11, 20, 0.55) 100%);
  z-index: -1;
}

.hero-inner {
  padding: clamp(3rem, 6.2vw, 4.8rem) 0;
}

.hero-kicker {
  margin-bottom: 0.7rem;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 16ch;
  margin: 0 0 0.85rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.4vw, 3.35rem);
  font-weight: 640;
  line-height: 1.14;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.hero h2 {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.6vw, 1.12rem);
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.listings {
  position: relative;
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(2.8rem, 5.5vw, 4.6rem);
  background:
    radial-gradient(ellipse 70% 40% at 10% 0%, rgba(127, 227, 216, 0.07), transparent 55%),
    radial-gradient(ellipse 55% 35% at 90% 20%, rgba(212, 175, 90, 0.08), transparent 50%),
    linear-gradient(180deg, #0a101c 0%, var(--ink) 100%);
  border-top: 1px solid rgba(212, 175, 90, 0.12);
}

.listings-head {
  margin-bottom: 1.6rem;
  max-width: 40rem;
}

.listings-kicker {
  margin-bottom: 0.45rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.listings-title {
  margin: 0 0 0.55rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 640;
  letter-spacing: -0.02em;
}

.listings-lead {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.offer {
  overflow: hidden;
  border: 1px solid rgba(212, 175, 90, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 40%),
    linear-gradient(180deg, #121b2b 0%, #0e1624 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.offer-row {
  display: grid;
  grid-template-columns: 58px 92px minmax(110px, 1.1fr) minmax(180px, 1.6fr) 92px auto;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1rem 1.1rem;
}

.offer-rank span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 90, 0.35);
  border-radius: 12px;
  background: rgba(212, 175, 90, 0.08);
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.offer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 56px;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: transparent;
}

.offer-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.offer-label {
  display: block;
  margin-bottom: 0.22rem;
  color: #8f8678;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-name strong,
.offer-bonus strong {
  display: block;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.offer-bonus strong {
  color: var(--gold-soft);
}

.offer-score strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.12rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.offer-score em {
  color: var(--teal);
  font-family: var(--font-display);
  font-style: normal;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.offer-cta {
  justify-self: end;
}

.btn-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8c97a 0%, #d4af5a 48%, #b8923f 100%);
  color: #1a1206;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(212, 175, 90, 0.22);
}

.btn-visit:hover,
.btn-visit:focus-visible {
  filter: brightness(1.06);
}

.offer-disclaimer {
  padding: 0.7rem 1.1rem 0.85rem;
  border-top: 1px dashed rgba(212, 175, 90, 0.18);
  background: rgba(0, 0, 0, 0.22);
}

.offer-disclaimer p {
  color: #8a8276;
  font-size: 0.68rem;
  line-height: 1.45;
}

.panel {
  padding: clamp(2.6rem, 5.5vw, 4.4rem) 0;
  border-top: 1px solid rgba(212, 175, 90, 0.12);
}

.panel-guide {
  background:
    radial-gradient(ellipse 60% 50% at 85% 30%, rgba(212, 175, 90, 0.08), transparent 55%),
    #090e18;
}

.panel-compare {
  background:
    radial-gradient(ellipse 55% 45% at 12% 40%, rgba(127, 227, 216, 0.07), transparent 55%),
    #0a101c;
}

.panel-trust {
  background: linear-gradient(180deg, #0b1320 0%, #070b14 100%);
}

.panel-care {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(212, 175, 90, 0.1), transparent 60%),
    #080d16;
}

.panel-faq {
  background: #070b14;
}

.panel-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: center;
}

.panel-grid-flip .panel-copy {
  order: 2;
}

.panel-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 90, 0.2);
  border-radius: 22px;
  background: #0d1522;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.panel-media img,
.care-media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.step-list,
.point-list {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-top: 1.35rem;
}

.step-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.step-list li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(212, 175, 90, 0.35);
  border-radius: 14px;
  background: rgba(212, 175, 90, 0.08);
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
}

.step-list strong,
.point-list strong,
.faq-item h3 {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--cream);
  font-size: 1.02rem;
  font-weight: 600;
}

.step-list p,
.point-list p,
.faq-item p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.point-list li {
  padding-left: 0.95rem;
  border-left: 2px solid rgba(212, 175, 90, 0.45);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.trust-strip div {
  padding: 0.95rem 0.85rem;
  border: 1px solid rgba(212, 175, 90, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.trust-strip strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.care-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(212, 175, 90, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(212, 175, 90, 0.08), transparent 45%),
    linear-gradient(180deg, #121b2b 0%, #0d1522 100%);
}

.care-media {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.15rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(212, 175, 90, 0.55);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(212, 175, 90, 0.1);
}

.faq-wrap {
  max-width: 820px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(212, 175, 90, 0.16);
  border-radius: 16px;
  background: rgba(18, 27, 43, 0.7);
}

.faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 640;
  letter-spacing: -0.01em;
}

.site-footer {
  background: #05080f;
  border-top: 1px solid rgba(212, 175, 90, 0.14);
}

.footer-shell {
  padding: clamp(2rem, 4vw, 3rem) 0 1.35rem;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(212, 175, 90, 0.12);
}

.footer-tagline {
  max-width: 28rem;
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.footer-col h3,
.footer-responsible-copy h3 {
  margin: 0 0 0.7rem;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-col a {
  color: var(--cream);
  font-size: 0.92rem;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--gold-soft);
}

.footer-responsible {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(1rem, 2.5vw, 1.8rem);
  align-items: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(212, 175, 90, 0.12);
}

.footer-responsible-copy p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 48px;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-badge img {
  display: block;
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
}

.footer-disclosures {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(212, 175, 90, 0.12);
}

.footer-disclosures p {
  color: #8a8276;
  font-size: 0.74rem;
  line-height: 1.55;
}

.footer-disclosures strong {
  color: #c4b9a6;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding-top: 1rem;
}

.footer-bottom p {
  color: #8f8678;
  font-size: 0.8rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(4, 7, 12, 0.86);
}

.age-gate[hidden],
.cookie-banner[hidden],
.age-gate-panel[hidden] {
  display: none !important;
}

.age-gate-panel {
  width: min(100%, 440px);
  padding: 1.5rem 1.35rem 1.4rem;
  border: 1px solid rgba(212, 175, 90, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(212, 175, 90, 0.1), transparent 42%),
    linear-gradient(180deg, #141d2d 0%, #0d1522 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.age-gate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  margin-bottom: 0.85rem;
  padding: 0.28rem 0.55rem;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.age-gate-panel h2 {
  margin: 0 0 0.65rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 640;
  letter-spacing: -0.02em;
}

.age-gate-panel p {
  margin: 0 0 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.age-gate-actions .btn-visit,
.age-gate-actions .btn-outline,
.age-gate-restricted .btn-outline {
  width: 100%;
}

.age-gate-restricted .btn-outline {
  margin-top: 0;
}

body.age-locked {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 900;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 0.95rem 1.05rem;
  border: 1px solid rgba(212, 175, 90, 0.24);
  border-radius: 16px;
  background: rgba(10, 15, 24, 0.96);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.cookie-banner-inner p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.cookie-banner-inner a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-inner .btn-visit {
  flex: 0 0 auto;
  min-width: 110px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #070b14 url("../images/hero-bg.png") center / cover no-repeat;
  border-bottom: 1px solid rgba(212, 175, 90, 0.12);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 11, 20, 0.88) 0%, rgba(7, 11, 20, 0.7) 55%, rgba(7, 11, 20, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 11, 20, 0.15) 0%, rgba(7, 11, 20, 0.55) 100%);
  z-index: -1;
}

.page-hero-inner {
  padding: clamp(2.4rem, 5vw, 3.6rem) 0;
}

.page-hero h1 {
  margin: 0 0 0.7rem;
  max-width: 16ch;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  font-weight: 640;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.page-hero .page-lead {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.page-main {
  padding: clamp(2.2rem, 4.5vw, 3.4rem) 0 clamp(2.8rem, 5vw, 4rem);
  background:
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(212, 175, 90, 0.06), transparent 55%),
    linear-gradient(180deg, #0a101c 0%, var(--ink) 100%);
}

.prose {
  max-width: 760px;
}

.prose h2 {
  margin: 1.8rem 0 0.65rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 640;
  letter-spacing: -0.02em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 1.25rem 0 0.45rem;
  color: var(--gold-soft);
  font-size: 1rem;
  font-weight: 600;
}

.prose p,
.prose li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.prose p + p {
  margin-top: 0.85rem;
}

.prose ul,
.prose ol {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  list-style: disc;
}

.prose ol {
  list-style: decimal;
}

.prose a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-card {
  margin-top: 1.4rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(212, 175, 90, 0.22);
  border-radius: 16px;
  background: rgba(18, 27, 43, 0.72);
}

.contact-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: #8f8678;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card a {
  color: var(--gold-soft);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.home-point {
  padding: 1.1rem 1rem;
  border: 1px solid rgba(212, 175, 90, 0.16);
  border-radius: 16px;
  background: rgba(18, 27, 43, 0.65);
}

.home-point strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--cream);
  font-size: 1rem;
}

.home-point p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.page-cta-row {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .panel-grid,
  .panel-grid-flip,
  .care-shell,
  .footer-top,
  .footer-responsible {
    grid-template-columns: 1fr;
  }

  .footer-badges {
    justify-content: flex-start;
  }

  .panel-grid-flip .panel-copy {
    order: 0;
  }

  .offer-row {
    grid-template-columns: 48px 80px minmax(120px, 1fr) auto;
    grid-template-areas:
      "rank logo name cta"
      "rank logo bonus cta"
      "score score score score";
  }

  .offer-rank { grid-area: rank; }
  .offer-logo { grid-area: logo; }
  .offer-name { grid-area: name; }
  .offer-bonus { grid-area: bonus; }
  .offer-score { grid-area: score; }
  .offer-cta { grid-area: cta; align-self: center; }

  .offer-score {
    padding-top: 0.15rem;
  }
}

@media (max-width: 860px) {
  .nav-bar {
    flex-wrap: wrap;
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding: 0.25rem 0 0.7rem;
    border-top: 1px solid rgba(212, 175, 90, 0.14);
  }

  body.nav-open .site-nav {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    padding-top: 0.7rem;
  }

  .site-nav a {
    width: 100%;
    padding: 0.8rem 0.7rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
  }

  body.nav-open .menu-toggle {
    border-color: var(--gold);
  }

  body.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(5.6px) rotate(45deg);
  }

  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-5.6px) rotate(-45deg);
  }
}

@media (max-width: 560px) {
  .topbar-inner {
    align-items: flex-start;
  }

  .topbar p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .hero h1 {
    max-width: none;
  }

  .offer-row {
    grid-template-columns: 42px 1fr;
    grid-template-areas:
      "rank name"
      "logo logo"
      "bonus bonus"
      "score score"
      "cta cta";
    gap: 0.7rem;
    padding: 0.95rem;
  }

  .offer-logo {
    width: 100%;
    height: 64px;
  }

  .offer-cta {
    justify-self: stretch;
  }

  .btn-visit {
    width: 100%;
    min-width: 0;
  }

  .offer-disclaimer {
    padding: 0.65rem 0.95rem 0.8rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .step-list li {
    grid-template-columns: 40px 1fr;
  }

  .step-list li > span {
    width: 40px;
    height: 40px;
    font-size: 0.84rem;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .home-points {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-inner .btn-visit {
    width: 100%;
  }
}
