* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #10231f;
  background: #f5f2e7;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(7, 28, 24, 0.94);
  border-bottom: 1px solid rgba(218, 171, 72, 0.35);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 210px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.main-nav a {
  padding: 9px 14px;
  color: #f8f0cd;
  border: 1px solid rgba(248, 240, 205, 0.18);
  border-radius: 999px;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  min-height: 660px;
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: #f8f0cd;
  background:
    radial-gradient(circle at 18% 18%, rgba(218, 171, 72, 0.2), transparent 31%),
    linear-gradient(135deg, #061c18 0%, #0d3f32 58%, #071c18 100%);
}

.hero-copy h1 {
  margin: 14px 0 18px;
  max-width: 760px;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 1.02;
}

.hero-copy p {
  max-width: 720px;
  color: #d8e5d5;
  font-size: 19px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: #dab148;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions a {
  padding: 13px 18px;
  color: #071c18;
  background: #dab148;
  border-radius: 6px;
  font-weight: 800;
}

.hero-actions a + a {
  color: #f8f0cd;
  background: transparent;
  border: 1px solid rgba(248, 240, 205, 0.32);
}

.hero-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d7ccb0;
}

.ticker div {
  padding: 24px clamp(16px, 4vw, 38px);
  background: #fffaf0;
}

.ticker strong {
  display: block;
  font-size: 22px;
}

.ticker span {
  color: #587068;
}

.content-grid,
.split-section,
.feature-row,
.casino-panel,
.payment-section,
.article-flow,
.faq-section {
  width: min(1180px, calc(100% - 36px));
  margin: 58px auto;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 24px;
}

.lead-card,
.score-board,
.feature-card,
.casino-panel,
.payment-section,
.article-flow,
.faq-section {
  background: #fffdf6;
  border: 1px solid #ded4ba;
  border-radius: 8px;
}

.lead-card,
.score-board {
  padding: clamp(24px, 4vw, 42px);
}

h2 {
  margin: 8px 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

p {
  margin: 0 0 16px;
}

.score-board ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.score-board li {
  padding: 16px;
  background: #eef4df;
  border-left: 4px solid #dab148;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: 30px;
  align-items: center;
}

.split-section > div {
  padding: clamp(24px, 4vw, 44px);
  background: #071c18;
  color: #f8f0cd;
  border-radius: 8px;
}

.split-section p {
  color: #d7e3d5;
}

.split-section img {
  border-radius: 8px;
  border: 1px solid #d9caa7;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 28px;
}

.feature-card h2 {
  font-size: 28px;
}

.casino-panel,
.payment-section,
.article-flow,
.faq-section {
  padding: clamp(26px, 5vw, 50px);
}

.casino-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  color: #f8f0cd;
  background: #0a2d25;
  border-color: rgba(218, 171, 72, 0.45);
}

.casino-panel p {
  color: #dce8d8;
}

.payment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 28px;
}

.payment-list {
  display: grid;
  gap: 14px;
}

.payment-list article {
  padding: 20px;
  background: #eef4df;
  border-radius: 8px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 18px 20px;
  background: #f1ead7;
  border-radius: 8px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin-top: 12px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
  color: #d8e5d5;
  background: #061c18;
}

.site-footer p {
  max-width: 720px;
  margin: 0;
}

@media (max-width: 920px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .content-grid,
  .split-section,
  .casino-panel,
  .payment-section {
    grid-template-columns: 1fr;
  }

  .ticker,
  .feature-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .main-nav {
    justify-content: flex-start;
  }

  .ticker,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}
