/* Legality about-us page custom styles */
.about-page{padding:2rem 0;background:#f8fafc;}
.about-page h1{font-weight:700;background:linear-gradient(120deg,#e55800 0%,#f28a2d 50%,#111827 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.about-page section{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 24px rgba(17,24,39,0.06);padding:1.75rem;margin-bottom:2rem;}
.about-page section h2{margin-bottom:1rem;}
.about-page section h3{margin-bottom:.75rem;font-size:1.05rem;}
.about-page section h4{margin-bottom:.5rem;font-size:1rem;}
.about-page h2,.about-page h3,.about-page h4{color:#111827;font-weight:700;}
.about-page p{color:#4b5563;line-height:1.7;}
.about-page ul{padding-left:1.2rem;color:#374151;margin-bottom:1rem;}
.about-page ul li{margin-bottom:.4rem;position:relative;}
.about-page ul li::marker{color:#e55800;font-weight:600;}
.about-page #hero{background:linear-gradient(135deg,rgba(229,88,0,0.08) 0%,rgba(229,88,0,0.02) 100%);border:1px solid #f2f2f2;border-radius:16px;box-shadow:0 12px 32px rgba(17,24,39,0.08);padding:2rem;margin-bottom:2rem;}
.about-page #hero h1,.about-page #hero h2,.about-page #hero h3{color:#111827;font-weight:700;}
.about-page .hero-waves{filter:drop-shadow(0 4px 12px rgba(229,88,0,0.2));}
