.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.hero-left {
  background: #92400e;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}

.hero-left h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fafaf9;
  max-width: 18ch;
}

.hero-right {
  background: #ca8a04;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 220px;
}

.hero-right p {
  font-size: 17px;
  color: #1c1917;
  text-align: right;
  max-width: 28ch;
  line-height: 1.6;
}

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

.offers-section h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: #fafaf9;
}

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

.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;
}

.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: 400;
  margin-bottom: 24px;
  color: #fafaf9;
  letter-spacing: -0.01em;
}

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

.layout-border-left {
  border-left: 3px solid #92400e;
  padding-left: 32px;
  max-width: 680px;
}

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

.layout-two-col .col-highlight {
  background: #292524;
  padding: 32px;
  border: 1px solid rgba(250, 250, 249, 0.08);
}

.layout-two-col .col-highlight ul {
  list-style: none;
  margin: 0;
}

.layout-two-col .col-highlight li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(250, 250, 249, 0.06);
  font-size: 14px;
  color: #a8a29e;
}

.layout-two-col .col-highlight li:last-child {
  border-bottom: none;
}

.layout-centered {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  padding: 48px 32px;
  background: #292524;
  border: 1px solid rgba(250, 250, 249, 0.08);
}

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

.layout-grid-cards .mini-card {
  background: #292524;
  padding: 24px;
  border-top: 2px solid #65a30d;
}

.layout-grid-cards .mini-card h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #fafaf9;
}

.layout-grid-cards .mini-card p {
  font-size: 14px;
  color: #a8a29e;
}

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

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

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

.layout-numbered .side-note {
  flex: 0 0 240px;
  background: #92400e;
  padding: 28px;
  font-size: 14px;
  color: #fafaf9;
  line-height: 1.6;
}

.layout-strip {
  display: flex;
  gap: 0;
  border: 1px solid rgba(250, 250, 249, 0.12);
}

.layout-strip .strip-item {
  flex: 1;
  padding: 28px 24px;
  border-right: 1px solid rgba(250, 250, 249, 0.08);
}

.layout-strip .strip-item:last-child {
  border-right: none;
}

.layout-strip .strip-item:nth-child(odd) {
  background: #292524;
}

.layout-strip .strip-item:nth-child(even) {
  background: #1c1917;
}

.layout-strip h3 {
  font-size: 14px;
  font-weight: 400;
  color: #ca8a04;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

.layout-quote {
  position: relative;
  padding: 40px 48px;
  background: #292524;
  max-width: 760px;
}

.layout-quote::before {
  content: "\201C";
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 64px;
  color: #92400e;
  line-height: 1;
  opacity: 0.5;
}

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

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

.layout-dl dt {
  padding: 16px 20px;
  background: #292524;
  border-bottom: 1px solid rgba(250, 250, 249, 0.08);
  font-size: 14px;
  color: #ca8a04;
}

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

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

.layout-alternate.reverse {
  direction: rtl;
}

.layout-alternate.reverse > * {
  direction: ltr;
}

.layout-alternate .alt-visual {
  background: #292524;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(250, 250, 249, 0.08);
  font-size: 48px;
  color: #92400e;
  opacity: 0.4;
}

.layout-banner {
  background: linear-gradient(135deg, #292524 0%, #1c1917 100%);
  padding: 40px 48px;
  border-left: 4px solid #65a30d;
}

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

.layout-banner .highlight {
  color: #65a30d;
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 32px 24px 48px;
  }

  .hero-left,
  .hero-right {
    min-height: auto;
  }

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

  .hero-right {
    align-items: flex-start;
  }

  .hero-right p {
    text-align: left;
  }

  .layout-two-col,
  .layout-grid-cards,
  .layout-numbered,
  .layout-alternate,
  .layout-dl {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

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

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

  .layout-strip .strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(250, 250, 249, 0.08);
  }

  .layout-alternate.reverse {
    direction: ltr;
  }

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

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