.about-page { max-width: 1120px; margin: 0 auto; padding: 36px 0 72px; }
.about-hero { max-width: 900px; padding: 38px 0 56px; }
.about-hero h1 { max-width: 850px; margin: 12px 0 22px; font: 700 clamp(48px, 7vw, 82px)/.98 "Space Grotesk"; letter-spacing: -.05em; }
.about-hero > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.about-card { min-height: 245px; }
.about-card h2 { margin: 20px 0 8px; font: 700 27px "Space Grotesk"; }
.about-card p, .about-copy p, .about-free p { color: var(--muted); line-height: 1.65; }
.about-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #11131d; background: var(--lime); font: 700 18px "Space Grotesk"; transform: rotate(-4deg); }
.about-card:nth-child(2) .about-icon { color: white; background: var(--purple); transform: rotate(3deg); }
.about-card:nth-child(3) .about-icon { color: white; background: var(--pink); transform: rotate(-2deg); }
.about-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; margin-top: 22px; padding: 48px; }
.about-story h2, .about-free h2 { margin: 9px 0; font: 700 clamp(32px, 4vw, 48px)/1.05 "Space Grotesk"; letter-spacing: -.035em; }
.about-copy p:first-child { margin-top: 0; }
.about-signature { display: grid; gap: 4px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }
.about-signature strong { color: var(--lime); font: 700 25px "Space Grotesk"; }
.about-free { display: flex; align-items: center; justify-content: space-between; gap: 38px; margin-top: 22px; padding: 42px 48px; border: 1px solid rgba(200,255,99,.2); border-radius: 28px; background: linear-gradient(120deg, rgba(200,255,99,.08), rgba(155,123,255,.09)); }
.about-free > div { max-width: 720px; }
.about-free p { margin-bottom: 0; }
.about-free .btn { flex: 0 0 auto; }

@media (max-width: 850px) {
  .about-grid, .about-story { grid-template-columns: 1fr; }
  .about-story { gap: 18px; }
}

@media (max-width: 560px) {
  .about-page { padding: 12px 0 40px; }
  .about-hero { padding: 24px 0 38px; }
  .about-hero h1 { font-size: 45px; }
  .about-hero > p { font-size: 17px; }
  .about-card { min-height: 0; }
  .about-story, .about-free { padding: 25px; }
  .about-free { align-items: stretch; flex-direction: column; }
  .about-free .btn { width: 100%; }
}
