:root {
  --bg: #060709;
  --card: #17191d;
  --card-strong: #1d4ed8;
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #ffffff;
  --heading: #f5c84c;
  --yellow-strong: #ffcf4d;
  --blue: #4f8ef7;
  --blue-strong: #4f8ef7;
  --blue-soft: #4f8ef7;
  --shadow-soft: none;
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1480px;
  --layout-gap: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.background-media {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.background-image {
  width: 110%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: hero-pan 10s ease-in-out infinite alternate;
  will-change: transform;
}

.background-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

@keyframes hero-pan {
  from {
    transform: translateX(-9.1%);
  }

  to {
    transform: translateX(0);
  }
}

.site-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - var(--layout-gap));
  margin: 0 0 0 var(--layout-gap);
  padding: 18px 0 10px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--layout-gap);
  margin-bottom: 18px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  flex: 0 0 auto;
  margin-left: 20px;
}

.brand-logo {
  display: block;
  height: 35px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
}

.brand-text {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.7rem;
  width: max-content;
  flex: 0 0 auto;
}

.brand-meta {
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
  white-space: nowrap;
  width: max-content;
  flex: 0 0 auto;
  color: rgba(58, 58, 58, 0.9);
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0.08rem;
}

.brand-text strong {
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-hyphen {
  color: #3a3a3a;
}

#sekce-soukromi {
  padding-bottom: 31px;
}

.section-email {
  display: inline-flex;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 120px;
  padding: 0 18px;
  min-height: 48px;
  border-radius: 999px;
  background: rgba(23, 25, 29, 0.8);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: none;
  align-items: center;
  gap: 0.3rem;
}

.section-email-icon {
  display: inline-flex;
  width: 1.9em;
  height: 1.9em;
  line-height: 1;
}

.section-email-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-shell {
  display: grid;
  gap: var(--layout-gap);
}

.section-card,
.preview-shell,
.info-card,
.mini-card,
.feature-card,
.legal-card,
.legal-hero {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.page-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--layout-gap);
}

.left-column {
  width: min(860px, calc(100% - 454px));
  display: grid;
  gap: var(--layout-gap);
}

.section-card,
.preview-shell {
  padding: 26px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--yellow-strong);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-shell .section-card .kicker {
  color: var(--blue);
  font-size: 1.64rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.section-card h1,
.section-card h2,
.preview-shell h2,
.legal-card h2,
.legal-hero h1 {
  margin: 0;
  color: var(--heading);
  font-family: "Sora", sans-serif;
  line-height: 1.18;
}

.section-card h1,
.section-card h2,
.preview-shell h2,
.legal-card h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.section-card p,
.preview-shell-head p,
.info-card p,
.mini-card p,
.feature-card li,
.legal-card li,
.legal-card p,
.legal-hero p {
  margin: 0;
  color: #ffffff;
  line-height: 1.72;
}

.section-hero {
  min-height: auto;
}

.hero-copy {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.hero-copy p {
  font-size: 18px;
  max-width: 72ch;
}

.hero-copy-bulleted {
  padding-left: 20px;
}

.hero-copy-bulleted p {
  position: relative;
}

.hero-copy-bulleted p::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow-strong);
}

.hero-highlights,
.card-grid {
  display: grid;
  gap: 14px;
}

.hero-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card,
.info-card,
.feature-card,
.legal-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #2196f3, #1976d2);
  border: 0;
}

.feature-list-plain {
  padding: 0;
  background: transparent;
  border: 0;
}

.feature-list-plain ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.feature-list-plain li {
  color: #ffffff;
  line-height: 1.72;
}

.left-column .section-card p,
.left-column .info-card p,
.left-column .feature-list-plain li,
.left-column .feature-list-plain-privacy h3,
.left-column .operator-details p,
.left-column .operator-contact-row p {
  font-size: 18px;
}

.operator-details {
  display: grid;
  gap: 6px;
  margin-bottom: 0;
}

.operator-details p,
.operator-contact-row p {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.operator-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.operator-email {
  margin-left: 0;
  width: fit-content;
  background: linear-gradient(135deg, #2196f3, #1976d2);
  box-shadow: 0 12px 24px rgba(33, 150, 243, 0.22);
}

#sekce-provozovatel .section-heading {
  margin-bottom: 28px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  width: calc(100% - 52px);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.site-footer a {
  color: #ffffff;
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.feature-list-plain li::marker {
  color: var(--yellow-strong);
}

.feature-list-plain-privacy h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.feature-list-plain-privacy ul li:last-child {
  margin-bottom: 10px;
}

.mini-card strong,
.info-card strong,
.feature-card h3,
.legal-card h2 {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
}

.feature-card h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.info-card strong {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #17191d;
}

.audience-stack .info-card:nth-child(2),
.audience-stack .info-card:nth-child(4),
.audience-stack .info-card:nth-child(6) {
  text-align: right;
}

.hero-highlights .mini-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  text-align: center;
}

.hero-highlights .mini-card strong {
  margin-bottom: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  line-height: 1.25;
}

.hero-highlights .mini-card p {
  display: none;
}

.preview-column {
  display: grid;
  gap: 12px;
  position: relative;
  width: 376px;
  flex: 0 0 376px;
  margin-left: auto;
}

html[data-public-lang="en"] .preview-column {
  width: 376px;
  flex-basis: 376px;
}

html[data-public-lang="en"] .preview-shell {
  padding-bottom: 18px;
}

html[data-public-lang="en"] .preview-frame {
  height: 2795px;
}

.preview-shell {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
  background: var(--card);
  border-color: rgba(255, 255, 255, 0.12);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.preview-contact {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
  flex: none;
}

.preview-contact-left {
  margin-bottom: -6px;
}

.preview-shell-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.preview-shell-head-split {
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.preview-shell-head-split h2 {
  margin-right: 0;
  text-align: center;
}

.preview-title-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.preview-product-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-top: 1px;
  object-fit: contain;
}

.preview-shell-head h2 span {
  display: block;
}

.preview-shell-head h2 {
  line-height: 1.08;
}

.preview-frame-wrap {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: var(--card);
  margin-left: -10px;
  margin-right: -10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.preview-frame {
  width: 100%;
  height: 2795px;
  display: block;
  border: 0;
  background: transparent;
}

.content-column {
  display: grid;
  gap: var(--layout-gap);
  width: 100%;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-stack {
  grid-template-columns: minmax(0, 1fr);
}

.single-column {
  grid-template-columns: minmax(0, 1fr);
}

.feature-card ul,
.legal-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.feature-card li::marker,
.legal-card li::marker {
  color: var(--yellow-strong);
}

.button {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary,
.button-secondary {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.96),
    rgba(29, 78, 216, 0.96)
  );
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.button-primary {
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-actions {
  justify-content: space-between;
  margin-top: 15px;
  gap: 12px;
  flex-wrap: nowrap;
}

.legal-actions .button-primary,
.legal-actions .button-secondary {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding: 0 15px;
  white-space: nowrap;
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.96),
    rgba(22, 163, 74, 0.96)
  );
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.inline-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 56px;
  display: grid;
  gap: 20px;
}

.legal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.legal-back {
  justify-self: start;
}

#landingRoot[aria-busy],
#legalContentRoot[aria-busy],
#previewRoot[aria-busy] {
  min-height: 240px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(23, 25, 29, 0.5);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.language-switcher button {
  appearance: none;
  border: 0;
  min-width: 52px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.language-switcher button:hover {
  background: rgba(23, 25, 29, 0.5);
  color: #ffffff;
}

.language-switcher button:focus-visible {
  background: rgba(23, 25, 29, 0.5);
  color: #ffffff;
  outline: none;
}

.language-switcher button.is-active {
  background: linear-gradient(135deg, rgba(79, 142, 247, 0.96), rgba(29, 78, 216, 0.96));
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(79, 142, 247, 0.26);
}

.topbar-language-switcher {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 20px;
}

.legal-hero,
.legal-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.legal-hero {
  padding: 24px;
}

.legal-body {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.legal-meta {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.legal-meta strong {
  color: var(--heading);
}

.legal-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.3;
}

.legal-card h3.legal-subsection-spaced {
  margin-top: 32px;
}

.legal-card > p + p,
.legal-card > p + ul,
.legal-card > ul + p,
.legal-card > ul + ul,
.legal-card > p + h3,
.legal-card > h3 + p,
.legal-card > h3 + ul {
  margin-top: 14px;
}

.legal-card a,
.legal-hero a {
  color: #cfe3ff;
}

.legal-hero .kicker {
  margin-bottom: 20px;
}

.legal-hero .legal-intro {
  margin-bottom: 18px;
}

.legal-card h2 {
  color: var(--heading);
}

.legal-toc ul {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.legal-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--yellow-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1240px) {
  .page-layout {
    flex-direction: column;
  }

  .left-column,
  .preview-column {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .preview-column {
    margin-left: 0;
    order: 2;
  }

  .preview-contact {
    justify-content: flex-start;
  }

  .preview-contact-left {
    margin-bottom: 0;
  }

  .preview-shell {
    position: relative;
    top: 0;
  }

  .preview-frame {
    height: 2735px;
  }
}

@media (max-width: 980px) {
  .hero-highlights,
  .two-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .preview-frame {
    height: 2685px;
  }
}

@media (max-width: 720px) {
  .site-shell,
  .legal-page {
    width: min(100% - 18px, 100%);
  }

  .legal-toolbar,
  .preview-shell-head-split {
    flex-direction: column;
    align-items: stretch;
  }

  .preview-shell-head-split h2 {
    margin-right: 0;
  }

  .topbar {
    margin-bottom: 14px;
  }

  .section-card,
  .preview-shell,
  .legal-hero,
  .legal-card {
    padding: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .legal-actions {
    flex-wrap: wrap;
  }

  .legal-actions .button-primary,
  .legal-actions .button-secondary {
    white-space: normal;
    font-size: 1rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .topbar {
    align-items: stretch;
  }

  .language-switcher {
    width: 100%;
    justify-content: center;
  }

  .language-switcher button {
    flex: 1 1 0;
  }

  .preview-frame {
    height: 1700px;
  }

  .brand-logo {
    height: 30px;
  }

  .brand-text strong {
    font-size: 1.5rem;
  }

  .brand-meta {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    margin-left: 0;
  }

  .brand-meta {
    gap: 0;
  }

  .section-email {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
}
