/*
Theme Name: JCS Solutions
Theme URI: https://jcs-solutions.com
Author: JCS Solutions
Author URI: https://jcs-solutions.com
Description: Professional black and white security company theme for JCS Solutions.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jcs-solutions
Tags: security, professional, black-and-white, business
*/

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

:root {
  --black:    #080808;
  --dark:     #111111;
  --mid:      #1c1c1c;
  --charcoal: #2a2a2a;
  --dim:      #555555;
  --grey:     #888888;
  --silver:   #bbbbbb;
  --white:    #f4f4f4;
  --pure:     #ffffff;
  --font-display: 'Cormorant Garamond', serif;
  --font-body:    'Barlow', sans-serif;
  --font-cond:    'Barlow Condensed', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 1000;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ─────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  background: linear-gradient(to bottom, rgba(8,8,8,0.98) 0%, rgba(8,8,8,0) 100%);
  backdrop-filter: blur(4px);
  transition: background 0.3s;
}
#site-header.scrolled {
  background: rgba(8,8,8,0.97);
}

.site-branding { display: flex; flex-direction: column; gap: 0; }
.site-branding .wordmark {
  font-family: var(--font-cond);
  font-size: 1.45rem; font-weight: 700;
  letter-spacing: 0.18em; color: var(--pure);
  text-transform: uppercase; line-height: 1;
}
.site-branding .tagline-text {
  font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.4em; color: var(--grey);
  text-transform: uppercase; font-family: var(--font-body);
}

#primary-menu { display: flex; gap: 2.5rem; list-style: none; }
#primary-menu a {
  font-family: var(--font-cond);
  font-size: 0.76rem; font-weight: 500;
  letter-spacing: 0.2em; color: var(--dim);
  text-transform: uppercase; transition: color 0.25s;
}
#primary-menu a:hover,
#primary-menu .current-menu-item > a { color: var(--white); }

.nav-cta {
  font-family: var(--font-cond);
  font-size: 0.73rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--black) !important; background: var(--white);
  padding: 0.6rem 1.6rem;
  transition: background 0.25s, transform 0.2s;
}
.nav-cta:hover { background: var(--silver); transform: translateY(-1px); }

/* Mobile burger */
.menu-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.menu-toggle span {
  display: block; width: 24px; height: 1.5px;
  background: var(--white); transition: all 0.3s;
}

/* ─────────────────────────────────────────
   HERO (FRONT PAGE)
───────────────────────────────────────── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 0 4rem; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #080808 0%, #0e0e0e 50%, #080808 100%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -55deg, transparent, transparent 60px,
    rgba(255,255,255,0.012) 60px, rgba(255,255,255,0.012) 61px
  );
}
.hero-lines {
  position: absolute; right: 0; top: 0; bottom: 0; width: 55%;
  opacity: 0.06; pointer-events: none;
}
.hero-lines svg { width: 100%; height: 100%; }
.shield-mark {
  position: absolute; right: 8%; top: 50%;
  transform: translateY(-50%);
  width: 38vw; max-width: 560px; opacity: 0.035;
  pointer-events: none;
}
.shield-mark svg { width: 100%; height: auto; }
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  animation: fadeUp 1s ease both;
}
.hero-eyebrow {
  font-family: var(--font-cond);
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.45em; color: var(--grey);
  text-transform: uppercase; margin-bottom: 1.4rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before {
  content: ''; display: inline-block;
  width: 2.5rem; height: 1px; background: var(--dim);
}
.hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600; line-height: 1.05;
  color: var(--pure); margin-bottom: 1.8rem;
}
.hero-content h1 em { font-style: italic; color: var(--silver); }
.hero-content p {
  font-size: 1.05rem; line-height: 1.75;
  color: var(--dim); max-width: 520px; margin-bottom: 2.8rem;
}
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }

.hero-stats {
  position: absolute; bottom: 3rem; left: 4rem; right: 4rem;
  z-index: 2; display: flex; gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 2rem;
  animation: fadeUp 1s 0.3s ease both;
}
.stat { flex: 1; padding-right: 2rem; border-right: 1px solid rgba(255,255,255,0.07); }
.stat:last-child { border-right: none; padding-left: 2rem; padding-right: 0; }
.stat + .stat { padding-left: 2rem; }
.stat-num {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 700;
  color: var(--pure); line-height: 1; margin-bottom: 0.3rem;
}
.stat-label {
  font-family: var(--font-cond);
  font-size: 0.63rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase; color: var(--dim);
}

/* ─────────────────────────────────────────
   SHARED SECTION STYLES
───────────────────────────────────────── */
.section-label {
  font-family: var(--font-cond);
  font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.42em; color: var(--grey);
  text-transform: uppercase; margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.section-label::before {
  content: ''; width: 1.8rem; height: 1px; background: var(--charcoal);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600; line-height: 1.1; margin-bottom: 1.4rem; color: var(--pure);
}
.section-title em { font-style: italic; color: var(--silver); }
.section-body { font-size: 1rem; line-height: 1.8; color: var(--dim); }

/* ─────────────────────────────────────────
   SERVICES GRID (FRONT PAGE)
───────────────────────────────────────── */
.services-section {
  padding: 7rem 4rem;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.services-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 4rem;
}
.services-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 1px; background: rgba(255,255,255,0.05);
}
.service-card {
  background: var(--dark); padding: 2.4rem 2rem;
  position: relative; overflow: hidden; transition: background 0.3s;
}
.service-card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: var(--white);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { background: var(--mid); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 2.6rem; height: 2.6rem;
  margin-bottom: 1.6rem; color: var(--silver); opacity: 0.6;
}
.service-card:hover .service-icon { opacity: 1; color: var(--pure); }
.service-name {
  font-family: var(--font-cond);
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white); margin-bottom: 0.8rem;
}
.service-desc { font-size: 0.84rem; line-height: 1.65; color: var(--dim); }
.service-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--font-cond); font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey); margin-top: 1.2rem;
  transition: color 0.25s;
}
.service-card:hover .service-link { color: var(--white); }

/* ─────────────────────────────────────────
   WHY JCS SECTION
───────────────────────────────────────── */
.why-section {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
  padding: 7rem 4rem; background: var(--black);
}
.why-visual-inner {
  background: var(--dark); padding: 3rem;
  position: relative; border: 1px solid rgba(255,255,255,0.06);
}
.why-visual-inner::before {
  content: ''; position: absolute;
  top: -1rem; left: -1rem; width: 60%; height: 60%;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-left: 1px solid rgba(255,255,255,0.18);
}
.why-visual-inner::after {
  content: ''; position: absolute;
  bottom: -1rem; right: -1rem; width: 60%; height: 60%;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  border-right: 1px solid rgba(255,255,255,0.18);
}
.why-shield { display: flex; justify-content: center; padding: 2rem 0; }
.why-shield svg { width: 180px; filter: drop-shadow(0 0 40px rgba(255,255,255,0.05)); }
.cert-strip {
  margin-top: 2rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; gap: 0.8rem; flex-wrap: wrap;
}
.cert-badge {
  font-family: var(--font-cond);
  font-size: 0.63rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey); border: 1px solid rgba(255,255,255,0.1);
  padding: 0.4rem 0.8rem; transition: color 0.25s, border-color 0.25s;
}
.cert-badge:hover { color: var(--white); border-color: rgba(255,255,255,0.3); }
.pillars { margin-top: 2.4rem; display: flex; flex-direction: column; gap: 1.4rem; }
.pillar {
  display: flex; gap: 1.2rem; align-items: flex-start;
  padding: 1.4rem; border: 1px solid rgba(255,255,255,0.05);
  transition: border-color 0.3s, background 0.3s;
}
.pillar:hover { border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.02); }
.pillar-icon { flex-shrink: 0; width: 2rem; height: 2rem; color: var(--silver); margin-top: 0.1rem; }
.pillar-title {
  font-family: var(--font-cond);
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white); margin-bottom: 0.3rem;
}
.pillar-text { font-size: 0.84rem; line-height: 1.6; color: var(--dim); }

/* ─────────────────────────────────────────
   COVERAGE SECTION
───────────────────────────────────────── */
.coverage-section {
  padding: 7rem 4rem;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.05);
  text-align: center;
}
.coverage-section .section-label { justify-content: center; }
.coverage-map {
  margin: 3rem auto; max-width: 700px;
  background: var(--mid); padding: 3rem;
  border: 1px solid rgba(255,255,255,0.06);
}
.coverage-map svg { width: 100%; max-width: 500px; }
.coverage-counties { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 2rem; }
.county-tag {
  font-family: var(--font-cond);
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--dim); background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08); padding: 0.4rem 1rem;
  transition: color 0.25s, border-color 0.25s;
}
.county-tag:hover { color: var(--white); border-color: rgba(255,255,255,0.25); }

/* ─────────────────────────────────────────
   CTA BAND
───────────────────────────────────────── */
.cta-band {
  background: var(--white); padding: 5rem 4rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 2rem;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute;
  right: -5%; top: -50%; bottom: -50%; width: 40%;
  background: rgba(0,0,0,0.04); transform: skewX(-8deg);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600; line-height: 1.15; color: var(--black); max-width: 500px;
}
.cta-band h2 em { font-style: italic; color: var(--charcoal); }
.cta-actions { display: flex; gap: 1.2rem; flex-shrink: 0; flex-wrap: wrap; align-items: center; }

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.btn-primary {
  font-family: var(--font-cond);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--black); background: var(--white);
  padding: 1rem 2.4rem; display: inline-block;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 24px rgba(255,255,255,0.1);
}
.btn-primary:hover { background: var(--silver); transform: translateY(-2px); }
.btn-ghost {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--dim);
  display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.25s;
}
.btn-ghost:hover { color: var(--white); }
.btn-dark {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white); background: var(--black); padding: 1rem 2.4rem;
  display: inline-block; transition: background 0.25s, transform 0.2s;
}
.btn-dark:hover { background: var(--mid); transform: translateY(-2px); }
.btn-ghost-dark {
  font-family: var(--font-cond); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey);
  display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.25s;
}
.btn-ghost-dark:hover { color: var(--black); }

/* ─────────────────────────────────────────
   INNER PAGE HERO (SERVICE PAGES)
───────────────────────────────────────── */
.page-hero {
  padding: 10rem 4rem 5rem;
  background: var(--black);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -55deg, transparent, transparent 60px,
    rgba(255,255,255,0.01) 60px, rgba(255,255,255,0.01) 61px
  );
}
.page-hero-inner { position: relative; z-index: 1; max-width: 700px; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 600; line-height: 1.05;
  color: var(--pure); margin-bottom: 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--silver); }
.page-hero .subtitle {
  font-size: 1rem; color: var(--dim); line-height: 1.7; max-width: 540px;
}

/* ─────────────────────────────────────────
   SERVICE PAGE CONTENT
───────────────────────────────────────── */
.service-page { padding: 5rem 4rem; background: var(--dark); }
.service-page-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start; max-width: 1200px; margin: 0 auto;
}
.service-page-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600; color: var(--pure); margin-bottom: 1.2rem;
}
.service-page-content h2 em { font-style: italic; color: var(--silver); }
.service-page-content p {
  font-size: 1rem; line-height: 1.8; color: var(--dim); margin-bottom: 1.2rem;
}
.service-page-content ul {
  list-style: none; display: flex; flex-direction: column; gap: 0.7rem;
  margin: 1.2rem 0 1.6rem;
}
.service-page-content ul li {
  font-size: 0.95rem; line-height: 1.6; color: var(--grey);
  padding-left: 1.4rem; position: relative;
}
.service-page-content ul li::before {
  content: '—'; position: absolute; left: 0; color: var(--dim);
}
.service-page-image {
  position: sticky; top: 6rem;
}
.service-page-image img {
  width: 100%; border: 1px solid rgba(255,255,255,0.07);
  filter: grayscale(100%) contrast(1.05);
}
.service-image-placeholder {
  background: var(--mid); border: 1px solid rgba(255,255,255,0.07);
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.service-image-placeholder svg { width: 80px; color: var(--charcoal); }

/* ─────────────────────────────────────────
   CONTACT PAGE
───────────────────────────────────────── */
.contact-page { padding: 5rem 4rem; background: var(--dark); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; max-width: 1100px; margin: 0 auto; align-items: start;
}
.contact-info h2 {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 600; color: var(--pure); margin-bottom: 1rem;
}
.contact-info p { font-size: 0.95rem; line-height: 1.8; color: var(--dim); margin-bottom: 1.4rem; }
.contact-detail {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem; border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 0.8rem;
}
.contact-detail svg { flex-shrink: 0; width: 1.4rem; height: 1.4rem; color: var(--silver); margin-top: 0.1rem; }
.contact-detail-label {
  font-family: var(--font-cond); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.2rem;
}
.contact-detail-value { font-size: 0.9rem; color: var(--white); }

.contact-form { background: var(--mid); padding: 2.5rem; border: 1px solid rgba(255,255,255,0.06); }
.contact-form h3 {
  font-family: var(--font-cond); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 2rem;
  padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.form-group { margin-bottom: 1.4rem; }
.form-group label {
  display: block; font-family: var(--font-cond);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; background: var(--charcoal);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--white); font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 300;
  padding: 0.85rem 1rem; outline: none;
  transition: border-color 0.25s;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: rgba(255,255,255,0.3); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-checkboxes { display: flex; flex-direction: column; gap: 0.5rem; }
.form-checkbox {
  display: flex; align-items: center; gap: 0.7rem; cursor: pointer;
  font-size: 0.85rem; color: var(--grey);
}
.form-checkbox input[type="checkbox"] {
  width: 1rem; height: 1rem; padding: 0;
  accent-color: var(--white);
}
.form-submit { width: 100%; }

/* WordPress default form styles override */
.wpcf7-form .wpcf7-submit { width: 100%; cursor: pointer; }

/* ─────────────────────────────────────────
   PRIVACY PAGE
───────────────────────────────────────── */
.privacy-page { padding: 5rem 4rem; background: var(--dark); }
.privacy-page-inner { max-width: 820px; margin: 0 auto; }
.entry-content h2 {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 600; color: var(--pure);
  margin: 2.5rem 0 1rem;
}
.entry-content h3 {
  font-family: var(--font-cond); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--silver); margin: 1.8rem 0 0.8rem;
}
.entry-content p { font-size: 0.95rem; line-height: 1.8; color: var(--dim); margin-bottom: 1rem; }
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem; color: var(--dim);
  font-size: 0.95rem; line-height: 1.8; margin-bottom: 1rem;
}
.entry-content ul li, .entry-content ol li { margin-bottom: 0.4rem; }
.entry-content strong { color: var(--silver); font-weight: 600; }
.entry-content a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.2); transition: border-color 0.25s; }
.entry-content a:hover { border-color: rgba(255,255,255,0.6); }
.entry-content em { font-style: italic; color: var(--grey); }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
#site-footer {
  background: #040404; padding: 4rem 4rem 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 2rem;
}
.footer-brand .wordmark {
  font-family: var(--font-cond); font-size: 1.3rem; font-weight: 700;
  letter-spacing: 0.18em; color: var(--pure); text-transform: uppercase;
}
.footer-brand .tagline-text {
  font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.35em; color: var(--dim);
  text-transform: uppercase; margin-bottom: 1.2rem; display: block; margin-top: 2px;
}
.footer-brand p { font-size: 0.84rem; line-height: 1.75; color: var(--dim); max-width: 280px; }
.footer-col h4 {
  font-family: var(--font-cond); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a { font-size: 0.84rem; color: var(--dim); transition: color 0.25s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.footer-bottom p, .footer-bottom a { font-size: 0.73rem; color: rgba(85,85,85,0.7); }
.footer-bottom a:hover { color: var(--grey); }

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .service-page-grid { grid-template-columns: 1fr; }
  .service-page-image { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .why-section { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  #site-header { padding: 1.2rem 1.5rem; }
  #primary-menu { display: none; }
  #primary-menu.open {
    display: flex; flex-direction: column;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(8,8,8,0.98);
    align-items: center; justify-content: center;
    gap: 2rem; z-index: 800;
  }
  #primary-menu.open a { font-size: 1.2rem; }
  .menu-toggle { display: flex; }
  .nav-cta { display: none; }
  .hero { padding: 0 1.5rem; }
  .hero-stats { left: 1.5rem; right: 1.5rem; flex-wrap: wrap; bottom: 2rem; }
  .services-section, .coverage-section, .contact-page, .service-page, .privacy-page { padding: 4rem 1.5rem; }
  .services-header { flex-direction: column; gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-section { padding: 4rem 1.5rem; }
  .cta-band { flex-direction: column; text-align: center; padding: 3.5rem 1.5rem; }
  #site-footer { padding: 3rem 1.5rem 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-hero { padding: 8rem 1.5rem 3.5rem; }
}
@media (max-width: 500px) {
  .services-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
