.hero {
  position: relative;
  min-height: 280px;
  padding: 60px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #020403;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 60px;
  background: linear-gradient(135deg, rgba(167, 243, 208, 0.2), rgba(139, 92, 246, 0.15));
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(139, 92, 246, 0.03) 49%, rgba(139, 92, 246, 0.03) 51%, transparent 52%),
    linear-gradient(90deg, rgba(34, 197, 94, 0.02) 0%, transparent 50%, rgba(139, 92, 246, 0.02) 100%);
  pointer-events: none;
  animation: vhs-track 4s infinite linear;
}

@keyframes vhs-track {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero h1 {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  color: #D1FAE5;
  margin-bottom: 16px;
  text-shadow: 3px 0 rgba(139, 92, 246, 0.35), -3px 0 rgba(34, 197, 94, 0.35), 0 0 30px rgba(34, 197, 94, 0.15);
}

.hero-sub {
  font-size: 18px;
  color: #6EE7B7;
  font-style: italic;
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.6;
}

.hero-accent {
  font-family: cursive;
  color: #A7F3D0;
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
  text-shadow: 0 0 15px rgba(167, 243, 208, 0.4);
}

.offers-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
  position: relative;
}

.offers-section::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  height: 80px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(34, 197, 94, 0.08) 25%, transparent 50%, rgba(139, 92, 246, 0.08) 75%, transparent 100%),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(209, 250, 229, 0.03) 40px, rgba(209, 250, 229, 0.03) 41px);
  transform: perspective(200px) rotateX(60deg);
  pointer-events: none;
  opacity: 0.6;
}

.offers-section h2 {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
  color: #D1FAE5;
  text-shadow: 2px 0 rgba(139, 92, 246, 0.25), -2px 0 rgba(34, 197, 94, 0.25);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.offer-card {
  background: #292524;
  border: 1px solid rgba(250, 250, 249, 0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offer-card-logo-wrap {
  background: #ffffff;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-card-logo {
  width: 212px;
  height: 104px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.offer-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-card-name {
  font-size: 18px;
  color: #fafaf9;
  font-weight: 400;
}

.offer-bonus-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer-bonus {
  font-size: 15px;
  color: #ca8a04;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
}

.offer-terms {
  font-size: 11px;
  color: #78716c;
}

.offer-desc {
  font-size: 13px;
  color: #a8a29e;
  line-height: 1.5;
}

.offer-cta {
  display: inline-block;
  margin-top: auto;
  padding: 12px 20px;
  background: #92400e;
  color: #fafaf9;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
}

.offer-cta:hover {
  background: #65a30d;
  color: #fafaf9;
  text-shadow: none;
}

.info-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.info-block {
  margin-bottom: 80px;
}

.info-block:last-child {
  margin-bottom: 0;
}

.info-block h2 {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 24px;
  color: #D1FAE5;
  text-shadow: 2px 0 rgba(139, 92, 246, 0.2), -2px 0 rgba(34, 197, 94, 0.2);
}

.info-block p {
  color: #6EE7B7;
  line-height: 1.7;
}

.layout-live-border {
  border-left: 3px solid #22C55E;
  padding-left: 32px;
  max-width: 680px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.05), transparent);
}

.layout-slot-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.layout-slot-split .slot-panel {
  background: #04100A;
  padding: 32px;
  border: 1px solid rgba(209, 250, 229, 0.14);
  position: relative;
}

.layout-slot-split .slot-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(139, 92, 246, 0.06));
  pointer-events: none;
}

.layout-slot-split ul {
  list-style: none;
  margin: 0;
}

.layout-slot-split li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(209, 250, 229, 0.08);
  font-size: 14px;
  color: #6EE7B7;
}

.layout-slot-split li:last-child {
  border-bottom: none;
}

.layout-live-center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 36px;
  background: #04100A;
  border: 1px solid rgba(209, 250, 229, 0.14);
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.1);
}

.layout-live-center .cursive-tag {
  font-family: cursive;
  font-size: 28px;
  color: #A7F3D0;
  display: block;
  margin-bottom: 16px;
}

.layout-responsible {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.layout-responsible .resp-main {
  flex: 1;
}

.layout-responsible .resp-aside {
  flex: 0 0 220px;
  background: linear-gradient(160deg, #16A34A, #04100A);
  padding: 28px;
  font-size: 14px;
  color: #D1FAE5;
  line-height: 1.6;
  border: 1px solid rgba(209, 250, 229, 0.14);
  display: flex;
  align-items: center;
  text-align: center;
  font-style: italic;
  font-weight: 700;
}

.layout-deposit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.layout-deposit-cards .dep-card {
  background: #04100A;
  padding: 24px;
  border-top: 2px solid #22C55E;
  border: 1px solid rgba(209, 250, 229, 0.14);
  border-top: 2px solid #22C55E;
}

.layout-deposit-cards .dep-card h3 {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 12px;
  color: #A7F3D0;
}

.layout-deposit-cards .dep-card p {
  font-size: 14px;
}

.layout-bingo-numbered {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.layout-bingo-numbered ol {
  margin: 16px 0 0 24px;
  padding-left: 0;
  color: #6EE7B7;
}

.layout-bingo-numbered ol li {
  margin-bottom: 12px;
  padding-left: 8px;
}

.layout-bingo-numbered .bingo-note {
  flex: 0 0 240px;
  background: #04100A;
  padding: 28px;
  font-size: 14px;
  color: #6EE7B7;
  line-height: 1.6;
  border: 1px solid rgba(209, 250, 229, 0.14);
  border-left: 3px solid rgba(139, 92, 246, 0.5);
}

.layout-guide-steps {
  display: flex;
  gap: 0;
  border: 1px solid rgba(209, 250, 229, 0.14);
}

.layout-guide-steps .step-item {
  flex: 1;
  padding: 28px 24px;
  border-right: 1px solid rgba(209, 250, 229, 0.08);
}

.layout-guide-steps .step-item:last-child {
  border-right: none;
}

.layout-guide-steps .step-item:nth-child(odd) {
  background: #04100A;
}

.layout-guide-steps .step-item:nth-child(even) {
  background: #020403;
}

.layout-guide-steps h3 {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #22C55E;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.layout-guide-steps p {
  font-size: 14px;
}

.layout-poker-quote {
  position: relative;
  padding: 40px 48px;
  background: #04100A;
  max-width: 760px;
  border: 1px solid rgba(209, 250, 229, 0.14);
}

.layout-poker-quote::before {
  content: "\201C";
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 64px;
  color: #22C55E;
  line-height: 1;
  opacity: 0.4;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
}

.layout-poker-quote p {
  font-size: 17px;
  font-style: italic;
  padding-left: 32px;
}

.layout-slots-dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  border: 1px solid rgba(209, 250, 229, 0.14);
  margin-top: 8px;
}

.layout-slots-dl dt {
  padding: 16px 20px;
  background: #04100A;
  border-bottom: 1px solid rgba(209, 250, 229, 0.08);
  font-size: 14px;
  color: #A7F3D0;
  font-style: italic;
  font-weight: 700;
}

.layout-slots-dl dd {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(209, 250, 229, 0.08);
  font-size: 14px;
  color: #6EE7B7;
  margin: 0;
}

.layout-roulette-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.layout-roulette-alt .roulette-visual {
  background: #04100A;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(209, 250, 229, 0.14);
  font-size: 72px;
  color: #22C55E;
  opacity: 0.35;
  text-shadow: 3px 0 rgba(139, 92, 246, 0.5), -3px 0 rgba(34, 197, 94, 0.5);
  font-style: italic;
  font-weight: 700;
}

.layout-roulette-banner {
  background: linear-gradient(135deg, #04100A 0%, #020403 50%, rgba(139, 92, 246, 0.08) 100%);
  padding: 40px 48px;
  border-left: 4px solid #22C55E;
}

.layout-roulette-banner p {
  font-size: 15px;
}

.layout-roulette-banner .hl {
  color: #22C55E;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 32px 20px;
  }

  .hero::before {
    height: 40px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .layout-slot-split,
  .layout-deposit-cards,
  .layout-bingo-numbered,
  .layout-roulette-alt,
  .layout-slots-dl {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .layout-responsible {
    flex-direction: column;
  }

  .layout-responsible .resp-aside {
    flex: none;
    width: 100%;
  }

  .layout-bingo-numbered .bingo-note {
    flex: none;
    width: 100%;
  }

  .layout-guide-steps {
    flex-direction: column;
  }

  .layout-guide-steps .step-item {
    border-right: none;
    border-bottom: 1px solid rgba(209, 250, 229, 0.08);
  }

  .offer-card-logo {
    width: 200px;
    height: 96px;
  }

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