/* =========================================================
   Latigo Familia — rodinné financie
   Dizajnový systém: tmavá koža + brúsené zlato
   ========================================================= */

:root {
  --ink:        #0C0A08;
  --hide:       #14100D;
  --hide-2:     #1D1712;
  --cordovan:   #3A211A;
  --gold:       #C8A24A;
  --gold-soft:  #E4CB90;
  --gold-deep:  #8E6F28;
  --parchment:  #F0E8DA;
  --muted:      #A2917C;
  --line:       rgba(200, 162, 74, .22);
  --line-soft:  rgba(240, 232, 218, .10);

  --display: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --body: "Jost", "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1160px;
  --r: 4px;
  --shadow: 0 24px 60px rgba(0, 0, 0, .55);
}

*,
*::before,
*::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background-color: var(--ink);
  background-image:
    radial-gradient(1100px 620px at 78% -8%, rgba(200, 162, 74, .10), transparent 62%),
    radial-gradient(760px 520px at 4% 22%, rgba(58, 33, 26, .55), transparent 65%),
    repeating-linear-gradient(114deg, rgba(255, 255, 255, .012) 0 2px, transparent 2px 5px),
    repeating-linear-gradient(24deg, rgba(0, 0, 0, .16) 0 3px, transparent 3px 7px);
  color: var(--parchment);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 300;
  letter-spacing: .005em;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }

p { margin: 0 0 1.1em; }

::selection { background: var(--gold); color: var(--ink); }

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

.wrap {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}

.eyebrow {
  font-size: .74rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .9rem;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  flex: none;
}

.lede {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 62ch;
}

.section {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  position: relative;
}

.section + .section { border-top: 1px solid var(--line-soft); }

.section-head { max-width: 720px; margin-bottom: 3rem; }

/* ---------- Tlačidlá ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .95rem 1.9rem;
  border-radius: var(--r);
  font-family: var(--body);
  font-size: .84rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid var(--gold);
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.btn-gold {
  background: linear-gradient(160deg, var(--gold-soft), var(--gold) 46%, var(--gold-deep));
  color: #1A1409;
  box-shadow: 0 12px 28px rgba(142, 111, 40, .28);
}

.btn-gold:hover { transform: translateY(-2px); color: #120E06; box-shadow: 0 16px 34px rgba(142, 111, 40, .38); }

.btn-ghost { background: transparent; color: var(--gold-soft); }
.btn-ghost:hover { background: rgba(200, 162, 74, .10); color: var(--gold-soft); transform: translateY(-2px); }

/* ---------- Hlavička ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(12, 10, 8, .78);
  border-bottom: 1px solid var(--line-soft);
  transition: background .3s ease, border-color .3s ease;
}

.topbar.is-scrolled { background: rgba(12, 10, 8, .95); border-color: var(--line); }

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 78px;
}

.brand { display: flex; align-items: center; gap: .8rem; color: var(--parchment); }
.brand:hover { color: var(--parchment); }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand-name {
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: .06em;
  line-height: 1;
}
.brand-sub {
  display: block;
  font-family: var(--body);
  font-size: .58rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .3rem;
}

.nav { display: flex; align-items: center; gap: 1.7rem; }

.nav a {
  color: var(--parchment);
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  padding: .3rem 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s ease;
}

.nav a:hover::after, .nav a.is-active::after { width: 100%; }

.topbar-phone {
  font-size: .9rem;
  letter-spacing: .06em;
  color: var(--gold-soft);
  white-space: nowrap;
}

.burger {
  display: none;
  width: 46px; height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--r);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.burger span, .burger span::before, .burger span::after {
  content: "";
  display: block;
  width: 20px; height: 1.5px;
  background: var(--gold-soft);
  transition: transform .3s ease, opacity .2s ease;
}
.burger span { position: relative; }
.burger span::before { position: absolute; top: -6px; }
.burger span::after { position: absolute; top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 span { color: var(--gold-soft); font-style: italic; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin: 2.2rem 0 2rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line-soft);
}
.hero-facts div strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  color: var(--gold-soft);
  font-weight: 500;
  line-height: 1;
}
.hero-facts div span {
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-visual { position: relative; }

.frame {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.02) brightness(.86); }
.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(200, 162, 74, .14), transparent 45%, rgba(12, 10, 8, .78));
  pointer-events: none;
}

.hero-visual .frame { aspect-ratio: 4 / 5; }

.hero-stamp {
  position: absolute;
  left: -22px;
  bottom: 34px;
  background: var(--hide-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow);
  max-width: 240px;
}
.hero-stamp strong {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--gold-soft);
  font-weight: 500;
  display: block;
}
.hero-stamp span { font-size: .78rem; color: var(--muted); letter-spacing: .06em; }

/* ---------- Šitý panel (podpisový prvok) ---------- */
.stitched {
  position: relative;
  background:
    linear-gradient(155deg, rgba(58, 33, 26, .42), transparent 55%),
    var(--hide);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: clamp(1.6rem, 3vw, 2.4rem);
}
.stitched::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(200, 162, 74, .34);
  border-radius: 2px;
  pointer-events: none;
}

/* ---------- Služby ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}

.card {
  background: var(--hide);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: var(--shadow); }

.card-media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.72) brightness(.72);
  transition: transform .8s ease, filter .5s ease;
}
.card:hover .card-media img { transform: scale(1.06); filter: saturate(.9) brightness(.82); }
.card-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--hide), transparent 62%);
}

.card-body { padding: 1.6rem 1.5rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: .55rem; }
.card-body p { color: var(--muted); font-size: .95rem; }
.card-tag {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- Postup ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.step {
  padding: 1.8rem 1.5rem;
  background: linear-gradient(180deg, rgba(29, 23, 18, .9), rgba(20, 16, 13, .9));
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  position: relative;
}
.step-no {
  font-family: var(--display);
  font-size: 2.6rem;
  color: rgba(200, 162, 74, .32);
  line-height: 1;
  display: block;
  margin-bottom: .6rem;
}
.step h3 { font-size: 1.2rem; }
.step p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ---------- Kalkulačka ---------- */
.calc-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
}

.field { margin-bottom: 1.3rem; }
.field label {
  display: block;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .5rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  background: rgba(12, 10, 8, .72);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  color: var(--parchment);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 300;
  padding: .85rem 1rem;
  transition: border-color .25s ease, background .25s ease;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--gold);
  background: rgba(12, 10, 8, .95);
  outline: none;
}
textarea { min-height: 140px; resize: vertical; }
select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.range-row { display: flex; align-items: center; gap: 1rem; }
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  background: rgba(240, 232, 218, .16);
  border-radius: 3px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-soft), var(--gold-deep));
  border: none;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-soft), var(--gold-deep));
  border: none;
  cursor: pointer;
}
.range-val {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--gold-soft);
  min-width: 2.5ch;
  text-align: right;
}

.gauge-wrap { text-align: center; }
.gauge { width: 100%; max-width: 300px; margin: 0 auto .6rem; display: block; }
.gauge-track { fill: none; stroke: rgba(240, 232, 218, .12); stroke-width: 10; stroke-linecap: round; }
.gauge-fill {
  fill: none;
  stroke: url(#gaugeGold);
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset .8s cubic-bezier(.22, .8, .3, 1);
}
.gauge-value {
  font-family: var(--display);
  font-size: 3.1rem;
  line-height: 1;
  color: var(--gold-soft);
  display: block;
}
.gauge-label { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

.calc-out { list-style: none; margin: 1.8rem 0 0; padding: 0; }
.calc-out li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: .95rem;
}
.calc-out li span:first-child { color: var(--muted); }
.calc-out li b { font-weight: 400; color: var(--gold-soft); font-family: var(--display); font-size: 1.2rem; }

.calc-note { font-size: .82rem; color: var(--muted); margin-top: 1.2rem; }

/* ---------- Cenník ---------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.4rem; align-items: stretch; }

.plan {
  background: var(--hide);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 2.1rem 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .35s ease, border-color .35s ease;
}
.plan:hover { transform: translateY(-6px); border-color: var(--line); }

.plan.is-featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(58, 33, 26, .45), var(--hide) 55%);
  box-shadow: var(--shadow);
}
.plan-badge {
  position: absolute;
  top: -12px; left: 1.8rem;
  background: linear-gradient(150deg, var(--gold-soft), var(--gold-deep));
  color: #171105;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .3rem .8rem;
  border-radius: 2px;
}

.plan h3 { margin-bottom: .2rem; }
.plan-for { font-size: .84rem; color: var(--muted); margin-bottom: 1.3rem; }

.plan-price {
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--gold-soft);
  font-weight: 500;
}
.plan-price sup { font-size: 1.3rem; top: -1rem; }
.plan-per { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: block; margin: .5rem 0 1.5rem; }

.plan ul { list-style: none; margin: 0 0 1.8rem; padding: 0; }
.plan li {
  position: relative;
  padding: .48rem 0 .48rem 1.6rem;
  font-size: .94rem;
  color: var(--parchment);
  border-bottom: 1px solid rgba(240, 232, 218, .06);
}
.plan li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.05em;
  width: 7px; height: 7px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: rotate(45deg) translateY(-50%);
}
.plan .btn { margin-top: auto; width: 100%; }

.price-notes {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem 2rem;
  font-size: .9rem;
  color: var(--muted);
}
.price-notes h4 {
  font-family: var(--body);
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .4rem;
  font-weight: 400;
}
.price-notes p { margin: 0; }

/* ---------- Príbehy ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.quote {
  background: var(--hide);
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--gold);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem;
}
.quote p { font-family: var(--display); font-size: 1.22rem; line-height: 1.5; color: var(--parchment); }
.quote footer { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Split blok ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.split .frame { aspect-ratio: 5 / 4; }
.checklist { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.checklist li {
  position: relative;
  padding: .55rem 0 .55rem 2rem;
  color: var(--muted);
  font-size: .97rem;
}
.checklist li strong { color: var(--parchment); font-weight: 400; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.15em;
  width: 9px; height: 9px;
  border: 1px solid var(--gold);
  transform: rotate(45deg) translateY(-50%);
}

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--parchment);
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  text-align: left;
  padding: 1.4rem 3rem 1.4rem 0;
  cursor: pointer;
  position: relative;
  transition: color .25s ease;
}
.faq-q:hover { color: var(--gold-soft); }
.faq-q::after {
  content: "";
  position: absolute;
  right: .6rem; top: 50%;
  width: 11px; height: 11px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s ease;
}
.faq-q[aria-expanded="true"]::after { transform: translateY(-30%) rotate(-135deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}
.faq-a p { color: var(--muted); font-size: .97rem; padding-bottom: 1.4rem; margin: 0; }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: start;
}

.contact-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--line-soft); }
.contact-list span {
  display: block;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .25rem;
}
.contact-list a, .contact-list p { color: var(--parchment); margin: 0; font-size: 1.02rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }

.consent {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  font-size: .85rem;
  color: var(--muted);
  margin: .4rem 0 1.4rem;
}
.consent input { margin-top: .28rem; accent-color: var(--gold); width: 17px; height: 17px; flex: none; }

.form-msg {
  margin-top: 1.1rem;
  padding: .95rem 1.1rem;
  border-radius: var(--r);
  font-size: .92rem;
  display: none;
}
.form-msg.ok { display: block; background: rgba(200, 162, 74, .12); border: 1px solid var(--line); color: var(--gold-soft); }
.form-msg.err { display: block; background: rgba(150, 60, 40, .16); border: 1px solid rgba(200, 90, 60, .4); color: #F0C4B4; }

/* ---------- Pätička ---------- */
.footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(20, 16, 13, .6), var(--ink));
  padding: 3.6rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.4rem;
  margin-bottom: 2.6rem;
}
.footer h4 {
  font-family: var(--body);
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin: 0 0 1rem;
}
.footer p, .footer li { color: var(--muted); font-size: .92rem; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { padding: .3rem 0; }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--gold-soft); }

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: .82rem;
  color: var(--muted);
}

.disclaimer {
  font-size: .82rem;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--r);
  padding: 1rem 1.2rem;
  margin-top: 2rem;
}

/* ---------- Cookie lišta ---------- */
.cookiebar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 160%);
  width: min(100% - 2rem, 940px);
  background: var(--hide-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 1.4rem 1.5rem;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  align-items: center;
  transition: transform .5s cubic-bezier(.22, .8, .3, 1);
}
.cookiebar.is-open { transform: translate(-50%, 0); }
.cookiebar p { margin: 0; font-size: .9rem; color: var(--muted); }
.cookiebar h4 { font-family: var(--display); font-size: 1.15rem; margin: 0 0 .35rem; color: var(--parchment); font-weight: 500; }
.cookiebar-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.cookiebar .btn { padding: .7rem 1.3rem; font-size: .74rem; }

/* ---------- Právne stránky ---------- */
.legal-hero { padding: clamp(3rem, 6vw, 5rem) 0 2rem; border-bottom: 1px solid var(--line-soft); }
.legal { padding: 3rem 0 5rem; }
.legal-body { max-width: 800px; }
.legal-body h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 2.6rem; }
.legal-body h3 { font-size: 1.15rem; margin-top: 1.8rem; }
.legal-body p, .legal-body li { color: var(--muted); font-size: .98rem; }
.legal-body strong { color: var(--parchment); font-weight: 400; }
.legal-body ul, .legal-body ol { padding-left: 1.2rem; }
.legal-body li { margin-bottom: .5rem; }
.legal-meta {
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.legal-toc {
  margin: 2rem 0 0;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  background: var(--hide);
}
.legal-toc h4 { font-family: var(--body); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 .7rem; font-weight: 400; }
.legal-toc ol { margin: 0; padding-left: 1.1rem; }
.legal-toc li { margin-bottom: .3rem; }

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: .92rem;
}
.table th, .table td {
  text-align: left;
  padding: .8rem .9rem;
  border-bottom: 1px solid var(--line-soft);
  color: var(--muted);
}
.table th { color: var(--gold); font-weight: 400; letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; }
.table td strong { color: var(--parchment); font-weight: 400; }

/* ---------- Animácie ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.22, .8, .3, 1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responzivita ---------- */
@media (max-width: 1000px) {
  .hero-grid, .calc-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual .frame { aspect-ratio: 16 / 11; }
  .hero-stamp { left: auto; right: 16px; bottom: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar-phone { display: none; }
}

@media (max-width: 860px) {
  .burger { display: inline-flex; }
  .nav {
    position: fixed;
    inset: 78px 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--hide-2);
    border-bottom: 1px solid var(--line);
    padding: 1rem 1.5rem 1.8rem;
    transform: translateY(-130%);
    transition: transform .4s cubic-bezier(.22, .8, .3, 1);
    z-index: 55;
  }
  .nav.is-open { transform: none; }
  .nav a { padding: .85rem 0; width: 100%; border-bottom: 1px solid var(--line-soft); }
  .nav .btn { margin-top: 1rem; width: 100%; border-bottom: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookiebar { grid-template-columns: 1fr; }
  .cookiebar-actions .btn { flex: 1; }
  .hero-facts { gap: 1.6rem; }
  .hero-stamp { position: static; margin-top: 1rem; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
