/* ==========================================================
   Nutrivit — Hero Desktop
   Layout port z PhysioExpert inšpirácie, brand Nutrivit UI Kit
   ========================================================== */

:root {
  /* Brand tokens (z Nutrivit UI Kit) */
  --nv-teal-50:  #E6F7F9;
  --nv-teal-100: #B3E8ED;
  --nv-teal-500: #00AFC1;
  --nv-teal-600: #009BAD;
  --nv-teal-700: #008595;

  --nv-navy-50:  #F0F4F8;
  --nv-navy-300: #8DA6C1;
  --nv-navy-700: #1F3A5C;
  --nv-navy-800: #122845;
  --nv-navy-900: #0A1A30;

  --nv-teal-300: #4DCAD5;

  --nv-gray-50:  #FAFBFC;
  --nv-gray-100: #F1F3F5;
  --nv-gray-200: #E3E7EB;
  --nv-gray-400: #9AA5B1;
  --nv-gray-500: #6B7785;
  --nv-gray-600: #4A5563;
  --nv-gray-700: #2D3641;
  --nv-gray-900: #0F1419;

  --google-yellow: #F5B400;

  --nv-success-100: #E6F4EA;
  --nv-success-500: #5BB370;
  --nv-success-700: #2D7A3E;
  --nv-success-border: #C0DD97;

  --nv-warning-100: #FCE8E8;
  --nv-warning-500: #E76A5C;
  --nv-warning-700: #B33A2C;
  --nv-warning-border: #F7C1C1;

  /* Layout */
  --content-max-width: 1200px;
  --section-padding-x: clamp(24px, 4vw, 48px);
  --section-padding-y: clamp(48px, 6vw, 80px);

  /* Radius */
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; }
html, body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--nv-gray-900);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-form { scroll-margin-top: 24px; }

/* Section CTA wrapper — centered button pod sekciou */
.section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(32px, 4vw, 56px);
}
.section-cta .cta { width: auto; padding-inline: 32px; }

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(0,175,193,0.45);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.sec-inbody,
.sec-programy,
.sec-team,
.sec-prekoho,
.sec-howto,
.sec-recenzie,
.sec-faq,
.sec-form,
.sec-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

/* ==============================
   Page wrap
   ============================== */
.page {
  width: 100%;
  min-height: 100dvh;
  background: #FFFFFF;
}

.container {
  width: 100%;
  max-width: var(--content-max-width);
  margin-inline: auto;
  padding-inline: var(--section-padding-x);
}

/* ==============================
   Header (logo only — top-left)
   ============================== */
.site-header {
  padding-top: clamp(18px, 3vw, 36px);
  padding-bottom: clamp(20px, 4vw, 48px);
}

.logo {
  display: inline-block;
  height: clamp(28px, 3.5vw, 38px);
  width: auto;
}

/* ==============================
   Hero block
   ============================== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding-bottom: clamp(48px, 6vw, 80px);
}

/* Left column */
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 580px;
}

/* Google rating */
.rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
@media (max-width: 540px) {
  .rating { gap: 8px; }
  .rating-count { font-size: 12px; }
}
@media (max-width: 380px) {
  .rating-count { font-size: 11px; }
  .rating-pill { padding: 5px 10px 5px 8px; }
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 12px;
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  border-radius: 999px;
  box-shadow: 0 2px 6px -2px rgba(15,32,64,0.06);
}
.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
.rating-stars svg {
  width: 16px;
  height: 16px;
  color: var(--google-yellow);
}
.rating-value {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--nv-gray-700);
  letter-spacing: -0.01em;
}
.rating-google {
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
}
.rating-google svg { width: 16px; height: 16px; }

.rating-count {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--nv-gray-600);
}
.rating-count b {
  color: var(--nv-navy-900);
  font-weight: 700;
}

/* H1 */
.hero-title {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--nv-navy-900);
  hyphens: manual;
  text-wrap: balance;
}
@media (max-width: 380px) {
  .hero-title {
    font-size: 24px;
  }
}

/* Hero subtitle pod H1 */
.hero-subtitle {
  margin-top: -8px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
  color: var(--nv-gray-600);
  font-weight: 500;
}

/* Subhead */
.hero-sub {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
  color: var(--nv-gray-600);
  max-width: 460px;
}

/* Hero USP bullets (emocionálne benefits) */
.hero-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(13.5px, 1.3vw, 18px);
  line-height: 1.4;
  color: var(--nv-gray-800);
  font-weight: 500;
  white-space: nowrap;
}
.hero-checks .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--nv-teal-100);
  color: var(--nv-teal-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-checks .check svg {
  width: 13px;
  height: 13px;
}
.hero-checks li.is-highlighted {
  background: var(--nv-teal-50);
  padding: 10px 14px;
  margin: -2px -14px;
  border-radius: 10px;
  font-weight: 700;
  color: var(--nv-navy-900);
}
@media (max-width: 380px) {
  .hero-checks li {
    font-size: 12.5px;
    gap: 8px;
  }
  .hero-checks .check {
    width: 18px;
    height: 18px;
  }
  .hero-checks .check svg {
    width: 11px;
    height: 11px;
  }
}

/* CTA */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--nv-teal-500);
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 22px -10px rgba(0,175,193,0.55);
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}
.cta:hover {
  background: var(--nv-teal-600);
  box-shadow: 0 14px 28px -10px rgba(0,175,193,0.65);
}
.cta:active {
  transform: translateY(1px);
}
.cta svg { width: 18px; height: 18px; }

/* Right column — photo */
.hero-right {
  display: flex;
  justify-content: center;
}

.photo-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--nv-gray-100);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Name plate — bottom-right overlay */
.name-plate {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #FFFFFF;
  padding: 12px 18px 12px 22px;
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
  box-shadow: 0 12px 26px -14px rgba(15,32,64,0.25);
  font-family: 'Manrope', sans-serif;
}
.name-plate .name {
  font-size: 15px;
  font-weight: 700;
  color: var(--nv-teal-600);
  letter-spacing: -0.01em;
}
.name-plate .divider {
  width: 1px;
  height: 18px;
  background: var(--nv-gray-200);
}
.name-plate .role {
  font-size: 14px;
  font-weight: 500;
  color: var(--nv-gray-600);
}

/* ==============================
   Video play button (na fotke Klaudie)
   ============================== */
.photo-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-play-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,175,193,0.55);
  animation: photoPulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes photoPulse {
  0%   { transform: scale(0.85); opacity: 0.7; }
  100% { transform: scale(1.7);  opacity: 0;   }
}
.photo-play-circle {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--nv-teal-500);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px -8px rgba(0,0,0,0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.photo-play-circle svg {
  width: 34px;
  height: 34px;
  margin-left: 4px;
}
.photo-play-btn:hover .photo-play-circle {
  transform: scale(1.08);
  box-shadow: 0 14px 32px -8px rgba(0,0,0,0.45);
}
.photo-play-btn:focus-visible {
  outline: none;
}
.photo-play-btn:focus-visible .photo-play-circle {
  box-shadow: 0 0 0 4px rgba(0,175,193,0.45), 0 10px 28px -8px rgba(0,0,0,0.35);
}

/* Text link pod fotkou */
.photo-video-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: center;
  color: var(--nv-teal-700);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.15s ease;
}
.photo-video-link svg {
  width: 18px;
  height: 18px;
}
.photo-video-link:hover {
  color: var(--nv-teal-800);
  text-decoration: underline;
}

/* ==============================
   Video modal (YouTube embed lightbox)
   ============================== */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.video-modal[aria-hidden="false"] {
  display: flex;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,15,32,0.88);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.video-modal-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  z-index: 1;
}
.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 32px 80px -20px rgba(0,0,0,0.6);
}
.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s ease;
}
.video-modal-close:hover {
  background: rgba(255,255,255,0.22);
}
.video-modal-close svg {
  width: 20px;
  height: 20px;
}
body.video-modal-open {
  overflow: hidden;
}

/* Mobile adjustments for video modal */
@media (max-width: 640px) {
  .video-modal {
    padding: 16px;
  }
  .photo-play-btn {
    width: 72px;
    height: 72px;
  }
  .photo-play-circle {
    width: 62px;
    height: 62px;
  }
  .photo-play-circle svg {
    width: 28px;
    height: 28px;
  }
}

/* ==============================
   USP strip (bottom) — 4 columns
   ============================== */
.usp-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(48px, 6vw, 80px);
  border-top: 1px solid var(--nv-gray-100);
}

.usp-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.usp-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: var(--nv-teal-50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nv-teal-600);
  flex-shrink: 0;
}
.usp-icon svg {
  width: 20px;
  height: 20px;
}

.usp-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.usp-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--nv-navy-900);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.usp-detail {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--nv-gray-500);
  line-height: 1.45;
}
.usp-detail a {
  color: inherit;
  text-decoration: none;
}
.usp-detail a:hover { color: var(--nv-teal-600); }

/* ==============================
   Tablet adaptation
   ============================== */
@media (max-width: 1023px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: clamp(48px, 6vw, 80px);
  }
  .hero-left {
    max-width: 100%;
    gap: 18px;
  }
  .usp-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .usp-strip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==========================================================
   SEKCIA 5 — InBody preview
   ========================================================== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nv-teal-700);
  margin-bottom: 16px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--nv-teal-500);
  box-shadow: 0 0 0 4px var(--nv-teal-100);
}

.h2 {
  font-size: clamp(28px, 2.6vw + 6px, 40px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--nv-navy-900);
  margin-bottom: 16px;
  text-wrap: balance;
}

.lead {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
  color: var(--nv-gray-600);
}

.sec-inbody {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(48px, 6vw, 72px);
  background: var(--nv-gray-50);
}

.inbody-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.inbody-left { max-width: 520px; order: 2; }
.inbody-grid .mosaic { order: 1; }
.lead-margin { margin-bottom: 28px; }

.divider-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 18px;
}
.divider-row .line {
  flex: 1;
  height: 1px;
  background: var(--nv-gray-200);
}
.divider-row .label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nv-gray-400);
  white-space: nowrap;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-bottom: 28px;
  list-style: none;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--nv-gray-700);
  line-height: 1.45;
}
.feature .check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--nv-teal-50);
  color: var(--nv-teal-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.feature .check svg { width: 13px; height: 13px; }

.highlight-box {
  background: var(--nv-teal-50);
  border-left: 4px solid var(--nv-teal-500);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
}
.highlight-box:last-child { margin-bottom: 0; }
.highlight-box p {
  font-size: 15px;
  font-weight: 600;
  color: #006B79;
  line-height: 1.55;
  margin: 0;
  text-wrap: balance;
}
.highlight-box .strong { font-weight: 800; }
.highlight-box .price {
  font-weight: 800;
  color: var(--nv-teal-700);
}

/* Box 2 — jemnejšia varianta (svetlejší accent border + neutrálnejšia farba) */
.highlight-box.is-secondary {
  background: var(--nv-navy-50);
  border-left-color: var(--nv-navy-700);
}
.highlight-box.is-secondary p {
  color: var(--nv-navy-800);
}
.highlight-box.is-secondary .price {
  color: var(--nv-teal-600);
}

/* MOZAIKA — asymetrická 2x2 (pic01 dominant, pic04 najmenší) */
.mosaic {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 3fr 2fr;
  aspect-ratio: 9 / 10;
  gap: 12px;
}
.mosaic .photo {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--nv-gray-100);
  margin: 0;
}
.mosaic .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================
   SEKCIA — Klaudia + lekári
   ========================================================== */
.sec-team {
  background: var(--nv-gray-50);
  padding-top: clamp(56px, 7vw, 90px);
  padding-bottom: clamp(64px, 8vw, 100px);
}
.team-grid {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
.team-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: var(--nv-gray-100);
  margin: 0;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-content { display: flex; flex-direction: column; }
.sec-team .h2 { margin-bottom: 6px; }
.team-sub {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--nv-teal-600);
  margin-bottom: 22px;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--nv-teal-50);
  color: var(--nv-teal-800);
  border: 1px solid var(--nv-teal-100);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.tatiana-note {
  background: #FFFFFF;
  border-left: 3px solid var(--nv-teal-500);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--nv-gray-700);
  margin-bottom: 32px;
}
.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.doc-card {
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -16px rgba(15,32,64,0.15);
}
.doc-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--nv-gray-100);
  margin-bottom: 6px;
}
.doc-avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.doc-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--nv-navy-900);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.doc-spec {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--nv-teal-700);
}

/* Team — tablet adaptation */
@media (max-width: 1023px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .doc-grid { grid-template-columns: 1fr; gap: 10px; }
  .doc-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
    padding: 14px;
    gap: 14px;
  }
  .doc-avatar { width: 52px; height: 52px; margin-bottom: 0; flex-shrink: 0; }
}

/* ==========================================================
   SEKCIA — Pre koho je / nie je
   ========================================================== */
.sec-prekoho {
  background: var(--nv-navy-50);
  padding-top: clamp(64px, 8vw, 100px);
  padding-bottom: clamp(64px, 8vw, 100px);
}
.sec-prekoho .heading {
  max-width: 720px;
  margin: 0 auto clamp(32px, 4vw, 48px);
  text-align: center;
}
.sec-prekoho .h2 { margin-bottom: 12px; }

.prekoho-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.prekoho-card {
  border-radius: 16px;
  padding: 28px 26px;
  border: 1px solid transparent;
}
.prekoho-card.yes {
  background: var(--nv-success-100);
  border-color: var(--nv-success-border);
}
.prekoho-card.no {
  background: var(--nv-warning-100);
  border-color: var(--nv-warning-border);
}
.prekoho-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.prekoho-card.yes .prekoho-card-title { color: var(--nv-success-700); }
.prekoho-card.no .prekoho-card-title { color: var(--nv-warning-700); }
.prekoho-card-title svg { width: 22px; height: 22px; flex-shrink: 0; }

.prekoho-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.prekoho-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
}
.prekoho-card.yes .prekoho-item { color: var(--nv-success-700); }
.prekoho-card.no .prekoho-item { color: var(--nv-warning-700); }
.prekoho-item svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.prekoho-card.yes .prekoho-item svg { color: var(--nv-success-500); }
.prekoho-card.no .prekoho-item svg { color: var(--nv-warning-500); }
.prekoho-item strong { font-weight: 800; }

@media (max-width: 1023px) {
  .prekoho-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ==========================================================
   SEKCIA 6 — Programy
   ========================================================== */
.sec-programy {
  background: var(--nv-gray-50);
  padding-top: clamp(64px, 8vw, 100px);
  padding-bottom: clamp(64px, 8vw, 100px);
  border-top: 1px solid var(--nv-gray-100);
}
.sec-programy .header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.sec-programy .header .eyebrow {
  justify-content: center;
}

.programy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.prog-card {
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  border-radius: 18px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -18px rgba(15,32,64,0.18);
}
.prog-card.featured {
  background: var(--nv-teal-50);
}
.prog-card.zdravie {
  background: var(--nv-navy-50);
}
.prog-card.stabilita {
  background: var(--nv-gray-50);
}

.prog-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 5px 12px;
  background: var(--nv-teal-500);
  color: #FFFFFF;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}
.prog-badge-slot { height: 26px; }

.prog-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--nv-navy-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.prog-title .prog-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nv-teal-700);
  margin-bottom: 4px;
}

.prog-body {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--nv-gray-600);
}

/* Duration box — oddelený blok dole karty */
.prog-duration {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--nv-gray-200);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--nv-gray-500);
}
.prog-duration svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--nv-gray-500);
}
.prog-duration-text {
  display: flex;
  flex-direction: column;
}
.prog-duration-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nv-gray-500);
  margin-bottom: 2px;
}
.prog-duration-value {
  font-size: 15px;
  font-weight: 800;
  color: var(--nv-navy-900);
  letter-spacing: -0.01em;
}
.prog-card.featured .prog-duration {
  border-top-color: rgba(0,175,193,0.30);
}
.prog-card.featured .prog-duration svg,
.prog-card.featured .prog-duration-label {
  color: var(--nv-teal-700);
}

/* Lead — emphasis */
.lead strong {
  color: var(--nv-navy-900);
  font-weight: 700;
}

.cta-sub {
  max-width: 640px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--nv-gray-200);
  text-align: center;
  font-size: 14px;
  color: var(--nv-gray-500);
  line-height: 1.6;
}

/* Tablet adaptation for new sections */
@media (max-width: 1023px) {
  .inbody-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .inbody-left { max-width: 100%; order: 1; }
  .inbody-grid .mosaic { order: 2; }
  .programy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================
   SEKCIA — Ako to funguje (tmavá, posledná)
   ========================================================== */
.sec-howto {
  background: var(--nv-navy-900);
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
  position: relative;
  overflow: hidden;
}
.sec-howto::before {
  /* Subtle teal radial backdrop */
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(0,175,193,0.10) 0%, transparent 60%);
  pointer-events: none;
}

.sec-howto .heading {
  max-width: 640px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
  position: relative;
  z-index: 2;
}
.sec-howto .eyebrow {
  color: var(--nv-teal-500);
  justify-content: center;
}
.sec-howto .eyebrow .dot {
  box-shadow: 0 0 0 4px rgba(0,175,193,0.20);
}
.sec-howto .h2 {
  color: #FFFFFF;
  margin-bottom: 12px;
}
.sec-howto .howto-sub {
  font-size: 16px;
  line-height: 1.65;
  color: var(--nv-navy-300);
}

/* Timeline */
.howto-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.howto-timeline::before {
  /* Connector linka cez stred kruhov */
  content: "";
  position: absolute;
  top: 32px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(0,175,193,0) 0%,
    rgba(0,175,193,0.5) 8%,
    rgba(0,175,193,0.5) 92%,
    rgba(0,175,193,0) 100%);
  z-index: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--nv-navy-900);
  border: 2px solid var(--nv-teal-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: var(--nv-teal-300);
  margin-bottom: 22px;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 0 6px rgba(0,175,193,0.08),
    0 8px 24px -8px rgba(0,175,193,0.30);
  flex-shrink: 0;
}
.step-title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.step-body {
  font-size: 14px;
  color: var(--nv-navy-300);
  line-height: 1.55;
  margin-bottom: 14px;
}
.step-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: auto;
}
.step-badge.free {
  background: rgba(0,175,193,0.15);
  color: var(--nv-teal-300);
  border: 1px solid rgba(0,175,193,0.30);
}
.step-badge.paid {
  background: rgba(255,255,255,0.06);
  color: var(--nv-navy-300);
  border: 1px solid rgba(255,255,255,0.14);
}

/* Tablet — 2x2 grid */
@media (max-width: 1023px) {
  .howto-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    max-width: 600px;
  }
  .howto-timeline::before { display: none; }
}

/* ==========================================================
   SEKCIA — Recenzie (carousel, posledná)
   ========================================================== */
.sec-recenzie {
  background: var(--nv-gray-100);
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
.sec-recenzie .heading {
  text-align: center;
  margin-bottom: 40px;
}
.sec-recenzie .eyebrow { justify-content: center; }
.sec-recenzie .h2 { margin-bottom: 0; }

.carousel-outer {
  overflow: hidden;
  position: relative;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  align-items: stretch;
}
.slide {
  flex-shrink: 0;
  padding-right: 16px;
  display: flex;
}
.slide:last-child { padding-right: 0; }

.review-card {
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.review-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--nv-teal-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--nv-teal-800);
  flex-shrink: 0;
  letter-spacing: -0.01em;
}
.review-meta { min-width: 0; }
.review-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--nv-navy-900);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.review-role {
  font-size: 12px;
  color: var(--nv-gray-500);
  font-weight: 500;
  margin-top: 2px;
}
.review-google {
  width: 18px; height: 18px;
  flex-shrink: 0;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}
.review-rating .star {
  width: 16px; height: 16px;
  color: var(--google-yellow);
}
.review-verified {
  width: 18px; height: 18px;
  color: var(--nv-success-500);
  margin-left: 6px;
  flex-shrink: 0;
}

.review-text {
  font-size: 14px;
  color: var(--nv-gray-700);
  line-height: 1.65;
}

/* Navigation */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--nv-gray-700);
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.nav-btn:hover {
  background: var(--nv-teal-50);
  border-color: var(--nv-teal-500);
  color: var(--nv-teal-600);
}
.nav-btn svg { width: 18px; height: 18px; }

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nv-gray-300, #C7CED5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}
.carousel-dot.active {
  background: var(--nv-teal-500);
  width: 22px;
  border-radius: 4px;
}

/* ==========================================================
   SEKCIA — FAQ (posledná, accordion)
   ========================================================== */
.sec-faq {
  background: var(--nv-gray-50);
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
  border-top: 1px solid var(--nv-gray-100);
}
.sec-faq .heading {
  text-align: center;
  margin-bottom: 40px;
}
.sec-faq .eyebrow { justify-content: center; }
.sec-faq .h2 { margin-bottom: 0; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.open {
  border-color: var(--nv-teal-500);
  box-shadow: 0 0 0 1px rgba(0,175,193,0.20),
              0 8px 24px -12px rgba(0,175,193,0.20);
}
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Manrope', sans-serif;
}
.faq-trigger:hover .faq-q { color: var(--nv-teal-600); }

.faq-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--nv-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--nv-gray-500);
  flex-shrink: 0;
  letter-spacing: -0.01em;
  transition: background 0.2s, color 0.2s;
}
.faq-item.open .faq-num {
  background: var(--nv-teal-50);
  color: var(--nv-teal-700);
}
.faq-q {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--nv-navy-900);
  line-height: 1.35;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.faq-item.open .faq-q { color: var(--nv-teal-700); }

.faq-chevron {
  width: 20px;
  height: 20px;
  color: var(--nv-gray-400);
  transition: transform 0.3s ease, color 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--nv-teal-600);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-body-inner {
  padding: 0 22px 20px 68px;
  font-size: 14.5px;
  color: var(--nv-gray-700);
  line-height: 1.7;
}
.faq-body-inner ul {
  margin: 8px 0 10px;
  padding-left: 20px;
}
.faq-body-inner li { margin-bottom: 4px; }
.faq-body-inner strong {
  color: var(--nv-navy-900);
  font-weight: 800;
}

/* ==========================================================
   SEKCIA — Kontaktný formulár (posledná)
   ========================================================== */
.sec-form {
  background: var(--nv-teal-50);
  padding-top: clamp(64px, 8vw, 100px);
  padding-bottom: clamp(64px, 8vw, 100px);
}
.form-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-rows: auto 1fr;
  column-gap: clamp(32px, 4vw, 56px);
  row-gap: 20px;
  align-items: start;
}
.form-intro {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
}
.form-grid > .form-box {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.form-grid > .klaudia-card {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}
.sec-form .eyebrow {
  color: var(--nv-teal-700);
}
.sec-form .h2 {
  margin-bottom: 12px;
}
.form-sub {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--nv-navy-700);
  margin-bottom: 28px;
}

.klaudia-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 1px solid var(--nv-teal-100);
  border-radius: 14px;
}
.klaudia-card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--nv-teal-100);
  flex-shrink: 0;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 2px var(--nv-teal-200, #80D9E1);
}
.klaudia-card-avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.klaudia-card-info { min-width: 0; }
.klaudia-card-name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--nv-navy-900);
  letter-spacing: -0.01em;
}
.klaudia-card-title {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--nv-teal-700);
  margin-top: 1px;
}
.klaudia-card-assurance {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--nv-navy-700);
  margin-top: 6px;
  font-weight: 500;
}
.klaudia-card-assurance svg {
  width: 14px; height: 14px;
  color: var(--nv-teal-600);
  flex-shrink: 0;
}

/* Form box */
.form-box {
  background: #FFFFFF;
  border: 1px solid var(--nv-teal-100);
  border-radius: 18px;
  padding: 32px;
}
.form-field {
  min-width: 0;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
.form-field:last-of-type { margin-bottom: 22px; }

.field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--nv-gray-700);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
/* Legend (otázky v radio groupách) — väčšie, výraznejšie */
legend.field-label {
  font-size: 16px;
  color: var(--nv-navy-900);
  margin-bottom: 12px;
}
.field-label .req {
  color: var(--nv-warning-500);
  margin-left: 2px;
}

.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.option-btn {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 10px;
  border: 1.5px solid var(--nv-gray-200);
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  color: var(--nv-gray-600);
  cursor: pointer;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.35;
  box-shadow: 0 1px 2px rgba(15,32,64,0.04);
  transition: transform 0.15s ease, border-color 0.18s ease,
              background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
/* Radio circle indicator vľavo */
.option-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1.5px solid var(--nv-gray-300, #C7CED5);
  border-radius: 50%;
  background: #FFFFFF;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.option-btn:hover {
  border-color: var(--nv-teal-500);
  background: var(--nv-teal-50);
  color: var(--nv-teal-800);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px -4px rgba(0,175,193,0.22);
}
.option-btn:hover::before {
  border-color: var(--nv-teal-500);
}
.option-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(15,32,64,0.06);
}
.option-btn.selected {
  border-color: var(--nv-teal-500);
  background: var(--nv-teal-50);
  color: var(--nv-teal-800);
  box-shadow: 0 0 0 1px var(--nv-teal-500),
              0 6px 16px -6px rgba(0,175,193,0.30);
}
.option-btn.selected::before {
  border-color: var(--nv-teal-500);
}
.option-btn.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20.5px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nv-teal-500);
}

.fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.field-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--nv-gray-200);
  font-size: 14.5px;
  color: var(--nv-gray-900);
  font-family: 'Manrope', sans-serif;
  background: var(--nv-gray-50);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.field-input::placeholder {
  color: var(--nv-gray-400);
  font-weight: 500;
}
.field-input:focus {
  border-color: var(--nv-teal-500);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(0,175,193,0.12);
}
.field-input.is-invalid {
  border-color: var(--nv-warning-500);
  background: #FFF8F8;
  box-shadow: 0 0 0 3px rgba(231,106,92,0.12);
}
.options-grid.is-invalid .option-btn {
  border-color: var(--nv-warning-500);
  background: #FFF8F8;
}

.submit-btn {
  width: 100%;
  padding: 16px 22px;
  border-radius: 12px;
  background: var(--nv-teal-500);
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 22px -10px rgba(0,175,193,0.55);
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
}
.submit-btn:hover {
  background: var(--nv-teal-600);
  box-shadow: 0 14px 28px -10px rgba(0,175,193,0.65);
}
.submit-btn:active { transform: scale(0.99); }
.submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.submit-btn svg { width: 18px; height: 18px; }

.privacy {
  font-size: 12px;
  color: var(--nv-gray-500);
  text-align: center;
  margin-top: 14px;
  line-height: 1.55;
}
.privacy a {
  color: var(--nv-teal-600);
  text-decoration: none;
}
.privacy a:hover { text-decoration: underline; }
.form-status {
  min-height: 20px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.form-status.error { color: var(--nv-warning-700); }
.form-status.success { color: var(--nv-success-700); }

/* Mikro-copy — Klaudia v 1. osobe (umiestnený na vrchu form-boxu) */
.form-box > .form-microcopy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--nv-gray-700);
  margin: 0 0 20px;
  padding: 12px 14px;
  background: var(--nv-teal-50);
  border-radius: 12px;
  border: 1px solid var(--nv-teal-100);
}
.form-box > .form-microcopy > svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  color: var(--nv-teal-600);
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 2px;
  display: block;
}
.form-box > .form-microcopy strong {
  color: var(--nv-navy-900);
  font-weight: 700;
}
.form-box > .form-microcopy > span {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1023px) {
  .form-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  .form-grid > .form-intro   { grid-column: 1; grid-row: auto; order: 1; }
  .form-grid > .klaudia-card { grid-column: 1; grid-row: auto; order: 2; }
  .form-grid > .form-box     { grid-column: 1; grid-row: auto; order: 3; }
  .form-box { padding: 24px; }
  .fields-row { grid-template-columns: 1fr; gap: 0; }
  .fields-row > div { margin-bottom: 20px; }
}

/* Anchor scroll offset — po kliknutí #formular sa zastavíme s mierou */
#formular { scroll-margin-top: 16px; }

/* Helper: br viditeľný len v mobile (zalomenie nadpisov v sec-form) */
.br-mobile { display: none; }
@media (max-width: 767px) {
  .br-mobile { display: initial; }
}

/* ==========================================================
   FOOTER (pätička, posledný element)
   ========================================================== */
.sec-footer {
  background: var(--nv-navy-900);
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: 0;
  color: #D9E1EB;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.footer-logo {
  display: inline-block;
  height: 36px;
  width: auto;
}

.footer-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #426C97;
  margin-bottom: 16px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-contact-item:last-child { margin-bottom: 0; }
.footer-contact-item svg {
  width: 16px; height: 16px;
  color: var(--nv-teal-500);
  flex-shrink: 0;
}
.footer-contact-link {
  font-size: 14.5px;
  color: #D9E1EB;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-contact-link:hover { color: var(--nv-teal-500); }
.footer-hours {
  font-size: 13.5px;
  color: var(--nv-navy-300);
  font-weight: 500;
}

.footer-location {
  margin-bottom: 16px;
}
.footer-location:last-child { margin-bottom: 0; }
.footer-location-city {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.footer-location-city svg {
  width: 15px; height: 15px;
  color: var(--nv-teal-500);
  flex-shrink: 0;
}
.footer-location-addr {
  font-size: 13.5px;
  color: var(--nv-navy-300);
  padding-left: 23px;
  font-weight: 500;
}

.footer-bottom {
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copyright {
  font-size: 12.5px;
  color: #426C97;
  font-weight: 500;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-legal a {
  font-size: 12.5px;
  color: #426C97;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-legal a:hover { color: var(--nv-navy-300); }
.footer-legal .sep {
  color: #2D5078;
  font-size: 12px;
}

@media (max-width: 1023px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ==========================================================
   Patch: form-sub bold + programy karty rovnaká výška
   ========================================================== */
.form-sub strong { font-weight: 700; color: var(--nv-navy-900); }

/* Rovnaká výška kariet programov v gride */
.programy-grid { align-items: stretch; }
.prog-card { height: 100%; }

/* ==========================================================
   Mobile patches: doc-spec centered + smaller name-plate
   ========================================================== */
@media (max-width: 767px) {
  /* Doc cards — centrovaný text v info-bloku */
  .doc-info { text-align: center; }

  /* Hero name-plate — menší ako v desktope */
  .name-plate {
    padding: 8px 12px 8px 14px;
    gap: 10px;
    bottom: 16px;
  }
  .name-plate .name { font-size: 12.5px; }
  .name-plate .role { font-size: 11.5px; }
  .name-plate .name-divider,
  .name-plate .divider { height: 13px; }
}

/* ==========================================================
   Ďakovacia stránka (dakujeme.html)
   ========================================================== */
.thanks-page { background: var(--nv-gray-50); min-height: 100dvh; }
.thanks-header {
  background: var(--nv-teal-50);
  border-bottom: 1px solid var(--nv-teal-100);
  width: 100%;
}
.thanks-header > .container {
  display: flex;
  align-items: center;
}

.thanks-hero {
  display: flex;
  justify-content: center;
  padding: clamp(48px, 8vw, 96px) 0;
}
.thanks-card {
  max-width: 720px;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: 0 12px 32px -16px rgba(15, 32, 64, 0.10);
}
.thanks-emoji {
  font-size: clamp(40px, 6vw, 56px);
  line-height: 1;
  margin-bottom: 16px;
}
.thanks-title {
  font-size: clamp(26px, 3vw + 8px, 38px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--nv-navy-900);
  text-wrap: balance;
  margin-bottom: 16px;
}
.thanks-sub {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: var(--nv-gray-600);
  max-width: 560px;
  margin: 0 auto;
}
.thanks-divider {
  width: 56px;
  height: 1px;
  background: var(--nv-gray-200);
  margin: clamp(28px, 4vw, 40px) auto;
}
.thanks-lead {
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 600;
  color: var(--nv-gray-700);
  margin-bottom: 18px;
}
.thanks-cta {
  display: inline-flex;
  width: auto;
  padding-inline: 28px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .thanks-cta { width: 100%; padding-inline: 22px; }
}

/* ==========================================================
   Sticky CTA — floating pill, sebestačný teal glow (funguje
   na svetlom aj tmavom pozadí, žiadny svetlý fade)
   ========================================================== */
.sticky-cta {
  position: fixed;
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
}
.sticky-cta[hidden] { display: none; }
.sticky-cta.is-visible { opacity: 1; }

.sticky-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--nv-teal-500);
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: auto;
  box-shadow:
    0 0 0 8px rgba(0, 175, 193, 0.12),
    0 0 40px 8px rgba(0, 175, 193, 0.28),
    0 20px 36px -10px rgba(0, 175, 193, 0.55),
    0 8px 18px -6px rgba(15, 32, 64, 0.22);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.sticky-cta-btn:hover {
  background: var(--nv-teal-600, #0099A8);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 10px rgba(0, 175, 193, 0.15),
    0 0 50px 10px rgba(0, 175, 193, 0.35),
    0 24px 42px -10px rgba(0, 175, 193, 0.65),
    0 10px 22px -6px rgba(15, 32, 64, 0.25);
}
.sticky-cta-btn:active { transform: translateY(0); }
.sticky-cta-btn svg.sticky-cta-arrow {
  width: 18px; height: 18px;
  flex-shrink: 0;
}

/* MOBILE — full-width pill, centered */
@media (max-width: 767px) {
  .sticky-cta {
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: flex;
    justify-content: center;
    transform: translateY(8px);
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta-btn {
    width: 100%;
    height: 54px;
    padding: 0 22px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

/* DESKTOP — floating pill bottom-right */
@media (min-width: 768px) {
  .sticky-cta {
    right: 24px;
    bottom: 24px;
    transform: translateY(12px);
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta-btn {
    height: 56px;
    padding: 0 28px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1024px) {
  .sticky-cta { right: 32px; bottom: 32px; }
  .sticky-cta-btn { height: 58px; padding: 0 32px; font-size: 17px; }
}

/* ==========================================================
   SEKCIA — Reálne výsledky našich klientov (carousel + InBody multi-line graf)
   ========================================================== */
.sec-vysledky {
  padding: clamp(56px, 8vw, 100px) 0;
  background: linear-gradient(180deg, var(--nv-gray-50) 0%, #FFFFFF 100%);
}
.sec-vysledky .eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nv-teal-700);
  margin-bottom: 14px;
}
.sec-vysledky .eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--nv-teal-500);
}
.sec-vysledky .h2 {
  font-size: clamp(28px, 3vw + 10px, 44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--nv-navy-900);
  text-align: center;
  margin: 0 0 36px;
  text-wrap: balance;
}
.sec-vysledky .h2 strong {
  color: var(--nv-teal-600);
  font-weight: 800;
}

.vysledky-carousel { position: relative; }
.vysledky-track-outer {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

/* Sticky CTA — desktop full / mobile shorter text */
.sticky-cta-label-short { display: none; }
@media (max-width: 540px) {
  .sticky-cta-label-full { display: none; }
  .sticky-cta-label-short { display: inline; }
}
.form-intro-lead {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--nv-gray-600);
}
.form-intro-lead strong {
  color: var(--nv-teal-700);
  font-weight: 700;
}
.vysledky-track {
  display: flex;
  transition: transform 480ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.vysledky-slide {
  flex: 0 0 100%;
  padding: 0 4px;
}
.vysledky-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--nv-gray-200);
  box-shadow: 0 10px 30px -16px rgba(15, 32, 64, 0.10);
  padding: clamp(20px, 3vw, 36px);
}

.vyc-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}
.vyc-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--nv-gray-100);
  aspect-ratio: 1 / 1;
  align-self: start;
  max-width: 260px;
}
.vyc-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.vyc-photo-badge {
  position: absolute;
  bottom: 10px; left: 10px;
  background: var(--nv-teal-500);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 20px -6px rgba(0, 175, 193, 0.55);
}

/* Body-vision History — multi-line graf */
.bv-history {
  background: var(--nv-gray-50);
  border: 1px solid var(--nv-gray-200);
  border-radius: 14px;
  padding: 20px 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bv-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nv-gray-200);
}
.bv-header-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--nv-gray-600);
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.bv-header-period {
  font-size: 12px;
  font-weight: 600;
  color: var(--nv-navy-700);
}

.bv-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.bv-row + .bv-row { border-top: 1px dashed var(--nv-gray-200); }

.bv-row-label { text-align: right; line-height: 1.15; }
.bv-metric-name {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bv-metric-unit {
  font-size: 10.5px;
  color: var(--nv-gray-600);
  font-weight: 500;
  margin-top: 1px;
}

.bv-row-chart {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.bv-value {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.bv-chart-wrap {
  position: relative;
  flex: 1;
  height: 36px;
  min-width: 0;
}
.bv-row-chart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Per-metric color tokens */
.bv-hmot .bv-metric-name { color: #2563EB; }
.bv-smm  .bv-metric-name { color: #16A34A; }
.bv-tuk  .bv-metric-name { color: #CA8A04; }
.bv-pbf  .bv-metric-name { color: #64748B; }
.bv-vfa  .bv-metric-name { color: #D17171; }

.bv-hmot .bv-value { color: #2563EB; }
.bv-smm  .bv-value { color: #16A34A; }
.bv-tuk  .bv-value { color: #CA8A04; }
.bv-pbf  .bv-value { color: #64748B; }
.bv-vfa  .bv-value { color: #D17171; }

/* Pulse pointy — vždy 1:1 (HTML mimo SVG) */
@keyframes nv-vys-pulse {
  0%   { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(3); opacity: 0; }
}
.bv-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--c, #2563EB);
  pointer-events: none;
  z-index: 2;
}
.bv-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--c, #2563EB);
  animation: nv-vys-pulse 1.8s ease-out infinite;
  transform-origin: center;
}

/* Stats chips */
.vyc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.stat-chip {
  background: var(--nv-teal-50);
  border: 1px solid var(--nv-teal-100);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
}
.stat-chip-value {
  display: block;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 800;
  color: var(--nv-teal-700);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.stat-chip-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--nv-navy-700);
  margin-top: 4px;
  letter-spacing: -0.005em;
}

/* Quote */
.vyc-quote {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--nv-gray-200);
}
.vyc-quote-body {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: var(--nv-navy-900);
  font-style: italic;
  font-weight: 500;
  margin: 0 0 14px;
  text-wrap: pretty;
}
.vyc-quote-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vyc-stars {
  display: inline-flex;
  color: #F5A623;
  font-size: 14px;
  letter-spacing: 1px;
}
.vyc-quote-author {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--nv-navy-700);
}
.vyc-quote-author span {
  font-weight: 500;
  color: var(--nv-gray-600);
  margin-left: 6px;
}

/* Controls */
.vysledky-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}
.vysledky-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--nv-gray-200);
  color: var(--nv-navy-700);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, color 160ms ease;
}
.vysledky-arrow:hover { background: var(--nv-teal-500); color: #FFFFFF; border-color: var(--nv-teal-500); }
.vysledky-arrow svg { width: 18px; height: 18px; }
.vysledky-dots { display: flex; gap: 8px; }
.vysledky-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0;
  background: var(--nv-gray-200);
  cursor: pointer;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
}
.vysledky-dot.active {
  background: var(--nv-teal-500);
  transform: scale(1.2);
}
.vysledky-disclaimer {
  margin-top: 18px;
  font-size: 12px;
  color: var(--nv-gray-600);
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .vyc-top { grid-template-columns: 1fr; gap: 18px; }
  .vyc-photo { aspect-ratio: 1 / 1; max-width: 420px; margin: 0 auto; width: 100%; }
  .vyc-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .vyc-stats { gap: 8px; }
  .stat-chip { padding: 12px 8px; }
  .stat-chip-label { font-size: 10.5px; }
}
