:root {
  --green: rgb(74, 174, 88);
  --red: #ff0000;
  --green-dark: #2f8f42;
  --ink: #162033;
  --ink-2: #2a3648;
  --ink-3: #2a3648;
  --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.12);

  --services-hero-bg:
    radial-gradient(circle at 12% 18%, rgba(74, 174, 88, 0.14), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(79, 70, 229, 0.08), transparent 22%),
    radial-gradient(circle at 82% 82%, rgba(96, 165, 250, 0.08), transparent 20%),
    linear-gradient(180deg, #f6fbf7 0%, #f3f8f5 100%);

  --surface: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(251, 253, 252, 0.97) 100%);
  --surface-soft: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  --surface-muted: linear-gradient(180deg, #fbfdfb 0%, #f6faf7 100%);
  --border: rgba(223, 230, 225, 0.95);
  --border-strong: rgba(74, 174, 88, 0.18);
  --shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.05);
  --shadow-card: 0 16px 34px rgba(15, 23, 42, 0.06);
  --shadow-card-hover: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.services-page {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 250, 248, 0.95) 100%);
}

.services-hero {
  position: relative;
  overflow: hidden;
  padding: 4.8rem 2rem 3.2rem;
  background: var(--services-hero-bg);
  border-bottom: 1px solid rgba(222, 230, 225, 0.75);
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.75), transparent 82%);
  opacity: 0.28;
}

.services-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  width: 680px;
  height: 680px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 68%);
  filter: blur(18px);
  pointer-events: none;
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.services-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.24;
}

.services-blob-1 {
  top: -140px;
  right: -90px;
  width: 440px;
  height: 440px;
  background: rgba(74, 174, 88, 0.42);
}

.services-blob-2 {
  bottom: 15px;
  left: -70px;
  width: 320px;
  height: 320px;
  background: rgba(96, 165, 250, 0.26);
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}

.services-hero-inner.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.6rem;
  padding: 0.78rem 1.08rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(221, 229, 224, 0.92);
  color: var(--ink-2);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.back-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
  border-color: rgba(74, 174, 88, 0.28);
  color: var(--green-dark);
}

.info-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(74, 174, 88, 0.16);
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.services-title {
  max-width: 980px;
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-wrap: balance;
}

.services-title em {
  color: var(--green-dark);
  font-style: italic;
}

.services-lead {
  max-width: 820px;
  margin: 0;
  color: var(--ink-3);
  font-size: 1.08rem;
  line-height: 1.84;
}

.hero-note-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(74, 174, 88, 0.12);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.services-hero-actions,
.services-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.18rem;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.info-btn:hover {
  transform: translateY(-2px);
}

.info-btn-primary {
  background: linear-gradient(135deg, var(--red));
  color: #fff;
  box-shadow: 0 16px 34px oklab(67.391% -0.12914 0.08675 / 0.26);
}

.info-btn-primary:hover {
  box-shadow: 0 20px 42px rgba(74, 174, 88, 0.32);
}

.info-btn-secondary {
  background: rgba(4, 255, 0, 0.82);
  border: 1px solid var(--border);
  color: var(--ink-2);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.info-btn-secondary:hover {
  border-color: rgba(74, 174, 88, 0.2);
  color: var(--green-dark);
}

.hero-proof {
  margin-top: 1.1rem;
  color: var(--ink-3);
  font-size: 0.95rem;
  line-height: 1.7;
}

.hero-proof strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 540px;
}

.hero-main-photo {
  position: relative;
  min-height: 540px;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

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

.hero-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 28, 0.02) 0%, rgba(10, 16, 28, 0.18) 50%, rgba(10, 16, 28, 0.5) 100%);
}

.hero-photo-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  background: rgba(74, 174, 88, 0.95);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(74, 174, 88, 0.32);
}

.hero-floating-card {
  position: absolute;
  z-index: 3;
  max-width: 240px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-floating-card h3 {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.hero-floating-card p {
  margin: 0;
  color: var(--ink-3);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-floating-card.card-one {
  top: 52px;
  right: -18px;
}

.hero-floating-card.card-two {
  left: -20px;
  bottom: 26px;
}

.services-content-section {
  padding: 2.4rem 2rem 5rem;
}

.services-content-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.services-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

.services-sidebar {
  position: sticky;
  top: 96px;
}

.services-sidebar-card,
.services-card {
  border-radius: 30px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft), 0 2px 0 rgba(255, 255, 255, 0.9) inset;
}

.services-sidebar-card {
  padding: 1.25rem;
}

.services-sidebar-card h2 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.2;
}

.services-sidebar-card nav {
  display: grid;
  gap: 0.6rem;
}

.services-sidebar-card a {
  position: relative;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #f9fcfa 0%, #f4f8f5 100%);
  color: var(--ink-2);
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.services-sidebar-card a::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 0.95rem;
  transform: translateY(-50%);
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.services-sidebar-card a:hover {
  transform: translateY(-2px);
  background: rgba(232, 246, 234, 0.72);
  border-color: rgba(74, 174, 88, 0.18);
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(74, 174, 88, 0.08);
}

.services-sidebar-card a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}

.services-main {
  display: grid;
  gap: 1.5rem;
}

.services-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}

.services-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(74, 174, 88, 0.22), rgba(255, 255, 255, 0));
}

.services-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding: 0.4rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 174, 88, 0.16);
  background: rgba(232, 246, 234, 0.88);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-card h2 {
  margin: 0 0 1.1rem;
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.72rem, 3vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  font-weight: 400;
}

.services-card p {
  margin: 0;
  color: var(--ink-3);
  line-height: 1.8;
}

/* =========================
   OVERVIEW
   ========================= */

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

.services-top-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.services-top-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.08);
}

.services-top-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0.95rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(74, 174, 88, 0.15), rgba(74, 174, 88, 0.06));
  color: var(--green-dark);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.services-top-card h3 {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.35;
}

.services-top-card p {
  color: var(--ink-3);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* =========================
   GALLERY
   ========================= */

.services-card.sales-highlight {
  padding: 2.2rem;
  background:
    radial-gradient(circle at top right, rgba(74, 174, 88, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 249, 0.98) 100%);
}

.services-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.services-gallery-main,
.services-gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-gallery-main:hover,
.services-gallery-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.services-gallery-main {
  min-height: 300px;
}

.services-gallery-main img,
.services-gallery-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-gallery-main::after,
.services-gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.36));
}

.gallery-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: rgba(74, 174, 88, 0.92);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

.services-gallery-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.services-gallery-caption strong {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.services-gallery-caption span {
  width: fit-content;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

.services-gallery-side {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

/* =========================
   PARTNERS
   ========================= */

.partners-section-card {
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.partners-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.partners-head-note {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(74, 174, 88, 0.14);
  background: linear-gradient(180deg, #f7fbf8 0%, #eef8f0 100%);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.partners-head-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.partners-head-note span {
  color: var(--ink-3);
  font-size: 0.92rem;
  line-height: 1.6;
}

.partners-hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  margin: 0 0 1rem;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

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

.partners-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.48));
}

.partners-hero-overlay {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.partners-hero-overlay strong {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.partners-hero-overlay span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

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

.partner-grid-rich {
  gap: 0.85rem;
  align-items: stretch;
}

.partner-card {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 174, 88, 0.22);
  box-shadow: var(--shadow-card-hover);
}

.partner-card-rich {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 0.9rem;
}

.partner-fix {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf5 100%);
}

.partner-prg {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.partner-host {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.partner-fix::before,
.partner-prg::before,
.partner-host::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
}

.partner-fix::before {
  background: linear-gradient(90deg, #4aae58, rgba(74, 174, 88, 0));
}

.partner-prg::before {
  background: linear-gradient(90deg, #3b82f6, rgba(59, 130, 246, 0));
}

.partner-host::before {
  background: linear-gradient(90deg, #f59e0b, rgba(245, 158, 11, 0));
}

.partner-thumb {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

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

.partner-card-top {
  margin-bottom: 0.65rem;
}

.partner-badge {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 174, 88, 0.16);
  background: rgba(232, 246, 234, 0.88);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.partner-card h3,
.partner-card-rich h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.2;
}

.partner-card-rich p {
  min-height: 92px;
  margin: 0 0 1rem;
  color: var(--ink-3);
  font-size: 0.95rem;
  line-height: 1.65;
}

.partner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.1rem;
}

.partner-meta span {
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: #f2f7f3;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
}

.partner-feature-list {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--ink-3);
  font-size: 0.92rem;
  line-height: 1.65;
}

.partner-feature-list li + li {
  margin-top: 0.35rem;
}

.partner-actions {
  margin-top: auto;
  padding-top: 1rem;
}

.partner-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--green-dark);
  font-weight: 700;
}

/* =========================
   PRICING / SERVICE ZONES
   ========================= */

.services-pricing-card {
  padding: 2rem;
}

.section-lead {
  max-width: 760px;
  margin-bottom: 1.4rem !important;
}

.service-zone {
  overflow: hidden;
  margin-top: 1.4rem;
  padding: 1.4rem;
  border-radius: 28px;
  border: 1px solid var(--border);
}

.service-zone-cleaning {
  background: linear-gradient(180deg, #f6fcf7 0%, #eef8f0 100%);
  border-color: rgba(74, 174, 88, 0.18);
}

.service-zone-climate {
  background: linear-gradient(180deg, #f5fbff 0%, #edf6ff 100%);
  border-color: rgba(96, 165, 250, 0.22);
}

.service-zone-dent {
  background: linear-gradient(180deg, #fffaf4 0%, #fdf3e7 100%);
  border-color: rgba(245, 158, 11, 0.22);
}

.service-zone-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.service-zone-head h3 {
  margin: 0.35rem 0;
  color: var(--ink);
  font-size: 1.55rem;
}

.service-zone-head p {
  max-width: 760px;
  margin: 0;
}

.zone-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-zone-cleaning .zone-chip {
  background: rgba(74, 174, 88, 0.14);
  color: #2f8f42;
}

.service-zone-climate .zone-chip {
  background: rgba(96, 165, 250, 0.15);
  color: #2563eb;
}

.service-zone-dent .zone-chip {
  background: rgba(245, 158, 11, 0.16);
  color: #b45309;
}

.service-zone-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 1rem 0 1.1rem;
}

.service-zone-gallery img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-zone-gallery img:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

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

.service-item {
  position: relative;
  overflow: hidden;
  padding: 1.15rem;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 174, 88, 0.22);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.service-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), rgba(74, 174, 88, 0));
}

.service-zone-cleaning .service-item::before {
  background: linear-gradient(90deg, #4aae58, rgba(74, 174, 88, 0));
}

.service-zone-climate .service-item::before {
  background: linear-gradient(90deg, #3b82f6, rgba(59, 130, 246, 0));
}

.service-zone-dent .service-item::before {
  background: linear-gradient(90deg, #f59e0b, rgba(245, 158, 11, 0));
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-zone-cleaning .service-badge {
  background: rgba(74, 174, 88, 0.12);
  color: #2f8f42;
}

.service-zone-climate .service-badge {
  background: rgba(96, 165, 250, 0.14);
  color: #2563eb;
}

.service-zone-dent .service-badge {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.service-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.service-item h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
}

.service-item strong {
  color: var(--green-dark);
  font-size: 1.1rem;
  white-space: nowrap;
}

.service-item ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-3);
}

.service-item li + li {
  margin-top: 0.34rem;
}

.service-item .mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(74, 174, 88, 0.14);
  background: #f4faf5;
  color: var(--green-dark);
  font-weight: 700;
  transition: all 0.18s ease;
}

.service-item .mini-cta:hover {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(74, 174, 88, 0.22);
}

.service-zone-note {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-3);
  line-height: 1.75;
}

.service-zone-note strong {
  color: var(--ink);
}

/* =========================
   HOW IT WORKS / FAQ / CTA
   ========================= */

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

.step-card {
  position: relative;
  padding: 1.25rem 1.15rem 1.15rem;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--surface-muted);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.step-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  border: 1px solid rgba(74, 174, 88, 0.14);
  background: linear-gradient(135deg, rgba(74, 174, 88, 0.16), rgba(74, 174, 88, 0.08));
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.step-card h3 {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 1rem;
}

.step-card p {
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.faq-item {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 174, 88, 0.18);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.faq-item[open] {
  border-color: rgba(74, 174, 88, 0.22);
  box-shadow: 0 16px 30px rgba(74, 174, 88, 0.07);
}

.faq-item summary {
  padding: 1rem 1.1rem;
  list-style: none;
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 1.1rem 1rem;
}

.services-cta-card {
  padding: 2.5rem;
  background:
    radial-gradient(circle at top right, rgba(74, 174, 88, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(96, 165, 250, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef9f0 100%);
}

.services-cta-card h2 {
  max-width: 760px;
}

.services-cta-subpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.services-cta-subpoints span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.62rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 174, 88, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.mobile-sticky-cta {
  display: none;
}

/* =========================
   FOOTER
   ========================= */

.info-footer {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem 2.2rem;
  background: radial-gradient(circle at 15% 20%, rgba(74, 174, 88, 0.12), transparent 20%), linear-gradient(180deg, #111c31 0%, #0c1526 100%);
  color: rgba(255, 255, 255, 0.88);
}

.info-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(126, 217, 87, 0.55), rgba(255, 255, 255, 0.04));
}

.info-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
  max-width: 1220px;
  margin: 0 auto;
}

.info-footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.info-footer-brand .hub {
  color: #7ed957;
}

.info-footer-text {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.info-footer-links {
  display: grid;
  gap: 0.8rem;
}

.info-footer-title {
  margin-bottom: 0.35rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.info-footer-links a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.16s ease, transform 0.16s ease;
}

.info-footer-links a:hover {
  transform: translateX(2px);
  color: #ffffff;
}

.info-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1220px;
  margin: 1.8rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .services-hero-inner.hero-split {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-main-photo {
    min-height: 420px;
  }

  .hero-floating-card.card-one,
  .hero-floating-card.card-two {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .services-top-grid,
  .partner-grid,
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .partners-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .services-layout {
    grid-template-columns: 1fr;
  }

  .services-sidebar {
    position: static;
  }

  .services-gallery,
  .steps-grid,
  .info-footer-inner,
  .partner-grid,
  .partner-grid-rich,
  .service-list,
  .service-list-2,
  .service-list-3,
  .service-zone-gallery {
    grid-template-columns: 1fr;
  }

  .services-gallery-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .service-zone-head {
    flex-direction: column;
  }

  .partners-hero-photo,
  .partners-hero-photo img {
    min-height: 200px;
    height: 200px;
  }

  .partner-thumb {
    height: 180px;
  }

  .partner-card-rich p {
    min-height: auto;
  }

  .service-zone-gallery img {
    height: 220px;
  }
}

@media (max-width: 760px) {
  .nav {
    padding: 0 1rem;
  }

  .nav-burger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding: 0.8rem;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(248, 251, 249, 0.98);
    box-shadow: var(--shadow-md);
  }

  .nav-links.is-open {
    display: flex;
  }

  .breadcrumbs-wrap,
  .services-hero,
  .services-content-section,
  .info-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-card,
  .services-sidebar-card,
  .services-card.sales-highlight,
  .services-cta-card {
    padding: 1.25rem;
    border-radius: 24px;
  }

  .services-top-grid,
  .services-gallery-side,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .services-gallery-main {
    min-height: 260px;
  }

  .services-title {
    font-size: 2.3rem;
  }

  .hero-main-photo {
    min-height: 300px;
    border-radius: 24px;
  }

  .hero-note-row {
    gap: 0.55rem;
  }

  .hero-note {
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
  }

  .service-item-top {
    flex-direction: column;
  }

  .info-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: flex;
    justify-content: center;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(22, 32, 51, 0.92);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mobile-sticky-cta a {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 800;
  }
}
