/* ==================================================================
   NÁVRH A — PREMIUM EVOLUCE
   Stejná DNA (modrá důvěra, teplé neutrály, Outfit/Inter)
   + editorial typografie, full-bleed sekce, serif akcenty,
   scroll reveals, čítače, marquee, bento, magnetická tlačítka.
   ================================================================== */

/* ------------------------------ TOKENS --------------------------- */
:root {
  --brand:       #1746C9;
  --brand-hover: #11379F;
  --brand-soft:  #EAF1FF;
  --brand-line:  #C9D9FF;
  --brand-glow:  #3D6BFF;

  --warm:     #DB8A2C;

  --paper:    #FFFFFF;
  --warm-50:  #FAF6EF;
  --warm-100: #F3ECE1;

  /* tmavé „authority" tóny pro hero + kontakt */
  --night-950: #060A18;
  --night-900: #0A0F24;
  --night-800: #101735;
  --night-line: rgba(157, 184, 255, 0.14);
  --night-text: #EDF1FB;
  --night-dim:  #9AA7C7;

  --ink-950: #16130F;
  --ink-800: #2C2722;
  --ink-700: #4E463C;
  --ink-500: #867C6E;
  --ink-300: #C8BFB1;
  --line:    #E8E1D6;

  --font-sans:    "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --font-serif:   "Instrument Serif", Georgia, serif;

  --container:      1240px;
  --container-wide: 1440px;
  --pad-x: 1.15rem;

  --r-sm: 10px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 30px;

  --shadow-sm: 0 1px 2px rgba(22,19,15,.05), 0 2px 8px rgba(22,19,15,.04);
  --shadow-md: 0 6px 18px rgba(22,19,15,.07), 0 1px 3px rgba(22,19,15,.05);
  --shadow-lg: 0 24px 70px rgba(22,19,15,.14), 0 6px 20px rgba(22,19,15,.07);

  --ease-out: cubic-bezier(.22, .8, .26, .99);
}
@media (min-width: 640px)  { :root { --pad-x: 2rem; } }
@media (min-width: 1024px) { :root { --pad-x: 2.5rem; } }

/* ------------------------------ RESET ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--ink-950);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; }
ul, ol { list-style: none; }
h1, h2, h3 { line-height: 1.05; }
strong { font-weight: 700; color: inherit; }
:focus-visible { outline: 2px solid var(--brand-glow); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--brand); color: #fff; }

/* ------------------------------ HELPERS --------------------------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
.container--wide { max-width: var(--container-wide); }

.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.accent { color: var(--brand); }

.sec-index {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}
.sec-index::before {
  content: "";
  width: 2.2rem; height: 1.5px;
  background: var(--brand);
  opacity: .8;
}
.sec-index--light { color: #AEC4FF; }
.sec-index--light::before { background: #AEC4FF; }

.section { padding: 6rem 0; background: var(--paper); }
.section--warm { background: var(--warm-50); }
@media (min-width: 768px) { .section { padding: 8.5rem 0; } }

.section__head { max-width: 50rem; margin-bottom: 3.5rem; }
.section__head--row {
  max-width: none;
  display: flex; flex-wrap: wrap; gap: 1.5rem 4rem;
  align-items: flex-end; justify-content: space-between;
  margin-bottom: 4rem;
}
.section__note { max-width: 22rem; color: var(--ink-700); font-size: 1rem; padding-bottom: .5rem; }
.section__title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  margin-top: 1rem;
  color: var(--ink-950);
}
.section__title .serif { font-size: 1.04em; }

.dot {
  flex: none;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 0 0 rgba(219,138,44,.55);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(219,138,44,.5); }
  70%  { box-shadow: 0 0 0 9px rgba(219,138,44,0); }
  100% { box-shadow: 0 0 0 0 rgba(219,138,44,0); }
}

/* jemný šum pro tmavé plochy */
.noise {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ------------------------------ REVEAL ---------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ------------------------------ BUTTONS --------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
  overflow: hidden;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s, box-shadow .25s;
}
.btn svg { width: 1.05rem; height: 1.05rem; transition: transform .25s var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn--lg { padding: 1.1rem 1.9rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn--small { padding: 0.6rem 1.15rem; font-size: 0.9rem; }

/* lesk přejíždějící po primárním tlačítku */
.btn--accent {
  background: linear-gradient(135deg, var(--brand-glow) -20%, var(--brand) 50%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(23,70,201,.35), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn--accent::after {
  content: "";
  position: absolute; top: 0; bottom: 0; left: -65%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-20deg);
  transition: left .55s var(--ease-out);
}
.btn--accent:hover { box-shadow: 0 16px 44px rgba(23,70,201,.45), inset 0 1px 0 rgba(255,255,255,.18); transform: translateY(-2px); }
.btn--accent:hover::after { left: 125%; }

.btn--white { background: #fff; color: var(--brand); box-shadow: 0 14px 40px rgba(4,10,40,.35); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 20px 56px rgba(4,10,40,.45); }

.btn--outline-light {
  border: 1.5px solid rgba(237,241,251,.3);
  color: var(--night-text);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn--outline-light:hover { border-color: rgba(237,241,251,.85); background: rgba(255,255,255,.06); }

/* ------------------------------ HEADER ---------------------------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 90;
  transition: top .3s var(--ease-out);
}
.header__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  transition: height .3s var(--ease-out);
}
/* nad tmavým hero — světlý text */
.header { color: var(--night-text); }
.header .nav a:not(.btn) { color: rgba(237,241,251,.78); }
.header .nav a:hover { color: #fff; }
.header .nav__lang { border-left-color: rgba(255,255,255,.18); }
.header .nav__lang a { color: rgba(237,241,251,.6); }
.header .nav__lang a[aria-current="true"] { color: #fff; background: rgba(255,255,255,.1); }
.header .brand { color: #fff; }

/* po scrollu — plovoucí glass pilulka */
.header--scrolled { top: 0.85rem; }
.header--scrolled .header__inner {
  height: 4rem;
  background: rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(22,19,15,.07);
  border-radius: 100px;
  box-shadow: 0 18px 50px rgba(22,19,15,.12);
  max-width: min(calc(100% - 2 * var(--pad-x)), 1180px);
  padding: 0 0.85rem 0 1.25rem;
}
.header--scrolled { color: var(--ink-950); }
.header--scrolled .brand { color: var(--ink-950); }
.header--scrolled .nav a:not(.btn) { color: var(--ink-700); }
.header--scrolled .nav a:hover { color: var(--brand); }
.header--scrolled .nav__lang { border-left-color: rgba(0,0,0,.1); }
.header--scrolled .nav__lang a { color: var(--ink-500); }
.header--scrolled .nav__lang a[aria-current="true"] { color: var(--brand); background: rgba(23,70,201,.08); }

.brand {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-family: var(--font-display); font-weight: 800; font-size: 1.2rem;
}
.brand__mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.35rem; height: 2.35rem;
  background: var(--brand); color: #fff;
  border-radius: 11px;
  font-family: var(--font-display); font-weight: 900; font-size: 0.85rem;
  box-shadow: 0 6px 18px rgba(23,70,201,.4);
}
.brand__name { display: none; }
@media (min-width: 480px) { .brand__name { display: inline; } }
.brand__dot { color: var(--brand-glow); }
.header--scrolled .brand__dot { color: var(--brand); }

.nav {
  display: none; align-items: center; gap: 2rem;
  font-size: 0.95rem; font-weight: 500;
}
.nav a { transition: color .2s; }
@media (min-width: 1040px) { .nav { display: flex; } }


.header__actions { display: flex; align-items: center; gap: .8rem; }

/* burger */
.burger {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 6px;
  width: 2.6rem; height: 2.6rem; align-items: center;
  border-radius: 50%;
}
.burger span {
  width: 1.35rem; height: 2px; border-radius: 2px;
  background: currentColor;
  transition: transform .3s var(--ease-out), opacity .2s;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
@media (min-width: 1040px) { .burger { display: none; } }

/* mobilní menu */
.mobmenu {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(6,10,24,.97);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex; align-items: center;
}
.mobmenu[hidden] { display: none; }
.mobmenu__nav {
  width: 100%;
  display: flex; flex-direction: column; gap: .4rem;
  padding: 0 var(--pad-x);
}
.mobmenu__nav a {
  display: flex; align-items: baseline; gap: 1rem;
  padding: .85rem 0;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.7rem, 7vw, 2.4rem);
  color: var(--night-text);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobmenu__nav a span { font-size: .85rem; font-weight: 600; color: var(--brand-glow); font-family: var(--font-sans); }
.mobmenu__cta { color: var(--brand-glow) !important; border-bottom: 0 !important; }

/* ------------------------------ HERO ------------------------------ */
.hero {
  position: relative;
  overflow: clip;
  background: var(--night-900);
  color: var(--night-text);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
/* tečková matice místo mřížky */
.hero__bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(141,170,255,0.17) 1px, transparent 1.35px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 10%, #000 30%, transparent 78%);
          mask-image: radial-gradient(120% 90% at 50% 10%, #000 30%, transparent 78%);
}
/* aurora paprsky — pomalu plující světelné pásy */
.hero__beam {
  position: absolute;
  left: -15%;
  width: 130%;
  height: 22rem;
  filter: blur(70px);
  pointer-events: none;
  transform: rotate(-14deg);
}
.hero__beam--1 {
  top: 4%;
  background: linear-gradient(90deg,
    transparent 4%,
    rgba(61,107,255,.22) 34%,
    rgba(124,158,255,.34) 52%,
    rgba(61,107,255,.22) 68%,
    transparent 96%);
  animation: beamDrift 13s ease-in-out infinite alternate;
}
.hero__beam--2 {
  bottom: -6%;
  opacity: .75;
  background: linear-gradient(90deg,
    transparent 6%,
    rgba(23,70,201,.20) 38%,
    rgba(61,107,255,.26) 55%,
    rgba(23,70,201,.18) 70%,
    transparent 94%);
  animation: beamDrift 18s ease-in-out infinite alternate-reverse;
}
@keyframes beamDrift {
  from { transform: rotate(-14deg) translateX(-3.5%) translateY(-2%); }
  to   { transform: rotate(-14deg) translateX(3.5%) translateY(2%); }
}
/* obří oříznutý monogram — brand watermark */
.hero__mark {
  position: absolute;
  right: -0.06em;
  bottom: -0.24em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(17rem, 40vw, 44rem);
  line-height: 1;
  letter-spacing: -0.07em;
  color: rgba(141,170,255,.05);
  pointer-events: none;
  user-select: none;
}
.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.hero__glow--1 {
  width: 60vw; height: 60vw; max-width: 880px; max-height: 880px;
  right: -18vw; top: -24vw;
  background: radial-gradient(circle, rgba(61,107,255,.34) 0%, transparent 65%);
}
.hero__glow--2 {
  width: 44vw; height: 44vw; max-width: 640px; max-height: 640px;
  left: -16vw; bottom: -10vw;
  background: radial-gradient(circle, rgba(23,70,201,.25) 0%, transparent 65%);
}
.hero__inner {
  position: relative;
  flex: 1;
  display: grid;
  align-content: center;
  gap: 3.5rem;
  padding-top: 8.5rem;
  padding-bottom: 4rem;
  width: 100%;
}
@media (min-width: 1060px) {
  .hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 5rem;
    padding-top: 7rem;
  }
}

.hero__pill {
  display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 0.55rem 1.1rem 0.55rem 0.9rem;
  border: 1px solid var(--night-line);
  border-radius: 100px;
  background: rgba(255,255,255,.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 0.88rem;
  color: var(--night-dim);
}
.hero__pill strong { color: var(--night-text); font-weight: 600; }

/* --- živá kapacita: pilulka je rovnou CTA ----------------------- */
a.hero__pill {
  cursor: pointer;
  transition: border-color .25s, background .25s, transform .25s var(--ease-out), box-shadow .25s;
}
a.hero__pill:hover, a.hero__pill:focus-visible {
  border-color: rgba(157,184,255,.5);
  background: rgba(255,255,255,.07);
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(3,7,24,.35);
}

/* mini ukazatel slotů: ▮▮▯ — obsazené vs. volný */
.slots { display: inline-flex; align-items: center; gap: 4px; flex: none; }
.slots i {
  width: 13px; height: 6px;
  border-radius: 4px;
  background: rgba(237,241,251,.22);
}
.slots i.is-free {
  background: var(--warm);
  box-shadow: 0 0 10px rgba(219,138,44,.65);
  animation: slotPulse 2.2s ease-in-out infinite;
}
@keyframes slotPulse {
  50% { box-shadow: 0 0 2px rgba(219,138,44,.15); opacity: .65; }
}

/* skrytá výzva — vyjede na hover/focus */
.hero__pill-go {
  display: inline-flex; align-items: center; gap: .35rem;
  max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap;
  font-weight: 600; color: #fff;
  transition: max-width .45s var(--ease-out), opacity .3s .05s, margin-left .45s var(--ease-out);
}
.hero__pill-go svg { width: .95rem; height: .95rem; flex: none; }
a.hero__pill:hover .hero__pill-go,
a.hero__pill:focus-visible .hero__pill-go { max-width: 11rem; opacity: 1; margin-left: .4rem; }

@media (max-width: 540px) {
  .hero__pill { border-radius: 18px; }
}

/* pilulka pod hero fotkou — roztažená na šířku karty */
.hero__media .hero__pill {
  margin-top: 1.15rem;
  width: 100%;
  justify-content: center;
}
.hero__content > .hero__eyebrow:first-child { margin-top: 0; }

/* měsíc se vyroluje jako odometr */
.roller { display: inline-flex; overflow: hidden; vertical-align: bottom; }
.roller > span { display: inline-block; }
.is-in .roller > span { animation: monthIn .65s .55s var(--ease-out) backwards; }
@keyframes monthIn { from { transform: translateY(115%); } }

.hero__eyebrow {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #AEC4FF;
}
.hero__eyebrow + .hero__title { margin-top: .95rem; }

.hero__title {
  margin-top: 1.6rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.7rem, 6.5vw, 5.2rem);
  line-height: 0.99;
  letter-spacing: -0.04em;
  color: #fff;
  text-wrap: balance;
}
.hero__title .serif {
  display: inline-block;
  color: #A8C2FF;
  font-size: 1.05em;
  text-shadow: 0 0 60px rgba(61,107,255,.5);
}
.hero__sub {
  margin-top: 1.7rem;
  max-width: 33rem;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--night-dim);
}
.hero__cta {
  margin-top: 2.4rem;
  display: flex; flex-wrap: wrap; gap: 0.8rem;
}
.hero__proof {
  margin-top: 2.8rem;
  display: flex; flex-wrap: wrap; gap: 1.1rem 2.75rem;
}
.hero__proof div { display: flex; flex-direction: column; gap: .15rem; }
.hero__proof dt {
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: #fff;
}
.hero__proof dd { font-size: .85rem; color: var(--night-dim); }

/* hero foto */
.hero__media-frame { position: relative; }
.heroshot {
  position: relative; display: block; width: 100%;
  margin: 0;
  aspect-ratio: 4 / 4.6;
  max-height: 620px;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(157,184,255,.22);
  box-shadow: 0 40px 110px rgba(3,7,24,.7), inset 0 1px 0 rgba(255,255,255,.1);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.heroshot:hover { transform: translateY(-6px) rotate(-0.4deg); box-shadow: 0 56px 130px rgba(3,7,24,.8); }
.heroshot img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.heroshot__bar {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 1.7rem 1.5rem 1.3rem; text-align: left;
  background: linear-gradient(to top, rgba(5,8,22,.92) 0%, rgba(5,8,22,.45) 60%, transparent 100%);
}
.heroshot__name { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; }
.heroshot__role { color: rgba(255,255,255,.65); font-size: 0.82rem; }

.hero__sticker {
  position: absolute;
  right: -0.7rem; top: -1.1rem;
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 0.85rem 1.2rem;
  background: #fff; color: var(--ink-950);
  border-radius: var(--r);
  box-shadow: 0 22px 56px rgba(3,7,24,.55);
  transform: rotate(3deg);
}
.hero__sticker-num { font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; color: var(--brand); white-space: nowrap; }
.hero__sticker-lbl { font-size: .72rem; color: var(--ink-500); }

/* marquee */
.hero__marquee {
  position: relative;
  border-top: 1px solid var(--night-line);
  padding: 1.15rem 0;
  background: rgba(255,255,255,.02);
}
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.marquee__track {
  display: inline-flex; align-items: center; gap: 3rem;
  padding-right: 3rem;
  white-space: nowrap;
  animation: marquee 26s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; letter-spacing: -0.01em;
  color: rgba(237,241,251,.45);
  transition: color .25s;
}
.marquee__track span:hover { color: #fff; }
.marquee__track i { font-style: normal; color: var(--brand-glow); opacity: .7; font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ------------------------------ STATS ----------------------------- */
.stats {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 820px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }
.stat {
  padding: 2.6rem 1.5rem;
  text-align: center;
  position: relative;
}
.stat + .stat::before {
  content: "";
  position: absolute; left: 0; top: 22%; bottom: 22%;
  width: 1px; background: var(--line);
}
@media (max-width: 819px) {
  .stat:nth-child(odd)::before { display: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
}
.stat__num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  letter-spacing: -0.03em; line-height: 1;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
}
.stat__lbl { margin-top: 0.6rem; font-size: 0.93rem; color: var(--ink-700); }

/* ------------------------------ ZNÁTE TO -------------------------- */
.znate__grid { display: grid; gap: 3rem; }
@media (min-width: 1000px) {
  .znate__grid { grid-template-columns: 0.95fr 1.05fr; gap: 5rem; align-items: start; }
  .znate__col-left { position: sticky; top: 7.5rem; }
}
.painlist { display: flex; flex-direction: column; gap: 0.85rem; }
.pain {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  font-size: 1.05rem; color: var(--ink-800);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
}
.pain:hover { transform: translateX(6px); box-shadow: var(--shadow-md); border-color: var(--ink-300); }
.pain__x {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 2.1rem; height: 2.1rem;
  border-radius: 50%;
  background: #FCEDE0; color: var(--warm);
}
.pain__x svg { width: 1rem; height: 1rem; }
.pain__txt { flex: 1; }
.pain__tag {
  flex: none;
  font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-300);
  border: 1px solid var(--line);
  padding: .25rem .6rem; border-radius: 100px;
}
@media (max-width: 540px) { .pain__tag { display: none; } }
.znate__turn {
  margin-top: 2rem;
  display: inline-block;
  padding: 1.3rem 1.6rem;
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  border-radius: var(--r-lg);
  font-size: 1.12rem; color: var(--ink-800);
}

/* ------------------------------ KDO JSEM -------------------------- */
.kdo__grid { display: grid; gap: 3.5rem; }
@media (min-width: 940px) {
  .kdo__grid { grid-template-columns: 0.82fr 1.18fr; gap: 5rem; align-items: center; }
}
.kdo__photo { position: relative; max-width: 30rem; }
.kdo__frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.kdo__frame::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--r-xl);
  border: 1px solid rgba(22,19,15,.1);
  pointer-events: none;
}
.kdo__photo::before {
  content: "";
  position: absolute;
  inset: 1.1rem -1.1rem -1.1rem 1.1rem;
  border: 1.5px solid var(--brand-line);
  border-radius: var(--r-xl);
  z-index: -1;
}
.kdo__img { width: 100%; height: auto; transition: transform .6s var(--ease-out); }
.kdo__frame:hover .kdo__img { transform: scale(1.03); }

/* studio varianta — výřez na modrém gradientu */
.kdo__frame--studio {
  background:
    radial-gradient(95% 70% at 16% 6%, rgba(255,255,255,.16) 0%, transparent 55%),
    radial-gradient(rgba(255,255,255,.09) 1px, transparent 1.3px),
    linear-gradient(168deg, #3D6BFF -18%, #1746C9 52%, #0E2B7E 118%);
  background-size: auto, 22px 22px, auto;
}
.kdo__frame--studio .kdo__img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: bottom center;
  padding-top: 1.6rem;
  filter: drop-shadow(0 22px 40px rgba(4, 10, 40, .5));
}
.kdo__frame--studio:hover .kdo__img { transform: scale(1.02); transform-origin: bottom center; }
.kdo__badge {
  position: absolute; right: -0.85rem; bottom: -1rem;
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, var(--brand-glow) -30%, var(--brand) 60%);
  color: #fff;
  padding: 1.05rem 1.35rem; border-radius: var(--r);
  box-shadow: 0 18px 46px rgba(23,70,201,.4);
}
.kdo__badge-num { font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; line-height: 1; }
.kdo__badge-lbl { margin-top: 0.2rem; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.85); }
.kdo__lead { margin-top: 1.5rem; font-size: clamp(1.18rem, 1.8vw, 1.4rem); line-height: 1.5; color: var(--ink-950); }
.kdo__body { margin-top: 1rem; font-size: 1.04rem; color: var(--ink-700); }
.kdo__chips { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.kdo__chips li {
  padding: 0.55rem 1rem;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 100px; font-size: 0.9rem; color: var(--ink-700);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease-out), border-color .25s;
}
.kdo__chips li:hover { transform: translateY(-2px); border-color: var(--brand-line); }
.kdo__chips strong { color: var(--brand); }
.kdo__sign {
  margin-top: 2.2rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.9rem;
  color: var(--ink-300);
}

/* ---- vizitka (dočasně místo fotky, než bude nová) ---- */
.kdo__card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: clamp(1.8rem, 3.4vw, 2.6rem);
  color: #fff;
  background:
    radial-gradient(95% 70% at 16% 6%, rgba(255,255,255,.16) 0%, transparent 55%),
    radial-gradient(rgba(255,255,255,.09) 1px, transparent 1.3px),
    linear-gradient(168deg, #3D6BFF -18%, #1746C9 52%, #0E2B7E 118%);
  background-size: auto, 22px 22px, auto;
  box-shadow: var(--shadow-lg);
}
.kdo__card::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255,255,255,.14);
  pointer-events: none;
}
.kdo__mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.02rem; letter-spacing: .03em;
}
.kdo__name {
  margin-top: 1.15rem;
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(2.3rem, 5vw, 3.1rem); line-height: .98;
}
.kdo__role {
  margin-top: .55rem;
  font-size: .92rem; line-height: 1.4;
  color: rgba(255,255,255,.82);
}
.kdo__rule {
  height: 1px; border: 0; margin: 1.5rem 0;
  background: linear-gradient(90deg, rgba(255,255,255,.4), rgba(255,255,255,.06));
}
.kdo__stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem;
}
.kdo__stat { padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.16); }
.kdo__stat-num {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.15rem; line-height: 1.15;
}
.kdo__stat-lbl {
  display: block; margin-top: .2rem;
  font-size: .82rem; color: rgba(255,255,255,.72);
}

/* ------------------------------ PRÁCE ----------------------------- */
.section--works { overflow: clip; }
.works { display: flex; flex-direction: column; gap: 5.5rem; }
@media (min-width: 980px) { .works { gap: 7rem; } }

.work {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 980px) {
  .work { grid-template-columns: 1.5fr 1fr; gap: 4.5rem; }
  .work--flip .work__shotwrap { order: 2; }
  .work--flip .work__meta { order: 1; justify-self: end; text-align: right; }
  .work--flip .work__tags { justify-content: flex-end; }
}
.work__index {
  position: absolute;
  top: -3.4rem; right: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(4.5rem, 9vw, 8rem);
  line-height: 1;
  color: var(--ink-300);
  opacity: .35;
  pointer-events: none;
}
@media (min-width: 980px) {
  .work__index { top: -4.5rem; }
  .work--flip .work__index { right: auto; left: 0; }
}

.browser {
  display: block;
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.work__shotwrap:hover .browser { transform: translateY(-8px); box-shadow: 0 40px 100px rgba(22,19,15,.2); }
.browser__bar {
  display: flex; align-items: center; gap: .42rem;
  padding: .7rem 1rem;
  background: var(--warm-50);
  border-bottom: 1px solid var(--line);
}
.browser__bar i {
  width: .62rem; height: .62rem; border-radius: 50%;
  background: var(--ink-300); opacity: .55;
}
.browser__bar i:nth-child(1) { background: #E8694A; opacity: .8; }
.browser__bar i:nth-child(2) { background: #E9B949; opacity: .8; }
.browser__bar i:nth-child(3) { background: #5FB97D; opacity: .8; }
.browser__url {
  margin-left: .6rem;
  flex: 1;
  font-size: .76rem; color: var(--ink-500);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: .22rem .85rem;
  max-width: 16rem;
}
.work__shot { display: block; aspect-ratio: 16 / 10.5; overflow: hidden; }
.work__shot img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transition: transform .8s var(--ease-out);
}
.work__shotwrap:hover .work__shot img { transform: scale(1.045); }

.work__name { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2.1rem); letter-spacing: -0.02em; color: var(--ink-950); }
.work__role { margin-top: .45rem; font-size: 1rem; color: var(--ink-500); }
.work__tags { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.work__tags li {
  font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  padding: .3rem .75rem; border-radius: 100px;
}
.work__open {
  margin-top: 1.6rem;
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; color: var(--ink-950);
  border-bottom: 1.5px solid var(--ink-300);
  padding-bottom: .2rem;
  transition: color .2s, border-color .2s;
}
.work__open svg { width: 1rem; height: 1rem; transition: transform .25s var(--ease-out); }
.work__open:hover { color: var(--brand); border-color: var(--brand); }
.work__open:hover svg { transform: translate(2px, -2px); }

/* ------------------------------ BENTO ----------------------------- */
.bento {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .bento {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "hero hero a    b"
      "hero hero c    accent"
      "d    d    d    accent";
  }
  .bento > .bcard:nth-child(1) { grid-area: hero; }
  .bento > .bcard:nth-child(2) { grid-area: a; }
  .bento > .bcard:nth-child(3) { grid-area: b; }
  .bento > .bcard:nth-child(4) { grid-area: c; }
  .bento > .bcard:nth-child(5) { grid-area: d; }
  .bento > .bcard:nth-child(6) { grid-area: accent; }
}
.bcard {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
  overflow: hidden;
}
.bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brand-line); }
.bcard__icon {
  display: flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem;
  background: var(--brand-soft); color: var(--brand);
  border-radius: var(--r-sm);
  transition: transform .3s var(--ease-out);
}
.bcard:hover .bcard__icon { transform: scale(1.08) rotate(-4deg); }
.bcard__icon svg { width: 1.6rem; height: 1.6rem; }
.bcard__title {
  margin-top: 1.25rem;
  font-family: var(--font-display); font-weight: 700;
  letter-spacing: -0.01em; font-size: 1.22rem; color: var(--ink-950);
}
.bcard__desc { margin-top: 0.6rem; font-size: 0.98rem; color: var(--ink-700); }

.bcard--hero {
  padding: 2.4rem;
  background:
    radial-gradient(100% 120% at 100% 0%, var(--brand-soft) 0%, transparent 50%),
    var(--paper);
}
.bcard--hero .bcard__title { font-size: clamp(1.5rem, 2.4vw, 1.9rem); max-width: 18rem; }
.bcard--hero .bcard__desc { max-width: 24rem; font-size: 1.04rem; }
.bcard__visual {
  margin-top: 2rem;
  display: flex; flex-direction: column; gap: .65rem;
}
.bcard__bar {
  display: block;
  height: .85rem;
  width: var(--w, 60%);
  border-radius: 100px;
  background: linear-gradient(90deg, var(--brand-soft), var(--brand-line));
  position: relative;
  overflow: hidden;
}
.bcard__bar::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-glow), var(--brand));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s var(--ease-out) .25s;
}
.bcard--hero.is-in .bcard__bar::after { transform: scaleX(1); }

.bcard--accent {
  background: linear-gradient(160deg, var(--brand-glow) -45%, var(--brand) 55%);
  border-color: var(--brand);
  display: flex; flex-direction: column;
}
.bcard--accent .bcard__icon { background: rgba(255,255,255,0.16); color: #fff; }
.bcard--accent .bcard__title { color: #fff; }
.bcard--accent .bcard__desc { color: rgba(255,255,255,0.85); }
.bcard__link {
  margin-top: auto; padding-top: 1.6rem;
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; color: #fff;
}
.bcard__link svg { width: 1rem; height: 1rem; transition: transform .25s var(--ease-out); }
.bcard__link:hover svg { transform: translateX(4px); }

/* ------------------------------ KROKY ----------------------------- */
.steps {
  counter-reset: step;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.9rem 1.7rem;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
}
.step:hover { transform: translateY(-4px); border-color: var(--brand-line); box-shadow: var(--shadow-md); }
.step__day {
  position: absolute; top: 1.4rem; right: 1.4rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-soft);
  padding: .3rem .65rem; border-radius: 100px;
}
.step__no {
  display: inline-flex; align-items: baseline;
  font-family: var(--font-display); font-weight: 800;
  font-size: 2.6rem; line-height: 1;
  color: var(--brand-line);
  transition: color .3s;
}
.step:hover .step__no { color: var(--brand); }
.step__title { margin-top: 1.3rem; font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; color: var(--ink-950); }
.step__desc { margin-top: 0.55rem; font-size: 0.96rem; color: var(--ink-700); }
@media (min-width: 1020px) {
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%; right: -1.05rem;
    width: 1rem; height: 1.5px;
    background: var(--ink-300);
  }
}

/* ------------------------------ BAND (řešení zdarma) -------------- */
.band {
  position: relative;
  overflow: clip;
  padding: 6.5rem 0;
  background: var(--night-900);
  color: var(--night-text);
  text-align: center;
}
@media (min-width: 768px) { .band { padding: 8.5rem 0; } }
.band__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 90% at 50% 0%, rgba(61,107,255,.3) 0%, transparent 60%),
    radial-gradient(50% 60% at 85% 100%, rgba(23,70,201,.28) 0%, transparent 60%),
    linear-gradient(160deg, var(--night-900), var(--night-800));
}
.band__inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.band__eyebrow {
  font-family: var(--font-display); font-weight: 700;
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: #AEC4FF;
}
.band__title {
  margin-top: 1.1rem;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.3rem, 5.5vw, 4.2rem);
  letter-spacing: -0.035em; line-height: 1;
  color: #fff;
}
.band__title .serif { color: #A8C2FF; }
.band__lead {
  margin: 1.6rem 0 2.4rem;
  font-size: 1.1rem;
  color: var(--night-dim);
  max-width: 36rem;
}

/* ------------------------------ FAQ ------------------------------- */
.faq__grid { display: grid; gap: 3rem; }
@media (min-width: 1000px) {
  .faq__grid { grid-template-columns: 0.7fr 1.3fr; gap: 5rem; align-items: start; }
  .faq__col-left { position: sticky; top: 7.5rem; }
}
.faq__hint { margin-top: 2rem; color: var(--ink-500); font-size: .98rem; line-height: 1.7; }
.faq__hint a { color: var(--brand); font-weight: 600; }
.faq__hint a:hover { text-decoration: underline; text-underline-offset: 3px; }

.faq__list {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--paper); overflow: hidden; box-shadow: var(--shadow-sm);
}
.faq__list li + li .faq__item { border-top: 1px solid var(--line); }
.faq__item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.45rem 1.7rem;
  transition: background .2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { background: var(--warm-50); }
.faq__q { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--ink-950); }
.faq__icon {
  flex: none;
  position: relative;
  width: 2rem; height: 2rem;
  border-radius: 50%;
  background: var(--warm-50);
  border: 1px solid var(--line);
  transition: background .25s, border-color .25s, transform .35s var(--ease-out);
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute; top: 50%; left: 50%;
  width: .8rem; height: 1.8px;
  background: var(--ink-700);
  transform: translate(-50%, -50%);
  transition: background .25s, transform .35s var(--ease-out);
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon { background: var(--brand); border-color: var(--brand); transform: rotate(135deg); }
.faq__item[open] .faq__icon::before, .faq__item[open] .faq__icon::after { background: #fff; }
.faq__a { padding: 0 1.7rem 1.55rem; font-size: 1rem; line-height: 1.6; color: var(--ink-700); max-width: 44rem; }

/* ------------------------------ KONTAKT --------------------------- */
.kontakt {
  position: relative; overflow: clip;
  background: var(--night-900);
  color: var(--night-text);
}
.kontakt__bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(141,170,255,0.14) 1px, transparent 1.35px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(110% 90% at 50% 100%, #000 30%, transparent 80%);
          mask-image: radial-gradient(110% 90% at 50% 100%, #000 30%, transparent 80%);
}
.kontakt__glow {
  position: absolute;
  width: 56vw; height: 56vw; max-width: 800px; max-height: 800px;
  left: -16vw; top: -22vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,107,255,.25) 0%, transparent 65%);
  filter: blur(80px);
}
.kontakt__inner {
  position: relative;
  display: grid; gap: 3.5rem;
  padding: 6rem 0;
}
@media (min-width: 1000px) {
  .kontakt__inner { grid-template-columns: 1fr 1fr; gap: 5rem; padding: 8.5rem 0; align-items: center; }
}
.kontakt__title {
  margin-top: 1rem;
  font-family: var(--font-display); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1;
  font-size: clamp(2.4rem, 5vw, 3.9rem); color: #fff;
}
.kontakt__title .serif { color: #A8C2FF; }
.kontakt__lead { margin-top: 1.5rem; max-width: 30rem; font-size: 1.1rem; color: var(--night-dim); }
.kontakt__avail { margin-top: 1.6rem; display: flex; align-items: center; gap: 0.65rem; font-size: 0.95rem; color: var(--night-dim); }
.kontakt__avail strong { color: #fff; }
.kontakt__list { margin-top: 2.4rem; display: flex; flex-direction: column; gap: 0.8rem; max-width: 26rem; }
.kontakt__item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.05rem 1.2rem;
  border: 1px solid var(--night-line);
  border-radius: var(--r);
  background: rgba(255,255,255,.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: border-color .25s, background .25s, transform .25s var(--ease-out);
}
a.kontakt__item:hover { border-color: rgba(157,184,255,.45); background: rgba(255,255,255,.07); transform: translateY(-2px); }
.kontakt__icon {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 2.7rem; height: 2.7rem;
  background: linear-gradient(135deg, var(--brand-glow) -30%, var(--brand) 70%);
  color: #fff; border-radius: var(--r-sm);
  box-shadow: 0 8px 22px rgba(23,70,201,.45);
}
.kontakt__icon svg { width: 1.15rem; height: 1.15rem; }
.kontakt__label { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--night-dim); }
.kontakt__value { display: block; margin-top: 0.12rem; font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: #fff; }
.kontakt__value--big { font-size: 1.25rem; }

/* formulář */
.form-card {
  background: var(--paper); color: var(--ink-950);
  border-radius: var(--r-xl);
  padding: 1.9rem;
  box-shadow: 0 40px 110px rgba(3,7,24,.6);
  border: 1px solid rgba(255,255,255,.6);
}
@media (min-width: 600px) { .form-card { padding: 2.5rem; } }
.field { display: block; }
.field + .field, .field-row + .field, .field + .field-row { margin-top: 1.15rem; }
.field__label { display: block; margin-bottom: 0.5rem; font-size: 0.88rem; font-weight: 600; color: var(--ink-800); }
.field__label .req { color: var(--warm); }
.field__input, .field__textarea {
  width: 100%; padding: 0.85rem 1.05rem; font-size: 1rem; color: var(--ink-950);
  background: var(--warm-50); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.field__input::placeholder, .field__textarea::placeholder { color: var(--ink-500); }
.field__input:focus, .field__textarea:focus {
  border-color: var(--brand); background: #fff;
  box-shadow: 0 0 0 4px rgba(23,70,201,.12);
}
.field__textarea { resize: vertical; min-height: 112px; }
.field-row { display: grid; gap: 1.15rem; align-items: start; }
@media (min-width: 420px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field-row .field + .field { margin-top: 0; }
.checkbox { display: flex; align-items: flex-start; gap: 0.65rem; margin: 1.3rem 0; font-size: 0.9rem; color: var(--ink-700); }
.checkbox input { margin-top: 0.15rem; width: 1.05rem; height: 1.05rem; accent-color: var(--brand); flex: none; }
.form-card__fine { margin-top: 1rem; text-align: center; font-size: 0.82rem; color: var(--ink-500); }
.form-card__done { display: flex; flex-direction: column; align-items: center; padding: 3rem 0.5rem; text-align: center; }
.form-card__done-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3.8rem; height: 3.8rem;
  background: linear-gradient(135deg, var(--brand-glow) -30%, var(--brand) 60%);
  color: #fff; border-radius: 50%;
  box-shadow: 0 14px 38px rgba(23,70,201,.45);
}
.form-card__done-icon svg { width: 1.8rem; height: 1.8rem; }
.form-card__done h3 { margin-top: 1.4rem; font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--ink-950); }
.form-card__done p { margin-top: 0.7rem; max-width: 24rem; color: var(--ink-700); }

/* ------------------------------ MODAL ----------------------------- */
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
}
.modal[hidden] { display: none; }
.modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(6, 10, 24, 0.66);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: modalFadeIn .2s ease;
}
.modal__dialog {
  position: relative;
  width: 100%; max-width: 36rem;
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: 2.2rem 1.6rem;
  box-shadow: 0 40px 110px rgba(3,7,24,.55);
  animation: modalSlideUp .3s var(--ease-out);
}
@media (min-width: 600px) { .modal__dialog { padding: 2.7rem 2.5rem; } }
.modal__close {
  position: absolute; top: 1rem; right: 1rem;
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.3rem; height: 2.3rem;
  border-radius: 50%;
  background: var(--warm-50); color: var(--ink-700);
  transition: background .2s, color .2s, transform .25s var(--ease-out);
}
.modal__close:hover { background: var(--ink-950); color: #fff; transform: rotate(90deg); }
.modal__close svg { width: 1.1rem; height: 1.1rem; }
.modal__title {
  margin-top: 0.8rem;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.45rem, 3.2vw, 1.9rem);
  letter-spacing: -0.02em; line-height: 1.12;
  color: var(--ink-950);
}
.modal__lead { margin-top: 0.85rem; color: var(--ink-700); font-size: 1rem; }
.form-card--bare { margin-top: 1.5rem; padding: 0; border: 0; box-shadow: none; background: transparent; }
body.modal-open { overflow: hidden; }
@keyframes modalFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalSlideUp { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: none; } }

/* ------------------------------ FOOTER ---------------------------- */
.footer {
  position: relative;
  overflow: clip;
  background: var(--night-950);
  color: var(--night-dim);
  border-top: 1px solid var(--night-line);
}
.footer__watermark {
  position: absolute;
  left: 50%; bottom: -0.18em;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(6rem, 18vw, 17rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(157,184,255,.06);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.footer__grid { position: relative; display: grid; gap: 2.75rem; padding: 4.5rem 0 7rem; }
@media (min-width: 900px) { .footer__grid { grid-template-columns: 1fr 1.4fr; padding-bottom: 9rem; } }
.footer__brand { display: flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; }
.footer__brand .brand__mark { width: 2.5rem; height: 2.5rem; }
.footer__tagline { margin-top: 1.1rem; max-width: 24rem; font-size: 0.93rem; }
.footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (min-width: 600px) { .footer__nav { grid-template-columns: repeat(2, 1fr); } }
.footer__heading { display: block; margin-bottom: 0.95rem; font-family: var(--font-display); font-weight: 700; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(237,241,251,.45); }
.footer__nav ul { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.93rem; }
.footer__nav a { transition: color .2s; }
.footer__nav a:hover { color: #fff; }
.footer__bottom { position: relative; border-top: 1px solid var(--night-line); }
.footer__bottom-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 0.6rem; padding: 1.5rem 0; font-size: 0.8rem; color: rgba(237,241,251,.4); }
@media (min-width: 600px) { .footer__bottom-inner { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer__legal a:hover { color: #fff; }

/* ------------------------------ SWITCHER -------------------------- */
.switcher {
  position: fixed;
  left: 50%; bottom: 1.1rem;
  transform: translateX(-50%);
  z-index: 150;
  display: inline-flex; align-items: center; gap: .25rem;
  padding: .35rem .5rem .35rem .95rem;
  border-radius: 100px;
  background: rgba(10, 15, 36, .82);
  border: 1px solid rgba(157,184,255,.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 44px rgba(3,7,24,.4);
  font-size: .8rem; font-weight: 600;
  color: rgba(237,241,251,.6);
}
.switcher__label { margin-right: .45rem; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.switcher a {
  padding: .38rem .8rem;
  border-radius: 100px;
  transition: color .2s, background .2s;
}
.switcher a:hover { color: #fff; }
.switcher a[aria-current="true"] { background: var(--brand); color: #fff; }

/* ------------------------------ REDUCED MOTION / STATIC ----------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee__track { animation: none !important; }
}
/* ?static=1 — režim pro screenshoty / review bez animací */
html.static *, html.static *::before, html.static *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html.static [data-reveal] { opacity: 1 !important; transform: none !important; }
html.static .bcard--hero .bcard__bar::after { transform: scaleX(1); }
html.static .hero { min-height: 760px; }

/* ================================================================== */
/* PRODUKČNÍ DOPLŇKY — legal stránky, solid header                    */
/* ================================================================== */

/* alias původního eyebrow (používá GDPR / legal obsah) */
.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

/* solid header pro podstránky bez tmavého hero (sticky, světlý) */
.header--solid {
  position: sticky;
  top: 0;
  color: var(--ink-950);
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid var(--line);
}
.header--solid .brand { color: var(--ink-950); }
.header--solid .brand__dot { color: var(--brand); }
.header--solid .nav a:not(.btn) { color: var(--ink-700); }
.header--solid .nav a:hover { color: var(--brand); }
.header--solid .nav__lang { border-left-color: rgba(0, 0, 0, .1); }
.header--solid .nav__lang a { color: var(--ink-500); }
.header--solid .nav__lang a[aria-current="true"] { color: var(--brand); background: rgba(23, 70, 201, .08); }

/* ================================================================== */
/* LEGAL (Ochrana osobních údajů, Impressum, …)                       */
/* ================================================================== */
.legal { max-width: 46rem; }
.legal__intro {
  margin-top: 1.6rem;
  font-size: 1.1rem;
  color: var(--ink-700);
  line-height: 1.6;
}
.legal__h2 {
  margin-top: 2.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--ink-950);
}
.legal p { margin-top: 0.9rem; color: var(--ink-700); line-height: 1.65; }
.legal a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--brand-hover); }
.legal__list { margin-top: 0.9rem; padding-left: 1.4rem; color: var(--ink-700); }
.legal__list li { margin-top: 0.4rem; list-style: disc; padding-left: 0.3rem; }
.legal__list li::marker { color: var(--brand); }
.legal strong { color: var(--ink-950); }
.legal__updated {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem; color: var(--ink-500);
}
