/* ════════════════════════════════════════
   NOLEAK SERVICES — MASTER STYLESHEET
   Single source of truth, no duplicates
   ════════════════════════════════════════ */

/* ── RESET ─────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #0d2228;
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased
}

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

a {
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.02em
}

/* ── TOKENS ─────────────────────────────── */
:root {
  --ink: #0d2228;
  --ink-light: #29424b;
  --surface: #f7f3ee;
  --moss: #134a57;
  --moss-mid: #1d6b7a;
  --amber: #c97d2a;
  --amber-light: #e9b46a;
  --amber-pale: #fdf3e3;
  --white: #fff;
  --mid: #7c9098;
  --border: #ddd5c5;
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 60px
}

/* ── UTILITIES ──────────────────────────── */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.section-pad {
  padding: 88px 0
}

.eyebrow {
  display: inline-block;
  background: rgba(201, 125, 42, .1);
  border: 1px solid rgba(201, 125, 42, .3);
  border-radius: 40px;
  padding: 5px 14px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px
}

.section-heading {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 12px
}

.section-sub-text {
  color: var(--mid);
  max-width: 540px;
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 36px
}

.section-header {
  text-align: center;
  margin-bottom: 44px
}

.section-header .section-sub-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-bottom: 0
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.reveal-delay-1 {
  transition-delay: .08s
}

.reveal-delay-2 {
  transition-delay: .16s
}

.reveal-delay-3 {
  transition-delay: .24s
}

@media(prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }
}

/* ── BUTTONS ────────────────────────────── */
.btn-primary {
  background: var(--amber);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 13px 26px;
  border-radius: var(--r-xl);
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, transform .15s;
  box-shadow: 0 6px 20px rgba(201, 125, 42, .3)
}

.btn-primary:hover {
  background: #b86b20;
  transform: translateY(-1px)
}

.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 13px 26px;
  border-radius: var(--r-xl);
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color .2s, color .2s
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, .55);
  color: #fff
}

.btn-ghost-sm {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 40px;
  border: 1.5px solid var(--border);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  transition: background .2s, border-color .2s;
  margin-top: auto
}

.btn-ghost-sm:hover {
  background: var(--surface);
  border-color: var(--moss)
}

.price-card.featured .btn-ghost-sm {
  background: var(--moss);
  color: #fff;
  border-color: var(--moss)
}

/* ── CURSOR ─────────────────────────────── */
#cursor {
  width: 10px;
  height: 10px;
  background: var(--amber);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%)
}

@media(max-width:768px) {
  #cursor {
    display: none
  }
}

/* ── NAVBAR ─────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s
}

.navbar.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08)
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap
}

.logo-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(13, 42, 50, .18))
}

.logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.05;
  color: var(--moss);
  display: flex;
  flex-direction: column
}

.logo-text small {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: var(--amber);
  margin-top: 1px
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px
}

.nav-links a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-light);
  white-space: nowrap;
  transition: color .2s
}

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

.nav-phone {
  color: var(--amber) !important;
  font-weight: 700 !important
}

.nav-cta {
  background: var(--moss) !important;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: var(--r-xl);
  font-weight: 600 !important;
  font-size: .78rem !important
}

.nav-cta:hover {
  background: var(--moss-mid) !important
}

.nav-wa {
  background: #25D366 !important;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: var(--r-xl);
  font-weight: 600 !important;
  font-size: .78rem !important;
  display: inline-flex;
  align-items: center;
  gap: 5px
}

.nav-wa svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  flex-shrink: 0
}

.nav-actions-group {
  display: flex;
  align-items: center;
  gap: 12px
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: .3s
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
  opacity: 0
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

/* ── HERO ───────────────────────────────── */
.hero {
  min-height: 100svh;
  background: var(--surface);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 70px
}

.hero-noise {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 20% 30%, rgba(19, 74, 87, .08) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 80% 70%, rgba(201, 125, 42, .06) 0%, transparent 60%);
  pointer-events: none
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0 48px
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 125, 42, .12);
  border: 1px solid rgba(201, 125, 42, .4);
  padding: 6px 14px;
  border-radius: 40px;
  font-size: .68rem;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px
}

.hero h1 {
  font-size: clamp(1.85rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 20px;
  font-weight: 800
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #f5d99b, var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hero-desc {
  color: var(--ink-light);
  font-size: .95rem;
  max-width: 480px;
  margin-bottom: 28px;
  line-height: 1.75
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(13, 34, 40, .05);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 34, 40, .09)
}

.hero-stat {
  padding: 16px 12px;
  text-align: center;
  border-left: 1px solid rgba(13, 34, 40, .09)
}

.hero-stat:first-child {
  border-left: none
}

.hero-stat .num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--amber);
  display: block
}

.hero-stat .lbl {
  font-size: .62rem;
  color: var(--ink-light);
  margin-top: 3px;
  display: block;
  line-height: 1.3
}

.hero .btn-ghost {
  color: var(--ink-light);
  border-color: var(--border)
}

.hero .btn-ghost:hover {
  border-color: var(--moss);
  color: var(--moss)
}

.hero-visual {
  position: relative
}

.hero-img-main {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  height: 440px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .45)
}

.hero-float-card {
  position: absolute;
  bottom: -14px;
  left: -14px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
  min-width: 160px
}

.hero-float-card .fc-label {
  font-size: .58rem;
  color: var(--mid);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em
}

.hero-float-card .fc-val {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--moss)
}

.hero-float-card .fc-sub {
  font-size: .68rem;
  color: var(--mid)
}

.hero-badge-2 {
  position: absolute;
  top: 16px;
  right: -10px;
  background: var(--moss);
  color: #fff;
  border-radius: 16px;
  padding: 11px 15px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28)
}

.hero-badge-2 .b2-val {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 800
}

.hero-badge-2 .b2-lbl {
  font-size: .63rem;
  opacity: .75
}

.hero-bg-graphic {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 440px;
  opacity: .06;
  pointer-events: none;
  z-index: 1
}

.hero-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1
}

.hero-deco-drop1 {
  top: 10%;
  right: 5%;
  width: 100px;
  opacity: .05;
  animation: floatY 6s ease-in-out infinite
}

.hero-deco-drop2 {
  bottom: 15%;
  right: 1%;
  width: 65px;
  opacity: .04;
  animation: floatY 9s ease-in-out infinite reverse
}

.hero-deco-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  width: 100%
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-16px)
  }
}

/* ── TICKER ─────────────────────────────── */
.ticker-strip {
  background: var(--moss);
  overflow: hidden;
  padding: 1px 0;
  white-space: nowrap
}

.ticker-inner {
  display: inline-flex;
  align-items: center;
  animation: ticker 32s linear infinite
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
  padding: 0 28px
}

.ticker-dot {
  width: 4px;
  height: 4px;
  background: var(--amber-light);
  border-radius: 50%;
  flex-shrink: 0
}

@keyframes ticker {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

/* ── TRUST ──────────────────────────────── */
.trust-section {
  padding: 38px 0;
  border-bottom: 1px solid var(--border)
}

.trust-label {
  font-size: .67rem;
  font-weight: 600;
  color: var(--mid);
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 22px
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 26px
}

.trust-logo {
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #b0bdb3;
  transition: color .2s
}

.trust-logo:hover {
  color: var(--moss)
}

.trust-div {
  color: var(--border)
}

/* ── WHY SECTION ────────────────────────── */
.why-section {
  background: var(--surface)
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.why-img-wrap {
  position: relative
}

.why-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 22px
}

.why-badge-float {
  position: absolute;
  bottom: 22px;
  right: -12px;
  background: var(--amber);
  color: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(201, 125, 42, .3)
}

.why-badge-float .wbf-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 800
}

.why-badge-float .wbf-lbl {
  font-size: .72rem;
  opacity: .9;
  margin-top: 2px
}

.why-pillars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px
}

.why-pillar {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 15px 17px;
  transition: box-shadow .2s, transform .2s
}

.why-pillar:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
  transform: translateY(-2px)
}

.why-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(29, 107, 122, .1);
  border: 1px solid rgba(29, 107, 122, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.why-icon svg {
  width: 20px;
  height: 20px;
  color: var(--moss)
}

.why-pillar h4 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 3px
}

.why-pillar p {
  font-size: .81rem;
  color: var(--mid);
  line-height: 1.6
}

/* ── SERVICES ───────────────────────────── */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 0
}

.service-card {
  width: calc(33.333% - 14px);
  min-width: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  transition: box-shadow .35s, transform .35s;
  position: relative;
  display: flex;
  flex-direction: column
}

.service-card:hover {
  box-shadow: 0 22px 50px rgba(13, 34, 40, .12);
  transform: translateY(-5px)
}

.service-card.featured {
  border: 2px solid var(--amber)
}

.service-img-wrap {
  position: relative;
  overflow: hidden;
  height: 195px;
  flex-shrink: 0
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.07)
}

.service-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 28, 34, .65) 100%)
}

.service-badge-feat {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: var(--amber);
  color: #fff;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 40px
}

.service-photo-tag {
  position: absolute;
  bottom: 11px;
  left: 11px;
  z-index: 3;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .9);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 40px
}

.service-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px
}

.service-header {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.service-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--moss);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(19, 74, 87, .25);
  transition: transform .25s
}

.service-card:hover .service-icon-badge {
  transform: scale(1.07) rotate(-4deg)
}

.service-icon-badge svg {
  width: 19px;
  height: 19px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.service-header-text {
  flex: 1;
  min-width: 0
}

.service-tag {
  display: inline-block;
  background: var(--amber-pale);
  color: var(--amber);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 40px;
  margin-bottom: 4px
}

.service-header-text h3 {
  font-size: .92rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
  margin: 0
}

.service-body>p {
  font-size: .81rem;
  color: var(--mid);
  line-height: 1.68;
  margin: 0;
  flex: 1
}

.nav-logo img {
  height: 64px
}

.hero-section {
  background-color: #F7F3EE
}

.hero-h1 {
  color: var(--ink)
}

.stat-val {
  color: var(--moss)
}

.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--border)
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

.service-chip {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 3px 9px;
  border-radius: 40px;
  font-size: .65rem;
  font-weight: 600;
  color: var(--ink-light)
}

.service-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .79rem;
  font-weight: 700;
  color: var(--moss);
  transition: gap .2s, color .2s;
  width: fit-content
}

.service-cta-link svg {
  width: 14px;
  height: 14px;
  transition: transform .2s
}

.service-card:hover .service-cta-link {
  color: var(--amber);
  gap: 9px
}

.service-card:hover .service-cta-link svg {
  transform: translateX(3px)
}

/* ── PAINTING & CIVIL ───────────────────── */
.paint-col-head {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 10px
}

.paint-col-head .col-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.paint-col-head .col-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* ── PROCESS ────────────────────────────── */
.process-section {
  background: var(--ink)
}

.process-section .section-heading {
  color: #fff
}

.process-section .section-sub-text {
  color: rgba(255, 255, 255, .55)
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 48px;
  position: relative
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
  z-index: 0
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px
}

.process-step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  display: block
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201, 125, 42, .12);
  border: 2px solid rgba(201, 125, 42, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: .92rem;
  font-weight: 800;
  color: var(--amber-light);
  margin: 0 auto 15px;
  transition: background .3s, border-color .3s, transform .2s
}

.process-step:hover .step-num {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
  transform: scale(1.08)
}

.process-step h4 {
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px
}

.process-step p {
  font-size: .75rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.6
}

/* ── LAYERS ─────────────────────────────── */
.layers-section {
  background: var(--ink)
}

.layers-section .section-heading {
  color: #fff
}

.layers-section .section-sub-text {
  color: rgba(255, 255, 255, .55)
}

.layers-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 44px
}

.layers-diagram {
  width: 100%;
  height: auto
}

.layers-key {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.layers-key-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: background .2s
}

.layers-key-item:hover {
  background: rgba(255, 255, 255, .07)
}

.layers-swatch {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  margin-top: 3px;
  flex-shrink: 0
}

.layers-key-item h4 {
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  margin-bottom: 3px
}

.layers-key-item p {
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
  line-height: 1.6
}

/* ── BEFORE/AFTER ───────────────────────── */
.ba-section {
  background: var(--surface)
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 44px
}

.ba-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow .2s
}

.ba-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, .09)
}

.project-carousel {
  position: relative;
  overflow: hidden;
  height: 210px;
  background: var(--ink)
}

.project-carousel .carousel-track {
  display: flex;
  height: 100%;
  transition: transform .4s ease
}

.project-carousel .carousel-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  border: none;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background .2s
}

.carousel-btn.prev {
  left: 9px
}

.carousel-btn.next {
  right: 9px
}

.carousel-dots {
  position: absolute;
  bottom: 9px;
  right: 9px;
  display: flex;
  gap: 5px;
  z-index: 3
}

.carousel-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: background .2s, transform .2s
}

.carousel-dots span.active {
  background: var(--amber);
  transform: scale(1.2)
}

.carousel-count {
  position: absolute;
  top: 9px;
  right: 9px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: .63rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 40px;
  z-index: 3
}

.ba-pill {
  position: absolute;
  bottom: 9px;
  left: 9px;
  padding: 3px 10px;
  border-radius: 40px;
  font-size: .63rem;
  font-weight: 700;
  z-index: 3
}

.ba-pill.before {
  background: rgba(180, 40, 40, .85);
  color: #fff
}

.ba-pill.after {
  background: rgba(19, 74, 87, .9);
  color: #fff
}

.ba-info {
  padding: 15px 17px
}

.ba-info h4 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 4px
}

.ba-info p {
  font-size: .79rem;
  color: var(--mid)
}

.ba-result {
  display: inline-block;
  margin-top: 6px;
  background: #e6f1f3;
  color: var(--moss);
  font-size: .66rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 40px
}

/* ── GALLERY ────────────────────────────── */
.gallery-section {
  background: #f8f5ef
}

.photo-grid {
  columns: 4;
  column-gap: 12px;
  margin-top: 40px;
}

.photo-grid-item {
  break-inside: avoid;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}

.photo-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.photo-grid-item:hover img {
  transform: scale(1.04);
}

.photo-grid-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 34, 40, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border-radius: 12px;
}

.photo-grid-item:hover .photo-grid-overlay {
  background: rgba(13, 34, 40, 0.45);
}

.photo-grid-overlay svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.photo-grid-item:hover .photo-grid-overlay svg {
  opacity: 1;
  transform: scale(1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.open {
  display: flex;
}

.lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  animation: lbFadeIn 0.3s ease;
}

@keyframes lbFadeIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-inner img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  background: var(--amber);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav.prev {
  left: -56px;
}

.lightbox-nav.next {
  right: -56px;
}

.lightbox-counter {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  white-space: nowrap;
}

/* ── BRANDS ─────────────────────────────── */
.brands-section {
  background: #fff;
  padding: 56px 0;
  border-top: 1px solid var(--border)
}

.brands-section-inner {
  text-align: center
}

.brands-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 6px
}

.brands-section-sub {
  font-size: .88rem;
  color: var(--mid);
  margin-bottom: 36px
}

.brands-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  width: 100%
}

.brand-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  color: var(--ink-light);
  transition: box-shadow .2s, transform .2s;
  text-align: center
}

.brand-badge:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, .09);
  transform: translateY(-3px);
  border-color: var(--amber)
}

.bb-name {
  font-size: .78rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 2px
}

.bb-desc {
  font-size: .63rem;
  color: var(--mid);
  font-weight: 400;
  line-height: 1.4
}

/* ── GOOGLE REVIEWS ─────────────────────── */
.gmb-section {
  background: #fff
}

.gmb-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px
}

.gmb-rating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 20px
}

.gmb-score {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1
}

.gmb-score-meta {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.gmb-stars {
  color: var(--amber);
  font-size: 1rem;
  letter-spacing: 2px
}

.gmb-score-meta span {
  font-size: .76rem;
  color: var(--mid)
}

.gmb-cta-group {
  display: flex;
  gap: 9px;
  flex-wrap: wrap
}

.btn-google {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--ink);
  padding: 10px 18px;
  border-radius: var(--r-xl);
  font-weight: 700;
  font-size: .83rem;
  transition: box-shadow .2s, border-color .2s, transform .15s
}

.btn-google:hover {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .07);
  border-color: var(--moss);
  transform: translateY(-1px)
}

.btn-google svg {
  width: 16px;
  height: 16px
}

.gmb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px
}

.gmb-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  transition: box-shadow .2s, transform .2s
}

.gmb-card:hover {
  box-shadow: 0 7px 22px rgba(0, 0, 0, .06);
  transform: translateY(-3px)
}

.gmb-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px
}

.gmb-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0
}

.gmb-name {
  font-weight: 700;
  font-size: .83rem;
  color: var(--ink)
}

.gmb-date {
  font-size: .7rem;
  color: var(--mid)
}

.gmb-card-stars {
  color: var(--amber);
  font-size: .8rem;
  margin-bottom: 6px;
  letter-spacing: 1px
}

.gmb-card p {
  font-size: .81rem;
  color: var(--ink-light);
  line-height: 1.65
}

.gmb-google-icon {
  margin-left: auto;
  width: 15px;
  height: 15px;
  flex-shrink: 0
}

.gmb-embed-slot {
  margin-top: 28px;
  border: 2px dashed var(--border);
  border-radius: 15px;
  padding: 26px 20px;
  text-align: center;
  background: var(--surface)
}

.gmb-embed-slot p {
  font-size: .81rem;
  color: var(--mid);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7
}

.gmb-embed-slot code {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 1px 5px;
  font-size: .74rem;
  color: var(--moss)
}

/* ── COVERAGE MAP ───────────────────────── */
.area-section {
  background: var(--surface)
}

.area-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  margin-top: 8px
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px
}

.area-tag {
  background: #fff;
  border: 1px solid var(--border);
  padding: 6px 13px;
  border-radius: 40px;
  font-size: .77rem;
  font-weight: 500;
  color: var(--ink-light);
  cursor: default;
  transition: background .2s, border-color .2s, color .2s
}

.area-tag:hover {
  background: var(--moss);
  border-color: var(--moss);
  color: #fff
}

.area-note {
  margin-top: 16px;
  font-size: .82rem;
  color: var(--mid);
  line-height: 1.6
}

.area-note strong {
  color: var(--amber)
}

.area-map-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  padding: 9px
}

/* ── COMPARE ────────────────────────────── */
.compare-section {
  background: var(--surface)
}

.compare-table-wrap {
  margin-top: 44px;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px
}

.compare-table th,
.compare-table td {
  padding: 13px 17px;
  text-align: left;
  font-size: .84rem;
  border-bottom: 1px solid var(--border)
}

.compare-table th {
  font-family: 'Poppins', sans-serif;
  font-size: .71rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--mid);
  font-weight: 700;
  background: var(--surface)
}

.compare-table th.col-us {
  color: var(--moss);
  background: rgba(29, 107, 122, .06)
}

.compare-table td.col-us {
  background: rgba(29, 107, 122, .04);
  font-weight: 600;
  color: var(--moss)
}

.compare-table tr:last-child td {
  border-bottom: none
}

.compare-table .yes {
  color: var(--moss);
  font-weight: 700
}

.compare-table .no {
  color: #b94a3c;
  font-weight: 700
}

.compare-table td:first-child {
  font-weight: 600;
  color: var(--ink)
}

/* ── FAQ ────────────────────────────────── */
.faq-section {
  background: #fff
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin-top: 44px
}

.faq-item {
  background: var(--surface);
  border-radius: 14px;
  padding: 17px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: box-shadow .2s
}

.faq-item:hover {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .07)
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px
}

.faq-q h3 {
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Inter', sans-serif
}

.faq-arrow {
  width: 23px;
  height: 23px;
  min-width: 23px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .77rem;
  flex-shrink: 0;
  transition: transform .2s, background .2s
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
  background: var(--amber);
  border-color: var(--amber);
  color: #fff
}

.faq-a {
  display: none;
  font-size: .82rem;
  color: var(--mid);
  line-height: 1.7;
  margin-top: 10px
}

.faq-item.open .faq-a {
  display: block
}

/* ── BLOG SECTION ───────────────────────── */
.blog-section {
  padding: 80px 0 60px;
  background: #fff;
  position: relative;
}

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

.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  text-decoration: none;
  color: inherit
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(19, 74, 87, .12)
}

.blog-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background: var(--surface)
}

.blog-card-img-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--surface) 0%, #e8e1d6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.blog-card-img-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: .35
}

.blog-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-card-cat {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--moss);
  margin-bottom: 8px
}

.blog-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 10px;
  flex: 1
}

.blog-card-excerpt {
  font-size: .82rem;
  color: var(--ink-light);
  line-height: 1.6;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--mid);
  border-top: 1px solid var(--border);
  padding-top: 12px;
  margin-top: auto
}

.blog-card-date {
  display: flex;
  align-items: center;
  gap: 5px
}

.blog-card-read {
  font-weight: 700;
  color: var(--moss);
  font-size: .78rem;
  display: flex;
  align-items: center;
  gap: 4px
}

.blog-card-read:hover {
  text-decoration: underline
}

/* Skeleton loader */
.blog-skeleton {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.blog-skeleton-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden
}

.skel {
  background: linear-gradient(90deg, #f0ebe4 25%, #e8e1d6 50%, #f0ebe4 75%);
  background-size: 200% 100%;
  animation: skelShimmer 1.6s infinite
}

@keyframes skelShimmer {
  0% {
    background-position: 200% 0
  }

  100% {
    background-position: -200% 0
  }
}

.blog-viewall-wrap {
  text-align: center;
  margin-top: 40px
}

.btn-blog-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid var(--moss);
  color: var(--moss);
  font-weight: 700;
  font-size: .95rem;
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .2s, color .2s
}

.btn-blog-viewall:hover {
  background: var(--moss);
  color: #fff
}

.blog-empty {
  text-align: center;
  padding: 40px;
  color: var(--mid);
  font-size: .9rem
}

/* ── CONTACT ────────────────────────────── */
.contact-section {
  background: var(--surface)
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 44px;
  align-items: start;
  margin-top: 44px
}

.contact-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 9px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4
}

.contact-info>p {
  font-size: .85rem;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 20px
}

.contact-perks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px
}

.contact-perk {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .83rem;
  font-weight: 500
}

.perk-dot {
  width: 6px;
  height: 6px;
  background: var(--amber);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px
}

.contact-details {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 9px
}

.contact-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .81rem
}

.cd-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1px
}

.cd-icon svg {
  width: 15px;
  height: 15px;
  color: var(--amber)
}

.contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .05)
}

.contact-form h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.form-field {
  margin-bottom: 10px
}

.form-field label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--ink-light);
  margin-bottom: 4px
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: .87rem;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(201, 125, 42, .1)
}

.form-field textarea {
  resize: vertical;
  min-height: 84px
}

.form-submit {
  width: 100%;
  padding: 14px;
  font-size: .94rem
}

.form-disclaimer {
  font-size: .68rem;
  color: var(--mid);
  text-align: center;
  margin-top: 7px
}

/* ── FOOTER ─────────────────────────────── */
footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .5);
  padding: 52px 0 26px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px
}

.footer-brand .logo-f {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px
}

.footer-brand .logo-f .logo-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .3))
}

.footer-brand .logo-f .logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.05;
  color: #fff;
  display: flex;
  flex-direction: column
}

.footer-brand .logo-f .logo-text small {
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .28em;
  color: var(--amber-light);
  margin-top: 2px
}

.footer-brand>p {
  font-size: .79rem;
  line-height: 1.7;
  max-width: 230px
}

.footer-col h5 {
  font-family: 'Poppins', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 12px
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px
}

.footer-col ul li a {
  font-size: .79rem;
  color: rgba(255, 255, 255, .5);
  transition: color .2s, padding-left .2s
}

.footer-col ul li a:hover {
  color: var(--amber-light);
  padding-left: 4px
}

.footer-col ul li {
  font-size: .79rem
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .7rem
}

.footer-seo {
  font-size: .62rem;
  margin-top: 11px;
  color: rgba(255, 255, 255, .2);
  text-align: center;
  line-height: 1.7;
  word-break: break-word
}

/* ── MISC ───────────────────────────────── */
.emergency-band {
  background: #1a0505;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  font-size: .84rem
}

.emergency-band strong {
  color: #ff8a8a
}

.emergency-band a {
  color: var(--amber-light);
  font-weight: 700
}

.sticky-cta {
  position: fixed;
  bottom: 150px;
  right: 17px;
  background: var(--amber);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--r-xl);
  font-weight: 700;
  font-size: .8rem;
  z-index: 900;
  box-shadow: 0 7px 22px rgba(201, 125, 42, .4);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: transform .2s, box-shadow .2s, opacity .3s
}

.sticky-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 26px rgba(201, 125, 42, .48)
}

.sticky-cta svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round
}

.wa-float {
  position: fixed;
  bottom: 88px;
  right: 17px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
  transition: transform .2s;
  animation: waPulse 2.8s ease-in-out infinite
}

.wa-float:hover {
  transform: scale(1.1)
}

.wa-float svg {
  width: 25px;
  height: 25px;
  fill: #fff
}

.wa-tooltip {
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ink);
  color: #fff;
  font-size: .71rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s
}

.wa-float:hover .wa-tooltip {
  opacity: 1
}

@keyframes waPulse {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, .4)
  }

  50% {
    box-shadow: 0 6px 28px rgba(37, 211, 102, .6), 0 0 0 9px rgba(37, 211, 102, .06)
  }
}

.icon {
  display: inline-flex;
  flex-shrink: 0
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px
}

/* ══ RESPONSIVE ══════════════════════════ */
@media(max-width:1100px) {
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 14px 18px 18px;
    gap: 3px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08)
  }

  .nav-links.open {
    display: flex
  }

  .nav-links a {
    padding: 9px 0;
    border-bottom: 1px solid var(--border);
    font-size: .92rem
  }

  .nav-links a:last-child {
    border-bottom: none
  }

  .nav-actions-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%
  }

  .nav-cta,
  .nav-wa {
    flex: 1;
    margin-top: 0 !important;
    text-align: center;
    padding: 11px !important;
    border-radius: var(--r-md) !important;
    justify-content: center;
    font-size: .88rem !important
  }

  .hamburger {
    display: flex
  }
}

@media(max-width:960px) {
  .services-grid>.service-card {
    width: calc(50% - 10px)
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px
  }
}

@media(max-width:860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 44px 0 30px
  }

  .hero-visual,
  .hero-bg-graphic,
  .hero-deco-drop1,
  .hero-deco-drop2 {
    display: none
  }

  .hero h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem)
  }

  .hero-desc {
    max-width: 100%
  }

  .hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 28px
  }

  .hero-actions a {
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 12px 8px;
    font-size: .8rem;
    white-space: nowrap
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .why-img-wrap {
    display: none
  }

  .layers-wrap {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .area-intro {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 22px
  }

  .process-steps::before {
    display: none
  }

  .gmb-grid {
    grid-template-columns: 1fr 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }
}

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

  .ba-grid {
    grid-template-columns: 1fr
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr
  }

  .trust-div {
    display: none
  }

  .compare-table th,
  .compare-table td {
    padding: 10px 12px;
    font-size: .79rem
  }

  .gmb-header {
    flex-direction: column;
    align-items: flex-start
  }
}

@media(max-width:560px) {
  .gmb-grid {
    grid-template-columns: 1fr
  }

  .blog-grid {
    grid-template-columns: 1fr
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stat {
    border-left: none;
    border-bottom: 1px solid rgba(13, 34, 40, .09);
  }

  .hero-stat:nth-child(even) {
    border-left: 1px solid rgba(13, 34, 40, .09);
  }

  .hero-stat:nth-child(3),
  .hero-stat:nth-child(4) {
    border-bottom: none;
  }
}

@media(max-width:540px) {
  .services-grid {
    gap: 13px
  }

  .services-grid>.service-card {
    width: 100%
  }

  .service-img-wrap {
    height: 180px
  }

  .brands-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
  }

  .brand-badge {
    padding: 10px 6px;
    border-radius: 12px;
    min-width: unset
  }

  .bb-name {
    font-size: .65rem
  }

  .bb-desc {
    display: none
  }

  .photo-grid {
    columns: 2;
    column-gap: 8px;
  }

  .photo-grid-item {
    margin-bottom: 8px;
  }

  .lightbox-nav.prev {
    left: -8px;
  }

  .lightbox-nav.next {
    right: -8px;
  }
}

@media(max-width:480px) {
  .container {
    padding: 0 16px
  }

  .section-pad {
    padding: 48px 0
  }

  .hero-actions {
    gap: 8px
  }

  .hero-actions a {
    flex: 1 1 calc(50% - 4px);
    text-align: center;
    justify-content: center;
    padding: 10px 8px;
    font-size: .76rem;
    white-space: nowrap
  }

  .hero-stat .num {
    font-size: 1.3rem
  }

  .hero-stat .lbl {
    font-size: .59rem
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 14px
  }

  .footer-brand {
    grid-column: 1/-1
  }

  .footer-brand>p {
    max-width: 100%
  }

  .footer-bottom {
    flex-direction: column
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .contact-form {
    padding: 18px 14px
  }

  .sticky-cta {
    bottom: 130px;
    right: 13px;
    padding: 9px 14px;
    font-size: .75rem
  }

  .wa-float {
    bottom: 70px;
    right: 13px;
    width: 44px;
    height: 44px
  }

  .wa-float svg {
    width: 22px;
    height: 22px
  }
}

@media(max-width:360px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .process-step {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 13px
  }

  .step-num {
    flex-shrink: 0;
    margin: 0
  }
}
