*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  background: #070d10;
  color: #f4efe4;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: #061014;
  border-bottom: 1px solid rgba(227, 176, 75, 0.22);
}

.topbar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 8px 0;
}

.age-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e3b04b;
  color: #1a1204;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.topbar-copy {
  margin: 0;
  color: #c9c2b4;
  font-size: 13px;
  line-height: 1.45;
}

.topbar-copy a {
  color: #6ee7c5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #0c171c;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  min-height: 74px;
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: flex;
  flex: 0 0 36px;
}

.brand-mark svg {
  display: block;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 2px;
  min-width: 0;
}

.brand-name {
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f7f2e8;
  line-height: 1;
}

.brand-tld {
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e3b04b;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(227, 176, 75, 0.35);
  border-radius: 10px;
  background: #122228;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #f4efe4;
  border-radius: 2px;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 8px;
  color: #d8d1c4;
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: #e3b04b;
  background: rgba(227, 176, 75, 0.08);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 250px;
  padding: 42px 0 46px;
  background: #08141a url("../images/hero-bg.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 13, 16, 0.72) 0%, rgba(7, 13, 16, 0.42) 46%, rgba(7, 13, 16, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 13, 16, 0.08) 0%, rgba(7, 13, 16, 0.28) 100%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: #6ee7c5;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 12px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: #fffaf1;
}

.hero h2 {
  margin: 0;
  max-width: 640px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 1.6vw, 1.1rem);
  font-weight: 500;
  line-height: 1.55;
  color: #ddd6c8;
}

.listing {
  padding: 48px 0 32px;
  background:
    radial-gradient(circle at 12% 8%, rgba(45, 212, 191, 0.1), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(251, 191, 36, 0.08), transparent 30%),
    linear-gradient(180deg, #081216 0%, #070d10 100%);
}

.listing-head {
  margin-bottom: 24px;
}

.listing-kicker {
  margin: 0 0 8px;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-head h2 {
  margin: 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fffaf1;
}

.listing-legend,
.offer-row {
  display: grid;
  grid-template-columns: 52px 108px minmax(150px, 1.1fr) minmax(220px, 1.45fr) 88px 168px;
  gap: 16px;
  align-items: center;
}

.listing-legend {
  padding: 0 20px 12px;
  color: #7f8b8a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer {
  margin-bottom: 16px;
  border: 1px solid rgba(94, 234, 212, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(16, 42, 48, 0.95) 0%, rgba(10, 20, 26, 0.98) 48%, rgba(18, 28, 22, 0.96) 100%);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.offer:nth-of-type(even) {
  border-color: rgba(251, 191, 36, 0.18);
  background:
    linear-gradient(135deg, rgba(28, 24, 14, 0.96) 0%, rgba(12, 18, 22, 0.98) 52%, rgba(16, 34, 38, 0.96) 100%);
}

.offer-lead {
  border-color: rgba(251, 191, 36, 0.55);
  background:
    linear-gradient(135deg, rgba(42, 32, 12, 0.98) 0%, rgba(14, 24, 28, 0.98) 46%, rgba(12, 40, 38, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(251, 191, 36, 0.22),
    0 0 0 1px rgba(251, 191, 36, 0.08);
}

.offer-row {
  position: relative;
  padding: 18px 20px;
}

.offer-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #5eead4, #fbbf24);
}

.offer-lead .offer-row::before {
  background: linear-gradient(180deg, #fbbf24, #f59e0b, #5eead4);
  width: 4px;
}

.offer-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(94, 234, 212, 0.16), rgba(251, 191, 36, 0.1));
  border: 1px solid rgba(94, 234, 212, 0.28);
  color: #fbbf24;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
}

.offer-lead .offer-num {
  background: linear-gradient(160deg, rgba(251, 191, 36, 0.28), rgba(245, 158, 11, 0.12));
  border-color: rgba(251, 191, 36, 0.45);
  color: #ffe08a;
}

.offer-image {
  width: 96px;
  height: 96px;
  padding: 8px;
  border-radius: 18px;
  object-fit: contain;
  background:
    linear-gradient(160deg, #18343c 0%, #0d1a20 100%);
  border: 1px solid rgba(94, 234, 212, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.offer:nth-of-type(even) .offer-image,
.offer-lead .offer-image {
  background:
    linear-gradient(160deg, #2a2414 0%, #121a1e 100%);
  border-color: rgba(251, 191, 36, 0.28);
}

.offer-name strong,
.offer-bonus strong {
  display: block;
  font-style: normal;
}

.offer-name strong {
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fffaf1;
}

.offer-name span,
.offer-bonus em {
  display: block;
  margin-top: 4px;
  color: #8a9693;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
}

.offer-bonus strong {
  color: #5eead4;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.offer-lead .offer-bonus strong {
  color: #fde68a;
}

.offer-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #102028 56%, transparent 57%),
    conic-gradient(#5eead4 0 calc(var(--fill, 90) * 1%), rgba(244, 239, 228, 0.1) 0);
  color: #fffaf1;
  border: 1px solid rgba(94, 234, 212, 0.18);
}

.offer-lead .offer-score {
  background:
    radial-gradient(circle at 50% 50%, #1a160c 56%, transparent 57%),
    conic-gradient(#fbbf24 0 calc(var(--fill, 90) * 1%), rgba(244, 239, 228, 0.1) 0);
  border-color: rgba(251, 191, 36, 0.28);
}

.offer-score strong {
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.offer-score span {
  color: #c9c2b4;
  font-size: 0.68rem;
  font-weight: 600;
}

.offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #5eead4 0%, #2dd4bf 100%);
  color: #042f2e;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  border: 1px solid rgba(167, 243, 208, 0.35);
}

.offer-cta:hover,
.offer-cta:focus-visible {
  background: linear-gradient(180deg, #99f6e4 0%, #5eead4 100%);
}

.offer-lead .offer-cta {
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  color: #1c1405;
  border-color: rgba(253, 230, 138, 0.4);
}

.offer-lead .offer-cta:hover,
.offer-lead .offer-cta:focus-visible {
  background: linear-gradient(180deg, #fde68a 0%, #fbbf24 100%);
}

.offer-disclaimer {
  margin: 0;
  padding: 12px 20px 14px;
  border-top: 1px solid rgba(94, 234, 212, 0.1);
  background: rgba(0, 0, 0, 0.28);
  color: #93a09c;
  font-size: 0.74rem;
  line-height: 1.5;
}

.offer-lead .offer-disclaimer {
  border-top-color: rgba(251, 191, 36, 0.16);
  background: rgba(28, 20, 6, 0.35);
}

.info-band,
.steps-band,
.trust-band,
.faq-band,
.cta-band {
  padding: 54px 0;
}

.info-band {
  background: #0a1418;
  border-top: 1px solid rgba(94, 234, 212, 0.08);
}

.steps-band {
  background:
    radial-gradient(circle at 80% 20%, rgba(251, 191, 36, 0.08), transparent 40%),
    #070d10;
}

.trust-band {
  background: #0c171c;
  border-top: 1px solid rgba(244, 239, 228, 0.06);
  border-bottom: 1px solid rgba(244, 239, 228, 0.06);
}

.faq-band {
  background: #070d10;
}

.cta-band {
  background:
    linear-gradient(120deg, rgba(16, 42, 48, 0.95), rgba(42, 32, 12, 0.9));
  border-top: 1px solid rgba(251, 191, 36, 0.18);
}

.info-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.info-head h2,
.trust-grid h2,
.cta-inner h2 {
  margin: 0 0 10px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fffaf1;
}

.info-lead,
.trust-grid > div > p,
.cta-inner p {
  margin: 0;
  color: #b7c0bb;
  font-size: 1rem;
  line-height: 1.6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(94, 234, 212, 0.14);
  background: linear-gradient(180deg, rgba(18, 34, 40, 0.9), rgba(10, 18, 22, 0.95));
}

.info-card h3 {
  margin: 0 0 10px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  color: #fbbf24;
}

.info-card p {
  margin: 0;
  color: #aeb8b4;
  font-size: 0.92rem;
  line-height: 1.55;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.steps-list li {
  display: flex;
  gap: 14px;
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(251, 191, 36, 0.16);
  background: rgba(16, 24, 28, 0.9);
}

.steps-list span {
  flex: 0 0 auto;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #5eead4;
}

.steps-list h3 {
  margin: 0 0 8px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  color: #fffaf1;
}

.steps-list p {
  margin: 0;
  color: #aeb8b4;
  font-size: 0.92rem;
  line-height: 1.55;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.trust-points {
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  border-radius: 18px;
  border: 1px solid rgba(94, 234, 212, 0.16);
  background: rgba(8, 18, 22, 0.85);
}

.trust-points li {
  position: relative;
  padding: 10px 0 10px 18px;
  color: #d7ddd9;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(244, 239, 228, 0.06);
}

.trust-points li:last-child {
  border-bottom: 0;
}

.trust-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5eead4;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.faq-list details {
  border-radius: 14px;
  border: 1px solid rgba(244, 239, 228, 0.1);
  background: #0c171c;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #fffaf1;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary {
  color: #fbbf24;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 16px;
  color: #aeb8b4;
  font-size: 0.94rem;
  line-height: 1.55;
}

.faq-more {
  margin: 18px 0 0;
}

.faq-more a {
  color: #5eead4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
  color: #1c1405;
  font-weight: 800;
  white-space: nowrap;
}

.cta-link:hover,
.cta-link:focus-visible {
  background: linear-gradient(180deg, #fde68a 0%, #fbbf24 100%);
}

.site-footer {
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  background: #050a0c;
  padding: 48px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}

.footer-brand p {
  margin: 14px 0 0;
  max-width: 420px;
  color: #8f978f;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-col h3,
.footer-responsible h3,
.footer-legal-block h4 {
  margin: 0 0 12px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #fbbf24;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li + li {
  margin-top: 8px;
}

.footer-col a {
  color: #c9d1cc;
  font-size: 0.9rem;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #5eead4;
}

.footer-responsible {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.16);
  background: rgba(18, 24, 20, 0.7);
}

.footer-responsible p,
.footer-age-note p {
  margin: 0;
  color: #a7b0ab;
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-age-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 22px;
  margin-bottom: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
}

.footer-badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 239, 228, 0.08);
}

.footer-badges img {
  width: auto;
  height: 36px;
  max-width: 150px;
  object-fit: contain;
}

.footer-badges a:last-child img {
  height: 42px;
  width: 42px;
}

.footer-legal-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.footer-legal-block {
  padding: 16px;
  border-radius: 14px;
  background: rgba(12, 18, 20, 0.9);
  border: 1px solid rgba(94, 234, 212, 0.1);
}

.footer-legal-block p {
  margin: 0;
  color: #8f978f;
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  padding-top: 8px;
}

.footer-bottom p {
  margin: 0;
  color: #7d8682;
  font-size: 0.82rem;
}

.footer-bottom a {
  color: #5eead4;
}

.age-gate,
.age-blocked {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(94, 234, 212, 0.12), transparent 40%),
    rgba(4, 8, 10, 0.96);
}

.age-gate[hidden],
.age-blocked[hidden],
.cookie-banner[hidden],
#site-shell[hidden] {
  display: none !important;
}

.age-gate-card,
.age-blocked-card {
  width: min(460px, 100%);
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: linear-gradient(180deg, #122228, #0a1418);
  text-align: center;
}

.age-gate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fbbf24;
  color: #1a1204;
  font-size: 0.9rem;
  font-weight: 800;
}

.age-gate-card h2,
.age-blocked-card h2 {
  margin: 0 0 10px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  color: #fffaf1;
}

.age-gate-card p,
.age-blocked-card p {
  margin: 0 0 12px;
  color: #b7c0bb;
  font-size: 0.95rem;
  line-height: 1.55;
}

.age-gate-actions {
  display: grid;
  gap: 10px;
  margin: 18px 0 12px;
}

.age-btn {
  min-height: 48px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.age-btn-yes {
  background: linear-gradient(180deg, #5eead4, #2dd4bf);
  color: #042f2e;
}

.age-btn-no {
  background: transparent;
  color: #d7ddd9;
  border: 1px solid rgba(244, 239, 228, 0.18);
}

.age-gate-note {
  margin: 0 !important;
  font-size: 0.78rem !important;
  color: #8f978f !important;
}

.age-blocked-card a {
  color: #5eead4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 16px;
  background: rgba(5, 10, 12, 0.96);
  border-top: 1px solid rgba(94, 234, 212, 0.2);
}

.cookie-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cookie-inner h2 {
  margin: 0 0 6px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #fffaf1;
}

.cookie-inner p {
  margin: 0;
  color: #aeb8b4;
  font-size: 0.86rem;
  line-height: 1.5;
}

.cookie-inner a {
  color: #5eead4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.cookie-btn-accept {
  background: linear-gradient(180deg, #5eead4, #2dd4bf);
  color: #042f2e;
}

.cookie-btn-essential {
  background: #1a2a30;
  color: #f4efe4;
  border: 1px solid rgba(244, 239, 228, 0.12);
}

.cookie-btn-link {
  background: transparent;
  color: #c9d1cc;
  border: 1px solid rgba(244, 239, 228, 0.14);
}

@media (max-width: 991px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    order: 3;
    padding: 6px 0 8px;
    border-top: 1px solid rgba(244, 239, 228, 0.08);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 10px;
    font-size: 1rem;
  }

  .hero {
    min-height: 210px;
    padding: 36px 0 40px;
  }

  .listing-legend {
    display: none;
  }

  .listing-legend,
  .offer-row {
    grid-template-columns: 44px 88px minmax(0, 1.05fr) minmax(0, 1.25fr) 74px;
    gap: 12px;
  }

  .offer-image {
    width: 84px;
    height: 84px;
  }

  .offer-cta {
    grid-column: 1 / -1;
  }

  .info-grid,
  .steps-list,
  .trust-grid,
  .footer-top,
  .footer-responsible,
  .footer-legal-blocks {
    grid-template-columns: 1fr;
  }

  .cta-inner,
  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(1180px, calc(100% - 24px));
  }

  .topbar-inner {
    align-items: flex-start;
  }

  .topbar-copy {
    font-size: 12px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .nav-bar {
    min-height: 66px;
  }

  .hero {
    min-height: 190px;
    padding: 30px 0 34px;
  }

  .listing {
    padding: 28px 0 18px;
  }

  .offer-row {
    grid-template-columns: 40px 76px minmax(0, 1fr) 68px;
    gap: 10px 8px;
  }

  .offer-num,
  .offer-image {
    grid-row: 1 / 3;
  }

  .offer-image {
    width: 76px;
    height: 76px;
    padding: 6px;
  }

  .offer-name {
    grid-column: 3;
  }

  .offer-bonus {
    grid-column: 3;
  }

  .offer-score {
    grid-column: 4;
    grid-row: 1 / 3;
    width: 68px;
    height: 68px;
    justify-self: end;
  }

  .offer-score strong {
    font-size: 1rem;
  }

  .offer-cta {
    grid-column: 1 / -1;
  }

  .offer-name strong {
    font-size: 1rem;
  }

  .offer-bonus strong {
    font-size: 0.92rem;
  }

  .info-band,
  .steps-band,
  .trust-band,
  .faq-band,
  .cta-band {
    padding: 40px 0;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .footer-badges {
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .site-nav {
    display: block !important;
  }
}

.page-hero {
  position: relative;
  isolation: isolate;
  padding: 40px 0 36px;
  background: #08141a url("../images/hero-bg.jpg") center / cover no-repeat;
}

.page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 13, 16, 0.78) 0%, rgba(7, 13, 16, 0.48) 50%, rgba(7, 13, 16, 0.28) 100%);
  z-index: 0;
}

.page-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page-hero h1 {
  margin: 0 0 10px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fffaf1;
}

.page-hero .page-lead {
  margin: 0;
  max-width: 640px;
  color: #ddd6c8;
  font-size: 1.02rem;
  line-height: 1.55;
}

.page-main {
  padding: 42px 0 56px;
  background:
    radial-gradient(circle at 10% 0%, rgba(94, 234, 212, 0.06), transparent 34%),
    #070d10;
}

.page-content {
  max-width: 820px;
}

.page-content h2 {
  margin: 28px 0 12px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fbbf24;
}

.page-content h2:first-child {
  margin-top: 0;
}

.page-content h3 {
  margin: 20px 0 8px;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  color: #5eead4;
}

.page-content p,
.page-content li {
  color: #b7c0bb;
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-content p {
  margin: 0 0 14px;
}

.page-content ul,
.page-content ol {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.page-content li + li {
  margin-top: 8px;
}

.page-content a {
  color: #5eead4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-panel {
  margin: 18px 0;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(94, 234, 212, 0.14);
  background: rgba(12, 23, 28, 0.9);
}

.page-panel strong {
  color: #fffaf1;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(94, 234, 212, 0.16), rgba(94, 234, 212, 0.06));
  border: 1px solid rgba(94, 234, 212, 0.28);
  color: #5eead4;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-email:hover,
.contact-email:focus-visible {
  color: #99f6e4;
}

.review-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 8px;
}

.review-card,
.platform-card {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.16);
  background: linear-gradient(160deg, rgba(18, 34, 40, 0.95), rgba(10, 18, 22, 0.96));
}

.review-card h3,
.platform-card h3 {
  margin: 0 0 8px;
  color: #fbbf24;
}

.review-card p,
.platform-card p {
  margin: 0;
}

.score-pill {
  display: inline-flex;
  margin-top: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 760px) {
  .review-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding: 32px 0 44px;
  }
}
