:root {
  --bg: #ffffff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel2: rgba(255, 255, 255, 0.82);
  --stroke: rgba(15, 23, 42, 0.10);
  --text: rgba(15, 23, 42, 0.92);
  --muted: rgba(15, 23, 42, 0.72);
  --muted2: rgba(15, 23, 42, 0.56);

  --accent: #2563eb;
  --accent2: #0ea5e9;
  --shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
  --radius: 18px;
  --radius2: 24px;

  --container: 1120px;
  --header-h: 68px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, Helvetica, Arial;
  color: var(--text);
  padding-top: var(--header-h);
  background-color: var(--bg);
  /* Základní pozadí (jednotné). Sekce mají vlastní panely níž. */
  background-image: linear-gradient(180deg, #ffffff 0%, #fbfcff 55%, #ffffff 100%);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 84px 0;
  position: relative;
  isolation: isolate;
}

.section--tight {
  padding: 64px 0;
}

/* Vizuální oddělení sekcí: každý blok má vlastní panel (nepřetéká do dalších). */
main > .section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.86);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

main > .section:nth-of-type(even)::before {
  background: rgba(255, 255, 255, 0.86);
}

main > .section:nth-of-type(odd)::before {
  background: rgba(255, 255, 255, 0.86);
}

.section__header {
  max-width: 760px;
  margin: 0 0 22px;
}

/* Realitní dekorace v sekcích (stejný jazyk jako hero — siluety města / line-art budovy) */
.section--re {
  overflow: hidden;
}

.section--re > .container {
  position: relative;
  z-index: 1;
}

.re-sec {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.re-sec__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.re-sec--skyline {
  bottom: 0;
  left: 0;
  right: 0;
  height: min(22vh, 220px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.re-sec--skyline .re-sec__svg {
  width: 125%;
  min-width: 960px;
  max-width: none;
  height: 100%;
  min-height: 112px;
  color: rgba(15, 23, 42, 0.26);
  opacity: 0.5;
}

.re-sec--skyline.re-sec--dim .re-sec__svg {
  opacity: 0.32;
}

.re-sec--mural-tr,
.re-sec--mural-bl,
.re-sec--mural-tl {
  inset: 0;
}

/* Otazníky jen ve sloupci s textem (vpravo od videa), uvnitř .container */
#video .re-sec--questions {
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 8px 4% 18px;
}

#video .re-sec--questions .re-sec__svg {
  width: 100%;
  max-width: none;
  height: min(44vh, 340px);
  color: rgba(15, 23, 42, 0.18);
}

.re-sec--mural-tr {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6% 0 0 38%;
}

.re-sec--mural-tr .re-sec__svg {
  width: min(50vw, 400px);
  height: min(58vh, 460px);
  max-height: 380px;
  color: rgba(15, 23, 42, 0.16);
}

.re-sec--mural-bl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 22% 42% 8% 0;
}

.re-sec--mural-bl .re-sec__svg {
  width: min(46vw, 360px);
  height: min(52vh, 420px);
  color: rgba(15, 23, 42, 0.15);
}

.re-sec--mural-tl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4% 32% 0 0;
}

.re-sec--mural-tl .re-sec__svg {
  width: min(48vw, 380px);
  height: min(54vh, 440px);
  color: rgba(15, 23, 42, 0.14);
}

.re-sec--roofs {
  top: 0;
  left: 0;
  right: 0;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
}

.re-sec--roofs .re-sec__svg {
  width: min(92%, 760px);
  height: 88px;
  max-height: 100px;
  color: rgba(15, 23, 42, 0.14);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  z-index: 9999;
}

.skip:focus {
  left: 12px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.h1 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.h1__muted {
  color: var(--muted);
}

.h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
}

.p--muted {
  color: var(--muted2);
}

.lead {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.05rem;
  max-width: 62ch;
}

/* Problem awareness pod hero — region místo <section>, aby se neměnilo střídání pozadí u ostatních sekcí */
.problems-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(44px, 6.5vw, 72px) 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background-color: var(--bg);
  text-align: left;
}

/* Rozmazané „portálové“ pozadí (abstraktní listing grid) — nízká intenzita, bez animací */
.problems-band::before {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  top: -9%;
  bottom: -9%;
  z-index: 0;
  background-image: url("images/problems-portal-bg.svg");
  background-size: cover;
  background-position: center 28%;
  transform: scale(1.15);
  filter: blur(14px);
  opacity: 0.14;
  pointer-events: none;
}

/* Tmavý přechod + vignette + jemná mřížka — čitelnost obsahu, tlumený „chaos“ v pozadí */
.problems-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 92% at 50% 48%, transparent 38%, rgba(15, 23, 42, 0.10) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.18) 46%, rgba(255, 255, 255, 0.46) 100%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 34px,
      rgba(15, 23, 42, 0.055) 34px,
      rgba(15, 23, 42, 0.055) 35px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 34px,
      rgba(15, 23, 42, 0.045) 34px,
      rgba(15, 23, 42, 0.045) 35px
    );
}

.problems-band > .container {
  position: relative;
  z-index: 2;
}

.problems-band__inner {
  max-width: 760px;
  margin: 0;
}

.problems-band__title {
  margin: 0 0 clamp(14px, 2.2vw, 20px);
  font-size: clamp(1.42rem, 4.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--text);
}

.problems-band__intro {
  margin: 0 0 clamp(22px, 3.5vw, 30px);
  max-width: 62ch;
  font-size: clamp(1rem, 2.3vw, 1.14rem);
  line-height: 1.65;
  color: var(--muted);
}

.problems-band__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 54ch;
  display: grid;
  gap: clamp(12px, 2.2vw, 16px);
}

.problems-band__list li {
  position: relative;
  padding-left: 1.25em;
  font-size: clamp(0.96rem, 2.1vw, 1.06rem);
  line-height: 1.55;
  color: var(--text);
}

.problems-band__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #356bff);
  box-shadow: 0 0 0 2px rgba(43, 127, 255, 0.22);
}

.problems-band__cta {
  margin-top: clamp(26px, 4vw, 34px);
}

.muted {
  color: var(--muted2);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 12px;
  color: inherit;
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.brand:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.brand:active {
  transform: none;
  background: transparent;
}

.brand:focus-visible {
  outline: 2px solid rgba(43, 127, 255, 0.7);
  outline-offset: 2px;
}

.brand__logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  transition: transform 200ms ease, filter 200ms ease;
}

.brand:hover .brand__logo {
  transform: none;
  filter: none;
}

.brand__name {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(15, 23, 42, 0.92);
  transition: color 200ms ease;
}

.brand:hover .brand__name {
  color: rgba(15, 23, 42, 0.92);
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav__link {
  color: rgba(15, 23, 42, 0.78);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 10px;
  border-radius: 12px;
  transition: background 160ms ease, color 160ms ease;
}

.nav__link:hover {
  background: rgba(15, 23, 42, 0.04);
  color: rgba(15, 23, 42, 0.92);
}

.nav__link:focus-visible {
  outline: 2px solid rgba(43, 127, 255, 0.7);
  outline-offset: 2px;
}

.nav a.nav--current {
  color: rgba(15, 23, 42, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: rgba(37, 99, 235, 0.85);
}

.nav a.nav--current.nav__link:hover {
  text-decoration-color: rgba(14, 165, 233, 0.75);
}

.navToggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 10px 12px;
  color: var(--text);
  line-height: 0;
  flex-shrink: 0;
}

/* Flex na vnitřním spanu — u <button> často nefunguje column na mobilu (WebKit). */
.navToggle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.navToggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  flex-shrink: 0;
  background: currentColor;
  margin: 0;
  border-radius: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease,
    box-shadow 160ms ease, color 160ms ease;
  user-select: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn:focus-visible {
  outline: 2px solid rgba(43, 127, 255, 0.7);
  outline-offset: 2px;
}

.btn--primary {
  background: #2563eb;
  color: #ffffff;
  border-color: rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 40px rgba(43, 127, 255, 0.22);
}

.btn--primary:hover {
  box-shadow: 0 18px 55px rgba(43, 127, 255, 0.28);
  transform: translateY(-1px);
}

/* Jediné CTA v hlavičce — bez vizuální změny při hoveru */
.nav .btn.btn--primary:hover {
  box-shadow: 0 16px 40px rgba(43, 127, 255, 0.22);
  transform: none;
}

.btn--ghost {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.14);
  color: rgba(15, 23, 42, 0.9);
}

.btn--ghost:hover {
  background: rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.btn--sm {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.btn--block {
  width: 100%;
}

.link {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.88);
  text-decoration: underline;
  text-decoration-color: rgba(37, 99, 235, 0.50);
  text-underline-offset: 4px;
}

.hero {
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}

/* Velké pozadí: silueta města přes spodní část hero */
.re-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.re-hero-bg__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 70% at 75% 100%, rgba(43, 127, 255, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 80% 55% at 12% 85%, rgba(34, 211, 238, 0.09) 0%, transparent 48%);
}

.re-hero-bg__city {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 165%;
  min-width: 1100px;
  height: min(58vh, 420px);
  min-height: 200px;
  color: rgba(15, 23, 42, 0.18);
  display: block;
}

.hero .container {
  position: relative;
  z-index: 1;
}

/* Velká line-art dekorace vedle fotky (bytovka + dům + křivka pozemku) */
.hero__re-mural {
  position: absolute;
  z-index: 0;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: min(92%, 440px);
  height: min(88vh, 580px);
  max-height: none;
  color: rgba(15, 23, 42, 0.16);
  pointer-events: none;
}

.hero__re-mural__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 52px);
  align-items: center;
}

.hero__cta {
  margin: 10px 0 18px;
}

.hero__cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.hero__how-link {
  font-size: 0.95rem;
  font-weight: 700;
}

@keyframes heroCtaWiggle {
  0%,
  6%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    box-shadow:
      0 16px 40px rgba(43, 127, 255, 0.22),
      0 0 28px rgba(43, 127, 255, 0.1);
  }
  1% {
    transform: translate3d(-4px, 0, 0) rotate(-0.7deg);
    box-shadow:
      0 19px 48px rgba(43, 127, 255, 0.28),
      0 0 36px rgba(43, 127, 255, 0.15);
  }
  3% {
    transform: translate3d(4px, 0, 0) rotate(0.7deg);
    box-shadow:
      0 19px 48px rgba(43, 127, 255, 0.28),
      0 0 36px rgba(43, 127, 255, 0.15);
  }
  5% {
    transform: translate3d(-3px, 0, 0) rotate(-0.45deg);
    box-shadow:
      0 17px 42px rgba(43, 127, 255, 0.24),
      0 0 30px rgba(43, 127, 255, 0.12);
  }
  7% {
    transform: translate3d(3px, 0, 0) rotate(0.45deg);
    box-shadow:
      0 17px 42px rgba(43, 127, 255, 0.24),
      0 0 30px rgba(43, 127, 255, 0.12);
  }
  9% {
    transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
    box-shadow:
      0 16px 40px rgba(43, 127, 255, 0.22),
      0 0 28px rgba(43, 127, 255, 0.1);
  }
}

.hero__cta .btn.btn--primary {
  animation: heroCtaWiggle 3s linear infinite;
}

.hero__cta .btn.btn--primary:hover,
.hero__cta .btn.btn--primary:focus-visible,
.hero__cta .btn.btn--primary:active {
  animation: none;
}

.hero__media {
  position: relative;
  display: block;
  align-self: center;
  min-width: 0;
}

/* Hero: fotka bez „rámečku“ — žádný border, stín ani zaoblení jako u karty */
.hero-visual {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.hero-visual__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 28%;
}

@media (min-width: 981px) {
  .hero__grid .hero__media {
    margin-left: -20px;
  }

  .navToggle {
    display: none;
  }
}

.portrait {
  margin: 0;
  margin-top: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.portrait__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  transform: translateY(clamp(-72px, -6vw, -36px)) scale(1.2);
  transform-origin: top center;
}

.portrait__caption {
  padding: 14px 14px 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.10);
}

.card--note {
  border-color: rgba(43, 127, 255, 0.22);
  background: linear-gradient(180deg, rgba(43, 127, 255, 0.10), rgba(255, 255, 255, 0.05));
}

.card__title {
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.card__text {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}

/* Když má split jen jeden sloupec (např. po odstranění aside), netlač layout do 2 sloupců */
.split:has(> :only-child) {
  grid-template-columns: 1fr;
}

.split--about {
  align-items: center;
}

.split__media {
  min-width: 0;
}

.about-photo {
  margin: 0;
  border-radius: var(--radius2);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transform-origin: center;
  transition:
    transform 180ms cubic-bezier(0.34, 1.2, 0.64, 1),
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.about-photo:hover {
  transform: scale(1.025);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.about-photo__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}


.list {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.steps {
  --steps-gap: clamp(28px, 3vw, 44px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: var(--steps-gap);
  min-height: clamp(26rem, 46vh, 38rem);
  position: relative;
}

.steps__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--steps-gap);
  min-height: 0;
  height: 100%;
  align-items: stretch;
}

.steps__row--pair {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 20px 18px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.step .p {
  flex: 1 1 auto;
  margin-bottom: 0;
}

/* Šipky v řádku (desktop: doprava) */
.steps__row .step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-0.5 * var(--steps-gap));
  width: 16px;
  height: 16px;
  transform: translate(50%, -50%) rotate(45deg);
  border-right: 2px solid rgba(43, 127, 255, 0.85);
  border-top: 2px solid rgba(43, 127, 255, 0.85);
  filter: drop-shadow(0 6px 14px rgba(43, 127, 255, 0.18));
  pointer-events: none;
}

/* Třetí karta: šipka doprava (jako 1 a 2) */
.steps__row:first-child > .step:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-0.5 * var(--steps-gap));
  left: auto;
  bottom: auto;
  width: 16px;
  height: 16px;
  transform: translate(50%, -50%) rotate(45deg);
  border-right: 2px solid rgba(43, 127, 255, 0.85);
  border-top: 2px solid rgba(43, 127, 255, 0.85);
  filter: drop-shadow(0 6px 14px rgba(43, 127, 255, 0.18));
  pointer-events: none;
}

.step:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(37, 99, 235, 0.18);
}

.step__badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 10px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.16);
  color: rgba(15, 23, 42, 0.88);
}

/* „Dělám věci trochu jinak“: čísla modře, bez badge pozadí */
#proces .step__badge {
  background: transparent;
  border-color: rgba(15, 23, 42, 0.28);
  color: var(--accent);
  font-size: 1.1rem;
  align-self: flex-start;
}

.ctaBar {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(43, 127, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ctaBar__title {
  margin: 0 0 4px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.ctaBar__text {
  margin: 0;
  color: var(--muted);
}

.video {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.video__copy {
  padding-left: 2px;
}

.video__frame {
  border-radius: var(--radius2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.video__player {
  width: 100%;
  height: auto;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  /* zachová reálný poměr stran videa */
  object-fit: contain;
  max-height: min(520px, 70vh);
}

.video__placeholder {
  height: 100%;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 10px;
  background: radial-gradient(800px circle at 20% 10%, rgba(43, 127, 255, 0.20), transparent 55%),
    radial-gradient(600px circle at 80% 30%, rgba(34, 211, 238, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.video__headline {
  margin: 0;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.video__sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.video__btn {
  justify-self: start;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card--service {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.card--service:hover {
  transform: translateY(-2px);
  border-color: rgba(43, 127, 255, 0.24);
  background: rgba(255, 255, 255, 0.075);
}

.mini {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted2);
  line-height: 1.65;
}

.ctaInline {
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius2);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ctaInline__text {
  margin: 0;
  color: var(--text);
  line-height: 1.55;
  font-weight: 700;
}

.work {
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.work:hover {
  transform: translateY(-2px);
  border-color: rgba(43, 127, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
}

.work__top {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.work__meta {
  margin: 0;
  color: var(--muted2);
  font-size: 0.92rem;
}

.note {
  margin-top: 14px;
  padding: 18px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(43, 127, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(15, 23, 42, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.quote {
  margin: 0;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.quote__text {
  margin: 0 0 12px;
  color: var(--text);
  line-height: 1.7;
  font-weight: 650;
}

.quote__by {
  color: var(--muted2);
  font-size: 0.92rem;
}

/* Sekce: příklad projektu pro makléře */
.showcase {
  padding-top: 96px;
  padding-bottom: 96px;
}

.showcase__header {
  margin-bottom: 28px;
}

.showcase__lead {
  max-width: 640px;
}

.showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.14fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  margin-top: 8px;
}

.showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
}

.showcase__subhd {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--text);
}

.showcase__subhd--process {
  margin-bottom: 28px;
}

.showcase__case-intro {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 38rem;
}

.showcase__goals-label {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--text);
}

.showcase__goal-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.showcase__goal-list li {
  position: relative;
  padding-left: 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.showcase__goal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 12px rgba(43, 127, 255, 0.4);
}

.showcase__process {
  margin-top: 64px;
}

.showcase__timeline {
  --showcase-t-hgap: clamp(8px, 1.4vw, 16px);
  --showcase-badge-size: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px var(--showcase-t-hgap);
  position: relative;
  max-width: 100%;
  align-items: start;
}

/* Úsečky jen mezi kolečky čísel (ne pod nimi) */
.showcase__tstep:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + var(--showcase-badge-size) * 0.5);
  top: calc(var(--showcase-badge-size) * 0.5 - 1px);
  width: calc(100% - var(--showcase-badge-size) + var(--showcase-t-hgap));
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(43, 127, 255, 0.5),
    rgba(34, 211, 238, 0.28)
  );
  z-index: 0;
  pointer-events: none;
}

.showcase__tstep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  min-width: 0;
}

.showcase__tstep-num {
  width: var(--showcase-badge-size);
  height: var(--showcase-badge-size);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.88rem;
  color: rgba(15, 23, 42, 0.92);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.showcase__tstep-body {
  width: 100%;
  padding: 4px 2px 0;
  box-sizing: border-box;
}

.showcase__tstep-title {
  margin: 0;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: -0.01em;
  line-height: 1.32;
  color: var(--text);
}

.showcase__swipe-hint {
  display: none;
}

.showcase__timeline-rail {
  display: contents;
}

@keyframes showcaseSwipeArrow {
  0%,
  100% {
    transform: translateX(0) rotate(45deg);
    opacity: 0.45;
  }
  50% {
    transform: translateX(7px) rotate(45deg);
    opacity: 1;
  }
}

.showcase__preview-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.showcase__open-tab {
  font-size: 0.95rem;
  font-weight: 650;
}

/* Jen samotný náhled — bez rámečku, lišty a popisku */
.showcase__preview {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 0;
  height: clamp(320px, 52vh, 580px);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.10);
  background: #fff;
  overflow: hidden;
  /* Posun nahoru = skrytí horní lišty vloženého webu; 0 = plná horní část stránky */
  --showcase-iframe-crop-top: 0px;
}

.showcase__iframe {
  position: absolute;
  top: calc(-1 * var(--showcase-iframe-crop-top));
  left: 0;
  width: 100%;
  height: calc(100% + var(--showcase-iframe-crop-top));
  border: 0;
  display: block;
}

.showcase__img {
  width: 100%;
  height: auto;
  display: block;
}

.showcase__cta {
  align-self: flex-start;
}

.btn--lg {
  padding: 15px 30px;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 40px rgba(43, 127, 255, 0.3);
}

.btn--lg:hover {
  box-shadow: 0 16px 48px rgba(43, 127, 255, 0.38);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

/* Sekce kontakt (Domluvme si nezávaznou konzultaci) — tmavší pocit oproti zbytku světlého webu */
#kontakt.section::before {
  background: linear-gradient(180deg, rgba(7, 11, 22, 0.96), rgba(7, 11, 22, 0.94));
  border-top-color: rgba(255, 255, 255, 0.10);
  border-bottom-color: rgba(255, 255, 255, 0.10);
}

#kontakt {
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --muted2: rgba(255, 255, 255, 0.56);
}

#kontakt .pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

#kontakt .h1,
#kontakt .h2,
#kontakt .h3 {
  color: var(--text);
}

#kontakt a {
  color: inherit;
}

#kontakt .link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration-color: rgba(37, 99, 235, 0.60);
}

#kontakt .form {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
}

#kontakt .field label {
  color: rgba(255, 255, 255, 0.88);
}

#kontakt .field input,
#kontakt .field textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

#kontakt .field input::placeholder,
#kontakt .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.50);
}

#kontakt .form__success {
  color: rgba(255, 255, 255, 0.92);
}

.pillRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(15, 23, 42, 0.82);
  font-weight: 700;
  font-size: 0.9rem;
}

.form {
  padding: 18px;
  border-radius: var(--radius2);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: var(--shadow);
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.field label {
  font-weight: 800;
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.86);
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: rgba(15, 23, 42, 0.92);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 120px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(15, 23, 42, 0.45);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(43, 127, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(43, 127, 255, 0.18);
}

.field--invalid input,
.field--invalid textarea {
  border-color: rgba(244, 63, 94, 0.65);
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.12);
}

.field__error {
  margin: 0;
  color: rgba(251, 113, 133, 0.95);
  font-weight: 700;
  font-size: 0.92rem;
  min-height: 1.1em;
}

.form__actions {
  margin-top: 8px;
  display: grid;
  gap: 10px;
}

.form__note {
  margin: 0;
  color: var(--muted2);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form__send-error {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(244, 63, 94, 0.35);
  color: rgba(254, 205, 211, 0.98);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
}

.form__send-error[hidden] {
  display: none !important;
}

.form__success {
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.22);
  color: rgba(15, 23, 42, 0.88);
}

.footer {
  padding: 48px 0 28px;
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(7, 11, 22, 0.92);
  backdrop-filter: blur(14px);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.75fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.footer__tagline {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.65;
}

.footer__heading {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.50);
}

.footer__contact {
  margin: 0;
}

.footer__contact-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 2px;
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer__contact-row:last-child {
  margin-bottom: 0;
}

.footer__contact dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 600;
}

.footer__contact dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.90);
}

.footer__link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.24);
  text-underline-offset: 3px;
  transition: text-decoration-color 160ms ease, color 160ms ease;
}

.footer__link:hover {
  color: #fff;
  text-decoration-color: rgba(37, 99, 235, 0.55);
}

.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer__nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer__nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.footer__nav-link:focus-visible {
  outline: 2px solid rgba(43, 127, 255, 0.65);
  outline-offset: 3px;
  border-radius: 6px;
}

.footer__copyright {
  margin: 40px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
  letter-spacing: 0.02em;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 120;
  margin: 0 auto;
  max-width: 720px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner__text {
  margin: 0;
  color: rgba(15, 23, 42, 0.88);
  line-height: 1.5;
  flex: 1;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  margin-top: 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.cookie-banner__btn {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cookie-banner__btn:hover {
  transform: translateY(-1px);
}

.cookie-banner__btn--accept {
  background: #2563eb;
  color: #ffffff;
  border-color: rgba(15, 23, 42, 0.06);
}

.cookie-banner__btn--reject {
  background: rgba(15, 23, 42, 0.04);
  color: rgba(15, 23, 42, 0.88);
}

/* Reveal animation (JS toggles .is-visible) */
.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .brand,
  .brand__logo,
  .brand__name,
  .nav__link,
  .step,
  .card--service,
  .work,
  .reveal,
  .about-photo,
  .about-photo__img {
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .about-photo:hover {
    transform: none;
  }
  .showcase__swipe-hint__arrow {
    animation: none;
  }
  .hero__cta .btn.btn--primary {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .problems-band {
    padding: clamp(60px, 12vw, 92px) 0;
  }

  .re-hero-bg__city {
    width: 200%;
    height: min(42vh, 320px);
    min-height: 160px;
  }

  .hero__re-mural {
    left: 50%;
    transform: translate(-50%, -42%);
    width: min(100%, 360px);
    height: min(65vh, 500px);
    color: rgba(15, 23, 42, 0.14);
  }

  .re-sec--skyline {
    height: min(18vh, 160px);
  }

  .re-sec--skyline .re-sec__svg {
    width: 165%;
    min-width: 720px;
  }

  .re-sec--mural-tr .re-sec__svg,
  .re-sec--mural-bl .re-sec__svg,
  .re-sec--mural-tl .re-sec__svg {
    width: min(78vw, 300px);
    max-height: 320px;
  }

  .re-sec--mural-tr {
    padding: 10% 0 0 20%;
  }

  .re-sec--mural-bl {
    padding: 28% 28% 6% 0;
  }

  #video .re-sec--questions {
    left: 0;
    right: 0;
    padding: 2% 12px 6%;
  }

  #video .re-sec--questions .re-sec__svg {
    height: min(36vh, 260px);
    color: rgba(15, 23, 42, 0.14);
  }

  .re-sec--roofs {
    height: 96px;
  }

  .re-sec--roofs .re-sec__svg {
    width: 100%;
    height: 72px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__cta {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero-visual__img {
    aspect-ratio: 4 / 3;
    max-height: min(52vh, 380px);
    object-position: center 25%;
  }
  .split,
  .video,
  .contact {
    grid-template-columns: 1fr;
  }

  .split__media {
    order: -1;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .steps {
    --steps-stack-gap: clamp(40px, 8vw, 56px);
    grid-template-rows: auto;
    min-height: 0;
    row-gap: var(--steps-stack-gap);
  }

  .steps__row {
    display: contents;
  }

  /* Mobil: šipky dolů v mezeře mezi kartami (desktop beze změny výše 980px). */
  .steps__row .step:not(:last-child)::before,
  .steps__row:first-child > .step:last-child::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: calc(-0.5 * var(--steps-stack-gap));
    transform: translate(-50%, 50%) rotate(135deg);
    border-right: 2px solid rgba(43, 127, 255, 0.85);
    border-top: 2px solid rgba(43, 127, 255, 0.85);
    filter: drop-shadow(0 6px 14px rgba(43, 127, 255, 0.18));
  }
  .grid--3 {
    grid-template-columns: 1fr;
  }

  .showcase {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .showcase__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .showcase__preview-col {
    order: -1;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    align-items: center;
  }

  .showcase__preview {
    width: 100%;
    height: clamp(280px, 48vh, 420px);
  }

  .showcase__goal-list {
    margin-bottom: 28px;
  }

  .showcase__process {
    margin-top: 48px;
  }

  .showcase__subhd--process {
    margin-bottom: 16px;
  }

  .showcase__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 0 12px;
    padding-right: 2px;
    max-height: 4rem;
    font-size: 0.8rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.50);
    transition: opacity 0.35s ease, max-height 0.35s ease, margin 0.35s ease, padding 0.35s ease;
  }

  .showcase__swipe-hint--done {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .showcase__swipe-hint__arrow {
    display: block;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    margin-top: 1px;
    border-right: 2px solid rgba(43, 127, 255, 0.92);
    border-top: 2px solid rgba(43, 127, 255, 0.92);
    filter: drop-shadow(0 0 10px rgba(43, 127, 255, 0.35));
    animation: showcaseSwipeArrow 1.35s ease-in-out infinite;
  }

  .showcase__timeline-rail {
    display: block;
    position: relative;
  }

  .showcase__timeline-rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    width: 44px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(246, 247, 251, 0.92));
    transition: opacity 0.35s ease;
  }

  .showcase__timeline-rail--end::after {
    opacity: 0;
    pointer-events: none;
  }

  .showcase__timeline {
    --showcase-t-hgap: 10px;
    --showcase-badge-size: 32px;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 8px var(--showcase-t-hgap);
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 20px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }

  .showcase__tstep {
    scroll-snap-align: start;
  }

  .showcase__tstep-num {
    font-size: 0.82rem;
    border-radius: 9px;
  }

  .showcase__tstep-title {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .note,
  .ctaBar,
  .ctaInline {
    flex-direction: column;
    align-items: stretch;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__copyright {
    text-align: left;
    margin-top: 32px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    max-width: none;
    padding: 14px;
    display: block;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
  }

  .cookie-banner__actions {
    margin-top: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__btn {
    width: 100%;
    min-height: 44px;
  }

  .navToggle {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
  }

  .nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    left: 0;
    padding: 12px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  body.nav-open .nav {
    display: flex;
  }

  .nav__link,
  .nav .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Sekce Služby: kód zůstává v HTML, zatím se nezobrazuje */
#sluzby {
  display: none;
}

