.about-page-container{display:flex;flex-direction:column;gap:2rem;padding:2rem 0;max-width:900px;margin:0 auto}.about-hero{text-align:center;padding:3.5rem 2rem;border-radius:var(--radius-xl);position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-main)}.about-hero-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--bg-input);margin-bottom:1.5rem;box-shadow:inset 0 2px 10px rgba(0,0,0,.1)}.about-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.about-hero-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.about-feature-card{padding:2rem 1.5rem;border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-normal)}.about-feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-glow);border-color:var(--border-focus)}.feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--bg-input);margin-bottom:1.5rem;color:var(--accent-cyan)}.about-feature-card h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-primary)}.about-feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.5}.about-mission{text-align:center;padding:3rem 2rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid var(--border-subtle);background:linear-gradient(180deg,var(--bg-panel) 0,transparent 100%)}.mission-icon{color:var(--accent-pink);filter:drop-shadow(0 0 10px rgba(236,72,153,.4));margin-bottom:.5rem}.about-mission h2{font-size:1.5rem;color:var(--text-primary)}.about-mission p{font-size:1rem;color:var(--text-secondary);max-width:600px;line-height:1.6}@media (max-width:768px){.about-hero{padding:2.5rem 1.5rem}.about-hero-title{font-size:2rem}.about-features-grid{grid-template-columns:1fr}}