main {
  position: relative;
}

.hero {
  display: flex;
  min-height: 320px;
  background: var(--bg);
  position: relative;
}

.hero__stripe {
  flex: 0 0 80px;
  background: var(--accent);
  position: relative;
}

.hero__stripe::after {
  content: "OPS";
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  font-family: var(--tactical-mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--bg);
  white-space: nowrap;
}

.hero__body {
  flex: 1;
  padding: 48px 48px 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__tag {
  font-family: var(--tactical-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 12px;
}

.hero__body h1 {
  font-size: clamp(26px, 4.5vw, 42px);
  margin-bottom: 16px;
  max-width: 640px;
}

.hero__body p {
  font-size: 16px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.65;
}

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

.offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 2, 8, 0.88) 0%, rgba(33, 11, 22, 0.92) 100%);
}

.offers-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.offers-section__header {
  text-align: center;
  margin-bottom: 36px;
}

.offers-section__header h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.offers-section__header p {
  font-size: 14px;
  color: var(--muted);
}

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

.offer-card {
  background: linear-gradient(145deg, #1a1f3a 0%, #0f1629 100%);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 360px;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.offer-card__logo-wrap {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  flex-shrink: 0;
}

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

.offer-card__brand {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.offer-card__bonus-wrap {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
}

.offer-card__bonus {
  font-size: 14px;
  color: #fbbf24;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.45;
  max-width: 100%;
}

.offer-card__terms {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}

.offer-card__desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: left;
  width: 100%;
}

.offer-card__btn {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
}

.offer-card__btn:hover {
  color: #fff;
  opacity: 0.9;
}

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

.info-section:nth-child(even) {
  background: rgba(33, 11, 22, 0.5);
}

.info-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.info-section__label {
  font-family: var(--tactical-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 8px;
}

.info-section h2 {
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 20px;
}

.info-section p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 14px;
}

.info-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--secondary);
  font-family: var(--tactical-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-cta:hover {
  background: rgba(255, 56, 100, 0.12);
  color: var(--accent);
}

.info-1__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.info-1__card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 20px;
  text-align: center;
}

.info-1__card strong {
  display: block;
  font-family: var(--tactical-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 8px;
}

.info-1__card span {
  font-size: 13px;
  color: var(--muted);
}

.info-2__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.info-2__list {
  list-style: none;
  margin-top: 16px;
}

.info-2__list li {
  padding: 12px 16px;
  border-left: 3px solid var(--primary);
  background: var(--surface);
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--muted);
}

.info-3__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.info-3__tag {
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-family: var(--tactical-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--secondary);
}

.info-3__visual {
  margin-top: 24px;
  max-width: 100%;
  overflow: hidden;
}

.info-3__visual img {
  width: 100%;
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  border: 1px solid var(--border);
}

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

.info-4__step {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 20px 16px;
  text-align: center;
}

.info-4__num {
  font-family: var(--tactical-mono);
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 8px;
}

.info-4__step p {
  font-size: 13px;
  margin: 0;
}

.info-5__table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.info-5__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

.info-5__table th {
  background: var(--surface);
  font-family: var(--tactical-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--accent);
}

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

.info-6__rail {
  display: flex;
  gap: 0;
  margin-top: 24px;
  position: relative;
}

.info-6__rail::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border);
}

.info-6__point {
  flex: 1;
  text-align: center;
  padding-top: 36px;
  position: relative;
}

.info-6__point::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: var(--primary);
  border: 2px solid var(--bg);
}

.info-6__point h3 {
  font-size: 13px;
  margin-bottom: 6px;
}

.info-6__point p {
  font-size: 12px;
  margin: 0;
}

.info-6__img-wrap {
  margin-top: 28px;
  max-width: 100%;
  overflow: hidden;
}

.info-6__img-wrap img {
  width: 100%;
  max-width: 100%;
  max-height: 280px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.info-7__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.info-7__stat {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 24px;
  text-align: center;
}

.info-7__stat-value {
  font-size: 32px;
  font-family: var(--tactical-mono);
  color: var(--primary);
  margin-bottom: 8px;
}

.info-7__stat-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.info-8__checklist {
  list-style: none;
  margin-top: 20px;
}

.info-8__checklist li {
  padding: 14px 16px 14px 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--muted);
  position: relative;
}

.info-8__checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: var(--accent);
  font-weight: bold;
}

.info-9__bento {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 24px;
}

.info-9__bento-main {
  grid-row: span 2;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 24px;
}

.info-9__bento-side {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 20px;
}

.info-9__bento-side h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.info-9__bento-img {
  margin-top: 16px;
  max-width: 100%;
  overflow: hidden;
}

.info-9__bento-img img {
  max-height: 200px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.info-10__quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.info-10__quote {
  background: var(--surface);
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
}

.info-10__quote p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

.info-10__quote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--tactical-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-style: normal;
}

.tactical-secure-badge {
  display: inline-block;
  font-family: var(--tactical-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  color: rgba(45, 226, 226, 0.7);
  border: 1px solid rgba(45, 226, 226, 0.25);
  padding: 4px 8px;
  margin-top: 12px;
}

.military-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 19px,
      rgba(45, 226, 226, 0.02) 19px,
      rgba(45, 226, 226, 0.02) 20px
    );
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    min-height: auto;
  }

  .hero__stripe {
    flex: none;
    width: 100%;
    height: 6px;
  }

  .hero__stripe::after {
    display: none;
  }

  .hero__body {
    padding: 32px 24px;
    text-align: center;
    align-items: center;
  }

  .hero__body h1,
  .hero__body p {
    max-width: 100%;
  }

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

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

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

  .info-6__rail {
    flex-direction: column;
    gap: 20px;
  }

  .info-6__rail::before {
    display: none;
  }

  .info-6__point {
    padding-top: 0;
    text-align: left;
    padding-left: 28px;
  }

  .info-6__point::before {
    top: 4px;
    left: 0;
    transform: none;
  }

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

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

  .info-9__bento-main {
    grid-row: auto;
  }

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

  .offers-section {
    padding: 48px 16px;
  }

  .info-section {
    padding: 40px 16px;
  }

  .offer-card__logo-wrap {
    width: 120px;
    height: 60px;
  }

  .offer-card__logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .info-3__visual img {
    max-height: 220px;
  }

  .info-6__img-wrap img {
    max-height: 200px;
  }

  .info-9__bento-img img {
    max-height: 160px;
  }
}
