.about-main{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem 1rem}.about-hero{text-align:center;border-radius:var(--border-radius);background:linear-gradient(135deg,#60a5fa1a 0%,#f472b61a 100%);margin-bottom:4rem;padding:4rem 1rem}.about-hero h1{color:var(--text-color);margin-bottom:1rem;font-size:3.5rem;font-weight:900}.about-content{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}.about-card{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-soft);text-align:center;transition:var(--transition);padding:3rem;position:relative}.about-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.about-card h2{color:var(--text-color);margin-bottom:1rem;font-size:2rem;font-weight:800}.about-card p{color:#475569;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.7}@media (min-width:768px){.about-content{gap:4rem}}
