/* Long-form offer styles are isolated from the approved V18 visual assets. */
.offer-page .page-hero h1 {
  max-width: none;
}

.offer-language-notice,
.offer-document {
  margin-inline: auto;
  max-width: 920px;
}

.offer-language-notice {
  background: rgb(255 224 138 / 7%);
  border: 1px solid rgb(255 224 138 / 25%);
  border-radius: 16px;
  color: #dce5f0;
  margin-bottom: 18px;
  padding: 18px 20px;
}

.offer-language-notice strong {
  color: var(--yellow);
  font-family: var(--legal-display);
  font-size: 16px;
  font-weight: 720;
}

.offer-language-notice p {
  font-size: 15px;
  line-height: 1.65;
  margin: 6px 0 0;
}

.offer-document {
  background: linear-gradient(145deg, rgb(10 31 53 / 94%), rgb(4 18 36 / 96%));
  border: 1px solid rgb(190 211 236 / 20%);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
  overflow: hidden;
  padding: clamp(24px, 4.4vw, 52px);
}

.offer-document-title {
  border-bottom: 1px solid rgb(190 211 236 / 16%);
  margin-bottom: 34px;
  padding-bottom: 28px;
  text-align: center;
}

.offer-document-title h2 {
  font-family: var(--legal-display);
  font-size: clamp(25px, 3vw, 32px);
  letter-spacing: -0.02em;
  margin: 0;
}

.offer-document-title p {
  color: #d8e2ee;
  font-size: 16px;
  margin: 8px 0 0;
}

.offer-section {
  border-top: 1px solid rgb(190 211 236 / 14%);
  padding-block: 34px 4px;
  scroll-margin-top: 92px;
}

.offer-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

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

.offer-section h2,
.offer-section h3 {
  font-family: var(--legal-display);
}

.offer-section h2 {
  color: #f4f7fb;
  font-size: clamp(21px, 2.4vw, 27px);
  font-weight: 720;
  letter-spacing: -0.022em;
  line-height: 1.25;
  margin: 0 0 20px;
  text-wrap: balance;
}

.offer-section h2 span {
  color: inherit;
  font-variant-numeric: tabular-nums;
  margin-right: 0.25em;
}

.offer-section h3 {
  color: #f2f6fb;
  font-size: 17px;
  font-weight: 720;
  line-height: 1.4;
  margin: 24px 0 8px;
}

.offer-section p,
.offer-section li {
  color: #d8e2ee;
  font-family: var(--legal-body);
  font-size: 16px;
  font-weight: 420;
  line-height: 1.72;
  text-align: left;
}

.offer-section p {
  margin: 0;
  max-width: 76ch;
  overflow-wrap: anywhere;
}

.offer-section p + p,
.offer-section ul + p,
.offer-section p + ul {
  margin-top: 13px;
}

.offer-section strong {
  color: #f3f7fb;
  font-weight: 720;
}

.offer-clause {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 4.2em minmax(0, 1fr);
}

.offer-clause-number {
  color: #eef4fa;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
}

.offer-section ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  max-width: 74ch;
  padding-left: 1.55em;
}

.offer-section li::marker {
  color: currentColor;
}

@media (width <= 620px) {
  .offer-language-notice {
    border-radius: 14px;
    padding: 16px;
  }

  .offer-document {
    border-radius: 18px;
    padding: 21px 18px 26px;
  }

  .offer-section {
    padding-top: 28px;
  }

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

  .offer-section h2 {
    font-size: 21px;
    text-wrap: pretty;
  }

  .offer-section p,
  .offer-section li {
    font-size: 16px;
    line-height: 1.7;
  }

  .offer-clause {
    gap: 0.35em;
    grid-template-columns: 3.8em minmax(0, 1fr);
  }
}
