:root {
  --tarmac-900: #14171c;
  --tarmac-800: #1c2027;
  --tarmac-700: #272c35;
  --tarmac-600: #3b414f;
  --tarmac-500: #5a6270;
  --yellow: #ffd21f;
  --yellow-darkVar: #927200;
  --yellow-text: #7d5c00;
  --blue: #12508f;
  --blue-light: #e9f0f8;
  --green: #16694a;
  --green-light: #e6f4ee;
  --red: #a5231c;
  --red-light: #fbeceb;
  --paperEl: #f3f4f7;
  --white: #ffffff;
  --text: #171a20;
  --text-muted: #565e6c;
  --line: #dde1e8;
  --line-darkVar: #3a414e;

  --r: 6px;
  --r-lg: 12px;
  --shadowEl-s: 0 1px 2px rgba(20, 23, 28, .08), 0 6px 16px -12px rgba(20, 23, 28, .35);
  --shadowEl-m: 0 2px 4px rgba(20, 23, 28, .07), 0 22px 44px -28px rgba(20, 23, 28, .5);

  --maxw: 1140px;
  --font-headingEl: "Arial Narrow", "Roboto Condensed", "Liberation Sans Narrow", "Helvetica Neue Condensed", "Segoe UI", system-ui, sans-serif;
  --font-text: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-figure: "Cascadia Mono", Consolas, "SF Mono", Menlo, "DejaVu Sans Mono", "Liberation Mono", monospace;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }

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

h1, h2, h3, h4 {
  font-family: var(--font-headingEl);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: .005em;
  text-transform: uppercase;
}

a { color: inherit; text-decoration: none; }
p a:not(.btn) { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }

img, svg { display: block; max-width: 100%; }
img { height: auto; }

ul { list-style: none; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 2px;
}
.na-darkTone :focus-visible, .headBar :focus-visible, .footerEl :focus-visible,
.callbar :focus-visible, .mobileNav-menu :focus-visible { outline-color: var(--yellow); }

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

.skipLink {
  position: absolute; left: 12px; top: -60px; z-index: 400;
  background: var(--yellow); color: var(--tarmac-900);
  font-weight: 700; padding: 12px 18px; border-radius: var(--r);
  transition: top .18s ease;
}
.skipLink:focus { top: 12px; }

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

.sectionBox { padding: 56px 0; }
.sectionBox--tight { padding: 40px 0; }
.sectionBox--paperEl { background: var(--paperEl); }
.sectionBox--white { background: var(--white); }
.sectionBox--tarmac { background: var(--tarmac-900); color: #e7eaef; }
.sectionBox--tarmac h2, .sectionBox--tarmac h3 { color: #fff; }

.headRow { max-width: 680px; margin-bottom: 32px; }
.headRow.middle { margin-left: auto; margin-right: auto; text-align: center; }
.sectionBox h2 { font-size: clamp(1.75rem, 6.4vw, 2.6rem); }
.headRow p { margin-top: 12px; color: var(--text-muted); font-size: 1.03rem; }
.sectionBox--tarmac .headRow p { color: #b3bcca; }

.kickerEl {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .76rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 12px;
}
.sectionBox--tarmac .kickerEl { color: var(--yellow); }
.kickerEl::before {
  content: ""; width: 26px; height: 4px; background: var(--yellow);
  border-radius: 2px; flex: 0 0 26px;
}

.inset { margin-top: 20px; }
.inset-vic { margin-top: 40px; }
.inset-headingEl {
  margin-top: 44px; margin-bottom: 4px;
  font-size: clamp(1.25rem, 4.6vw, 1.6rem);
}
.listEl-bulletList { margin-top: 14px; display: grid; gap: 8px; }
.listEl-bulletList li {
  position: relative; padding-left: 26px; font-size: .95rem; color: var(--text-muted); min-width: 0;
}
.listEl-bulletList li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 14px; height: 4px; border-radius: 2px; background: var(--yellow);
}
.listEl-bulletList li b { color: var(--text); }
.sectionBox--tarmac .listEl-bulletList li { color: #b3bcca; }
.sectionBox--tarmac .listEl-bulletList li b { color: #fff; }

.cara {
  height: 6px;
  background-image: repeating-linear-gradient(90deg, var(--yellow) 0 34px, transparent 34px 66px);
  background-size: 66px 6px;
}
.cara--darkVar { background-image: repeating-linear-gradient(90deg, var(--tarmac-600) 0 34px, transparent 34px 66px); }

.hatch {
  height: 5px;
  background-image: repeating-linear-gradient(135deg, var(--yellow) 0 10px, var(--tarmac-900) 10px 20px);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 12px 22px;
  font-family: var(--font-text); font-size: 1rem; font-weight: 700;
  border: 2px solid transparent; border-radius: var(--r);
  cursor: pointer; text-align: center;
  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--yellowTone { background: var(--yellow); color: var(--tarmac-900); box-shadow: 0 3px 0 var(--yellow-darkVar); }
.btn--yellowTone:hover { background: #ffdd52; }
.btn--darkMode { background: var(--tarmac-900); color: #fff; }
.btn--darkMode:hover { background: var(--tarmac-700); }
.btn--outlineEl { background: transparent; color: var(--tarmac-900); border-color: var(--tarmac-900); }
.btn--outlineEl:hover { background: var(--tarmac-900); color: #fff; }
.btn--outlineEl-lightVar { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn--outlineEl-lightVar:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn--smallSize { min-height: 40px; padding: 8px 16px; font-size: .9rem; }
.btn--wide { width: 100%; }

.headBar {
  position: sticky; top: 0; z-index: 100;
  background: var(--tarmac-900); color: #fff;
  border-bottom: 3px solid var(--yellow);
}
.headBar-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; min-width: 0; }

.brandMark { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brandMark-l {
  flex: 0 0 42px; width: 42px; height: 42px; border-radius: 8px;
  background: var(--yellow); color: var(--tarmac-900);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headingEl); font-size: 1.7rem; font-weight: 700; line-height: 1;
  box-shadow: inset 0 0 0 3px rgba(20, 23, 28, .12);
}
.brandMark-text { min-width: 0; }
.brandMark-labelVal {
  display: block; font-family: var(--font-headingEl); font-weight: 700;
  font-size: 1.32rem; letter-spacing: .02em; line-height: 1.05; text-transform: uppercase;
}
.brandMark-townVal {
  display: block; font-size: .63rem; letter-spacing: .2em; text-transform: uppercase;
  color: #a7b0be; font-weight: 700; margin-top: 2px;
}

.menu { display: none; align-items: center; gap: 4px; }

.menu a:not(.btn) {
  padding: 9px 12px; font-size: .95rem; font-weight: 600; color: #d7dce4;
  border-radius: var(--r); border-bottom: 3px solid transparent;
}
.menu a:not(.btn):hover { color: #fff; background: rgba(255, 255, 255, .08); }
.menu a:not(.btn)[aria-current="page"] { color: #fff; border-bottom-color: var(--yellow); }
.menu .btn { margin-left: 10px; }

.menu-buttonEl {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  min-width: 46px; min-height: 46px; padding: 12px;
  background: rgba(255, 255, 255, .1); border: 0; border-radius: var(--r); cursor: pointer;
}
.menu-buttonEl span { display: block; width: 20px; height: 2px; background: #fff; }

.mobileNav-menu {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
  width: min(86vw, 330px);
  background: var(--tarmac-800); color: #fff;
  padding: 78px 22px 26px;
  display: flex; flex-direction: column; gap: 2px;
  transform: translateX(102%);

  visibility: hidden;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1), visibility .28s ease;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .35);
  overflow-y: auto;
}
.mobileNav-menu.isOpen { transform: translateX(0); visibility: visible; }
.mobileNav-menu a:not(.btn) { padding: 13px 4px; font-size: 1.08rem; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mobileNav-menu .btn { margin-top: 20px; }
.menu-shut {
  position: absolute; top: 16px; right: 16px;
  min-width: 46px; min-height: 46px;
  background: rgba(255, 255, 255, .12); border: 0; border-radius: var(--r);
  color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer;
}
.coverEl {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(10, 12, 15, .55);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.coverEl.isOpen { opacity: 1; visibility: visible; }

.hero { position: relative; background: var(--tarmac-900); color: #fff; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(160deg, #2b323d, #14171c); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14, 17, 21, .82) 0%, rgba(14, 17, 21, .58) 42%, rgba(14, 17, 21, .94) 100%);
}
.hero-in { position: relative; z-index: 2; padding: 54px 0 44px; }
.hero-badgeEl {
  display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap;
  background: rgba(255, 210, 31, .14); border: 1px solid rgba(255, 210, 31, .45);
  color: var(--yellow); padding: 6px 13px; border-radius: 999px;
  font-size: .8rem; font-weight: 700; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.1rem, 9.4vw, 4.1rem); max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-lead { margin-top: 16px; max-width: 52ch; font-size: clamp(1rem, 3.6vw, 1.16rem); color: #d8dde5; }
.hero-actionName { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 12px; margin-top: 34px; }
.hero-figure strong {
  display: block; font-family: var(--font-figure); font-size: 1.55rem;
  font-weight: 700; color: var(--yellow); line-height: 1.1; font-variant-numeric: tabular-nums;
}
.hero-figure span { font-size: .82rem; color: #aeb7c4; }

.benefits { background: var(--tarmac-800); color: #dfe4ec; padding: 26px 0; }
.benefits-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.benefit { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.benefit svg { flex: 0 0 26px; color: var(--yellow); margin-top: 3px; }
.benefit h3 { font-family: var(--font-text); text-transform: none; font-size: .98rem; font-weight: 700; color: #fff; letter-spacing: 0; }
.benefit p { font-size: .87rem; color: #a9b2c0; line-height: 1.45; min-width: 0; }

.cardEl {
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadowEl-s); min-width: 0;
}

.calc { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.calc-panel { padding: 22px 18px 24px; }
.calc-panel > * + * { margin-top: 22px; }

.fieldEl-legendEl {
  display: block; font-size: .84rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px;
}
fieldset { border: 0; }

.switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.switcher input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.switcher label {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 62px; padding: 8px 4px; cursor: pointer; text-align: center;
  background: var(--paperEl); border: 2px solid var(--line); border-radius: var(--r);
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.switcher label b { font-family: var(--font-headingEl); font-size: 1.5rem; line-height: 1; }
.switcher label span { font-size: .68rem; color: var(--text-muted); margin-top: 3px; line-height: 1.2; }
.switcher label:hover { border-color: var(--tarmac-500); }
.switcher input:checked + label {
  background: var(--tarmac-900); border-color: var(--tarmac-900); color: #fff;
  box-shadow: inset 0 -4px 0 var(--yellow);
}
.switcher input:checked + label span { color: #c4ccd8; }
.switcher input:focus-visible + label { outline: 3px solid var(--blue); outline-offset: 3px; }

.counterEl { display: flex; align-items: center; gap: 10px; }
.counterEl button {
  flex: 0 0 44px; width: 44px; height: 44px;
  background: var(--white); border: 2px solid var(--tarmac-900); border-radius: var(--r);
  font-size: 1.4rem; font-weight: 700; line-height: 1; color: var(--tarmac-900); cursor: pointer;
}
.counterEl button:hover { background: var(--tarmac-900); color: #fff; }
.counterEl-value {
  flex: 1 1 auto; min-width: 0; text-align: center;
  font-family: var(--font-figure); font-size: 1.15rem; font-weight: 700;
  background: var(--paperEl); border: 2px solid var(--line); border-radius: var(--r);
  padding: 9px 6px; font-variant-numeric: tabular-nums;
}
input[type="range"] { width: 100%; margin-top: 12px; accent-color: var(--tarmac-900); height: 28px; }
.fieldEl-hintText { font-size: .84rem; color: var(--text-muted); margin-top: 8px; }

.switchEl {
  display: flex; align-items: flex-start; gap: 11px;
  background: var(--paperEl); border: 2px solid var(--line); border-radius: var(--r);
  padding: 13px 14px; cursor: pointer;
}
.switchEl input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 2px; accent-color: var(--tarmac-900); }
.switchEl b { display: block; font-size: .98rem; color: var(--text); }
.switchEl span { display: block; font-size: .84rem; color: var(--text-muted); line-height: 1.4; }
.instalments-choice { margin-top: 12px; display: none; }
.instalments-choice.seen { display: block; }
.choices-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choices-line input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choices-line label {
  display: block; text-align: center; padding: 10px 4px; cursor: pointer;
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r);
  font-weight: 700; font-size: .92rem;
}
.choices-line label small { display: block; font-weight: 600; font-size: .72rem; color: var(--text-muted); }
.choices-line input:checked + label { background: var(--blue-light); border-color: var(--blue); color: var(--blue); }
.choices-line input:checked + label small { color: var(--blue); }
.choices-line input:focus-visible + label { outline: 3px solid var(--blue); outline-offset: 3px; }

.result { background: var(--tarmac-900); color: #e8ecf2; border-radius: var(--r-lg); overflow: hidden; }
.result-headRow { padding: 18px 18px 14px; border-bottom: 1px dashed var(--line-darkVar); }
.result-headRow h3 { color: #fff; font-size: 1.3rem; }
.result-headRow p { font-size: .87rem; color: #a9b3c2; margin-top: 4px; }
.breakdownBox { padding: 6px 18px 4px; }
.breakdownBox li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid rgba(255, 255, 255, .07); min-width: 0;
}
.breakdownBox li:last-child { border-bottom: 0; }
.breakdownBox .row { min-width: 0; }
.breakdownBox .row b { display: block; font-weight: 600; font-size: .95rem; color: #fff; }
.breakdownBox .row span { display: block; font-size: .78rem; color: #99a3b3; line-height: 1.35; }
.breakdownBox .amountVal {
  flex: 0 0 auto; font-family: var(--font-figure); font-size: .98rem; font-weight: 700;
  color: #fff; font-variant-numeric: tabular-nums; white-space: nowrap;
}
.breakdownBox li.urad .amountVal { color: var(--yellow); }
.breakdownBox li.discount .amountVal { color: #7fd6a5; }

.totalVal {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 16px 18px; background: rgba(255, 255, 255, .06); border-top: 1px dashed var(--line-darkVar);
}
.totalVal span { font-size: .92rem; color: #c3cbd8; }
.totalVal strong {
  font-family: var(--font-figure); font-size: 1.5rem; color: var(--yellow);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.instalmentVal-box {
  margin: 0 18px 18px; padding: 14px 15px;
  background: rgba(255, 210, 31, .1); border: 1px solid rgba(255, 210, 31, .38); border-radius: var(--r);
  display: none;
}
.instalmentVal-box.seen { display: block; }
.instalmentVal-box .monthly {
  font-family: var(--font-figure); font-size: 1.6rem; font-weight: 700; color: var(--yellow);
  line-height: 1.1; font-variant-numeric: tabular-nums;
}
.instalmentVal-box p { font-size: .85rem; color: #cdd5e0; margin-top: 5px; }
.explainEl {
  padding: 0 18px 18px; font-size: .88rem; color: #b7c0cd; line-height: 1.55;
}
.explainEl strong { color: #fff; }
.result-actionName { padding: 0 18px 20px; display: grid; gap: 9px; }

.tableEl-wrapEl { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); border: 2px solid var(--line); background: var(--white); color: var(--text); }
table.compareTo { width: 100%; border-collapse: collapse; min-width: 620px; font-size: .93rem; }
table.compareTo caption { text-align: left; padding: 14px 16px 0; font-size: .84rem; color: var(--text-muted); }
table.compareTo th, table.compareTo td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.compareTo thead th {
  background: var(--tarmac-900); color: #fff; font-size: .74rem; letter-spacing: .1em;
  text-transform: uppercase; font-weight: 800; white-space: nowrap;
}
table.compareTo tbody tr:last-child th, table.compareTo tbody tr:last-child td { border-bottom: 0; }
table.compareTo tbody th { font-weight: 700; white-space: nowrap; }
table.compareTo .kod {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 30px; padding: 0 8px; margin-right: 8px;
  background: var(--yellow); color: var(--tarmac-900); border-radius: var(--r);
  font-family: var(--font-headingEl); font-size: 1.08rem; font-weight: 700;
}
table.compareTo td.figure { font-family: var(--font-figure); font-variant-numeric: tabular-nums; white-space: nowrap; }
table.compareTo tbody tr.chosen { background: #fff8dc; box-shadow: inset 4px 0 0 var(--yellow); }
table.compareTo tbody tr:hover { background: var(--paperEl); }
table.compareTo tbody tr.chosen:hover { background: #fff4c8; }
.compareTo-btn {
  background: var(--white); border: 2px solid var(--tarmac-900); color: var(--tarmac-900);
  border-radius: var(--r); padding: 7px 12px; font-family: inherit; font-size: .84rem;
  font-weight: 700; cursor: pointer; white-space: nowrap; min-height: 38px;
}
.compareTo-btn:hover { background: var(--tarmac-900); color: #fff; }
tr.chosen .compareTo-btn { background: var(--tarmac-900); color: #fff; }

.course-dates { display: grid; grid-template-columns: 1fr; gap: 14px; }
.whenVal {
  display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: start;
  background: var(--tarmac-800); border: 2px solid var(--line-darkVar); border-radius: var(--r-lg);
  padding: 15px 16px; min-width: 0;
  transition: border-color .18s ease, background-color .18s ease;
}
.whenVal.greyTone { border-color: var(--yellow); background: #23272f; }
.whenVal-dateVal {
  flex: 0 0 74px; text-align: center; background: var(--tarmac-900);
  border-radius: var(--r); padding: 9px 4px; border: 1px solid var(--line-darkVar);
}
.whenVal-dateVal b {
  display: block; font-family: var(--font-figure); font-size: 1.5rem; color: var(--yellow);
  line-height: 1; font-variant-numeric: tabular-nums;
}
.whenVal-dateVal span { display: block; font-size: .7rem; color: #9aa4b3; letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.whenVal-bodyEl { min-width: 0; }
.whenVal-bodyEl h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.05rem; color: #fff; font-weight: 700; }
.whenVal-kde { font-size: .85rem; color: #a3adbb; margin-top: 2px; }
.whenVal-conditionVal { margin-top: 10px; }
.occupancy { height: 8px; background: rgba(255, 255, 255, .12); border-radius: 999px; overflow: hidden; }
.occupancy i { display: block; height: 100%; background: var(--yellow); border-radius: 999px; }
.occupancy i.few { background: #ff8b57; }
.occupancy i.enough { background: #63c58c; }
.whenVal-places { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: baseline; margin-top: 7px; font-size: .82rem; color: #b6bfcc; }
.whenVal-places b { font-family: var(--font-figure); color: #fff; font-variant-numeric: tabular-nums; }
.whenVal-actionName { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tag-greyTone {
  display: none; align-items: center; gap: 6px; font-size: .76rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; color: var(--yellow);
}
.whenVal.greyTone .tag-greyTone { display: inline-flex; }

.stepGrid { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: stepBox; }
.stepBox {
  display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start;
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg);
  padding: 16px 16px; min-width: 0;
}
.stepBox::before {
  counter-increment: stepBox; content: counter(stepBox);
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--yellow); color: var(--tarmac-900);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-figure); font-size: 1.25rem; font-weight: 700;
  box-shadow: 0 3px 0 var(--yellow-darkVar);
}
.stepBox h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.06rem; font-weight: 700; }
.stepBox p { font-size: .93rem; color: var(--text-muted); margin-top: 4px; min-width: 0; }
.stepBox .when { display: inline-block; margin-top: 8px; font-size: .78rem; font-weight: 700; color: var(--blue); background: var(--blue-light); border-radius: 999px; padding: 3px 10px; }

.tileEl { display: grid; grid-template-columns: 1fr; gap: 16px; }
.kurz-cardEl {
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg);
  padding: 20px 18px; display: flex; flex-direction: column; min-width: 0;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.kurz-cardEl:hover { border-color: var(--yellow); transform: translateY(-3px); box-shadow: var(--shadowEl-m); }
.kurz-headRow { display: flex; align-items: center; gap: 12px; }
.kurz-kod {
  flex: 0 0 auto; min-width: 48px; height: 48px; padding: 0 10px;
  background: var(--tarmac-900); color: var(--yellow); border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headingEl); font-size: 1.6rem; font-weight: 700;
}
.kurz-cardEl h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.1rem; font-weight: 700; min-width: 0; }
.kurz-cardEl .co { font-size: .82rem; color: var(--text-muted); font-weight: 600; }
.kurz-cardEl p { font-size: .93rem; color: var(--text-muted); margin-top: 12px; }
.kurz-factList { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.kurz-factList span { font-size: .78rem; font-weight: 600; background: var(--paperEl); border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; color: var(--text-muted); }
.kurz-priceVal { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.kurz-priceVal b { font-family: var(--font-figure); font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.kurz-priceVal small { display: block; font-size: .74rem; color: var(--text-muted); font-weight: 600; }

.stranka-h1 { font-size: clamp(2rem, 8vw, 3.2rem); max-width: 17ch; }
.stranka-lead { margin-top: 14px; max-width: 62ch; color: #c0c8d5; font-size: 1.04rem; }

.kurz-detail { background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadowEl-s); }
.kurz-detail-headRow {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  padding: 18px; background: var(--tarmac-900); color: #fff;
}
.kurz-detail-headRow > div:not(.kurz-detail-priceVal) { flex: 1 1 230px; min-width: 0; }
.kurz-detail-headRow h2 { color: #fff; font-size: clamp(1.5rem, 5.8vw, 2.1rem); }
.kurz-detail-co { font-size: .92rem; color: #a9b3c1; margin-top: 6px; }
.kurz-detail-priceVal {
  flex: 0 0 auto; padding: 10px 14px; border-radius: var(--r);
  background: rgba(255, 210, 31, .12); border: 1px solid rgba(255, 210, 31, .4);
}
.kurz-detail-priceVal b { display: block; font-family: var(--font-figure); font-size: 1.45rem; color: var(--yellow); font-variant-numeric: tabular-nums; white-space: nowrap; }
.kurz-detail-priceVal small { display: block; font-size: .74rem; color: #b6bfcc; }
.kurz-detail-bodyEl { display: grid; grid-template-columns: 1fr; gap: 26px; padding: 22px 18px 24px; }
.kurz-detail-bodyEl h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.12rem; margin-bottom: 8px; }

.params { display: grid; gap: 9px; }
.params > div {
  background: var(--paperEl); border-left: 5px solid var(--yellow);
  border-radius: 0 var(--r) var(--r) 0; padding: 10px 13px; min-width: 0;
}
.params dt { font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; color: var(--yellow-text); }
.params dd { font-size: .93rem; color: var(--text); min-width: 0; margin-top: 2px; }

.kurz-mini { font-size: .86rem; color: var(--text-muted); margin-top: 12px; padding-top: 11px; border-top: 1px dashed var(--line); }

.photo {
  border-radius: var(--r-lg); overflow: hidden; border: 2px solid var(--line);
  background: linear-gradient(150deg, #e9ecf1, #d8dde5);
  position: relative;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo--16 { aspect-ratio: 16 / 9; }
.photo--43 { aspect-ratio: 4 / 3; }
.photo--32 { aspect-ratio: 3 / 2; }
.photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 14px 12px; color: #fff; font-size: .85rem; font-weight: 600;
  background: linear-gradient(transparent, rgba(12, 15, 19, .88));
}
.na-darkTone .photo { border-color: var(--line-darkVar); background: linear-gradient(150deg, #333a45, #1d222a); }

.pairEl { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; }
.pairEl p { color: var(--text-muted); margin-top: 13px; }
.sectionBox--tarmac .pairEl p { color: #b3bcca; }

.instructors { display: grid; grid-template-columns: 1fr; gap: 14px; }
.instructor {
  display: flex; gap: 14px; align-items: flex-start; min-width: 0;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-darkVar);
  border-radius: var(--r-lg); padding: 16px;
}
.instructor .iconSmall {
  flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%;
  background: var(--yellow); color: var(--tarmac-900);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headingEl); font-size: 1.25rem; font-weight: 700;
}
.instructor h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.02rem; color: #fff; }
.instructor .role { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--yellow); margin-top: 2px; }
.instructor p { font-size: .9rem; color: #aab3c1; margin-top: 7px; min-width: 0; }

.reviewsId { display: grid; grid-template-columns: 1fr; gap: 16px; }
.reviewsId-cardEl {
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg);
  padding: 22px 20px; display: flex; flex-direction: column; min-width: 0;
}
.starRow { color: var(--yellow-darkVar); letter-spacing: 2px; font-size: 1rem; }
.reviewsId-cardEl blockquote { font-size: 1rem; line-height: 1.6; margin-top: 12px; }
.reviewsId-autor { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 18px; }
.initialMark {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--tarmac-900); color: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headingEl); font-size: 1.1rem; font-weight: 700;
}

.reviewsId-autor > div strong { display: block; font-size: .95rem; }
.reviewsId-autor > div span { display: block; font-size: .82rem; color: var(--text-muted); }

.questions { display: grid; gap: 10px; }
.question { background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.question summary {
  cursor: pointer; padding: 15px 16px; font-weight: 700; font-size: 1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  list-style: none;
}
.question summary::-webkit-details-marker { display: none; }
.question summary::after { content: "+"; font-family: var(--font-figure); font-size: 1.35rem; color: var(--blue); flex: 0 0 auto; }
.question[open] summary::after { content: "–"; }
.question[open] summary { background: var(--paperEl); }
.question .answer { padding: 14px 16px 18px; font-size: .95rem; color: var(--text-muted); border-top: 2px solid var(--line); }
.question .answer p + p { margin-top: 10px; }

.contact-plantGrid { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.dataItems { display: grid; gap: 16px; margin-top: 22px; }
.dataItem { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.dataItem svg { flex: 0 0 22px; color: var(--blue); margin-top: 3px; }
.dataItem strong { display: block; font-size: .95rem; }
.dataItem span, .dataItem a { display: block; font-size: .92rem; color: var(--text-muted); min-width: 0; overflow-wrap: anywhere; }
.dataItem a { color: var(--blue); font-weight: 600; }

.formEl { padding: 22px 18px 24px; }
.formEl h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.3rem; }
.formEl > p.intro { font-size: .92rem; color: var(--text-muted); margin-top: 5px; margin-bottom: 18px; }
.fieldEl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; min-width: 0; }
.fieldEl label { font-size: .86rem; font-weight: 700; }
.fieldEl .isRequired { color: var(--red); }
.fieldEl input, .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--text); width: 100%; min-width: 0;
  padding: 11px 13px; background: var(--paperEl);
  border: 2px solid var(--line); border-radius: var(--r);
  transition: border-color .16s ease, background-color .16s ease;
}
.fieldEl textarea { min-height: 92px; resize: vertical; }
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus { background: var(--white); border-color: var(--blue); }
.fieldEl input:user-invalid, .fieldEl select:user-invalid, .fieldEl textarea:user-invalid { border-color: var(--red); }
.fieldEl-line { display: grid; grid-template-columns: 1fr; gap: 0 14px; }
.consentVal { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--text-muted); margin-bottom: 16px; }
.consentVal input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 2px; accent-color: var(--tarmac-900); }
.noticeBox {
  display: none; margin-top: 16px; padding: 14px 16px;
  background: var(--green-light); border: 2px solid #b7ddc9; border-left-width: 6px;
  border-radius: var(--r); font-size: .94rem; color: #114a35;
}
.noticeBox.seen { display: block; }
.noticeBox strong { color: #0d3a29; }

.noteVal {
  display: flex; gap: 11px; align-items: flex-start; min-width: 0;
  background: var(--blue-light); border: 2px solid #c6d8ec; border-radius: var(--r-lg);
  padding: 14px 16px; font-size: .9rem; color: #0f3d6c;
}
.noteVal svg { flex: 0 0 20px; margin-top: 3px; color: var(--blue); }
.noteVal a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.na-darkTone .noteVal { background: rgba(255, 255, 255, .06); border-color: var(--line-darkVar); color: #c5cede; }
.na-darkTone .noteVal svg { color: var(--yellow); }

.vozy { display: grid; grid-template-columns: 1fr; gap: 22px; }
.vuz {
  background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
}
.vuz-photo { position: relative; aspect-ratio: 4 / 3; background: linear-gradient(150deg, #e9ecf1, #d8dde5); }
.vuz-photo img { width: 100%; height: 100%; object-fit: cover; }
.vuz-category {
  position: absolute; top: 12px; left: 12px;
  background: var(--yellow); color: var(--tarmac-900);
  font-family: var(--font-headingEl); font-size: 1.05rem; font-weight: 700;
  padding: 5px 12px; border-radius: var(--r); box-shadow: 0 2px 0 var(--yellow-darkVar);
}
.vuz-bodyEl { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.vuz-bodyEl h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: 1.15rem; }
.vuz-rok { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-top: 3px; }
.vuz-bodyEl p { font-size: .93rem; color: var(--text-muted); margin-top: 11px; }
.vuz-percent {
  margin-top: 14px; padding: 13px 14px; background: var(--paperEl);
  border-left: 5px solid var(--yellow); border-radius: 0 var(--r) var(--r) 0;
  font-size: .9rem;
}
.vuz-percent b { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow-text); margin-bottom: 3px; }

.vuz-params { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 14px; }
.vuz-params div { background: var(--paperEl); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 10px; min-width: 0; }
.vuz-params dt { font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.vuz-params dd { font-family: var(--font-figure); font-size: .9rem; font-weight: 700; font-variant-numeric: tabular-nums; }

.footerEl { background: var(--tarmac-900); color: #aab3c1; padding: 40px 0 88px; }
.notice {
  display: flex; gap: 11px; align-items: flex-start; min-width: 0;
  background: rgba(255, 210, 31, .09); border: 1px solid rgba(255, 210, 31, .34);
  border-radius: var(--r-lg); padding: 14px 16px; margin-bottom: 28px;
  font-size: .87rem; color: #cfd6e1; line-height: 1.55;
}
.notice svg { flex: 0 0 20px; color: var(--yellow); margin-top: 3px; }
.notice strong { color: #fff; }
.footerEl-grid { display: grid; grid-template-columns: 1fr; gap: 26px; margin-bottom: 26px; }
.footerEl .brandMark-labelVal { color: #fff; }
.footerEl-brand p { margin-top: 12px; font-size: .9rem; max-width: 40ch; }
.footerEl-col h3 { font-family: var(--font-text); text-transform: none; letter-spacing: 0; font-size: .95rem; color: #fff; margin-bottom: 10px; }
.footerEl-col a, .footerEl-col p { display: block; font-size: .9rem; padding: 3px 0; overflow-wrap: anywhere; }
.footerEl-col a:hover { color: var(--yellow); }
.footerEl-bottomRow { border-top: 1px solid var(--line-darkVar); padding-top: 18px; font-size: .82rem; color: #7f8896; }

.callbar {
  position: fixed; left: 0; right: 0; bottom: var(--frontage-h, 0px); z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--tarmac-900); box-shadow: 0 -6px 20px rgba(0, 0, 0, .28);
  border-top: 2px solid var(--yellow);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 12px 8px; font-weight: 700; font-size: .97rem; color: #fff;
}
.callbar a.callNow { background: var(--yellow); color: var(--tarmac-900); }
.callbar a svg { width: 19px; height: 19px; flex: 0 0 19px; }

@media (min-width: 560px) {
  .switcher { grid-template-columns: repeat(5, 1fr); }
  .hero-figures { grid-template-columns: repeat(4, 1fr); }
  .fieldEl-line { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 720px) {
  .sectionBox { padding: 72px 0; }
  .wrap { padding: 0 24px; }
  .tileEl { grid-template-columns: repeat(2, 1fr); }
  .stepGrid { grid-template-columns: repeat(2, 1fr); }
  .reviewsId { grid-template-columns: repeat(3, 1fr); }
  .instructors { grid-template-columns: repeat(2, 1fr); }
  .course-dates { grid-template-columns: repeat(2, 1fr); }
  .hero-in { padding: 78px 0 64px; }
  .footerEl-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .vozy { grid-template-columns: repeat(2, 1fr); }
  .kurz-detail-bodyEl { grid-template-columns: 1.12fr 1fr; gap: 34px; padding: 26px 24px 28px; }
  .kurz-detail-headRow { padding: 22px 24px; }
}

@media (min-width: 900px) {
  .menu { display: flex; }
  .menu-buttonEl { display: none; }
  .callbar { display: none; }
  .footerEl { padding-bottom: 44px; }
  .calc { grid-template-columns: 1.05fr .95fr; }
  .calc-panel { padding: 26px 24px 28px; }
  .pairEl { grid-template-columns: 1fr 1fr; gap: 40px; }
  .pairEl.flipped .pairEl-media { order: 2; }
  .contact-plantGrid { grid-template-columns: 1fr 1.05fr; gap: 34px; }
  .formEl { padding: 28px 26px 30px; }
  .hero h1 { font-size: clamp(2.8rem, 5.2vw, 4.2rem); }
  .benefits-grid { grid-template-columns: repeat(4, 1fr); }
  .tileEl { grid-template-columns: repeat(3, 1fr); }
  .stepGrid { grid-template-columns: repeat(3, 1fr); }
  .vozy { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 360px) {
  .brandMark-labelVal { font-size: 1.12rem; }
  .brandMark-l { flex-basis: 36px; width: 36px; height: 36px; font-size: 1.4rem; }
  .whenVal { grid-template-columns: 62px 1fr; gap: 11px; }
  .whenVal-dateVal { flex-basis: 62px; }
  .switcher label b { font-size: 1.3rem; }
}

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

@media print {
  .headBar, .callbar, .mobileNav-menu, .coverEl, .skipLink { display: none !important; }
}
