/* ============================================================
   TLAKOVÁ ČETA — hlavní stylesheet
   Barvy: navy (základ), blue/cyan (voda), orange (akce/vesta)
   ============================================================ */

:root {
  --navy: #0b1b3d;
  --navy-2: #132e5e;
  --blue: #1b98e0;
  --cyan: #38bdf8;
  --cyan-light: #e0f2fe;
  --orange: #e65c00;
  --orange-dark: #c74f00;
  --ink: #111827;
  --muted: #5b6b82;
  --line: #dde5ef;
  --bg: #ffffff;
  --bg-alt: #f3f7fa;
  --card: #ffffff;
  --map-bg: #dbe7f3;
  --ok: #16a34a;
  --warn-bg: #fff7ed;
  --warn-line: #fdba74;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(11, 37, 69, .10);
  --shadow-sm: 0 4px 14px rgba(11, 37, 69, .08);
  --font-head: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Code", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 820px; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); font-weight: 700; letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; color: var(--navy); }
h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); }

.mark {
  background: linear-gradient(120deg, var(--cyan) 0%, var(--blue) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--blue);
}
.section-dark .mark { -webkit-text-fill-color: transparent; }

.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); }
.section-kicker {
  font-family: var(--font-head);
  text-transform: uppercase; letter-spacing: .14em; font-weight: 700;
  color: var(--orange); font-size: .82rem; margin: 0 0 .4em;
}
.section-lead { max-width: 760px; color: var(--muted); font-size: 1.06rem; margin-bottom: 2.2em; }
.muted { color: var(--muted); }

/* ---------- Tlačítka ---------- */
.btn {
  display: inline-block; padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-family: var(--font-head); font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(230,92,0,.35); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.hero .btn-outline { border-color: rgba(255,255,255,.65); color: #fff; }
.hero .btn-outline:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn-ghost { background: rgba(27,152,224,.12); color: var(--navy); }
.btn-ghost:hover { background: rgba(27,152,224,.22); }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-block { display: block; width: 100%; text-align: center; }

/* ---------- Hlavička ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 26px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand-logo { width: 44px; height: 44px; }
.logo-bg { fill: var(--navy); }
.logo-gun { fill: var(--orange); }
.logo-water { fill: none; stroke: var(--cyan); stroke-width: 8.5; stroke-linecap: round; }
.logo-spray path { fill: none; stroke: var(--cyan); stroke-linecap: round; }
.brand-text {
  font-family: var(--font-head); font-weight: 700; color: var(--navy);
  font-size: 1.18rem; letter-spacing: .02em; white-space: nowrap;
}
.brand-text em { font-style: normal; color: var(--blue); }
.main-nav { display: flex; gap: 20px; margin-left: auto; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: .95rem; }
.main-nav a:hover { color: var(--blue); text-decoration: none; }
.nav-hot { color: var(--orange) !important; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.btn-tel { white-space: nowrap; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 58%, #10529c 100%); color: #fff; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; opacity: .35; pointer-events: none;
  background:
    radial-gradient(600px 300px at 85% 10%, rgba(56,189,248,.35), transparent 60%),
    radial-gradient(500px 400px at 10% 90%, rgba(27,152,224,.28), transparent 60%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; padding: 72px 22px 64px; align-items: center; }
.hero-kicker { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--cyan); font-size: .82rem; margin: 0 0 1em; font-family: var(--font-head); }
.hero-sub { color: #cfe3f5; font-size: 1.1rem; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 22px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; }
.hero-badges li { font-size: .9rem; color: #bcd7ee; font-weight: 500; }
.hero-media { margin: 0; position: relative; }
.hero-media img, .hero-fallback {
  width: 100%; border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.14);
}
.hero-fallback { display: none; background: #0e2c52; }
.hero-media.img-missing .hero-fallback { display: block; }
.fallback-label { font-family: var(--font-head); font-weight: 700; font-size: 30px; letter-spacing: .1em; }
.hero-caption { font-size: .8rem; color: #9dbcd9; margin-top: 10px; }

.hero-marquee { position: relative; border-top: 1px solid rgba(255,255,255,.12); padding: 13px 0; overflow: hidden; background: rgba(4,18,38,.55); }
.marquee-track { display: inline-flex; gap: 34px; white-space: nowrap; animation: marquee 44s linear infinite; will-change: transform; }
.marquee-track span { color: #8fb8dd; font-weight: 600; font-size: .88rem; letter-spacing: .04em; }
.marquee-track span::after { content: "•"; margin-left: 34px; color: var(--orange); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Služby ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { font-size: 1.9rem; margin-bottom: 10px; }
.service-card h3 { margin-bottom: .35em; }
.service-card p { color: var(--muted); font-size: .93rem; flex: 1; margin: 0 0 14px; }
.service-price { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.06rem; }
.service-price small { color: var(--muted); font-weight: 600; font-family: var(--font-body); }
.service-link { margin-top: 6px; font-size: .9rem; font-weight: 600; }

.notice { border-radius: var(--radius); padding: 18px 22px; margin-top: 26px; font-size: .95rem; }
.notice-warn { background: var(--warn-bg); border: 1px solid var(--warn-line); }

/* ---------- Kroky ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; box-shadow: var(--shadow-sm); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; background: var(--navy); color: var(--cyan);
  font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; margin-bottom: 14px;
}
.step p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Explainery ---------- */
.explainer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.explainer { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.explainer-icon { font-size: 1.8rem; margin-bottom: 8px; }
.explainer p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Ceník ---------- */
.pricing-table-wrap { overflow-x: auto; margin-bottom: 26px; }
.pricing-table {
  width: 100%; border-collapse: collapse; background: var(--card);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  min-width: 560px;
}
.pricing-table caption {
  text-align: left; font-family: var(--font-head); font-weight: 700; font-size: 1.12rem;
  color: var(--navy); padding: 0 4px 12px;
}
.pricing-table th, .pricing-table td { padding: 13px 18px; text-align: left; font-size: .95rem; }
.pricing-table thead th { background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .88rem; letter-spacing: .03em; }
.pricing-table tbody tr { border-top: 1px solid var(--line); }
.pricing-table tbody tr:nth-child(even) { background: #f7fafd; }
.pricing-table .price-cell { font-weight: 700; color: var(--navy); white-space: nowrap; }
.pricing-table .unit-cell { color: var(--muted); white-space: nowrap; }
.pricing-notes { background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius); padding: 22px 26px; }
.pricing-notes h3 { margin-bottom: .6em; }
.pricing-notes ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: .93rem; }
.pricing-notes li { margin-bottom: .35em; }

/* ---------- Kalkulačka ---------- */
.calc-layout { display: grid; grid-template-columns: 1.25fr .85fr; gap: 30px; align-items: start; }
.calc-form { display: flex; flex-direction: column; gap: 22px; }
.calc-block { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 22px 24px 24px; margin: 0; box-shadow: var(--shadow-sm); }
.calc-block legend {
  font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.05rem;
  padding: 0 10px; display: flex; align-items: center; gap: 10px;
}
.leg-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 9px; background: var(--orange); color: #fff;
  font-size: .95rem;
}
.field-row { margin-bottom: 16px; }
.field-row:last-child { margin-bottom: 0; }
.field-row > label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; color: var(--navy); }
.field-row input[type="number"], .field-row input[type="text"], .field-row input[type="tel"],
.field-row select, .field-row textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font: inherit; color: var(--ink); background: #fff; outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field-row input:focus, .field-row select:focus, .field-row textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,152,224,.15);
}
.input-unit { position: relative; }
.input-unit .unit {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-weight: 600; font-size: .9rem; pointer-events: none;
}
.hint { font-size: .8rem; color: var(--muted); margin: 6px 2px 0; }

.seg { display: flex; gap: 10px; flex-wrap: wrap; }
.seg label { position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span {
  display: inline-block; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line);
  font-size: .9rem; font-weight: 600; color: var(--muted); background: #fff;
  transition: all .15s ease;
}
.seg input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.seg input:focus-visible + span { box-shadow: 0 0 0 3px rgba(27,152,224,.3); }

.service-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.service-pick { position: relative; cursor: pointer; }
.service-pick input { position: absolute; opacity: 0; pointer-events: none; }
.service-pick span {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
  padding: 14px 10px; border: 1.5px solid var(--line); border-radius: 14px;
  font-size: .82rem; font-weight: 600; color: var(--ink); background: #fff;
  transition: all .15s ease; min-height: 86px; justify-content: center;
}
.service-pick .sp-icon { font-size: 1.5rem; }
.service-pick input:checked + span { border-color: var(--blue); background: var(--cyan-light); box-shadow: 0 0 0 2px rgba(27,152,224,.25); }
.service-pick input:focus-visible + span { box-shadow: 0 0 0 3px rgba(27,152,224,.4); }

.checks { display: flex; flex-direction: column; gap: 10px; }
.check {
  display: flex; gap: 12px; align-items: flex-start; border: 1.5px solid var(--line);
  border-radius: 14px; padding: 13px 16px; cursor: pointer; background: #fff;
  transition: all .15s ease;
}
.check:has(input:checked) { border-color: var(--blue); background: var(--cyan-light); }
.check input { margin-top: 4px; accent-color: var(--blue); width: 17px; height: 17px; flex: none; }
.check .check-body { flex: 1; }
.check .check-title { font-weight: 700; font-size: .93rem; color: var(--navy); display: flex; justify-content: space-between; gap: 12px; }
.check .check-price { color: var(--orange-dark); white-space: nowrap; font-family: var(--font-head); }
.check .check-desc { font-size: .82rem; color: var(--muted); margin-top: 2px; }

.calc-result {
  position: sticky; top: 92px;
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow);
}
.result-head h3 { color: #fff; margin: 0; font-size: 1.25rem; }
.result-service { color: var(--cyan); font-weight: 600; font-size: .9rem; margin: 4px 0 18px; }
.result-price { margin-bottom: 18px; }
.price-range { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.1rem); display: block; letter-spacing: -.01em; }
.price-note { color: #9dbcd9; font-size: .8rem; }
.result-breakdown { list-style: none; margin: 0 0 16px; padding: 14px 0 4px; border-top: 1px solid rgba(255,255,255,.18); }
.result-breakdown li { display: flex; justify-content: space-between; gap: 14px; font-size: .88rem; padding: 4px 0; color: #cfe3f5; }
.result-breakdown li strong { color: #fff; white-space: nowrap; }
.result-breakdown li.bd-total { border-top: 1px solid rgba(255,255,255,.18); margin-top: 8px; padding-top: 10px; font-weight: 700; color: #fff; }
.result-msgs { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.result-msgs .msg { font-size: .8rem; background: rgba(56,189,248,.14); border: 1px solid rgba(56,189,248,.35); border-radius: 10px; padding: 8px 12px; color: #d6ecfb; }
.result-msgs .msg-warn { background: rgba(230,92,0,.16); border-color: rgba(230,92,0,.5); color: #ffd9b3; }
.result-actions { display: flex; flex-direction: column; gap: 10px; }
.result-actions .btn-ghost { background: rgba(255,255,255,.1); color: #fff; }
.result-actions .btn-ghost:hover { background: rgba(255,255,255,.2); }
.result-disclaimer { font-size: .74rem; color: #8fb0cf; margin: 14px 0 0; }

/* ---------- Oblast (reálná mapa přes Leaflet + OpenStreetMap) ---------- */
.area-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.area-map-canvas {
  width: 100%; height: 440px; border-radius: var(--radius); box-shadow: var(--shadow-sm);
  background: var(--map-bg);
}
.map-pin-base { background: var(--orange); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 3px rgba(230,92,0,.3); }
.map-pin-town { background: var(--navy); opacity: .8; border-radius: 50%; }
.leaflet-tooltip.map-label { background: transparent; border: none; box-shadow: none; padding: 0; }
.leaflet-tooltip.map-label::before { display: none; }
.map-label-base {
  font: 800 12px var(--font-head); color: var(--navy); letter-spacing: .04em;
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 0 6px rgba(255,255,255,.9);
}
.map-label-town {
  font: 600 11px var(--font-body); color: #234;
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 0 5px rgba(255,255,255,.85);
}
.ticklist { list-style: none; padding: 0; margin: 0 0 18px; }
.ticklist li { padding-left: 30px; position: relative; margin-bottom: 12px; color: var(--muted); font-size: .96rem; }
.ticklist li::before { content: "✔"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 700; }
.ticklist strong { color: var(--ink); }
.area-note { font-size: .92rem; }

/* ---------- Galerie ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-item {
  margin: 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.gallery-item figcaption { padding: 14px 18px 16px; font-size: .9rem; color: var(--muted); }
.gallery-item figcaption strong { color: var(--navy); }
.gallery-note { margin-top: 16px; font-size: .8rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 17px 22px; font-weight: 700; color: var(--navy);
  font-size: .98rem; list-style: none; position: relative; padding-right: 46px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--orange);
  transition: transform .18s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { margin: 0; padding: 0 22px 18px; color: var(--muted); font-size: .93rem; }

/* ---------- Kontakt ---------- */
.section-dark { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.section-dark h2 { color: #fff; }
.section-dark .section-lead { color: #b9d2e8; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 0; font-size: 1.02rem; }
.contact-list li { margin-bottom: 12px; }
.contact-list a { color: var(--cyan); font-weight: 700; }
.contact-form { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(4px); }
.contact-form h3 { color: #fff; }
.contact-form label { color: #cfe3f5 !important; }
.contact-form input, .contact-form textarea { background: rgba(255,255,255,.94); border-color: transparent; }
.contact-form .hint { color: #8fb0cf; }

/* ---------- Honeypot (anti-spam, skryté pole) ---------- */
.hp-field {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Stav odeslání formuláře ---------- */
.form-status { font-size: .85rem; margin: 10px 0 0; min-height: 1.2em; }
.form-status-ok { color: #22c55e; font-weight: 600; }
.form-status-error { color: #f87171; font-weight: 600; }
.contact-form .form-status-ok { color: #22c55e; }
.contact-form .form-status-error { color: #fca5a5; }

/* ---------- Modál: rychlá poptávka ---------- */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(6,18,49,.6); backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 200;
}
.modal-backdrop[hidden] { display: none; }
.modal-dialog {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  width: 100%; max-width: 460px; padding: 32px 28px 26px; position: relative;
  max-height: 90vh; overflow-y: auto;
}
.modal-dialog h3 { margin-bottom: .3em; }
.modal-lead { color: var(--muted); font-size: .92rem; margin: 0 0 18px; }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  border: none; background: var(--bg-alt); color: var(--muted); font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .15s ease;
}
.modal-close:hover { background: var(--line); }

/* ---------- Plovoucí CTA (vždy dostupná poptávka) ---------- */
.floating-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  display: flex; justify-content: flex-end; gap: 10px; padding: 16px 22px;
  pointer-events: none; opacity: 0; transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease;
}
.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fc-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: .92rem; border: none; cursor: pointer;
  box-shadow: 0 10px 26px rgba(11,27,61,.28); text-decoration: none !important; white-space: nowrap;
}
.fc-call { display: none; background: var(--navy); color: #fff; }
.fc-poptavka { background: var(--orange); color: #fff; }
.fc-poptavka:hover { background: var(--orange-dark); }

/* ---------- Patička ---------- */
.site-footer { background: #061831; color: #7f9cba; font-size: .82rem; padding: 22px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- Responsivita ---------- */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .services-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .calc-layout { grid-template-columns: 1fr; }
  .calc-result { position: static; }
  .area-layout, .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  .main-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 18px 22px; gap: 14px; box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px; background: none; border: none;
    padding: 8px; cursor: pointer;
  }
  .nav-toggle span { width: 24px; height: 3px; background: var(--navy); border-radius: 2px; }
  .btn-tel { display: none; }

  /* Bez telefonu v hlavičce potřebuje mobil vlastní trvalý přístup k volání i poptávce */
  .floating-cta {
    justify-content: stretch; gap: 8px; padding: 12px 14px 14px;
    background: linear-gradient(0deg, rgba(255,255,255,.98) 55%, rgba(255,255,255,0));
  }
  .fc-call, .fc-poptavka { display: inline-flex; flex: 1; justify-content: center; }
  .site-footer { padding-bottom: 88px; }
}
@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .services-grid, .steps, .explainer-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 48px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .seg { flex-direction: column; }
  .seg span { display: block; text-align: center; }
  .area-map-canvas { height: 320px; }
  .modal-dialog { padding: 26px 20px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Čísla v cenách (JetBrains Mono — tabulkové lícování)
   Blok je na konci souboru záměrně: přebíjí dřívější font-family pravidla. ---------- */
.pricing-table .price-cell, .price-range, .result-breakdown li strong,
.check .check-price, .service-price, .field-row .input-unit input {
  font-family: var(--font-mono);
}
.pricing-table .price-cell, .check .check-price { font-weight: 500; }
.price-range { font-weight: 700; letter-spacing: -.02em; }
.service-price small { font-family: var(--font-body); }
