/*
 * EVVO Water Technology — Main Stylesheet
 * Version 2.0.0 — Complete B2B Conversion Optimization Redesign
 * Theme: evvo-water-technology
 */

/* ── DESIGN TOKENS ── */
:root {
  --navy:#0A1628; --navy2:#0D2545; --navy3:#060F1E;
  --blue:#0D3B6E; --blue2:#0F4A8A;
  --teal:#0891B2; --mint:#06B6D4; --mint2:#22D3EE;
  --green:#059669; --green2:#34D399;
  --gold:#F59E0B; --gold2:#FBBF24;
  --white:#FFFFFF; --muted:#8BBBD6; --border:#1E3A5F;
  --r:14px; --rsm:7px; --rlg:20px;
  --shadow-teal:0 8px 32px rgba(8,145,178,.28);
  --shadow-green:0 8px 32px rgba(5,150,105,.28);
  --shadow-card:0 4px 24px rgba(0,0,0,.25);
  --transition:all .3s cubic-bezier(.4,0,.2,1);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Exo 2", sans-serif;
  line-height: 1.15;
  font-weight: 600;
  color: var(--white);
}
h1 { font-size: clamp(2.2rem, 3.8vw, 3.5rem); font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); font-weight: 600; letter-spacing: -0.01em; }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); font-weight: 600; letter-spacing: -0.005em; }
h4 { font-size: 1.1rem; font-weight: 600; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
p { font-weight: 400; }
strong { font-weight: 600; }

/* ── UTILITY ── */
.text-teal { color: var(--mint); }
.text-green { color: var(--green2); }
.text-gold { color: var(--gold); }
.text-muted { color: var(--muted); }
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* ── NAVIGATION ── */
nav#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
  background: rgba(10,22,40,.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(8,145,178,.1);
  transition: var(--transition);
}
nav#navbar.scrolled {
  box-shadow: 0 4px 40px rgba(0,0,0,.4);
  border-bottom-color: rgba(8,145,178,.18);
}
.nav-logo img { height: 36px; width: auto; }
.nav-links {
  display: flex; gap: 2rem; list-style: none; align-items: center;
}
.nav-links a {
  color: var(--muted); font-size: .88rem; font-weight: 500;
  letter-spacing: .02em; transition: color .2s; position: relative;
}
.nav-links a:hover { color: var(--white); }
.nav-links a::after {
  content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--mint); border-radius: 1px; transition: width .25s;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: var(--teal) !important; color: var(--white) !important;
  padding: .5rem 1.4rem !important; border-radius: var(--rsm);
  font-weight: 600 !important; letter-spacing: .02em;
  transition: var(--transition) !important;
}
.nav-cta:hover {
  background: var(--mint2) !important; color: var(--navy) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-teal);
}
.nav-cta::after { display: none !important; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px; z-index: 1001;
}
.nav-toggle span {
  display: block; width: 26px; height: 2px; background: var(--white);
  border-radius: 2px; transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── HERO — DEALER-FOCUSED REDESIGN ── */
#home {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 5% 90px; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 85%, rgba(0,0,0,0.1) 100%),
    url('../images/hero-pool.webp') center center / cover no-repeat;
  z-index: 0;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 25% 50%, rgba(8,145,178,.08) 0%, transparent 60%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(8,145,178,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,145,178,.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 70% at 35% 50%, black 0%, transparent 75%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem; align-items: flex-start;
  width: 100%; max-width: 1200px; margin: 0 auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(8,145,178,.12); border: 1px solid rgba(8,145,178,.3);
  border-radius: 100px; padding: 7px 18px;
  font-size: .74rem; font-weight: 600; color: var(--mint);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.5rem;
}
.hero-badge::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--mint); animation: pdot 2s ease-in-out infinite;
}
@keyframes pdot {
  0%,100% { box-shadow: 0 0 0 0 rgba(6,182,212,.5); }
  50% { box-shadow: 0 0 0 8px rgba(6,182,212,0); }
}
h1.hero-title {
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 600; color: var(--white);
  margin-bottom: 1rem; line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
h1.hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--mint), var(--mint2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.08rem; color: rgba(255,255,255,.72);
  max-width: 520px; margin-bottom: 2rem;
  font-weight: 400; line-height: 1.7;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem;
}

/* Buttons */
.btn-primary {
  background: var(--teal); color: var(--white);
  padding: .9rem 2.2rem; border-radius: var(--rsm);
  font-family: "Exo 2", sans-serif; font-size: .92rem; font-weight: 600;
  border: none; cursor: pointer; transition: var(--transition);
  letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap; box-shadow: 0 4px 16px rgba(8,145,178,.3);
}
.btn-primary:hover {
  background: var(--mint2); color: var(--navy);
  transform: translateY(-4px); box-shadow: 0 8px 32px rgba(8,145,178,.4);
}
.btn-primary:focus { outline: 2px solid var(--mint); outline-offset: 2px; }
.btn-outline {
  background: transparent; border: 1.5px solid rgba(139,187,214,.4);
  color: rgba(255,255,255,.8); padding: .9rem 2.2rem; border-radius: var(--rsm);
  font-family: "Exo 2", sans-serif; font-size: .92rem; font-weight: 600;
  cursor: pointer; transition: var(--transition);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.btn-outline:hover {
  border-color: var(--mint); color: var(--mint);
  transform: translateY(-2px); background: rgba(8,145,178,.08);
}
.btn-outline:focus { outline: 2px solid var(--mint); outline-offset: 2px; }
.btn-green {
  background: var(--green); color: var(--white);
  padding: .9rem 2.2rem; border-radius: var(--rsm);
  font-family: "Exo 2", sans-serif; font-size: .92rem; font-weight: 600;
  border: none; cursor: pointer; transition: var(--transition);
  letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 16px rgba(5,150,105,.3);
}
.btn-green:hover {
  background: var(--green2); color: var(--navy);
  transform: translateY(-4px); box-shadow: 0 8px 32px rgba(5,150,105,.4);
}
.btn-green:focus { outline: 2px solid var(--green2); outline-offset: 2px; }
.btn-white {
  background: var(--white); color: var(--navy);
  padding: .9rem 2.2rem; border-radius: var(--rsm);
  font-family: "Exo 2", sans-serif; font-size: .92rem; font-weight: 600;
  border: none; cursor: pointer; transition: var(--transition);
  letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px;
}
.btn-white:hover {
  background: var(--mint2); transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,255,255,.18);
}
.btn-lg {
  padding: 1.05rem 2.8rem; font-size: 1rem;
}

/* Button arrow animation */
.btn-primary:hover::after, .btn-outline:hover::after, .btn-green:hover::after {
  animation: slideArrow .3s ease;
}
@keyframes slideArrow {
  0% { transform: translateX(0); }
  50% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}

/* Hero trust bar */
.hero-trust {
  display: flex; gap: 2rem; flex-wrap: wrap;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(139,187,214,.12);
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; color: rgba(139,187,214,.65); font-weight: 500;
}
.trust-item::before {
  content: "✓"; color: var(--mint); font-weight: 600; font-size: .9rem;
}

/* Hero right — product preview cards */
.hero-right { display: flex; flex-direction: column; gap: 1rem; }
.hcard {
  background: rgba(13,37,69,.85); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.4rem 1.6rem;
  backdrop-filter: blur(16px); box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.hcard:hover { border-color: rgba(8,145,178,.35); }
.hcard-label {
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mint); font-weight: 600; margin-bottom: .9rem;
}
.hcard-bars { display: flex; flex-direction: column; gap: 10px; }
.hbar { display: flex; align-items: center; gap: 10px; }
.hbar-lbl { font-size: .75rem; color: var(--muted); width: 100px; flex-shrink: 0; font-weight: 400; }
.hbar-track { flex: 1; height: 6px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.hbar-fill { height: 100%; border-radius: 99px; transition: width 1s ease; }
.hbar-note { font-size: .7rem; color: rgba(255,255,255,.5); width: 85px; text-align: right; flex-shrink: 0; font-weight: 400; }
.hcard-sense { display: flex; align-items: center; gap: 14px; }
.sense-wrap { position: relative; flex-shrink: 0; }
.sense-wrap img { width: 72px; height: auto; border-radius: 6px; object-fit: cover; }
.sense-ring {
  position: absolute; inset: -5px; border-radius: 9px;
  border: 1px solid rgba(6,182,212,.35); animation: ripple 2.5s ease-in-out infinite;
}
@keyframes ripple {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(1.15); opacity: 0; }
}
.sense-readings { flex: 1; }
.sense-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 5px 0; border-bottom: 1px solid rgba(30,58,95,.5); font-size: .8rem;
}
.sense-row:last-child { border-bottom: none; }
.sense-param { color: var(--muted); }
.sense-val { color: var(--mint); font-weight: 600; font-family: "Exo 2", sans-serif; }
.sense-status {
  display: flex; align-items: center; gap: 6px;
  font-size: .7rem; color: var(--green2); font-weight: 600; margin-top: .6rem;
}
.sense-status::before { content: "●"; font-size: .45rem; }

/* ── TRUST BAND (below hero) ── */
#trust-band {
  background: rgba(8,145,178,.04);
  border-top: 1px solid rgba(8,145,178,.08);
  border-bottom: 1px solid rgba(8,145,178,.08);
  position: relative; z-index: 1;
}
.tb-inner {
  max-width: 1200px; margin: 0 auto; padding: 44px 5%;
  display: grid; grid-template-columns: repeat(4,1fr);
}
.tb-item {
  padding: 1.2rem 1.8rem;
  border-right: 1px solid rgba(8,145,178,.08);
  display: flex; align-items: flex-start; gap: 14px;
  transition: var(--transition);
}
.tb-item:last-child { border-right: none; }
.tb-icon {
  font-size: 1.4rem; flex-shrink: 0; margin-top: 2px;
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(8,145,178,.1); border: 1px solid rgba(8,145,178,.15);
  display: flex; align-items: center; justify-content: center;
}
.tb-title {
  font-family: "Exo 2", sans-serif; font-size: .9rem; font-weight: 600;
  color: var(--white); margin-bottom: .25rem;
}
.tb-text { font-size: .78rem; color: var(--muted); line-height: 1.55; font-weight: 400; }

/* ── SECTION SHELL ── */
section { position: relative; z-index: 1; }
.section-inner { max-width: 1280px; margin: 0 auto; padding: 120px 6%; }
.section-inner-sm { max-width: 1280px; margin: 0 auto; padding: 80px 6%; }
.section-tag {
  font-size: .72rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--mint); margin-bottom: .7rem;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::after {
  content: ""; flex: 0 0 30px; height: 1px; background: var(--mint); opacity: .5;
}
.section-tag.green { color: var(--green2); }
.section-tag.green::after { background: var(--green2); }
.section-tag.gold { color: var(--gold); }
.section-tag.gold::after { background: var(--gold); }
.section-title {
  font-size: clamp(2rem, 2.8vw, 2.6rem); font-weight: 600;
  color: var(--white); margin-bottom: 1rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.section-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--mint), var(--mint2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-lead {
  font-size: 1.02rem; color: rgba(255,255,255,.6);
  max-width: 600px; font-weight: 400; margin-bottom: 3rem; line-height: 1.7;
}
.section-divider {
  width: 60px; height: 3px; background: linear-gradient(90deg, var(--teal), var(--mint));
  border-radius: 2px; margin: 0 0 1.5rem;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  min-height: 50vh; display: flex; align-items: center;
  padding: 140px 5% 80px; position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--navy3) 0%, var(--navy) 100%);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(8,145,178,.06) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; width: 100%;
}
.page-hero-inner h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.3rem); font-weight: 600; margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.page-hero-inner .hero-sub { margin-bottom: 2rem; }
.page-hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: flex-start;
}
.page-hero-visual {
  display: flex; justify-content: center; align-items: flex-start; position: relative;
  padding-top: 0;
}
.page-hero-visual img {
  max-width: 420px; border-radius: var(--r);
  filter: drop-shadow(0 20px 60px rgba(8,145,178,.25));
}
.page-hero-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(8,145,178,.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ── AQUA CLEAR PRODUCT PAGE ── */
#aquaclear { background: var(--navy); }
.ac-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: flex-start; }
.ac-img-wrap { position: relative; display: flex; justify-content: center; align-items: flex-start; }
.ac-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(8,145,178,.14) 0%, transparent 70%);
  pointer-events: none;
}
.ac-product-img {
  width: 100%; max-width: 480px;
  filter: drop-shadow(0 20px 60px rgba(8,145,178,.22));
  position: relative; z-index: 1;
}
.ac-hook {
  font-family: "Exo 2", sans-serif; font-size: 1.15rem; font-weight: 600;
  color: var(--mint); margin-bottom: 1.2rem; letter-spacing: .01em;
}
.ac-body {
  font-size: .98rem; color: rgba(255,255,255,.62); line-height: 1.75;
  margin-bottom: 1.6rem; font-weight: 400;
}
.ac-problems-label {
  font-size: .74rem; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; color: rgba(139,187,214,.5); margin-bottom: .7rem;
}
.ac-problems { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 2rem; }
.ac-problem {
  display: flex; align-items: center; gap: 10px;
  font-size: .88rem; color: rgba(255,255,255,.65); font-weight: 400;
  padding: .55rem 1rem; background: rgba(13,37,69,.5);
  border: 1px solid var(--border); border-radius: var(--rsm);
  border-left: 3px solid rgba(8,145,178,.4);
}
.ac-problem::before {
  content: "→"; color: var(--teal); font-size: .78rem; flex-shrink: 0;
}
.ac-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: 2rem; }
.ac-pillar {
  background: rgba(8,145,178,.06); border: 1px solid rgba(8,145,178,.14);
  border-radius: var(--rsm); padding: .65rem 1.1rem;
  font-size: .84rem; color: rgba(255,255,255,.78); font-weight: 400;
  display: flex; align-items: center; gap: 9px;
}
.ac-pillar::before { content: "✓"; color: var(--mint); font-weight: 600; font-size: .8rem; }
.nsf-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(245,158,11,.08); border: 1px solid rgba(245,158,11,.22);
  border-radius: var(--rsm); padding: .55rem 1.1rem;
  font-size: .78rem; color: var(--gold); font-weight: 600; margin-bottom: 1.5rem;
}

/* ── SENSE PRODUCT PAGE ── */
#sense { background: linear-gradient(180deg, var(--navy3) 0%, var(--navy) 100%); }
.sense-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: flex-start; }
.sense-app-wrap { position: relative; display: flex; justify-content: center; align-items: flex-start; }
.sense-app-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(5,150,105,.12) 0%, transparent 70%);
  pointer-events: none;
}
.app-img {
  width: 100%; max-width: 320px;
  filter: drop-shadow(0 30px 80px rgba(5,150,105,.28));
  position: relative; z-index: 1;
}
.sense-hook {
  font-family: "Exo 2", sans-serif; font-size: 1.15rem; font-weight: 600;
  color: var(--green2); margin-bottom: 1.2rem;
}
.sense-body {
  font-size: .98rem; color: rgba(255,255,255,.62); line-height: 1.75;
  margin-bottom: 1.6rem; font-weight: 400;
}
.sense-problems { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 2rem; }
.sense-problem {
  display: flex; align-items: center; gap: 10px;
  font-size: .88rem; color: rgba(255,255,255,.65); font-weight: 400;
  padding: .55rem 1rem; background: rgba(13,37,69,.5);
  border: 1px solid var(--border); border-radius: var(--rsm);
  border-left: 3px solid rgba(5,150,105,.4);
}
.sense-problem::before {
  content: "→"; color: var(--green); font-size: .78rem; flex-shrink: 0;
}
.sense-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: 2rem; }
.sense-pillar {
  background: rgba(5,150,105,.06); border: 1px solid rgba(5,150,105,.14);
  border-radius: var(--rsm); padding: .65rem 1.1rem;
  font-size: .84rem; color: rgba(255,255,255,.78); font-weight: 400;
  display: flex; align-items: center; gap: 9px;
}
.sense-pillar::before { content: "✓"; color: var(--green2); font-weight: 600; font-size: .8rem; }
.sense-partner-box {
  background: rgba(5,150,105,.06); border: 1px solid rgba(5,150,105,.18);
  border-radius: var(--r); padding: 1.4rem 1.6rem; margin-bottom: 1.5rem;
}
.sense-partner-title {
  font-family: "Exo 2", sans-serif; font-size: .82rem; font-weight: 600;
  color: var(--green2); margin-bottom: .45rem;
  text-transform: uppercase; letter-spacing: .06em;
}
.sense-partner-text {
  font-size: .9rem; color: rgba(255,255,255,.6); line-height: 1.65; font-weight: 400;
}

/* ── APPLICATIONS ── */
#applications {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 80%),
    url('../images/app-pool.webp') center / cover fixed;
}
.apps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
.app-card {
  background: rgba(13,37,69,.7); border: 1px solid rgba(30,58,95,.75);
  border-radius: var(--r); padding: 1.8rem 1.5rem; text-align: center;
  backdrop-filter: blur(8px); transition: var(--transition);
}
.app-card:hover {
  border-color: var(--teal); transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.app-icon { font-size: 2rem; margin-bottom: .9rem; }
.app-title { font-family: "Exo 2", sans-serif; font-size: .95rem; font-weight: 600; color: var(--white); margin-bottom: .35rem; }
.app-text { font-size: .82rem; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* ── FEATURE GRID (used on product & dealer pages) ── */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.feat-card {
  background: var(--navy2); border: 1px solid rgba(8,145,178,.15);
  border-radius: var(--r); padding: 2rem 1.6rem;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(0,0,0,.15), 0 0 24px rgba(8,145,178,.06);
}
.feat-card:hover {
  border-color: var(--teal); transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(8,145,178,.15), 0 12px 48px rgba(0,0,0,.2);
}
.feat-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem; font-size: 1.5rem;
  border: 1px solid rgba(8,145,178,.2);
}
.feat-icon.teal { background: rgba(8,145,178,.15); border-color: rgba(8,145,178,.25); }
.feat-icon.gold { background: rgba(245,158,11,.15); border-color: rgba(245,158,11,.25); }
.feat-icon.green { background: rgba(5,150,105,.15); border-color: rgba(5,150,105,.25); }
.feat-title { font-family: "Exo 2", sans-serif; font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: .5rem; }
.feat-text { font-size: .86rem; color: var(--muted); line-height: 1.65; font-weight: 400; }

/* ── BENEFIT LIST ── */
.benefit-list { display: flex; flex-direction: column; gap: .75rem; }
.benefit-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.3rem; background: rgba(13,37,69,.4);
  border: 1px solid var(--border); border-radius: var(--r);
  transition: var(--transition);
}
.benefit-item:hover { border-color: rgba(8,145,178,.3); }
.benefit-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: rgba(8,145,178,.12); border: 1px solid rgba(8,145,178,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.benefit-content h4 { font-size: .92rem; font-weight: 600; color: var(--white); margin-bottom: .2rem; }
.benefit-content p { font-size: .84rem; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* ── REVENUE CARDS (Dealer page) ── */
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.rev-card {
  background: linear-gradient(135deg, rgba(13,37,69,.8), rgba(10,22,40,.9));
  border: 1px solid var(--border); border-radius: var(--r);
  padding: 2rem 1.6rem; transition: var(--transition);
  position: relative; overflow: hidden;
}
.rev-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--mint2));
}
.rev-card:hover {
  border-color: rgba(8,145,178,.4); transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.rev-card.green::before { background: linear-gradient(90deg, var(--green), var(--green2)); }
.rev-card.gold::before { background: linear-gradient(90deg, var(--gold), var(--gold2)); }
.rev-card-icon { font-size: 1.6rem; margin-bottom: 1rem; }
.rev-card-title { font-family: "Exo 2", sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--white); margin-bottom: .45rem; }
.rev-card-text { font-size: .86rem; color: var(--muted); line-height: 1.65; font-weight: 400; }

/* ── TEASER CARDS (homepage) ── */
.teaser-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.teaser-card {
  background: var(--navy2); border: 1px solid var(--border);
  border-radius: var(--rlg); padding: 2.2rem 1.8rem;
  transition: var(--transition); display: flex; flex-direction: column;
}
.teaser-card:hover {
  border-color: var(--teal); transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.teaser-icon {
  font-size: 1.8rem; margin-bottom: 1rem;
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(8,145,178,.1); border: 1px solid rgba(8,145,178,.16);
  display: flex; align-items: center; justify-content: center;
}
.teaser-title { font-family: "Exo 2", sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--white); margin-bottom: .5rem; }
.teaser-text { font-size: .88rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.3rem; flex: 1; font-weight: 400; }
.teaser-link {
  font-family: "Exo 2", sans-serif; font-size: .82rem; font-weight: 600;
  color: var(--mint); display: inline-flex; align-items: center; gap: 6px;
  transition: gap .25s;
}
.teaser-link:hover { gap: 10px; }
.teaser-link::after { content: "→"; transition: transform .25s; }
.teaser-link:hover::after { transform: translateX(3px); }

/* ── PRODUCT PREVIEW CARDS (homepage) ── */
.product-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.product-preview-card {
  background: var(--navy2); border: 1px solid rgba(8,145,178,.15);
  border-radius: var(--rlg); overflow: hidden; transition: var(--transition);
  box-shadow: 0 4px 16px rgba(0,0,0,.2), 0 0 32px rgba(8,145,178,.08);
}
.product-preview-card:hover {
  border-color: var(--teal); transform: translateY(-6px);
  box-shadow: 0 8px 32px rgba(8,145,178,.18), 0 16px 64px rgba(0,0,0,.25);
}
.product-preview-img {
  width: 100%; height: 240px; object-fit: cover;
  background: linear-gradient(135deg, rgba(8,145,178,.08), rgba(6,15,30,.5));
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.product-preview-img img { max-height: 180px; object-fit: contain; }
.product-preview-body { padding: 1.8rem 2rem 2rem; }
.product-preview-body h3 { font-size: 1.3rem; margin-bottom: .5rem; font-weight: 600; letter-spacing: -0.005em; }
.product-preview-body p { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.3rem; font-weight: 400; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, rgba(8,145,178,.1), rgba(6,15,30,.4));
  border: 1px solid rgba(8,145,178,.25); border-radius: var(--rlg);
  padding: 3.5rem 3rem; text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 8px 32px rgba(8,145,178,.08), 0 0 48px rgba(8,145,178,.04);
}
.cta-banner::before {
  content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(8,145,178,.04) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner h2 { font-size: clamp(1.6rem, 2.2vw, 2.2rem); margin-bottom: .7rem; position: relative; letter-spacing: -0.01em; }
.cta-banner p { font-size: .98rem; color: rgba(255,255,255,.6); margin-bottom: 1.8rem; position: relative; font-weight: 400; }
.cta-banner .btn-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── DEALER PAGE SPECIFIC ── */
.dealer-hero-bg {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 80%),
    url('../images/hero-pool.webp') center 30% / cover no-repeat;
}
.dealer-value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.dealer-value-card {
  background: var(--navy2); border: 1px solid rgba(8,145,178,.15);
  border-radius: var(--r); padding: 1.8rem;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(0,0,0,.15), 0 0 24px rgba(8,145,178,.06);
}
.dealer-value-card:hover {
  border-color: var(--teal); transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(8,145,178,.15), 0 12px 48px rgba(0,0,0,.2);
}
.dealer-value-card h3 { font-size: 1.05rem; margin-bottom: .5rem; display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.005em; }
.dealer-value-card h3 .ico { font-size: 1.3rem; }
.dealer-value-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; font-weight: 400; }

/* Territory card */
.territory-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.territory-card {
  background: var(--navy2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem; text-align: center;
  transition: var(--transition);
}
.territory-card:hover { border-color: var(--teal); transform: translateY(-2px); }
.territory-flag { font-size: 2rem; margin-bottom: .5rem; }
.territory-name { font-family: "Exo 2", sans-serif; font-size: .9rem; font-weight: 600; color: var(--white); }
.territory-status { font-size: .74rem; color: var(--muted); margin-top: .3rem; font-weight: 400; }

/* ── STATS ── */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.3rem; }
.stat-card {
  background: var(--navy2); border: 1px solid rgba(8,145,178,.15);
  border-radius: var(--r); padding: 1.8rem 1.6rem; text-align: center;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(0,0,0,.15), 0 0 24px rgba(8,145,178,.06);
}
.stat-card:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(8,145,178,.12), 0 8px 32px rgba(0,0,0,.15); }
.stat-val { font-family: "Exo 2", sans-serif; font-size: 2.4rem; font-weight: 600; color: var(--mint); line-height: 1; margin-bottom: .5rem; }
.stat-lbl { font-size: .8rem; color: var(--muted); font-weight: 400; line-height: 1.5; }

/* ── INSTALLATION ── */
#install { background: var(--navy2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.install-inner { max-width: 1280px; margin: 0 auto; padding: 100px 6%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.install-steps { display: flex; flex-direction: column; gap: .8rem; margin-top: 1.5rem; }
.install-step {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1.1rem 1.3rem; background: rgba(10,22,40,.55);
  border: 1px solid var(--border); border-radius: var(--rsm);
  transition: var(--transition);
}
.install-step:hover { border-color: rgba(8,145,178,.3); }
.install-num { font-family: "Exo 2", sans-serif; font-size: 1.6rem; font-weight: 600; color: var(--teal); width: 36px; flex-shrink: 0; line-height: 1; }
.install-text { font-size: .9rem; color: rgba(255,255,255,.78); font-weight: 400; }
.install-sub-title { font-family: "Exo 2", sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 1.6rem; margin-bottom: .8rem; }
.install-pills { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.install-pill {
  background: rgba(8,145,178,.06); border: 1px solid rgba(8,145,178,.13);
  border-radius: var(--rsm); padding: .75rem 1.1rem;
  font-size: .84rem; color: rgba(255,255,255,.72); font-weight: 400;
  display: flex; align-items: center; gap: 9px;
}
.install-pill::before { content: "✓"; color: var(--mint); font-weight: 600; }
.install-pills-green .install-pill { background: rgba(5,150,105,.06); border-color: rgba(5,150,105,.13); }
.install-pills-green .install-pill::before { color: var(--green2); }

/* ── WHY EVVO ── */
#why { background: var(--navy); }
.why-intro { max-width: 600px; margin-bottom: 3rem; }
.why-intro-text { font-size: 1.02rem; color: rgba(255,255,255,.6); line-height: 1.75; font-weight: 400; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.why-card {
  background: var(--navy2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 2rem;
  transition: var(--transition);
}
.why-card:hover {
  border-color: var(--teal); transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.why-icon {
  width: 50px; height: 50px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem; font-size: 1.3rem;
}
.wi-t { background: rgba(8,145,178,.13); }
.wi-g { background: rgba(245,158,11,.13); }
.wi-gr { background: rgba(5,150,105,.13); }
.why-title { font-family: "Exo 2", sans-serif; font-size: .98rem; font-weight: 600; color: var(--white); margin-bottom: .45rem; }
.why-text { font-size: .86rem; color: var(--muted); line-height: 1.65; font-weight: 400; }

/* ── ABOUT ── */
#about { background: linear-gradient(160deg, var(--navy3) 0%, var(--navy) 60%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: flex-start; }
.about-body { font-size: .98rem; color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: 1.2rem; font-weight: 400; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2rem; }
.about-stat {
  background: var(--navy2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem 1.6rem;
}
.about-stat-val { font-family: "Exo 2", sans-serif; font-size: 2.2rem; font-weight: 600; color: var(--mint); line-height: 1; margin-bottom: .35rem; }
.about-stat-lbl { font-size: .8rem; color: var(--muted); font-weight: 400; }
.about-regions-title { font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: rgba(139,187,214,.45); margin-bottom: .7rem; margin-top: 1.6rem; }
.region-flags { display: flex; gap: .55rem; flex-wrap: wrap; }
.region-flag {
  background: rgba(8,145,178,.08); border: 1px solid rgba(8,145,178,.15);
  border-radius: var(--rsm); padding: .35rem .85rem;
  font-size: .8rem; color: rgba(255,255,255,.65); font-weight: 400;
}
.partner-box {
  margin-top: 1.6rem; background: var(--navy2); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.6rem;
}
.partner-box-title { font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.partner-box-body { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.7; font-weight: 400; }

/* ── DOWNLOADS ── */
#downloads { background: var(--navy2); border-top: 1px solid var(--border); }
.dl-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
.dl-card {
  background: var(--navy); border: 1px solid var(--border);
  border-radius: var(--r); padding: 2rem 1.6rem; text-align: center;
  transition: var(--transition); cursor: pointer;
}
.dl-card:hover {
  border-color: var(--teal); transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.dl-icon { font-size: 2rem; margin-bottom: .9rem; }
.dl-title { font-family: "Exo 2", sans-serif; font-size: .92rem; font-weight: 600; color: var(--white); margin-bottom: .35rem; }
.dl-desc { font-size: .78rem; color: var(--muted); margin-bottom: 1.2rem; line-height: 1.5; font-weight: 400; }
.dl-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Exo 2", sans-serif; font-size: .78rem; font-weight: 600;
  color: var(--mint); border: 1px solid rgba(8,145,178,.28);
  padding: .42rem 1rem; border-radius: var(--rsm); transition: var(--transition);
}
.dl-card:hover .dl-btn { background: var(--teal); color: var(--white); border-color: var(--teal); }

/* ── CONTACT ── */
#contact { background: var(--navy); position: relative; overflow: hidden; }
#contact::before {
  content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8,145,178,.06) 0%, transparent 70%);
  pointer-events: none;
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: flex-start; position: relative; z-index: 1; }
.contact-info-block { display: flex; flex-direction: column; gap: .9rem; margin-top: 1.6rem; }
.contact-link {
  display: flex; align-items: center; gap: 12px; color: var(--muted);
  font-size: .92rem; font-weight: 400; transition: color .2s;
}
.contact-link:hover { color: var(--mint); }
.contact-link-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: rgba(8,145,178,.1); border: 1px solid rgba(8,145,178,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem; flex-shrink: 0;
}
.contact-presence {
  margin-top: 1.6rem; padding: 1.3rem 1.5rem;
  background: var(--navy2); border: 1px solid var(--border); border-radius: var(--rsm);
}
.contact-presence-title { font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
.contact-presence-body { font-size: .86rem; color: rgba(255,255,255,.6); line-height: 1.65; font-weight: 400; }
.contact-form { display: flex; flex-direction: column; gap: .9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-label { font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.8); letter-spacing: .06em; text-transform: uppercase; }
.form-input, .form-select, .form-textarea {
  background: rgba(13,37,69,.5); border: 1px solid rgba(8,145,178,.2);
  border-radius: var(--rsm); color: var(--white);
  font-family: "DM Sans", sans-serif; font-size: .92rem; font-weight: 400;
  padding: .9rem 1.2rem; transition: border-color .2s, box-shadow .2s, background .2s; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  background: rgba(13,37,69,.7); border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,145,178,.15);
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(139,187,214,.25); }
.form-select option { background: var(--navy2); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit {
  background: var(--teal); color: var(--white); border: none;
  border-radius: var(--rsm); padding: 1rem 2.8rem;
  font-family: "Exo 2", sans-serif; font-size: .96rem; font-weight: 600;
  cursor: pointer; transition: var(--transition); letter-spacing: .02em;
  box-shadow: 0 4px 16px rgba(8,145,178,.3);
  margin-top: .5rem;
}
.form-submit:hover {
  background: var(--mint2); color: var(--navy);
  transform: translateY(-2px); box-shadow: 0 8px 32px rgba(8,145,178,.4);
}
.form-submit:focus { outline: 2px solid var(--mint); outline-offset: 2px; }
.form-note { font-size: .72rem; color: rgba(139,187,214,.28); margin-top: .35rem; font-weight: 400; }

/* ── STICKY MOBILE CTA ── */
.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: rgba(10,22,40,.97); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(8,145,178,.18);
  padding: .7rem 5%; gap: .7rem;
}
.sticky-cta .btn-primary,
.sticky-cta .btn-outline {
  flex: 1; text-align: center; justify-content: center;
  padding: .75rem 1rem; font-size: .82rem;
}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 998;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 4px 24px rgba(37,211,102,.35);
  transition: var(--transition);
}
.whatsapp-float svg {
  width: 28px; height: 28px; display: block;
}
.whatsapp-float:hover {
  transform: scale(1.08); box-shadow: 0 6px 32px rgba(37,211,102,.5);
}

/* ── FOOTER ── */
footer {
  background: #050E1A; border-top: 1px solid rgba(30,58,95,.5);
  padding: 3rem 5% 2rem;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 2.5rem; margin-bottom: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(30,58,95,.35);
}
.footer-logo img { height: 28px; margin-bottom: .6rem; width: auto; }
.footer-tagline { font-size: .78rem; color: rgba(139,187,214,.32); font-weight: 400; }
.footer-col-title {
  font-family: "Exo 2", sans-serif; font-size: .8rem; font-weight: 600;
  color: var(--white); margin-bottom: .9rem;
  text-transform: uppercase; letter-spacing: .06em;
}
.footer-col-links { display: flex; flex-direction: column; gap: .45rem; }
.footer-col-links a { font-size: .8rem; color: rgba(139,187,214,.38); font-weight: 400; transition: color .2s; }
.footer-col-links a:hover { color: var(--mint); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.footer-copy { font-size: .76rem; color: rgba(139,187,214,.22); font-weight: 400; }
.footer-legal { display: flex; gap: 1.3rem; }
.footer-legal a { font-size: .76rem; color: rgba(139,187,214,.22); font-weight: 400; transition: color .2s; }
.footer-legal a:hover { color: var(--mint); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.hero-content > * { animation: fadeUp .65s ease both; }
.hero-content > :nth-child(2) { animation-delay: .1s; }
.hero-content > :nth-child(3) { animation-delay: .17s; }
.hero-content > :nth-child(4) { animation-delay: .24s; }
.hero-content > :nth-child(5) { animation-delay: .31s; }
.hero-content > :nth-child(6) { animation-delay: .38s; }

/* ── TRANSITION HELPERS ── */
.delay-1 { transition-delay: .06s; }
.delay-2 { transition-delay: .12s; }
.delay-3 { transition-delay: .18s; }
.delay-4 { transition-delay: .24s; }
.delay-5 { transition-delay: .3s; }

/* ── ACCESSIBILITY: Respect prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { transition: none; }
  .reveal.visible { opacity: 1; transform: none; }
}

/* ── BREADCRUMB ── */
.breadcrumb {
  font-size: .78rem; color: rgba(139,187,214,.4); margin-bottom: 1rem;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--muted); transition: color .2s; }
.breadcrumb a:hover { color: var(--mint); }
.breadcrumb .sep { color: rgba(139,187,214,.2); }

/* ── RESPONSIVE — TABLET (< 960px) ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-content { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }
  h1.hero-title { font-size: clamp(2rem, 6vw, 2.8rem); }

  .page-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .page-hero-visual { order: -1; }
  .page-hero-visual img { max-width: 280px; }

  .ac-grid, .sense-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .ac-img-wrap { order: -1; }
  .sense-app-wrap { order: -1; }

  .tb-inner { grid-template-columns: 1fr 1fr; }
  .tb-item { border-right: none; border-bottom: 1px solid rgba(8,145,178,.08); }

  .apps-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .rev-grid { grid-template-columns: 1fr 1fr; }
  .dl-grid { grid-template-columns: 1fr 1fr; }
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .product-preview-grid { grid-template-columns: 1fr; }
  .install-inner { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .territory-grid { grid-template-columns: 1fr 1fr; }
  .dealer-value-grid { grid-template-columns: 1fr; }

  .contact-grid { gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }

  .section-inner { padding: 70px 5%; }
  .page-hero { min-height: 40vh; padding: 120px 5% 60px; }

  #applications { background-attachment: scroll; }

  .nav-links {
    display: none; flex-direction: column;
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(10,22,40,.98); backdrop-filter: blur(20px);
    padding: 1.5rem 5% 2rem; border-bottom: 1px solid var(--border);
    z-index: 999; gap: 1.2rem;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1rem; padding: .4rem 0; }
  .nav-toggle { display: flex; }

  .sticky-cta { display: flex; }
  .whatsapp-float { bottom: 80px; }

  footer { padding-bottom: 90px; }
}

/* ── RESPONSIVE — MOBILE (< 600px) ── */
@media (max-width: 600px) {
  .tb-inner, .apps-grid, .why-grid, .feat-grid, .rev-grid,
  .dl-grid, .about-stats, .teaser-grid, .stats-grid,
  .territory-grid, .dealer-value-grid {
    grid-template-columns: 1fr;
  }
  .ac-pillars, .sense-pillars, .install-pills {
    grid-template-columns: 1fr;
  }

  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { width: 100%; justify-content: center; }
  .hero-trust { flex-direction: column; align-items: flex-start; gap: .8rem; }

  .cta-banner { padding: 2rem 1.5rem; }
  .cta-banner .btn-row { flex-direction: column; }
  .cta-banner .btn-row .btn-primary,
  .cta-banner .btn-row .btn-outline { width: 100%; justify-content: center; }

  .section-inner { padding: 50px 5%; }
  .section-title { font-size: 1.7rem; }

  .footer-top { flex-direction: column; gap: 1.8rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── WORDPRESS + CF7 COMPAT ── */
.admin-bar nav#navbar { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar nav#navbar { top: 46px; }
}

#contact .wpcf7 { width: 100%; }
#contact .wpcf7 form { margin: 0; }
#contact .wpcf7 .contact-form { display: flex; flex-direction: column; gap: .9rem; }
#contact .wpcf7 p { margin: 0; }
#contact .wpcf7-form-control-wrap { display: block; width: 100%; }
#contact .wpcf7-submit.form-submit { width: 100%; display: inline-flex; justify-content: center; align-items: center; }
#contact .wpcf7-spinner { display: block; margin: 12px auto 0; }
#contact .wpcf7-not-valid-tip { color: #FCA5A5; font-size: .74rem; margin-top: 6px; font-weight: 400; }
#contact .wpcf7-response-output {
  margin: 1.2rem 0 0 !important; border-radius: var(--rsm);
  padding: .9rem 1.1rem !important; color: var(--white);
  font-size: .86rem; font-weight: 400;
  border-color: rgba(8,145,178,.35) !important;
  background: rgba(13,37,69,.65);
}
#contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(52,211,153,.35) !important;
  background: rgba(5,150,105,.1);
}
#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: rgba(245,158,11,.35) !important;
  background: rgba(245,158,11,.08);
}
#contact .wpcf7 form > p { margin: 0; }
#contact .wpcf7 input[type="text"],
#contact .wpcf7 input[type="email"],
#contact .wpcf7 select,
#contact .wpcf7 textarea { width: 100%; }

/* ── PRINT ── */
@media print {
  nav, .sticky-cta, .whatsapp-float, footer { display: none !important; }
  body { background: #fff; color: #000; }
  .section-inner { padding: 20px 0; }
}
