.hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/decorative/decor_1.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 48px 24px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
  font-variant: small-caps;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.6;
}

.offers-section {
  padding: 64px 24px;
  background-color: var(--text);
  background-image: url("/images/offers_bg/offers_bg.svg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 10, 69, 0.72);
}

.offers-inner {
  max-width: var(--header-max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.offers-inner h2 {
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 36px;
  font-variant: small-caps;
}

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

.offer-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  max-width: 360px;
  width: 100%;
}

.offer-card-logo {
  width: 312px;
  height: 100px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 8px;
}

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

.offer-card-body {
  padding: 20px 24px 24px;
  color: #1a1a1a;
}

.offer-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  font-variant: normal;
}

.offer-bonus-group {
  margin-bottom: 12px;
}

.offer-card-bonus {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.offer-terms-notice {
  font-size: 11px;
  color: #888;
  display: block;
  margin-top: 4px;
}

.offer-card-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
}

.offer-card-cta {
  display: inline-block;
  background: #006633;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  font-variant: normal;
  letter-spacing: 0;
}

.offer-card-cta:hover {
  background: #004d26;
  color: #fff;
}

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

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

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

.info-inner {
  max-width: var(--header-max);
  margin: 0 auto;
}

.info-section h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.info-section p {
  margin-bottom: 14px;
  color: var(--text);
}

.info-cta {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background: var(--primary);
  color: #fff;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.info-cta:hover {
  background: var(--muted);
  color: #fff;
}

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

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

.layout-split-reverse .info-visual {
  order: -1;
}

.info-visual {
  overflow: hidden;
  max-width: 100%;
}

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

.layout-numbered {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
}

.section-num {
  font-size: 3rem;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1;
  font-variant: normal;
}

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

.info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 20px;
}

.info-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--muted);
}

.info-card p {
  font-size: 14px;
  margin: 0;
}

.layout-quote {
  border-left: 4px solid var(--primary);
  padding-left: 24px;
  margin: 20px 0;
}

.layout-quote p {
  font-style: italic;
  color: var(--muted);
  font-size: 1.05rem;
}

.layout-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.layout-list-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout-list-grid li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.layout-list-grid li::before {
  content: "§";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.layout-band {
  background: var(--secondary);
  padding: 32px;
  margin-top: 20px;
  border: 1px solid var(--border);
}

.layout-band p {
  margin: 0;
}

.layout-columns-3 {
  columns: 2;
  column-gap: 40px;
}

.layout-columns-3 p {
  break-inside: avoid;
}

.layout-stat-row {
  display: flex;
  gap: 24px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.stat-block {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.stat-block strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 4px;
  font-variant: normal;
}

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

.layout-timeline {
  position: relative;
  padding-left: 32px;
  margin-top: 20px;
}

.layout-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--secondary);
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
}

.timeline-item h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.timeline-item p {
  font-size: 14px;
  margin: 0;
}

.layout-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.info-table th,
.info-table td {
  border: 1px solid var(--border);
  padding: 12px 16px;
  text-align: left;
}

.info-table th {
  background: var(--secondary);
  font-variant: small-caps;
  letter-spacing: 0.04em;
}

.layout-icon-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.icon-list-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.icon-list-item .icon-marker {
  width: 36px;
  height: 36px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-variant: normal;
  font-size: 14px;
}

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

  .layout-split,
  .layout-split-reverse,
  .layout-list-grid {
    grid-template-columns: 1fr;
  }

  .layout-split-reverse .info-visual {
    order: 0;
  }

  .layout-cards {
    grid-template-columns: 1fr;
  }

  .layout-columns-3 {
    columns: 1;
  }

  .layout-numbered {
    grid-template-columns: 1fr;
  }

  .section-num {
    font-size: 2rem;
  }

  .offer-card-logo {
    width: 280px;
    height: 90px;
  }

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

  .info-visual img {
    max-width: 100%;
    max-height: 240px;
  }
}
