:root {
  --night: #0b0912;
  --night-soft: #12101d;
  --ink: #1a1527;
  --ink-light: #241d34;
  --ivory: #f4efe6;
  --soft: #c8becf;
  --muted: #9e93aa;
  --gold: #d9b66f;
  --gold-soft: #f0d699;
  --violet: #a995d8;
  --line: rgba(210, 194, 227, 0.2);
  --line-strong: rgba(217, 182, 111, 0.45);
  --green: #80c9a4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html { overflow-x: hidden; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}

body {
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 79% 13%, rgba(86, 63, 125, 0.24), transparent 31rem),
    radial-gradient(circle at 12% 42%, rgba(48, 37, 73, 0.19), transparent 34rem),
    var(--night);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle, rgba(244, 239, 230, 0.22) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(217, 182, 111, 0.16) 0 1px, transparent 1.4px);
  background-position: 9% 14%, 74% 38%;
  background-size: 173px 173px, 241px 241px;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

a { color: inherit; }

button,
input,
select { font: inherit; }

button,
select { cursor: pointer; }

button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--ivory);
  color: var(--night);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.local-notice {
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 10px auto 0;
  padding: 6px 10px;
  border: 1px solid rgba(217, 182, 111, 0.24);
  border-radius: 6px;
  background: rgba(32, 25, 46, 0.66);
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.wrap {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 0 clamp(28px, 5vw, 76px) 70px;
}

.topbar {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.znacka {
  display: flex;
  align-items: baseline;
  gap: 18px;
  text-decoration: none;
}

.logo {
  color: var(--gold);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0.42em;
  line-height: 1;
}

.brand-sub,
.header-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-note {
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.header-note:hover {
  color: var(--ivory);
  text-decoration-color: var(--gold);
}

.jazyk {
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.jazyk button {
  min-width: 40px;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.jazyk button.on {
  background: var(--violet);
  color: #130e1b;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: min(780px, calc(100vh - 94px));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(22px, 2.4vw, 38px);
  align-items: center;
  padding: clamp(74px, 9vw, 138px) 0;
}

.hero-depth {
  position: absolute;
  inset: 8px -4vw;
  z-index: 0;
  overflow: hidden;
  border-radius: 50% 44% 48% 52%;
  background:
    radial-gradient(ellipse at 72% 38%, rgba(113, 81, 157, 0.12), transparent 40%),
    radial-gradient(ellipse at 28% 68%, rgba(217, 182, 111, 0.055), transparent 34%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.82) 74%, transparent 96%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.82) 74%, transparent 96%);
  pointer-events: none;
}

.space-layer {
  position: absolute;
  inset: -8%;
  background-repeat: repeat;
  transform: translate3d(0, 0, 0) scale(1.025);
  transform-origin: center;
  transition: transform 170ms cubic-bezier(0.2, 0.72, 0.25, 1);
  pointer-events: none;
}

.parallax-active .space-layer { will-change: transform; }

.depth-far {
  opacity: 0.54;
  background-image:
    radial-gradient(circle, rgba(244, 239, 230, 0.68) 0 0.8px, transparent 1.3px),
    radial-gradient(circle, rgba(169, 149, 216, 0.5) 0 0.9px, transparent 1.4px);
  background-position: 13px 21px, 74px 103px;
  background-size: 127px 127px, 191px 191px;
}

.depth-middle {
  opacity: 0.66;
  background-image:
    radial-gradient(circle, rgba(217, 182, 111, 0.74) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(244, 239, 230, 0.54) 0 0.9px, transparent 1.4px);
  background-position: 32px 61px, 112px 15px, center;
  background-size: 239px 239px, 163px 163px;
}

.depth-middle::before {
  position: absolute;
  inset: 7% 1% 5% 10%;
  background:
    radial-gradient(ellipse at 74% 34%, rgba(119, 82, 172, 0.38), transparent 42%),
    radial-gradient(ellipse at 58% 57%, rgba(72, 56, 112, 0.27), transparent 49%),
    radial-gradient(ellipse at 29% 64%, rgba(217, 182, 111, 0.1), transparent 31%);
  filter: blur(15px);
  content: "";
}

.depth-near {
  opacity: 0.76;
  background-image:
    radial-gradient(circle, rgba(240, 214, 153, 0.9) 0 1.2px, transparent 1.9px),
    radial-gradient(circle, rgba(187, 164, 234, 0.72) 0 1.1px, transparent 1.8px);
  background-position: 19% 24%, 78% 67%;
  background-size: 347px 347px, 293px 293px;
}

.depth-near::before {
  position: absolute;
  top: 8%;
  left: 7%;
  width: min(42vw, 560px);
  height: min(22vw, 290px);
  transform: rotate(18deg);
  border: 1px solid rgba(169, 149, 216, 0.22);
  border-radius: 50%;
  content: "";
}

.depth-near::after {
  position: absolute;
  top: 17%;
  right: 4%;
  width: min(48vw, 610px);
  height: min(26vw, 330px);
  transform: rotate(-17deg);
  border: 1px solid rgba(217, 182, 111, 0.25);
  border-radius: 50%;
  content: "";
}

.hero-copy,
.atlas-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  grid-column: 1 / span 7;
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  background: var(--gold);
  content: "";
}

h1 {
  max-width: 780px;
  font-family: var(--serif);
  font-size: clamp(58px, 6.7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.sub {
  max-width: 680px;
  margin-top: 31px;
  color: var(--soft);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.58;
}

.hero-detail {
  margin-top: 22px;
  padding-left: 17px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 14px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid var(--gold);
  color: var(--ivory);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: gap 160ms ease, color 160ms ease;
}

.hero-cta span {
  color: var(--gold);
  font-size: 19px;
}

.hero-cta:hover {
  gap: 31px;
  color: var(--gold-soft);
}

.atlas-panel {
  position: relative;
  grid-column: 8 / -1;
  min-height: 540px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(35, 28, 51, 0.45), rgba(14, 12, 21, 0.08));
}

.atlas-panel::before {
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(169, 149, 216, 0.13);
  border-radius: 50%;
  content: "";
}

.atlas-art {
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 260ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.parallax-active .atlas-art { will-change: transform; }

.orbit {
  position: absolute;
  border: 1px solid rgba(217, 182, 111, 0.3);
  border-radius: 50%;
}

.orbit-a {
  top: 76px;
  right: -74px;
  width: 430px;
  height: 290px;
  transform: rotate(-27deg);
}

.orbit-b {
  top: 118px;
  left: 42px;
  width: 292px;
  height: 400px;
  transform: rotate(39deg);
  border-color: rgba(169, 149, 216, 0.25);
}

.atlas-star {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid var(--gold-soft);
  border-radius: 50%;
  background: var(--night);
  box-shadow: 0 0 18px rgba(217, 182, 111, 0.44);
  animation: hviezda-puls 3.2s ease-in-out infinite;
}

/* Jemný samostatný pohyb mapy: viditeľný do 2 s aj bez pohybu myši.
   prefers-reduced-motion ho globálne vypína (animation-duration 0.01ms nižšie). */
@keyframes hviezda-puls {
  0%, 100% { opacity: 0.5; box-shadow: 0 0 8px rgba(217, 182, 111, 0.22); }
  50% { opacity: 1; box-shadow: 0 0 24px rgba(217, 182, 111, 0.62); }
}

@keyframes orbita-dych {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

/* POZOR: animácia background-position na veľkej vrstve (pôvodný "vesmir-drift")
   je zakázaná — nie je kompozitovateľná a v testoch zamrazila skrolovanie celej stránky.
   Pohyb zabezpečuje pulz hviezd a dýchanie orbít (opacity = lacné pre kompozitor). */
.orbit { animation: orbita-dych 6.5s ease-in-out infinite; }
.orbit-b { animation-delay: 2.4s; }
.star-b { animation-delay: 0.5s; }
.star-c { animation-delay: 1.1s; }
.star-d { animation-delay: 1.7s; }
.star-e { animation-delay: 2.3s; }

.atlas-star::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: rgba(244, 239, 230, 0.52);
  content: "";
}

.star-a { top: 24%; left: 22%; }
.star-b { top: 36%; left: 52%; width: 10px; height: 10px; }
.star-c { top: 18%; right: 18%; }
.star-d { top: 56%; right: 24%; width: 9px; height: 9px; }
.star-e { top: 66%; left: 31%; }

.atlas-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(217, 182, 111, 0.54), rgba(169, 149, 216, 0.18));
}

.line-a { top: 25%; left: 23%; width: 34%; transform: rotate(21deg); }
.line-b { top: 37%; left: 53%; width: 31%; transform: rotate(-29deg); }
.line-c { top: 57%; left: 32%; width: 44%; transform: rotate(-13deg); }

.atlas-caption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.atlas-caption span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.atlas-caption p {
  max-width: 255px;
  color: var(--soft);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.42;
}

.sample,
.how,
.plan {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(22px, 2.4vw, 38px);
  padding: clamp(74px, 8vw, 118px) 0;
  border-top: 1px solid var(--line);
}

.section-index {
  grid-column: 1 / span 3;
  padding-top: 8px;
}

.section-index span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
}

.section-index p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sample-copy,
.how-content,
.plan-content {
  grid-column: 4 / -1;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.plan-grid article {
  padding: 24px 28px 22px 0;
  border-right: 1px solid var(--line);
}

.plan-grid article + article {
  padding-left: 28px;
  border-right: 0;
}

.plan-grid h3 {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.plan-grid p {
  max-width: 420px;
  margin-top: 9px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.6;
}

.plan-note {
  margin-top: 26px;
  padding-left: 17px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 13px;
}

.sample h2,
.how h2,
.plan h2,
.reading h2 {
  max-width: 820px;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -0.042em;
  line-height: 1.04;
}

.sample blockquote {
  max-width: 950px;
  margin-top: 40px;
  padding-left: clamp(24px, 4vw, 58px);
  border-left: 2px solid var(--gold);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(23px, 2.55vw, 38px);
  font-style: italic;
  line-height: 1.35;
}

.sample-copy > p {
  max-width: 620px;
  margin: 28px 0 0 auto;
  color: var(--muted);
  font-size: 13px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 49px;
  border-top: 1px solid var(--line);
}

.steps article {
  min-height: 184px;
  padding: 25px 28px 20px 0;
  border-right: 1px solid var(--line);
}

.steps article + article { padding-left: 28px; }
.steps article:last-child { border-right: 0; }

.steps span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.steps h3 {
  margin-top: 28px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.steps p {
  max-width: 240px;
  margin-top: 8px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

.reading {
  padding: clamp(76px, 9vw, 130px) 0 85px;
  border-top: 1px solid var(--line);
}

.reading-intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(22px, 2.4vw, 38px);
  align-items: end;
}

.reading-intro .section-index { grid-column: 1 / span 3; }
.reading-intro h2 { grid-column: 4 / -1; }

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 52px 0 30px calc(25% + 9px);
}

.mode-option {
  min-height: 174px;
  padding: 22px 24px 24px;
  border: 1px solid var(--line);
  background: rgba(18, 16, 29, 0.48);
  transition: border-color 160ms ease, background 160ms ease;
}

.mode-option:has(button.on) {
  border-color: var(--line-strong);
  background: linear-gradient(145deg, rgba(48, 39, 67, 0.72), rgba(21, 17, 31, 0.72));
}

.mode-option button {
  width: 100%;
  padding: 0 0 17px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--soft);
  font-family: var(--serif);
  font-size: 28px;
  text-align: left;
}

.mode-option button::after {
  float: right;
  color: var(--muted);
  content: "○";
  font-family: var(--sans);
  font-size: 22px;
}

.mode-option button.on { color: var(--gold-soft); }

.mode-option button.on::after {
  color: var(--gold);
  content: "●";
}

.mode-option p {
  max-width: 440px;
  margin-top: 17px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

.privacy-note {
  max-width: 820px;
  margin: 0 0 38px calc(25% + 9px);
  padding-left: 17px;
  border-left: 1px solid var(--line-strong);
  color: var(--soft);
  font-size: 13px;
}

.form-shell {
  margin-left: calc(25% + 9px);
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.form-fields {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 28px;
}

.card {
  min-width: 0;
  padding: 24px 0 27px;
  border-bottom: 1px solid var(--line);
}

.card-date { grid-column: span 6; }
.card-country { grid-column: 1 / -1; }
.card-modules { grid-column: 1 / -1; }
.card-delay { grid-column: 1 / -1; }
.card-delay .mody {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card-delay .mody button { border-radius: 8px; }
.form-fields:not(:has(#karta2:not(.hidden))) .card-country { grid-column: 7 / -1; }

.card h3,
.field-label {
  display: block;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pole {
  display: flex;
  align-items: center;
  gap: 9px;
}

.date-numeric,
select {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(210, 194, 227, 0.3);
  border-radius: 7px;
  background: var(--ink);
  color: var(--ivory);
  font-size: 15px;
  transition: border-color 160ms ease, background 160ms ease;
}

.date-numeric {
  display: grid;
  grid-template-columns: minmax(38px, 0.8fr) 9px minmax(38px, 0.8fr) 9px minmax(68px, 1.35fr);
  align-items: center;
  padding: 0 10px;
}

select { padding: 14px 15px; color-scheme: dark; }

.date-part {
  min-width: 0;
  width: 100%;
  padding: 13px 3px;
  border: 0;
  background: transparent;
  color: var(--ivory);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-align: center;
}

.date-part:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: -3px;
  border-radius: 4px;
}

.date-part::placeholder { color: #81778c; opacity: 1; }

.date-separator {
  color: var(--gold);
  font-size: 17px;
  text-align: center;
}

.date-numeric:focus-within {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 2px rgba(240, 214, 153, 0.12);
}

.date-error {
  min-height: 17px;
  margin-top: 6px;
  color: #f0b7b0;
  font-size: 10px;
  line-height: 1.4;
}

.date-numeric:hover,
select:hover {
  border-color: rgba(217, 182, 111, 0.55);
  background: var(--ink-light);
}

.pohl {
  display: flex;
  gap: 6px;
}

.pohl button {
  width: 44px;
  padding: 13px 0;
  border: 1px solid rgba(210, 194, 227, 0.3);
  border-radius: 7px;
  background: transparent;
  color: var(--soft);
  font-size: 14px;
  font-weight: 750;
}

.pohl button.on {
  border-color: var(--gold);
  background: var(--gold);
  color: #17110a;
}

.mody {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mody button {
  padding: 9px 13px;
  border: 1px solid rgba(210, 194, 227, 0.3);
  border-radius: 999px;
  background: transparent;
  color: var(--soft);
  font-size: 13px;
  font-weight: 650;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.mody button:hover {
  border-color: var(--violet);
  color: var(--ivory);
}

.mody button.on {
  border-color: var(--violet);
  background: rgba(105, 85, 143, 0.36);
  color: var(--ivory);
}

.pozn {
  max-width: 680px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.tbox {
  display: flex;
  justify-content: center;
  max-width: 900px;
  min-height: 0;
  margin: 12px auto 0;
}

.turnstile-status {
  min-height: 0;
  margin: 7px auto 0;
  color: #f3b7ae;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.turnstile-status:empty { display: none; }

.go {
  width: 100%;
  margin-top: 14px;
  padding: 17px 22px;
  border: 1px solid var(--gold);
  border-radius: 7px;
  background: var(--gold);
  color: #17110a;
  font-size: 16px;
  font-weight: 850;
  transition: filter 160ms ease, transform 80ms ease;
}

.go:not(:disabled):hover { filter: brightness(1.08); }
.go:active { transform: translateY(1px); }
.go:disabled { cursor: default; opacity: 0.38; }

.form-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

/* V8: význam produktu aj zadanie dátumu sú spolu na prvej obrazovke. */
.hero {
  min-height: min(720px, calc(100vh - 94px));
  align-items: center;
  padding: clamp(38px, 5vw, 68px) 0 clamp(48px, 6vw, 78px);
}

.hero-atlas {
  position: absolute;
  inset: 2% 38% 2% -6%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.76;
  pointer-events: none;
}

.hero-atlas::before {
  position: absolute;
  inset: 8% 10% 12% 0;
  border: 1px solid rgba(169, 149, 216, 0.11);
  border-radius: 50%;
  content: "";
}

.hero-copy {
  grid-column: 1 / span 6;
  max-width: 670px;
  padding-right: clamp(8px, 2vw, 30px);
}

.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(54px, 5.6vw, 84px);
}

.hero-copy .sub {
  max-width: 620px;
  font-size: clamp(17px, 1.35vw, 20px);
}

.hero-copy .atlas-caption {
  position: static;
  max-width: 540px;
  margin-top: clamp(34px, 5vh, 54px);
  padding-top: 17px;
  border-top: 1px solid var(--line);
  align-items: center;
}

.hero-copy .atlas-caption p {
  max-width: 310px;
  font-family: var(--sans);
  font-size: 12px;
  text-align: right;
}

.hero-start.reading {
  position: relative;
  z-index: 2;
  grid-column: 7 / -1;
  padding: clamp(24px, 2.7vw, 38px);
  border: 1px solid rgba(217, 182, 111, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(37, 29, 53, 0.96), rgba(16, 13, 25, 0.97)),
    var(--night-soft);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.start-kicker {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-start.reading h2 {
  max-width: none;
  font-size: clamp(32px, 3.15vw, 46px);
  line-height: 1;
}

.hero-start .mode-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 12px;
}

.hero-start .mode-option {
  flex: 0 1 auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.hero-start .mode-option button {
  width: auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 750;
}

.hero-start .mode-option button::after { display: none; }

.hero-start .mode-option button.on {
  border-color: rgba(217, 182, 111, 0.45);
  background: rgba(217, 182, 111, 0.09);
}

.hero-start .mode-option p {
  display: none;
}

.hero-start .privacy-note {
  margin: 0 0 12px;
  padding-left: 12px;
  font-size: 11px;
  line-height: 1.45;
}

.hero-start .form-shell {
  margin: 0;
  padding: 0;
  border-top: 0;
}

.hero-start .local-notice {
  width: 100%;
  margin: 0 0 9px;
  padding: 7px 9px;
  border-radius: 7px;
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}

.form-options {
  margin-top: 10px;
  border-top: 1px solid var(--line);
}

.form-options summary {
  padding: 11px 0 7px;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  list-style-position: inside;
}

.form-options[open] summary { color: var(--gold-soft); }
.form-options .card { padding: 8px 0 12px; border-bottom: 0; }

.hero-start .form-fields { column-gap: 16px; }

.hero-start .card {
  padding: 12px 0 14px;
}

.hero-start .card h3,
.hero-start .field-label {
  margin-bottom: 8px;
  font-size: 9px;
}

.hero-start .date-numeric,
.hero-start select {
  font-size: 14px;
}

.hero-start .date-numeric { padding: 0 7px; }
.hero-start .date-part { padding: 10px 2px; font-size: 17px; }
.hero-start select { padding: 11px 12px; }

.hero-start .pohl button {
  width: 40px;
  padding: 10px 0;
}

.hero-start .pozn {
  margin-top: 7px;
  font-size: 10px;
}

.hero-start .mody button {
  padding: 7px 10px;
  font-size: 11px;
}

.hero-start .go {
  margin-top: 12px;
  padding: 14px 18px;
}

.hero-start .form-note {
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.45;
}

.depth-offer,
.depth-result {
  max-width: 900px;
  margin: 52px auto 0;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(48, 39, 67, 0.55), rgba(18, 16, 29, 0.64));
}

.depth-kicker {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.depth-offer h2,
.depth-result > h2 {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.05;
}

.depth-offer > p:not(.depth-kicker) {
  max-width: 690px;
  margin-top: 16px;
  color: var(--soft);
  line-height: 1.65;
}

.depth-panel {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

.depth-explanation,
.depth-privacy {
  max-width: 760px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
}

.card-modules .mody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-modules .mody button {
  position: relative;
  padding: 12px 36px 12px 14px;
  border-radius: 8px;
  text-align: left;
}

.card-modules .mody button.on::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: var(--gold-soft);
  content: "✓";
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.context-question {
  min-width: 0;
  padding: 0;
  border: 0;
}

.context-question legend {
  min-height: 34px;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.context-options { align-content: flex-start; }
.depth-privacy { margin-top: 24px; color: var(--muted); }
.depth-status { min-height: 22px; margin-top: 14px; color: var(--gold-soft); font-size: 13px; }
.depth-go { margin-top: 8px; }

.depth-result { border-color: var(--line-strong); }
.depth-result-copy { margin-top: 24px; padding: 0; border: 0; background: transparent; }
.payment-receipt {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-soft);
  font-weight: 800;
  text-decoration: none;
}
.payment-receipt:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }

.cakanie {
  min-height: 540px;
  padding: 120px 0;
  color: var(--soft);
  font-size: 16px;
  text-align: center;
}

.cakanie strong { display: block; color: var(--ivory); font-size: clamp(21px, 3vw, 28px); }

.gula {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border: 1px solid rgba(217, 182, 111, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #d8c4f3, #6e579d 58%, #241a39);
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.82; }
  50% { transform: scale(1.1); opacity: 1; }
}

.cakam2 { display: block; min-height: 24px; margin-top: 12px; color: var(--soft); font-size: 14px; }
.loading-state-dot { width: 6px; height: 6px; margin: 22px auto 0; border-radius: 50%; background: var(--gold); animation: loading-breathe 1.5s ease-in-out infinite; }
@keyframes loading-breathe { 0%, 100% { opacity: 0.32; transform: scale(0.82); } 50% { opacity: 1; transform: scale(1.18); } }

.result-intro {
  max-width: 1040px;
  margin: 46px auto 0;
  padding: 0 clamp(24px, 5vw, 70px);
}

.result-intro > p:last-child {
  display: none;
}

.result-intro + .vysledok { margin-top: 20px; }

.vysledok {
  max-width: 1040px;
  margin: 70px auto 0;
  padding: clamp(30px, 5vw, 72px);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 4%, rgba(169, 149, 216, 0.09), transparent 24rem),
    rgba(18, 16, 29, 0.6);
  font-size: 17px;
  line-height: 1.78;
}

.vysledok .result-title {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.result-lead {
  max-width: 790px;
  margin-bottom: 24px;
  color: var(--soft);
  font-size: 18px;
}

.result-aside {
  max-width: 790px;
  margin: 4px 0 34px;
  padding-left: 16px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.result-signature {
  max-width: 790px;
  margin: 30px 0 0;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.65;
}

.result-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 38px 0 41px;
  border-top: 1px solid var(--line);
}

.result-lead + .result-chapter {
  margin: 12px 0 18px;
  padding: 34px clamp(20px, 3vw, 34px) 37px;
  border: 1px solid rgba(217, 182, 111, 0.3);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(217, 182, 111, 0.08), rgba(169, 149, 216, 0.05));
}

.result-lead + .result-chapter h3 {
  color: var(--gold-soft);
  font-size: clamp(27px, 2.8vw, 36px);
}

.result-number { display: none; }

.result-chapter-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-bottom: 11px;
}

.result-chapter h3 {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 400;
  line-height: 1.18;
}

.result-chapter p {
  max-width: 800px;
  color: #ddd5df;
  font-size: 17px;
  line-height: 1.78;
}

.result-label {
  display: inline-flex;
  order: -1;
  flex-basis: 100%;
  width: max-content;
  padding: 4px 8px;
  border: 1px solid rgba(169, 149, 216, 0.3);
  border-radius: 999px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.result-source {
  flex-basis: 100%;
  order: 2;
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
}

.result-source summary {
  width: max-content;
  color: var(--violet);
  cursor: pointer;
  font-size: 11px;
}

.result-source span {
  display: block;
  margin-top: 7px;
  padding-left: 13px;
  border-left: 1px solid var(--line);
  line-height: 1.5;
}

.vysledok .result-subtitle { margin: 26px 0 9px; color: var(--violet); font-size: 20px; }
.vysledok p { margin-bottom: 13px; }
.vysledok strong { color: #fff; }
.vysledok em { color: var(--soft); }
.vysledok hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }

.row {
  max-width: 900px;
  display: flex;
  gap: 12px;
  margin: 14px auto 60px;
}

.result-actions { margin-top: 28px; margin-bottom: 18px; }

.row button {
  flex: 1;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  color: var(--ivory);
  font-weight: 750;
}

footer {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 27px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.modul-skryty,
.hidden { display: none !important; }

@media (max-width: 1040px) {
  .hero {
    min-height: auto;
    row-gap: 64px;
    padding: 80px 0;
  }

  .hero-copy { grid-column: 1 / span 6; }
  .hero-start.reading { grid-column: 7 / -1; }
  .atlas-panel { grid-column: 8 / -1; min-height: 470px; }
  .mode-grid,
  .privacy-note,
  .form-shell { margin-left: 0; }
}

@media (max-width: 820px) {
  .wrap { padding-right: 24px; padding-left: 24px; }
  .header-note { display: none; }

  .hero {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 64px 0 76px;
  }

  .hero-copy,
  .atlas-panel,
  .hero-start.reading { grid-column: 1; }

  .hero-copy { max-width: 720px; }
  .hero-start.reading { width: min(100%, 680px); }
  .hero-atlas { inset: 0 -14% 44% 20%; opacity: 0.58; }

  .atlas-panel { min-height: 440px; }

  .sample,
  .how,
  .plan,
  .reading-intro {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .section-index,
  .sample-copy,
  .how-content,
  .plan-content,
  .reading-intro .section-index,
  .reading-intro h2 { grid-column: 1; }

  .mode-grid { margin-top: 38px; }
}

@media (max-width: 620px) {
  .wrap {
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 42px;
  }

  .topbar { min-height: 74px; }
  .brand-sub { display: none; }
  .logo { font-size: 22px; }
  .header-actions { gap: 0; }

  .hero {
    gap: 14px;
    padding: 20px 0 32px;
    overflow: hidden;
  }

  .eyebrow { display: none; }
  .eyebrow::before { width: 24px; }
  h1,
  .hero-copy h1 { max-width: 520px; font-size: clamp(42px, 12.4vw, 56px); }
  .sub { margin-top: 12px; font-size: 15px; line-height: 1.48; }
  .hero-detail { display: none; }
  .hero-cta,
  .hero-copy .atlas-caption { display: none; }
  .hero-start.reading { padding: 14px 13px; border-radius: 14px; }
  .hero-start .start-head {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .atlas-panel { min-height: 390px; }
  .hero-depth { inset: 70px -30px 36%; opacity: 0.68; }
  .depth-middle::before { filter: blur(10px); }
  .depth-near::before { top: 18%; left: -24%; width: 340px; height: 180px; }
  .depth-near::after { top: 28%; right: -32%; width: 330px; height: 190px; }
  .atlas-panel::before { inset: 30px; }

  .atlas-caption {
    right: 20px;
    bottom: 21px;
    left: 20px;
  }

  .atlas-caption p { max-width: 210px; font-size: 16px; }
  .sample,
  .how,
  .plan { padding: 62px 0; }
  .section-index span { font-size: 26px; }

  .sample h2,
  .how h2,
  .plan h2,
  .reading h2 { font-size: 39px; }

  .plan-grid { grid-template-columns: 1fr; }

  .plan-grid article,
  .plan-grid article + article {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .plan-grid article:last-child { border-bottom: 0; }

  .sample blockquote {
    margin-top: 30px;
    padding-left: 18px;
    font-size: 24px;
  }

  .sample-copy > p { margin-left: 0; }
  .steps,
  .mode-grid { grid-template-columns: 1fr; }

  .steps article,
  .steps article + article {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 15px; }
  .reading { padding: 66px 0 62px; }

  .mode-grid {
    gap: 10px;
    margin-top: 32px;
  }

  .hero-start .mode-grid {
    display: flex;
    gap: 6px;
    margin-top: 0;
  }

  .mode-option { min-height: 0; padding: 16px; }
  .mode-option button { font-size: 23px; }
  .hero-start .mode-option { padding: 0; }
  .hero-start .mode-option button { padding: 7px 10px; font-size: 11px; }
  .hero-start .mode-option p { display: none; }
  .hero-start .privacy-note { margin: 8px 0 8px; padding-left: 9px; font-size: 10px; }
  .hero-start .local-notice { margin-bottom: 2px; padding: 8px 10px; font-size: 10px; }

  .context-grid { grid-template-columns: 1fr; gap: 18px; }
  .card-modules .mody { grid-template-columns: 1fr; }
  .context-question legend { min-height: 0; }
  .depth-offer,
  .depth-result { margin-top: 34px; padding: 24px 20px; }

  .privacy-note { margin-top: 20px; margin-bottom: 20px; }

  .form-fields { grid-template-columns: 1fr; }

  .hero-start .card { padding: 10px 0 10px; }
  .hero-start .card h3,
  .hero-start .field-label { margin-bottom: 8px; }
  .hero-start .card-country .pozn { display: none; }

  .card-date,
  .card-country,
  .card-modules,
  .card-delay,
  .form-fields:not(:has(#karta2:not(.hidden))) .card-country,
  .form-fields:not(:has(#karta2:not(.hidden))) .card-modules { grid-column: 1; }

  .card-delay .mody { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .pole { align-items: stretch; }
  .date-numeric { min-width: 0; }
  .date-part { font-size: 16px; }
  .pohl button { width: 42px; }
  .row { flex-direction: column; }

  .result-intro { margin-top: 28px; padding: 0 6px; }
  .result-intro > p:last-child { font-size: 12px; line-height: 1.5; }

  .vysledok {
    margin-top: 12px;
    padding: 25px 17px;
    font-size: 16px;
  }

  .vysledok .result-title { font-size: 39px; }

  .result-chapter {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 30px 0 32px;
  }

  .result-chapter h3 { font-size: 24px; }
  .result-chapter p { font-size: 16px; line-height: 1.72; }
  .result-label { margin-top: 2px; }
  .result-source { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .space-layer,
  .atlas-art {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* V8.4: prvá obrazovka je len cesta k výsledku, nie vysvetľovací leták. */
.preview-badge,
.mode-primary { display: none !important; }

.hero {
  min-height: min(650px, calc(100vh - 80px));
  padding: clamp(34px, 4.5vw, 62px) 0 clamp(44px, 5vw, 70px);
}

.hero-copy {
  grid-column: 1 / span 7;
  max-width: 760px;
}

.hero-copy h1 {
  max-width: 750px;
  font-size: clamp(56px, 6.2vw, 88px);
}

.hero-copy .sub {
  max-width: 430px;
  margin-top: 20px;
}

.hero-start.reading {
  grid-column: 8 / -1;
  padding: clamp(24px, 2.4vw, 32px);
}

.hero-start .form-shell,
.hero-start .card {
  margin: 0;
  padding: 0;
  border: 0;
}

.hero-start .field-label { margin-bottom: 12px; }

.hero-start .pole { gap: 10px; }

.hero-start .date-numeric {
  width: 175px;
  flex: 0 0 175px;
}

.hero-start .mode-grid {
  display: block;
  margin: 11px 0 0;
}

.compare-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.compare-link:hover,
.compare-link:focus-visible,
.compare-link.on {
  color: var(--gold-soft);
}

@media (max-width: 820px) {
  .hero {
    min-height: 0;
    gap: 28px;
    padding: 36px 0 44px;
  }

  .hero-copy,
  .hero-start.reading { grid-column: 1; }

  .hero-copy .sub { margin-top: 14px; }
}

@media (max-width: 620px) {
  .hero {
    gap: 22px;
    padding: 32px 0 44px;
  }

  .hero-copy h1 { font-size: clamp(42px, 12.4vw, 56px); }
  .hero-copy .sub { margin-top: 13px; font-size: 16px; }
  .hero-start.reading { padding: 18px 14px; }
  .hero-start .go { margin-top: 13px; }
}

/* V9 — Nočný list: jedna jasná cesta pred výsledkom, potom pokojné kapitoly. */
:root {
  --night: #0e0b15;
  --night-soft: #171222;
  --ivory: #f5f0e5;
  --gold: #d2aa5c;
  --gold-soft: #ead19a;
  --violet: #8f79b4;
}

.topbar { min-height: 78px; }
.logo { font-size: 22px; letter-spacing: 0.28em; }
.hero { min-height: min(710px, calc(100vh - 78px)); padding: clamp(54px, 6vw, 100px) 0; }
.hero-depth { inset: -3% -8vw; opacity: 0.78; }
.hero-atlas { position: absolute; top: 5%; right: -4vw; z-index: 0; width: min(42vw, 620px); height: 90%; min-height: 0; opacity: 0.76; }
.hero-copy { grid-column: 1 / span 7; align-self: center; }
.hero-copy h1 { max-width: 710px; font-size: clamp(60px, 6.1vw, 92px); letter-spacing: -0.06em; }
.hero-copy .sub { max-width: 510px; margin-top: 24px; color: #c8bed0; font-size: clamp(17px, 1.3vw, 20px); }
.hero-start.reading { position: relative; z-index: 2; grid-column: 8 / -1; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
.hero-start .form-shell { max-width: 460px; margin-left: auto; padding: 32px; border: 1px solid rgba(210, 170, 92, 0.38); border-radius: 18px; background: rgba(20, 15, 31, 0.82); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24); backdrop-filter: blur(7px); }
.hero-start .card { padding: 0; border: 0; background: transparent; }
.hero-start .field-label,
.gender-label { margin: 0 0 12px; color: var(--gold-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-start .date-numeric { display: grid; grid-template-columns: 42px 9px 42px 9px minmax(70px, 1fr); width: 100%; min-width: 0; padding: 0 12px; border: 1px solid rgba(201, 186, 222, 0.34); border-radius: 10px; background: rgba(12, 9, 20, 0.8); }
.hero-start .date-part { min-width: 0; padding: 13px 1px; border: 0; background: transparent; color: var(--ivory); font-size: 18px; font-weight: 720; text-align: center; }
.hero-start .date-part::placeholder { color: #857991; opacity: 1; }
.hero-start .date-separator { align-self: center; color: var(--gold); font-weight: 800; text-align: center; }
.hero-start .date-error { min-height: 0; margin: 8px 0 0; color: #f3b7ae; font-size: 13px; }
.hero-start .pohl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 23px; }
.hero-start .pohl .gender-label { grid-column: 1 / -1; }
.hero-start .pohl button { width: auto; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(201, 186, 222, 0.28); border-radius: 9px; background: rgba(27, 21, 41, 0.7); color: var(--soft); font-size: 14px; font-weight: 720; }
.hero-start .pohl button:hover { border-color: rgba(234, 209, 154, 0.72); color: var(--ivory); }
.hero-start .pohl button.on { border-color: var(--gold); background: rgba(210, 170, 92, 0.16); color: var(--gold-soft); }
.hero-start .go { width: 100%; min-height: 53px; margin-top: 25px; border-radius: 9px; background: var(--gold); color: #1a1420; font-size: 15px; font-weight: 850; }
.hero-start .go:disabled { opacity: 1; border: 1px solid rgba(201, 186, 222, 0.16); background: rgba(93, 77, 80, 0.78); color: rgba(245, 240, 229, 0.46); }
.hero-start .form-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

#von { width: min(100%, 840px); margin: 0 auto; padding-top: clamp(34px, 7vw, 92px); }
.vysledok { margin-top: 0; padding: 0; border: 0; background: transparent; box-shadow: none; font-size: 18px; }
.vysledok .result-title { max-width: 700px; margin: 0 0 18px; color: var(--ivory); font-size: clamp(36px, 5vw, 54px); letter-spacing: -0.045em; }
.vysledok > .result-lead { margin: 0 0 42px; color: var(--gold-soft); font-size: 15px; letter-spacing: 0.06em; }
.vysledok > .result-paragraph { max-width: 700px; margin: 0 0 22px; color: #d8d0db; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.76; }
.vysledok > .result-paragraph em { color: var(--muted); font-size: 0.84em; white-space: nowrap; }
.result-chapter { display: block; padding: 34px 0 37px; border-top: 1px solid rgba(201, 186, 222, 0.18); }
.result-chapter-first { padding-top: 0; border-top: 0; }
.result-number { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.result-chapter-head { display: block; }
.result-chapter h3 { max-width: 670px; margin: 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(29px, 4vw, 42px); font-weight: 400; letter-spacing: -0.035em; line-height: 1.05; }
.result-chapter-first h3 { color: var(--gold-soft); font-size: clamp(38px, 5.1vw, 56px); }
.result-chapter p { max-width: 700px; margin: 17px 0 0; color: #d3cbd7; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.72; }
.result-source { display: inline-block; margin-top: 12px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.result-signature { max-width: 620px; margin: 30px 0 0; color: var(--gold-soft); font-size: 18px; }
.result-actions { display: flex; flex-direction: row; justify-content: center; gap: 24px; margin-top: 22px; padding-top: 0; border-top: 0; }
.result-actions button { flex: 0 1 auto; min-height: 44px; padding: 9px 2px; border: 0; border-bottom: 1px solid rgba(201, 186, 222, 0.32); border-radius: 0; background: transparent; color: var(--soft); font-size: 13px; font-weight: 720; }
.result-actions button:hover { border-bottom-color: var(--gold); color: var(--gold-soft); }
.back-to-base { align-self: flex-start; margin: 0 0 18px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(201,186,222,.35); border-radius: 0; background: transparent; color: var(--soft); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.back-to-base:hover, .back-to-base:focus-visible { border-bottom-color: var(--gold); color: var(--gold-soft); }
.result-actions #opakuj { padding: 9px 17px; border: 1px solid var(--gold); border-radius: 999px; color: var(--ivory); }
.depth-offer { margin: 58px 0 0; padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(217, 182, 111, 0.38); border-radius: 18px; background: linear-gradient(145deg, rgba(65, 48, 82, 0.44), rgba(21, 16, 32, 0.86)); box-shadow: 0 22px 70px rgba(3, 2, 8, 0.25); }
.depth-result { margin: 70px 0 0; padding: 32px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.depth-offer h2,
.depth-result h2 { margin-top: 8px; font-size: clamp(32px, 4vw, 46px); }
.depth-offer > p:not(.depth-kicker) { max-width: 520px; margin-top: 10px; color: var(--soft); }
.depth-panel { margin-top: 25px; padding: 0; border: 0; background: transparent; }
.depth-explanation,
.depth-privacy { color: var(--muted); font-size: 14px; }
.card-modules { margin-top: 21px; padding: 0; border: 0; background: transparent; }
.card-modules h3 { margin-bottom: 13px; font-size: 17px; }
.card-modules .mody { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.card-modules .mody button { min-height: 49px; padding: 10px 13px; border: 1px solid rgba(201, 186, 222, 0.23); border-radius: 8px; background: rgba(24, 18, 36, 0.72); color: var(--soft); font-size: 14px; text-align: left; }
.card-modules .mody button.on { border-color: var(--gold); background: rgba(210, 170, 92, 0.12); color: var(--gold-soft); }
.context-grid { margin-top: 24px; }
.context-question { padding: 0; border: 0; }
.context-question legend { margin-bottom: 12px; color: var(--soft); font-size: 14px; }
.context-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.context-options button { min-height: 46px; padding: 8px; border: 1px solid rgba(201, 186, 222, 0.22); border-radius: 7px; background: transparent; color: var(--soft); font-size: 12px; }
.depth-go { max-width: 340px; }
footer { width: min(100%, 840px); margin: 65px auto 0; padding: 24px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer details { max-width: 720px; } footer summary { color: var(--soft); cursor: pointer; } footer p { margin-top: 12px; line-height: 1.65; }

@media (max-width: 820px) {
  .hero { min-height: 0; gap: 28px; padding: 36px 0 42px; }
  .hero-copy,
  .hero-start.reading { grid-column: 1; }
  .hero-copy { max-width: 640px; }
  .hero-start .form-shell { max-width: 560px; margin: 0; }
  .hero-atlas { display: none; }
}

@media (max-width: 620px) {
  .wrap { padding: 0 20px 46px; }
  .topbar { min-height: 68px; }
  .logo { font-size: 18px; letter-spacing: 0.2em; }
  .hero { gap: 22px; padding: 39px 0 37px; overflow: hidden; }
  .hero-depth { inset: 24px -70px -45px; opacity: 0.58; }
  .hero-copy h1 { max-width: 360px; font-size: clamp(44px, 12.5vw, 55px); }
  .hero-copy .sub { max-width: 365px; margin-top: 15px; font-size: 16px; line-height: 1.52; }
  .hero-start .form-shell { padding: 23px 18px 18px; border-radius: 15px; }
  .hero-start .date-numeric { grid-template-columns: 42px 8px 42px 8px minmax(64px, 1fr); padding: 0 9px; }
  .hero-start .date-part { font-size: 17px; }
  .hero-start .pohl { margin-top: 20px; }
  .hero-start .pohl button { min-height: 44px; padding: 8px; font-size: 13px; }
  .hero-start .go { min-height: 50px; margin-top: 20px; }
  #von { padding-top: 37px; }
  .vysledok .result-title { font-size: 38px; }
  .vysledok > .result-lead { margin-bottom: 31px; font-size: 13px; }
  .vysledok > .result-paragraph { margin-bottom: 20px; font-size: 17px; line-height: 1.72; }
  .result-chapter { padding: 28px 0 31px; }
  .result-chapter h3 { font-size: 29px; }
  .result-chapter-first h3 { font-size: 40px; }
  .result-chapter p { margin-top: 14px; font-size: 17px; line-height: 1.68; }
  .result-actions { flex-flow: row wrap; align-items: center; margin-top: 24px; }
  .depth-offer,
  .depth-result { margin-top: 50px; }
  .depth-offer { padding: 25px 20px; border-radius: 15px; }
  .card-modules .mody { grid-template-columns: 1fr; }
  .context-options { grid-template-columns: 1fr; }
}

/* V9 audit: jasný výsledok, transparentná ponuka a úzky mobil. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.optional-kicker {
  margin-bottom: 8px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-start .card-delay {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 186, 222, 0.18);
}

.hero-start .card-delay .mody button {
  min-height: 44px;
  padding: 8px 9px;
  font-size: 12px;
  line-height: 1.25;
}

.result-intro {
  max-width: 700px;
  margin: 0;
  padding: 0 0 29px;
  border-bottom: 1px solid rgba(201, 186, 222, 0.18);
}

.result-intro h1 {
  margin: 8px 0 12px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.result-intro h1:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 6px;
}

.result-intro > p:last-child {
  display: block;
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.result-intro + .vysledok { margin-top: 34px; }

.result-paragraph-block {
  max-width: 700px;
  margin: 0 0 30px;
}

.vysledok > .result-paragraph-block > .result-paragraph {
  margin: 0;
  color: #d8d0db;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.76;
}

.result-paragraph-block .result-source {
  margin-top: 8px;
  color: #b7acbd;
  font-size: 12px;
  letter-spacing: 0.09em;
}

.depth-price {
  margin-top: 18px;
  color: var(--gold-soft) !important;
  font-size: 14px;
  font-weight: 800;
}

.card-modules .mody button strong,
.card-modules .mody button small {
  display: block;
}

.card-modules .mody button strong {
  color: var(--ivory);
  font-size: 14px;
  line-height: 1.3;
}

.card-modules .mody button small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.card-modules .mody button.on small { color: #cfc3d4; }

.seller-note {
  max-width: 700px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 620px) {
  .result-intro { padding-bottom: 23px; }
  .result-intro h1 { font-size: 37px; }
  .result-paragraph-block { margin-bottom: 25px; }
  .vysledok > .result-paragraph-block > .result-paragraph { font-size: 17px; line-height: 1.7; }
}

@media (max-width: 360px) {
  .wrap { padding-right: 8px; padding-left: 8px; }
  .hero-start .form-shell { padding: 20px 10px 17px; }
  .hero-start .date-numeric { grid-template-columns: 38px 6px 38px 6px minmax(62px, 1fr); padding: 0 7px; }
  .hero-start .card-delay .mody { grid-template-columns: 1fr 1fr; }
  .tbox { justify-content: flex-start; width: 100%; overflow: hidden; }
  .tbox > div { transform: scale(0.9); transform-origin: left top; }
}

/* Predajná a obsahová vrstva: stručný sľub, nenásilné spresnenie a jasné pokračovanie. */
.hero-proof {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.school-details { color: var(--soft); }
.school-details summary {
  min-height: 44px;
  padding: 12px 2px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
  cursor: pointer;
}
.school-details summary span { color: var(--muted); font-weight: 550; }
.school-details summary:hover { color: var(--gold-soft); }
.school-details summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.school-details-body { padding-top: 13px; }
.school-details-body h3 { margin-bottom: 11px; }
.school-details-body .field-hint { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.result-paragraph-block:first-child {
  padding-left: 0;
  border-left: 0;
}

@media (max-width: 620px) {
  .hero-proof { margin-top: 14px; font-size: 12px; }
  .hero-start .card-delay { margin-top: 13px; padding-top: 8px; }
  .result-paragraph-block:first-child { padding-left: 0; }
}

/* Pokračovania po prvom výklade: všetky možnosti na jednom mieste. */
.next-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 920px;
  margin: 26px 0 28px;
}
.next-path {
  min-height: 116px;
  padding: 22px;
  border: 1px solid rgba(222, 183, 99, .34);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(79, 57, 101, .2), rgba(18, 14, 28, .82));
  color: var(--ivory);
  text-align: left;
  cursor: pointer;
}
.next-path:hover { border-color: rgba(222, 183, 99, .72); transform: translateY(-2px); }
.next-path:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.next-path strong, .next-path small { display: block; }
.next-path strong { color: var(--gold-soft); font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.next-path small { margin-top: 9px; color: var(--soft); font-size: 13px; line-height: 1.55; }
.path-badge {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 8px;
  border: 1px solid rgba(222, 183, 99, .52);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}
.next-path-paid { border-color: rgba(222, 183, 99, .56); background: linear-gradient(145deg, rgba(94, 63, 112, .34), rgba(26, 18, 35, .92)); }
.depth-payment-why { max-width: 650px; margin: 8px 0 16px; color: var(--soft); font-size: 13px; line-height: 1.55; }
.next-path-primary {
  min-height: 0;
  padding: 23px 26px;
  background: linear-gradient(135deg, rgba(222, 183, 99, .18), rgba(72, 50, 94, .34));
}
.result-paragraph-block { max-width: 700px; margin: 0 0 24px; }
.result-paragraph { margin: 0; color: #d8d0db; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.76; }
.result-subtitle { margin: 45px 0 18px; color: var(--gold-soft); font-family: var(--serif); font-size: clamp(28px, 4vw, 39px); font-weight: 400; }

.pair-fields {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(222, 183, 99, .25);
}
.pair-heading { margin-bottom: 16px; }
.pair-heading h2 { margin: 6px 0 8px; color: var(--ivory); font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); }
.pair-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }
.pair-fields .pohl { margin-top: 14px; }

.context-grid:not(.hidden) { display: grid; gap: 16px; margin-top: 22px; }
.context-intro { margin: 0; color: var(--soft); line-height: 1.55; }
.context-question { margin: 0; padding: 0; border: 0; }
.context-question legend { margin-bottom: 10px; color: var(--ivory); font-weight: 750; }

@media (max-width: 620px) {
  .next-paths { grid-template-columns: 1fr; gap: 10px; margin: 20px 0 23px; }
  .next-path { min-height: 0; padding: 18px; }
  .next-path strong { font-size: 20px; }
}

/* V12 — nový koncept „Nočný list“.
   Prvá obrazovka je rozhodnutie, výsledok osobný list a ďalšie cesty jedna mapa. */
body {
  background:
    radial-gradient(circle at 76% 24%, rgba(92, 66, 137, .25), transparent 29rem),
    radial-gradient(circle at 24% 80%, rgba(45, 31, 66, .2), transparent 32rem),
    #0b0911;
}

.wrap { width: min(100%, 1540px); }
.topbar { min-height: 76px; }
.logo { font-size: 21px; letter-spacing: .34em; }

.hero {
  min-height: calc(100svh - 76px);
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
  padding: clamp(38px, 5vw, 74px) 0 clamp(50px, 7vw, 98px);
}
.hero-copy { grid-column: 1 / span 7; max-width: 760px; }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(64px, 6.2vw, 96px);
  line-height: .95;
  letter-spacing: -.065em;
}
.hero-copy .sub {
  max-width: 610px;
  margin-top: 27px;
  color: #d2cad4;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.58;
}
.hero-proof { margin-top: 16px; color: #b6aab9; font-size: 13px; }
.hero-sample {
  position: relative;
  max-width: 555px;
  margin: 36px 0 0;
  padding: 19px 24px 19px 26px;
  border: 0;
  border-left: 1px solid var(--gold);
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.52;
}
.hero-sample span { display: block; margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-atlas { right: 17%; width: min(39vw, 570px); opacity: .5; }

.hero-start.reading { grid-column: 8 / -1; }
.hero-start .form-shell {
  max-width: 485px;
  padding: clamp(27px, 3vw, 38px);
  border-color: rgba(227, 190, 111, .38);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(30, 23, 43, .95), rgba(17, 13, 27, .9));
  box-shadow: 0 34px 100px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.025);
}
.hero-start .date-numeric { min-height: 59px; border-radius: 13px; }
.hero-start .date-part { font-size: 20px; }
.hero-start .pohl button { border-radius: 12px; }
.hero-start .go { min-height: 56px; border-radius: 12px; }

#cakam { min-height: calc(100svh - 76px); }
#von {
  width: min(100%, 1180px);
  padding-top: clamp(48px, 8vw, 112px);
}
.result-intro {
  position: relative;
  max-width: 990px;
  padding: 0 0 42px;
}
.result-meta {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.result-intro h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 84px);
  line-height: 1.01;
  letter-spacing: -.055em;
}
.result-intro + .vysledok { max-width: 790px; margin-top: 48px; margin-left: clamp(0px, 8vw, 120px); }
.result-paragraph-block { max-width: 790px; margin-bottom: 29px; }
.vysledok > .result-paragraph-block > .result-paragraph {
  color: #ddd5de;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.77;
}
.result-signature { max-width: 790px; margin: 34px 0 0 clamp(0px, 8vw, 120px); font-family: var(--serif); font-size: 21px; }
.result-honesty {
  max-width: 720px;
  margin: 47px 0 0 clamp(0px, 8vw, 120px);
  padding: 17px 0 0 22px;
  border-top: 1px solid rgba(217,182,111,.3);
  border-left: 1px solid rgba(217,182,111,.55);
  color: #a99dad;
  font-size: 13px;
  line-height: 1.65;
}
.result-actions { justify-content: flex-start; margin: 30px 0 0 clamp(0px, 8vw, 120px); }

.depth-offer {
  max-width: 940px;
  margin: 28px 0 0 clamp(0px, 8vw, 120px);
  padding: clamp(25px, 3vw, 38px);
  border-color: rgba(217,182,111,.3);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 0, rgba(124, 91, 163, .22), transparent 25rem),
    linear-gradient(145deg, rgba(43, 31, 58, .75), rgba(17, 13, 27, .94));
}
.depth-offer h2 { max-width: 650px; font-size: clamp(36px, 4vw, 50px); line-height: 1.04; }
.depth-offer > p:not(.depth-kicker) { max-width: 620px; font-size: 14px; }
.next-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: none; margin: 22px 0 0; }
.next-path {
  position: relative;
  min-height: 125px;
  padding: 22px 23px 20px;
  overflow: hidden;
  border-color: rgba(221, 201, 231, .2);
  background: rgba(12, 9, 19, .46);
}
.next-path::after { position: absolute; right: 22px; bottom: 18px; color: rgba(217,182,111,.65); content: "→"; font-size: 22px; }
.next-path:hover { background: rgba(39, 28, 52, .75); }
.next-path-primary { grid-column: auto; min-height: 125px; background: linear-gradient(120deg, rgba(217,182,111,.15), rgba(68,44,93,.32)); }
.path-number { display: block; margin-bottom: 14px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.next-path strong { max-width: 85%; font-size: clamp(22px, 2vw, 28px); }
.next-path small { max-width: 88%; font-size: 13px; }
.depth-panel { padding-top: 10px; }
.depth-result { width: min(100%, 840px); margin-left: auto; margin-right: auto; }
footer { width: min(100%, 1180px); }

@media (max-width: 820px) {
  .hero { min-height: 0; gap: 28px; }
  .hero-copy h1 { font-size: clamp(50px, 10.5vw, 70px); }
  .hero-copy .sub { max-width: 570px; }
  .hero-start .form-shell { max-width: 600px; margin: 0; }
  .result-intro + .vysledok,
  .result-signature,
  .depth-offer,
  .result-honesty,
  .result-actions { margin-left: 0; }
}

@media (max-width: 620px) {
  .wrap { padding-right: 18px; padding-left: 18px; }
  .topbar { min-height: 58px; }
  .logo { font-size: 17px; letter-spacing: .23em; }
  .hero { gap: 18px; padding: 25px 0 32px; }
  .hero-copy .eyebrow { margin-bottom: 9px; font-size: 10px; }
  .hero-copy h1 { max-width: 390px; font-size: clamp(41px, 11.4vw, 52px); line-height: .98; }
  .hero-copy .sub { max-width: 390px; margin-top: 13px; font-size: 15px; line-height: 1.47; }
  .hero-proof { margin-top: 9px; font-size: 11px; }
  .hero-sample { display: none; }
  .hero-start .form-shell { padding: 20px 17px 17px; border-radius: 17px; }
  .hero-start .date-numeric { min-height: 52px; }
  .hero-start .date-part { padding-top: 10px; padding-bottom: 10px; font-size: 17px; }
  .hero-start .pohl { margin-top: 16px; }
  .hero-start .go { min-height: 49px; margin-top: 17px; }
  #von { padding-top: 32px; }
  .result-intro { padding-bottom: 27px; }
  .result-meta { margin-bottom: 12px; font-size: 10px; }
  .result-intro h1 { font-size: clamp(40px, 11.3vw, 52px); }
  .result-intro + .vysledok { margin-top: 31px; }
  .result-paragraph-block { margin-bottom: 24px; }
  .vysledok > .result-paragraph-block > .result-paragraph { font-size: 17px; line-height: 1.69; }
  .result-signature { margin-top: 27px; font-size: 19px; }
  .result-honesty { margin-top: 35px; padding: 14px 0 0 15px; font-size: 12px; }
  .result-actions { gap: 18px; margin-top: 22px; }
  .depth-offer { margin-top: 22px; padding: 24px 17px; border-radius: 19px; }
  .depth-offer h2 { font-size: 34px; }
  .depth-offer > p:not(.depth-kicker) { font-size: 14px; }
  .next-paths { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
  .next-path,
  .next-path-primary { grid-column: auto; min-height: 0; padding: 21px 19px 20px; }
  .path-number { margin-bottom: 9px; }
  .next-path strong { max-width: 90%; font-size: 24px; }
  .next-path small { max-width: 91%; font-size: 13px; }
}
