@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Barlow+Condensed:wght@700;800;900&display=swap');

:root {
  --primary: #1a3a5c;
  --primary-dark: #0d2240;
  --accent: #e85c1a;
  --accent-dark: #c44b14;
  --accent-light: #ff7a3d;
  --white: #ffffff;
  --gray-50: #f8f9fa;
  --gray-100: #f1f3f5;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-600: #6c757d;
  --gray-800: #343a40;
  --text: #1a1a2e;
  --text-muted: #5a6a7a;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 48px rgba(0,0,0,0.15);
  --radius: 8px;
  --radius-lg: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
}

a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-dark); }

img { max-width: 100%; height: auto; display: block; }

/* ========= TOPBAR ========= */
.topbar {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  padding: 6px 0;
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: rgba(255,255,255,0.85); font-weight: 600; }
.topbar a:hover { color: var(--accent-light); }
.topbar-phone {
  font-size: 15px;
  font-weight: 700;
  color: var(--accent-light) !important;
  letter-spacing: 0.5px;
}

/* ========= HEADER ========= */
header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 48px;
  height: 48px;
  background: var(--accent);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-icon svg { width: 28px; height: 28px; fill: white; }
.logo-text { line-height: 1.1; }
.logo-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.logo-sub {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========= NAV ========= */
nav { display: flex; align-items: center; gap: 4px; }
nav a {
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
nav a:hover { background: var(--gray-100); color: var(--primary); }
nav a.active { background: var(--primary); color: white; }

.dropdown { position: relative; }
.dropdown > a::after { content: ' ▾'; font-size: 10px; opacity: 0.7; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  min-width: 240px;
  padding: 8px;
  z-index: 100;
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: var(--radius);
  color: var(--text);
}
.dropdown-menu a:hover { background: var(--gray-100); color: var(--accent); }

.btn-call {
  background: var(--accent);
  color: white !important;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-call:hover { background: var(--accent-dark); transform: translateY(-1px); color: white !important; }

/* Mobile menu toggle */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: 0.3s; }

/* ========= HERO ========= */
.hero {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, #1a4a7c 100%);
  color: white;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,92,26,0.2);
  border: 1px solid rgba(232,92,26,0.4);
  color: var(--accent-light);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.hero h1 em { color: var(--accent-light); font-style: normal; }
.hero-desc { font-size: 17px; opacity: 0.85; margin-bottom: 32px; max-width: 480px; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--accent);
  color: white;
  padding: 16px 32px;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 4px 16px rgba(232,92,26,0.4);
}
.btn-primary:hover { background: var(--accent-dark); color: white; transform: translateY(-2px); }
.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 16px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.2); color: white; }

/* Hero stats box */
.hero-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.hero-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--accent-light);
}
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.stat {
  text-align: center;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 16px 8px;
}
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--accent-light);
  line-height: 1;
}
.stat-label { font-size: 12px; opacity: 0.75; margin-top: 4px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }

.emergency-box {
  background: var(--accent);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.emergency-box .phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
}
.emergency-box .label { font-size: 12px; opacity: 0.9; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* ========= SECTIONS ========= */
.section { padding: 80px 20px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-alt { background: var(--gray-50); }
.section-dark { background: var(--primary); color: white; }

.section-label {
  display: inline-block;
  background: rgba(232,92,26,0.1);
  color: var(--accent);
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.section-dark .section-label { background: rgba(255,122,61,0.2); color: var(--accent-light); }

.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--primary);
}
.section-dark .section-title { color: white; }
.section-title em { color: var(--accent); font-style: normal; }
.section-dark .section-title em { color: var(--accent-light); }
.section-subtitle { font-size: 17px; color: var(--text-muted); max-width: 640px; line-height: 1.6; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.75); }
.section-header { margin-bottom: 48px; }

/* ========= CARDS ========= */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 32px; }

.card {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid var(--gray-200);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.card-icon {
  width: 56px;
  height: 56px;
  background: rgba(232,92,26,0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.card-icon.blue { background: rgba(26,58,92,0.1); }
.card-icon.green { background: rgba(34,139,34,0.1); }

.card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.card ul { list-style: none; margin-top: 12px; }
.card ul li { font-size: 14px; color: var(--text-muted); padding: 4px 0; padding-left: 20px; position: relative; }
.card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* ========= SERVICE GRID ========= */
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.service-item {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  transition: all 0.2s;
  cursor: pointer;
}
.service-item:hover { background: var(--accent); color: white; border-color: var(--accent); transform: translateY(-1px); }
.service-item::before { content: '⚡'; font-size: 16px; flex-shrink: 0; }
.service-item:hover::before { filter: brightness(0) invert(1); }

/* ========= VILLES GRID ========= */
.villes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 32px;
}
.ville-link {
  display: block;
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
  transition: all 0.2s;
}
.ville-link:hover { background: var(--primary); color: white; border-color: var(--primary); }

/* ========= WHY US ========= */
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
}
.why-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--gray-200);
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
}
.why-content h4 { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.why-content p { font-size: 14px; color: var(--text-muted); }

/* ========= URGENCY BANNER ========= */
.urgency-banner {
  background: var(--accent);
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.urgency-banner a { color: white; text-decoration: underline; font-size: 20px; }

/* ========= ZONES ========= */
.zones-section { background: var(--primary-dark); color: white; padding: 60px 20px; }
.zones-inner { max-width: 1200px; margin: 0 auto; }
.zones-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
.zones-title em { color: var(--accent-light); font-style: normal; }
.zones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.zones-cities { display: flex; flex-wrap: wrap; gap: 8px; }
.zone-dept { }
.zone-dept-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-light);
  border-bottom: 2px solid rgba(255,255,255,0.1);
  padding-bottom: 12px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.zones-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zone-city {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
}
.zone-city:hover { background: var(--accent); color: white; border-color: var(--accent); }

/* ========= CTA SECTION ========= */
.cta-section { background: var(--accent); color: white; padding: 80px 20px; text-align: center; }
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cta-text { font-size: 18px; opacity: 0.9; margin-bottom: 40px; }
.cta-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 900;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}
.cta-available { font-size: 15px; opacity: 0.85; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* ========= FOOTER ========= */
footer { background: var(--primary-dark); color: rgba(255,255,255,0.75); padding: 60px 20px 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo-title { color: white; font-size: 22px; }
.footer-brand .logo-sub { color: rgba(255,255,255,0.5); }
.footer-desc { font-size: 14px; margin-top: 16px; line-height: 1.7; }
.footer-phone { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 900; color: var(--accent-light); margin-top: 12px; }

.footer-col h4 {
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,0.65); font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent-light); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ========= PAGE HERO (inner pages) ========= */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: white;
  padding: 60px 20px 50px;
}
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb { font-size: 13px; opacity: 0.65; margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.65); }
.breadcrumb span { opacity: 0.5; margin: 0 8px; }
.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
}
.page-hero h1 em { color: var(--accent-light); font-style: normal; }
.page-hero p { font-size: 17px; opacity: 0.85; max-width: 600px; }

/* ========= CONTENT PAGE ========= */
.content-section { padding: 60px 20px; }
.content-inner { max-width: 900px; margin: 0 auto; }
.content-inner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary);
  margin: 40px 0 16px;
}
.content-inner h3 { font-size: 18px; font-weight: 700; color: var(--primary); margin: 28px 0 12px; }
.content-inner p { font-size: 16px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.75; }
.content-inner ul { padding-left: 20px; margin-bottom: 16px; }
.content-inner li { font-size: 15px; color: var(--text-muted); margin-bottom: 8px; }

/* ========= STICKY CALL ========= */
.sticky-call {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
.sticky-btn {
  background: var(--accent);
  color: white;
  border-radius: 100px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 8px 32px rgba(232,92,26,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulse 2s infinite;
}
.sticky-btn:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 12px 40px rgba(232,92,26,0.6); color: white; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(232,92,26,0.5); }
  50% { box-shadow: 0 8px 48px rgba(232,92,26,0.7); }
}

/* ========= RESPONSIVE ========= */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .zones-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  nav { display: none; }
  nav.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: white; padding: 16px; box-shadow: var(--shadow-lg); z-index: 999; }
  .menu-toggle { display: block; }
  .header-inner { position: relative; }
  .btn-call { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding: 50px 20px; }
  .section { padding: 50px 20px; }
  .sticky-btn { padding: 14px 20px; font-size: 15px; }
}
