:root {
  --noc: #0b1a2b;
  --noc-2: #12283f;
  --noc-3: #1b3a5c;
  --modra: #1d4e79;
  --modra-sv: #2f7fb8;
  --slunce: #f5a524;
  --slunce-tm: #9a6104;
  --slunce-sv: #ffd27a;
  --bater: #147a63;
  --papir: #f4f7fa;
  --papir-2: #e7eef4;
  --white: #ffffff;
  --ink: #14202c;
  --muted: #56697d;
  --line: #d6e0ea;
  --line-tm: rgba(255, 255, 255, .16);

  --r-xs: 4px;
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 20px;

  --stin-sm: 0 1px 2px rgba(11, 26, 43, .08), 0 6px 18px -12px rgba(11, 26, 43, .35);
  --stin: 0 2px 4px rgba(11, 26, 43, .06), 0 18px 40px -26px rgba(11, 26, 43, .5);
  --stin-lg: 0 4px 8px rgba(11, 26, 43, .07), 0 34px 70px -34px rgba(11, 26, 43, .55);

  --maxw: 1180px;
  --font-head: "Segoe UI Semibold", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.14; font-weight: 700; letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }

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

.skip {
  position: absolute; left: 10px; top: -60px; z-index: 500;
  background: var(--slunce); color: #241500; font-weight: 700;
  padding: 11px 18px; border-radius: 0 0 var(--r-sm) var(--r-sm);
  transition: top .18s ease;
}
.skip:focus { top: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }

.num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; letter-spacing: -.03em; }

.sectionBox { padding: 58px 0; }
.sectionBox-tm { background: var(--noc); color: #dbe6f1; }
.sectionBox-sv { background: var(--papir); }

.plantGrid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 42px 24px;
  background-position: center top;
}

.headRow { max-width: 680px; margin-bottom: 34px; }
.headRow.middle { margin-left: auto; margin-right: auto; text-align: center; }
.oci {
  display: inline-block; font-family: var(--font-mono);
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: var(--slunce-tm); margin-bottom: 10px;
}
.sectionBox-tm .oci { color: var(--slunce); }
.headRow h2 { font-size: clamp(1.65rem, 5.6vw, 2.5rem); color: var(--noc); }
.sectionBox-tm .headRow h2 { color: #fff; }
.headRow p { margin-top: 12px; color: var(--muted); font-size: 1.03rem; }
.sectionBox-tm .headRow p { color: rgba(219, 230, 241, .78); }

.busbar { height: 4px; width: 62px; background: var(--slunce); margin-bottom: 16px; border-radius: 2px; }
.busbar.sirsi { width: 100%; height: 3px; background: linear-gradient(90deg, var(--slunce) 0 62px, var(--line) 62px); }
.sectionBox-tm .busbar.sirsi { background: linear-gradient(90deg, var(--slunce) 0 62px, rgba(255, 255, 255, .14) 62px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px; border-radius: var(--r-sm);
  font-family: inherit; font-size: 1rem; font-weight: 700;
  border: 2px solid transparent; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .14s ease, box-shadow .18s ease;
  text-align: center; line-height: 1.25; min-height: 46px;
}
.btn:active { transform: translateY(1px); }
.btn-slunce { background: var(--slunce); color: #241500; box-shadow: var(--stin-sm); }
.btn-slunce:hover { background: var(--slunce-sv); }
.btn-noc { background: var(--noc); color: #fff; }
.btn-noc:hover { background: var(--modra); }
.btn-obrys { background: transparent; color: var(--noc); border-color: var(--noc); }
.btn-obrys:hover { background: var(--noc); color: #fff; }
.btn-duch { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-duch:hover { background: rgba(255, 255, 255, .18); border-color: #fff; }
.btn-panelBlock { width: 100%; }
.btn-sm { padding: 9px 15px; font-size: .88rem; min-height: 40px; }

.headBar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 12px 0; transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}
.headBar.pri-scrollu { background: rgba(255, 255, 255, .97); box-shadow: var(--stin-sm); padding: 8px 0; }
.hl-vnitrek { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.brandMark { display: flex; align-items: center; gap: 10px; color: #fff; min-width: 0; }
.headBar.pri-scrollu .brandMark { color: var(--noc); }
.brandMark-mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brandMark-name { font-family: var(--font-head); font-size: 1.22rem; font-weight: 700; letter-spacing: .04em; line-height: 1.05; }
.brandMark-pod {
  display: block; font-family: var(--font-mono); font-size: .58rem;
  letter-spacing: .16em; text-transform: uppercase; font-weight: 600; opacity: .82; margin-top: 2px;
}

.menu { display: none; align-items: center; gap: 22px; }
.menu a { font-size: .95rem; font-weight: 600; color: rgba(255, 255, 255, .92); padding: 4px 0; border-bottom: 2px solid transparent; }
.headBar.pri-scrollu .menu a { color: var(--ink); }
.menu a:hover, .menu a.tady { border-bottom-color: var(--slunce); }
.menu a.tady { color: #fff; }
.headBar.pri-scrollu .menu a.tady { color: var(--noc); }
.menu .btn { margin-left: 4px; }

.menu-pressBtn {
  display: inline-flex; flex-direction: column; gap: 5px; justify-content: center;
  background: rgba(255, 255, 255, .16); border: 0; cursor: pointer;
  padding: 12px 11px; border-radius: var(--r-sm); min-height: 44px; min-width: 44px;
}
.headBar.pri-scrollu .menu-pressBtn { background: rgba(11, 26, 43, .09); }
.menu-pressBtn span { width: 22px; height: 2px; background: #fff; display: block; }
.headBar.pri-scrollu .menu-pressBtn span { background: var(--noc); }

.drawer {
  position: fixed; top: 0; bottom: 0; right: 0; z-index: 200;
  width: min(86vw, 330px); background: var(--noc);
  transform: translateX(100%); transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  padding: 78px 24px 28px; display: flex; flex-direction: column; gap: 2px;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .3); overflow-y: auto;
}
.drawer.otevrena { transform: translateX(0); }
.drawer a { color: #e4edf6; font-size: 1.08rem; padding: 13px 0; border-bottom: 1px solid var(--line-tm); }

.drawer a.btn-slunce { color: #241500; }
.drawer .btn { margin-top: 20px; }
.drawer-shut {
  position: absolute; top: 18px; right: 18px; background: rgba(255, 255, 255, .12);
  border: 0; color: #fff; width: 44px; height: 44px; min-width: 44px; min-height: 44px;
  border-radius: var(--r-sm); font-size: 1.6rem; line-height: 1; cursor: pointer;
}
.curtain { position: fixed; inset: 0; background: rgba(6, 14, 24, .55); z-index: 150; opacity: 0; visibility: hidden; transition: .25s; }
.curtain.otevrena { opacity: 1; visibility: visible; }

.hero { position: relative; color: #fff; overflow: hidden; background: var(--noc); }
.hero-photo { position: absolute; inset: 0; z-index: 0; background: linear-gradient(155deg, #1b3a5c 0%, #0b1a2b 100%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-zavoj {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(6, 15, 26, .82) 0%, rgba(6, 15, 26, .55) 45%, rgba(6, 15, 26, .93) 100%);
}
.hero-vnitrek { position: relative; z-index: 2; padding: 112px 0 44px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(245, 165, 36, .16);
  border: 1px solid rgba(245, 165, 36, .5); color: var(--slunce-sv);
  padding: 6px 13px; border-radius: 999px; font-size: .8rem; font-weight: 700; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2rem, 8vw, 3.5rem); max-width: 17ch; text-shadow: 0 2px 20px rgba(0, 0, 0, .35); }
.hero h1 em { font-style: normal; color: var(--slunce); }
.hero-lead { margin-top: 16px; max-width: 50ch; font-size: clamp(1rem, 3.4vw, 1.18rem); color: rgba(255, 255, 255, .93); text-shadow: 0 1px 12px rgba(0, 0, 0, .4); }
.hero-pressBtn { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 14px; margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .18); }
.hero-figures > * { min-width: 0; }
.hero-figure strong { display: block; font-family: var(--font-mono); font-size: 1.7rem; font-weight: 700; line-height: 1.05; color: var(--slunce-sv); }
.hero-figure span { font-size: .82rem; color: rgba(255, 255, 255, .8); }

.podhlavi { background: var(--noc); color: #fff; padding: 108px 0 44px; position: relative; overflow: hidden; }
.podhlavi::after {
  content: ""; position: absolute; right: -80px; top: -60px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(245, 165, 36, .22), transparent 68%);
}
.podhlavi .drobky { position: relative; z-index: 1; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .62); margin-bottom: 12px; }
.podhlavi .drobky a:hover { color: var(--slunce); }
.podhlavi h1 { position: relative; z-index: 1; font-size: clamp(1.85rem, 7vw, 3rem); max-width: 20ch; }
.podhlavi p { position: relative; z-index: 1; margin-top: 14px; max-width: 62ch; color: rgba(219, 230, 241, .85); font-size: 1.04rem; }

.assurances { background: var(--noc-2); color: #dbe6f1; padding: 26px 0; border-top: 3px solid var(--slunce); }
.assurances-plantGrid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.assurances-plantGrid > * { min-width: 0; }
.assurance { display: flex; gap: 12px; align-items: flex-start; }
.assurance svg { flex: 0 0 26px; color: var(--slunce); margin-top: 3px; }
.assurance h3 { font-family: var(--font-body); font-size: .97rem; font-weight: 700; color: #fff; }
.assurance p { font-size: .85rem; color: rgba(219, 230, 241, .74); line-height: 1.45; }

.calc { background: var(--papir); position: relative; }
.calc-box {
  display: grid; grid-template-columns: 1fr; gap: 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--stin-lg);
}
.calc-box > * { min-width: 0; }
.calc-vstup { padding: 24px 20px 28px; border-bottom: 1px solid var(--line); }
.calc-output { padding: 24px 20px 28px; background: var(--noc); color: #dbe6f1; }

.calc-stepBox { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--slunce-tm); font-weight: 700; }
.calc-vstup h3 { font-size: 1.32rem; color: var(--noc); margin: 4px 0 18px; }
.calc-output h3 { font-size: 1.32rem; color: #fff; margin: 4px 0 18px; }
.calc-output .calc-stepBox { color: var(--slunce); }

.prep { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: var(--papir-2); padding: 5px; border-radius: var(--r-sm); margin-bottom: 18px; }
.prep > * { min-width: 0; }
.prep label {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 44px; padding: 8px 6px; border-radius: var(--r-xs);
  font-size: .86rem; font-weight: 700; color: var(--muted); cursor: pointer; line-height: 1.25;
}
.prep input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.prep input:checked + label { background: var(--white); color: var(--noc); box-shadow: var(--stin-sm); }
.prep input:focus-visible + label { outline: 3px solid var(--slunce); outline-offset: 2px; }

.fieldEl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.fieldEl > label { font-size: .87rem; font-weight: 700; color: var(--noc); }
.fieldEl .hintText { font-size: .78rem; color: var(--muted); }
.fieldEl input[type="number"], .fieldEl input[type="text"], .fieldEl input[type="email"], .fieldEl input[type="tel"], .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink); width: 100%; min-width: 0;
  padding: 12px 13px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fcfdfe; transition: border-color .16s, box-shadow .16s;
}
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus {
  outline: none; border-color: var(--modra); box-shadow: 0 0 0 3px rgba(29, 78, 121, .18);
}
.fieldEl input:disabled, .fieldEl select:disabled { background: var(--papir-2); color: var(--muted); cursor: not-allowed; }
.fieldEl textarea { resize: vertical; min-height: 96px; }
.fieldEl .unitLabel { position: relative; }
.fieldEl .unitLabel input { padding-right: 62px; font-family: var(--font-mono); font-weight: 700; }
.fieldEl .unitLabel span {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-mono); font-size: .82rem; color: var(--muted); font-weight: 700; pointer-events: none;
}
.fieldEl .errBox { font-size: .8rem; color: #a5211a; font-weight: 600; display: none; }
.fieldEl.je-errBox .errBox { display: block; }
.fieldEl.je-errBox input, .fieldEl.je-errBox select, .fieldEl.je-errBox textarea { border-color: #a5211a; }
.povinne { color: #a5211a; }

.rychle { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.rychle button {
  background: var(--papir); border: 1px solid var(--line); color: var(--noc);
  font-family: inherit; font-size: .78rem; font-weight: 600; padding: 6px 10px;
  border-radius: 999px; cursor: pointer; min-height: 32px;
}
.rychle button:hover { border-color: var(--slunce); background: #fff8ec; }

.spinac { display: flex; gap: 12px; align-items: flex-start; background: var(--papir); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 13px 14px; margin-bottom: 16px; }
.spinac input { width: 24px; height: 24px; flex: 0 0 24px; margin-top: 1px; accent-color: var(--bater); }
.spinac label { font-size: .9rem; font-weight: 700; color: var(--noc); cursor: pointer; }
.spinac .hintText { display: block; font-weight: 500; font-size: .78rem; color: var(--muted); margin-top: 2px; }

.vysl-plantGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.vysl-plantGrid > * { min-width: 0; }
.vysl {
  background: rgba(255, 255, 255, .06); border: 1px solid var(--line-tm);
  border-radius: var(--r-sm); padding: 13px 12px;
}
.vysl.mainCol { grid-column: 1 / -1; background: rgba(245, 165, 36, .13); border-color: rgba(245, 165, 36, .45); }
.vysl .detailVal { display: block; font-size: .74rem; color: rgba(219, 230, 241, .72); line-height: 1.35; }
.vysl .value { display: block; font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1.15; margin-top: 3px; }
.vysl.mainCol .value { font-size: 2rem; color: var(--slunce-sv); }
.vysl .value small { display: block; font-family: var(--font-body); font-size: .74rem; font-weight: 600; color: rgba(219, 230, 241, .72); letter-spacing: 0; margin-top: 2px; }

.band-podil { margin-top: 18px; }
.band-podil .line { display: flex; height: 22px; border-radius: var(--r-xs); overflow: hidden; border: 1px solid var(--line-tm); }
.band-podil .cast { min-width: 2px; }
.band-podil .cast.doma { background: var(--slunce); }
.band-podil .cast.sit { background: var(--modra-sv); }
.band-podil .legenda { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 9px; font-size: .76rem; color: rgba(219, 230, 241, .82); }
.band-podil .legenda i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; }
.band-podil .legenda i.doma { background: var(--slunce); }
.band-podil .legenda i.sit { background: var(--modra-sv); }

.monthList-panelBlock { margin-top: 20px; }
.monthList-panelBlock h4 { font-family: var(--font-body); font-size: .84rem; color: rgba(219, 230, 241, .82); font-weight: 700; margin-bottom: 9px; letter-spacing: 0; }
.monthList { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; align-items: end; height: 96px; }
.monthList > * { min-width: 0; }
.monthList .sl { background: linear-gradient(180deg, var(--slunce-sv), var(--slunce-tm)); border-radius: 3px 3px 0 0; min-height: 3px; transition: height .3s ease; }
.monthList-detailVal { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; margin-top: 6px; font-family: var(--font-mono); font-size: .66rem; text-align: center; color: rgba(219, 230, 241, .72); }
.monthList-detailVal > * { min-width: 0; }

.vysvetleni {
  margin-top: 20px; background: rgba(255, 255, 255, .06); border-left: 3px solid var(--slunce);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 14px 15px; font-size: .93rem; color: #e6eef6; line-height: 1.6;
}
.vysvetleni strong { color: var(--slunce-sv); }
.vysvetleni .varovani { display: block; margin-top: 9px; color: #ffd6a3; font-size: .86rem; font-weight: 600; }
.calc-actionName { margin-top: 18px; display: grid; gap: 10px; }
.calc-pod { margin-top: 20px; font-size: .82rem; color: var(--muted); }
.calc-pod summary { cursor: pointer; font-weight: 700; color: var(--noc); padding: 6px 0; }
.calc-pod ul { margin: 8px 0 0 18px; display: grid; gap: 5px; }

.servicesId { display: grid; grid-template-columns: 1fr; gap: 18px; }
.servicesId > * { min-width: 0; }
.serviceItem {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--stin-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.serviceItem:hover { transform: translateY(-3px); box-shadow: var(--stin); border-color: #b9cbdb; }
.photo { position: relative; overflow: hidden; background: linear-gradient(150deg, #dbe6f0 0%, #c3d5e4 55%, #b3c8da 100%); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.pomer-43 { aspect-ratio: 4 / 3; }
.photo.pomer-169 { aspect-ratio: 16 / 9; }
.photo.pomer-32 { aspect-ratio: 3 / 2; }
.photo-tm { background: linear-gradient(150deg, #1c3f63 0%, #0b1a2b 100%); }
.serviceItem-bodyEl { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.serviceItem-bodyEl h3 { font-size: 1.2rem; color: var(--noc); }
.serviceItem-bodyEl p { color: var(--muted); font-size: .93rem; margin-top: 8px; }
.serviceItem-priceVal {
  margin-top: auto; padding-top: 14px; font-family: var(--font-mono); font-weight: 700;
  color: var(--noc); font-size: 1.05rem;
}
.serviceItem-priceVal span { display: block; font-family: var(--font-body); font-size: .74rem; color: var(--muted); font-weight: 600; }

.stepGrid { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: stepBox; }
.stepGrid > * { min-width: 0; }
.stepBox {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 18px 20px 18px; box-shadow: var(--stin-sm);
}
.sectionBox-tm .stepBox { background: rgba(255, 255, 255, .05); border-color: var(--line-tm); }
.stepBox-figure {
  font-family: var(--font-mono); font-size: .78rem; font-weight: 700; color: var(--slunce-tm);
  letter-spacing: .1em; display: block; margin-bottom: 6px;
}
.sectionBox-tm .stepBox-figure { color: var(--slunce); }
.stepBox h3 { font-size: 1.12rem; color: var(--noc); }
.sectionBox-tm .stepBox h3 { color: #fff; }
.stepBox p { font-size: .93rem; color: var(--muted); margin-top: 7px; }
.sectionBox-tm .stepBox p { color: rgba(219, 230, 241, .78); }
.stepBox-cas {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-family: var(--font-mono); font-size: .74rem; font-weight: 700;
  background: var(--papir); color: var(--noc); border-radius: 999px; padding: 4px 10px;
}
.sectionBox-tm .stepBox-cas { background: rgba(255, 255, 255, .1); color: var(--slunce-sv); }

.delba { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
.delba > * { min-width: 0; }
.delba-cardEl { border-radius: var(--r); padding: 18px; border: 1px solid var(--line); background: var(--white); }
.delba-cardEl.my { border-color: var(--slunce); background: #fffaf1; }
.delba-cardEl h4 { font-size: 1.02rem; color: var(--noc); margin-bottom: 10px; }
.delba-cardEl ul { list-style: none; display: grid; gap: 8px; }
.delba-cardEl li { display: flex; gap: 9px; font-size: .91rem; color: var(--muted); }
.delba-cardEl li svg { flex: 0 0 17px; margin-top: 4px; color: var(--bater); }
.delba-cardEl.my li svg { color: var(--slunce-tm); }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filterEl {
  background: var(--white); border: 1.5px solid var(--line); color: var(--noc);
  font-family: inherit; font-size: .87rem; font-weight: 700; padding: 8px 15px;
  border-radius: 999px; cursor: pointer; min-height: 40px;
  transition: background-color .16s, border-color .16s, color .16s;
}
.filterEl:hover { border-color: var(--slunce); }
.filterEl.aktivni { background: var(--noc); border-color: var(--noc); color: #fff; }

.our-work { display: grid; grid-template-columns: 1fr; gap: 20px; }
.our-work > * { min-width: 0; }
.realka {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--stin-sm); display: flex; flex-direction: column;
}
.realka .photo { cursor: zoom-in; }
.realka .photo button { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; background: none; border: 0; cursor: zoom-in; padding: 0; }
.realka-tag, .realka-bat { pointer-events: none; }
.realka-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: rgba(11, 26, 43, .88); color: #fff; font-family: var(--font-mono);
  font-size: .7rem; font-weight: 700; letter-spacing: .06em; padding: 5px 10px; border-radius: var(--r-xs);
}
.realka-bat {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--bater); color: #fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-xs);
}
.realka-bodyEl { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.realka-bodyEl h3 { font-size: 1.14rem; color: var(--noc); }
.realka-place { font-size: .82rem; color: var(--muted); margin-top: 3px; display: flex; align-items: center; gap: 6px; }
.realka-place svg { flex: 0 0 14px; color: var(--slunce-tm); }
.realka-params { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.realka-params > * { min-width: 0; }
.par .p-detailVal { display: block; font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.par .p-value { display: block; font-family: var(--font-mono); font-size: 1.02rem; font-weight: 700; color: var(--noc); margin-top: 2px; }
.realka-text { font-size: .9rem; color: var(--muted); margin-top: 14px; }

.tabulka-wrapEl { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); }
table.prehled { border-collapse: collapse; width: 100%; min-width: 660px; font-size: .9rem; }
table.prehled caption { text-align: left; padding: 14px 16px 0; font-weight: 700; color: var(--noc); font-family: var(--font-head); }
table.prehled th, table.prehled td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); }
table.prehled thead th { background: var(--papir); font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); white-space: nowrap; }
table.prehled td.figure { font-family: var(--font-mono); font-weight: 700; white-space: nowrap; }
table.prehled tbody tr:last-child td { border-bottom: 0; }
table.prehled tbody tr:hover { background: #f8fbfd; }

.lupa { position: fixed; inset: 0; z-index: 300; background: rgba(6, 14, 24, .93); display: none; align-items: center; justify-content: center; padding: 18px; }
.lupa.otevrena { display: flex; }
.lupa-vnitrek { max-width: 940px; width: 100%; }
.lupa-vnitrek img { width: 100%; max-height: 74vh; object-fit: contain; border-radius: var(--r-sm); }
.lupa-detailVal { color: #fff; text-align: center; margin-top: 12px; font-size: .93rem; font-weight: 600; }
.lupa-shut {
  position: absolute; top: 16px; right: 16px; background: rgba(255, 255, 255, .14); border: 0;
  color: #fff; width: 46px; height: 46px; border-radius: var(--r-sm); font-size: 1.7rem; line-height: 1; cursor: pointer;
}

.ofirme { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.ofirme > * { min-width: 0; }
.ofirme-photo { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--stin); }
.ofirme h2 { color: var(--noc); }
.ofirme p { color: var(--muted); margin-top: 14px; }
.ofirme-figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.ofirme-figures > * { min-width: 0; }
.ofirme-figures strong { display: block; font-family: var(--font-mono); font-size: 1.55rem; color: var(--modra); line-height: 1.1; }
.ofirme-figures span { font-size: .82rem; color: var(--muted); }
.signature { margin-top: 22px; padding-left: 14px; border-left: 3px solid var(--slunce); }
.signature strong { display: block; color: var(--noc); }
.signature span { font-size: .84rem; color: var(--muted); }

.promise { display: grid; grid-template-columns: 1fr; gap: 18px; }
.promise > * { min-width: 0; }
.recka { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px; box-shadow: var(--stin-sm); display: flex; flex-direction: column; }
.starRow { color: var(--slunce-tm); letter-spacing: 2px; font-size: 1rem; }
.recka blockquote { margin-top: 12px; font-size: .98rem; color: var(--ink); line-height: 1.6; flex: 1; }
.recka-autor { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.initialMark {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: var(--r-sm);
  background: var(--noc); color: var(--slunce-sv); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 1rem;
}
.recka-autor strong { display: block; font-size: .93rem; color: var(--noc); }
.recka-autor span { font-size: .81rem; color: var(--muted); }

.questions { display: grid; gap: 10px; max-width: 820px; }
.otazka { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.otazka summary {
  cursor: pointer; padding: 15px 16px; font-weight: 700; color: var(--noc); font-size: .99rem;
  list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: flex-start;
}
.otazka summary::-webkit-details-marker { display: none; }
.otazka summary::after { content: "+"; font-family: var(--font-mono); font-size: 1.3rem; color: var(--slunce-tm); line-height: 1; flex: 0 0 auto; }
.otazka[open] summary::after { content: "–"; }
.otazka p { padding: 0 16px 16px; color: var(--muted); font-size: .94rem; }

.enquiry-plantGrid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.enquiry-plantGrid > * { min-width: 0; }
.contactId-listEl { list-style: none; display: grid; gap: 16px; margin-top: 22px; }
.contactId-listEl li { display: flex; gap: 12px; align-items: flex-start; }
.contactId-listEl svg { flex: 0 0 22px; color: var(--slunce); margin-top: 3px; }
.contactId-listEl strong { display: block; font-size: .93rem; color: #fff; }
.contactId-listEl span, .contactId-listEl a { font-size: .9rem; color: rgba(219, 230, 241, .8); }
.contactId-listEl a { font-weight: 700; color: var(--slunce-sv); display: inline-block; padding: 6px 0; }
.contactId-listEl a:hover { text-decoration: underline; }

.formEl { background: var(--white); border-radius: var(--r); padding: 24px 20px 26px; box-shadow: var(--stin-lg); color: var(--ink); }
.formEl h3 { font-size: 1.32rem; color: var(--noc); }
.formEl .pod { font-size: .92rem; color: var(--muted); margin: 6px 0 20px; }
.form-line { display: grid; grid-template-columns: 1fr; gap: 0 14px; }
.form-line > * { min-width: 0; }
.shrnuti-cardEl {
  background: var(--papir); border: 1px dashed var(--modra); border-radius: var(--r-sm);
  padding: 13px 14px; margin-bottom: 18px; font-size: .87rem; color: var(--noc); display: none;
}
.shrnuti-cardEl.seen { display: block; }
.shrnuti-cardEl strong { display: block; margin-bottom: 4px; color: var(--modra); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.shrnuti-cardEl .line { font-family: var(--font-mono); font-size: .84rem; }
.consentVal-fieldEl { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 18px; }
.consentVal-fieldEl input { width: 24px; height: 24px; flex: 0 0 24px; margin-top: 1px; accent-color: var(--modra); }
.consentVal-fieldEl label { font-size: .84rem; color: var(--muted); font-weight: 500; }
.form-noticeBox {
  display: none; margin-top: 16px; padding: 14px 15px; border-radius: var(--r-sm);
  background: #eef7f3; border: 1px solid var(--bater); color: #0d4c3d; font-size: .93rem;
}
.form-noticeBox.seen { display: block; }
.form-pod { font-size: .8rem; color: var(--muted); margin-top: 12px; }

.paticka { background: var(--noc); color: rgba(219, 230, 241, .8); padding: 44px 0 110px; border-top: 3px solid var(--slunce); }
.paticka-notice {
  display: flex; gap: 11px; align-items: flex-start; background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line-tm); border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 28px; font-size: .86rem;
  color: rgba(219, 230, 241, .88);
}
.paticka-notice svg { flex: 0 0 20px; color: var(--slunce); margin-top: 2px; }
.paticka-plantGrid { display: grid; grid-template-columns: 1fr; gap: 26px; margin-bottom: 28px; }
.paticka-plantGrid > * { min-width: 0; }
.paticka .brandMark { color: #fff; }
.paticka-o p { margin-top: 12px; font-size: .89rem; max-width: 40ch; }
.paticka-sl h4 { color: #fff; font-family: var(--font-body); font-size: .92rem; margin-bottom: 12px; letter-spacing: .03em; }
.paticka-sl a, .paticka-sl p { display: block; font-size: .89rem; padding: 4px 0; color: rgba(219, 230, 241, .78); }
.paticka-sl a { padding: 9px 0; }
.paticka-sl a:hover { color: var(--slunce-sv); }
.paticka-dole { border-top: 1px solid var(--line-tm); padding-top: 18px; font-size: .82rem; color: rgba(219, 230, 241, .58); }

.callbar {
  position: fixed; left: 0; right: 0; bottom: var(--frontage-h, 0px); z-index: 90;
  background: var(--noc-2); display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .22); border-top: 1px solid var(--line-tm);
}
.callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 8px; color: #fff; font-weight: 700; font-size: .95rem; min-height: 48px; }
.callbar a.callNow { background: var(--slunce); color: #241500; }
.callbar a svg { width: 18px; height: 18px; flex: 0 0 18px; }

@media (min-width: 560px) {
  .hero-figures { grid-template-columns: repeat(3, 1fr); }
  .form-line { grid-template-columns: 1fr 1fr; }
  .vysl-plantGrid { grid-template-columns: repeat(3, 1fr); }
  .vysl.mainCol { grid-column: span 3; }
}

@media (min-width: 720px) {
  .wrap { padding: 0 24px; }
  .sectionBox { padding: 74px 0; }
  .assurances-plantGrid { grid-template-columns: repeat(2, 1fr); gap: 22px 26px; }
  .servicesId { grid-template-columns: repeat(2, 1fr); }
  .stepGrid { grid-template-columns: repeat(2, 1fr); }
  .our-work { grid-template-columns: repeat(2, 1fr); }
  .promise { grid-template-columns: repeat(3, 1fr); }
  .delba { grid-template-columns: repeat(2, 1fr); }
  .paticka-plantGrid { grid-template-columns: 1.5fr 1fr 1fr; }
  .ofirme-figures { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 960px) {
  .sectionBox { padding: 88px 0; }
  .menu { display: flex; }
  .menu-pressBtn { display: none; }
  .callbar { display: none; }
  .hero-vnitrek { padding: 150px 0 84px; }
  .podhlavi { padding: 148px 0 66px; }
  .paticka { padding-bottom: 44px; }
  .calc-box { grid-template-columns: 1fr 1.05fr; }
  .calc-vstup { border-bottom: 0; border-right: 1px solid var(--line); padding: 34px 30px; }
  .calc-output { padding: 34px 30px; }
  .assurances-plantGrid { grid-template-columns: repeat(4, 1fr); }
  .servicesId { grid-template-columns: repeat(4, 1fr); }
  .stepGrid { grid-template-columns: repeat(3, 1fr); }
  .our-work { grid-template-columns: repeat(3, 1fr); }
  .ofirme { grid-template-columns: .95fr 1.05fr; gap: 44px; }
  .enquiry-plantGrid { grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: start; }
  .hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.5rem); }
}

@media (max-width: 360px) {
  .brandMark-name { font-size: 1.06rem; }
  .brandMark-mark { width: 36px; height: 36px; flex: 0 0 36px; }
  .vysl .value { font-size: 1.3rem; }
  .vysl.mainCol .value { font-size: 1.72rem; }
  .realka-params { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .headBar, .callbar, .drawer, .curtain, .lupa { display: none !important; }
}

.stepBox p { color: #788797; }
.menu .btn.btn-slunce.btn-sm { color: #474747; }
.recka-autor .initialMark { color: #738393; }
.wrap .calc-pod { color: #506275; }
