.hero-strip {
  position: relative;
  z-index: 5;
  height: 120px;
  overflow: hidden;
  background: var(--surface);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-strip h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.85;
  color: var(--text);
  white-space: nowrap;
  transform: translateY(18%);
  text-transform: uppercase;
}

.hero-subtitle {
  position: relative;
  z-index: 5;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.85);
  border-bottom: 1px solid var(--border);
}

.hero-subtitle p {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.offers-section {
  position: relative;
  z-index: 5;
  padding: 64px 24px;
  background-image: url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
}

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.88) 0%, rgba(3, 7, 18, 0.75) 100%);
}

.offers-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.offers-inner h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-align: center;
  margin-bottom: 8px;
  color: var(--text);
}

.offers-subtitle {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: var(--muted);
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}

.offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.offer-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

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

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

.offer-card h3 {
  font-size: 1.2rem;
  color: #111827;
  text-align: center;
}

.offer-bonus {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.offer-terms {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  color: #9ca3af;
}

.offer-desc {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.5;
}

.offer-cta {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #1e40af;
  color: #ffffff;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 4px;
  transition: background 0.2s;
}

.offer-cta:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.info-section {
  position: relative;
  z-index: 5;
  padding: 72px 24px;
}

.section-caption {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

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

.info-section p {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  margin-bottom: 14px;
  max-width: 640px;
}

.section-cta {
  display: inline-block;
  margin-top: 20px;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: background 0.2s, color 0.2s;
}

.section-cta:hover {
  background: var(--primary);
  color: var(--bg);
}

.info-1 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  background: linear-gradient(135deg, var(--surface) 0%, transparent 100%);
}

.info-1 .editorial-visual {
  position: relative;
  max-width: 420px;
  margin-left: auto;
}

.info-1 .editorial-visual img {
  max-width: 500px;
  max-height: 320px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.info-1 .editorial-visual::after {
  content: "fashion runway editorial";
  position: absolute;
  bottom: -24px;
  right: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(103, 232, 249, 0.4);
  writing-mode: vertical-rl;
}

.info-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-2 .split-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.info-2 .checklist {
  list-style: none;
  padding: 0;
}

.info-2 .checklist li {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  padding: 10px 0 10px 24px;
  border-left: 2px solid var(--primary);
  margin-bottom: 8px;
}

.info-3 {
  background: var(--surface);
  text-align: center;
}

.info-3 .asymmetric-grid {
  max-width: 1000px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  text-align: left;
}

.info-3 .visual-panel {
  background-image: url("/images/decorative/decor_2.webp");
  background-size: cover;
  background-position: center;
  min-height: 200px;
  max-height: 320px;
  border: 1px solid var(--border);
}

.info-3 .text-panel {
  padding: 24px;
  border: 1px solid var(--border);
}

.info-4 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: start;
}

.info-4 .stat-band {
  display: flex;
  gap: 24px;
  margin: 24px 0;
}

.info-4 .stat-item {
  flex: 1;
  padding: 16px;
  border: 1px solid var(--border);
  text-align: center;
}

.info-4 .stat-item span {
  display: block;
  font-size: 1.8rem;
  color: var(--secondary);
  font-family: Georgia, serif;
}

.info-4 .stat-item small {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-4 .side-rail {
  padding-top: 40px;
}

.info-4 .side-rail img {
  max-width: 500px;
  max-height: 320px;
  object-fit: cover;
  opacity: 0.85;
}

.info-5 {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.05) 0%, transparent 60%);
  max-width: 1200px;
  margin: 0 auto;
}

.info-5 .guide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.info-5 .guide-card {
  padding: 24px;
  border: 1px solid var(--border);
  background: rgba(2, 6, 23, 0.6);
}

.info-5 .guide-card h3 {
  font-size: 0.95rem;
  color: var(--primary);
  margin-bottom: 10px;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.info-5 .guide-card p {
  font-size: 13px;
  max-width: none;
}

.info-6 {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.info-6 .support-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  text-align: left;
}

.info-6 .support-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.info-6 .step-num {
  font-family: Georgia, serif;
  font-size: 2rem;
  color: var(--accent);
  line-height: 1;
}

.info-7 {
  background: var(--surface);
  position: relative;
  overflow: hidden;
}

.info-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: repeating-linear-gradient(
    -12deg,
    transparent,
    transparent 40px,
    rgba(163, 230, 53, 0.03) 40px,
    rgba(163, 230, 53, 0.03) 41px
  );
  pointer-events: none;
}

.info-7 .casino-grid {
  max-width: 1100px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.info-7 .casino-item {
  padding: 20px 24px;
  border: 1px solid var(--border);
  background: rgba(3, 7, 18, 0.7);
}

.info-7 .casino-item h3 {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 8px;
}

.info-8 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.info-8 .pull-quote {
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: var(--primary);
  padding: 32px;
  border-left: 3px solid var(--accent);
  line-height: 1.4;
}

.info-8 .roulette-steps ol {
  padding-left: 20px;
}

.info-8 .roulette-steps li {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  margin-bottom: 10px;
}

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

.info-9 .live-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-top: 32px;
  border: 1px solid var(--border);
}

.info-9 .live-col {
  padding: 28px 24px;
  border-right: 1px solid var(--border);
}

.info-9 .live-col:last-child {
  border-right: none;
}

.info-9 .live-col h3 {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.info-10 {
  background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.9) 100%);
  max-width: 1200px;
  margin: 0 auto;
}

.info-10 .mechanics-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  margin-top: 24px;
}

.info-10 .mechanics-img {
  max-width: 500px;
  max-height: 320px;
  overflow: hidden;
}

.info-10 .mechanics-img img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  filter: saturate(0.85);
}

.info-10 .spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.info-10 .spec-table th,
.info-10 .spec-table td {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.info-10 .spec-table th {
  color: var(--text);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.aesthetic-note {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(163, 230, 53, 0.35);
  margin-top: 32px;
}

.visual-editorial-tag {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(249, 115, 22, 0.5);
}

@media (max-width: 768px) {
  .hero-strip {
    height: 80px;
  }

  .hero-strip h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    transform: translateY(22%);
  }

  .offer-logo {
    width: 120px;
    height: 80px;
  }

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

  .info-1 .editorial-visual,
  .info-1 .editorial-visual img,
  .info-4 .side-rail,
  .info-4 .side-rail img,
  .info-10 .mechanics-img,
  .info-10 .mechanics-img img {
    max-width: 100%;
    overflow: hidden;
  }

  .info-1 .editorial-visual img,
  .info-4 .side-rail img,
  .info-10 .mechanics-img img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
  }

  .info-3 .visual-panel {
    max-width: 100%;
    min-height: 160px;
    max-height: 240px;
  }

  .info-7::before {
    width: 100%;
    left: 0;
  }

  .info-1,
  .info-2 .split-columns,
  .info-3 .asymmetric-grid,
  .info-4,
  .info-5 .guide-cards,
  .info-7 .casino-grid,
  .info-8,
  .info-9 .live-layout,
  .info-10 .mechanics-wrap {
    grid-template-columns: 1fr;
  }

  .info-1 .editorial-visual {
    margin: 0 auto;
  }

  .info-6 {
    text-align: left;
  }

  .info-9 .live-col {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .info-9 .live-col:last-child {
    border-bottom: none;
  }

  .info-4 .stat-band {
    flex-direction: column;
  }
}
