/*
Vegas Mop Bosses Service Pages CSS
Upload to: /wp-content/uploads/vmb-css/service-pages.css
Page wrapper required: <main class="vmb-service-page">
Use for: residential, Airbnb, move in/out, office, post construction, deep cleaning.
Header background uses ONLY the branded background image with a pink overlay.
*/

.vmb-service-page {
  --vmb-pink: #FF6B6D;
  --vmb-pink-dark: #e85255;
  --vmb-pink-soft: #fff0f1;
  --vmb-pink-soft-2: #fff8f8;
  --vmb-pink-light: #ffd9da;
  --vmb-text: #2b2b2b;
  --vmb-heading: #202020;
  --vmb-muted: #666666;
  --vmb-white: #ffffff;
  --vmb-border: #ffe1e2;
  --vmb-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  --vmb-shadow-soft: 0 10px 28px rgba(255, 107, 109, 0.16);
  --vmb-radius-large: 32px;
  --vmb-radius-card: 28px;
  --vmb-radius-small: 18px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--vmb-text);
  background: #ffffff;
  line-height: 1.65;
}

.vmb-service-page *,
.vmb-service-page *::before,
.vmb-service-page *::after {
  box-sizing: border-box;
}

.vmb-service-page a {
  color: inherit;
}

.vmb-service-page img {
  max-width: 100%;
}

/* Hero Header */

.vmb-service-page .vmb-service-hero,
.vmb-service-hero {
  max-width: 1280px;
  margin: 24px auto 0;
  min-height: 360px;
  padding: 80px 22px;
  border-radius: var(--vmb-radius-large);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vmb-pink-soft);
  background-image:
    linear-gradient(rgba(255, 107, 109, 0.46), rgba(255, 107, 109, 0.46)),
    url("https://vegasmopbosses.com/wp-content/uploads/2026/06/las-vegas-mop-bosses-cleaning-background.png");
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  box-shadow: var(--vmb-shadow);
}

.vmb-service-page .vmb-service-hero::before,
.vmb-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.25) 0%, transparent 45%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.18) 0%, transparent 48%);
  z-index: 1;
  pointer-events: none;
}

.vmb-service-page .vmb-service-hero-inner,
.vmb-service-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.vmb-service-page .vmb-service-eyebrow,
.vmb-service-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--vmb-pink);
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.vmb-service-page .vmb-service-hero h1,
.vmb-service-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.4px;
  text-shadow:
    0 4px 0 rgba(90, 35, 35, 0.24),
    0 10px 28px rgba(0, 0, 0, 0.20);
}

.vmb-service-page .vmb-service-hero p,
.vmb-service-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.65;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

/* Main Layout */

.vmb-service-page .vmb-service-wrap,
.vmb-service-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px 84px;
}

.vmb-service-page .vmb-service-card,
.vmb-service-card {
  background: var(--vmb-white);
  border: 1px solid var(--vmb-border);
  border-radius: var(--vmb-radius-card);
  box-shadow: var(--vmb-shadow-soft);
  overflow: hidden;
}

/* Featured Local Service Card - desktop image left, content right */

.vmb-service-page .vmb-service-feature,
.vmb-service-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  margin-bottom: 34px;
}

.vmb-service-page .vmb-service-photo-card,
.vmb-service-photo-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: var(--vmb-pink-soft);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.vmb-service-page .vmb-service-photo-card img,
.vmb-service-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vmb-service-page .vmb-service-feature-copy,
.vmb-service-feature-copy {
  width: 100%;
  padding: 8px 6px;
}

.vmb-service-page .vmb-service-kicker,
.vmb-service-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--vmb-pink-soft);
  color: var(--vmb-pink);
  border: 1px solid var(--vmb-pink-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.vmb-service-page .vmb-service-feature-copy h2,
.vmb-service-page .vmb-service-section h2,
.vmb-service-page .vmb-service-cta h2,
.vmb-service-feature-copy h2,
.vmb-service-section h2,
.vmb-service-cta h2 {
  margin: 0 0 16px;
  color: var(--vmb-heading);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.vmb-service-page .vmb-service-feature-copy p,
.vmb-service-page .vmb-service-section p,
.vmb-service-page .vmb-service-cta p,
.vmb-service-page .vmb-service-mini-card p,
.vmb-service-page .vmb-service-faq p,
.vmb-service-feature-copy p,
.vmb-service-section p,
.vmb-service-cta p,
.vmb-service-mini-card p,
.vmb-service-faq p {
  margin: 0;
  color: var(--vmb-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vmb-service-page .vmb-service-feature-copy p + p,
.vmb-service-page .vmb-service-section p + p,
.vmb-service-feature-copy p + p,
.vmb-service-section p + p {
  margin-top: 16px;
}

/* Buttons */

.vmb-service-page .vmb-service-buttons,
.vmb-service-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.vmb-service-page .vmb-service-buttons-center,
.vmb-service-buttons-center {
  justify-content: center;
}

.vmb-service-page .vmb-service-button,
.vmb-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.vmb-service-page .vmb-service-button:hover,
.vmb-service-button:hover {
  transform: translateY(-2px);
}

.vmb-service-page .vmb-service-button-primary,
.vmb-service-button-primary {
  background: var(--vmb-pink);
  color: var(--vmb-white) !important;
  border: 2px solid var(--vmb-pink);
  box-shadow: 0 12px 24px rgba(255, 107, 109, 0.30);
}

.vmb-service-page .vmb-service-button-primary:hover,
.vmb-service-button-primary:hover {
  background: var(--vmb-pink-dark);
  border-color: var(--vmb-pink-dark);
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(255, 107, 109, 0.38);
}

.vmb-service-page .vmb-service-button-secondary,
.vmb-service-button-secondary {
  background: var(--vmb-white);
  color: var(--vmb-pink) !important;
  border: 2px solid var(--vmb-pink-light);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.vmb-service-page .vmb-service-button-secondary:hover,
.vmb-service-button-secondary:hover {
  background: var(--vmb-pink-soft);
  color: var(--vmb-pink-dark) !important;
}

/* Highlight Cards */

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

.vmb-service-page .vmb-service-mini-card,
.vmb-service-mini-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--vmb-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
  box-shadow: 0 10px 26px rgba(255, 107, 109, 0.11);
}

.vmb-service-page .vmb-service-mini-card h3,
.vmb-service-mini-card h3 {
  margin: 0 0 10px;
  color: var(--vmb-heading);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.vmb-service-page .vmb-service-mini-card p,
.vmb-service-mini-card p {
  font-size: 15.5px;
  line-height: 1.55;
}

/* Content Sections */

.vmb-service-page .vmb-service-section,
.vmb-service-section {
  padding: 34px;
  margin-bottom: 34px;
}

.vmb-service-page .vmb-service-section a,
.vmb-service-section a {
  color: var(--vmb-pink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vmb-service-page .vmb-service-section a:hover,
.vmb-service-section a:hover {
  color: var(--vmb-pink-dark);
}

/* Fixed Service Bullet Points / Checklist */

.vmb-service-page .vmb-service-checklist,
.vmb-service-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
  margin: 24px 0 22px;
  padding: 0;
  list-style: none !important;
}

.vmb-service-page .vmb-service-checklist li,
.vmb-service-checklist li {
  position: relative;
  min-height: 58px;
  padding: 16px 16px 16px 52px;
  border: 1px solid var(--vmb-border);
  border-radius: 16px;
  background: #fffafa;
  color: var(--vmb-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none !important;
}

.vmb-service-page .vmb-service-checklist li::marker,
.vmb-service-checklist li::marker {
  content: "";
}

.vmb-service-page .vmb-service-checklist li::before,
.vmb-service-checklist li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--vmb-pink);
  color: var(--vmb-white);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(255, 107, 109, 0.22);
}

/* Service Areas Card */

.vmb-service-page .vmb-service-areas,
.vmb-service-areas {
  background: linear-gradient(135deg, #ffffff 0%, #fff4f5 100%);
  border: 1px solid var(--vmb-pink-light);
}

.vmb-service-page .vmb-service-areas .vmb-service-kicker,
.vmb-service-areas .vmb-service-kicker {
  background: #ffffff !important;
  color: var(--vmb-pink) !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 8px 18px rgba(255, 107, 109, 0.16) !important;
}

/* FAQ */

.vmb-service-page .vmb-service-faq-grid,
.vmb-service-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.vmb-service-page .vmb-service-faq,
.vmb-service-faq {
  padding: 22px;
  border-radius: 20px;
  background: var(--vmb-pink-soft);
  border: 1px solid var(--vmb-pink-light);
}

.vmb-service-page .vmb-service-faq h3,
.vmb-service-faq h3 {
  margin: 0 0 10px;
  color: var(--vmb-heading);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 900;
}

.vmb-service-page .vmb-service-faq p,
.vmb-service-faq p {
  font-size: 15.5px;
  line-height: 1.55;
}

/* Bottom CTA */

.vmb-service-page .vmb-service-cta,
.vmb-service-cta {
  margin-top: 28px;
  padding: 54px 28px;
  border-radius: var(--vmb-radius-card);
  text-align: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, var(--vmb-pink) 0%, var(--vmb-pink-dark) 100%);
  color: var(--vmb-white);
  box-shadow: var(--vmb-shadow);
}

.vmb-service-page .vmb-service-cta h2,
.vmb-service-page .vmb-service-cta p,
.vmb-service-cta h2,
.vmb-service-cta p {
  color: var(--vmb-white);
}

.vmb-service-page .vmb-service-cta p,
.vmb-service-cta p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
}

.vmb-service-page .vmb-service-cta .vmb-service-button-primary,
.vmb-service-cta .vmb-service-button-primary {
  background: var(--vmb-white);
  color: var(--vmb-pink) !important;
  border-color: var(--vmb-white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.vmb-service-page .vmb-service-cta .vmb-service-button-primary:hover,
.vmb-service-cta .vmb-service-button-primary:hover {
  background: #fff8f8;
  color: var(--vmb-pink-dark) !important;
}

.vmb-service-page .vmb-service-cta .vmb-service-button-secondary,
.vmb-service-cta .vmb-service-button-secondary {
  background: transparent;
  color: var(--vmb-white) !important;
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.vmb-service-page .vmb-service-cta .vmb-service-button-secondary:hover,
.vmb-service-cta .vmb-service-button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* Tablet */

@media (max-width: 1024px) {
  .vmb-service-page .vmb-service-wrap,
  .vmb-service-wrap {
    padding: 58px 18px 72px;
  }

  .vmb-service-page .vmb-service-feature,
  .vmb-service-feature {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 26px;
  }

  .vmb-service-page .vmb-service-grid,
  .vmb-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vmb-service-page .vmb-service-faq-grid,
  .vmb-service-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Small Tablet */

@media (max-width: 900px) {
  .vmb-service-page .vmb-service-feature,
  .vmb-service-feature {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .vmb-service-page .vmb-service-photo-card img,
  .vmb-service-photo-card img {
    min-height: 280px;
  }

  .vmb-service-page .vmb-service-feature-copy,
  .vmb-service-feature-copy {
    padding: 0;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .vmb-service-page .vmb-service-hero,
  .vmb-service-hero {
    margin: 14px 12px 0;
    min-height: 330px;
    padding: 62px 18px;
    border-radius: 24px;
    background-position: center 18%;
  }

  .vmb-service-page .vmb-service-hero h1,
  .vmb-service-hero h1 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .vmb-service-page .vmb-service-hero p,
  .vmb-service-hero p {
    font-size: 17px;
  }

  .vmb-service-page .vmb-service-wrap,
  .vmb-service-wrap {
    padding: 44px 14px 64px;
  }

  .vmb-service-page .vmb-service-grid,
  .vmb-service-grid,
  .vmb-service-page .vmb-service-checklist,
  .vmb-service-checklist {
    grid-template-columns: 1fr;
  }

  .vmb-service-page .vmb-service-section,
  .vmb-service-section {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .vmb-service-page .vmb-service-buttons,
  .vmb-service-buttons {
    flex-direction: column;
  }

  .vmb-service-page .vmb-service-button,
  .vmb-service-button {
    width: 100%;
  }

  .vmb-service-page .vmb-service-cta,
  .vmb-service-cta {
    padding: 42px 20px;
    border-radius: 24px;
  }
}

/* Small Mobile */

@media (max-width: 480px) {
  .vmb-service-page .vmb-service-hero,
  .vmb-service-hero {
    min-height: 310px;
    padding: 54px 16px;
  }

  .vmb-service-page .vmb-service-eyebrow,
  .vmb-service-eyebrow {
    font-size: 12.5px;
    padding: 7px 14px;
  }

  .vmb-service-page .vmb-service-hero h1,
  .vmb-service-hero h1 {
    font-size: 34px;
  }

  .vmb-service-page .vmb-service-photo-card img,
  .vmb-service-photo-card img {
    min-height: 240px;
  }

  .vmb-service-page .vmb-service-feature,
  .vmb-service-feature {
    padding: 18px;
    border-radius: 22px;
  }

  .vmb-service-page .vmb-service-mini-card,
  .vmb-service-mini-card {
    padding: 21px;
  }

  .vmb-service-page .vmb-service-feature-copy h2,
  .vmb-service-page .vmb-service-section h2,
  .vmb-service-page .vmb-service-cta h2,
  .vmb-service-feature-copy h2,
  .vmb-service-section h2,
  .vmb-service-cta h2 {
    font-size: 28px;
  }
}
