.about-content-section{padding:5rem 0}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--primary)}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}.about-text h3{font-size:1.8rem;margin:2.5rem 0 1.5rem;color:var(--primary)}.about-features{list-style:none}.about-features li{padding:1rem 0 1rem 2rem;position:relative;border-bottom:1px solid var(--border);line-height:1.6}.about-features li::before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.3rem}.about-separator{width:60px;height:3px;background:var(--accent);margin:2rem 0;border-radius:2px}.about-photo{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);object-fit:cover}.about-image{position:sticky;top:100px}.stats-section{background:var(--bg-light);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.stat-number{font-size:3.5rem;font-weight:700;color:var(--primary);font-family:'Playfair Display',serif;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:var(--text-light)}.skills-section{padding:5rem 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.skill-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.skill-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--primary)}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{padding:.6rem 1.2rem;background:var(--bg-light);border-radius:25px;font-size:.9rem;font-weight:500}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.about-image{position:static}}