.hero-section {
  min-height: 300px;
  padding: 48px 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%),
    radial-gradient(circle at 30% 50%, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
}

.hero-inner {
  max-width: 760px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-inner h1 {
  font-size: clamp(2rem, 5.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
  color: var(--text);
  letter-spacing: -0.03em;
}

.hero-inner .hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--muted);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.offers-section {
  padding: 56px 0;
  position: relative;
  background-image: url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
}

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 18, 0.92);
}

.offers-inner {
  position: relative;
  z-index: 1;
}

.offers-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--text);
}

.offers-intro {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 14px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.offer-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.offer-logo-wrap {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.offer-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: none;
  max-height: none;
}

.offer-bonus-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}

.offer-bonus {
  font-size: 13px;
  font-weight: 600;
  color: #1C1917;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.offer-terms {
  font-size: 11px;
  color: #78716C;
  font-weight: 500;
}

.offer-desc {
  font-size: 12px;
  color: #78716C;
  line-height: 1.5;
}

.offer-cta {
  display: block;
  text-align: center;
  background: #1C1917;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  transition: background 0.2s;
}

.offer-cta:hover {
  background: #44403C;
  color: #ffffff;
}

.info-section {
  padding: 56px 0;
  position: relative;
}

.info-section:nth-child(odd) {
  background: var(--surface);
}

.info-section:nth-child(even) {
  background: var(--bg);
}

.section-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--text);
  line-height: 1.15;
}

.section-title span {
  color: var(--accent);
}

.info-1 .split-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.info-1 .license-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.info-1 .license-pill {
  background: var(--primary);
  color: #000000;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 14px;
  border: 2px solid #000000;
  border-radius: 4px;
  box-shadow: var(--raw-shadow);
}

.info-2 .bonus-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.info-2 .bonus-card {
  background: var(--bg);
  border: 3px solid #000000;
  padding: 20px;
  border-radius: 4px;
  box-shadow: var(--raw-shadow);
}

.info-2 .bonus-card strong {
  display: block;
  font-size: 1.1rem;
  color: var(--accent);
  margin-bottom: 8px;
}

.info-3 .step-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 28px;
  border-left: 4px solid var(--primary);
  padding-left: 24px;
}

.info-3 .step-node {
  position: relative;
  padding-bottom: 28px;
}

.info-3 .step-node::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: var(--accent);
  border: 3px solid #000000;
  border-radius: 50%;
}

.info-3 .step-node strong {
  font-size: 1rem;
  color: var(--primary);
}

.info-4 .game-finder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.info-4 .finder-tile {
  background: var(--surface);
  border: 3px solid #000000;
  padding: 24px;
  border-radius: 4px;
  box-shadow: var(--raw-shadow);
  transition: transform 0.15s;
}

.info-4 .finder-tile:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000000;
}

.info-4 .finder-tile h3 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 8px;
}

.info-5 .variety-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}

.info-5 .variety-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-5 .variety-list li {
  background: var(--bg);
  border: 2px solid #000000;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 3px 3px 0 #000000;
}

.info-6 .roulette-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: start;
}

.info-6 .wheel-facts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.info-6 .wheel-fact {
  background: var(--surface);
  border-left: 6px solid var(--accent);
  padding: 14px 18px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}

.info-7 .promo-strip {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.info-7 .promo-badge {
  flex: 1;
  min-width: 140px;
  background: var(--primary);
  color: #000000;
  padding: 18px;
  text-align: center;
  border: 3px solid #000000;
  border-radius: 4px;
  box-shadow: var(--raw-shadow);
}

.info-7 .promo-badge strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
}

.info-7 .promo-badge span {
  font-size: 12px;
  font-weight: 700;
}

.info-8 .alt-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.info-8 .alt-game-card {
  background: var(--bg);
  border: 3px solid #000000;
  padding: 20px;
  text-align: center;
  box-shadow: var(--raw-shadow);
}

.info-8 .alt-game-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--secondary);
  margin-bottom: 8px;
}

.info-9 .variety-compare {
  margin-top: 24px;
  border: 3px solid #000000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--raw-shadow);
}

.info-9 .variety-compare table {
  width: 100%;
  border-collapse: collapse;
}

.info-9 .variety-compare th,
.info-9 .variety-compare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid #000000;
  font-size: 14px;
}

.info-9 .variety-compare th {
  background: var(--primary);
  color: #000000;
  font-weight: 900;
}

.info-9 .variety-compare td {
  background: var(--surface);
  color: var(--muted);
}

.info-10 .fav-search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

.info-10 .search-tips {
  background: var(--surface);
  border: 3px solid #000000;
  padding: 24px;
  box-shadow: var(--raw-shadow);
}

.info-10 .search-tips h3 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 12px;
}

.info-10 .search-tips ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-10 .search-tips li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 16px;
  position: relative;
}

.info-10 .search-tips li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 900;
}

@media (max-width: 768px) {
  .offer-logo-wrap {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .offer-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .info-1 .split-columns,
  .info-5 .variety-mosaic,
  .info-6 .roulette-intro,
  .info-10 .fav-search,
  .info-2 .bonus-cards,
  .info-4 .game-finder,
  .info-8 .alt-games-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding: 48px 24px;
  }
}
