/* About us — VLRS, matches legal / landing theme */

.rs-about-lead {
  max-width: 42rem;
  margin: 0 auto clamp(20px, 4vw, 28px);
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  line-height: 1.65;
  color: var(--rs-muted);
  font-weight: 500;
}

.rs-about-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 24px);
}

.rs-about-block {
  padding: clamp(16px, 3vw, 22px) 0;
  border-bottom: 1px solid var(--rs-orange-border);
}

.rs-about-block:last-of-type {
  border-bottom: none;
}

.rs-about-block h2 {
  font-family: var(--rs-font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: var(--rs-orange-dark);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.rs-about-block p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--rs-ink-soft);
}

.rs-about-block p:last-child {
  margin-bottom: 0;
}

.rs-about-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .rs-about-values {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rs-about-values li {
  background: var(--rs-cream);
  border: 1px solid var(--rs-orange-border);
  border-radius: var(--rs-radius-sm);
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--rs-ink-soft);
}

.rs-about-values li strong {
  display: block;
  color: var(--rs-orange-dark);
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rs-about-cta {
  text-align: center;
  margin-top: clamp(8px, 2vw, 16px);
  padding: clamp(18px, 3vw, 24px);
  background: linear-gradient(165deg, rgba(255, 247, 237, 0.9), #fff);
  border: 1px solid #fed7aa;
  border-radius: 16px;
}

.rs-about-cta p {
  margin: 0 0 14px;
  font-weight: 600;
  color: #57534e;
  font-size: 0.95rem;
}

.rs-about-cta .rs-btn-main {
  display: inline-flex;
}
