/* ==========================================================================
   GLB SHARED DESIGN SYSTEM — ULTRA CLEAN & 3D INTERACTIVE 2026
   Grow Local Business — Premium Modern Theme
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  /* Core Brand - Deep Solid Navy & Vibrant Brand Gold/Green */
  --navy:        #0B0E23;
  --navy-mid:    #151A3E;
  --navy-soft:   #252C60;
  --navy-pale:   #F0F3F9;
  
  --green:       #70B820;
  --green-dark:  #539012;
  --green-pale:  #F2F9EB;
  --green-glow:  rgba(112, 184, 32, 0.28);

  /* Reference Highlight Color (Crisp Warm Gold / Amber) */
  --accent:      #E59E00;
  --accent-light:#FFF8E8;
  --accent-glow: rgba(229, 158, 0, 0.22);
  --accent-border: #F7CB66;

  /* Modern Surfaces */
  --bg-main:     #FBFBFB;
  --bg-subtle:   #F4F4F6;
  --white:       #FFFFFF;
  
  /* Precision Borders */
  --border:      rgba(11, 14, 35, 0.08);
  --border-light:rgba(255, 255, 255, 0.12);

  /* High Contrast Typography Colors */
  --text-head:   #0B0E23;
  --text-body:   #3B4252;
  --text-muted:  #6E7687;

  /* Fonts */
  --font-display: 'Bebas Neue', 'Anton', 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Dimensions & Radius */
  --max-w:       1220px;
  --r-3xl:       28px;
  --r-2xl:       22px;
  --r-xl:        16px;
  --r-lg:        12px;
  --r-md:        8px;

  /* Transitions */
  --t-fast:  0.18s cubic-bezier(0.4, 0, 0.2, 1);
  --t-base:  0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --t-smooth:0.45s cubic-bezier(0.16, 1, 0.3, 1);

  /* Elevation Shadows */
  --sh-sm:  0 2px 8px rgba(11, 14, 35, 0.04);
  --sh-md:  0 8px 24px -4px rgba(11, 14, 35, 0.07);
  --sh-lg:  0 16px 40px -6px rgba(11, 14, 35, 0.10);
  --sh-xl:  0 24px 60px -12px rgba(11, 14, 35, 0.16);
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.68;
  color: var(--text-body);
  background: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--t-fast);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input, textarea, select {
  font-family: inherit;
}

/* ---------- Typography Hierarchy (Large, Bold & Impactful) ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--text-head);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 0.5em;
}

h1 { 
  font-size: clamp(2.8rem, 1.8rem + 4.2vw, 4.6rem); 
  font-weight: 900; 
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h2 { 
  font-size: clamp(2rem, 1.5rem + 2.6vw, 3.2rem); 
  font-weight: 800; 
  line-height: 1.12; 
  letter-spacing: -0.04em;
}

h3 { 
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.65rem); 
  font-weight: 800; 
  letter-spacing: -0.025em;
}

h4 { 
  font-size: 1.15rem; 
  font-weight: 700; 
}

/* Banner Highlight Display Box (Matching Demo Screenshot) */
.banner-highlight-tag {
  display: inline-block;
  background: #EAB308;
  color: #1A382B;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 14px;
  letter-spacing: -0.02em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

p {
  line-height: 1.72;
  color: var(--text-body);
  margin: 0 0 1.1em;
}

p:last-child { margin-bottom: 0; }

/* ---------- Layout & Grid Containers ---------- */
.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
}

section {
  padding: 104px 0;
  position: relative;
}

@media (max-width: 768px) {
  section { padding: 68px 0; }
  .wrap { padding: 0 20px; }
}

@media (max-width: 480px) {
  section { padding: 52px 0; }
  .wrap { padding: 0 16px; }
}

/* ---------- Eyebrow Capsules (Matching Reference Exact Pill Look) ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #38761D;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #EFF9E8;
  border: 1px solid #C2E8A6;
  border-radius: 100px;
  margin-bottom: 18px;
  box-shadow: 0 1px 3px rgba(112, 184, 32, 0.08);
  width: fit-content;
  max-width: max-content;
  white-space: nowrap;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #70B820;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(112, 184, 32, 0.25);
  animation: pulse-dot 2.2s infinite;
}

.eyebrow.light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--green);
}

/* Undle Curve Line Vector Accent */
.curve-line-accent {
  position: relative;
  display: inline-block;
}

.curve-line-accent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M0,8 Q30,0 60,8 T120,8' fill='none' stroke='%23E59E00' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 80px 8px;
}

/* ---------- Section Heads ---------- */
.section-head {
  max-width: 720px;
  margin-bottom: 56px;
}

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

.section-head h2 {
  font-size: clamp(1.9rem, 1.4rem + 2.2vw, 3rem);
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.section-head h2 .highlight-gold {
  color: var(--accent);
  display: block;
}

.section-head p {
  font-size: 17.5px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--t-fast);
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--green);
  color: #FFFFFF;
  box-shadow: 0 4px 14px var(--green-glow);
}

.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--green-glow);
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(11, 14, 35, 0.2);
}

.btn-navy:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(11, 14, 35, 0.3);
}

.btn-outline {
  background: var(--white);
  border-color: var(--border);
  color: var(--navy);
  box-shadow: var(--sh-sm);
}

.btn-outline:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline-white {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.btn-outline-white:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-sm { padding: 9px 18px; font-size: 13px; border-radius: 8px; }
.btn-lg { padding: 15px 32px; font-size: 15.5px; border-radius: 12px; }

/* ---------- Tags, Badges, Breadcrumb ---------- */
.tag-pill {
  display: inline-block;
  background: var(--bg-subtle);
  color: var(--navy-mid);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  margin: 12px 0 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
}

.breadcrumb {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
  font-weight: 600;
}

/* ============================================================
   HEADER & NAVBAR
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: all var(--t-base);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 4px 20px rgba(11, 14, 35, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  max-width: var(--max-w);
  margin: 0 auto;
  height: 74px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-img {
  height: 38px;
  width: auto;
  display: block;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── Desktop Navigation ─────────────────────────────── */
nav.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

nav.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.desktop-nav > ul > li > a {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--text-body);
  padding: 8px 14px;
  border-radius: 8px;
  transition: all var(--t-fast);
  display: block;
}

nav.desktop-nav > ul > li > a:hover {
  color: var(--navy);
  background: var(--bg-subtle);
}

nav.desktop-nav > ul > li.active > a {
  color: var(--navy);
  background: var(--navy-pale);
  font-weight: 700;
}


/* Mega Dropdown */
.has-dropdown { position: relative; }

.dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  min-width: 360px;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--t-base);
  border: 1px solid var(--border);
}

.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.dropdown-group { padding: 4px; }

.dropdown .sub-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 12px 6px;
  display: block;
  font-weight: 700;
}

.dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--r-md);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-body);
  transition: all var(--t-fast);
}

.dropdown a:hover {
  background: var(--bg-subtle);
  color: var(--navy);
  transform: translateX(2px);
}

.dropdown a .d-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--bg-subtle);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  transition: all var(--t-fast);
}

.dropdown a:hover .d-icon {
  background: var(--green);
  color: #FFFFFF;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* ============================================================
   MOBILE NAVIGATION DRAWER & TOGGLE
   ============================================================ */
.menu-toggle {
  display: none;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  width: 44px;
  height: 44px;
  color: var(--navy);
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  z-index: 101;
  cursor: pointer;
}

.menu-toggle .bar {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.menu-toggle .bar:nth-child(1) { top: 15px; }
.menu-toggle .bar:nth-child(2) { top: 21px; }
.menu-toggle .bar:nth-child(3) { top: 27px; }

.menu-toggle[aria-expanded="true"] .bar:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Backdrop */
.nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 14, 35, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
  pointer-events: none;
}

.nav-backdrop.open { 
  opacity: 1; 
  visibility: visible; 
  pointer-events: auto;
}

body.nav-open { 
  overflow: hidden !important; 
}

/* ============================================================
   MOBILE DRAWER — position: fixed, direct body child
   z-index: 1500 in ROOT stacking context (not inside header)
   ============================================================ */

/* Mobile drawer — hidden on desktop, only exists for mobile */
.mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100dvh;
  background: linear-gradient(160deg, #111428 0%, #0D1020 100%);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.65);
  z-index: 5000; /* way above everything — no stacking context issue */
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
}

.mobile-drawer.open {
  transform: translateX(0);
}

/* Drawer top header bar */
.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  flex-shrink: 0;
}

.drawer-brand {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.drawer-brand strong {
  color: #70B820;
  font-weight: 900;
}

/* Close button */
.drawer-close {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.drawer-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
}

/* Navigation list */
.mobile-drawer ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 16px 12px;
  flex: 1;
}

.mobile-drawer li {
  width: 100%;
}

/* Top-level links */
.mobile-drawer > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  transition: background 0.18s ease, transform 0.15s ease;
  letter-spacing: 0.02em;
}

.mobile-drawer > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(3px);
}

.mobile-drawer > ul > li.active > a {
  background: rgba(112, 184, 32, 0.22);
  border-color: rgba(112, 184, 32, 0.4);
  color: #8ED63A;
}

/* Chevron icon inside Services link */
.mobile-drawer .fa-chevron-right {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  transition: transform 0.25s ease, color 0.2s ease;
  flex-shrink: 0;
}

.mobile-drawer li.has-dropdown.open .fa-chevron-right {
  transform: rotate(90deg);
  color: #70B820;
}

/* Submenu accordion */
.mobile-drawer .dropdown {
  position: static !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.035);
  border: none;
  border-left: 2px solid transparent;
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 0 10px;
  min-width: unset !important;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.25s ease, margin 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.mobile-drawer li.has-dropdown.open .dropdown {
  max-height: 800px;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  border-left: 2px solid #70B820;
  margin: 6px 0 6px 10px;
  padding: 10px;
}

.mobile-drawer .dropdown-cols {
  grid-template-columns: 1fr !important;
  gap: 0;
}

.mobile-drawer .dropdown-group {
  padding: 2px 0;
}

.mobile-drawer .dropdown-group + .dropdown-group {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-drawer .sub-label {
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  padding: 4px 8px 6px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.mobile-drawer .dropdown a {
  color: rgba(255, 255, 255, 0.88);
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  transition: all 0.18s ease;
  transform: none !important;
}

.mobile-drawer .dropdown a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #FFFFFF;
}

.mobile-drawer .dropdown .d-icon {
  width: 28px;
  height: 28px;
  font-size: 12px;
  border-radius: 7px;
  background: rgba(112, 184, 32, 0.16);
  color: #8ED63A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.18s ease;
}

.mobile-drawer .dropdown a:hover .d-icon {
  background: #70B820;
  color: #FFFFFF;
}

/* CTA button at bottom */
.drawer-cta-item {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-cta-item a.btn {
  width: 100% !important;
  justify-content: center;
  background: #70B820 !important;
  border-color: #70B820 !important;
  color: #FFFFFF !important;
  font-weight: 800;
}

/* ── Show drawer on mobile ── */
@media (max-width: 1080px) {
  .menu-toggle {
    display: flex;
  }

  .header-cta {
    display: none !important;
  }

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

  .mobile-drawer {
    display: flex; /* visible, but starts off-screen via transform */
  }
}






/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 84px 0 0;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14.5px;
  max-width: 290px;
  margin-top: 16px;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  transition: all var(--t-fast);
}

.footer-social a:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px var(--green-glow);
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 22px;
  font-weight: 700;
}

.footer-col ul li { margin-bottom: 12px; }

.footer-col ul a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  transition: color var(--t-fast);
}

.footer-col ul a:hover { color: var(--green); }

.footer-col .contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1.55;
}

.footer-col .contact-line i {
  color: var(--green);
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  flex-wrap: wrap;
  gap: 12px;
  max-width: var(--max-w);
  margin: 0 auto;
}

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

@media (max-width: 580px) {
  .site-footer { padding: 60px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 20px; }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: all var(--t-base);
}

.wa-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
  color: #FFFFFF;
}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--white);
  padding: 84px 0 70px;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: radial-gradient(circle at 80% 50%, rgba(112, 184, 32, 0.12), transparent 70%);
  pointer-events: none;
}

.page-hero h1 { color: var(--white); max-width: 760px; }

.page-hero p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 580px;
  font-size: 17px;
  margin-top: 10px;
}

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band {
  background: var(--navy);
  color: var(--white);
  padding: 60px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stats-grid > div {
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-grid > div:last-child { border-right: none; }

.stats-grid b {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 1.8rem + 1.8vw, 3rem);
  font-weight: 900;
  color: var(--green);
  margin-bottom: 6px;
  line-height: 1;
}

.stats-grid span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(2) { border-right: none; }
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--r-3xl);
  padding: 72px 56px;
  text-align: center;
  margin: 0 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-band h2 { color: var(--white); position: relative; z-index: 1; }
.cta-band p { color: rgba(255, 255, 255, 0.75); max-width: 520px; margin: 0 auto 32px; font-size: 17px; }

.cta-band .cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) { .cta-band { padding: 52px 28px; margin: 0 16px; } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Utilities */
.alt-bg { background: var(--bg-subtle); }
.white-bg { background: var(--white); }
.navy-bg { background: var(--navy); }
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }

/* ============================================================
   ERROR PAGES (404, 403, 500)
   ============================================================ */
.error-section {
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: radial-gradient(circle at 50% 20%, rgba(112, 184, 32, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 80% 80%, rgba(11, 14, 35, 0.04) 0%, transparent 50%),
              var(--bg-main);
  position: relative;
  overflow: hidden;
}

.error-container {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.error-code-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.error-code-num {
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 13rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--navy);
  text-shadow: 0 16px 40px rgba(11, 14, 35, 0.1);
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--green-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
}

.error-code-badge {
  position: absolute;
  bottom: 12px;
  right: -10px;
  background: var(--green);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 100px;
  box-shadow: 0 8px 20px var(--green-glow);
  transform: rotate(6deg);
}

.error-title {
  font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem);
  font-weight: 900;
  color: var(--text-head);
  margin-bottom: 14px;
}

.error-desc {
  font-size: 16.5px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.error-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.error-quick-links {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--sh-md);
  text-align: left;
}

.error-quick-links h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.error-quick-links h3 i {
  color: var(--green);
}

.error-grid-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.error-grid-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  color: var(--text-head);
  font-size: 14px;
  font-weight: 700;
  transition: all var(--t-fast);
}

.error-grid-card i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: var(--sh-sm);
  transition: all var(--t-fast);
  flex-shrink: 0;
}

.error-grid-card:hover {
  background: var(--white);
  border-color: var(--green);
  transform: translateY(-2px);
  box-shadow: var(--sh-sm);
  color: var(--green-dark);
}

.error-grid-card:hover i {
  background: var(--green);
  color: #FFFFFF;
}

