:root {
  --maid-blue: #1e6fe8;
  --maid-blue-dark: #1558c4;
  --maid-navy: #0c2744;
  --maid-sky: #5a9fff;
  --maid-white: #fafcff;
  --maid-muted: #5c6d80;
  --maid-radius: 1rem;
  --maid-shadow: 0 1rem 2.5rem rgba(12, 39, 68, 0.12);
  --maid-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --maid-header-h: 4.5rem;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: var(--maid-navy);
  background: var(--maid-white);
  min-height: 100vh;
  padding-top: var(--maid-header-h);
}

h1, h2, h3, h4, .display-5 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--maid-navy);
}

/* —— Header: light bar, aligns with .container content, typical service-site pattern —— */
.maid-header {
  position: relative;
  z-index: 1030;
}

.maid-nav {
  min-height: var(--maid-header-h);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(12, 39, 68, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(12, 39, 68, 0.04);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  transition: box-shadow 0.25s var(--maid-ease), border-color 0.25s var(--maid-ease);
}

.maid-nav.is-scrolled {
  box-shadow: 0 4px 20px rgba(12, 39, 68, 0.08);
  border-bottom-color: rgba(12, 39, 68, 0.06);
}

.maid-nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.25rem;
}

.maid-brand {
  font-weight: 600;
  color: var(--maid-navy) !important;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  white-space: nowrap;
  word-break: normal;
  text-align: left;
}

.maid-brand:hover,
.maid-brand:focus {
  color: var(--maid-blue-dark) !important;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.brand-main {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.brand-sub {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--maid-blue);
}

.maid-logo {
  color: var(--maid-blue);
}

.maid-nav-toggler {
  border: 1px solid rgba(12, 39, 68, 0.12);
  border-radius: 0.5rem;
  padding: 0.4rem 0.55rem;
}

.maid-nav-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .maid-nav-collapse {
    flex-basis: auto;
    flex-grow: 1;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    width: auto;
  }

  .maid-nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.05rem 0;
    max-width: 100%;
  }

  .maid-nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 0.875rem;
  }

  .maid-nav-actions {
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(12, 39, 68, 0.1);
  }
}

@media (max-width: 991.98px) {
  .maid-nav-actions {
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(12, 39, 68, 0.08);
  }
}

.maid-nav-link {
  color: var(--maid-navy) !important;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.maid-nav-link:hover,
.maid-nav-link:focus {
  color: var(--maid-blue) !important;
  background-color: rgba(30, 111, 232, 0.06);
}

.maid-nav-phone {
  color: var(--maid-navy);
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
}

.maid-nav-phone:hover {
  color: var(--maid-blue);
}

.maid-nav-icon {
  flex-shrink: 0;
  color: var(--maid-blue);
}

.maid-main {
  overflow-x: hidden;
}

.anchor {
  scroll-margin-top: calc(var(--maid-header-h) + 0.75rem);
}

.btn:focus, .btn:active:focus, .form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(30, 111, 232, 0.35);
}

.btn-maid {
  background: linear-gradient(135deg, var(--maid-blue) 0%, var(--maid-blue-dark) 100%);
  border: none;
  color: #fff !important;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  transition: transform 0.2s var(--maid-ease), box-shadow 0.2s var(--maid-ease);
}

.btn-maid:hover,
.btn-maid:focus,
.btn-maid:active {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 111, 232, 0.4);
}

.btn-cta-icon {
  flex-shrink: 0;
  opacity: 0.95;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
  margin-bottom: 2rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(12, 39, 68, 0.92) 0%, rgba(12, 39, 68, 0.75) 45%, rgba(30, 111, 232, 0.35) 100%),
    url("../images/hero-home.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(90, 159, 255, 0.15), transparent 55%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-tagline {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 32rem;
  font-size: 1.05rem;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: var(--maid-white);
  clip-path: ellipse(120% 100% at 50% 100%);
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--maid-ease), transform 0.7s var(--maid-ease);
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.16s; }
.stagger-3 { transition-delay: 0.24s; }

.feature-card {
  background: #fff;
  border-radius: var(--maid-radius);
  padding: 1.75rem;
  box-shadow: var(--maid-shadow);
  height: 100%;
  border: 1px solid rgba(30, 111, 232, 0.08);
  transition: transform 0.35s var(--maid-ease), box-shadow 0.35s var(--maid-ease);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.25rem 3rem rgba(12, 39, 68, 0.15);
}

.feature-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--maid-blue), var(--maid-blue-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-icon-svg {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}

.section-title {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 3rem;
  border-radius: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, var(--maid-blue), var(--maid-sky));
}

/* Before / after compare */
.ba-wrap {
  --split: 50%;
  position: relative;
  border-radius: var(--maid-radius);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: var(--maid-shadow);
  touch-action: none;
}

.ba-wrap.is-transitioning .ba-before-clip {
  transition: clip-path 0.45s var(--maid-ease);
}

.ba-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-before-clip {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  will-change: clip-path;
}

.ba-before-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-labels {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}

.ba-label {
  background: rgba(12, 39, 68, 0.75);
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 3px;
  margin-left: -1.5px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(12, 39, 68, 0.2), 0 0 20px rgba(30, 111, 232, 0.5);
  z-index: 2;
  pointer-events: none;
}

.ba-knob {
  position: absolute;
  top: 50%;
  left: var(--split);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--maid-blue);
  box-shadow: var(--maid-shadow);
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--maid-blue);
  font-weight: 700;
  font-size: 0.75rem;
}

.quote-block {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--maid-blue-dark);
  border-left: 4px solid var(--maid-blue);
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, rgba(30, 111, 232, 0.06), transparent);
  border-radius: 0 var(--maid-radius) var(--maid-radius) 0;
}

.service-list li {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(12, 39, 68, 0.06);
}

.maid-footer {
  background: linear-gradient(165deg, #0a1f35 0%, var(--maid-navy) 38%, #061525 100%);
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.maid-footer-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--maid-sky), var(--maid-blue), var(--maid-blue-dark));
  opacity: 0.85;
}

.maid-footer-logo {
  color: var(--maid-sky);
  flex-shrink: 0;
}

.maid-footer-brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.maid-footer-brand-services {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.55);
  vertical-align: middle;
  margin-left: 0.35rem;
}

.maid-footer-tagline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  max-width: 26rem;
}

.maid-footer-heading {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 1rem;
}

.maid-footer-links li {
  margin-bottom: 0.4rem;
}

.maid-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.15s ease, padding-left 0.15s ease;
}

.maid-footer-links a:hover {
  color: #fff;
  padding-left: 0.2rem;
}

.maid-footer-contact li {
  margin-bottom: 0.65rem;
}

.maid-footer-contact-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.15s ease;
}

.maid-footer-contact-link:hover {
  color: #fff;
}

.maid-footer-icon {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--maid-sky);
  opacity: 0.95;
}

.maid-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.maid-footer-legal {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-weight: 500;
}

.maid-footer-legal:hover {
  color: #fff;
  text-decoration: underline;
}

.maid-footer .btn-maid {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.maid-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.letter-spacing-1 {
  letter-spacing: 0.12em;
}

@media (max-width: 575.98px) {
  .hero {
    min-height: auto;
    padding: 2rem 0 3rem;
  }
}
