:root {
  --ink: #071a1f;
  --ink-soft: #0f2c33;
  --surface: #f4faf8;
  --surface-alt: #e8f5f1;
  --teal: #0d9488;
  --teal-deep: #0b3d3a;
  --mint: #2dd4bf;
  --gold: #f0c75e;
  --gold-deep: #c9a227;
  --text: #123038;
  --text-muted: #4a6b73;
  --line: rgba(11, 61, 58, 0.12);
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(7, 26, 31, 0.12);
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(45, 212, 191, 0.18), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(240, 199, 94, 0.16), transparent 55%),
    linear-gradient(180deg, var(--surface) 0%, var(--surface-alt) 100%);
  min-height: 100vh;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

.topbar {
  background: linear-gradient(90deg, #062a28 0%, #0b3d3a 50%, #0a4f48 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(240, 199, 94, 0.25);
}

.topbar .container {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.topbar-text {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
  flex-wrap: wrap;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 1.45rem;
  padding: 0 0.4rem;
  border-radius: 6px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.site-nav {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  position: relative;
  z-index: 20;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
}

.brand-icon {
  display: inline-flex;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 14px rgba(11, 61, 58, 0.25));
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-display);
  line-height: 1;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--teal-deep);
}

.brand-tld {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--teal);
  margin-left: 0.05rem;
}

.custom-toggler {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(7, 26, 31, 0.06);
}

.custom-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 148, 136, 0.25);
}

.custom-toggler .toggler-line {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 2px;
  background: var(--teal-deep);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-muted);
  padding: 0.55rem 0.9rem !important;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--teal-deep);
  background: rgba(13, 148, 136, 0.08);
}

.navbar-nav .nav-link.active {
  color: var(--teal-deep);
  background: rgba(13, 148, 136, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 2.6rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11, 61, 58, 0.94) 0%, rgba(13, 148, 136, 0.88) 48%, rgba(10, 79, 72, 0.92) 100%);
  z-index: 0;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(240, 199, 94, 0.22), transparent 42%),
    radial-gradient(circle at 88% 70%, rgba(45, 212, 191, 0.2), transparent 40%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.03) 18px,
      rgba(255, 255, 255, 0.03) 19px
    );
}

.hero-bg::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  border-radius: 40% 60% 55% 45%;
  background: rgba(240, 199, 94, 0.12);
  border: 1px solid rgba(240, 199, 94, 0.18);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0 0 0.85rem;
  max-width: 18ch;
}

.hero h2 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(0.98rem, 1.7vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 58ch;
}

.listing-section {
  padding: 2.5rem 0 3rem;
  flex: 1 0 auto;
}

.listing-head {
  margin-bottom: 1.35rem;
}

.listing-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.listing-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  letter-spacing: -0.025em;
  color: var(--teal-deep);
}

.offers-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.offer-item {
  position: relative;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 248, 0.96) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 10px 32px rgba(7, 26, 31, 0.08);
  overflow: hidden;
}

.offer-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--teal) 100%);
}

.offer-row {
  display: grid;
  grid-template-columns: 64px 110px minmax(120px, 1.1fr) minmax(150px, 1.3fr) 90px auto;
  align-items: center;
  gap: 1rem 1.15rem;
  padding: 1.15rem 1.25rem 1.15rem 1.35rem;
}

.offer-col {
  min-width: 0;
}

.offer-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  background:
    linear-gradient(145deg, var(--gold) 0%, #e8b84a 55%, var(--gold-deep) 100%);
  box-shadow: 0 6px 16px rgba(201, 162, 39, 0.35);
}

.offer-logo {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.offer-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
  line-height: 1.2;
}

.offer-tag {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(13, 148, 136, 0.1);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.offer-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

.offer-bonus {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  color: var(--text);
  line-height: 1.25;
}

.offer-score {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(11, 61, 58, 0.95), rgba(13, 148, 136, 0.9));
  box-shadow: 0 8px 18px rgba(11, 61, 58, 0.22);
}

.score-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--gold);
  line-height: 1;
}

.score-max {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.btn-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.78rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold) 0%, #f5d57a 45%, var(--gold-deep) 100%);
  box-shadow: 0 8px 20px rgba(201, 162, 39, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn-visit:hover,
.btn-visit:focus {
  color: var(--ink);
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.4);
}

.offer-disclaimer {
  border-top: 1px dashed rgba(11, 61, 58, 0.14);
  background: rgba(11, 61, 58, 0.035);
  padding: 0.7rem 1.25rem 0.75rem 1.35rem;
}

.offer-disclaimer p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.content-section {
  padding: 2.6rem 0;
}

.section-intro {
  margin-bottom: 1.5rem;
  max-width: 680px;
}

.section-lead {
  margin: 0.75rem 0 0;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.feature-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.4rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(7, 26, 31, 0.06);
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.12);
}

.feature-num {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--gold-deep);
  margin-bottom: 0.7rem;
}

.feature-card h4,
.tip-item h4,
.footer-responsible h4,
.footer-col h5 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
}

.feature-card h4 {
  margin: 0 0 0.55rem;
  font-size: 1.12rem;
}

.feature-card p,
.tip-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.trust-section {
  padding-top: 0.5rem;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.4rem;
  padding: 1.6rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(11, 61, 58, 0.96) 0%, rgba(13, 148, 136, 0.9) 100%);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(7, 26, 31, 0.16);
}

.trust-panel .listing-kicker {
  color: var(--gold);
}

.trust-panel .listing-title {
  color: var(--white);
}

.trust-panel .section-lead {
  color: rgba(255, 255, 255, 0.82);
}

.trust-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.trust-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.95rem;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
}

.trust-aside {
  display: grid;
  gap: 0.75rem;
  align-content: center;
}

.trust-stat {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-stat-value {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.trust-stat-label {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.8);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tip-item {
  padding: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8f5 100%);
  border: 1px solid var(--line);
}

.tip-item h4 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 2.1rem;
}

.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11, 61, 58, 0.94) 0%, rgba(13, 148, 136, 0.88) 48%, rgba(10, 79, 72, 0.92) 100%);
  z-index: 0;
}

.page-hero .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(240, 199, 94, 0.22), transparent 42%),
    radial-gradient(circle at 88% 70%, rgba(45, 212, 191, 0.2), transparent 40%);
}

.page-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0 0 0.7rem;
}

.page-hero .page-lead {
  margin: 0;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 54ch;
}

.page-main {
  padding: 2.4rem 0 3rem;
  flex: 1 0 auto;
}

.page-panel {
  max-width: 860px;
  padding: 1.6rem 1.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(7, 26, 31, 0.06);
}

.page-panel h2 {
  margin: 1.6rem 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
}

.page-panel h2:first-child {
  margin-top: 0;
}

.page-panel h3 {
  margin: 1.2rem 0 0.45rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--teal-deep);
}

.page-panel p,
.page-panel li {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-panel p {
  margin: 0 0 0.85rem;
}

.page-panel ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.page-panel li {
  margin-bottom: 0.4rem;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--teal-deep);
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.18);
}

.contact-email:hover,
.contact-email:focus {
  color: var(--teal-deep);
  background: rgba(13, 148, 136, 0.16);
}

.site-footer {
  margin-top: auto;
  padding: 2.4rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, #062a28 0%, #071a1f 100%);
  color: rgba(255, 255, 255, 0.82);
  flex-shrink: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.18s ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--gold);
}

.footer-responsible {
  margin-bottom: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-responsible h4 {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: 1.15rem;
}

.footer-responsible p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 900px;
}

.footer-age-note {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.9rem;
  font-size: 0.9rem;
}

.footer-age-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  border-radius: 10px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.footer-age-icon.highlight {
  min-width: 2.8rem;
  height: 2.8rem;
  font-size: 0.95rem;
  box-shadow: 0 0 0 4px rgba(240, 199, 94, 0.22), 0 8px 18px rgba(240, 199, 94, 0.28);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.6rem;
}

.footer-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-badge-link img {
  display: block;
  width: auto;
  max-width: 96px;
  height: 40px;
  object-fit: contain;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 1.5rem;
}

.footer-col h5 {
  margin: 0 0 0.7rem;
  color: var(--white);
  font-size: 1rem;
}

.footer-brand-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 34ch;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.footer-links a {
  font-size: 0.92rem;
  font-weight: 500;
}

.footer-disclosure {
  margin-bottom: 1.1rem;
  padding: 0.95rem 1.05rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-disclosure p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.footer-age-bar {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(240, 199, 94, 0.1);
  border: 1px solid rgba(240, 199, 94, 0.22);
}

.footer-age-bar p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.footer-copy {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copy p {
  margin: 0.9rem 0 0;
  text-align: center;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
}

.age-gate,
.age-restrict {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(7, 26, 31, 0.78);
  backdrop-filter: blur(6px);
}

.age-gate[hidden],
.age-restrict[hidden],
.cookie-consent[hidden] {
  display: none !important;
}

.age-gate-card,
.age-restrict-card {
  width: min(440px, 100%);
  padding: 1.7rem 1.5rem 1.55rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef8f5 100%);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.age-gate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.85rem;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 8px 18px rgba(201, 162, 39, 0.35);
}

.age-gate-card h2,
.age-restrict-card h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
}

.age-gate-card p,
.age-restrict-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.age-restrict-note {
  margin-top: 0.75rem !important;
  font-size: 0.85rem !important;
}

.age-gate-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.btn-age-yes,
.btn-age-no,
.btn-cookie-accept,
.btn-cookie-refuse {
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 700;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.btn-age-yes,
.btn-cookie-accept {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold) 0%, #f5d57a 45%, var(--gold-deep) 100%);
}

.btn-age-no,
.btn-cookie-refuse {
  color: var(--teal-deep);
  background: rgba(13, 148, 136, 0.12);
}

.btn-age-yes:hover,
.btn-age-no:hover,
.btn-cookie-accept:hover,
.btn-cookie-refuse:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

body.gate-locked {
  overflow: hidden;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1070;
}

.cookie-consent-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: rgba(7, 26, 31, 0.96);
  border: 1px solid rgba(240, 199, 94, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.9);
}

.cookie-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: var(--gold);
}

.cookie-copy p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.cookie-copy a {
  color: var(--mint);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.btn-cookie-accept,
.btn-cookie-refuse {
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.btn-cookie-refuse {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.85rem;
    padding: 0.75rem;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .navbar-nav .nav-link {
    border-radius: 10px;
    padding: 0.75rem 0.9rem !important;
  }

  .hero {
    padding: 2rem 0 2.2rem;
  }

  .hero h1 {
    max-width: none;
  }

  .offer-row {
    grid-template-columns: 52px 100px 1fr;
    grid-template-areas:
      "rank logo name"
      "bonus bonus bonus"
      "score score cta";
  }

  .offer-col-rank { grid-area: rank; }
  .offer-col-logo { grid-area: logo; }
  .offer-col-name { grid-area: name; }
  .offer-col-bonus { grid-area: bonus; }
  .offer-col-score { grid-area: score; align-self: center; }
  .offer-col-cta { grid-area: cta; justify-self: end; }

  .btn-visit {
    width: 100%;
  }

  .feature-grid,
  .tips-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button {
    flex: 1;
  }
}

@media (max-width: 575.98px) {
  .topbar-text {
    font-size: 0.74rem;
    gap: 0.45rem;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-tld {
    font-size: 0.95rem;
  }

  .hero {
    padding: 1.7rem 0 1.9rem;
  }

  .offer-row {
    grid-template-columns: 48px 1fr;
    grid-template-areas:
      "rank name"
      "logo logo"
      "bonus bonus"
      "score score"
      "cta cta";
    padding: 1rem 1rem 1rem 1.1rem;
    gap: 0.85rem;
  }

  .offer-col-name {
    align-self: center;
  }

  .offer-logo {
    max-width: 140px;
  }

  .offer-col-cta {
    justify-self: stretch;
  }

  .offer-disclaimer {
    padding: 0.65rem 1rem 0.7rem 1.1rem;
  }

  .content-section {
    padding: 2rem 0;
  }

  .trust-panel {
    padding: 1.2rem;
  }

  .footer-age-note,
  .footer-age-bar {
    align-items: flex-start;
  }

  .footer-badges {
    gap: 0.65rem;
  }
}
