:root {
  --blue: #1046d8;
  --blue-dark: #08235f;
  --black: #090909;
  --dark: #111318;
  --light: #ffffff;
  --muted: #6f7480;
  --soft: #f4f6fb;
  --border: #e5e8ef;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #171717;
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.top-bar {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background: var(--black);
}

.top-bar a {
  color: #ffffff;
  font-weight: 700;
}

.nav {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 120px;
  height: 70px;
  object-fit: contain;
  background: #000;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta {
  background: var(--blue);
  color: #ffffff !important;
  padding: 12px 18px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
}

.hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.35)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero-content {
  max-width: 900px;
  padding: 100px 24px;
  margin-left: max(24px, calc((100vw - 1200px) / 2));
}

.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  max-width: 850px;
  margin-bottom: 24px;
}

.hero-text {
  font-size: 20px;
  max-width: 680px;
  color: #e9e9e9;
  margin-bottom: 34px;
}

.hero-actions,
.contact-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  border: none;
  cursor: pointer;
}

.primary {
  background: var(--blue);
  color: #ffffff;
}

.whatsapp {
  background: #25d366;
  color: #ffffff;
}

.light {
  background: #ffffff;
  color: var(--blue-dark);
}

.trust-strip {
  max-width: 1120px;
  margin: -55px auto 0;
  position: relative;
  z-index: 5;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.14);
}

.trust-strip div {
  padding: 28px;
  border-right: 1px solid var(--border);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: var(--muted);
  margin-top: 5px;
}

.section {
  padding: 95px 24px;
  max-width: 1200px;
  margin: auto;
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.section-heading h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 12px;
}

.section-heading p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-grid article {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  font-weight: 800;
}

.dark {
  max-width: none;
  background: var(--dark);
  color: #ffffff;
}

.dark .section-heading p {
  color: #c8ccd6;
}

.gallery-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-card {
  min-height: 240px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1f2937, #0b1224);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
}

.split-section {
  max-width: 1200px;
  margin: auto;
  padding: 95px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.split-card {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 42px;
}

.split-card h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 900;
  margin-top: 22px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-grid article {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.review-grid span {
  color: var(--blue);
  font-size: 20px;
}

.emergency-banner {
  background: var(--blue);
  color: #ffffff;
  padding: 58px 24px;
  text-align: center;
}

.emergency-banner h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 10px;
}

.emergency-banner p {
  margin-bottom: 24px;
}

.faq-list {
  max-width: 850px;
  margin: auto;
  display: grid;
  gap: 12px;
}

details {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
}

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
}

details p {
  color: var(--muted);
  margin-top: 12px;
}

.map-section {
  max-width: 1200px;
  margin: auto;
  padding: 95px 24px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
}

.map-section h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin-bottom: 12px;
}

.map-section iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 28px;
}

.contact {
  background: var(--soft);
  max-width: none;
}

.quote-form {
  max-width: 850px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  font: inherit;
}

.quote-form textarea {
  grid-column: 1 / -1;
  min-height: 150px;
}

.quote-form button {
  grid-column: 1 / -1;
}

.contact-buttons {
  justify-content: center;
  margin-top: 30px;
}

.contact-buttons a {
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 30;
}

.footer {
  background: #050505;
  color: #ffffff;
  text-align: center;
  padding: 38px 24px;
}

.footer img {
  width: 130px;
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    display: none;
    border-top: 1px solid var(--border);
  }

  .nav-links.active {
    display: flex;
  }

  .trust-strip,
  .service-grid,
  .gallery-grid,
  .review-grid,
  .split-section,
  .map-section,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin: 0;
    border-radius: 0;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    margin-left: 0;
    padding: 80px 24px;
  }

  .top-bar {
    gap: 10px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 92px;
    height: 58px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-text {
    font-size: 17px;
  }

  .section,
  .split-section,
  .map-section {
    padding: 70px 18px;
  }

  .split-card {
    padding: 28px;
  }
}
