#offers .content-area {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  align-items: stretch;
}

#offers .card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(30, 41, 59, 0.06);
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 1.25rem 1.375rem 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
}

#offers .logo-placeholder {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

#offers .logo-placeholder img,
#offers .offer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: none;
  max-height: none;
  background: transparent;
}

#offers .offer-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
}

#offers .bonus-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

#offers .bonus-terms {
  margin: 0;
  font-size: 0.6875rem;
  color: #64748b;
  line-height: 1.4;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

#offers .offer-desc {
  margin: 0;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.45;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

#offers .action-area {
  margin-top: 0.35rem;
  width: 100%;
}

#offers .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.8125rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: #4f46e5;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

#offers .btn:hover {
  background: #4338ca;
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  #offers .logo-placeholder {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

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

  #offers .bonus-text {
    font-size: 0.875rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.hero {
  padding: 56px 24px 28px;
}

.hero-stack {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.hero-card {
  border-radius: 12px;
}

.hero-card-back {
  position: absolute;
  inset: 0;
  background: #031433;
  padding: 18px 32px 22px;
  box-shadow: 0 18px 50px rgba(34, 211, 238, 0.14);
  color: var(--muted);
  font-size: 0.95rem;
  display: flex;
  align-items: flex-end;
}

.hero-card-front {
  position: relative;
  margin: 10px 0 0 20px;
  background: var(--surface);
  padding: 32px;
  box-shadow: 0 24px 70px rgba(56, 189, 248, 0.22);
}

.hero-card-front h1 {
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

.hero-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.offers-section {
  position: relative;
  padding: 56px 24px 64px;
  background-color: #000000;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(2, 15, 47, 0.78)),
    url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
}

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.12), transparent 55%);
}

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

.offers-title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.offers-lead {
  text-align: center;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 0.92rem;
}

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

.info-section::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 12%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(34, 211, 238, 0.12), inset 0 0 24px rgba(56, 189, 248, 0.08);
  pointer-events: none;
  animation: space-zoom 28s ease-in-out infinite alternate;
}

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

.info-section h2 {
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

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

.layout-pay {
  background-image:
    linear-gradient(120deg, rgba(2, 6, 23, 0.82), rgba(2, 15, 47, 0.9)),
    url("/images/decorative/decor_1.webp");
  background-size: cover;
  background-position: center;
}

.pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.pay-card {
  background: rgba(2, 15, 47, 0.78);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(56, 189, 248, 0.1);
}

.pay-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text);
}

.pay-card p {
  font-size: 0.85rem;
  margin: 0;
}

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

.step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step-list li {
  padding-left: 42px;
  position: relative;
  color: var(--muted);
}

.step-list li::before {
  content: attr(data-n);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #000000;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.layout-guide {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.guide-note {
  background: var(--surface);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(129, 140, 248, 0.12);
}

.types-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  margin-top: 8px;
}

.types-copy {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.types-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.type-tile {
  background: rgba(2, 15, 47, 0.9);
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.1);
  font-size: 0.85rem;
  color: var(--muted);
}

.type-tile strong {
  display: block;
  color: var(--text);
  margin-bottom: 4px;
}

.stat-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.stat-chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.1);
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.12);
}

.layout-media {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.timeline {
  list-style: none;
  margin-top: 12px;
}

.timeline li {
  position: relative;
  padding: 0 0 22px 28px;
  color: var(--muted);
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 12px var(--primary);
}

.timeline li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  bottom: 0;
  width: 1px;
  background: rgba(56, 189, 248, 0.25);
}

.timeline li:last-child::after {
  display: none;
}

.layout-faq details {
  background: var(--surface);
  padding: 14px 16px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 10px 28px rgba(56, 189, 248, 0.08);
}

.layout-faq summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 600;
}

.layout-faq details p {
  margin: 10px 0 0;
}

.layout-quote {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 24px;
  align-items: center;
}

.pull-quote {
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--text);
  letter-spacing: 0.03em;
  padding: 24px;
  background-image:
    linear-gradient(160deg, rgba(2, 15, 47, 0.88), rgba(0, 0, 0, 0.7)),
    url("/images/decorative/decor_4.webp");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(129, 140, 248, 0.16);
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 12px;
}

.mini-table th,
.mini-table td {
  text-align: left;
  padding: 10px 8px;
  color: var(--muted);
  box-shadow: inset 0 -1px 0 rgba(224, 242, 254, 0.08);
}

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

.layout-orbit {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: center;
}

.orbit-viz {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.orbit-viz span {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-core {
  width: 18px;
  height: 18px;
  background: var(--accent);
  box-shadow: 0 0 22px var(--accent);
}

.orbit-ring {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35), 0 0 18px rgba(56, 189, 248, 0.25);
  animation: spin-orbit 18s linear infinite;
}

.orbit-ring-b {
  width: 148px;
  height: 148px;
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.28), 0 0 22px rgba(34, 211, 238, 0.18);
  animation: spin-orbit 28s linear infinite reverse;
}

.variety-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
}

.variety-list li {
  background: rgba(2, 15, 47, 0.7);
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 720px) {
  .hero-stack {
    padding-bottom: 0;
    background: var(--surface);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(56, 189, 248, 0.22);
    overflow: hidden;
  }

  .hero-card-back {
    position: static;
    width: 100%;
    padding: 20px 24px 8px;
    box-shadow: none;
    border-radius: 12px 12px 0 0;
    background: var(--surface);
    display: block;
  }

  .hero-card-front {
    margin: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: none;
  }

  .pay-grid,
  .layout-steps,
  .layout-guide,
  .types-mosaic,
  .layout-media,
  .layout-quote,
  .layout-orbit,
  .variety-list {
    grid-template-columns: 1fr;
  }

  .layout-media,
  .types-mosaic,
  .layout-guide,
  .layout-quote,
  .info-inner {
    min-width: 0;
    max-width: 100%;
  }

  .info-section::after {
    display: none;
  }
}

@media (max-width: 375px) {
  .hero,
  .offers-section,
  .info-section {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .decor-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
