/* =========================
   Base + Theme Variables
   ========================= */

:root {
  /* Core colors */
  --color-background: #FAFBFA;
  --color-surface: #F1F6F4;
  --color-surface-2: #FFFFFF;
  --border-color: rgba(31, 45, 43, 0.12);
  --color-text: #1F2D2B;
  --color-muted: #6B7F7A;
  --color-brand: #7FAFA3;
  --color-brand-dark: #4E7C73;
  --color-accent: #BFE3D6;
  --color-warning: #C47A4A;
  --color-sage: #EEF5F1;
  --color-warm: #FBF8F2;
  --color-card: #F6F9F7;

  /* Radius scale */
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* Layout */
  --max-container: 1160px;
  --max-prose: 65ch;

  /* Shadows */
  --shadow-card: 0 18px 45px rgba(31, 45, 43, 0.12);
  --shadow-hover: 0 24px 60px rgba(31, 45, 43, 0.18);

  /* Legacy mappings */
  --primary: var(--color-brand);
  --primary-dark: var(--color-brand-dark);
  --bg: var(--color-background);
  --card-bg: var(--color-surface);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --accent: var(--color-accent);

  --font-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --color-bg: var(--bg);
  --color-bg-soft: var(--card-bg);
  --color-bg-alt: var(--accent);
  --color-text-strong: var(--primary-dark);
  --color-muted: var(--muted);

  --color-primary: var(--primary);
  --color-primary-soft: rgba(127, 175, 163, 0.2);
  --color-accent: var(--accent);
  --gradient-primary: linear-gradient(135deg, var(--accent) 0%, var(--primary-dark) 85%);

  --color-border: var(--border-color);
  --color-border-soft: rgba(191, 227, 214, 0.4);

  --radius-xl: var(--radius-lg);
  --radius-lg: var(--radius-md);

  --shadow-soft: var(--shadow-card);
  --shadow-soft-strong: 0 24px 70px rgba(31, 45, 43, 0.25);

  --transition-base: all 0.25s ease;
}

/* Dark Mode overrides */

body.dark {
  --color-background: #041a26;
  --color-surface: #092b3b;
  --color-surface-2: #0b2330;
  --color-text: #e3ecea;
  --color-text-strong: #f0f5f4;
  --color-muted: #a7bac1;
  --border-color: rgba(124, 201, 181, 0.3);
  --shadow-card: 0 18px 45px rgba(1, 4, 7, 0.65);
  --shadow-hover: 0 30px 80px rgba(1, 4, 7, 0.8);
  --color-sage: #0a2533;
  --color-warm: #0b202b;
  --color-card: #0c2633;
}

/* =========================
   Global
   ========================= */

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

/* =========================
   Mobile visibility utilities
   ========================= */

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-background-video {
    filter: brightness(0.75) saturate(1.05);
    transform: none;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-text {
    background: rgba(17, 24, 39, 0.6);
  }

  .header {
    background: rgba(250, 251, 250, 0.98);
  }
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  position: relative;
}
body.dark {
  background: radial-gradient(circle at 10% 0%, #031725 0%, #0a2a3a 60%, #020e15 100%);
}

body.dark::before {
  background: radial-gradient(circle at 20% 0%, rgba(124, 201, 181, 0.18), transparent 55%);
  opacity: 0.35;
  filter: blur(40px);
}

body.dark::after {
  background-image:
    radial-gradient(circle at 80% 0%, rgba(247, 237, 226, 0.12), transparent 55%),
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTIwIDEyMCc+CiAgPGZpbHRlciBpZD0nbic+CiAgICA8ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44JyBudW1PY3RhdmVzPSczJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+CiAgPC9maWx0ZXI+CiAgPHJlY3Qgd2lkdGg9JzEyMCcgaGVpZ2h0PScxMjAnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC4wMicgZmlsbD0nI2ZmZicvPgo8L3N2Zz4=");
  background-size: auto, 220px 220px;
  background-repeat: no-repeat, repeat;
  opacity: 0.6;
  mix-blend-mode: soft-light;
}

body.dark .section {
  background: var(--color-background);
}

body.dark .section--tint,
body.dark .section--card {
  background: var(--color-surface-2);
}

body.dark .section--sage,
body.dark .growth-section.section--sage {
  background: rgba(6, 24, 34, 0.92);
}

body.dark .services-section,
body.dark .addons-section,
body.dark .reviews-section,
body.dark .smartquote-section,
body.dark .gift-section {
  background: rgba(6, 27, 38, 0.92);
}

body.dark .service-snapshot-card,
body.dark .addon-card,
body.dark .about-policy-card,
body.dark .about-service-card,
body.dark .cta-soft,
body.dark .smartquote-card {
  background: rgba(8, 32, 44, 0.95);
  border-color: rgba(124, 201, 181, 0.25);
  box-shadow: var(--shadow-card);
}

body.dark .timeline-step,
body.dark .testimonial-card,
body.dark .accordion-item {
  background: rgba(7, 28, 40, 0.9);
  border-color: rgba(124, 201, 181, 0.2);
}

body.dark .accordion-body {
  background: rgba(7, 28, 40, 0.75);
}

body.dark .contact-layout .form,
body.dark .map-card,
body.dark .map-wrapper {
  background: rgba(7, 28, 40, 0.9);
  border-color: rgba(124, 201, 181, 0.2);
}

body.dark #contactMap {
  filter: saturate(0.65) brightness(0.85);
}

body.dark .footer {
  background: rgba(4, 20, 30, 0.95);
  border-top-color: rgba(124, 201, 181, 0.2);
}

body.dark .footer-brand-statement,
body.dark .footer-tagline,
body.dark .footer-list a,
body.dark .footer-bottom {
  color: var(--color-muted);
}

body.dark .social-btn {
  background: rgba(8, 32, 44, 0.9);
  border-color: rgba(124, 201, 181, 0.25);
  color: var(--color-text);
  box-shadow: var(--shadow-card);
}

body.dark .service-snapshot-card p,
body.dark .addon-card p,
body.dark .about-service-copy p,
body.dark .about-policy-card .muted,
body.dark .cta-soft p,
body.dark .testimonial-service,
body.dark .testimonial-location,
body.dark .testimonial-verified {
  color: var(--color-muted);
}

body.dark .growth-card,
body.dark .growth-block {
  background: rgba(8, 32, 44, 0.92);
  border-color: rgba(124, 201, 181, 0.25);
}

body.dark .growth-card h2,
body.dark .growth-subhead,
body.dark .growth-list,
body.dark .growth-list li {
  color: var(--color-text);
}

body.dark .growth-list li::before {
  color: rgba(124, 201, 181, 0.9);
}

body.dark .about-subheadline,
body.dark .about-text p,
body.dark .about-service-note,
body.dark .about-service-card p,
body.dark .about-service-card a,
body.dark .about-policy-card p,
body.dark .about-trust-chip,
body.dark .about-card-icon {
  color: var(--color-text);
}

body.dark .about-card-icon {
  background: rgba(8, 32, 44, 0.9);
  border-color: rgba(124, 201, 181, 0.35);
}

body.dark .whmis-badge,
body.dark .about-trust-chip,
body.dark .gift-mini-icon,
body.dark .timeline-mini-icon {
  background: rgba(124, 201, 181, 0.2);
  border-color: rgba(124, 201, 181, 0.35);
  color: var(--color-text);
}

body.dark .muted,
body.dark .prose,
body.dark .card-lede,
body.dark .growth-list,
body.dark .growth-subhead,
body.dark .contact-list,
body.dark .map-label,
body.dark .map-note,
body.dark .field label,
body.dark .field-hint,
body.dark .wizard-step-label,
body.dark .wizard-reassurance,
body.dark .smartquote-reassurance {
  color: var(--color-muted);
}

body.dark .section-header p,
body.dark .accordion-header,
body.dark .accordion-body,
body.dark .service-after-note {
  color: var(--color-text);
}

body.dark .meet-lede,
body.dark .meet-method,
body.dark .meet-credits,
body.dark .meet-credits li,
body.dark .meet-cleaning-badges .trust-pill {
  color: var(--color-text);
}

body.dark .meet-cleaning-badges .trust-pill {
  background: rgba(8, 32, 44, 0.9);
  border-color: rgba(124, 201, 181, 0.35);
}

body.dark .pill-option {
  color: var(--color-text);
}

body.dark .pill-option span {
  background: rgba(8, 32, 44, 0.85);
  border-color: rgba(124, 201, 181, 0.3);
  color: var(--color-text);
}

body.dark .pill-option input:checked + span {
  background: rgba(8, 32, 44, 0.85);
  border-color: rgba(124, 201, 181, 0.3);
  color: var(--color-text);
  font-weight: 400;
}


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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-brand-dark);
  outline-offset: 2px;
}

hr {
  border: 0;
  height: 1px;
  background: transparent;
  margin: 0;
}

.section {
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
  padding-inline: 1.5rem;
  position: relative;
  z-index: 1;
  background: var(--bg);
  scroll-margin-top: 110px;
}

.section--tint {
  background: var(--card-bg);
}

.section--sage {
  background: var(--color-sage);
}

.section--warm {
  background: var(--color-warm);
}

.section--card {
  background: var(--color-card);
}

@media (max-width: 768px) {
  .section {
    padding: clamp(3.5rem, 9vw, 5rem) 0;
    padding-inline: 1rem;
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--color-text-strong);
  margin: 0;
  font-weight: 600;
  letter-spacing: normal;
}

h1 {
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.15;
}

h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.25;
}

h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.3;
}

p {
  margin: 0 0 1rem;
  color: var(--color-text);
  line-height: 1.7;
  font-size: 1rem;
}

.section-header {
  max-width: var(--max-prose);
  margin-bottom: var(--space-6);
}

.section-header h2 {
  margin-bottom: 0.5rem;
}

.section-header p,
.section-header .muted,
.section-header .eyebrow,
.section-subtitle {
  max-width: var(--max-prose);
}

.section-header p {
  color: var(--color-muted);
  font-size: 1rem;
}

.prose {
  max-width: var(--max-prose);
}

.section-summary {
  margin: 0 auto 1.6rem;
  max-width: 640px;
  text-align: left;
}

.section-summary-lede {
  margin: 0 0 0.75rem;
  color: var(--color-text-strong);
  font-size: 1rem;
}

.section-summary-list {
  list-style: none;
  margin: 0 0 0.8rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.section-summary-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.6;
  color: var(--color-text);
}

.section-summary-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 1rem;
}

.section-summary-cta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.micro-line {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}

.micro-line:hover,
.micro-line:focus-visible {
  color: var(--primary-dark);
}

.safety-trust {
  background: var(--card-bg);
}

.safety-trust .section-header h2 {
  font-size: clamp(24px, 3vw, 30px);
  color: rgba(31, 45, 43, 0.65);
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.safety-trust .section-summary-lede,
.safety-trust .section-summary-list li {
  color: rgba(31, 45, 43, 0.7);
}

.section-header.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header.align-center p,
.section-header.align-center .muted,
.section-header.align-center .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.container {
  max-width: var(--max-container);
  margin: 0 auto;
}

/* =========================
   Particles Background
   ========================= */

.particles-layer {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  filter: blur(1px);
  animation: float 14s linear infinite;
}

@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  to {
    transform: translate3d(0, -180px, 0);
    opacity: 0;
  }
}


/* =========================
   Header & Nav
   ========================= */

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
  background: rgba(250, 251, 250, 0.92);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 12px 28px rgba(31, 45, 43, 0.08);
}

body.dark .header {
  background: rgba(3, 23, 37, 0.9);
  border-bottom: 1px solid rgba(124, 201, 181, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: clamp(0.65rem, 2vw, 0.85rem) 1.8rem;
  min-height: 64px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: block;
  object-fit: contain;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
}

.logo-text {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Portal label */

.app-label {
  display: none;
  font-size: 0.7rem;
  padding: 0.1rem 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.2);
  color: var(--color-muted);
}

body.app-mode .app-label {
  display: inline-flex;
  align-items: center;
  margin-left: 0.4rem;
}

/* Hide marketing nav in portal mode */

body.app-mode .nav,
body.app-mode .nav-mobile,
body.app-mode .nav-cta,
body.app-mode .header-icons {
  display: none !important;
}

body.app-mode .header {
  border-bottom: none;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* Nav */

.nav {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  font-size: 0.95rem;
}

.nav-primary {
  flex: 1;
  justify-content: center;
}

.nav-link {
  padding: 0.35rem 0;
  position: relative;
  font-weight: 500;
  color: var(--color-text);
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: var(--radius-pill);
  transition: width 0.2s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--color-text-strong);
}

.nav-cta {
  margin-left: 0.5rem;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-text);
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: var(--radius-pill);
}

.nav-mobile {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background: rgba(31, 45, 43, 0.75);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 120;
}

.nav-mobile.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-mobile-panel {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background: linear-gradient(155deg, rgba(255, 253, 248, 0.96), rgba(223, 245, 238, 0.9));
  border-radius: 0;
  padding: 2.75rem 1.8rem 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
}

body.dark .nav-mobile-panel {
  background: linear-gradient(155deg, rgba(3, 23, 37, 0.95), rgba(4, 18, 31, 0.9));
}

.nav-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.nav-mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.nav-mobile-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(31, 45, 43, 0.25);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.nav-mobile-close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--color-text);
  border-radius: var(--radius-pill);
}

.nav-mobile-close span:first-child {
  transform: rotate(45deg);
}

.nav-mobile-close span:last-child {
  transform: rotate(-45deg);
}

.nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}

.nav-mobile-links .nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

.nav-mobile .btn-outline.btn-full {
  display: none;
}

.nav-mobile .btn-primary.btn-full {
  width: 100%;
  margin-top: auto;
}

/* =========================
   Buttons & Pills
   ========================= */

.btn {
  border: none;
  cursor: pointer;
  border-radius: var(--radius-md);
  padding: 0.8rem 1.4rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: var(--transition-base);
  white-space: nowrap;
  min-height: 44px;
  background: transparent;
  color: var(--color-text);
}

.btn-primary {
  background: #0f3a33;
  color: #f8fafc;
  box-shadow: var(--shadow-card);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-1px);
  background: #0b2f2a;
  box-shadow: var(--shadow-hover);
}

.btn-outline {
  border: 1px solid var(--primary-dark);
  background: transparent;
  color: var(--primary-dark);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--card-bg);
  color: var(--primary-dark);
}

.btn-soft {
  background: var(--color-primary-soft);
  color: var(--color-text);
  border: 1px solid rgba(124, 201, 181, 0.25);
}

.btn-soft:hover {
  background: rgba(124, 201, 181, 0.3);
}

.btn-text {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--color-muted);
  cursor: pointer;
}

.btn-text:hover {
  color: var(--color-primary);
}

.btn-ghost {
  background: transparent;
  color: var(--color-text);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.8);
}

.btn-sm {
  padding: 0.55rem 1.1rem;
  font-size: 0.82rem;
  min-height: 36px;
}

.btn-full {
  width: 100%;
}

.btn-text {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.78rem;
  color: var(--color-muted);
}

.btn-text:hover {
  color: var(--color-text);
}

.text-danger {
  color: #f97373;
}

.link-btn {
  margin-top: 0.5rem;
  padding: 0.4rem 0;
  border: none;
  background: none;
  color: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 44px;
}

.link-btn::after {
  content: "→";
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.link-btn:hover::after {
  transform: translateX(3px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(31, 45, 43, 0.2);
  background: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-base);
  color: var(--color-text);
  position: relative;
}

.icon-btn:hover,
.icon-btn:focus-visible {
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.icon-svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.icon-svg path,
.icon-svg circle {
  stroke-width: 1.6;
}

.theme-toggle-btn {
  border-color: rgba(31, 45, 43, 0.4);
}

.theme-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}

.theme-icon-svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.theme-icon-svg circle,
.theme-icon-svg line {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-icon-sun {
  display: block;
}

.theme-icon-moon {
  display: none;
}

body.dark .theme-icon-sun {
  display: none;
}

body.dark .theme-icon-moon {
  display: block;
}

body.dark .icon-btn {
  background: rgba(3, 23, 37, 0.85);
  border-color: rgba(124, 201, 181, 0.4);
  color: var(--color-text);
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.8rem;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: 0.12em;
}

.pill-soft {
  background: rgba(124, 201, 181, 0.2);
  color: var(--color-muted);
}

/* =========================
   Theme Toggle
   ========================= */

.theme-toggle {
  position: fixed;
  right: 1.4rem;
  bottom: 10.4rem;
  z-index: 80;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  border: none;
  background: var(--color-bg-soft);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-base);
}

.theme-toggle:hover {
  transform: translateY(-2px);
}

/* =========================
   Hero
   ========================= */

.hero {
  padding: 0;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.6rem, 4.2vh, 3.4rem) 1.25rem 1.6rem;
  min-height: 75vh;
  align-content: center;
}

.hero-text {
  max-width: 880px;
  color: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.85rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.hero-actions .btn {
  min-width: 160px;
  font-size: 0.95rem;
  padding: 0.75rem 1.6rem;
}

.hero-trust-line {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(250, 251, 250, 0.86);
}

.hero-trust-line span {
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-actions .link-btn {
  color: #f8fafc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.1rem;
}

.hero-actions .link-btn:hover {
  color: #ffffff;
  border-bottom-color: rgba(248, 250, 252, 0.9);
}

.hero-actions .btn-outline {
  border-color: rgba(248, 250, 252, 0.45);
  color: rgba(248, 250, 252, 0.85);
  background: transparent;
}

.hero-actions .btn-outline:hover,
.hero-actions .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(248, 250, 252, 0.7);
}

.meet-cleaner {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
}

.meet-cleaner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.4rem;
  align-items: center;
}

.meet-cleaner-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(31, 45, 43, 0.15);
}

.meet-cleaner-media img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  display: block;
}

.meet-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 45, 43, 0.22);
  border-radius: var(--radius-pill);
  color: var(--color-text-strong);
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(31, 45, 43, 0.12);
}

body.dark .meet-tag {
  background: rgba(3, 23, 37, 0.92);
  border-color: rgba(124, 201, 181, 0.35);
  color: var(--color-text);
}

.meet-cleaner-copy h2 {
  margin-bottom: 0.9rem;
}

.meet-credits {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: grid;
  gap: 0.8rem;
}

.meet-lede {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: rgba(31, 45, 43, 0.85);
  max-width: 56ch;
  line-height: 1.75;
}

.meet-method {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: rgba(31, 45, 43, 0.85);
  max-width: 56ch;
  line-height: 1.75;
}

.meet-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 0.4rem;
}

.meet-trust .trust-pill {
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.2);
  border: 1px solid rgba(124, 201, 181, 0.35);
  font-size: 0.82rem;
}

.meet-cleaning-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.1rem 0 0.7rem;
}

.meet-cleaning-badges .trust-pill {
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(31, 45, 43, 0.15);
  font-size: 0.82rem;
  color: var(--color-text-strong);
}

.meet-actions .link-btn {
  color: var(--color-text-strong);
  border-bottom-color: rgba(31, 45, 43, 0.4);
}

.meet-actions .link-btn:hover,
.meet-actions .link-btn:focus-visible {
  color: var(--color-text-strong);
  border-bottom-color: rgba(31, 45, 43, 0.85);
}

.growth-block {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 45, 43, 0.12);
}

@media (max-width: 768px) {
  .growth-block {
    padding: 1rem;
  }
}

.growth-section {
  position: relative;
  overflow: hidden;
}

.growth-section--spacious {
  padding-top: clamp(5.5rem, 10vw, 7.5rem);
  padding-bottom: clamp(5.5rem, 10vw, 7.5rem);
}

.growth-section.section--sage {
  background: rgba(227, 236, 232, 0.85);
}

.growth-section .container {
  position: relative;
  z-index: 1;
}

.growth-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.growth-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) saturate(0.9);
  opacity: 0.28;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.6rem;
}

.growth-card {
  padding: 1.8rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 45, 43, 0.12);
  box-shadow: var(--shadow-soft);
}

.growth-card:nth-child(2) {
  background: rgba(246, 248, 246, 0.95);
  border-color: rgba(31, 45, 43, 0.16);
}

.growth-card h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
}

.growth-subhead {
  margin: 0.2rem 0 0.9rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-strong);
}

.growth-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  color: var(--color-muted);
}

.growth-list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.8;
}

.growth-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.8rem;
  color: var(--color-brand-dark);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(124, 201, 181, 0.3);
  background: rgba(124, 201, 181, 0.12);
  font-size: 0.85rem;
  color: var(--color-text);
}
.meet-credits li {
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.5;
}

.meet-credits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--color-primary);
  border-radius: 50%;
}

.meet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.meet-cleaner .btn-soft {
  border-color: rgba(31, 45, 43, 0.2);
}

.hero-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  width: min(420px, 85vw);
  height: clamp(260px, 42vh, 420px);
  max-width: 100%;
  margin: 0 auto;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.eyebrow {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.eyebrow--subtle {
  text-transform: none;
  letter-spacing: 0.06em;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0 0 0.6rem;
  color: var(--bg);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero-subtitle {
  color: rgba(250, 251, 250, 0.88);
  max-width: 480px;
  margin: 0 auto 1.2rem;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  color: rgba(250, 251, 250, 0.75);
  text-align: center;
  margin-bottom: 0.5rem;
}

.hero-badge-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-pill);
  background: var(--bg);
  border: 1px solid rgba(31, 45, 43, 0.12);
  font-size: 0.82rem;
  color: var(--color-text);
  margin: 0 auto 0.5rem;
  box-shadow: 0 10px 25px rgba(31, 45, 43, 0.12);
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px) brightness(0.76) saturate(1.05);
  transform: scale(1.08) translate3d(0, var(--hero-parallax, 0px), 0);
  opacity: 0.85;
  transition: opacity 0.6s ease, filter 0.6s ease;
  will-change: transform;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.52) 55%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.hero-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sparkle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent 60%);
  opacity: 0.4;
  animation: floatSoft 12s ease-in-out infinite;
  filter: blur(1px);
}

.sparkle-one {
  top: 20%;
  left: 15%;
}

.sparkle-two {
  top: 35%;
  right: 18%;
  width: 28px;
  height: 28px;
  animation-delay: 2s;
}

.sparkle-three {
  bottom: 18%;
  left: 30%;
  width: 24px;
  height: 24px;
  animation-delay: 4s;
}

.bubble-dot,
.sparkle-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.25;
  filter: blur(0.5px);
}

.sparkle-dot {
  width: 14px;
  height: 14px;
  background: rgba(124, 201, 181, 0.4);
  border-radius: 0;
  clip-path: polygon(50% 0, 60% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0 35%, 40% 35%);
}

body.dark .hero-text,
body.dark .hero h1,
body.dark .hero-subtitle,
body.dark .eyebrow {
  color: #f3f6ff;
}

body.dark .hero h1 {
  color: #ffffff;
  text-shadow: 0 12px 30px rgba(4, 10, 23, 0.55);
}

body.dark .hero-subtitle {
  color: #e5e9f5;
}

body.dark .hero-background-overlay {
  background-color: rgba(3, 23, 37, 0.85);
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-items: center;
    text-align: center;
  }
  .hero-text {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hero-inner {
    gap: 1.8rem;
  }
  .hero-text {
    max-width: 100%;
    gap: 0.9rem;
  }
  .hero h1 {
    font-size: clamp(2rem, 4.2vw, 2.4rem);
  }
  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  .hero-media {
    width: min(360px, 80vw);
    height: clamp(240px, 38vh, 360px);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 60vh;
    padding: 0;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.4rem;
    padding: clamp(2.5rem, 12vh, 4.5rem) 1.25rem;
    min-height: 60vh;
  }
  .hero-text {
    gap: 0.7rem;
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(1.7rem, 6.2vw, 2.1rem);
    line-height: 1.08;
  }
  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.45;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-media {
    width: min(320px, 90vw);
    height: clamp(220px, 45vh, 320px);
    margin-top: 1rem;
    order: -1;
    margin-bottom: 1.5rem;
  }
}

.hero-process-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.4rem;
  margin-top: 1.2rem;
  padding: 0.55rem 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148,163,253,0.2);
  background: rgba(255,255,255,0.75);
  font-size: 0.8rem;
}

.hero-process-strip div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-process-strip span {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--color-muted);
}



.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-photo {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-room-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 0.8rem;
  border: 1px solid rgba(255,255,255,0.2);
}

.hero-kit-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-lg);
  width: 200px;
  text-align: left;
}

.hero-kit-badge h4 {
  margin: 0.2rem 0 0.4rem;
  font-size: 1rem;
}

.hero-kit-badge ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.4rem;
  display: grid;
  gap: 0.25rem;
  font-size: 0.85rem;
}

.hero-kit-note {
  font-size: 0.7rem;
  color: var(--color-muted);
}

.hero-bubbles {
  padding-top: 0;
  padding-bottom: 4rem;
  margin-top: 2rem;
}

.hero-bubbles-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-bubble {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 45, 43, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  animation: floatSoft 12s ease-in-out infinite;
}

.hero-bubble:nth-child(2) {
  animation-delay: 2s;
}

.hero-bubble:nth-child(3) {
  animation-delay: 4s;
}

.bubble-icon {
  font-size: 1.1rem;
}

.bubble-title {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.bubble-text {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.trust-pills {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(148,163,253,0.2);
  font-size: 0.85rem;
  color: var(--color-text);
}

.trust-pill span {
  font-size: 0.95rem;
}

@keyframes floatSoft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero-stats {
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
}

.hero-badge {
  padding: 0.8rem 1rem;
  text-align: center;
  font-size: 0.85rem;
}

.hero .stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  margin-bottom: 0.3rem;
}

.glass {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.glass:hover {
  box-shadow: var(--shadow-hover);
}

@keyframes sparkleFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}

/* =========================
   Service Snapshot & Trust
   ========================= */

.service-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.8rem;
}

.service-jump-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 1.75rem;
}

.jump-link {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: none;
  padding: 0.35rem 1.1rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--primary-dark);
  background: transparent;
  color: var(--primary-dark);
  transition: var(--transition-base);
}

.jump-link:hover,
.jump-link:focus-visible {
  background: var(--card-bg);
  box-shadow: 0 8px 22px rgba(31, 45, 43, 0.1);
  color: var(--primary-dark);
}

.service-snapshot-card {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border: 1px solid rgba(31, 45, 43, 0.1);
  box-shadow: var(--shadow-card);
  transition: var(--transition-base);
}

.service-thumb {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(0.9) contrast(0.88) brightness(0.96);
  box-shadow: 0 10px 22px rgba(31, 45, 43, 0.08);
}

.service-perfect {
  font-size: 0.82rem;
  color: var(--color-muted);
  margin: 0;
}

.service-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.service-checklist li {
  display: flex;
  gap: 0.35rem;
}

.service-checklist li::before {
  content: "•";
  color: var(--color-primary);
}

.service-snapshot-card h3 {
  margin-bottom: 0.1rem;
  font-size: 0.98rem;
  font-weight: 600;
}

.service-snapshot-card p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.88rem;
  min-height: 2.7em;
}

.service-snapshot-card .link-btn {
  margin-top: auto;
  color: var(--color-brand-dark);
}

.service-snapshot-card .link-btn:hover,
.service-snapshot-card .link-btn:focus-visible {
  color: #0f3a33;
}

.service-snapshot-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(31, 45, 43, 0.18);
}

.services-section {
  background: rgba(251, 245, 236, 0.7);
  padding-top: clamp(5rem, 9vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 7rem);
}

.service-after-note {
  text-align: center;
  margin: 1.6rem auto 0;
  max-width: var(--max-prose);
}

.service-guide {
  margin-top: 1.6rem;
  border-radius: var(--radius-xl);
  padding: 1.4rem 1.6rem;
}

.service-guide--soft {
  background: rgba(124, 201, 181, 0.12);
  border: 1px solid rgba(124, 201, 181, 0.22);
}

.service-guide .snapshot-card-bullets {
  font-size: 0.98rem;
  margin: 0;
}

.service-guide .snapshot-card-bullets li {
  line-height: 1.5;
  padding-left: 1.2rem;
}

.service-guide .snapshot-card-bullets li::before {
  width: 0.45rem;
  height: 0.45rem;
  background: rgba(124, 201, 181, 0.35);
  border: 1px solid rgba(124, 201, 181, 0.5);
}
.trust-bar {
  padding: 1.8rem 0;
  background: var(--card-bg);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.08);
}

body.dark .trust-bar {
  background: rgba(6, 10, 25, 0.92);
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--color-border);
  font-size: 0.9rem;
}

.trust-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent);
  border: 1px solid rgba(255,255,255,0.8);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.trust-item p {
  margin: 0;
  font-weight: 600;
}

/* =========================
   What’s Included (Standard Visit)
   ========================= */

.standard-visit .section-header {
  margin-bottom: 2.2rem;
}

.standard-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  row-gap: 2rem;
}

.visit-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.visit-card {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.visit-card summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  justify-content: space-between;
}

.visit-card summary h3 {
  font-size: 1.15rem;
  margin: 0;
  flex: 1;
}

.visit-card summary .pill-icon {
  flex-shrink: 0;
}

.visit-card summary::-webkit-details-marker {
  display: none;
}

.visit-card[open] summary h3 {
  color: var(--primary-dark);
}

.visit-card summary::after {
  content: "+";
  font-size: 1.25rem;
  color: rgba(31, 45, 43, 0.5);
  transition: transform 0.2s ease;
}

.visit-card[open] summary::after {
  content: "−";
}

.visit-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.visit-card-head h3 {
  font-size: 1.15rem;
  margin: 0;
}

.visit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visit-card li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.6;
}

.visit-card li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(31, 45, 43, 0.18);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.standard-visit-note {
  margin-top: 1.4rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(31, 45, 43, 0.12);
  font-size: 0.88rem;
}

.visit-list {
  margin: 0;
  padding: 0;
}

.pill-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
}

.pill-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-text);
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.standard-visit-note {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 0.85rem;
  color: var(--color-muted);
}

/* =========================
   Before / After Feature
   ========================= */

.before-after-feature {
  max-width: 820px;
  margin: 0 auto;
}

/* =========================
   Eco Promise
   ========================= */

.eco-promise-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.eco-promise-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.eco-pill {
  padding: 0.6rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.18);
  font-size: 0.85rem;
  color: var(--color-text);
  border: 1px solid rgba(124, 201, 181, 0.35);
}

/* =========================
   Promos
   ========================= */

.promos-grid.refined {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

/* =========================
   Meet Cleaner
   ========================= */

.meet-cleaner-card {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  background: rgba(255,255,255,0.95);
}

.meet-cleaner-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-bg-soft);
  border: 4px solid rgba(124, 201, 181, 0.4);
}

.meet-cleaner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meet-cleaner-copy h3 {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}

.meet-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.meet-highlights li {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(142,209,198,0.15);
}

.social-mini {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.3rem;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(31, 45, 43, 0.2);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
  box-shadow: var(--shadow-card);
  transition: var(--transition-base);
}

.social-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

body.dark .glass {
  background: rgba(3, 23, 37, 0.92);
}

body.dark .service-snapshot-card,
body.dark .promo-card,
body.dark .product-card,
body.dark .meet-cleaner-card,
body.dark .after-clean-widget,
body.dark .after-clean-item {
  background: rgba(3, 23, 37, 0.92);
  border-color: rgba(124, 201, 181, 0.25);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.5);
}

/* Satisfaction meter */

.satisfaction-meter {
  position: relative;
  width: 100%;
  height: 12px;
  background: rgba(124, 201, 181, 0.25);
  border-radius: var(--radius-pill);
  overflow: hidden;
  margin: 0.5rem 0 0.25rem;
}

.satisfaction-fill {
  position: absolute;
  inset: 0;
  width: 60%;
  background: linear-gradient(to right, var(--color-primary), var(--color-accent));
  border-radius: inherit;
  transform-origin: left;
  transition: transform 0.35s ease;
}

.satisfaction-meter:hover .satisfaction-fill {
  transform: scaleX(1);
}

/* =========================
   Promos Strip & Cards
   ========================= */

.promos {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

.promos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

.promo-card {
  position: relative;
  background: var(--color-bg-soft);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  border: 1px solid var(--color-border-soft);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.88rem;
  transition: var(--transition-base);
}

.promo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-strong);
}

.promo-card h3 {
  font-size: 1rem;
  margin: 0 0 0.1rem;
}

.promo-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--color-muted);
}

.promo-code {
  margin-top: 0.4rem;
  font-weight: 600;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.2);
}

.promo-tag {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--color-muted);
}

.promo-footnote {
  font-size: 0.7rem;
  color: var(--color-muted);
  margin-top: 0.15rem;
}

.promos-note {
  margin-top: 1.2rem;
  font-size: 0.77rem;
  color: var(--color-muted);
}

.promos-strip {
  padding: 0.9rem 1.5rem 1rem;
  background: var(--bg);
  position: relative;
  z-index: 4;
}

body.dark .promos-strip {
  background: #020817;
}

.promos-inner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.78rem;
  color: var(--color-muted);
}

.promos-label {
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-pill);
  background: var(--color-primary-soft);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--color-text);
}

.promos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* =========================
   Generic Section Headers
   ========================= */

.section-header {
  margin-bottom: 2.2rem;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

/* =========================
   Services & Modal
   ========================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.4rem;
}

.service-card {
  padding: 1.8rem;
  border-radius: var(--radius-xl);
  background: rgba(8, 15, 35, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 25px 40px rgba(15, 23, 42, 0.15);
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #f7fbff;
  isolation: isolate;
}

/* =========================
   Gift a Clean Home
   ========================= */

.gift-section {
  position: relative;
}

.gift-section--soft {
  opacity: 0.95;
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.8rem;
  margin-top: 1.8rem;
}

.gift-card {
  border-radius: var(--radius-xl);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: rgba(255, 249, 244, 0.95);
  border: 1px solid rgba(196, 114, 74, 0.18);
  box-shadow: var(--shadow-soft);
  color: var(--color-text);
}

.gift-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.gift-card h3 {
  margin: 0;
  color: var(--color-text-strong);
}

.gift-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(242, 193, 150, 0.5);
  border: 1px solid rgba(196, 114, 74, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gift-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-text-strong);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.gift-cta {
  margin-top: 1.6rem;
  text-align: center;
}

@media (max-width: 640px) {
  .gift-grid {
    grid-template-columns: 1fr;
  }
}

.service-card-media {
  width: 100%;
  height: 110px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -40px 60px rgba(5, 8, 22, 0.5);
}

.service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.15), rgba(5, 8, 22, 0.55));
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(141, 211, 205, 0.85));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  left: 12px;
  box-shadow: 0 10px 25px rgba(5, 8, 22, 0.25);
  z-index: 1;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-text-strong);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.card-lede {
  font-weight: 600;
  margin: 0.6rem 0 0.4rem;
  color: var(--color-text-strong);
}

.service-card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.service-card-bullets li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.4;
  font-size: 0.95rem;
  color: var(--color-text);
}

.service-card-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--color-primary);
}

.snapshot-card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.snapshot-card-bullets li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.4;
  font-size: 0.9rem;
  color: var(--color-text);
}

.snapshot-card-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--color-primary);
}

.service-card-residential {
  background-image: url("/images/after1.jpg");
}

.service-card-commercial {
  background-image: url("/images/after2.jpg");
}

.service-card-deep {
  background-image: url("/images/bathroom-after.jpg");
}

.service-card-move {
  background-image: url("/images/before1.jpg");
}

.service-card-addons {
  background-image: url("/images/about-bg.jpg");
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 35px 65px rgba(15, 23, 42, 0.18);
}

.service-card h3 {
  color: #ffffff;
}

.service-card p,
.service-card .service-perfect {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  flex: 1;
}

.service-card .link-btn {
  color: #f7fbff;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  transition: opacity 0.25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.05), rgba(5, 8, 22, 0.45));
  opacity: 0.45;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card-residential::before {
  background-image: url("/images/after1.jpg");
}

.service-card-commercial::before {
  background-image: url("/images/after2.jpg");
}

.service-card-deep::before {
  background-image: url("/images/bathroom-after.jpg");
}

.service-card-move::before {
  background-image: url("/images/before1.jpg");
}

.service-card-addons::before {
  background-image: url("/images/about-bg.jpg");
}

.service-card:hover::before {
  opacity: 0.35;
}

body.dark .service-card::after {
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.55), rgba(5, 8, 22, 0.85));
}

body.dark .service-card {
  background: rgba(3, 6, 18, 0.6);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 70px rgba(1, 2, 8, 0.65);
}

@media (max-width: 640px) {
  .service-card {
    padding: 1.6rem;
  }
}

.service-basics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.service-kit-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.service-kit-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  display: grid;
  gap: 0.4rem;
}

.service-addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.service-addons-grid article {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
}

.service-addons-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.6rem;
  display: grid;
  gap: 0.3rem;
  color: var(--color-muted);
}

.service-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
}

.service-flow-grid article {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  position: relative;
  padding-top: 2.6rem;
}

.flow-step {
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(124, 201, 181, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-muted);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.32);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
}

.modal-backdrop.is-visible {
  display: flex;
}

.modal {
  background: var(--color-bg-soft);
  border-radius: 22px;
  padding: 1.6rem 1.8rem;
  max-width: 480px;
  width: 92%;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
}

.modal-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--color-muted);
  margin-bottom: 0.6rem;
}

.modal-list {
  padding-left: 1.1rem;
  margin: 1rem 0;
  color: var(--color-text);
  display: grid;
  gap: 0.4rem;
}

.modal-note {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-top: 0.8rem;
}

.modal-meta {
  margin-bottom: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.modal-meta-line {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-muted);
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
}

.modal-meta-label {
  font-weight: 600;
  color: var(--color-text-strong);
  text-transform: none;
}

.terms-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 85;
  padding: 1.5rem;
}

.terms-modal-backdrop.is-visible {
  display: flex;
}

.terms-modal {
  background: var(--color-bg-soft);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  width: min(900px, 96vw);
  max-height: 86vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.terms-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--color-bg-soft);
  padding: 1.2rem 1.6rem 0.8rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.terms-modal-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--color-muted);
  margin: 0 0 0.35rem;
}

.terms-modal-header h3 {
  margin: 0;
  font-size: 1.4rem;
}

.terms-modal-updated {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.terms-modal-close {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.3rem 0.5rem;
}

.terms-modal-body {
  padding: 1.1rem 1.6rem 1.6rem;
  display: grid;
  gap: 0.9rem;
}

.terms-modal-body h4 {
  margin: 0.8rem 0 0.2rem;
  font-size: 1.05rem;
}

.terms-modal-body ul {
  padding-left: 1.2rem;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.terms-modal-body p,
.terms-modal-body li {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.6;
}


.terms-agreement {
  margin-top: 0.6rem;
}

.terms-notice {
  margin: 1rem 0 0.8rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--color-border);
  background: rgba(124, 201, 181, 0.12);
  border-radius: 16px;
}

.terms-notice--subtle {
  background: rgba(15, 23, 42, 0.04);
}

.terms-notice h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.terms-notice p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.55;
}

.terms-marketing {
  margin-bottom: 0.8rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--color-text);
}

.checkbox-label input[type="checkbox"] {
  margin-top: 0.2rem;
}

/* =========================
   Pricing & Forms
   ========================= */

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1.2fr);
  gap: 2.4rem;
  align-items: flex-start;
}

.pricing-card {
  padding: 1.6rem;
}

.pricing-notes {
  list-style: disc;
  padding-left: 1.3rem;
  color: var(--color-muted);
}

.label {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

#messSlider {
  width: 100%;
  margin-bottom: 0.8rem;
}

.addon-options {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  color: var(--color-muted);
}

#estimatedPrice {
  font-size: 1.7rem;
  margin-top: 0.1rem;
}

.estimate-caption {
  font-size: 0.78rem;
  color: var(--color-muted);
}

/* Forms */

.card {
  background: var(--color-bg-soft);
  border-radius: var(--radius-xl);
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.8rem;
}

.form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field--span-3 {
  grid-column: 1 / -1;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.45rem;
}

.field label {
  font-size: 0.8rem;
  color: var(--color-muted);
  font-weight: 600;
}

input,
textarea,
select {
  border-radius: 12px;
  border: 1px solid var(--color-border-soft);
  padding: 0.65rem 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
  background: rgba(255,255,255,0.98);
  transition: var(--transition-base);
}

body.dark input,
body.dark textarea,
body.dark select {
  background: #020817;
  color: var(--color-text);
}

input:hover,
textarea:hover,
select:hover {
  border-color: rgba(124, 201, 181, 0.5);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 1px rgba(124, 201, 181, 0.35);
}

.form-success {
  font-size: 0.8rem;
  color: #16a34a;
  margin-top: 0.4rem;
}

/* === SmartQuote Wizard === */

.smartquote-section .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.6rem;
}

.smartquote-section .section-header h2 {
  color: var(--color-text-strong);
}

.smartquote-reassurance {
  font-size: 0.92rem;
  color: rgba(31, 45, 43, 0.7);
  margin: 0.35rem auto 0;
  letter-spacing: 0.05em;
}

.smartquote-section {
  background: rgba(238, 244, 240, 0.96);
}

.smartquote-section .container {
  position: relative;
}

.smartquote-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.smartquote-reassurance strong {
  color: var(--color-text-strong);
  font-weight: 700;
}

.smartquote-section .section-meta {
  font-size: 0.95rem;
  color: var(--color-muted);
  margin-top: 0.4rem;
  line-height: 1.5;
}

.smartquote-ranges {
  margin: 0.9rem auto 0;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(124, 201, 181, 0.12);
  border: 1px solid rgba(124, 201, 181, 0.25);
}

.quote-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-bottom: 2rem;
}

.quote-info-grid--after {
  margin-top: 2.4rem;
}

.quote-info-grid article {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
}

.quote-info-grid ul {
  list-style: disc;
  margin: 0 0 0.8rem 1.1rem;
  color: var(--color-muted);
  display: grid;
  gap: 0.35rem;
}

.smartquote-card {
  padding: 1.8rem;
  border-radius: 32px;
  background: var(--card-bg);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(31, 45, 43, 0.08);
}

.gift-note {
  font-size: 0.9rem;
  color: var(--color-muted);
  background: rgba(124, 201, 181, 0.12);
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.gift-icon-small {
  font-size: 1rem;
  color: var(--color-primary);
}

.wizard-progress {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.smartquote-close-wrap {
  display: none;
}

.wizard-step-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.wizard-step-title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 700;
}

.wizard-progress-bar {
  flex: 1;
  height: 4px;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.18);
  overflow: hidden;
  position: relative;
}

.wizard-progress-bar span {
  position: absolute;
  inset: 0;
  width: 20%;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  transition: width 0.35s ease;
}

.wizard-form {
  position: relative;
}

.wizard-form .field label,
.wizard-form .toggle-field p,
.wizard-form legend {
  font-size: 0.9rem;
  color: var(--color-text-strong);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wizard-form .field-hint {
  font-size: 0.82rem;
  color: var(--color-muted);
}

body.dark .wizard-form .field label,
body.dark .wizard-form .toggle-field p,
body.dark .wizard-form legend {
  color: var(--color-text);
}

.wizard-step {
  display: none;
  animation: fadeUp 0.35s ease;
  padding: 1.1rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.08);
  background: rgba(255, 255, 255, 0.75);
}

.wizard-step.active {
  display: block;
}

.wizard-step .form-grid {
  gap: 0.9rem;
}

.wizard-step .form-grid + .form-grid {
  margin-top: 0.7rem;
}

.wizard-step .field {
  margin-bottom: 0.6rem;
}

.wizard-reassurance {
  margin: 0.9rem 0 0.5rem;
  font-size: 0.88rem;
  color: var(--color-muted);
  text-align: right;
}

body.dark .wizard-step {
  background: rgba(2, 8, 23, 0.55);
  border-color: rgba(124, 201, 181, 0.2);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-intro h3 {
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
}

.step-intro p {
  margin-top: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.pill-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pill-group-wrap {
  justify-content: flex-start;
}

.pill-option {
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--color-text);
}

.pill-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pill-option span {
  display: inline-flex;
  border-radius: var(--radius-pill);
  padding: 0.5rem 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 45, 43, 0.2);
  transition: var(--transition-base);
}

.pill-option input:checked + span {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(31, 45, 43, 0.2);
  color: var(--color-text);
  font-weight: 400;
}

body:not(.dark) .smartquote-section .pill-option,
body:not(.dark) .smartquote-section .pill-option span {
  color: #000;
  font-weight: 400;
}

body:not(.dark) .smartquote-section .pill-option input:checked + span {
  background: rgba(124, 201, 181, 0.2);
  border-color: rgba(31, 45, 43, 0.4);
  box-shadow: inset 0 0 0 1px rgba(31, 45, 43, 0.2);
  color: #000;
  font-weight: 400;
}

body:not(.dark) .smartquote-section .pill-checkbox,
body:not(.dark) .smartquote-section .pill-checkbox span {
  color: #000;
  font-weight: 400;
}

body:not(.dark) .smartquote-section .pill-checkbox:has(input:checked) {
  background: rgba(124, 201, 181, 0.16);
  border-color: rgba(31, 45, 43, 0.35);
  box-shadow: inset 0 0 0 1px rgba(31, 45, 43, 0.2);
}

.pill-option span:hover {
  border-color: rgba(31, 45, 43, 0.4);
}

.pill-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.pill-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 45, 43, 0.15);
  cursor: pointer;
  transition: var(--transition-base);
}

.pill-checkbox input {
  accent-color: var(--primary);
}

.pill-checkbox-locked {
  opacity: 0.7;
  cursor: not-allowed;
}

.checklist-field legend {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.field-hint {
  font-size: 0.78rem;
  color: var(--color-muted);
  margin-bottom: 0.6rem;
}

.field-error {
  font-size: 0.78rem;
  color: #d14343;
  min-height: 0.9rem;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #fca5a5;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.25);
}

.wizard-controls {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.media-block {
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(124, 201, 181, 0.45);
  background: rgba(255,255,255,0.7);
}

.media-helper {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-bottom: 0.8rem;
}

.room-upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.room-upload {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(124, 201, 181, 0.4);
  background: rgba(255,255,255,0.95);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.room-upload h4 {
  margin: 0;
  font-size: 1rem;
}

.room-tip {
  font-size: 0.78rem;
  color: var(--color-muted);
  margin: 0;
}

.slider-field {
  margin-bottom: 1.4rem;
}

.slider-field input[type="range"] {
  width: 100%;
}

.slider-value {
  margin: 0.35rem 0 0.35rem;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.slider-value strong {
  color: var(--color-text-strong);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-top: 0.35rem;
}

.condition-scale {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  font-size: 0.8rem;
  color: var(--color-muted);
  display: grid;
  gap: 0.35rem;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.extras-grid fieldset {
  border: 1px solid rgba(31, 45, 43, 0.18);
  border-radius: var(--radius-lg);
  padding: 0.9rem;
  min-height: 100%;
}

.extras-grid legend {
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.extras-grid .pill-checkbox {
  border-radius: 14px;
  padding: 0.35rem 0.6rem;
}

.toggle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.toggle-field p {
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.review-summary {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(31, 45, 43, 0.18);
  padding: 1.2rem;
  background: rgba(255,255,255,0.85);
  display: grid;
  gap: 1rem;
}

.review-block h4 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.review-block ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.review-note {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-top: 1rem;
}

.link-btn {
  border: none;
  background: none;
  color: var(--color-text);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: 0.4rem;
}

.wizard-thankyou {
  text-align: center;
  padding: 2rem;
}

.wizard-thankyou h3 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 768px) {
  .smartquote-card {
    padding: 1.5rem;
  }

  .wizard-controls {
    flex-direction: column-reverse;
  }
}

.form-note {
  font-size: 0.78rem;
  color: var(--color-muted);
  margin-top: 0.4rem;
}

/* =========================
   About & Careers
   ========================= */

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
  gap: 2.5rem;
  align-items: center;
}

.about-subheadline {
  font-size: 1.05rem;
  color: var(--color-text-strong);
  margin: 0 0 1rem;
  line-height: 1.6;
}

.about-text p {
  color: var(--color-muted);
  margin-bottom: 0.8rem;
}

.about-visual {
  position: relative;
}

.about-hero-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  filter: brightness(0.98) contrast(0.9) saturate(0.9);
  box-shadow: var(--shadow-card);
}

.about-trust-chips {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.about-trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(124, 201, 181, 0.16);
  border: 1px solid rgba(124, 201, 181, 0.28);
  font-size: 0.82rem;
  color: var(--color-text-strong);
}

.about-photo-bg {
  width: 100%;
  height: 220px;
  border-radius: var(--radius-xl);
  background-image:
    linear-gradient(to bottom right, var(--color-primary), var(--color-accent)),
    url("/images/about-bg.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.9;
}

.about-overlay-card {
  position: absolute;
  right: 6%;
  bottom: -14%;
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.about-pillars-grid article {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.about-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(31, 45, 43, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-strong);
  opacity: 0.8;
  margin-bottom: 0.7rem;
  background: rgba(255, 255, 255, 0.7);
}

.about-card-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-pillars-grid h3 {
  margin-top: 0;
}

.about-supplies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

.about-policy-card {
  padding: 1.8rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.15);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.about-policy-card .eyebrow {
  margin-bottom: 0.5rem;
}

.about-policy-card h3 {
  margin-top: 0;
}

.about-policy-card .checklist {
  margin-top: 0.9rem;
}

.about-supplies-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.about-supplies-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
  color: var(--color-muted);
}

.about-service-area-inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  gap: 2rem;
  align-items: start;
}

.about-service-copy p {
  color: var(--color-muted);
}

.about-service-note {
  margin-top: 0.8rem;
  font-weight: 600;
  color: var(--color-text-strong);
}

.about-service-map {
  margin-top: 1.2rem;
}

#aboutMap {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  filter: saturate(0.8);
}

.about-service-card {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.12);
  background: rgba(255, 255, 255, 0.94);
  display: grid;
  gap: 0.6rem;
}

.about-service-card h4 {
  margin: 0.6rem 0 0;
}

.cta-soft {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 45, 43, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  max-width: 720px;
  margin: 0 auto;
}

.cta-soft p {
  margin: 0.6rem auto 1.4rem;
  color: var(--color-muted);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.careers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1.2fr);
  gap: 2.4rem;
}

.career-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  color: var(--color-muted);
}

/* =========================
   Policies Layout
   ========================= */

.policy-hero {
  max-width: 720px;
}

.policy-hero p {
  color: var(--color-muted);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
  align-items: center;
}

.policy-updated {
  font-size: 0.8rem;
  color: var(--color-muted);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.policy-card {
  padding: 1.4rem 1.5rem;
}

.policy-card h3 {
  margin-bottom: 0.5rem;
}

.policy-tagline {
  font-size: 0.9rem;
  color: var(--color-muted);
  margin-bottom: 0.8rem;
}

.policy-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.policy-card li {
  font-size: 0.9rem;
  color: var(--color-text);
}

.policy-callout {
  margin-top: 2.2rem;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-xl);
  border: 1px dashed var(--color-border-soft);
  background: var(--color-bg-alt);
}

.policy-callout h3 {
  margin-bottom: 0.4rem;
}

.policy-disclaimer {
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-top: 0.8rem;
}

@media (max-width: 800px) {
  .policy-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================
   Testimonials & FAQ
   ========================= */

   .faq-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
  font-size: 0.78rem;
  color: var(--color-muted);
}

.faq-chip {
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-pill);
  background: var(--color-primary-soft);
  color: var(--color-text);
}

.faq-note {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: var(--color-muted);
}

body.dark .faq-note {
  color: var(--color-text);
}
body.dark .faq-chip {
  background: rgba(124, 201, 181, 0.35);
  color: var(--color-text);
}

body.dark .faq-note,
body.dark .testimonial-name {
  color: var(--color-text);
}

.testimonials-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 1.2fr);
  gap: 2.4rem;
  align-items: flex-start;
}

.faq-dark,
.faq-dark p,
.faq-dark li,
.faq-dark .accordion-body,
.faq-dark .accordion-header {
  color: var(--color-text);
}

.testimonial-card {
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 10px 22px rgba(31, 45, 43, 0.08);
}

.testimonial-rating {
  display: inline-flex;
  gap: 0.2rem;
  font-size: 0.85rem;
  color: #c9a86a;
  letter-spacing: 0.05em;
}

#testimonialText {
  font-size: 1rem;
  line-height: 1.5;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testimonial-service {
  font-size: 0.8rem;
  color: rgba(31, 45, 43, 0.7);
}

.testimonial-location {
  font-size: 0.7rem;
  color: rgba(31, 45, 43, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.testimonial-name {
  font-size: 0.9rem;
  color: var(--color-text);
  font-weight: 600;
}

.testimonial-verified {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(31, 45, 43, 0.65);
}

.before-after-pill {
  align-self: flex-start;
  padding: 0.2rem 0.7rem;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  background: rgba(31, 45, 43, 0.08);
  color: var(--color-text);
}

.testimonial-dots {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.6rem;
}

.testimonial-dots button {
  border: none;
  background: rgba(148,163,253,0.4);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-base);
  padding: 0;
}

.testimonial-dots button.active {
  width: 18px;
  background: linear-gradient(to right, var(--color-primary), var(--color-accent));
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.accordion-item {
  border-radius: 16px;
  background: var(--color-bg-soft);
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 0.7rem 0.9rem;
  background: transparent;
  border: none;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--color-text);
  position: relative;
  padding-right: 2.2rem;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(31, 45, 43, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--color-text-strong);
  background: rgba(255, 255, 255, 0.7);
}

.accordion-item.open .accordion-header::after {
  content: "–";
}

.accordion-body {
  padding: 0.2rem 0.9rem 0.9rem;
  font-size: 0.8rem;
  color: var(--color-muted);
  display: none;
  background: rgba(255, 255, 255, 0.7);
}

.accordion-item.open .accordion-body {
  display: block;
}

/* =========================
   Contact
   ========================= */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1.2fr);
  gap: 2.4rem;
}

.contact-layout .form {
  margin-top: 1.4rem;
}

#contactMap {
  filter: saturate(0.75);
}

#contactForm .btn {
  font-size: 1rem;
  padding: 0.85rem 1.6rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.contact-list li {
  margin-bottom: 0.4rem;
}

.contact-list .contact-phone {
  color: var(--color-text);
  font-weight: 600;
  font-size: 1.05rem;
}

.contact-note {
  margin: 0.6rem 0 1rem;
  color: var(--color-text);
  font-weight: 500;
}

.contact-clients {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.map-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.map-label {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--color-muted);
}

.map-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#contactMap {
  width: 100%;
  height: 360px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.map-note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--color-muted);
  line-height: 1.4;
}

/* =========================
   Footer
   ========================= */

.footer {
  padding: 1.4rem 1.5rem 1.1rem;
  background: var(--bg);
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(31, 45, 43, 0.08);
}

body.dark .footer {
  background: rgba(3, 23, 37, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
  text-align: center;
}

.footer-column h4,
.footer-heading {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-text-strong);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.footer-tagline {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: var(--color-muted);
  max-width: 260px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.2rem;
  font-size: 0.84rem;
  line-height: 1.6;
  justify-items: center;
}

.footer-list a {
  color: var(--color-text);
  opacity: 0.85;
}

.footer-list a:hover {
  color: var(--color-text-strong);
  opacity: 1;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.footer-contact-list span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(31, 45, 43, 0.7);
}

.footer-contact-list a {
  color: var(--color-text);
  font-weight: 600;
}

.footer-contact-list p {
  margin: 0.2rem 0 0;
  color: var(--color-muted);
}

.footer-social-row {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.footer-bottom {
  font-size: 0.74rem;
  color: var(--color-muted);
  text-align: center;
}

.footer-brand-statement {
  margin: 0.4rem auto 0;
  font-size: 0.74rem;
  color: var(--color-muted);
  text-align: center;
}

/* =========================
   Chatbot
   ========================= */

.chatbot {
  position: fixed;
  right: 1.4rem;
  bottom: 1.6rem;
  z-index: 90;
  visibility: visible;
  opacity: 1;
}

.chatbot-toggle {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: var(--color-brand-dark);
  box-shadow: var(--shadow-hover);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.chat-icon {
  width: 24px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 10px;
  position: relative;
}

.chat-icon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-bottom-left-radius: 6px;
}

.chatbot-window {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 280px;
  background: var(--color-bg-soft);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--color-border);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.chatbot.open .chatbot-window {
  display: flex;
}

.chatbot-header {
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.8rem;
}

.chatbot-body {
  padding: 0.8rem;
  max-height: 360px;
  overflow-y: auto;
  font-size: 0.78rem;
}

.chatbot-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.chatbot-form label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.72rem;
}

.chatbot-form label span {
  color: var(--color-muted);
  font-weight: 600;
}

.chatbot-form input,
.chatbot-form select,
.chatbot-form textarea {
  border-radius: 12px;
  font-size: 0.78rem;
}

.chatbot-form textarea {
  resize: vertical;
}

.chatbot-form button {
  margin-top: 0.2rem;
}

.chatbot-hint {
  font-size: 0.68rem;
  color: var(--color-muted);
  margin: 0.4rem 0 0;
}

.chatbot-status {
  min-height: 1em;
  font-size: 0.72rem;
  margin-top: 0.2rem;
}

.chatbot-status.success {
  color: #16a34a;
}

.chatbot-status.error {
  color: #dc2626;
}

/* =========================
   Scroll Reveal / Parallax
   ========================= */

 [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

[data-reveal].visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.9s cubic-bezier(0.33, 1, 0.68, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
  transition-delay: 0.15s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

[data-parallax] {
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), box-shadow 0.25s ease;
  transform-style: preserve-3d;
  transform: translate3d(0, calc(var(--parallax-offset, 0) * 16px), 0);
}

.scroll-motion {
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translate3d(0, var(--scroll-motion, 0px), 0);
  will-change: transform;
}

/* =========================
   Dashboards (Admin/Employee)
   ========================= */

.admin-product-meta {
  font-size: 0.72rem;
  color: var(--color-muted);
}

.admin-product-actions {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-end;
}

.text-danger {
  color: #dc2626;
}

.dashboard {
  padding: 5.5rem 1.5rem 3rem;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, var(--color-primary-soft), transparent),
    var(--color-bg);
}

.dashboard h2 {
  font-size: 1.9rem;
  margin-bottom: 0.25rem;
}

.dashboard p.section-subtitle {
  margin-bottom: 1.8rem;
  color: var(--color-muted);
}

.dashboard-card {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  background: var(--color-bg-soft);
}

/* Main admin grid
   Desktop: 2 columns, Bookings column wider
   Smaller screens: stack into a single column
*/
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
}

/* Make each card flex so inner content grows naturally */
.dashboard-grid .dashboard-card {
  display: flex;
  flex-direction: column;
}

/* Let the “Bookings Overview” card breathe a bit more */
.dashboard-grid .dashboard-card:first-child {
  min-height: 100%;
}

/* Tablets & below: single column */
@media (max-width: 980px) {
  .dashboard {
    padding: 4.5rem 1rem 2.5rem;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

/* Fine-tune the Bookings Overview column */
#adminDashboard .dashboard-card .dashboard-header h3 {
  margin-bottom: 0.6rem;
}

#adminDashboard .dashboard-card .dashboard-card {
  margin-top: 0.7rem;
}

/* Jobs list */

.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.8rem;
}

.job-card {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border-soft);
  display: grid;
  grid-template-columns: minmax(0,1.8fr) minmax(0,1.4fr);
  gap: 0.5rem;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .job-card {
    grid-template-columns: 1fr;
  }
}

.job-meta {
  color: var(--color-muted);
  font-size: 0.75rem;
}

.job-actions {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-end;
}

.job-status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-pill);
  background: var(--color-primary-soft);
  color: var(--color-muted);
}

.job-upload {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.7rem;
}

.job-upload input {
  padding: 0.2rem 0.3rem;
  font-size: 0.7rem;
}

.job-upload button {
  padding: 0.25rem 0.55rem;
  font-size: 0.7rem;
}

/* ===== DUSTLESS ASSISTANT (Admin Dashboard) ===== */

.admin-subtitle {
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-top: 0.1rem;
}

/* Admin tables & chips */

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.admin-table th,
.admin-table td {
  padding: 0.35rem 0.4rem;
  border-bottom: 1px solid rgba(148,163,253,0.16);
  text-align: left;
}

.admin-chip {
  display: inline-flex;
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-pill);
  font-size: 0.65rem;
  background: var(--color-primary-soft);
  color: var(--color-muted);
}

.dashboard-note {
  font-size: 0.72rem;
  color: var(--color-muted);
  margin-top: 0.2rem;
}

/* Admin products list */

.admin-product-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(148,163,253,0.12);
  font-size: 0.78rem;
}

.admin-product-name {
  font-weight: 500;
}

.admin-product-meta {
  font-size: 0.72rem;
  color: var(--color-muted);
}

.admin-product-actions {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-end;
}

/* =========================
   After Cleaning Widget
   ========================= */

.after-clean-widget {
  margin-top: 1.2rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.after-clean-products {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.after-clean-item {
  flex: 1 1 120px;
  padding: 0.5rem 0.6rem;
  border-radius: 14px;
  background: var(--color-bg-soft);
  font-size: 0.75rem;
}

/* =========================
   Timeline & Mess Meter
   ========================= */

.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

#process {
  background: rgba(255, 255, 255, 0.96);
}

body.dark #process {
  background: rgba(8, 32, 44, 0.92);
}

.timeline-step {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  border: 1px solid rgba(31, 45, 43, 0.06);
}

.timeline-step h2 {
  font-size: 1rem;
}

.timeline-step p {
  font-size: 0.92rem;
  line-height: 1.55;
}

.timeline-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 45, 43, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.timeline-icon span {
  font-family: var(--font-heading);
  letter-spacing: 0.1em;
}

.timeline-step--emphasis .timeline-icon {
  width: 64px;
  height: 64px;
  font-size: 1.25rem;
  border-color: rgba(31, 45, 43, 0.12);
}

.mess-meter-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.6rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.mess-meter-control label {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

#messMeterSlider {
  width: 100%;
  margin-bottom: 0.5rem;
}

.mess-meter-message {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text);
}

/* =========================
   Room Focus
   ========================= */

.room-focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.room-card {
  padding: 1.3rem;
  border-radius: var(--radius-xl);
}

.room-card h3 {
  margin-bottom: 0.4rem;
}

.room-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.room-card li::before {
  content: "- ";
  color: var(--color-muted);
}

/* =========================
   Utilities & Responsive
   ========================= */

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-inner,
  .pricing-layout,
  .about-layout,
  .careers-layout,
  .testimonials-faq-layout,
  .contact-layout,
  .standard-visit-grid,
  .eco-promise-inner,
  .meet-cleaner-card {
    grid-template-columns: 1fr;
  }

  .testimonials-faq-layout,
  .contact-layout {
    gap: 2.5rem;
  }

  .service-snapshot-grid,
  .gift-grid,
  .timeline {
    gap: 2rem;
  }

  .nav-primary {
    display: none;
  }

  .header-inner {
    gap: 0.8rem;
  }

  .header-actions .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 6rem;
  }

  .meet-cleaner-photo {
    margin: 0 auto;
  }

  .about-overlay-card {
    position: static;
    margin-top: 1rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .burger {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(31, 45, 43, 0.18);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 6px 16px rgba(31, 45, 43, 0.12);
    justify-content: center;
    align-items: center;
  }

  .burger span {
    width: 24px;
  }

  /* Mobile-first layout: keep only core conversion sections visible */
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none !important;
  }

  .desktop-only:target {
    display: block !important;
  }

  .desktop-only.mobile-reveal {
    display: block !important;
  }

  body {
    padding-bottom: 84px;
  }

  .section {
    padding: 3.5rem 1.1rem;
  }

  .hero-text {
    gap: 0.85rem;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-trust-line {
    display: none;
  }

  .hero-background {
    background: transparent;
  }

  .trust-strip {
    padding-top: 1rem;
  }

  .trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    text-align: center;
    font-size: 0.82rem;
    color: var(--color-text);
  }

  .trust-strip-inner span {
    background: var(--color-bg-soft);
    border-radius: var(--radius-pill);
    padding: 0.45rem 0.6rem;
    border: 1px solid var(--color-border);
  }

  .services-section .section-header p,
  .services-section .service-after-note {
    display: none;
  }

  .service-snapshot-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .service-snapshot-card {
    padding: 1rem;
  }

  .service-snapshot-card .card-lede {
    display: none;
  }

  .service-snapshot-card .link-btn {
    align-self: flex-start;
  }

  .service-thumb {
    height: 130px;
  }

  #about .meet-cleaner-copy,
  #about .meet-cleaner-media {
    padding-inline: 0.5rem;
  }

  #service-addons {
    display: none;
  }

  .smartquote-section .smartquote-card {
    display: none;
  }

  body.booking-open #bookingForm {
    display: block;
  }

  body.booking-open .smartquote-section .mobile-cta-section {
    display: none;
  }

  body.booking-open {
    overflow: hidden;
  }

  body.booking-open .header,
  body.booking-open .footer,
  body.booking-open .mobile-cta-bar,
  body.booking-open .section:not(.smartquote-section) {
    display: none;
  }

  body.booking-open .smartquote-section {
    position: fixed;
    inset: 0;
    z-index: 220;
    padding: 1.4rem 1rem 6rem;
    overflow: auto;
  }

  body.booking-open .smartquote-section .section-header {
    text-align: left;
  }

  .smartquote-close-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.6rem;
  }

  .smartquote-close {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    padding: 0.35rem 0.8rem;
    background: rgba(255, 255, 255, 0.9);
  }

  .smartquote-close:hover {
    border-color: rgba(31, 45, 43, 0.35);
  }

  .smartquote-section .smartquote-card {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .smartquote-section .wizard-progress {
    flex-direction: column;
    align-items: flex-start;
  }

  .smartquote-section .wizard-progress-bar {
    width: 100%;
  }

  .smartquote-section .wizard-step {
    padding: 0.9rem;
  }

  .smartquote-section .form-grid,
  .smartquote-section .form-grid--three,
  .smartquote-section .toggle-grid,
  .smartquote-section .extras-grid,
  .smartquote-section .pill-checkbox-grid,
  .smartquote-section .room-upload-grid {
    grid-template-columns: 1fr;
  }

  .smartquote-section .wizard-reassurance {
    text-align: left;
  }

  .mobile-cta-section {
    background: var(--color-bg-soft);
    border-radius: var(--radius-lg);
    padding: 1.6rem 1.4rem;
    text-align: center;
    box-shadow: var(--shadow-card);
  }

  .mobile-cta-actions {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
  }

  .testimonials-block {
    display: none;
  }

  #faq .accordion-item:nth-child(n + 5) {
    display: none;
  }

  .footer-column:not(.footer-brand) {
    display: none;
  }

  .nav-mobile-cta {
    display: grid;
    gap: 0.75rem;
  }

  .mobile-cta-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 140;
    background: rgba(250, 251, 250, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--color-border);
    padding: 0.7rem 1rem 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .mobile-cta-bar .btn {
    width: 100%;
    justify-content: center;
  }

  .mobile-cta-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 0.1rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    letter-spacing: 0.01em;
  }

  .mobile-cta-number__label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
  }

  .modal-backdrop {
    align-items: flex-start;
    padding: 1.2rem 1rem 6.2rem;
    overflow: auto;
  }

  .modal {
    max-height: calc(100vh - 2.4rem - 4.8rem);
    overflow: auto;
  }

  /* Dark mode polish for mobile-only elements */
  body.dark .hero-trust-line span {
    background: rgba(12, 36, 52, 0.7);
    border-color: rgba(124, 201, 181, 0.2);
    color: var(--color-text);
  }

  body.dark .mobile-cta-section {
    background: rgba(8, 32, 44, 0.9);
  }

  body.dark .mobile-cta-bar {
    background: rgba(3, 23, 37, 0.92);
    border-top-color: rgba(124, 201, 181, 0.2);
  }

  .burger:focus-visible,
  .nav-mobile a:focus-visible,
  .nav-mobile button:focus-visible,
  .nav-mobile .btn:focus-visible {
    outline: 2px solid var(--color-text-strong);
    outline-offset: 3px;
  }

  .nav-mobile-panel {
    padding: 2.2rem 1.25rem 1.6rem;
    gap: 1.4rem;
  }

  .nav-mobile-links {
    text-align: left;
    gap: 0.95rem;
  }

  .nav-mobile-links .nav-link {
    font-size: 1.05rem;
  }

  .nav-mobile .btn {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    min-height: 40px;
  }

  /* Mobile map fix: keep map flush inside its card */
  #serviceArea .map-card {
    overflow: hidden;
    border-radius: var(--radius-xl);
  }

  #serviceArea .map-label {
    padding: 0 0.4rem;
  }

  #serviceArea .map-wrapper {
    width: 100%;
  }

  #contactMap {
    width: 100%;
    height: 240px;
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  #contactMap .mapboxgl-canvas,
  #contactMap .mapboxgl-canvas-container {
    width: 100% !important;
    height: 100% !important;
  }

  .promos-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-social-row {
    flex-wrap: wrap;
  }
}

:root {
  --color-border-soft: rgba(31, 45, 43, 0.2);
  --color-text-strong: var(--primary-dark);
  --shadow-soft-strong: 0 24px 70px rgba(31, 45, 43, 0.2);
}

/* Pills, soft buttons, text buttons, muted text */

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-pill);
  font-size: 0.65rem;
  border: 1px solid rgba(12,52,71,0.2);
  color: var(--color-muted);
}

.pill-soft {
  background: var(--color-primary-soft);
  border-color: transparent;
}

.btn-soft {
  background: var(--color-primary-soft);
  color: var(--color-text);
}

.btn-soft:hover {
  background: rgba(124, 201, 181, 0.35);
}

.btn-text {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-primary);
}

.btn-text.text-danger {
  color: #dc2626;
}

@media (max-width: 600px) {
  .header-inner {
    padding: 0.85rem 1rem;
    min-height: 68px;
  }

  .btn {
    margin-top: 0.5rem; /* Add margin for spacing */
  }
}

/* Extra-small screens: fix wide header + long CTAs */
@media (max-width: 480px) {
  /* Allow button text to wrap on very small screens */
  .btn {
    white-space: normal;
    text-align: center;
  }

  /* Make hero CTAs stack and fill width nicely */
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Make the big “Get My Personalized Cleaning Plan” submit buttons comfy */
  .booking-card form button.btn-primary,
  .quote-form button.btn-primary {
    width: 100%;
    justify-content: center;
  }

  /* Tame the nav CTA in the header so it doesn’t stretch the layout */
  .nav-cta {
    font-size: 0.78rem;
    padding: 0.55rem 0.9rem;
    max-width: 190px;
  }
}

.muted {
  color: var(--color-muted);
}

/* Product modal backdrop if you follow the updated HTML */
.modal-backdrop.hidden {
  display: none;
}

.safety-trust .section-header p {
  margin-bottom: 1.5rem;
}

.safety-scan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.safety-scan-item {
  border-radius: var(--radius-xl);
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 45, 43, 0.08);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 18px 30px rgba(31, 45, 43, 0.08);
}

.safety-scan-item p {
  margin: 0;
  font-weight: 600;
  color: var(--color-text);
}

.safety-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.safety-readmore {
  margin-top: 1rem;
  text-align: center;
}

.safety-readmore a {
  color: var(--primary-dark);
  font-weight: 600;
  border-bottom: 1px solid rgba(78, 124, 115, 0.25);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease;
}

.safety-readmore a:hover,
.safety-readmore a:focus-visible {
  color: var(--text);
}

.cleaning-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: none;
  background: rgba(124, 201, 181, 0.18);
  color: var(--color-text);
  border: 1px solid rgba(31, 45, 43, 0.12);
}
