.hero {
  padding: 64px 24px 72px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 30%, rgba(250, 202, 21, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

.hero-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 40px;
  background: var(--surface);
  border-radius: 6px;
  box-shadow:
    6px 6px 0 var(--paper-shadow),
    12px 12px 0 rgba(0, 0, 0, 0.2);
  transform: rotate(0.4deg);
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-card h1 {
  font-size: clamp(26px, 4vw, 36px);
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.25;
}

.hero-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-caption {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: var(--ink-muted);
  margin-top: 18px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

.offers-section {
  padding: 56px 24px;
  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(10, 10, 8, 0.82);
  pointer-events: none;
}

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

.offers-inner h2 {
  font-size: 28px;
  color: var(--primary);
  text-align: center;
  margin-bottom: 8px;
}

.offers-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.06em;
}

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

.offer-card {
  background: #1a1810;
  border-radius: 6px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.2s;
}

.offer-card:hover {
  transform: translateY(-3px);
}

.offer-logo {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
  text-decoration: none;
}

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

.offer-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

.offer-bonus {
  font-size: 15px;
  color: #FACC15;
  margin-bottom: 4px;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.offer-terms {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.offer-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 16px;
}

.offer-cta {
  padding: 10px 24px;
  background: #DC2626;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-family: Georgia, serif;
  width: 100%;
  max-width: 200px;
  transition: background 0.2s;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.offer-cta:hover {
  background: #b91c1c;
}

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

.info-section:nth-child(odd) {
  background: rgba(22, 19, 10, 0.5);
}

.info-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.info-section h2 {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 16px;
}

.info-section p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 14px;
}

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

.info-1-layout .paper-note {
  background: var(--paper);
  color: #2a2520;
  padding: 24px;
  border-radius: 3px;
  box-shadow: 6px 6px 0 var(--paper-shadow);
  transform: rotate(-1deg);
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  line-height: 1.8;
}

.info-2-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.live-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-chip {
  padding: 8px 16px;
  background: var(--surface);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: var(--accent);
  box-shadow: 3px 3px 0 var(--paper-shadow);
  border-radius: 2px;
}

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

.step-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.step-paper {
  padding: 14px 18px;
  background: rgba(250, 247, 242, 0.04);
  box-shadow: 4px 4px 0 var(--paper-shadow);
  border-radius: 2px;
  font-size: 14px;
  color: var(--muted);
  transform: rotate(0.2deg);
}

.step-paper:nth-child(even) {
  transform: rotate(-0.3deg);
  margin-left: 12px;
}

.info-3-aside {
  padding: 20px;
  background: var(--surface);
  box-shadow: 5px 5px 0 var(--paper-shadow);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: var(--primary);
  line-height: 2;
}

.info-4-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.rugby-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.rugby-card {
  padding: 18px;
  background: var(--surface);
  box-shadow: 4px 4px 0 var(--paper-shadow);
  border-radius: 2px;
}

.rugby-card strong {
  display: block;
  color: var(--primary);
  margin-bottom: 6px;
  font-size: 15px;
}

.rugby-card span {
  font-size: 13px;
  color: var(--muted);
}

.info-5-layout {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.phone-mock {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
  padding: 20px 28px;
  background: var(--surface);
  box-shadow: 6px 6px 0 var(--paper-shadow);
  border-radius: 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: var(--accent);
}

.info-6-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.basket-stats {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-label {
  width: 100px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: var(--muted);
  flex-shrink: 0;
}

.stat-bar {
  flex: 1;
  height: 8px;
  background: rgba(250, 247, 242, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.stat-fill {
  height: 100%;
  background: var(--primary);
  border-radius: 2px;
}

.info-7-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.pay-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 14px;
}

.pay-table th,
.pay-table td {
  padding: 10px 14px;
  text-align: left;
  color: var(--muted);
}

.pay-table th {
  background: var(--surface);
  color: var(--primary);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}

.pay-table tr:nth-child(even) td {
  background: rgba(250, 247, 242, 0.03);
}

.info-8-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.security-item {
  padding: 20px 16px;
  background: var(--surface);
  text-align: center;
  box-shadow: 4px 4px 0 var(--paper-shadow);
  border-radius: 2px;
}

.security-item strong {
  display: block;
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Courier New", Courier, monospace;
}

.security-item span {
  font-size: 13px;
  color: var(--muted);
}

.info-9-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.bet-type-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.bet-type-list li {
  padding: 12px 16px;
  margin-bottom: 8px;
  background: var(--surface);
  box-shadow: 3px 3px 0 var(--paper-shadow);
  font-size: 14px;
  color: var(--muted);
  transform: rotate(0.1deg);
}

.bet-type-list li:nth-child(odd) {
  margin-left: 8px;
}

.info-10-layout {
  text-align: center;
}

.football-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.football-tag {
  padding: 8px 18px;
  background: var(--surface);
  color: var(--text);
  font-size: 13px;
  box-shadow: 3px 3px 0 var(--paper-shadow);
  border-radius: 999px;
}

.football-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: left;
  margin-top: 20px;
}

.paper-craft-bg {
  background-image:
    linear-gradient(135deg, rgba(245, 240, 230, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(245, 240, 230, 0.03) 25%, transparent 25%);
  background-size: 20px 20px;
}

@media (max-width: 768px) {
  .hero-card {
    padding: 24px 20px;
  }

  .offer-logo {
    width: 100px;
    height: 50px;
  }

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

  .offer-bonus {
    font-size: 14px;
  }

  .info-1-layout,
  .info-3-layout,
  .info-4-layout,
  .info-6-layout,
  .info-7-layout,
  .info-9-layout,
  .football-columns,
  .security-grid,
  .rugby-cards {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .info-6-layout {
    display: block;
  }
}
