.hero-section {
  background: #190B2E;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px;
}

.hero-headline {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  color: #FFC6FF;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding-bottom: 8px;
}

.hero-subtitle-strip {
  background: #2B1055;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.hero-subtitle-strip p {
  font-size: 14px;
  color: #BDB2FF;
  margin: 0;
  text-align: center;
}

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

.offers-section h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFC6FF;
  margin-bottom: 36px;
  text-align: center;
}

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

.offer-card {
  background: #292524;
  border: 1px solid rgba(250, 250, 249, 0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
}

.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, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  border-radius: 4px;
}

.offer-cta:hover {
  background: #65a30d;
  color: #fafaf9;
  text-decoration: none;
  transform: scale(1.03);
}

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

.info-block {
  margin-bottom: 64px;
  scroll-margin-top: 80px;
}

.info-block h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFC6FF;
  margin-bottom: 20px;
}

.info-block p {
  color: #BDB2FF;
  line-height: 1.75;
}

.layout-border-left {
  border-left: 4px solid #FF70A6;
  padding-left: 28px;
  max-width: 720px;
  background: #190B2E;
  border-radius: 0 30px 30px 0;
  padding: 32px 32px 32px 28px;
  box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.2);
}

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

.layout-two-col .col-highlight {
  background: #190B2E;
  padding: 28px;
  border-radius: 30px;
  box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.35), inset -2px -2px 8px rgba(255, 198, 255, 0.04);
  border: 1px solid rgba(255, 112, 166, 0.3);
}

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

.layout-two-col .col-highlight li {
  color: #70D6FF;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 112, 166, 0.15);
  font-size: 14px;
}

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

.layout-centered {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  background: #190B2E;
  padding: 40px 36px;
  border-radius: 30px;
  box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.35), 0 12px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 112, 166, 0.25);
}

.layout-numbered {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: linear-gradient(135deg, #190B2E 0%, #2B1055 100%);
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(255, 112, 166, 0.3);
}

.layout-numbered .info-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #FF70A6;
  color: #190B2E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 112, 166, 0.4);
}

.layout-zigzag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 112, 166, 0.3);
}

.layout-zigzag .zig-text {
  padding: 36px;
  background: #190B2E;
}

.layout-zigzag .zig-accent {
  padding: 36px;
  background: #FF70A6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-zigzag .zig-accent p {
  color: #190B2E;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

.layout-quote {
  border-top: 4px solid #FFD670;
  padding: 36px 0 0;
  max-width: 780px;
}

.layout-quote p {
  font-size: 1.05rem;
  font-style: italic;
  color: #FFC6FF;
}

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

.layout-grid-three .grid-cell {
  background: #190B2E;
  padding: 24px;
  border-radius: 30px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 112, 166, 0.2);
}

.layout-grid-three .grid-cell h3 {
  font-size: 1rem;
  color: #70D6FF;
  margin-bottom: 10px;
  font-weight: 700;
}

.layout-grid-three .grid-cell p {
  font-size: 14px;
  margin: 0;
}

.layout-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 112, 166, 0.3);
}

.layout-split .split-main {
  padding: 36px;
  background: #190B2E;
}

.layout-split .split-side {
  padding: 36px 28px;
  background: #70D6FF;
  display: flex;
  align-items: center;
}

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

.layout-split .split-side li {
  color: #190B2E;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 0;
}

.layout-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.layout-steps .step-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px dashed rgba(255, 112, 166, 0.25);
}

.layout-steps .step-item:last-child {
  border-bottom: none;
}

.layout-steps .step-marker {
  width: 12px;
  height: 12px;
  background: #FF70A6;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(255, 112, 166, 0.6);
}

.layout-steps .step-content h3 {
  font-size: 1rem;
  color: #FFD670;
  margin-bottom: 6px;
  font-weight: 700;
}

.layout-steps .step-content p {
  font-size: 14px;
  margin: 0;
}

.layout-accent-strip {
  background: linear-gradient(90deg, #FF70A6 0%, #70D6FF 50%, #FFD670 100%);
  border-radius: 30px;
  padding: 3px;
}

.layout-accent-strip .strip-inner {
  background: #190B2E;
  border-radius: 28px;
  padding: 36px 40px;
}

.layout-accent-strip h2 {
  color: #FFD670;
}

.layout-grid-three .grid-section-title {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

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

  .offer-card-logo {
    width: 180px;
    height: 88px;
  }

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

  .layout-two-col,
  .layout-zigzag,
  .layout-split,
  .layout-grid-three {
    grid-template-columns: 1fr;
  }

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

  .layout-zigzag .zig-accent {
    order: -1;
  }
}
