* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.65; color: #2c2c2c; background: #fafafa; }
.header { background: linear-gradient(135deg, #002b5b, #0a4ea3); color: #fff; padding: 1rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.logo { font-size: 1.5rem; font-weight: 700; text-decoration: none; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
.logo span { color: #f4c430; }
nav ul { list-style: none; display: flex; gap: 1.5rem; flex-wrap: wrap; }
nav a { color: #fff; text-decoration: none; font-weight: 500; transition: color 0.2s; }
nav a:hover { color: #f4c430; }
.cta-phone { background: #e63946; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; font-weight: 700; transition: background 0.2s; }
.cta-phone:hover { background: #c1121f; color: #fff !important; }
.hero { background: linear-gradient(rgba(0,43,91,0.85), rgba(0,43,91,0.85)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23002b5b" width="100" height="100"/></svg>'); color: #fff; padding: 4rem 1.5rem; text-align: center; }
.hero h1 { font-size: 2.4rem; margin-bottom: 1rem; line-height: 1.2; }
.hero p { font-size: 1.15rem; max-width: 800px; margin: 0 auto 2rem; opacity: 0.95; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #e63946; color: #fff; padding: 0.9rem 1.8rem; text-decoration: none; border-radius: 6px; font-weight: 700; font-size: 1.05rem; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: #c1121f; transform: translateY(-2px); }
.btn-secondary { background: #f4c430; color: #002b5b; padding: 0.9rem 1.8rem; text-decoration: none; border-radius: 6px; font-weight: 700; font-size: 1.05rem; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { background: #e0b020; }
main { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem; }
.content h1 { color: #002b5b; font-size: 2rem; margin-bottom: 1.5rem; line-height: 1.3; }
.content h2 { color: #002b5b; font-size: 1.6rem; margin-top: 2.5rem; margin-bottom: 1rem; padding-bottom: 0.4rem; border-bottom: 3px solid #f4c430; }
.content h3 { color: #0a4ea3; font-size: 1.2rem; margin-top: 1.5rem; margin-bottom: 0.6rem; }
.content p { margin-bottom: 1rem; }
.content ul { margin: 1rem 0 1rem 1.5rem; }
.content ul li { margin-bottom: 0.5rem; }
.contact-box { background: linear-gradient(135deg, #f4c430, #f9d65a); padding: 2rem; border-radius: 12px; margin: 2rem 0; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.contact-box h2 { color: #002b5b; border: none; margin-top: 0; }
.contact-box .phone-number { font-size: 2.2rem; font-weight: 700; color: #002b5b; display: block; margin: 1rem 0; text-decoration: none; }
.contact-box .phone-number:hover { text-decoration: underline; }
.contact-box .email-link { color: #002b5b; font-weight: 600; text-decoration: none; }
.contact-box .email-link:hover { text-decoration: underline; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.service-card { background: #fff; padding: 1.8rem; border-radius: 10px; border-left: 4px solid #f4c430; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: transform 0.2s; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 4px 14px rgba(0,0,0,0.1); }
.service-card h3 { color: #002b5b; margin-bottom: 0.7rem; }
.cities-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.5rem; margin: 1.5rem 0; padding: 1.5rem; background: #fff; border-radius: 10px; }
.cities-list a { color: #0a4ea3; text-decoration: none; padding: 0.4rem 0.6rem; border-radius: 4px; font-size: 0.92rem; transition: background 0.2s; }
.cities-list a:hover { background: #f0f4f8; text-decoration: underline; }
.cities-section h3 { color: #002b5b; margin: 1.2rem 0 0.5rem; font-size: 1.1rem; padding-left: 1.5rem; }
footer { background: #002b5b; color: #cfd8e3; padding: 2.5rem 1.5rem 1.5rem; margin-top: 3rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
footer h4 { color: #f4c430; margin-bottom: 1rem; font-size: 1.05rem; }
footer p, footer a { color: #cfd8e3; text-decoration: none; line-height: 1.8; font-size: 0.95rem; }
footer a:hover { color: #f4c430; }
.footer-bottom { text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #1d4380; font-size: 0.88rem; color: #8ba3c0; }
.urgent-banner { background: #e63946; color: #fff; text-align: center; padding: 0.7rem; font-weight: 600; }
.urgent-banner a { color: #fff; text-decoration: underline; }
@media (max-width: 768px) {
  .hero h1 { font-size: 1.8rem; }
  .hero p { font-size: 1rem; }
  nav ul { gap: 1rem; }
  .content h1 { font-size: 1.6rem; }
  .content h2 { font-size: 1.35rem; }
  .contact-box .phone-number { font-size: 1.6rem; }
  .header-inner { flex-direction: column; align-items: flex-start; }
}
