.about-page{background-color:var(--background);color:var(--text-color)}.about-hero{color:#fff;text-align:center;justify-content:center;align-items:center;height:60vh;min-height:500px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(#002b5bb3,#002b5be6);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;max-width:900px;padding:0 20px;animation:1s ease-out forwards fadeUp;position:relative}.hero-content h1{color:#fff;margin-bottom:20px;font-size:4rem;font-weight:800;line-height:1.1}.hero-content p{opacity:.9;color:#fff;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.stats-section{background:var(--brand-orange);color:#fff;padding:60px 20px}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.stat-item h3{margin-bottom:10px;font-size:3.5rem;font-weight:800}.stat-item p{text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:500}.expertise-section{background:#fff;padding:100px 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{color:var(--brand-blue);margin-bottom:15px;font-size:2.5rem}.section-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem}.expertise-grid{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.expertise-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:40px;transition:transform .3s,box-shadow .3s}.expertise-card:hover{border-color:var(--brand-orange);transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.icon-wrapper{width:80px;height:80px;color:var(--brand-orange);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex;box-shadow:0 10px 20px #0000000d}.expertise-card h3{color:var(--brand-blue);margin-bottom:15px;font-size:1.5rem}.expertise-card p{color:#64748b;line-height:1.6}.maintenance-section{background:#f8fafc;padding:100px 20px}.maintenance-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.maintenance-text h2{color:var(--brand-blue);margin-bottom:24px;font-size:2.5rem}.maintenance-text p{color:#475569;margin-bottom:30px;font-size:1.1rem;line-height:1.8}.maintenance-list{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.maintenance-list li{color:#334155;align-items:flex-start;gap:12px;font-size:1.1rem;font-weight:500;display:flex}.maintenance-image{border-radius:24px;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width:1024px){.expertise-grid{grid-template-columns:repeat(2,1fr)}.maintenance-content{grid-template-columns:1fr;gap:40px}.maintenance-image{order:-1;height:400px}}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}.stat-item h3{font-size:2.5rem}.expertise-grid{grid-template-columns:1fr}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
