:root {
  --yellow: #f5b301;
  --yellow-dark: #a87b00;
  --yellow-pale: #fdf3d3;
  --black: #17191c;
  --graphite: #22252b;
  --steel: #3a4049;
  --paper: #f4f3ee;
  --card: #ffffff;
  --ink: #1e2126;
  --muted: #565e68;
  --line: #dddcd2;
  --danger: #b23a2e;
  --radius: 8px;
  --radius-sm: 5px;
  --shadow-sm: 0 2px 8px rgba(23, 25, 28, .10);
  --shadow-md: 0 14px 30px rgba(23, 25, 28, .18);
  --maxw: 1160px;
  --font-head: "Arial Narrow", "Liberation Sans Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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

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

h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .015em;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }

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

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 500;
  background: var(--yellow); color: var(--black);
  font-weight: 800; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

.hazard {
  height: 8px;
  background: repeating-linear-gradient(-45deg, var(--yellow) 0 16px, var(--black) 16px 32px);
}

.tag {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 5px 14px;
  transform: skew(-8deg);
  margin-bottom: 16px;
}
.tag > span { display: inline-block; transform: skew(8deg); }

.section { padding: 64px 0; }
.sec-head { max-width: 680px; margin-bottom: 38px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(1.9rem, 5.6vw, 2.7rem); color: var(--black); }
.sec-head p { color: var(--muted); margin-top: 12px; font-size: 1.04rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-weight: 700;
  font-size: .98rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--yellow); color: var(--black); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: #ffc51e; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: var(--steel); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: .88rem; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

.top {
  position: sticky; top: 0; z-index: 100;
  background: var(--black); color: #fff;
  border-bottom: 3px solid var(--yellow);
}

.top-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }

.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brand-name {
  font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
  text-transform: uppercase; letter-spacing: .04em; line-height: 1.02; color: #fff;
}
.brand-sub { display: block; font-family: var(--font-body); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }

.nav-links { display: none; align-items: center; gap: 24px; }
.nav-links a { color: rgba(255, 255, 255, .88); font-size: .95rem; font-weight: 600; padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav-links a:hover { color: var(--yellow); }
.nav-links a.on { color: var(--yellow); border-bottom-color: var(--yellow); }
.nav-cta { margin-left: 4px; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  background: rgba(255, 255, 255, .12); border: 0; cursor: pointer;
  padding: 11px; min-width: 44px; min-height: 44px; border-radius: var(--radius-sm);
}
.nav-toggle span { width: 22px; height: 2px; background: #fff; display: block; }

.mmenu {
  position: fixed; inset: 0 0 0 auto; z-index: 200;
  width: min(84vw, 330px);
  background: var(--graphite); color: #fff;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  padding: 82px 28px 28px;
  display: flex; flex-direction: column; gap: 2px;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .3);
}
.mmenu.open { transform: translateX(0); }
.mmenu a { color: #f2f2ee; font-size: 1.12rem; font-weight: 600; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.mmenu a.on { color: var(--yellow); }
.mmenu .btn { margin-top: 20px; border-bottom: 0; }
.menu-close {
  position: absolute; top: 20px; right: 20px;
  background: rgba(255, 255, 255, .12); border: 0; color: #fff;
  min-width: 44px; min-height: 44px; border-radius: var(--radius-sm);
  font-size: 1.6rem; cursor: pointer; line-height: 1;
}
.backdrop { position: fixed; inset: 0; background: rgba(10, 12, 14, .55); z-index: 150; opacity: 0; visibility: hidden; transition: .3s; }
.backdrop.open { opacity: 1; visibility: visible; }

.hero { position: relative; color: #fff; overflow: hidden; background: var(--graphite); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(155deg, #2c3037, #1a1c20); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(15, 17, 20, .88) 0%, rgba(15, 17, 20, .62) 55%, rgba(15, 17, 20, .35) 100%); }
.hero-inner { position: relative; z-index: 2; padding-block: 84px 72px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--yellow); color: var(--black);
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: .8rem; letter-spacing: .12em; padding: 6px 14px;
  transform: skew(-8deg); margin-bottom: 20px;
}
.hero-kicker > span { display: inline-block; transform: skew(8deg); }
.hero h1 { font-size: clamp(2.3rem, 8vw, 4.1rem); max-width: 17ch; text-shadow: 0 2px 18px rgba(0, 0, 0, .45); }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-lead { font-size: clamp(1.02rem, 3.2vw, 1.22rem); max-width: 52ch; margin-top: 18px; color: rgba(255, 255, 255, .92); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 20px 40px; margin-top: 44px; }
.hero-fact strong { display: block; font-family: var(--font-head); font-size: 2rem; line-height: 1; color: var(--yellow); }
.hero-fact span { font-size: .85rem; opacity: .85; }

.subhero { background: var(--graphite); color: #fff; padding: 52px 0 46px; position: relative; overflow: hidden; }
.subhero::after {
  content: ""; position: absolute; right: -60px; top: -40px; width: 320px; height: 320px;
  background: repeating-linear-gradient(-45deg, rgba(245, 179, 1, .13) 0 16px, transparent 16px 32px);
  transform: rotate(8deg); pointer-events: none;
}
.subhero h1 { font-size: clamp(2rem, 6.4vw, 3.1rem); position: relative; z-index: 1; }
.subhero p { color: rgba(255, 255, 255, .82); margin-top: 12px; max-width: 62ch; font-size: 1.04rem; position: relative; z-index: 1; }
.crumbs { font-size: .82rem; color: rgba(255, 255, 255, .6); margin-bottom: 16px; position: relative; z-index: 1; }
.crumbs a { color: var(--yellow); font-weight: 600; }

.featbar { background: var(--black); color: #eceff2; padding: 30px 0; }
.featbar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 20px; }
.feat { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.feat svg { flex: 0 0 28px; color: var(--yellow); margin-top: 2px; }
.feat h3 { font-size: .95rem; letter-spacing: .05em; margin-bottom: 2px; color: #fff; }
.feat p { font-size: .83rem; color: rgba(236, 239, 242, .68); line-height: 1.45; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.filter-btn {
  background: var(--card); border: 2px solid var(--line); color: var(--ink);
  border-radius: var(--radius-sm); padding: 9px 18px;
  font-family: var(--font-head); font-size: .9rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em; cursor: pointer; transition: all .2s;
}
.filter-btn:hover { border-color: var(--yellow); }
.filter-btn.active { background: var(--black); border-color: var(--black); color: var(--yellow); }

.kat-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.kat-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
  box-shadow: var(--shadow-sm); position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.kat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.kat-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--yellow); opacity: 0; transition: opacity .2s; }
.kat-card:hover::before { opacity: 1; }

.kat-picto {
  display: flex; align-items: center; justify-content: center;
  height: 120px; color: var(--steel);
  background: repeating-linear-gradient(-45deg, #f0efe8 0 10px, #eae9e0 10px 20px);
  border-bottom: 1px solid var(--line);
}
.kat-picto svg { width: 64px; height: 64px; }
.kat-cat {
  position: absolute; top: 12px; right: 12px;
  background: var(--black); color: var(--yellow);
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 3px;
}
.kat-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.kat-body h3 { font-size: 1.18rem; color: var(--black); }
.kat-desc { color: var(--muted); font-size: .88rem; margin-top: 8px; }
.kat-foot { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.kat-price { font-family: var(--font-head); font-size: 1.55rem; font-weight: 700; color: var(--black); line-height: 1; }
.kat-price small { display: block; font-family: var(--font-body); font-size: .72rem; color: var(--muted); font-weight: 500; margin-top: 4px; text-transform: none; }
.kat-kauce { font-size: .74rem; color: var(--muted); }
.kat-kauce b { color: var(--ink); }
.kat-note { margin-top: 28px; font-size: .94rem; color: var(--muted); text-align: center; }
.kat-note a { color: var(--black); font-weight: 700; border-bottom: 2px solid var(--yellow); }

.calc { background: var(--graphite); color: #fff; position: relative; overflow: hidden; }
.calc::before {
  content: ""; position: absolute; left: -80px; bottom: -80px; width: 380px; height: 380px;
  background: repeating-linear-gradient(-45deg, rgba(245, 179, 1, .08) 0 16px, transparent 16px 32px);
  transform: rotate(-6deg); pointer-events: none;
}
.calc .sec-head h2 { color: #fff; }
.calc .sec-head p { color: rgba(255, 255, 255, .78); }
.calc-grid { display: grid; grid-template-columns: 1fr; gap: 26px; position: relative; z-index: 1; }

.calc-form { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); padding: 26px 22px; }
.calc-form .field label { color: #fff; }
.calc-form .field input, .calc-form .field select {
  background: #fff; color: var(--ink); border-color: transparent;
}
.calc-hint { font-size: .82rem; color: rgba(255, 255, 255, .65); margin-top: 6px; }
.calc-err { display: none; margin-top: 12px; background: rgba(178, 58, 46, .25); border: 1px solid rgba(255, 130, 115, .5); color: #ffd9d3; padding: 10px 14px; border-radius: var(--radius-sm); font-size: .9rem; }
.calc-err.show { display: block; }

.vydejka {
  background: #fffdf6; color: var(--ink);
  border-radius: var(--radius); padding: 24px 22px;
  border: 1px dashed #b9b39e;
  box-shadow: var(--shadow-md);
  font-variant-numeric: tabular-nums;
}
.vydejka-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 2px solid var(--black); padding-bottom: 10px; margin-bottom: 14px; }
.vydejka-head h3 { font-size: 1.15rem; }
.vydejka-head .razitko {
  font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--yellow-dark); border: 2px solid var(--yellow-dark);
  padding: 3px 8px; border-radius: 3px; transform: rotate(-3deg);
}
.vydejka-empty { color: var(--muted); font-size: .95rem; padding: 12px 0 4px; }
.v-line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 6px 0; font-size: .95rem; }
.v-line .l { color: var(--muted); min-width: 0; }
.v-line .r { font-weight: 700; white-space: nowrap; }
.v-line.discount .r { color: #1e6b24; }
.v-line.total { border-top: 2px solid var(--black); margin-top: 8px; padding-top: 12px; font-size: 1.05rem; }
.v-line.total .l { color: var(--black); font-weight: 800; }
.v-line.total .r { font-family: var(--font-head); font-size: 1.5rem; }
.v-note { font-size: .8rem; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.vydejka .btn { margin-top: 16px; }

.band { position: relative; overflow: hidden; background: linear-gradient(155deg, #e6e4d8, #d6d3c4); }
.band img { width: 100%; height: 100%; object-fit: cover; display: block; }
.band-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 12px; background: linear-gradient(transparent, rgba(15, 17, 20, .8)); color: #fff; font-size: .86rem; font-weight: 600; }

.about-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.about-media { position: relative; }
.about-media .photo {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3; background: linear-gradient(155deg, #e6e4d8, #d6d3c4);
}
.about-media .photo img { width: 100%; height: 100%; object-fit: cover; }
.about-media .badge {
  position: absolute; bottom: -16px; right: -6px;
  background: var(--yellow); color: var(--black);
  border-radius: var(--radius-sm); padding: 14px 18px; box-shadow: var(--shadow-md); text-align: center;
}
.about-media .badge strong { font-family: var(--font-head); font-size: 1.8rem; display: block; line-height: 1; }
.about-media .badge span { font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.about-text p { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }
.about-text .signature { margin-top: 22px; font-weight: 700; color: var(--black); }
.about-text .signature small { display: block; font-weight: 500; color: var(--muted); font-size: .84rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.gallery-item {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  aspect-ratio: 4 / 3; background: linear-gradient(155deg, #e6e4d8, #d6d3c4);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px; background: linear-gradient(transparent, rgba(15, 17, 20, .78)); color: #fff; font-size: .8rem; font-weight: 600; }

.steps { counter-reset: stepBox; display: grid; grid-template-columns: 1fr; gap: 18px; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px 22px; position: relative; min-width: 0; box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--yellow);
}
.step::before {
  counter-increment: stepBox; content: counter(stepBox, decimal-leading-zero);
  display: block; font-family: var(--font-head); font-weight: 700; font-size: 2.1rem;
  color: var(--yellow-dark); line-height: 1; margin-bottom: 10px;
}
.step h3 { font-size: 1.1rem; color: var(--black); }
.step p { color: var(--muted); font-size: .9rem; margin-top: 8px; }

.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.review-card { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--yellow); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.stars { color: var(--yellow-dark); letter-spacing: 3px; font-size: 1rem; margin-bottom: 12px; }
.review-card blockquote { font-size: 1rem; line-height: 1.6; color: var(--ink); }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.avatar {
  width: 44px; height: 44px; border-radius: var(--radius-sm); flex: 0 0 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--black); color: var(--yellow); font-weight: 800; font-size: 1rem;
}
.review-author strong { display: block; font-size: .95rem; color: var(--black); }
.review-author span { font-size: .82rem; color: var(--muted); }

.contact { background: #e9e7de; }
.contact-wrap { display: grid; grid-template-columns: 1fr; gap: 32px; }
.info-list { list-style: none; margin-top: 24px; display: grid; gap: 16px; }
.info-list li { display: flex; gap: 13px; align-items: flex-start; }
.info-list svg { flex: 0 0 24px; color: var(--yellow-dark); margin-top: 3px; }
.info-list strong { display: block; font-size: .95rem; color: var(--black); }
.info-list span, .info-list a { font-size: .92rem; color: var(--muted); }
.info-list a { font-weight: 700; color: var(--ink); }

.map-card { margin-top: 24px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); position: relative; aspect-ratio: 16 / 9; background: linear-gradient(155deg, #e6e4d8, #d6d3c4); }
.map-card img { width: 100%; height: 100%; object-fit: cover; }
.map-pin { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 16px 13px; background: linear-gradient(transparent, rgba(15, 17, 20, .82)); color: #fff; font-weight: 700; font-size: .85rem; display: flex; align-items: center; flex-wrap: wrap; gap: 4px 7px; min-width: 0; }
.map-pin svg { flex: 0 0 16px; }
.map-pin span { min-width: 0; }

.form-card { background: var(--card); border: 1px solid var(--line); border-top: 5px solid var(--yellow); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-md); }
.form-card h3 { color: var(--black); font-size: 1.4rem; margin-bottom: 6px; }
.form-card .form-sub { color: var(--muted); font-size: .93rem; margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; min-width: 0; }
.field label { font-size: .85rem; font-weight: 700; color: var(--black); }
.field label .req { color: var(--danger); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 11px 13px; border: 2px solid var(--line); border-radius: var(--radius-sm);
  background: #fbfaf5; transition: border-color .2s, box-shadow .2s;
  min-width: 0; max-width: 100%; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--yellow-dark); box-shadow: 0 0 0 3px rgba(245, 179, 1, .25);
}
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 4px; }
.form-msg { display: none; margin-top: 14px; padding: 13px 15px; border-radius: var(--radius-sm); background: var(--yellow-pale); border: 1px solid #e3c66a; color: var(--ink); font-size: .94rem; }
.form-msg.show { display: block; }
.consentVal-row { flex-direction: row; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.consentVal-row input { width: auto; min-width: 0; margin-top: 5px; }
.consentVal-row label { font-weight: 500; font-size: .84rem; color: var(--muted); }

.tabwrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow-sm); }
table.priceList { width: 100%; min-width: 660px; border-collapse: collapse; font-size: .93rem; font-variant-numeric: tabular-nums; }
table.priceList caption { text-align: left; padding: 14px 16px 4px; font-size: .85rem; color: var(--muted); }
table.priceList th, table.priceList td { padding: 11px 14px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.priceList th:first-child, table.priceList td:first-child { text-align: left; white-space: normal; min-width: 220px; }
table.priceList thead th {
  background: var(--black); color: #fff; font-family: var(--font-head);
  text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; position: sticky; top: 0;
}
table.priceList thead th small { display: block; font-family: var(--font-body); font-weight: 400; text-transform: none; letter-spacing: 0; color: rgba(255, 255, 255, .65); font-size: .72rem; }
table.priceList .group td {
  background: var(--yellow); color: var(--black); font-family: var(--font-head);
  font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .84rem; text-align: left;
}
table.priceList tbody tr:hover td { background: #faf9f2; }
table.priceList tbody tr.group:hover td { background: var(--yellow); }
table.priceList td.kauce { color: var(--muted); }

.priceList-notes { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
.note-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 20px; box-shadow: var(--shadow-sm); min-width: 0; }
.note-card svg { color: var(--yellow-dark); margin-bottom: 10px; }
.note-card h3 { font-size: 1.02rem; color: var(--black); }
.note-card p { font-size: .88rem; color: var(--muted); margin-top: 7px; }

.doc { max-width: 780px; }
.doc-toc { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--yellow); border-radius: var(--radius); padding: 18px 22px; margin-bottom: 38px; font-size: .93rem; }
.doc-toc strong { display: block; margin-bottom: 8px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.doc-toc ol { margin-left: 20px; display: grid; gap: 4px; }
.doc-toc a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--yellow); }
.doc section { margin-bottom: 44px; }
.doc h2 { font-size: 1.5rem; color: var(--black); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block; }
.doc p { color: var(--muted); margin-top: 14px; }
.doc p b, .doc li b { color: var(--ink); }
.doc ul { margin: 14px 0 0 20px; color: var(--muted); display: grid; gap: 8px; }
.doc .ramecek { background: var(--yellow-pale); border: 1px solid #e3c66a; border-radius: var(--radius-sm); padding: 14px 18px; margin-top: 16px; font-size: .93rem; color: var(--ink); }
.doc .ramecek b { color: var(--black); }

details.faq { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-top: 12px; overflow: hidden; }
details.faq summary {
  cursor: pointer; padding: 14px 18px; font-weight: 700; color: var(--black);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-family: var(--font-head); font-size: 1.3rem; color: var(--yellow-dark); flex: 0 0 auto; }
details.faq[open] summary::after { content: "–"; }
details.faq[open] summary { border-bottom: 1px solid var(--line); }
details.faq .faq-body { padding: 14px 18px 16px; color: var(--muted); font-size: .93rem; }

.ctaband { background: var(--yellow); padding: 44px 0; }
.ctaband-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.ctaband h2 { font-size: clamp(1.5rem, 4.6vw, 2.1rem); color: var(--black); }
.ctaband p { color: rgba(23, 25, 28, .75); margin-top: 6px; font-size: .98rem; }

footer { background: var(--black); color: rgba(236, 239, 242, .78); padding: 50px 0 120px; }
.foot-disclaimer { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 28px; font-size: .85rem; color: rgba(236, 239, 242, .82); display: flex; gap: 10px; align-items: flex-start; }
.foot-disclaimer svg { flex: 0 0 20px; color: var(--yellow); margin-top: 2px; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
.foot-brand p { margin-top: 12px; font-size: .9rem; max-width: 44ch; }
.foot-col h3 { color: #fff; font-size: .92rem; letter-spacing: .1em; margin-bottom: 12px; }
.foot-col a, .foot-col p { display: block; font-size: .9rem; padding: 3px 0; color: rgba(236, 239, 242, .75); }
.foot-col a:hover { color: var(--yellow); }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 20px; font-size: .82rem; color: rgba(236, 239, 242, .55); }

.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--black); color: #fff;
  display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .25);
}
.callbar a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 8px; font-weight: 700; font-size: .96rem; }
.callbar a.call { background: var(--yellow); color: var(--black); }
.callbar a svg { width: 19px; height: 19px; }

@media (min-width: 620px) {
  .kat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; }
  .featbar-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .priceList-notes { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .section { padding: 88px 0; }
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .kat-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .calc-grid { grid-template-columns: 1.05fr .95fr; align-items: start; }
  .contact-wrap { grid-template-columns: 1fr 1.1fr; align-items: start; }
  .about-grid { grid-template-columns: .95fr 1.05fr; }
  .priceList-notes { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .callbar { display: none; }
  footer { padding-bottom: 50px; }
}

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