.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 1;
}

.hero-left {
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  border-right: 2px solid var(--accent);
}

.hero-right {
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
}

.hero-left h1 {
  color: var(--text);
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  line-height: 1.15;
  max-width: 480px;
  text-align: left;
  hyphens: none;
}

.hero-right p {
  color: var(--text);
  font-size: 1.05rem;
  max-width: 420px;
  text-align: left;
  line-height: 1.7;
}

.offers-section {
  padding: 64px 24px;
  position: relative;
  background-color: var(--surface);
  background-image:
    linear-gradient(180deg, rgba(5, 15, 10, 0.82) 0%, rgba(12, 26, 20, 0.9) 100%),
    url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.85);
}

.offers-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(163, 177, 138, 0.12), transparent 55%);
  pointer-events: none;
}

.offers-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.offers-header {
  text-align: center;
  margin-bottom: 40px;
  hyphens: none;
}

.offers-header .subhead {
  margin-bottom: 8px;
}

.offers-header h2 {
  color: var(--text);
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.offers-header p {
  color: rgba(209, 213, 219, 0.75);
  font-size: 14px;
  text-align: center;
}

.offers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.offer-card {
  background: linear-gradient(145deg, #1a472a 0%, #0d2818 100%);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.25);
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.offer-card-logo {
  width: 200px;
  height: 64px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.95);
  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;
  filter: none;
}

.offer-card-body {
  padding: 20px 24px 24px;
  color: #ffffff;
}

.offer-card-body h3 {
  color: #ffffff;
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.offer-bonus-group {
  margin-bottom: 12px;
}

.offer-bonus {
  font-size: clamp(0.85rem, 2.4vw, 1.05rem);
  font-weight: 700;
  color: #c8e6c9;
  display: block;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.35;
  text-align: left;
  hyphens: none;
  max-width: 100%;
}

.offer-terms {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  margin-top: 4px;
}

.offer-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
  margin-bottom: 16px;
  text-align: left;
}

.offer-cta {
  display: inline-block;
  background: #ffffff;
  color: #0d2818;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
  cursor: pointer;
  border: none;
  text-align: center;
  font-family: var(--font-condensed);
  hyphens: none;
}

.offer-cta:hover {
  background: #e8f5e9;
  color: #0d2818;
}

.info-section {
  padding: 64px 24px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.info-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.info-section h2 {
  font-size: 1.55rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.85);
}

.info-section p {
  margin-bottom: 14px;
  font-size: 15px;
}

.info-1 .info-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}

.info-1 .check-list {
  list-style: none;
  border: 2px solid rgba(0, 0, 0, 0.85);
  padding: 20px;
  background: color-mix(in srgb, var(--text) 94%, var(--accent) 6%);
}

.info-1 .check-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.info-1 .check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.info-1 .check-list li:last-child {
  border-bottom: none;
}

.info-2 .masthead-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
}

.info-2 .edition-mark {
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-right: 3px solid color-mix(in srgb, var(--primary) 30%, rgb(185, 28, 28) 70%);
  padding-right: 12px;
  color: color-mix(in srgb, var(--primary) 30%, rgb(185, 28, 28) 70%);
  height: 160px;
}

.info-3 .split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.info-4 .mobile-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.info-4 .step-card {
  border: 1px solid rgba(0, 0, 0, 0.85);
  padding: 16px;
  background: var(--surface);
  color: var(--text);
}

.info-4 .step-card strong {
  display: block;
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 8px;
}

.info-4 .step-card p {
  color: var(--text);
  font-size: 13px;
  margin: 0;
  text-align: left;
}

.info-5 .two-col-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid rgba(0, 0, 0, 0.85);
  margin-top: 16px;
}

.info-5 .col-block {
  padding: 20px;
}

.info-5 .col-block:first-child {
  border-right: 2px solid rgba(0, 0, 0, 0.85);
  background: color-mix(in srgb, var(--text) 93%, var(--secondary) 7%);
}

.info-5 .col-block h3 {
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  margin-bottom: 10px;
}

.info-6 .live-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.info-6 .live-chip {
  font-family: var(--font-condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: var(--primary);
  color: var(--text);
}

.info-7 .quote-rail {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  margin-top: 8px;
}

.info-7 .quote-mark {
  font-size: 72px;
  line-height: 1;
  color: color-mix(in srgb, var(--primary) 25%, rgb(185, 28, 28) 75%);
  font-family: var(--font-serif);
}

.info-7 .help-list {
  columns: 2;
  column-gap: 28px;
  list-style: disc;
  padding-left: 20px;
  margin-top: 16px;
}

.info-7 .help-list li {
  break-inside: avoid;
  margin-bottom: 8px;
  font-size: 14px;
}

.info-8 .support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid rgba(0, 0, 0, 0.85);
  margin-top: 18px;
}

.info-8 .support-cell {
  background: color-mix(in srgb, var(--text) 94%, var(--accent) 6%);
  padding: 18px;
}

.info-8 .support-cell h3 {
  font-family: var(--font-condensed);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.info-8 .support-cell p {
  margin: 0;
  font-size: 14px;
}

.info-9 .slots-mosaic {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.info-9 .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.info-9 .tag-row span {
  font-family: var(--font-condensed);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}

.info-10 .guide-band {
  border-top: 3px solid rgba(0, 0, 0, 0.85);
  border-bottom: 3px solid rgba(0, 0, 0, 0.85);
  padding: 24px 0;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.info-10 .guide-band article {
  padding-right: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

.info-10 .guide-band article:last-child {
  border-right: none;
}

.info-10 .guide-band h3 {
  font-family: var(--font-condensed);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: color-mix(in srgb, var(--primary) 30%, rgb(185, 28, 28) 70%);
}

.info-10 .guide-band p {
  font-size: 13px;
  margin: 0;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-left {
    border-right: none;
    border-bottom: 2px solid var(--accent);
    min-height: 200px;
  }

  .hero-right {
    min-height: 180px;
  }

  .offer-card-logo {
    width: 160px;
    height: 52px;
  }

  .offer-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .info-1 .info-inner,
  .info-2 .masthead-row,
  .info-3 .split-band,
  .info-5 .two-col-rules,
  .info-7 .quote-rail,
  .info-8 .support-grid,
  .info-9 .slots-mosaic,
  .info-10 .guide-band,
  .info-4 .mobile-steps {
    grid-template-columns: 1fr;
  }

  .info-2 .edition-mark {
    writing-mode: horizontal-tb;
    transform: none;
    height: auto;
    border-right: none;
    border-bottom: 3px solid color-mix(in srgb, var(--primary) 30%, rgb(185, 28, 28) 70%);
    padding: 0 0 8px;
  }

  .info-5 .col-block:first-child {
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.85);
  }

  .info-7 .help-list {
    columns: 1;
  }

  .info-10 .guide-band article {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .offer-card-logo {
    width: 140px;
    height: 48px;
  }

  .offer-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .decor-clip {
    max-width: 100%;
    overflow: hidden;
  }

  .decor-img {
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    height: auto;
  }
}
