/* ════════════════════════════════
   ABOUT PAGE
════════════════════════════════ */

/* Active nav link */
.nav-active {
  color: #da6e5d !important;
}

/* ── Page Header ── */
.about-header {
  background: #ce6b58;
  padding: 3.5rem 5%;
  text-align: center;
}

.about-header-inner {
  max-width: 700px;
  margin: 0 auto;
}

.about-title {
  font-family: 'MuseoModerno', cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.about-tagline {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  font-weight: 300;
}

/* ── Shared Section Styles ── */
.about-section {
  padding: 4.5rem 5%;
  background: #ffffff;
}

.about-section--tinted {
  background: #ffefed;
}

.about-container {
  max-width: 1060px;
  margin: 0 auto;
}

.about-container--narrow {
  max-width: 780px;
}

.about-heading {
  font-family: 'MuseoModerno', cursive;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #da6e5d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.about-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.2rem;
  max-width: 780px;
}

.about-intro:last-child {
  margin-bottom: 0;
}

.about-body {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1rem;
}

.about-body strong {
  color: #da6e5d;
  font-weight: 600;
}

/* ── How It Works Grid ── */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem 2rem;
}

.how-item {
  background: rgba(255,255,255,0.7);
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid #da6e5d;
}

.how-label {
  display: block;
  font-family: 'MuseoModerno', cursive;
  font-size: 0.9rem;
  font-weight: 700;
  color: #da6e5d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.how-item p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}

/* ── Audience Cards ── */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.audience-card {
  background: #ffefed;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(218, 110, 93, 0.13);
}

.audience-title {
  font-family: 'MuseoModerno', cursive;
  font-size: 1rem;
  font-weight: 700;
  color: #da6e5d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.audience-age {
  font-size: 0.75rem;
  font-weight: 400;
  color: #aaa;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audience-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #555;
}

/* ── Features Checklist ── */
.features-checklist {
  list-style: none;
  padding: 0;
  margin: 1.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 2rem;
}

.features-checklist li {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  padding-left: 1.6rem;
  position: relative;
}

.features-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #da6e5d;
  font-weight: 700;
}

/* ── Use Cases ── */
.use-cases {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem 2rem;
}

.use-cases li {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  padding-left: 1.4rem;
  position: relative;
}

.use-cases li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #da6e5d;
  opacity: 0.6;
}

/* ── Get Started CTA ── */
.about-cta {
  background: #ce6b58;
  padding: 4.5rem 5%;
  text-align: center;
}

.cta-heading {
  font-family: 'MuseoModerno', cursive;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.cta-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: 300;
}

.cta-button {
  display: inline-block;
  background: #ffffff;
  color: #ce6b58;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .audience-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .features-checklist,
  .use-cases {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
}
