/* ZeroPoint Geospatial — 2026 visual redesign
   Premium editorial / engineering direction.
   The original stylesheet remains imported first so existing components,
   responsive behavior, Jekyll fallbacks and functionality are preserved. */
@import url("https://raw.githubusercontent.com/ZeroPointGeospatial/zeropoint/6bb0b07b0c8cd25eca9c7156ec3065b110a3aa19/css/site.css");

:root {
  --zp-ink: #0b0d0c;
  --zp-ink-2: #121514;
  --zp-paper: #f1f0eb;
  --zp-paper-2: #e8e7e1;
  --zp-white: #fafaf7;
  --zp-text: #1a1d1b;
  --zp-muted: #6e746f;
  --zp-faint: #9a9f9b;
  --zp-line: #d3d3cc;
  --zp-dark-line: rgba(255,255,255,.15);
  --zp-olive: #788653;
  --zp-olive-light: #aab590;
  --zp-radius: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--zp-paper);
  color: var(--zp-text);
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }

/* ========================= NAVIGATION ========================= */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 74px;
  padding: .75rem 5.2%;
  background: rgba(11,13,12,.76);
  border-bottom: 1px solid rgba(255,255,255,.11);
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}
nav.scrolled {
  background: rgba(241,240,235,.95);
  border-bottom-color: rgba(11,13,12,.12);
  box-shadow: 0 8px 28px rgba(11,13,12,.06);
}
.nav-logo { gap: .7rem; }
.nav-logo img { width: auto; height: 42px; border-radius: 0; }
.nav-brand-text .name {
  font-family: 'Barlow', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.nav-brand-text .name .blue { color: #fff; }
.nav-brand-text .name .green { color: var(--zp-olive-light); }
.nav-brand-text .tagline {
  margin-top: 2px;
  color: rgba(255,255,255,.46);
  font-size: .57rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
nav.scrolled .nav-brand-text .name .blue { color: var(--zp-text); }
nav.scrolled .nav-brand-text .name .green { color: var(--zp-olive); }
nav.scrolled .nav-brand-text .tagline { color: var(--zp-muted); }
.nav-links { gap: 1.45rem; }
.nav-links a {
  color: rgba(255,255,255,.68);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}
.nav-links a:hover { color: #fff; }
nav.scrolled .nav-links a { color: #555c58; }
nav.scrolled .nav-links a:hover { color: var(--zp-text); }
.nav-cta {
  background: #fff;
  color: #111412;
  border: 0;
  border-radius: 0;
  padding: .68rem 1rem;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.nav-cta:hover { background: var(--zp-olive); color: #fff; }
nav.scrolled .nav-cta { background: var(--zp-ink); color: #fff; }
nav.scrolled .nav-cta:hover { background: var(--zp-olive); }
.hamburger span { background: #fff; }
nav.scrolled .hamburger span { background: var(--zp-ink); }
.mobile-menu {
  background: var(--zp-ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.mobile-menu a { color: rgba(255,255,255,.82); border-bottom-color: rgba(255,255,255,.10); }
.mobile-menu .nav-cta { color: #111412; background: #fff; }

/* ========================= HERO ========================= */
#hero {
  position: relative;
  display: block;
  min-height: 100svh;
  height: 920px;
  max-height: 1000px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,10,9,.96) 0%, rgba(8,10,9,.82) 34%, rgba(8,10,9,.38) 64%, rgba(8,10,9,.18) 100%),
    linear-gradient(0deg, rgba(8,10,9,.93) 0%, rgba(8,10,9,.04) 42%, rgba(8,10,9,.30) 100%);
  pointer-events: none;
}
#hero::after {
  content: '';
  position: absolute;
  left: 5.2%;
  right: 5.2%;
  bottom: 72px;
  z-index: 5;
  height: 1px;
  background: rgba(255,255,255,.16);
}
.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-visual-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #111;
  box-shadow: none;
}
.hero-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: .10;
  mask-image: linear-gradient(90deg, black 0%, transparent 78%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, transparent 78%);
}
.hero-visual-frame img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: grayscale(.20) saturate(.60) contrast(1.08) brightness(.72);
  transform: scale(1.015) !important;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: .10;
  background-image:
    linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 160px 160px;
  mask-image: linear-gradient(90deg, black 0%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, transparent 55%);
  pointer-events: none;
}
.hero-glow { display: none; }
.hero-content {
  position: relative;
  z-index: 6;
  width: min(850px, 72vw);
  padding: 10.7rem 0 7rem 5.2%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 0;
  margin: 0 0 1.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.63);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-badge::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--zp-olive-light);
}
.hero-title {
  max-width: 850px;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: clamp(4.2rem, 8vw, 8.3rem);
  font-weight: 300;
  line-height: .86;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  color: #fff;
}
.hero-title .blue,
.hero-title .green { color: #fff; }
.hero-title .green { font-weight: 600; }
.hero-desc {
  max-width: 535px;
  margin-top: 2rem;
  color: rgba(255,255,255,.68);
  font-size: .98rem;
  line-height: 1.75;
}
.hero-btns { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.btn-primary,
.btn-wa {
  border-radius: 0;
  padding: .82rem 1.2rem;
  font-family: 'Barlow', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.btn-primary {
  background: #fff;
  color: #101311;
  border: 1px solid #fff;
}
.btn-primary:hover { background: var(--zp-olive); border-color: var(--zp-olive); color: #fff; transform: translateY(-1px); box-shadow: none; }
.btn-wa {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.38);
}
.btn-wa:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.75); color: #fff; transform: translateY(-1px); box-shadow: none; }
.hero-stats {
  position: absolute;
  left: 5.2%;
  right: 5.2%;
  bottom: 0;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  margin: 0;
  padding: 1.05rem 0;
  border-top: 0;
}
.hero-stats > div {
  min-height: 34px;
  padding: 0 1.25rem;
  border-right: 1px solid rgba(255,255,255,.13);
}
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child { border-right: 0; }
.stat-num {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1;
}
.stat-label {
  margin-top: .28rem;
  color: rgba(255,255,255,.43);
  font-size: .57rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.survey-overlay { z-index: 3; opacity: .50; }
.survey-pin {
  padding: .25rem .42rem;
  border-radius: 0;
  background: rgba(11,13,12,.66);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
  color: rgba(255,255,255,.82);
  font-size: .53rem;
  letter-spacing: 1px;
}
.survey-pin::before { background: var(--zp-olive-light); box-shadow: none; }
.geo-readout {
  right: 5.2%;
  bottom: 10.2rem;
  z-index: 4;
  min-width: 160px;
  padding: .7rem .85rem;
  border-radius: 0;
  background: rgba(11,13,12,.70);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: none;
  color: #fff;
}
.geo-readout span,
.geo-readout small { color: rgba(255,255,255,.46); font-size: .56rem; letter-spacing: 1px; }
.geo-readout strong { color: #fff; font-size: 1.45rem; font-weight: 400; }
.hero-visual-caption { display: none; }
.hero-dashboard {
  position: absolute !important;
  right: 5.2%;
  bottom: 10.2rem;
  z-index: 5;
  width: min(300px, 27vw);
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background: rgba(11,13,12,.78) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-dashboard .dashboard-head,
.hero-dashboard .dashboard-tabs,
.hero-dashboard .dashboard-metrics { color: #fff; }
.hero-dashboard .dashboard-head { border-bottom-color: rgba(255,255,255,.10); }
.hero-dashboard .dashboard-tabs { border-bottom-color: rgba(255,255,255,.10); }
.hero-dashboard .dashboard-tabs span { color: rgba(255,255,255,.43); }
.hero-dashboard .dashboard-tabs .active { color: var(--zp-olive-light); }
.hero-dashboard .dashboard-metrics { border-top-color: rgba(255,255,255,.10); }
.hero-dashboard .dashboard-metrics span { color: rgba(255,255,255,.40); }
.hero-dashboard .dashboard-metrics strong { color: #fff; font-weight: 500; }

/* ========================= GLOBAL SECTIONS ========================= */
section {
  position: relative;
  padding: 7.5rem 5.2%;
}
.section-header-center {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}
.section-label {
  margin-bottom: .85rem;
  color: var(--zp-olive);
  font-size: .60rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  color: var(--zp-text);
  font-family: 'Barlow', sans-serif;
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  font-weight: 300;
  line-height: .96;
  letter-spacing: -2.2px;
}
.section-title span { color: var(--zp-text); font-weight: 500; }
.section-sub {
  max-width: 600px;
  margin: 1.1rem auto 0;
  color: var(--zp-muted);
  font-size: .91rem;
  line-height: 1.7;
}

/* ========================= PRACTICE BAND ========================= */
#practice-areas,
.practice-band {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: var(--zp-ink);
  color: #fff;
}
.practice-band .section-label { color: var(--zp-olive-light); }
.practice-band .section-title,
.practice-band .section-title span { color: #fff; }
.practice-band .section-sub { color: rgba(255,255,255,.46); }
.practice-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--zp-dark-line);
}
.practice-card {
  min-height: 245px;
  padding: 1.8rem 1.55rem !important;
  border: 0 !important;
  border-right: 1px solid var(--zp-dark-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.practice-card:first-child { padding-left: 0 !important; }
.practice-card:last-child { border-right: 0 !important; }
.practice-card:hover { background: rgba(255,255,255,.025) !important; transform: none; }
.practice-code {
  color: var(--zp-olive-light);
  font-size: .58rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.practice-card h3 {
  margin-top: 3.2rem;
  color: #fff;
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.15;
}
.practice-card p {
  max-width: 230px;
  margin-top: .8rem;
  color: rgba(255,255,255,.43);
  font-size: .76rem;
  line-height: 1.7;
}

/* ========================= SOLUTIONS ========================= */
#solutions,
.solutions-band { background: var(--zp-paper); }
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--zp-line);
  border: 1px solid var(--zp-line);
}
.solution-card {
  min-height: 255px;
  padding: 2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--zp-paper) !important;
  box-shadow: none !important;
  transition: background .25s ease;
}
.solution-card:hover { background: var(--zp-white) !important; transform: none !important; }
.solution-card > span {
  color: var(--zp-olive);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.solution-card h3 {
  max-width: 270px;
  margin-top: 4.2rem;
  color: var(--zp-text);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.4px;
}
.solution-card p { max-width: 300px; margin-top: .85rem; color: var(--zp-muted); font-size: .78rem; line-height: 1.65; }

/* ========================= SERVICES ========================= */
#services { background: #fff; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--zp-line);
  border: 1px solid var(--zp-line);
}
.service-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.service-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: grayscale(.28) saturate(.62) contrast(1.04);
  transition: filter .45s ease, transform .45s ease;
}
.service-card:hover .service-img { filter: grayscale(0) saturate(.8); transform: scale(1.025); }
.service-body { padding: 1.55rem !important; }
.service-name { color: var(--zp-text) !important; font-size: 1.2rem; font-weight: 400 !important; line-height: 1.15; }
.service-desc { min-height: 54px; margin-top: .7rem; color: var(--zp-muted) !important; font-size: .77rem !important; line-height: 1.65; }
.service-meta { margin-top: 1.2rem; padding-top: .9rem; border-top-color: var(--zp-line) !important; }
.service-turnaround { color: var(--zp-faint) !important; font-size: .62rem; letter-spacing: .5px; }
.service-link { color: var(--zp-text) !important; font-size: .62rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.service-link:hover { color: var(--zp-olive) !important; }

/* ========================= ABOUT ========================= */
#about { background: var(--zp-paper-2); }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: 7rem;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}
#about .section-title { text-align: left; }
#about .section-sub { margin: 1.1rem 0 0; text-align: left; }
.about-quote {
  margin: 2.2rem 0 0;
  padding-left: 1.2rem;
  border-left: 1px solid var(--zp-olive);
  color: #404641;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
}
.about-equipment {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--zp-line);
}
.about-equipment strong { font-size: .62rem; letter-spacing: 1.4px; text-transform: uppercase; }
.about-equipment p { margin-top: .35rem; color: var(--zp-muted); font-size: .78rem; }
.about-panel {
  padding: 2.3rem;
  border: 1px solid #c7c8c2;
  background: rgba(255,255,255,.32);
}
.about-panel-num { font-size: clamp(5rem,8vw,8rem); font-weight: 300; line-height: .75; letter-spacing: -5px; }
.about-panel-label { margin-top: 2.5rem; font-size: .68rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.about-panel-sub { margin-top: .35rem; color: var(--zp-muted); font-size: .75rem; }
.about-tags { display: flex; gap: .45rem; flex-wrap: wrap; margin-top: 2rem; }
.chip { padding: .4rem .6rem; border: 1px solid #c5c8c1; border-radius: 0; color: #606762; font-size: .58rem; letter-spacing: .8px; text-transform: uppercase; }
.chip-green { border-color: var(--zp-olive); color: var(--zp-olive); background: transparent; }

/* ========================= DELIVERABLES / PACKS ========================= */
#projects { background: #fff; }
.deliverables-grid,
.packs-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: var(--zp-line);
  border: 1px solid var(--zp-line);
}
.deliverable-card,
.pack-card,
.case-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.deliverable-card img,
.case-card img { width: 100%; height: 210px; object-fit: cover; filter: grayscale(.25) saturate(.68); }
.deliverable-body,
.pack-card,
.case-body { padding: 1.45rem !important; }
.deliverable-body h3,
.pack-card h3,
.case-body h3 { color: var(--zp-text); font-size: 1.1rem; font-weight: 400; line-height: 1.2; }
.deliverable-body p,
.pack-card p,
.case-body p { margin-top: .55rem; color: var(--zp-muted); font-size: .75rem; line-height: 1.65; }
.deliverable-note { margin-top: 1.4rem; color: var(--zp-olive); font-size: .56rem; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; }
#survey-packs,
.packs-band { background: var(--zp-ink); color: #fff; }
.packs-band .section-label { color: var(--zp-olive-light); }
.packs-band .section-title,
.packs-band .section-title span { color: #fff; }
.packs-band .section-sub { color: rgba(255,255,255,.46); }
.packs-grid { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.12); grid-template-columns: repeat(4,1fr); }
.pack-card { min-height: 355px; background: var(--zp-ink) !important; color: #fff; }
.pack-topline { color: var(--zp-olive-light); font-size: .56rem; letter-spacing: 1.6px; text-transform: uppercase; }
.pack-card h3 { margin-top: 4.4rem; color: #fff; }
.pack-card p { color: rgba(255,255,255,.44); }
.pack-card ul { margin-top: 1.35rem; padding-left: 1rem; color: rgba(255,255,255,.60); font-size: .72rem; line-height: 1.9; }
.featured-pack { background: #171a18 !important; }

/* ========================= PROCESS ========================= */
#process { background: var(--zp-paper); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--zp-line); }
.process-step { min-height: 240px; padding: 1.5rem 1.35rem; border-right: 1px solid var(--zp-line); }
.process-step:first-child { padding-left: 0; }
.process-step:last-child { border-right: 0; }
.process-step-num { color: var(--zp-olive); font-size: .62rem; letter-spacing: 1.5px; }
.process-step h3 { margin-top: 3.5rem; font-size: 1.25rem; font-weight: 400; }
.process-step p { max-width: 220px; margin-top: .55rem; color: var(--zp-muted); font-size: .75rem; }

/* ========================= QA / TRUST / CASES ========================= */
#proof,
.proof-band { background: #fff; }
.proof-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; max-width: 1180px; margin: 0 auto; align-items: center; }
.proof-layout .section-title { text-align: left; }
.proof-layout .section-sub { margin-left: 0; text-align: left; }
.proof-checks { margin-top: 2rem; border-top: 1px solid var(--zp-line); }
.proof-checks > div { display: grid; grid-template-columns: 170px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--zp-line); }
.proof-checks strong { font-size: .68rem; font-weight: 600; letter-spacing: .7px; }
.proof-checks span { color: var(--zp-muted); font-size: .72rem; }
.qa-console { border: 1px solid #c9cbc5; background: var(--zp-paper); }
.qa-console-head { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border-bottom: 1px solid #c9cbc5; font-size: .64rem; text-transform: uppercase; letter-spacing: 1px; }
.qa-console-head strong { color: var(--zp-olive); font-weight: 600; }
.qa-row { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border-bottom: 1px solid #d8d9d4; font-size: .68rem; }
.qa-row span { color: var(--zp-muted); }
.qa-row strong { font-weight: 500; text-align: right; }
.qa-progress { height: 2px; margin: 1rem; background: #d0d1cb; overflow: hidden; }
.qa-progress span { display: block; width: 92%; height: 100%; background: var(--zp-olive); }
#trust { background: var(--zp-paper-2); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--zp-line); }
.trust-item { min-height: 210px; padding: 1.5rem 1.4rem; border-right: 1px solid var(--zp-line); border-radius: 0; background: transparent; box-shadow: none; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item h4 { font-size: 1rem; font-weight: 400; }
.trust-item p { margin-top: 1rem; color: var(--zp-muted); font-size: .74rem; line-height: 1.7; }
#case-previews,
.case-band { background: #fff; }
.case-grid { grid-template-columns: repeat(3,1fr); }
.case-card img { height: 245px; }
.case-body span { color: var(--zp-olive); font-size: .56rem; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.case-body h3 { margin-top: .7rem; font-size: 1.3rem; }

/* ========================= TESTIMONIALS / BLOG ========================= */
#testimonials { background: var(--zp-ink); color: #fff; text-align: center; }
#testimonials .section-label { color: var(--zp-olive-light); }
#testimonials .section-title,
#testimonials .section-title span { color: #fff; }
.notice-panel { max-width: 680px; margin: 0 auto; padding: 3rem; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.notice-panel h3 { font-size: 1.6rem; font-weight: 300; }
.notice-panel p { margin: .8rem auto 1.5rem; color: rgba(255,255,255,.46); font-size: .8rem; }
#blog { background: var(--zp-paper); }
.blog-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1px; background: var(--zp-line); border: 1px solid var(--zp-line); }
.blog-panel { min-height: 380px; padding: 2rem; background: var(--zp-paper); }
.insight-pipeline { background: var(--zp-ink); color: #fff; }
.panel-kicker { color: var(--zp-olive); font-size: .57rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.insight-pipeline .panel-kicker { color: var(--zp-olive-light); }
.blog-panel h3 { margin-top: 3.4rem; font-size: 1.65rem; font-weight: 300; }
.blog-panel .blog-list { margin-top: 1.5rem; list-style: none; }
.blog-panel .blog-list li { padding: .85rem 0; border-top: 1px solid var(--zp-line); }
.blog-panel .blog-list a { font-size: .84rem; font-weight: 500; }
.blog-panel .blog-list small { display: block; margin-top: .25rem; color: var(--zp-muted); font-size: .58rem; }
.insight-pipeline p { max-width: 330px; margin-top: .8rem; color: rgba(255,255,255,.46); font-size: .76rem; }
.pipeline-list { margin-top: 1.5rem; list-style: none; }
.pipeline-list li { padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.65); font-size: .7rem; }
.pipeline-list li span { display: inline-block; width: 28px; color: var(--zp-olive-light); }

/* ========================= CONTACT ========================= */
#contact { background: #fff; }
#contact > .section-label,
#contact > .section-title,
#contact > .section-sub { max-width: 1180px; margin-left: auto; margin-right: auto; text-align: left; }
.contact-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; max-width: 1180px; margin-left: auto; margin-right: auto; }
.contact-item { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--zp-line); }
.contact-icon { width: 36px; flex: 0 0 36px; color: var(--zp-olive); font-size: .58rem; font-weight: 600; letter-spacing: 1px; padding-top: .15rem; }
.contact-text strong { display: block; font-size: .72rem; font-weight: 500; }
.contact-text span { display: block; margin-top: .3rem; color: var(--zp-muted); font-size: .72rem; }
.contact-text a:hover { color: var(--zp-olive); }
.contact-form-wrap { border: 1px solid #cfd0ca; background: var(--zp-paper); }
.form-img { width: 100%; height: 210px; object-fit: cover; filter: grayscale(.35) saturate(.55); }
.contact-form { padding: 1.5rem; }
.form-group label { color: var(--zp-text); font-size: .62rem; font-weight: 500; letter-spacing: .6px; text-transform: uppercase; }
input, textarea, select,
.form-control { border: 1px solid #c8cac4 !important; border-radius: 0 !important; background: #fff !important; color: var(--zp-text) !important; box-shadow: none !important; }
input:focus, textarea:focus, select:focus,
.form-control:focus { border-color: var(--zp-olive) !important; outline: none; box-shadow: 0 0 0 2px rgba(120,134,83,.10) !important; }
.submit-btn { width: 100%; padding: .85rem 1rem; border: 0; border-radius: 0; background: var(--zp-ink); color: #fff; font-family: 'Barlow', sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; cursor: pointer; }
.submit-btn:hover { background: var(--zp-olive); }
.form-success { border-radius: 0 !important; }
.calendly-wrap { margin-top: 1rem; }

/* ========================= FAQ / FOOTER ========================= */
#faq { background: var(--zp-paper); }
.faq-wrap { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--zp-line); }
.faq-item { padding: 0 !important; border-bottom: 1px solid var(--zp-line); }
.faq-q { width: 100%; padding: 1.2rem 0; border: 0; background: transparent; color: var(--zp-text); font-family: 'Barlow', sans-serif; font-size: .86rem; font-weight: 500; text-align: left; cursor: pointer; }
.faq-q span { color: var(--zp-olive); font-size: 1.2rem; font-weight: 300; }
.faq-a { max-width: 720px; padding: 0 0 1.2rem; color: var(--zp-muted); font-size: .76rem; line-height: 1.7; }
footer {
  margin-top: 0;
  padding: 4rem 5.2% 1.5rem;
  background: var(--zp-ink) !important;
  color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(255,255,255,.1);
}
footer .nav-logo img { height: 38px; }
footer a { color: rgba(255,255,255,.62); }
footer a:hover { color: #fff; }
.footer-brand p { color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-brand .accent { color: var(--zp-olive-light); }
.footer-col h4 { color: #fff; font-size: .65rem; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; }
.footer-col li { font-size: .7rem; }
.footer-social a { border: 1px solid rgba(255,255,255,.16); border-radius: 0; }
.footer-bottom { color: rgba(255,255,255,.30); border-top-color: rgba(255,255,255,.10); font-size: .62rem; }
.whatsapp-btn { background: var(--zp-olive) !important; box-shadow: none !important; border-radius: 0 !important; }
.mobile-bar { border-top: 1px solid rgba(255,255,255,.1); }

/* ========================= RESPONSIVE ========================= */
@media (max-width: 1100px) {
  .nav-links { gap: .9rem; }
  .nav-links a { font-size: .60rem; }
  .hero-content { width: 78vw; }
  .hero-dashboard { width: 280px; }
  .about-grid { gap: 4rem; }
}
@media (max-width: 850px) {
  section { padding: 5.5rem 5%; }
  #hero { height: 850px; max-height: none; }
  .hero-content { width: auto; padding: 8.5rem 5% 13rem; }
  .hero-title { font-size: clamp(3.5rem, 12vw, 6rem); letter-spacing: -3px; }
  .hero-dashboard { display: none !important; }
  .geo-readout { display: none; }
  .practice-grid,
  .solutions-grid,
  .services-grid,
  .deliverables-grid,
  .packs-grid,
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .practice-card:nth-child(2) { border-right: 0 !important; }
  .practice-card:nth-child(3), .practice-card:nth-child(4) { border-top: 1px solid var(--zp-dark-line) !important; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--zp-line); }
  .about-grid,
  .proof-layout,
  .contact-wrap,
  .blog-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card img { height: 300px; }
}
@media (max-width: 700px) {
  nav { min-height: 64px; padding: .65rem 5%; }
  .nav-links, nav > .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-logo img { height: 38px; }
  .nav-brand-text .tagline { display: none; }
  #hero { min-height: 100svh; height: auto; }
  #hero::after { left: 5%; right: 5%; bottom: 112px; }
  #hero::before { background: linear-gradient(180deg, rgba(8,10,9,.78) 0%, rgba(8,10,9,.38) 38%, rgba(8,10,9,.92) 100%); }
  .hero-content { padding: 8rem 5% 15rem; }
  .hero-title { font-size: clamp(3.25rem, 15vw, 5rem); letter-spacing: -2.5px; }
  .hero-desc { max-width: 95%; font-size: .88rem; }
  .hero-btns { align-items: flex-start; flex-direction: column; }
  .hero-stats { left: 5%; right: 5%; grid-template-columns: repeat(2,1fr); padding-bottom: 1rem; }
  .hero-stats > div { padding: .7rem .8rem; }
  .hero-stats > div:first-child { padding-left: 0; }
  .hero-stats > div:nth-child(2) { border-right: 0; }
  .hero-stats > div:nth-child(3), .hero-stats > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.11); }
  .practice-grid,
  .solutions-grid,
  .services-grid,
  .deliverables-grid,
  .packs-grid,
  .trust-grid,
  .process-steps { grid-template-columns: 1fr; }
  .practice-card { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--zp-dark-line) !important; padding: 1.35rem 0 !important; }
  .practice-card:nth-child(3), .practice-card:nth-child(4) { border-top: 0 !important; }
  .practice-card:last-child { border-bottom: 0 !important; }
  .practice-card h3 { margin-top: 1.8rem; }
  .solution-card { min-height: 0; }
  .solution-card h3 { margin-top: 2.5rem; }
  .process-step { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--zp-line); }
  .process-step:nth-child(n+3) { border-top: 0; }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 2rem; }
  .about-grid { gap: 2rem; }
  .proof-checks > div { grid-template-columns: 1fr; gap: .35rem; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--zp-line); }
  .trust-item:first-child { padding-left: 1.4rem; }
  .trust-item:last-child { border-bottom: 0; }
  .case-card img { height: 240px; }
  .contact-wrap { gap: 2rem; }
  .form-row { flex-direction: column; }
  .form-row > .form-group { min-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ZP FLOATING WHATSAPP — SHARED FINAL STYLE */
.whatsapp-btn,
a.whatsapp-btn,
button.whatsapp-btn {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 10000 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,.95) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.20) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  overflow: visible !important;
}

.whatsapp-btn:hover,
a.whatsapp-btn:hover,
button.whatsapp-btn:hover {
  background: #20bd5a !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 9px 22px rgba(0,0,0,.24) !important;
}

.whatsapp-btn svg,
a.whatsapp-btn svg,
button.whatsapp-btn svg {
  width: 29px !important;
  height: 29px !important;
  min-width: 29px !important;
  min-height: 29px !important;
  display: block !important;
  flex: 0 0 29px !important;
  fill: #fff !important;
  color: #fff !important;
  stroke: #fff !important;
}

.whatsapp-btn svg *,
a.whatsapp-btn svg *,
button.whatsapp-btn svg * {
  fill: #fff !important;
  color: #fff !important;
  stroke: #fff !important;
}

@media (max-width: 800px) {
  .whatsapp-btn,
  a.whatsapp-btn,
  button.whatsapp-btn {
    right: 16px !important;
    bottom: 78px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
  }
}

