.about-us-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}
.about-us-content h1{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:1.5rem;background:linear-gradient(135deg,#0a2b4e,#e53e3e);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;width:100%}
.about-us-content h2{font-size:2rem;font-weight:600;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #e53e3e;display:inline-block}
.about-us-content h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:#0a2b4e}
.about-us-content p{font-size:1.125rem;line-height:1.6;color:#2d3748;margin-bottom:1.25rem}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}
.team-card{background:#f8fafc;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}
.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.1)}
.team-card h3{margin-top:0;color:#0a2b4e}
.team-card p{font-size:1rem}
.cta-section{background:#0a2b4e;color:#fff;text-align:center;padding:3rem 2rem;border-radius:24px;margin:3rem 0}
.cta-section p{color:#fff;margin-bottom:1.5rem}
.cta-button{display:inline-block;background:#e53e3e;color:#fff;padding:12px 32px;border-radius:40px;text-decoration:none;font-weight:600;transition:background .2s}
.cta-button:hover{background:#c53030}
@media (max-width:768px){.about-us-content h1{font-size:2rem}.about-us-content h2{font-size:1.6rem}.about-us-content p{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:1rem}}