/* ============================================================
   DDD VAMA — deratizácia · dezinsekcia · dezinfekcia
   Black / red / white · industrial-signage identity
   ============================================================ */

:root {
  --ink: #0c0c0e;
  --ink-2: #151519;
  --red: #d7263d;
  --red-dark: #a91c2e;
  --red-soft: #2a1418;
  --white: #16161a;
  --off: #101014;
  --gray: #a8a8b0;
  --line: #26262c;
  --f-display: sans-serif;
  --f-body: sans-serif;
  --f-mono: sans-serif;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 180px; }

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  color: #e8e8ea;
  background: var(--off);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  text-transform: uppercase;
  line-height: 1.02;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.4px;
}
h1 { font-size: clamp(44px, 7vw, 82px); }
h2 { font-size: clamp(34px, 4.6vw, 54px); }
h3 { font-size: clamp(22px, 2.6vw, 30px); }
h4 { font-size: 20px; }

p { margin: 0 0 1.1rem; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--red); color: #fff;
  padding: 12px 18px; z-index: 1200; font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-weight: 600; font-size: 15px;
  padding: 15px 28px; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; line-height: 1.2; text-align: center;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); }
.btn-ink { background: #fff; color: var(--ink); }
.btn-ink:hover { background: #e9e9ec; }
.btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-line:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-white-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-white-line:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--red); color: #fff; }

/* ---------- utility ---------- */
.rule { height: 4px; background: var(--red); }
.eyebrow {
  font-family: var(--f-mono); font-size: 12.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--red);
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--red); }
.eyebrow.on-dark { color: #fff; }
.eyebrow.on-dark::before { background: var(--red); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.eyebrow.center::after { content: ""; width: 26px; height: 3px; background: var(--red); }

.section { padding: 96px 0; }
.section.off { background: var(--off); }
.section.dark { background: var(--ink); color: #fff; }
.section.tight { padding: 72px 0; }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--gray); margin-bottom: 0; }
.section.dark .section-head p { color: #b9b9c0; }

/* ---------- topbar ---------- */
.topbar { background: var(--ink); color: #fff; font-family: var(--f-mono); font-size: 12.5px; }
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 42px; gap: 14px; flex-wrap: wrap;
}
.topbar-note { display: inline-flex; align-items: center; gap: 9px; letter-spacing: 0.4px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); animation: pulse 1.7s infinite; }
.topbar-contact { display: flex; gap: 22px; }
.topbar-contact a { color: #fff; text-decoration: none; transition: color .15s; }
.topbar-contact a:hover { color: #ff93a3; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(215,38,61,.65); }
  70%  { box-shadow: 0 0 0 8px rgba(215,38,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(215,38,61,0); }
}

/* ---------- header / nav ---------- */
.site-header { position: sticky; top: -42px; z-index: 600; }
.nav-wrap {
  position: relative;
  background: rgba(16,16,20,.97); border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.nav-wrap.scrolled { box-shadow: var(--shadow); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 172px; max-width: 1320px; }
.topbar .container { max-width: 1320px; }

.logo { display: inline-flex; align-items: center; gap: 18px; text-decoration: none; flex: 0 0 auto; }
.logo-img { display: block; height: 150px; width: auto; }
.logo-img-dark { display: none; }
.logo-img-light { display: block; }
.logo-text {
  font-family: var(--f-display); font-weight: 800; font-size: 46px;
  line-height: 1; letter-spacing: 1.5px; color: #fff; white-space: nowrap;
}
.logo-text em { font-style: normal; color: var(--red); }
.logo-text .logo-domain { font-weight: 600; font-size: 24px; letter-spacing: 0.5px; color: #9c9ca6; margin-left: 2px; }

.nav ul { display: flex; gap: 2px; }
.nav { flex: 0 0 auto; }
.nav li { flex: 0 0 auto; }
.nav a {
  display: block; text-decoration: none; font-weight: 600; font-size: 18px;
  color: #e8e8ea; padding: 8px 9px; position: relative; white-space: nowrap;
}
.nav a::after {
  content: ""; position: absolute; left: 9px; right: 9px; bottom: 6px;
  height: 2px; background: var(--red); transform: scaleX(0);
  transform-origin: left; transition: transform .18s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 9px 14px; flex: 0 0 auto; white-space: nowrap; }

.nav-toggle {
  display: none; background: none; border: 2px solid #e8e8ea; cursor: pointer;
  width: 48px; height: 48px; align-items: center; justify-content: center;
  color: #e8e8ea; flex: 0 0 auto;
}
.nav-toggle svg { display: block; }
.nav-toggle .icon-close { display: none; }
body.menu-open .nav-toggle .icon-open { display: none; }
body.menu-open .nav-toggle .icon-close { display: block; }

/* ---------- nav shrink on scroll ---------- */
.nav-inner { transition: min-height .25s ease; }
.logo-img, .logo-text, .logo-text .logo-domain, .nav a, .nav-cta { transition: height .25s ease, font-size .25s ease, padding .25s ease; }
@media (min-width: 1441px) {
  .nav-wrap.scrolled .nav-inner { min-height: 84px; }
  .nav-wrap.scrolled .logo-img { height: 58px; }
  .nav-wrap.scrolled .logo-text { font-size: 27px; letter-spacing: 1px; }
  .nav-wrap.scrolled .logo-text .logo-domain { font-size: 14px; }
  .nav-wrap.scrolled .nav a { font-size: 16px; padding: 6px 8px; }
  .nav-wrap.scrolled .nav-cta { padding: 7px 13px; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; background: var(--ink); color: #fff;
  padding: 96px 0 110px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(215,38,61,.16) 0%, rgba(215,38,61,0) 42%),
    radial-gradient(900px 480px at 88% -10%, rgba(215,38,61,.22), transparent 62%);
  pointer-events: none;
}
.hero-radar { position: absolute; top: -90px; right: -110px; color: var(--red); opacity: .5; pointer-events: none; }
.hero-radar svg { width: 620px; height: 620px; max-width: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-eyebrow { color: #fff; }
.hero-eyebrow::before { background: var(--red); }
.hero h1 { margin: 0 0 22px; }
.hero h1 .accent { color: var(--red); }
.hero-sub { font-size: 18px; color: #c9c9d0; max-width: 620px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 26px; margin-top: 46px;
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: 1px;
  text-transform: uppercase; color: #9c9ca6;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero-meta span::before { content: ""; width: 7px; height: 7px; background: var(--red); }

/* ---------- hero slider ---------- */
.hero-slider .slides { position: relative; }
.hero-slider .slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.hero-slider .slide.active { position: relative; opacity: 1; visibility: visible; z-index: 1; }
.hero-slider .container.hero-meta { position: relative; z-index: 2; }
.hero-nav { position: absolute; right: 26px; bottom: 24px; z-index: 3; display: flex; align-items: center; gap: 12px; }
.hero-prev, .hero-next {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: #fff; cursor: pointer;
  font-size: 20px; line-height: 1; padding: 0; transition: border-color .15s, color .15s, background .15s;
}
.hero-prev:hover, .hero-next:hover { border-color: var(--red); color: var(--red); background: rgba(215,38,61,.08); }
.hero-dots { display: flex; gap: 9px; align-items: center; }
.hero-dots .dot {
  width: 11px; height: 11px; padding: 0; border-radius: 50%; border: 1px solid #4a4a52;
  background: transparent; cursor: pointer; transition: background .15s, border-color .15s;
}
.hero-dots .dot.active { background: var(--red); border-color: var(--red); }

/* ---------- page hero (subpages) ---------- */
.page-hero { position: relative; background: var(--ink); color: #fff; padding: 96px 0 110px; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(215,38,61,.16) 0%, rgba(215,38,61,0) 42%),
    radial-gradient(900px 480px at 88% -10%, rgba(215,38,61,.22), transparent 62%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb {
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: 1.5px;
  text-transform: uppercase; color: #9c9ca6; margin: 0 0 18px;
}
.breadcrumb a { color: #9c9ca6; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { margin-bottom: 26px; max-width: 950px; }
.page-hero h1 .accent { color: var(--red); }
.page-hero .lead { color: #c9c9d0; font-size: 18px; max-width: 720px; margin: 0; }
.page-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 12.5px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase; color: #e8e8ea;
  background: rgba(255,255,255,.05); border: 1px solid var(--line);
  padding: 10px 18px;
}
.hero-badge::before { content: ""; width: 8px; height: 8px; background: var(--red); }

/* ---------- target groups (ekolas style strip) ---------- */
.targets { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.target {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-align: center; background: var(--white); border: 1px solid var(--line);
  padding: 28px 14px; color: #e8e8ea; text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.target:hover { border-color: var(--red); transform: translateY(-3px); background: var(--ink-2); }
.target svg { width: 42px; height: 42px; color: var(--red); }
.target span { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1.2px; }

/* ---------- animated flies (crawl down the screen) ---------- */
.screen-flies { position: fixed; inset: 0; z-index: 800; pointer-events: none; overflow: hidden; }
.screen-flies .fly { position: absolute; top: 0; opacity: 0; will-change: transform; }
.screen-flies .fly img { display: block; width: 100%; height: 100%; animation: scuttle 0.7s linear infinite; filter: drop-shadow(0 2px 2px rgba(0,0,0,.35)) drop-shadow(0 0 5px rgba(255,255,255,.12)); }

@keyframes scuttle {
  0%, 100% { transform: translate(0,0) rotate(0); }
  25% { transform: translate(1.6px,-1px) rotate(-1deg); }
  50% { transform: translate(-1px,1px) rotate(1deg); }
  75% { transform: translate(1px,1.6px) rotate(-1.5deg); }
}

@keyframes walkDown {
  0%   { opacity: 0; transform: translateY(-8vh) translateX(0) rotate(88deg); }
  8%   { opacity: 1; }
  20%  { opacity: 1; transform: translateY(12vh) translateX(18px) rotate(91deg); }
  32%, 38% { opacity: 1; transform: translateY(28vh) translateX(-14px) rotate(88deg); }
  50%  { opacity: 1; transform: translateY(44vh) translateX(20px) rotate(92deg); }
  64%, 70% { opacity: 1; transform: translateY(60vh) translateX(-16px) rotate(89deg); }
  82%  { opacity: 1; transform: translateY(78vh) translateX(14px) rotate(91deg); }
  92%  { opacity: 1; transform: translateY(96vh) translateX(-10px) rotate(90deg); }
  100% { opacity: 0; transform: translateY(118vh) translateX(10px) rotate(90deg); }
}

.fly-a { left: 12%; width: 58px; height: 58px; animation: walkDown 26s linear -4s infinite; }
.fly-b { left: 74%; width: 46px; height: 46px; animation: walkDown 34s linear -13s infinite; }

@media (prefers-reduced-motion: reduce) {
  .screen-flies { display: none; }
}

/* ---------- stats ---------- */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 26px 34px 0; }
.stat + .stat { border-left: 1px solid var(--line); padding-left: 34px; }
.stat .num { font-family: var(--f-display); font-weight: 800; font-size: 54px; line-height: 1; color: #fff; }
.stat .num em { font-style: normal; color: var(--red); }
.stat .lbl { font-family: var(--f-mono); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray); margin-top: 8px; }

/* ---------- cards ---------- */
.cards { display: grid; gap: 24px; grid-auto-rows: 1fr; }
.cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cards.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards.cols-5 { grid-template-columns: repeat(5, 1fr); gap: 18px; }
.cards.cols-5 .card { padding: 30px 22px 26px; }
.cards.cols-5 .card-icon { width: 62px; height: 62px; margin-bottom: 18px; }
.cards.cols-5 .card-icon svg { width: 40px; height: 40px; }
.cards.cols-5 .card h3 { font-size: 20px; margin-bottom: 10px; }
.cards.cols-5 .card p { font-size: 14px; margin-bottom: 14px; }
.cards.cols-5 .card-list li { font-size: 14px; padding: 5px 0 5px 22px; }
.cards.cols-5 .card-list li::before { top: 12px; width: 13px; }
.cards.cols-5 .card-link { margin-top: 16px; font-size: 14px; gap: 7px; }

.card {
  display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--line); padding: 34px 30px 30px;
  text-decoration: none; color: #e8e8ea;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--red); }
.card-icon { color: var(--red); margin-bottom: 22px; display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; background: var(--red-soft); border: 1px solid rgba(215,38,61,.25); border-radius: 14px; }
.card-icon svg { width: 52px; height: 52px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--gray); font-size: 15px; margin-bottom: 18px; }
.card-list { margin-top: auto; }
.card-list li { position: relative; padding: 6px 0 6px 26px; font-size: 15px; }
.card-list li::before { content: ""; position: absolute; left: 0; top: 13px; width: 15px; height: 2px; background: var(--red); }
.card-link {
  margin-top: 20px; font-weight: 600; font-size: 15px; color: var(--red);
  display: inline-flex; align-items: center; gap: 8px;
}
a.card:hover .card-link { text-decoration: underline; }

/* ---------- icon features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature { border-top: 3px solid var(--line); padding-top: 22px; }
.feature .f-icon { color: var(--red); margin-bottom: 14px; display: inline-flex; }
.feature .f-icon svg { width: 40px; height: 40px; }
.feature h3 { font-size: 22px; margin-bottom: 8px; }
.feature p { color: var(--gray); font-size: 15px; margin-bottom: 0; }
.features.on-dark .feature { border-top-color: #2b2b31; }
.features.on-dark .feature p { color: #b9b9c0; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; counter-reset: step; }
.step {
  background: var(--white); border: 1px solid var(--line);
  padding: 30px 30px 28px; display: flex; gap: 22px; align-items: flex-start;
}
.step-num {
  flex: 0 0 auto; width: 58px; height: 58px; background: var(--ink); color: #fff;
  font-family: var(--f-display); font-weight: 800; font-size: 28px;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 23px; margin-bottom: 8px; }
.step p { color: var(--gray); font-size: 15px; margin-bottom: 0; }
.steps-7 .step:nth-child(even) .step-num { background: var(--red); }

/* ---------- checklist ---------- */
.checklist li { position: relative; padding: 10px 0 10px 38px; font-size: 16px; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 10px; width: 26px; height: 26px;
  background: var(--red); color: #fff; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.checklist.on-dark li::before { background: var(--red); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--red); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 20px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(28px, 3.6vw, 44px); }
.cta-band .sub { margin: 8px 0 0; opacity: .92; }
.cta-links { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-link {
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px;
  background: var(--ink); color: #fff; text-decoration: none; padding: 16px 24px; min-width: 190px;
  transition: background .18s;
}
.cta-link:hover { background: #000; }
.cta-link .small { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: #ff93a3; }
.cta-link .big { font-weight: 700; font-size: 16px; }

/* ---------- quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: var(--white); border: 1px solid var(--line); padding: 30px; display: flex; flex-direction: column; }
.quote .stars { color: var(--red); letter-spacing: 3px; margin-bottom: 16px; font-size: 15px; }
.quote blockquote { margin: 0 0 20px; font-size: 15.5px; color: #c9c9d0; }
.quote blockquote::before { content: "“"; font-family: var(--f-display); font-size: 44px; line-height: 0; color: var(--red); display: block; margin: 8px 0 4px; }
.quote .who { margin-top: auto; border-top: 1px solid var(--line); padding-top: 16px; }
.quote .name { font-weight: 700; }
.quote .place { font-family: var(--f-mono); font-size: 12px; color: var(--gray); letter-spacing: .5px; }

/* ---------- form ---------- */
.form-section { background: var(--ink); color: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.form-aside .note { color: #b9b9c0; }
.discount-tag {
  display: inline-block; font-family: var(--f-mono); font-size: 12px; letter-spacing: 1px;
  text-transform: uppercase; background: var(--red); color: #fff; padding: 8px 14px; margin-bottom: 20px;
}
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: .3px; }
.field input, .field select, .field textarea {
  background: var(--ink-2); color: #fff; border: 2px solid #2b2b31; padding: 13px 14px;
  font-family: var(--f-body); font-size: 15px; width: 100%; appearance: none; border-radius: 0;
}
.field input::placeholder, .field textarea::placeholder { color: #8b8b94; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e8e8ea' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: 0 0 0 3px var(--red); }
.field textarea { min-height: 110px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: #b9b9c0; grid-column: 1 / -1; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); }
.consent a { color: #fff; }
.form-note { grid-column: 1 / -1; font-family: var(--f-mono); font-size: 11.5px; color: #7d7d86; margin: 0; }
.form-success {
  display: none; grid-column: 1 / -1; border: 2px solid #3ecf6e; color: #bff5cf;
  padding: 18px 20px; font-weight: 600;
}
.form-success.show { display: block; }
.form-error { grid-column: 1 / -1; display: none; border: 2px solid var(--red); color: #ffb3bd; padding: 14px 18px; font-size: 14px; }
.form-error.show { display: block; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); margin-bottom: 14px; background: var(--white); }
.faq-item.open { border-color: var(--red); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--f-body); font-weight: 600; font-size: 16.5px; color: #e8e8ea;
  padding: 20px 56px 20px 22px; position: relative;
}
.faq-q::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--red); transform: scaleY(0); transition: transform .18s; }
.faq-item.open .faq-q::before { transform: scaleY(1); }
.faq-q::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--f-display); font-size: 30px; color: var(--red); line-height: 1;
}
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { display: none; padding: 0 22px 22px; color: var(--gray); font-size: 15.5px; }
.faq-item.open .faq-a { display: block; }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: var(--white); border: 1px solid var(--line); padding: 30px; }
.price-card.hl { border-color: var(--red); box-shadow: var(--shadow); position: relative; }
.price-card.hl .tag { position: absolute; top: -14px; left: 30px; background: var(--red); color: #fff; font-family: var(--f-mono); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; }
.price-card h3 { font-size: 24px; margin-bottom: 6px; }
.price { font-family: var(--f-display); font-weight: 800; font-size: 46px; line-height: 1; margin: 10px 0 4px; }
.price small { font-family: var(--f-body); font-size: 14px; font-weight: 500; color: var(--gray); }
.price-desc { color: var(--gray); font-size: 14.5px; margin-bottom: 20px; }
.price-card ul li { padding: 7px 0 7px 24px; position: relative; font-size: 14.5px; }
.price-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.price-card .btn { margin-top: 22px; width: 100%; }

.pricing-table { width: 100%; border-collapse: collapse; background: var(--white); }
.pricing-table th, .pricing-table td { border: 1px solid var(--line); padding: 14px 18px; text-align: left; }
.pricing-table th { background: var(--ink); color: #fff; font-family: var(--f-mono); font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; }
.pricing-table tr:nth-child(even) td { background: var(--off); }
.pricing-table td.price-cell { font-weight: 700; white-space: nowrap; }
.pricing-table .note-cell { color: var(--gray); font-size: 14px; }

/* ---------- contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-card { border: 1px solid var(--line); background: var(--white); padding: 30px; }
.contact-card .cc-icon { color: var(--red); margin-bottom: 16px; display: inline-flex; }
.contact-card .cc-icon svg { width: 40px; height: 40px; }
.contact-card .small { font-family: var(--f-mono); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray); margin-bottom: 6px; }
.contact-card .big { font-weight: 700; font-size: 17px; display: inline-block; }
.contact-card a.big { text-decoration: none; color: #fff; }
.contact-card a.big:hover { color: var(--red); }

.billing { border: 1px solid var(--line); padding: 34px; background: var(--white); }
.billing table { width: 100%; border-collapse: collapse; }
.billing td { padding: 8px 12px 8px 0; vertical-align: top; }
.billing td:first-child { color: var(--gray); width: 150px; font-size: 14px; }
.billing td:nth-child(2) { font-weight: 600; }

/* ---------- split layout ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .lead { color: var(--gray); }
.split ul li { padding: 8px 0 8px 28px; position: relative; }
.split ul li::before { content: ""; position: absolute; left: 0; top: 16px; width: 16px; height: 2px; background: var(--red); }

/* ---------- local areas ---------- */
.locations { display: flex; flex-wrap: wrap; gap: 12px; }
.locations span {
  border: 1px solid var(--line); background: var(--white); padding: 10px 18px;
  font-weight: 600; font-size: 15px;
}
.locations span::first-letter { color: var(--red); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #c9c9d0; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 44px; padding: 72px 20px 56px; }
.footer-col h4 { color: #fff; font-size: 19px; margin-bottom: 18px; }
.footer-col p { color: #9c9ca6; font-size: 14.5px; }
.footer-col a { color: #c9c9d0; text-decoration: none; display: block; padding: 5px 0; font-size: 14.5px; }
.footer-col a:hover { color: #fff; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; text-decoration: none; }
.footer-logo .logo-img { height: 120px; margin-bottom: 4px; }
.footer-logo .logo-text { color: #fff; font-size: 34px; }
.footer-logo .logo-text .logo-domain { color: #9c9ca6; }
.footer-contact a { color: #fff; font-weight: 600; }
.footer-bottom { border-top: 1px solid #26262c; padding: 22px 0; font-family: var(--f-mono); font-size: 12px; color: #6d6d76; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom a { color: #9c9ca6; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* ---------- misc ---------- */
.note-box { border-left: 4px solid var(--red); background: var(--red-soft); padding: 20px 24px; font-size: 15px; }
.note-box strong { color: var(--red); }
.center { text-align: center; }
.mt-24 { margin-top: 24px; }
.mt-48 { margin-top: 48px; }
.mb-16 { margin-bottom: 16px; }
.wrap { flex-wrap: wrap; }
.text-gray { color: var(--gray); }

/* ---------- legal / prose ---------- */
.prose { max-width: 760px; }
.prose .muted { color: var(--gray); font-family: var(--f-mono); font-size: 13px; }
.prose h2 { margin-top: 44px; margin-bottom: 14px; font-family: var(--f-display); font-size: 26px; line-height: 1.15; text-transform: uppercase; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #c9c9d0; }
.prose ul { margin: 12px 0 20px; padding-left: 22px; display: grid; gap: 8px; }
.prose ul li::marker { color: var(--red); }
.prose a { color: var(--red); font-weight: 600; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- splash (coming soon) ---------- */
.splash { min-height: 100vh; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.splash-radar { position: absolute; right: -260px; top: 50%; transform: translateY(-50%); width: 560px; height: 560px; color: rgba(215,38,61,.25); pointer-events: none; }
.splash-inner { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 70px 20px 40px; }
.splash-logo { width: 128px; height: 128px; margin-bottom: 28px; }
.splash-badge { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--red); border: 1px solid var(--line); padding: 7px 16px; border-radius: 999px; margin-bottom: 28px; }
.splash h1 { font-size: clamp(36px, 5.6vw, 66px); max-width: 820px; }
.splash .lead { color: #c9c9d0; font-size: 18px; line-height: 1.7; max-width: 640px; margin: 22px 0 36px; }
.splash-cta { padding: 16px 32px; font-size: 17px; }
.splash-note { margin: 22px 0 0; font-family: var(--f-mono); font-size: 12.5px; color: #6d6d76; letter-spacing: .3px; }
.splash-foot { position: relative; z-index: 1; text-align: center; padding: 26px 20px 30px; border-top: 1px solid var(--line); font-family: var(--f-mono); font-size: 12px; color: #6d6d76; }
@media (max-width: 680px) {
  .splash-radar { right: -320px; width: 420px; height: 420px; }
  .splash-logo { width: 104px; height: 104px; }
  .splash h1 { font-size: 32px; }
  .splash .lead { font-size: 16px; }
}

/* ---------- responsive ---------- */
@media (max-width: 1440px) {
  .nav ul { display: none; }
  .nav-open ul { display: flex; flex-direction: column; gap: 0; position: fixed; inset: 0; z-index: 900;
    background: var(--ink); padding: 230px 24px 40px; overflow-y: auto; }
  .nav-open ul li { border-bottom: 1px solid #26262c; }
  .nav-open ul a { color: #fff; font-size: 26px; font-family: var(--f-display); text-transform: uppercase; padding: 18px 0; }
  .nav-open ul a::after { display: none; }
  .nav-open .nav-inner { position: relative; z-index: 950; }
  .nav-open .nav-toggle { position: relative; z-index: 1000; }
  .nav-toggle { display: inline-flex; }
  body.menu-open { overflow: hidden; }
  .nav-cta { display: none; }
}

@media (max-width: 1240px) {
  .cards.cols-3, .cards.cols-2, .quotes, .price-grid, .contact-cards, .features { grid-template-columns: repeat(2, 1fr); }
  .cards.cols-5 { grid-template-columns: repeat(3, 1fr); }
  .targets { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 130px; }
  .section { padding: 68px 0; }
  .nav-inner { position: relative; min-height: 116px; }
  .logo { gap: 12px; }
  .logo-img { height: 92px; }
  .logo-text { font-size: 24px; letter-spacing: 1px; }
  .logo-text .logo-domain { font-size: 15px; }
  .nav-toggle { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
  .nav-open .nav-toggle { position: absolute; z-index: 1000; }
  .nav-open ul { padding: 170px 24px 40px; }
  .footer-logo .logo-img { height: 96px; }
  .footer-logo .logo-text { font-size: 26px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 0; }
  .stat + .stat { border-left: 0; padding-left: 0; }
  .stat:nth-child(even) { border-left: 1px solid var(--line); padding-left: 20px; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .steps, .cards.cols-3, .cards.cols-2, .cards.cols-5, .quotes, .price-grid, .contact-cards, .features { grid-template-columns: 1fr; }
  .targets { grid-template-columns: repeat(2, 1fr); }
  .quote-form { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 96px; }
  .page-hero { padding: 64px 0 76px; }
  .hero-radar { right: -200px; top: -60px; }
  .hero-nav { right: 50%; transform: translateX(50%); bottom: 18px; }
  .topbar-contact { display: none; }
  .topbar-inner { justify-content: center; }
  .cta-band .container { padding: 34px 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; }
  .pricing-table { font-size: 14px; }
  .pricing-table th, .pricing-table td { padding: 10px 12px; }
}

@media (max-width: 360px) {
  .nav-inner { min-height: 106px; }
  .logo { gap: 10px; }
  .logo-img { height: 84px; }
  .logo-text { font-size: 22px; }
  .logo-text .logo-domain { font-size: 13px; }
  .nav-toggle { right: 8px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
