/*
Theme Name: Horizon Cleaning Solution
Theme URI: https://example.com/
Author: Crescentech
Description: Professional WordPress theme for Horizon Cleaning Solution - Professional Cleaning Management, Georgetown Penang.
Version: 3.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: horizon-cleaning
*/

/* ═══════════════════════════════════════════════════
   BRAND COLOUR SYSTEM
   Navy  #002766  |  Cyan  #13BFE8  |  Green  #00F01A
   ═══════════════════════════════════════════════════ */
:root {
  --navy:        #002766;
  --navy-mid:    #063a89;
  --navy-dark:   #001a47;
  --cyan:        #13BFE8;
  --cyan-dark:   #0da8ce;
  --green:       #00F01A;
  --green-dark:  #00c015;
  --white:       #ffffff;
  --off-white:   #f4faff;
  --text:        #1a2b45;
  --muted:       #5a718a;
  --border:      #d6e8f5;
  --shadow-sm:   0 4px 14px rgba(0,39,102,0.08);
  --shadow-md:   0 10px 32px rgba(0,39,102,0.12);
  --shadow-lg:   0 20px 54px rgba(0,39,102,0.16);
  --radius-sm:   8px;
  --radius-md:   14px;
  --radius-lg:   22px;
  --transition:  0.25s ease;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--navy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--cyan); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── UTILITY ── */
.container { width: min(1180px, 93%); margin: 0 auto; }
.section { padding: 84px 0; }
.section-alt { background: var(--off-white); }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: var(--cyan);
  border-radius: 2px;
}

.section-heading {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.7;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--cyan);
  color: var(--white);
  border-color: var(--cyan);
}
.btn-primary:hover {
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(19,191,232,0.4);
}
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-mid);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,39,102,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.7);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  color: var(--white);
}
.btn-white {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-white:hover {
  background: rgba(255,255,255,0.9);
  color: var(--navy-mid);
}
.btn-green {
  background: var(--green);
  color: var(--navy-dark);
  border-color: var(--green);
}
.btn-green:hover {
  background: var(--green-dark);
  color: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,240,26,0.4);
}

/* ═══════════════════════════════════════════
   TOP BAR
   ═══════════════════════════════════════════ */
.topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  padding: 9px 0;
  border-bottom: 2px solid var(--cyan);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar-item svg { color: var(--cyan); }
.topbar-item a { color: rgba(255,255,255,0.82); }
.topbar-item a:hover { color: var(--cyan); }
.topbar-divider { color: rgba(255,255,255,0.2); }
.topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.topbar-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.3px;
}
.topbar-macm { background: rgba(19,191,232,0.2); border-color: rgba(19,191,232,0.45); color: var(--cyan); }
.topbar-mof  { background: rgba(0,240,26,0.14);  border-color: rgba(0,240,26,0.35);  color: #60ffa0; }

/* ═══════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════ */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--cyan);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 20px rgba(0,39,102,0.10);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  gap: 20px;
}
.logo img, .custom-logo {
  height: 62px;
  width: auto;
  max-width: 230px;
  transition: opacity var(--transition);
}
.logo:hover img, .logo:hover .custom-logo { opacity: 0.85; }
.logo-text-fallback { display: flex; flex-direction: column; }
.logo-name { font-size: 20px; font-weight: 900; color: var(--navy); line-height: 1.1; letter-spacing: -0.5px; }
.logo-sub  { font-size: 10px; font-weight: 700; color: var(--cyan); letter-spacing: 1.5px; text-transform: uppercase; }

.header-nav { flex: 1; display: flex; justify-content: center; }
.main-menu  { display: flex; align-items: center; gap: 2px; }
.main-menu li a {
  display: block;
  padding: 9px 14px;
  color: var(--text);
  font-weight: 600;
  font-size: 14.5px;
  border-radius: var(--radius-sm);
  position: relative;
  transition: color var(--transition), background var(--transition);
}
.main-menu li a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 14px; right: 14px;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 0.25s;
  border-radius: 2px;
}
.main-menu li a:hover { color: var(--navy); background: rgba(19,191,232,0.09); }
.main-menu li a:hover::after,
.main-menu li.current-menu-item > a::after { transform: scaleX(1); }

.header-cta {
  font-size: 14px;
  padding: 11px 20px;
  background: var(--navy);
  color: var(--white) !important;
  border-color: var(--navy);
  flex-shrink: 0;
}
.header-cta:hover {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--white) !important;
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  padding: 8px;
  background: none;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  flex-shrink: 0;
}
.hamburger span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: transform 0.25s, opacity 0.2s; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 14px 0 20px;
  animation: slideDown 0.2s ease;
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mobile-menu li a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
}
.mobile-menu li a:hover { color: var(--cyan); }
.mobile-cta { display: block; text-align: center; margin-top: 12px; }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  background: linear-gradient(140deg, var(--navy-dark) 0%, var(--navy) 55%, #0a4199 100%);
  color: var(--white);
  padding: 64px 0 52px;
  overflow: hidden;
}

/* Decorative geometry */
.hero::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 360px; height: 360px;
  border: 40px solid var(--green);
  opacity: 0.08;
  border-radius: 50%;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -60px;
  width: 420px; height: 420px;
  border: 48px solid var(--cyan);
  opacity: 0.10;
  border-radius: 50%;
}
.hero-accent-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green) 0%, var(--cyan) 60%, var(--navy-mid) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 52px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
  background: rgba(19,191,232,0.12);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(19,191,232,0.3);
  max-width: 100%;
  box-sizing: border-box;
}
.hero-eyebrow span:not(.dot) {
  overflow-wrap: break-word;
  min-width: 0;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  display: block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}

.hero h1 {
  font-size: clamp(36px, 5.5vw, 62px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.hero h1 .highlight {
  color: var(--cyan);
  position: relative;
}
.hero h1 .highlight::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  border-radius: 2px;
}

.hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 24px;
  line-height: 1.6;
  max-width: 560px;
}

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

/* Hero panel (right side) */
.hero-panel {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-lg);
  padding: 30px;
  backdrop-filter: blur(12px);
}
.hero-panel-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(19,191,232,0.4);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-panel-title .title-icon {
  width: 32px; height: 32px;
  background: var(--cyan);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 16px;
  flex-shrink: 0;
}
.hero-panel-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14.5px;
  color: rgba(255,255,255,0.88);
}
.hero-panel-list li:last-child { border-bottom: none; }
.hero-panel-list li .check {
  width: 20px; height: 20px;
  background: var(--green);
  color: var(--navy-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.hero-panel-cta {
  margin-top: 18px;
  display: block;
  text-align: center;
  font-size: 14px;
}

/* ═══════════════════════════════════════════
   STATS STRIP  (between hero and about)
   ═══════════════════════════════════════════ */
.stats-strip {
  background: var(--white);
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}
.stats-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
  text-align: center;
}
.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 140px;
}
.stats-item .stats-icon {
  width: 64px; height: 64px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
}
.stats-item:nth-child(2n) .stats-icon { border-color: var(--green); }
.stats-item .stats-label {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

/* ═══════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════ */
.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.split-img-wrap {
  position: relative;
}
.split-img-wrap img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.split-img-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--navy);
  color: var(--white);
  padding: 18px 22px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--cyan);
}
.split-img-badge strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 4px;
}
.split-img-badge span { font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; }

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: var(--text);
}
.check-list li:last-child { border-bottom: none; }
.check-list li .chk {
  width: 22px; height: 22px;
  background: var(--green);
  color: var(--navy-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* VALUES GRID */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.value-card {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--cyan);
}
.value-card:nth-child(2)::before { background: var(--green); }
.value-card:nth-child(3)::before { background: var(--cyan); }
.value-card:nth-child(4)::before { background: var(--green); }
.value-card .v-icon { font-size: 26px; margin-bottom: 8px; display: block; }
.value-card .v-label { font-size: 13.5px; font-weight: 800; color: var(--white); overflow-wrap: break-word; }
.value-card .v-sub { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 3px; }

/* VISION / MISSION */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.vm-card {
  padding: 22px 20px;
  background: var(--off-white);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--cyan);
  height: 100%;
}
.vm-card:nth-child(2) { border-left-color: var(--green); }
.vm-title { font-weight: 800; color: var(--navy); margin-bottom: 8px; font-size: 15px; }
.vm-text { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ═══════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.svc-card {
  position: relative;
}
.svc-photo {
  width: 100%;
  height: 190px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--border);
  box-shadow: var(--shadow-sm);
}
.svc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform var(--transition);
}
.svc-card:hover .svc-photo img { transform: scale(1.06); }
.svc-card:nth-child(1) .svc-photo img { object-position: center 80%; }
.svc-card:nth-child(3) .svc-photo img { object-position: center 65%; }
.svc-card h3 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 10px;
}
.svc-card ul li {
  font-size: 14.5px;
  color: var(--muted);
  padding: 4px 0;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
   PROCESS
   ═══════════════════════════════════════════ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 36px; left: 60px; right: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 0 16px;
  text-align: center;
}
.step-circle {
  width: 72px; height: 72px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 900;
  color: var(--white);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 4px var(--cyan), var(--shadow-md);
  position: relative;
}
.process-step:nth-child(2) .step-circle { box-shadow: 0 0 0 4px var(--green), var(--shadow-md); }
.process-step:nth-child(3) .step-circle { box-shadow: 0 0 0 4px var(--cyan), var(--shadow-md); }
.process-step:nth-child(4) .step-circle { box-shadow: 0 0 0 4px var(--green), var(--shadow-md); }

.process-step h3 { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.process-step p  { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ═══════════════════════════════════════════
   WHY CHOOSE US
   ═══════════════════════════════════════════ */
.why-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.why-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  background: var(--white);
}
.why-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

/* ═══════════════════════════════════════════
   CLIENTS
   ═══════════════════════════════════════════ */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.client-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.client-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--cyan); }
.client-card .client-icon { font-size: 22px; display: block; margin-bottom: 8px; }
.client-logo {
  width: 140px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: grayscale(20%);
  transition: filter var(--transition);
}
.client-card:hover .client-logo { filter: grayscale(0%); }
.client-placeholder span {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 1.4;
}

/* Latest Project */
.project-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  max-height: 280px;
}
.project-body { padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; }
.project-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(19,191,232,0.12);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.project-body h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.project-body p  { font-size: 13.5px; color: var(--muted); margin-bottom: 0; line-height: 1.6; }
.project-image {
  background: var(--border);
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.project-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.project-image-placeholder {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  padding: 20px;
}

/* ═══════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════ */
.cta-banner {
  background: linear-gradient(130deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 52px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 220px; height: 220px;
  border: 36px solid var(--cyan);
  border-radius: 50%;
  opacity: 0.1;
}
.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 60px;
  width: 180px; height: 180px;
  border: 30px solid var(--green);
  border-radius: 50%;
  opacity: 0.08;
}
.cta-banner h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 900; color: var(--white); margin-bottom: 10px; }
.cta-banner p  { font-size: 16px; color: rgba(255,255,255,0.72); max-width: 520px; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-text { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 52px;
  align-items: start;
}
.contact-info-box {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 36px;
  color: var(--white);
}
.contact-info-box h3 { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid rgba(19,191,232,0.4); }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 14.5px;
  color: rgba(255,255,255,0.82);
}
.contact-detail .cd-icon {
  width: 38px; height: 38px;
  background: rgba(19,191,232,0.15);
  border: 1px solid rgba(19,191,232,0.3);
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--cyan);
  flex-shrink: 0;
}
.contact-detail strong { display: block; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 2px; }
.contact-detail a { color: rgba(255,255,255,0.82); }
.contact-detail a:hover { color: var(--cyan); }

.reg-strip {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.reg-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
}

.form-box {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.form-box h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.form-note { font-size: 14px; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }

/* SITE INSPECTION FORM */
.inspection-form { display: flex; flex-direction: column; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field span {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.form-field input {
  padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-field input:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(19,191,232,0.15);
}
.inspection-submit { justify-content: center; width: 100%; margin-top: 4px; }
.inspection-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 22px 0 16px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.inspection-divider::before, .inspection-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.inspection-divider span { padding: 0 12px; white-space: nowrap; }
.inspection-wa { width: 100%; justify-content: center; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.site-footer { background: var(--navy-dark); color: #94a3b8; padding: 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 56px 0 44px;
}

.footer-logo-wrap img, .footer-logo-wrap .custom-logo {
  height: 46px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 12px;
}
.footer-brand { font-size: 20px; font-weight: 900; color: var(--white); display: block; margin-bottom: 4px; }
.footer-tagline { font-size: 11px; font-weight: 700; color: var(--cyan); text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 10px; }
.footer-desc { font-size: 13.5px; line-height: 1.7; color: #94a3b8; margin-bottom: 16px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(19,191,232,0.3);
  background: rgba(19,191,232,0.1);
  color: var(--cyan);
}
.footer-badge.green { border-color: rgba(0,240,26,0.3); background: rgba(0,240,26,0.1); color: #60ffa0; }

.footer-heading {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cyan);
}

.footer-links { margin-bottom: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links li a {
  font-size: 13.5px;
  color: #94a3b8;
  transition: color var(--transition), padding-left var(--transition);
  display: block;
}
.footer-links li a:hover { color: var(--cyan); padding-left: 5px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13.5px;
  color: #94a3b8;
  line-height: 1.5;
}
.footer-contact-item svg { color: var(--cyan); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: #94a3b8; }
.footer-contact-item a:hover { color: var(--cyan); }

.footer-reg {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 12px;
  margin-top: 8px;
}
.footer-reg p { font-size: 11.5px; color: #5a718a; margin-bottom: 3px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  background: rgba(0,0,0,0.22);
  padding: 16px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom-inner p { margin: 0; font-size: 13px; color: #475569; }
.footer-bottom-inner a { color: var(--cyan); }
.footer-bottom-inner a:hover { color: #fff; }

/* ═══════════════════════════════════════════
   WHATSAPP FLOAT
   ═══════════════════════════════════════════ */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #25d366;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  box-shadow: 0 6px 28px rgba(37,211,102,0.50);
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.wa-float:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(37,211,102,0.55);
  color: #fff !important;
}
.wa-float .wa-pulse {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  animation: wpulse 1.8s infinite;
}
@keyframes wpulse { 0%,100% { transform: scale(1); opacity:1; } 50% { transform: scale(1.4); opacity:0.5; } }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .header-nav, .header-cta { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .split, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .split-img-badge { position: static; display: inline-block; margin-top: 16px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr; }
  .topbar-right { display: none; }
  .stats-inner { justify-content: flex-start; }
  .project-card { grid-template-columns: 1fr; }
  .project-image { min-height: 240px; order: -1; }
  .cta-banner { flex-direction: column; text-align: center; padding: 38px 28px; }
  .cta-actions { justify-content: center; }
}

@media (max-width: 680px) {
  .section { padding: 56px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid  { grid-template-columns: repeat(2, 1fr); }
  .vm-grid      { grid-template-columns: 1fr; }
  .footer-grid  { grid-template-columns: 1fr; gap: 24px; padding: 32px 0 24px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .hero { padding: 60px 0; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-inner { gap: 24px; }
  .stats-item { min-width: 45%; }
}
