:root {
  --ink: #1b2027;
  --graphite: #2b3038;
  --graphite-2: #3a414b;
  --steel: #5a6472;
  --glass: #2f6e9e;
  --glass-dark: #1f4e73;
  --glass-50: #eef4f9;
  --glass-100: #dbe7f0;
  --sun: #e9a13b;
  --sun-dark: #c98120;
  --sun-ink: #241a05;
  --paper: #f5f7f8;
  --white: #ffffff;
  --line: #dde3e8;
  --line-strong: #c3ccd4;
  --ok: #2f7d52;

  --r-xs: 3px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;

  --sh-1: 0 1px 2px rgba(27, 32, 39, .06), 0 4px 14px rgba(27, 32, 39, .06);
  --sh-2: 0 2px 6px rgba(27, 32, 39, .07), 0 18px 40px -14px rgba(27, 32, 39, .22);

  --maxw: 1180px;
  --font-head: "Bahnschrift", "DIN Alternate", "Franklin Gothic Medium", "Segoe UI Semibold", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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); font-weight: 600; line-height: 1.15; letter-spacing: .005em; }
h1 { font-size: clamp(2rem, 6.2vw, 3.35rem); }
h2 { font-size: clamp(1.55rem, 4.6vw, 2.35rem); }
h3 { font-size: 1.2rem; }

p { overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
strong { font-weight: 700; }

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

:focus-visible { outline: 3px solid var(--glass); outline-offset: 2px; border-radius: var(--r-xs); }
.tmavy :focus-visible, .hero :focus-visible, footer :focus-visible, .callbar :focus-visible { outline-color: var(--sun); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--sun); color: var(--sun-ink);
  font-weight: 700; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.rez {
  height: 6px;
  background: linear-gradient(90deg,
    var(--graphite) 0 32%, var(--steel) 32% 58%,
    var(--sun) 58% 66%, var(--glass) 66% 100%);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-size: 1rem; font-weight: 700;
  padding: 13px 22px; border: 2px solid transparent; border-radius: var(--r-sm);
  cursor: pointer; text-align: center; line-height: 1.25;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .12s ease, box-shadow .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--glass); color: #fff; }
.btn-primary:hover { background: var(--glass-dark); }
.btn-sun { background: var(--sun); color: var(--sun-ink); }
.btn-sun:hover { background: #d8912c; }
.btn-dark { background: var(--graphite); color: #fff; }
.btn-dark:hover { background: #191d23; }
.btn-line { background: transparent; color: var(--glass-dark); border-color: var(--line-strong); }
.btn-line:hover { border-color: var(--glass); background: var(--glass-50); }
.btn-lightVar { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-lightVar:hover { background: rgba(255, 255, 255, .2); border-color: #fff; }
.btn-panelBlock { width: 100%; }
.btn-sm { padding: 9px 15px; font-size: .88rem; }
.btn svg { flex: 0 0 auto; }

.topbar {
  background: var(--graphite); color: #c8d1da;
  font-size: .8rem; line-height: 1.4;
}
.topbar .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 20px; padding-block: 7px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.topbar svg { flex: 0 0 14px; color: var(--sun); }
.topbar a { color: #fff; font-weight: 700; }
.topbar a:hover { color: var(--sun); }
.topbar .hiddenFlag-mobileNav { display: none; }

.headRow {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
}
.headRow.scroll { box-shadow: var(--sh-1); }
.headRow-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 10px; }

.brandMark { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brandMark-mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brandMark-text { min-width: 0; }
.brandMark-labelVal {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: 1.28rem; line-height: 1.05; letter-spacing: .04em; color: var(--graphite);
}
.brandMark-pod {
  display: block; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--steel); font-weight: 700; margin-top: 2px;
}

.menu { display: none; align-items: center; gap: 4px; }
.menu a {
  font-size: .95rem; font-weight: 600; color: var(--graphite);
  padding: 9px 11px; border-radius: var(--r-sm); border-bottom: 2px solid transparent;
}
.menu a:hover { color: var(--glass-dark); background: var(--glass-50); }
.menu a[aria-current="page"] { color: var(--glass-dark); border-bottom-color: var(--sun); }
.menu .btn { margin-left: 8px; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; min-height: 44px; padding: 11px;
  background: var(--glass-50); border: 1px solid var(--line); border-radius: var(--r-sm); cursor: pointer;
}
.nav-toggle span { display: block; width: 100%; height: 2px; background: var(--graphite); }

.panel { display: none; border-top: 1px solid var(--line); background: #fff; padding: 10px 0 18px; }
.panel.open { display: block; }
.panel a {
  display: block; padding: 12px 4px; font-weight: 600;
  border-bottom: 1px solid var(--line); color: var(--graphite);
}
.panel .btn { margin-top: 14px; }

.hero { background: var(--graphite); color: #fff; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 68px 68px;
}
.hero::after {
  content: ""; position: absolute; top: -120px; right: -80px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(233, 161, 59, .22), rgba(233, 161, 59, 0) 68%);
  pointer-events: none;
}
.hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 30px; padding: 42px 0 46px; }
.hero-text { min-width: 0; }
.hero h1 { max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--sun); }
.hero-lead { margin-top: 16px; color: #c8d1da; font-size: 1.05rem; max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-figures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; margin-top: 34px; border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 22px; }
.hero-figure strong { display: block; font-family: var(--font-head); font-size: 1.75rem; line-height: 1; color: var(--sun); }
.hero-figure span { font-size: .82rem; color: #b9c2cc; }

.hero-media { position: relative; min-width: 0; }
.hero-photo {
  border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--r-md); overflow: hidden;
  background: linear-gradient(150deg, #46505c, #333a44);
  aspect-ratio: 16 / 10;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-tag {
  position: absolute; left: 12px; bottom: -14px;
  background: #fff; color: var(--graphite); border-radius: var(--r-sm);
  box-shadow: var(--sh-2); padding: 10px 14px; display: flex; align-items: center; gap: 11px;
  border-left: 4px solid var(--sun); max-width: calc(100% - 24px);
}
.hero-tag strong { font-family: var(--font-head); font-size: 1.25rem; line-height: 1; display: block; }
.hero-tag span { font-size: .74rem; color: var(--steel); }

.sectionBox { padding: 58px 0; }
.sectionBox-sv { background: var(--glass-50); }
.sectionBox-pap { background: var(--paper); }
.tmavy { background: var(--graphite); color: #d5dce3; }
.tmavy h2, .tmavy h3 { color: #fff; }

section[id] { scroll-margin-top: 84px; }

.headBar { max-width: 62ch; margin-bottom: 30px; }
.headBar.middle { margin-left: auto; margin-right: auto; text-align: center; }
.headBar p { color: var(--steel); margin-top: 12px; font-size: 1.03rem; }
.tmavy .headBar p { color: #b9c2cc; }
.oci {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--glass-dark); margin-bottom: 10px;
}
.oci::before { content: ""; width: 26px; height: 2px; background: var(--sun); flex: 0 0 26px; }
.tmavy .oci { color: var(--sun); }

.benefits { display: grid; grid-template-columns: 1fr; gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.benefit { background: #fff; padding: 20px 18px; display: flex; gap: 13px; align-items: flex-start; min-width: 0; }
.benefit svg { flex: 0 0 26px; color: var(--glass); margin-top: 2px; }
.benefit h3 { font-size: 1rem; font-family: var(--font-body); font-weight: 700; }
.benefit p { font-size: .88rem; color: var(--steel); margin-top: 3px; }

.config-plantGrid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.config-panel, .config-result {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px 18px; min-width: 0;
}
.config-panel { box-shadow: var(--sh-1); }
.config-panel h3, .config-result h3 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; margin-bottom: 14px; }

.fieldEl-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fieldEl { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; min-width: 0; }
.fieldEl label { font-size: .84rem; font-weight: 700; color: var(--graphite); }
.fieldEl input, .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink); width: 100%; min-width: 0;
  padding: 11px 12px; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm); background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus {
  outline: none; border-color: var(--glass); box-shadow: 0 0 0 3px rgba(47, 110, 158, .18);
}
.fieldEl textarea { resize: vertical; min-height: 96px; }
.fieldEl .hintText { font-size: .76rem; color: var(--steel); }
.fieldEl .req { color: #b0342a; }

fieldset { border: 0; margin-bottom: 16px; min-width: 0; }
legend { font-size: .84rem; font-weight: 700; color: var(--graphite); margin-bottom: 8px; padding: 0; }

.choices { display: grid; grid-template-columns: 1fr; gap: 8px; }
.choices-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice { position: relative; min-width: 0; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span {
  display: block; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
  padding: 10px 12px; font-size: .92rem; font-weight: 600; cursor: pointer; background: #fff;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.choice span small { display: block; font-weight: 500; font-size: .74rem; color: var(--steel); margin-top: 1px; }
.choice:hover span { border-color: var(--glass); }
.choice input:checked + span { border-color: var(--glass); background: var(--glass-50); color: var(--glass-dark); box-shadow: inset 0 0 0 1px var(--glass); }
.choice input:checked + span small { color: var(--glass-dark); }
.choice input:focus-visible + span { outline: 3px solid var(--glass); outline-offset: 2px; }

.switcher { display: flex; align-items: flex-start; gap: 11px; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm); padding: 12px; cursor: pointer; margin-bottom: 16px; }
.switcher:hover { border-color: var(--glass); }
.switcher input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; accent-color: var(--glass); }
.switcher b { display: block; font-size: .94rem; }
.switcher small { display: block; font-size: .78rem; color: var(--steel); }

.errBox { display: none; background: #fdf1ef; border: 1px solid #f0c8c2; color: #8f2b21; border-radius: var(--r-sm); padding: 10px 12px; font-size: .86rem; margin-bottom: 14px; }
.errBox.showEl { display: block; }

.drawing { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px; }
.drawing svg { width: 100%; height: auto; max-height: 300px; margin: 0 auto; }
.drawing-detailVal { text-align: center; font-size: .78rem; color: var(--steel); margin-top: 6px; }

.priceVal-mainCol { margin-top: 16px; border-top: 2px solid var(--graphite); padding-top: 14px; }
.priceVal-mainCol .amountVal { font-family: var(--font-head); font-size: clamp(2rem, 8vw, 2.7rem); line-height: 1; color: var(--graphite); }
.priceVal-mainCol .za { font-size: .82rem; color: var(--steel); display: block; margin-top: 4px; }

.breakdownBox { list-style: none; margin-top: 14px; font-size: .88rem; }
.breakdownBox li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.breakdownBox li span:first-child { color: var(--steel); min-width: 0; }
.breakdownBox li span:last-child { font-weight: 700; white-space: nowrap; }

.tileEl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.tileEl > div { background: var(--glass-50); border: 1px solid var(--glass-100); border-radius: var(--r-sm); padding: 12px; min-width: 0; }
.tileEl .figure { font-family: var(--font-head); font-size: 1.5rem; line-height: 1.1; color: var(--glass-dark); }
.tileEl .caption { font-size: .76rem; color: var(--steel); }
.tileEl .detail { font-size: .72rem; color: var(--steel); margin-top: 5px; border-top: 1px solid var(--glass-100); padding-top: 5px; }

.schedule { margin-top: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.schedule-headRow { background: var(--graphite); color: #fff; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.schedule-headRow h3 { font-size: 1rem; color: #fff; font-family: var(--font-body); }
.schedule-headRow .qty { font-size: .8rem; color: #b9c2cc; }
.schedule-emptyState { padding: 22px 16px; color: var(--steel); font-size: .92rem; text-align: center; }
.rows { list-style: none; }
.row { display: flex; gap: 12px; align-items: flex-start; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.row .iconEl { flex: 0 0 34px; height: 34px; border-radius: var(--r-xs); background: var(--glass-50); border: 1px solid var(--glass-100); display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; color: var(--glass-dark); }
.row .contentEl { flex: 1 1 auto; min-width: 0; }
.row .labelVal { font-weight: 700; font-size: .95rem; }
.row .params { font-size: .8rem; color: var(--steel); }
.row .priceVal { font-weight: 700; white-space: nowrap; text-align: right; }
.row .removeIt {
  flex: 0 0 auto; background: transparent; border: 1px solid var(--line); color: var(--steel);
  width: 32px; height: 32px; border-radius: var(--r-sm); cursor: pointer; font-size: 1.1rem; line-height: 1;
}
.row .removeIt:hover { border-color: #b0342a; color: #b0342a; background: #fdf1ef; }

.sumsBox { padding: 16px; background: var(--paper); border-top: 2px solid var(--graphite); }
.sumsBox-plantGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sumsBox-plantGrid > div { min-width: 0; }
.sumsBox .tag { font-size: .76rem; color: var(--steel); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.sumsBox .value { font-family: var(--font-head); font-size: 1.5rem; line-height: 1.1; color: var(--graphite); }
.sumsBox .value.highlight { color: var(--glass-dark); }
.sumsBox-actionName { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

.noteVal-sums { font-size: .8rem; color: var(--steel); margin-top: 14px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--glass); border-radius: var(--r-sm); padding: 12px 14px; }
.noteVal-sums strong { color: var(--graphite); }

.cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.cardEl { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; min-width: 0; box-shadow: var(--sh-1); transition: box-shadow .2s ease, transform .2s ease; }
.cardEl:hover { box-shadow: var(--sh-2); transform: translateY(-3px); }
.cardEl-photo { aspect-ratio: 4 / 3; background: linear-gradient(150deg, var(--glass-100), var(--glass-50)); position: relative; overflow: hidden; }
.cardEl-photo img { width: 100%; height: 100%; object-fit: cover; }
.cardEl-symbol { position: absolute; top: 10px; left: 10px; background: rgba(43, 48, 56, .92); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-xs); }
.cardEl-bodyEl { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.cardEl-bodyEl p { color: var(--steel); font-size: .93rem; margin-top: 8px; }
.cardEl-listEl { list-style: none; margin-top: 12px; display: grid; gap: 7px; font-size: .89rem; }
.cardEl-listEl li { display: flex; gap: 8px; align-items: flex-start; }
.cardEl-listEl li::before { content: ""; flex: 0 0 7px; height: 7px; margin-top: 8px; background: var(--sun); border-radius: 1px; }
.cardEl-footEl { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.cardEl-priceVal { font-family: var(--font-head); font-size: 1.35rem; color: var(--graphite); line-height: 1.1; }
.cardEl-priceVal small { display: block; font-family: var(--font-body); font-size: .72rem; color: var(--steel); font-weight: 500; }

.tab-wrapEl { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; -webkit-overflow-scrolling: touch; }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .91rem; }
caption { text-align: left; padding: 12px 14px; font-size: .82rem; color: var(--steel); border-bottom: 1px solid var(--line); }
th, td { padding: 11px 13px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: var(--graphite); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .92rem; letter-spacing: .02em; white-space: nowrap; }
tbody th { font-weight: 700; background: var(--glass-50); color: var(--graphite); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
td.figure, th.figure { white-space: nowrap; font-variant-numeric: tabular-nums; }
.tab-note { font-size: .8rem; color: var(--steel); margin-top: 10px; }

.stepGrid { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: stepBox; }
.stepBox { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px 18px 20px 18px; position: relative; min-width: 0; border-top: 3px solid var(--glass); }
.stepBox .figure-stepCount {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: var(--r-sm);
  background: var(--graphite); color: var(--sun); font-family: var(--font-head); font-size: 1.05rem; margin-bottom: 12px;
}
.stepBox h3 { font-size: 1.08rem; }
.stepBox p { color: var(--steel); font-size: .92rem; margin-top: 7px; }
.stepBox .when { display: inline-block; margin-top: 12px; font-size: .76rem; font-weight: 700; color: var(--glass-dark); background: var(--glass-50); border: 1px solid var(--glass-100); border-radius: 999px; padding: 3px 11px; }

.odrazky { list-style: none; display: grid; gap: 11px; }
.odrazky li { display: flex; gap: 11px; align-items: flex-start; min-width: 0; }
.odrazky svg { flex: 0 0 20px; color: var(--ok); margin-top: 3px; }
.tmavy .odrazky svg { color: var(--sun); }
.odrazky b { display: block; }
.odrazky span { color: var(--steel); font-size: .92rem; }
.tmavy .odrazky span { color: #b9c2cc; }

.galleryEl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gal-row { position: relative; padding: 0; border: 0; background: linear-gradient(150deg, var(--glass-100), var(--glass-50)); border-radius: var(--r-sm); overflow: hidden; cursor: pointer; aspect-ratio: 4 / 3; }
.gal-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gal-row:hover img { transform: scale(1.05); }
.gal-row figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 10px 9px; background: linear-gradient(transparent, rgba(21, 25, 30, .85)); color: #fff; font-size: .78rem; font-weight: 600; text-align: left; }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(16, 19, 23, .93); display: none; align-items: center; justify-content: center; padding: 16px; }
.lightbox.open { display: flex; }
.lightbox-in { max-width: 940px; width: 100%; position: relative; }
.lightbox-in img { width: 100%; height: auto; max-height: 74vh; object-fit: contain; border-radius: var(--r-sm); }
.lightbox-detailVal { color: #fff; text-align: center; margin-top: 12px; font-size: .92rem; }
.lightbox-closeIt { position: absolute; top: -8px; right: 0; transform: translateY(-100%); background: rgba(255, 255, 255, .14); border: 0; color: #fff; width: 46px; height: 46px; border-radius: var(--r-sm); font-size: 1.6rem; line-height: 1; cursor: pointer; }

.reviewsId { display: grid; grid-template-columns: 1fr; gap: 16px; }
.reviewsId-cardEl { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 20px; min-width: 0; box-shadow: var(--sh-1); }
.starRow { color: var(--sun); letter-spacing: 2px; font-size: 1rem; }
.reviewsId-cardEl blockquote { margin-top: 10px; font-size: .98rem; color: var(--ink); }
.reviewsId-autor { display: flex; align-items: center; gap: 11px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.initialMark { flex: 0 0 40px; width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--graphite); color: var(--sun); font-family: var(--font-head); font-size: 1.05rem; display: flex; align-items: center; justify-content: center; }
.reviewsId-autor strong { display: block; font-size: .93rem; }
.reviewsId-autor span { font-size: .8rem; color: var(--steel); }

.contactId-plantGrid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.contactId-info { min-width: 0; }
.contactId-listEl { list-style: none; display: grid; gap: 16px; margin-top: 20px; }
.contactId-listEl li { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.contactId-listEl svg { flex: 0 0 22px; color: var(--glass); margin-top: 3px; }
.contactId-listEl strong { display: block; font-size: .93rem; }
.contactId-listEl span, .contactId-listEl a { font-size: .92rem; color: var(--steel); overflow-wrap: anywhere; }
.contactId-listEl a { color: var(--glass-dark); font-weight: 700; }

.mapEl { margin-top: 20px; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; position: relative; aspect-ratio: 16 / 9; background: linear-gradient(150deg, var(--glass-100), var(--glass-50)); }
.mapEl img { width: 100%; height: 100%; object-fit: cover; }
.mapEl-address { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 12px 11px; background: linear-gradient(transparent, rgba(21, 25, 30, .88)); color: #fff; font-size: .84rem; font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mapEl-address svg { flex: 0 0 16px; }

.formEl { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 18px; box-shadow: var(--sh-2); min-width: 0; }
.formEl h3 { font-size: 1.25rem; }
.formEl .intro { color: var(--steel); font-size: .92rem; margin: 6px 0 18px; }
.consentVal { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; color: var(--steel); margin-bottom: 16px; }
.consentVal input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1px; accent-color: var(--glass); }
.noticeBox { display: none; margin-top: 14px; padding: 13px 15px; border-radius: var(--r-sm); background: #eef7f1; border: 1px solid #bfe0cd; color: #1f5b3b; font-size: .92rem; }
.noticeBox.showEl { display: block; }

.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); }
.faq summary { cursor: pointer; padding: 14px 16px; font-weight: 700; font-size: .97rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-head); font-size: 1.4rem; color: var(--glass); line-height: 1; flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 16px 15px; color: var(--steel); font-size: .93rem; }

.vyzva { background: var(--glass-dark); color: #fff; border-radius: var(--r-md); padding: 26px 20px; text-align: center; }
.vyzva h2 { color: #fff; }
.vyzva p { color: #cfe0ec; margin-top: 10px; max-width: 54ch; margin-inline: auto; }
.vyzva .actionName { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }

footer { background: var(--graphite); color: #b9c2cc; padding: 44px 0 130px; font-size: .92rem; }
.notice { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-left: 4px solid var(--sun); border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 28px; display: flex; gap: 11px; align-items: flex-start; font-size: .86rem; color: #cdd5dd; }
.notice svg { flex: 0 0 20px; color: var(--sun); margin-top: 2px; }
.footEl-plantGrid { display: grid; grid-template-columns: 1fr; gap: 26px; }
.footEl-col { min-width: 0; }
.footEl-col h4 { color: #fff; font-family: var(--font-body); font-size: .95rem; margin-bottom: 12px; }
.footEl-col a, .footEl-col p { display: block; padding: 3px 0; color: #b9c2cc; overflow-wrap: anywhere; }
.footEl-col a:hover { color: var(--sun); }
.footEl-brandMark .brandMark-labelVal { color: #fff; }
.footEl-brandMark .brandMark-pod { color: #9aa5b1; }
.footEl-brandMark p { margin-top: 12px; max-width: 44ch; font-size: .89rem; }
.footEl-bottomRow { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 26px; padding-top: 18px; font-size: .82rem; color: #929daa; }

.callbar {
  position: fixed; left: 0; right: 0; bottom: var(--frontage-h, 0px); z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--graphite); box-shadow: 0 -6px 20px rgba(0, 0, 0, .2);
}
.callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 8px; font-weight: 700; font-size: .95rem; color: #fff; }
.callbar a.tel { background: var(--sun); color: var(--sun-ink); }
.callbar svg { width: 18px; height: 18px; flex: 0 0 18px; }

.toast {
  position: fixed; left: 50%; bottom: 84px; transform: translate(-50%, 160%);
  background: var(--graphite); color: #fff; border-left: 4px solid var(--sun);
  padding: 12px 18px; border-radius: var(--r-sm); box-shadow: var(--sh-2);
  font-size: .9rem; font-weight: 600; z-index: 250; max-width: 92vw; text-align: center;
  transition: transform .3s ease;
}
.toast.showEl { transform: translate(-50%, 0); }

.podhlavi { background: var(--graphite); color: #fff; position: relative; overflow: hidden; padding: 34px 0 38px; }
.podhlavi::before {
  content: ""; position: absolute; inset: 0;
  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: 60px 60px;
}
.podhlavi .wrap { position: relative; z-index: 1; }
.podhlavi p { color: #c8d1da; margin-top: 12px; max-width: 60ch; }
.drobky { font-size: .8rem; color: #9aa5b1; margin-bottom: 12px; }
.drobky a { color: #c8d1da; text-decoration: underline; }
.drobky a:hover { color: var(--sun); }

@media (min-width: 560px) {
  .galleryEl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-figures { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sumsBox-plantGrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tileEl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar .hiddenFlag-mobileNav { display: inline-flex; }
}

@media (min-width: 720px) {
  .wrap { padding: 0 24px; }
  .sectionBox { padding: 72px 0; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stepGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviewsId { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .formEl { padding: 28px 26px; }
  .fieldEl-2.triplet { grid-template-columns: 1fr 1fr 1fr; }
  .vyzva { padding: 40px 32px; }
}

@media (min-width: 940px) {
  .sectionBox { padding: 92px 0; }
  .menu { display: flex; }
  .nav-toggle, .panel { display: none !important; }
  .callbar { display: none; }
  footer { padding-bottom: 56px; }
  .hero-in { grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; padding: 66px 0 72px; }
  .hero-photo { aspect-ratio: 4 / 3; }
  .config-plantGrid { grid-template-columns: 1.05fr 1fr; align-items: start; }
  .config-panel, .config-result { padding: 26px 24px; }
  .benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cards.tri { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stepGrid.sest { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contactId-plantGrid { grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: start; }
  .galleryEl { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .footEl-plantGrid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .podhlavi { padding: 52px 0 56px; }
  .toast { bottom: 40px; }
}

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

.gal-row figcaption { color: #2B2B2B; }
.hero-text .oci { color: #7F9AAF; }
.menu .btn.btn-primary.btn-sm { color: #E9E9EA; }
.reviewsId-autor .initialMark { color: #9097A1; }
.reviewsId-cardEl .starRow { color: #9D6D28; }
.benefit h3 { color: #838689; }
.benefit p { color: #7E8690; }
