.about-page{font-family:Inter,sans-serif;background:#fff}.about-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0A1628,#0F2744);padding:12vh 2rem 4rem;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-30%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.12) 0,transparent 70%);border-radius:50%}.hero-content{max-width:1000px;text-align:center;position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-1px}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.6rem);color:hsla(0,0%,100%,.85);font-weight:400;line-height:1.6}.about-content{padding:6rem 2rem;background:#fff}.content-container{max-width:1200px;margin:0 auto}.about-intro{max-width:900px;margin:0 auto 4rem;text-align:center}.about-intro p{font-size:1.2rem;color:#4b5563;line-height:1.8}.about-intro p .highlight{color:#10b981;font-weight:600;font-style:italic}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;margin-top:3rem}.team-card{background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem;text-align:center;transition:all .3s ease;border:1px solid #e5e7eb;position:relative}.team-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#10b981}.team-card:hover .team-image{transform:scale(1.05);border-color:#10b981}.card-link{text-decoration:none;display:block;margin-bottom:1.5rem}.team-image{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;display:block;border:4px solid #e5e7eb;transition:all .3s ease}.team-name{font-size:1.35rem;font-weight:700;color:#0a1628;margin-bottom:.5rem;line-height:1.3}.team-role{font-size:1rem;color:#6b7280;font-weight:500;margin-bottom:0}.social-icons{display:flex;justify-content:center;gap:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.social-icon{width:32px;height:32px;cursor:pointer;transition:all .3s ease;filter:grayscale(100%);opacity:.6}.social-icon:hover{transform:scale(1.2);filter:grayscale(0);opacity:1}@media screen and (max-width:768px){.about-hero{min-height:40vh;padding:10vh 1.5rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.about-content{padding:4rem 1.5rem}.about-intro{margin-bottom:3rem}.about-intro p{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:2.5rem}.team-card{padding:2rem 1.5rem 1.5rem}.team-image{width:160px;height:160px}.team-name{font-size:1.2rem}.team-role{font-size:.95rem}.social-icon{width:28px;height:28px}}@media screen and (max-width:480px){.hero-title{font-size:1.75rem}.about-intro p,.hero-subtitle{font-size:.95rem}.team-image{width:140px;height:140px}.team-name{font-size:1.1rem}.social-icons{gap:1rem}.social-icon{width:26px;height:26px}}