.main-header h1{font-size:2.8rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.service-card{background:#fff;border-radius:var(--border-radius-lg);padding:1.8rem;box-shadow:var(--shadow-sm);border:1px solid #e0e0e0;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.service-card h4{color:var(--primary-blue);font-size:1.3rem;margin-bottom:1rem;font-weight:700}.service-card p{margin-bottom:1rem}.service-card .features{margin-top:1rem;font-size:.95rem}.resources-section{background:#fff;padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);margin-bottom:2rem}.resources-section h2{font-size:1.8rem;color:var(--text-dark);border-bottom:2px solid var(--text-muted);padding-bottom:.7rem;margin-bottom:1.5rem}.resources-section a{color:var(--primary-blue)!important;text-decoration:none!important;font-weight:600!important;transition:all .3s ease!important;display:inline-block}.resources-section a:hover{text-decoration:underline!important;color:#0056b3!important;transform:translateX(2px)!important}.resources-section ul li{list-style:none;margin:1.2rem 0;padding:1rem;background:#f8f9fa;border-radius:var(--border-radius-lg);border-left:4px solid var(--secondary-blue)}.resources-section ul li a{font-size:1.1rem;font-weight:600}.resources-section ul li p{margin:.5rem 0 0;font-size:.95rem;color:var(--text-muted)}.stats-section{background:linear-gradient(135deg,#005f8a,#003d5a);color:white;padding:3rem;border-radius:var(--border-radius-lg);text-align:center;margin:2.5rem 0;box-shadow:var(--shadow-lg)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-item{padding:1.5rem}.stat-item .number{font-size:2.5rem;font-weight:700;color:var(--secondary-blue);margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-item .label{font-size:1.1rem;font-weight:500}.phone-link{color:white!important;text-decoration:none!important;font-weight:700!important}.phone-link:hover{color:#f8f9fa!important;text-decoration:none!important}@media (max-width:768px){.main-header h1{font-size:2rem}}