.offer-page {
  min-height: 100vh;
}

.offer-page::before {
  opacity: 0.22;
}

.offer-main {
  padding: 48px 0 96px;
}

.offer-hero {
  padding: 24px 0 18px;
}

.offer-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(57,255,20,0.14);
  text-align: center;
}

.offer-title {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.offer-subtitle {
  margin: 14px auto 0;
  max-width: 840px;
  color: rgba(240,240,240,0.86);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.offer-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.offer-meta__item {
  font-size: 0.96rem;
  color: rgba(240,240,240,0.88);
}

.offer-content .container {
  max-width: 1040px;
}

.offer-doc {
  padding: 6px 0 0;
}

.offer-section + .offer-section {
  margin-top: 36px;
}

.offer-section__title {
  margin: 0 0 22px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

.offer-paragraph,
.offer-point {
  margin: 0 0 16px;
  color: rgba(240,240,240,0.88);
  font-size: 0.98rem;
  line-height: 1.88;
  text-align: justify;
}

.offer-paragraph {
  text-indent: 2em;
}

.offer-point {
  padding-left: 3.3em;
  text-indent: -3.3em;
}

.offer-doc a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: rgba(57,255,20,0.32);
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .offer-main {
    padding-top: 34px;
  }
}

@media (max-width: 768px) {
  .offer-meta {
    flex-direction: column;
    gap: 8px;
  }

  .offer-section__title {
    font-size: 0.96rem;
    margin-bottom: 18px;
  }

  .offer-paragraph,
  .offer-point {
    font-size: 0.92rem;
    line-height: 1.78;
  }

  .offer-point {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}
