.hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  overflow: hidden;
  animation: runway-fade 0.9s ease both;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/decorative/decor_1.webp");
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(2, 6, 23, 0.72) 0%,
    rgba(15, 23, 42, 0.55) 50%,
    rgba(2, 6, 23, 0.8) 100%
  );
}

.hero-card {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  animation: editorial-sweep 1.1s ease 0.2s both;
}

.hero-card .aesthetic {
  margin-bottom: 14px;
  animation: aesthetic-pulse 3.2s ease-in-out infinite;
}

.hero-card h1 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
}

.hero-card .hero-sub {
  color: rgba(248, 250, 252, 0.8);
  font-weight: 300;
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .hero-card {
    max-width: 90%;
    padding: 24px;
  }
}

.offers-section {
  position: relative;
  padding: 64px 24px;
  background-image:
    linear-gradient(180deg, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.92)),
    url("/images/offers_bg/offers_bg.webp");
  background-size: cover;
  background-position: center;
}

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(190, 242, 100, 0.08), transparent 55%);
  pointer-events: none;
}

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

.offers-title {
  text-align: center;
  margin-bottom: 10px;
}

.offers-intro {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 32px;
  font-weight: 300;
}

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

.offer-card {
  background: linear-gradient(145deg, #1a2744 0%, #0f172a 100%);
  border: 3px outset #4a5568;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s;
}

.offer-card:hover {
  transform: translateY(-3px);
}

.offer-logo-wrap {
  width: 140px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
  flex-shrink: 0;
}

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

.offer-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.offer-bonus-group {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
}

.offer-bonus {
  font-size: clamp(12px, 2.8vw, 15px);
  font-weight: 600;
  color: #fbbf24;
  display: block;
  margin-bottom: 4px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.offer-terms {
  font-size: 11px;
  color: #94a3b8;
  display: block;
}

.offer-desc {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 14px;
  line-height: 1.45;
}

.offer-cta {
  margin-top: auto;
  display: inline-block;
  padding: 10px 16px;
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  color: #111827;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px outset #f59e0b;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.offer-cta:hover {
  color: #111827;
  filter: brightness(1.05);
}

.info-block {
  position: relative;
  padding: 64px 24px;
  overflow: hidden;
}

.info-block h2 {
  margin-bottom: 16px;
}

.info-block p {
  color: rgba(248, 250, 252, 0.82);
  margin-bottom: 14px;
}

.info-1 {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), var(--bg));
}

.info-1-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.info-1-visual {
  min-height: 240px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  background:
    linear-gradient(145deg, rgba(190, 242, 100, 0.14), transparent 55%),
    url("/images/decorative/decor_2.webp") center/cover;
  border: 1px solid var(--border);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.info-1-visual strong {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--primary);
}

.info-1-visual span {
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.85);
}

.info-2 {
  background: var(--surface);
}

.info-2-stack {
  max-width: var(--max);
  margin: 0 auto;
}

.info-2-asym {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.info-2-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.info-2-list li {
  padding: 14px 16px;
  border-left: 2px solid var(--accent);
  background: rgba(2, 6, 23, 0.45);
  color: rgba(248, 250, 252, 0.8);
  font-size: 0.95rem;
}

.info-3 {
  padding: 0;
}

.info-3-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  max-width: 1400px;
  margin: 0 auto;
}

.info-3-copy {
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg);
}

.info-3-visual {
  background-image: url("/images/decorative/decor_3.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.info-3-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.55), transparent);
}

.info-4 {
  background: linear-gradient(180deg, var(--surface), var(--bg));
}

.info-4-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.info-4-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  text-align: left;
}

.info-4-steps article {
  padding: 18px;
  border-top: 1px solid var(--primary);
  background: rgba(15, 23, 42, 0.6);
}

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

.info-4-steps p {
  font-size: 0.9rem;
  margin: 0;
}

.info-5 {
  background: var(--bg);
}

.info-5-mosaic {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
}

.info-5-panel {
  padding: 32px;
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.7);
}

.info-5-panel ul {
  padding-left: 18px;
  color: rgba(248, 250, 252, 0.8);
  margin: 12px 0 0;
}

.info-5-panel li {
  margin-bottom: 8px;
}

.info-5-aside {
  padding: 28px 22px;
  background: linear-gradient(160deg, rgba(190, 242, 100, 0.12), rgba(15, 23, 42, 0.9));
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.info-5-aside strong {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--primary);
}

.info-6 {
  background: var(--surface);
}

.info-6-rail {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: center;
}

.info-6-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  color: var(--primary);
  border: none;
  padding: 0;
}

.info-7 {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 40%, rgba(2, 6, 23, 1));
}

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

.info-7-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.info-7-row span {
  display: block;
  padding: 20px 12px;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(2, 6, 23, 0.5);
}

.info-8 {
  background: var(--bg);
}

.info-8-split {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.info-8-cards {
  display: grid;
  gap: 12px;
}

.info-8-cards article {
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: rgba(15, 23, 42, 0.65);
}

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

.info-8-cards p {
  margin: 0;
  font-size: 0.9rem;
}

.info-9 {
  background: var(--surface);
}

.info-9-editorial {
  max-width: 880px;
  margin: 0 auto;
  columns: 2;
  column-gap: 36px;
}

.info-9-editorial h2 {
  column-span: all;
  margin-bottom: 18px;
}

.info-9-editorial p {
  break-inside: avoid;
}

.info-9-tags {
  column-span: all;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.info-9-tags span {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
}

.info-10 {
  background: linear-gradient(180deg, var(--bg), var(--surface));
}

.info-10-inner {
  max-width: 720px;
  margin: 0 auto;
}

.info-10-steps {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.info-10-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  color: rgba(248, 250, 252, 0.85);
}

.info-10-steps li::before {
  content: attr(data-step);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--primary);
}

@media (max-width: 800px) {
  .info-1-grid,
  .info-2-asym,
  .info-3-band,
  .info-5-mosaic,
  .info-6-rail,
  .info-8-split {
    grid-template-columns: 1fr;
  }

  .info-3-visual {
    min-height: 200px;
  }

  .info-4-steps,
  .info-7-row {
    grid-template-columns: 1fr;
  }

  .info-9-editorial {
    columns: 1;
  }

  .info-1-visual,
  .info-3-visual,
  .hero-bg,
  .visual {
    max-width: 100%;
    overflow: hidden;
  }

  .info-1-visual {
    min-height: 180px;
    max-height: 280px;
  }

  .info-3-band {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .offer-logo-wrap {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

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

  .hero {
    min-height: 280px;
    padding: 32px 16px;
  }

  .offers-section,
  .info-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-3-copy {
    padding: 36px 16px;
  }

  .info-5-panel {
    padding: 22px 16px;
  }
}
