* {
  box-sizing: border-box;
}

:root {
  --bg: #120b1f;
  --panel: rgba(13, 9, 25, 0.76);
  --panel-strong: rgba(15, 10, 28, 0.95);
  --text: #f6f1e9;
  --muted: #d2c7ba;
  --line: rgba(255, 219, 160, 0.16);
  --gold: #f3b357;
  --gold-strong: #ffcf7b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max-width: 1180px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(240, 109, 141, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(127, 92, 255, 0.16), transparent 28%),
    radial-gradient(circle at bottom center, rgba(243, 179, 87, 0.12), transparent 34%),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.18;
  pointer-events: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul,
ol {
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3,
strong,
th {
  color: var(--text);
}

.site-shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 120px;
}

.site-header,
.hero-copy,
.site-nav,
.content-block,
.offer-card,
.trust-card {
  min-width: 0;
}

.site-header,
.hero-section,
.surface-section,
.article-shell,
.site-footer,
.cookie-banner {
  backdrop-filter: blur(16px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(13, 9, 25, 0.72);
  box-shadow: var(--shadow);
  position: sticky;
  top: 18px;
  z-index: 20;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-mark {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-copy {
  font-size: 0.92rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--muted);
  transition: 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
  border-color: rgba(243, 179, 87, 0.28);
  background: rgba(243, 179, 87, 0.12);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 28px;
  padding: 44px;
  background: linear-gradient(145deg, rgba(29, 18, 48, 0.92), rgba(11, 8, 22, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 179, 87, 0.22), transparent 65%);
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(243, 179, 87, 0.14);
  border: 1px solid rgba(243, 179, 87, 0.2);
  color: var(--gold-strong);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
}

.hero-lead {
  max-width: 60ch;
  font-size: 1.05rem;
}

.hero-actions,
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-badges span,
.offer-rating,
.offer-license {
  color: var(--muted);
}

.hero-badges span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
}

.offer-card,
.trust-card,
.note-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-footprint {
  position: absolute;
  opacity: 0.22;
  pointer-events: none;
}

.hero-footprint::before {
  content: "";
  display: block;
  width: 130px;
  height: 220px;
  background-image:
    radial-gradient(circle at 50% 78%, rgba(243, 179, 87, 0.8) 0 24px, transparent 25px),
    radial-gradient(circle at 26% 30%, rgba(243, 179, 87, 0.8) 0 11px, transparent 12px),
    radial-gradient(circle at 44% 16%, rgba(243, 179, 87, 0.8) 0 10px, transparent 11px),
    radial-gradient(circle at 63% 12%, rgba(243, 179, 87, 0.8) 0 9px, transparent 10px),
    radial-gradient(circle at 80% 24%, rgba(243, 179, 87, 0.8) 0 10px, transparent 11px);
  background-repeat: no-repeat;
}

.hero-footprint-one {
  right: 16px;
  top: 12px;
  transform: rotate(-24deg);
}

.hero-footprint-two {
  right: 112px;
  bottom: 0;
  transform: rotate(16deg) scale(0.92);
}

.button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #1e1407;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  box-shadow: 0 14px 30px rgba(243, 179, 87, 0.24);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.surface-section,
.article-shell,
.site-footer {
  margin-top: 26px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.offers-grid,
.trust-grid,
.two-column-grid {
  display: grid;
  gap: 20px;
}

.offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.22;
  background: currentColor;
  filter: blur(20px);
}

.offer-card h3 {
  margin: 18px 0 10px;
  font-size: 1.5rem;
}

.offer-logo-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.offer-logo {
  max-height: 72px;
  width: auto;
}

.offer-meta {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  font-size: 0.9rem;
}

.offer-bonus {
  margin: 0 0 10px;
  font-size: 1.02rem;
  color: var(--text);
}

.offer-review {
  min-height: 56px;
}

.accent-lizaro {
  color: #d7a35f;
}

.accent-gransino {
  color: #f1bf74;
}

.accent-rolling {
  color: #bb93ff;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-table-wrap {
  margin-top: 28px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

th {
  background: rgba(255, 255, 255, 0.04);
}

.article-shell {
  display: grid;
  gap: 24px;
}

.content-block {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.content-block h2 {
  margin-top: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.content-block h3 {
  margin-bottom: 8px;
  margin-top: 18px;
  font-size: 1.15rem;
}

.two-column-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.note-card {
  margin-top: 18px;
  padding: 18px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list article {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-list h3 {
  margin: 0 0 8px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
  padding: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(243, 179, 87, 0.3);
}

.trust-card span {
  color: var(--muted);
}

.site-footer {
  display: grid;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--gold-strong);
}

.footer-disclaimer {
  margin: 0;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  background: var(--panel-strong);
  border: 1px solid rgba(243, 179, 87, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  z-index: 40;
}

.cookie-banner[hidden] {
  display: none;
}

@media (max-width: 1024px) {
  .offers-grid,
  .trust-grid,
  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(var(--max-width), calc(100% - 20px));
    padding-top: 12px;
  }

  .site-header,
  .hero-section,
  .surface-section,
  .article-shell,
  .site-footer,
  .cookie-banner,
  .content-block {
    padding: 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .site-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .hero-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-badges span {
    width: 100%;
  }

  .hero-footprint-one {
    right: -18px;
    top: -12px;
    transform: rotate(-24deg) scale(0.78);
  }

  .hero-footprint-two {
    right: 18px;
    bottom: -38px;
    transform: rotate(16deg) scale(0.74);
  }
}
