.hero-section {
  background: var(--bg);
}

.hero-strip {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.hero-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-body {
  padding: 40px 24px 56px;
  text-align: center;
  max-width: var(--max-w);
  margin: 0 auto;
}

.hero-body h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--text);
  max-width: 900px;
  margin: 0 auto;
}

.hero-sub {
  margin-top: 20px;
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

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

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.88);
}

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

.offers-inner h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.offers-sub {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 32px;
}

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

.offer-card {
  background: linear-gradient(145deg, #2a0a3a, #1a0524);
  border: 1px solid rgba(216, 180, 254, 0.15);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(216, 180, 254, 0.1);
}

.offer-card-logo {
  width: 280px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  flex-shrink: 0;
}

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

.offer-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-card-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #D8B4FE;
}

.offer-bonus-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer-bonus {
  font-size: 0.95rem;
  font-weight: 600;
  color: #F3E8FF;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.offer-terms {
  font-size: 0.72rem;
  color: rgba(243, 232, 255, 0.55);
}

.offer-desc {
  font-size: 0.78rem;
  color: rgba(243, 232, 255, 0.65);
  line-height: 1.45;
}

.offer-cta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 16px;
  background: #7E22CE;
  color: #F3E8FF;
  border: 2px solid #D8B4FE;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.offer-cta:hover {
  background: #9333EA;
  color: #F3E8FF;
}

.info-section {
  padding: 64px 24px;
  border-top: 1px solid var(--border);
}

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

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

.info-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.info-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  line-height: 1.15;
}

.info-section p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.info-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}

.info-cta:hover {
  background: var(--primary);
  color: var(--bg);
}

.info-1-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.info-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.info-checklist li {
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.info-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.info-2-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 24px;
}

.info-2-card {
  background: var(--bg);
  padding: 28px 24px;
}

.info-2-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.info-2-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.info-3-split {
  display: block;
  max-width: 720px;
}

.info-4-timeline {
  position: relative;
  padding-left: 32px;
  margin-top: 24px;
}

.info-4-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--primary);
}

.info-4-step {
  position: relative;
  padding-bottom: 28px;
}

.info-4-step::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
}

.info-4-step h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.info-5-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

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

.info-table th {
  background: var(--surface);
  color: var(--text);
  font-weight: 600;
}

.info-table td {
  color: var(--muted);
}

.info-6-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.info-6-icon {
  flex: 1;
  min-width: 140px;
  padding: 20px;
  border: 1px solid var(--border);
  text-align: center;
}

.info-6-icon strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 6px;
}

.info-6-icon span {
  font-size: 0.85rem;
  color: var(--muted);
}

.info-7-band {
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.08), rgba(129, 140, 248, 0.08));
  padding: 32px;
  border-left: 3px solid var(--primary);
}

.info-7-band p:last-child {
  margin-bottom: 0;
}

.info-8-aside {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.info-8-sidebar {
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--border);
}

.info-8-sidebar h3 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 16px;
}

.info-8-sidebar ul {
  list-style: none;
  padding: 0;
}

.info-8-sidebar li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--muted);
}

.info-9-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin: 28px 0;
}

.info-stat {
  background: var(--bg);
  padding: 28px 20px;
  text-align: center;
}

.info-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  color: var(--primary);
  letter-spacing: -0.03em;
}

.info-stat span {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 6px;
  display: block;
}

.info-10-quote-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.info-pullquote {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.45;
  color: var(--text);
  border-left: 3px solid var(--secondary);
  padding-left: 24px;
  margin: 0;
  letter-spacing: -0.02em;
}

.info-10-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.info-pill {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border: 1px solid var(--border);
  color: var(--muted);
}

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

  .info-1-grid,
  .info-3-split,
  .info-8-aside,
  .info-10-quote-wrap {
    grid-template-columns: 1fr;
  }

  .info-2-columns {
    grid-template-columns: 1fr;
  }

  .info-9-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero-strip {
    height: 60px;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-strip img {
    object-fit: cover;
    max-width: 100%;
  }

  .offer-card-logo {
    width: 240px;
    height: 77px;
  }

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