/* ==========================================================================
   ZdravaCreva — Design System
   Bold biotech: neon-cyan accents on deep teal, derived from the brand logo.
   Single source of truth for color, type, spacing, and core components.
   ========================================================================== */

:root {
  /* ---- Brand palette ------------------------------------------------- */
  --zc-cyan:        #1FE0C8;   /* neon accent / glow */
  --zc-cyan-bright: #3DF0DA;
  --zc-cyan-soft:   #C9F7F0;
  --zc-teal-400:    #16C9B8;
  --zc-teal-500:    #0FB5A6;   /* primary */
  --zc-teal-600:    #0B9488;   /* primary hover */
  --zc-teal-700:    #0A766E;
  --zc-emerald:     #34D399;   /* secondary accent (logo right-glow) */

  /* ---- Deep "ink" teals (dark surfaces / hero / footer) ------------- */
  --zc-ink-900:     #052227;
  --zc-ink-800:     #07313A;
  --zc-ink-700:     #0B4049;
  --zc-ink-600:     #0F525B;

  /* ---- Neutrals ------------------------------------------------------ */
  --zc-bg:          #F4FAFA;
  --zc-surface:     #FFFFFF;
  --zc-surface-2:   #EEF6F6;
  --zc-text:        #0A1A1D;
  --zc-text-soft:   #2C3F43;
  --zc-muted:       #5C7378;
  --zc-border:      #E1ECEC;

  /* ---- Semantic ------------------------------------------------------ */
  --zc-success:     #16B981;
  --zc-danger:      #EF4444;
  --zc-warning:     #F59E0B;
  --zc-info:        var(--zc-teal-500);

  /* ---- Gradients ----------------------------------------------------- */
  --zc-grad-brand:  linear-gradient(135deg, var(--zc-teal-500) 0%, var(--zc-teal-700) 100%);
  --zc-grad-hero:   linear-gradient(135deg, #052227 0%, #0A3A40 55%, #0C4A3E 100%);
  --zc-grad-cyan:   linear-gradient(135deg, var(--zc-cyan) 0%, var(--zc-teal-500) 100%);

  /* ---- Elevation & shape -------------------------------------------- */
  --zc-shadow-sm:   0 1px 2px rgba(5, 34, 39, .06), 0 1px 3px rgba(5, 34, 39, .08);
  --zc-shadow:      0 4px 16px rgba(5, 34, 39, .08);
  --zc-shadow-lg:   0 12px 32px rgba(5, 34, 39, .12);
  --zc-glow:        0 0 0 1px rgba(31, 224, 200, .25), 0 8px 30px rgba(31, 224, 200, .28);
  --zc-radius-sm:   .5rem;
  --zc-radius:      .85rem;
  --zc-radius-lg:   1.25rem;

  /* ---- Type ---------------------------------------------------------- */
  --zc-font-head: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --zc-font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* ---- Bootstrap bridge --------------------------------------------- */
  --bs-primary:      var(--zc-teal-500);
  --bs-primary-rgb:  15, 181, 166;
  --bs-link-color:   var(--zc-teal-600);
  --bs-link-hover-color: var(--zc-teal-700);
  --bs-body-color:   var(--zc-text);
  --bs-body-bg:      var(--zc-bg);
  --bs-border-color: var(--zc-border);
}

/* ==========================================================================
   Base
   ========================================================================== */
body {
  font-family: var(--zc-font-body);
  color: var(--zc-text);
  background-color: var(--zc-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.navbar-brand, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--zc-font-head);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--zc-text);
}

.lead { color: var(--zc-text-soft); }
a { text-decoration: none; }
.section-title { font-weight: 700; letter-spacing: -0.02em; }
.text-muted { color: var(--zc-muted) !important; }

/* Eyebrow label above section headings */
.zc-eyebrow {
  font-family: var(--zc-font-head);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--zc-teal-600);
}

/* ==========================================================================
   Brand helpers
   ========================================================================== */
.text-brand   { color: var(--zc-teal-600) !important; }
.text-cyan    { color: var(--zc-cyan) !important; }
.bg-brand     { background: var(--zc-grad-brand) !important; color: #fff !important; }
.bg-ink       { background: var(--zc-ink-900) !important; color: #fff; }
.brand-gradient { background: var(--zc-grad-brand); color: #fff !important; }

/* Dark, immersive section (hero, CTA bands) with subtle hex/glow motif */
.zc-dark {
  position: relative;
  background: var(--zc-grad-hero);
  color: #EAF6F5;
  overflow: hidden;
}
.zc-dark h1, .zc-dark h2, .zc-dark h3, .zc-dark h4, .zc-dark h5 { color: #fff; }
.zc-dark .text-muted { color: rgba(234, 246, 245, .68) !important; }
/* Glow blobs + hex grid texture */
.zc-dark::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 85% 15%, rgba(52, 211, 153, .22), transparent 60%),
    radial-gradient(55% 55% at 12% 85%, rgba(31, 224, 200, .20), transparent 60%);
  pointer-events: none;
}
.zc-dark::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 0L56 16v34L28 66 0 50V16z' fill='none' stroke='%231FE0C8' stroke-opacity='0.06' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 56px 100px;
  opacity: .7;
  pointer-events: none;
}
.zc-dark > * { position: relative; z-index: 1; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn { font-weight: 600; border-radius: var(--zc-radius-sm); }
.btn-lg { padding: .8rem 1.6rem; }

.btn-primary {
  --bs-btn-bg: var(--zc-teal-500);
  --bs-btn-border-color: var(--zc-teal-500);
  --bs-btn-hover-bg: var(--zc-teal-600);
  --bs-btn-hover-border-color: var(--zc-teal-600);
  --bs-btn-active-bg: var(--zc-teal-700);
  --bs-btn-active-border-color: var(--zc-teal-700);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-disabled-bg: var(--zc-teal-500);
  --bs-btn-disabled-border-color: var(--zc-teal-500);
}
.btn-outline-primary {
  --bs-btn-color: var(--zc-teal-600);
  --bs-btn-border-color: var(--zc-teal-500);
  --bs-btn-hover-bg: var(--zc-teal-500);
  --bs-btn-hover-border-color: var(--zc-teal-500);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--zc-teal-600);
}
.btn-success {
  --bs-btn-bg: var(--zc-success);
  --bs-btn-border-color: var(--zc-success);
  --bs-btn-hover-bg: #109b6c;
  --bs-btn-hover-border-color: #109b6c;
}

/* High-emphasis CTA with neon glow — use sparingly on dark sections */
.btn-glow {
  background: var(--zc-grad-cyan);
  border: none;
  color: #042a27;
  font-weight: 700;
  box-shadow: var(--zc-glow);
}
.btn-glow:hover { color: #042a27; filter: brightness(1.05); transform: translateY(-1px); }

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
  border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius);
  box-shadow: var(--zc-shadow-sm);
  overflow: hidden;
  background: var(--zc-surface);
}
.card-title { font-family: var(--zc-font-head); font-weight: 600; }

/* Hover-lift card for product/feature grids */
.zc-card-hover { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.zc-card-hover:hover {
  transform: translateY(-6px);
  box-shadow: var(--zc-shadow-lg);
  border-color: var(--zc-cyan);
}

/* Feature tile with cyan icon chip */
.zc-feature-icon {
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: var(--zc-cyan-soft);
  color: var(--zc-teal-600);
  font-size: 1.5rem;
}

/* Legacy aliases kept so not-yet-migrated pages still get the new look */
.feature-card, .video-card { transition: transform .25s ease, box-shadow .25s ease; border: 1px solid var(--zc-border); }
.feature-card:hover, .video-card:hover { transform: translateY(-5px); box-shadow: var(--zc-shadow-lg); }
.feature-icon { font-size: 3rem; color: var(--zc-teal-500); }
.stats-card { background: var(--zc-grad-hero); color: #fff; border-radius: var(--zc-radius); }
.stats-card h3 { font-size: 2rem; font-weight: 700; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar-brand { font-weight: 700; letter-spacing: -0.02em; }

/* App / authenticated navbar (was bg-primary) → deep ink with cyan accents */
.navbar.bg-primary {
  background: var(--zc-ink-900) !important;
  border-bottom: 1px solid rgba(31, 224, 200, .18);
}
.navbar.bg-primary .nav-link { color: rgba(234, 246, 245, .82); font-weight: 500; }
.navbar.bg-primary .nav-link:hover,
.navbar.bg-primary .nav-link.active { color: var(--zc-cyan); }

/* Light / visitor navbar */
.navbar-light.bg-white { border-bottom: 1px solid var(--zc-border); }
.navbar-light .navbar-brand { color: var(--zc-teal-700) !important; }
.navbar-light .nav-link { color: var(--zc-text-soft); font-weight: 500; }
.navbar-light .nav-link:hover { color: var(--zc-teal-600); }

/* ==========================================================================
   Forms
   ========================================================================== */
.form-control, .form-select { border-radius: var(--zc-radius-sm); border-color: var(--zc-border); }
.form-control:focus, .form-select:focus, .btn:focus, .btn:active:focus {
  border-color: var(--zc-teal-500);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .2) !important;
}

/* ==========================================================================
   Badges & misc
   ========================================================================== */
.badge.bg-primary { background: var(--zc-teal-500) !important; }
.bg-primary { background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }
.text-primary { color: var(--zc-teal-600) !important; }
.bg-light { background-color: var(--zc-surface-2) !important; }

.progress-bar-custom, .progress-indicator { height: 6px; background-color: #e9ecef; border-radius: 3px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--zc-grad-cyan) !important; transition: width .3s ease; }

.flag-icon { height: 16px; width: auto; object-fit: cover; vertical-align: middle; display: inline-block; }

/* ==========================================================================
   Shared product / ebook thumbnail
   ========================================================================== */
.thumb-ebook {
  aspect-ratio: 732 / 1024;
  width: 100%;
  overflow: hidden;
  background: var(--zc-surface-2);
  border-top-left-radius: var(--zc-radius);
  border-top-right-radius: var(--zc-radius);
}
.thumb-ebook img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* HTML product descriptions */
.product-description p { margin-bottom: .5rem; }
.product-description br { display: block; content: ""; margin: .25rem 0; }
.product-description strong { font-weight: 600; }
.product-description em { font-style: italic; }
.product-description a { color: var(--zc-teal-600); text-decoration: underline; }
/* Height-based clamp (works for rich HTML descriptions — <p>/<ul>/<strong> —
   which -webkit-line-clamp silently fails to truncate). Fades out at the bottom. */
.product-description.truncate {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 4.5em;          /* ~3 lines */
  line-height: 1.5em;
  word-break: break-word;
  overflow-wrap: break-word;
}
.product-description.truncate::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5em;
  background: linear-gradient(rgba(255, 255, 255, 0), var(--zc-surface));
  pointer-events: none;
}

.card-body { overflow: hidden; }

/* ==========================================================================
   FLUID & MOTION LAYER
   Bespoke, agency-style feel layered on top of Bootstrap: fluid type,
   scroll-reveal, smooth easing, organic section transitions.
   ========================================================================== */

html { scroll-behavior: smooth; }

/* Smooth, consistent easing for interactive elements */
:root { --zc-ease: cubic-bezier(.22, 1, .36, 1); }
.btn, .card, .zc-card-hover, a.nav-link { transition: all .35s var(--zc-ease); }

/* ---- Fluid type scale (clamp) ------------------------------------------- */
.display-1, .display-2, .display-3 { font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
.zc-display { font-family: var(--zc-font-head); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; font-size: clamp(2.6rem, 6vw, 5rem); }
.zc-display-sm { font-family: var(--zc-font-head); font-weight: 700; letter-spacing: -.025em; line-height: 1.05; font-size: clamp(2rem, 4.2vw, 3.25rem); }
.zc-lead { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.6; color: var(--zc-text-soft); }
.zc-italic { font-style: italic; color: var(--zc-cyan); }
.zc-dark .zc-italic { color: var(--zc-cyan); }

/* Section vertical rhythm (vertical only — must not cancel .container gutters
   when .zc-section and .container share an element, e.g. the hero) */
.zc-section { padding-top: clamp(3.5rem, 8vw, 7rem); padding-bottom: clamp(3.5rem, 8vw, 7rem); }

/* ---- Scroll-reveal ------------------------------------------------------ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--zc-ease), transform .7s var(--zc-ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .zc-float, .zc-marquee__track { animation: none !important; }
}

/* ---- Hero background video (YouTube) ----------------------------------- */
/* The video sits behind the .zc-dark content (which is z-index:1) with a
   gradient overlay on top of it for text legibility. */
.zc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.zc-hero-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Scale a 16:9 iframe so it always covers the hero box */
  width: 100vw;
  height: 56.25vw;        /* 16:9 by width  */
  min-width: 177.78vh;    /* 16:9 by height */
  min-height: 100%;
  border: 0;
  pointer-events: none;   /* clicks fall through to the content */
}
.zc-hero-overlay {
  position: absolute;
  inset: 0;
  /* Darker on the left where the copy sits, lighter on the right */
  background:
    linear-gradient(105deg, rgba(5, 34, 39, .94) 0%, rgba(5, 34, 39, .80) 42%, rgba(10, 58, 64, .55) 100%);
}
/* Reduced-motion users get the brand gradient instead of a moving background. */
@media (prefers-reduced-motion: reduce) {
  .zc-hero-bg { display: none; }
}

/* Hero sound toggle (autoplay starts muted; click to unmute) */
.zc-hero-sound {
  position: absolute;
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: clamp(1rem, 4vw, 2rem);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(5, 34, 39, .45);
  backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s var(--zc-ease), transform .2s var(--zc-ease);
}
.zc-hero-sound:hover { background: rgba(5, 34, 39, .7); transform: scale(1.06); }
/* No background video on reduced-motion → no sound toggle either */
@media (prefers-reduced-motion: reduce) { .zc-hero-sound { display: none; } }

/* ---- Horizontal scroll rows (landing section teasers) ------------------ */
.zc-hscroll {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: .25rem;
  padding: .5rem .25rem 1.25rem;
  margin: 0 -.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 181, 166, .45) transparent;
}
.zc-hslide {
  flex: 0 0 auto;
  width: clamp(255px, 80vw, 320px);
  scroll-snap-align: start;
  display: flex;
}
.zc-hslide > .card { width: 100%; }
.zc-hscroll::-webkit-scrollbar { height: 8px; }
.zc-hscroll::-webkit-scrollbar-thumb { background: rgba(15, 181, 166, .45); border-radius: 4px; }
.zc-hscroll::-webkit-scrollbar-track { background: transparent; }

/* ---- "See all" link ---------------------------------------------------- */
.zc-seeall {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 600;
  color: var(--zc-teal-600);
  transition: gap .2s var(--zc-ease), color .2s var(--zc-ease);
}
.zc-seeall::after { content: "\2192"; }
.zc-seeall:hover { color: var(--zc-teal-500); gap: .7rem; }

/* ---- Media (appearances) list ------------------------------------------ */
.zc-media-item { text-decoration: none; color: inherit; }
.zc-media-item h5 { color: var(--zc-text); }
.zc-media-ico {
  flex: 0 0 auto;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: var(--zc-grad-cyan);
  color: #04201f;
  font-size: 1.25rem;
}
.zc-media-ico--alt { background: var(--zc-grad-brand); color: #fff; }
.zc-media-meta {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  color: var(--zc-text-soft);
  margin-bottom: .35rem;
}
.zc-play-badge {
  position: absolute;
  left: 12px; bottom: 12px;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--zc-grad-cyan);
  color: #04201f;
  padding-left: .12em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

/* ---- Compact product / webinar cards ----------------------------------- */
.zc-card--compact .card-body { padding: 1rem 1.1rem; }
.zc-card--compact .card-title { font-size: 1.02rem; }
.zc-card--compact .thumb-ebook { aspect-ratio: 4 / 3; }
.zc-card--compact .thumb-ebook img { object-position: top; }
.zc-card--compact .product-description.truncate {
  max-height: 3em;          /* ~2 lines */
  font-size: .9rem;
}
.zc-card--compact .card-text.small { font-size: .85rem; }

/* ---- Reviews / testimonials -------------------------------------------- */
.zc-review-frame {
  position: relative;
  overflow: hidden;
  background: var(--zc-surface);
  border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg);
  box-shadow: var(--zc-shadow-lg);
  padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1.5rem, 5vw, 4rem) clamp(1.75rem, 4vw, 2.75rem);
}
.zc-review-frame::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--zc-grad-cyan);
}
.zc-review-frame::after {
  content: "\201C";
  position: absolute;
  top: .06em; left: .26em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 1;
  color: var(--zc-teal-500);
  opacity: .1;
  pointer-events: none;
}
.zc-review { max-width: 760px; margin: 0 auto; padding: 0 1rem 1rem; text-align: center; position: relative; }
.zc-review__stars { color: #F5B100; letter-spacing: .18em; font-size: 1.1rem; margin-bottom: 1.25rem; }
.zc-review__quote {
  font-family: var(--zc-font-head);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.5;
  font-style: italic;
  color: var(--zc-text);
  margin: 0 0 1.25rem;
}
.zc-review figcaption { display: flex; flex-direction: column; gap: .15rem; }
.zc-review__author { font-weight: 700; }
.zc-review__role { color: var(--zc-text-soft); font-size: .9rem; }
.zc-review-dots { position: static; margin: 1.75rem 0 0; }
.zc-review-dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: var(--zc-teal-500);
  opacity: .35;
}
.zc-review-dots button.active { opacity: 1; }

/* ---- Sticky navbar with scroll state ------------------------------------ */
.zc-sticky { position: sticky; top: 0; z-index: 1030; transition: background-color .35s var(--zc-ease), box-shadow .35s var(--zc-ease), backdrop-filter .35s var(--zc-ease); }
.navbar-light.bg-white.zc-sticky.zc-scrolled { box-shadow: var(--zc-shadow); background: rgba(255,255,255,.85) !important; backdrop-filter: saturate(180%) blur(12px); }
.navbar.bg-primary.zc-sticky.zc-scrolled { box-shadow: 0 6px 24px rgba(5,34,39,.25); }

/* ---- Hero / dark immersive treatment ------------------------------------ */
.zc-hero-full { min-height: 88vh; display: flex; align-items: center; }
.zc-float { animation: zc-float 6s ease-in-out infinite; }
@keyframes zc-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* Soft animated glow orbs for dark sections (sit behind content) */
.zc-orb { position: absolute; border-radius: 50%; filter: blur(42px); opacity: .42; pointer-events: none; z-index: 0; transform: translateZ(0); }
.zc-orb--cyan { background: radial-gradient(circle, rgba(31,224,200,.6), transparent 70%); }
.zc-orb--emerald { background: radial-gradient(circle, rgba(52,211,153,.5), transparent 70%); }

/* Scroll cue */
.zc-scroll-cue { width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.45); border-radius: 14px; position: relative; }
.zc-scroll-cue::after { content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; background: var(--zc-cyan); border-radius: 2px; transform: translateX(-50%); animation: zc-scroll 1.8s var(--zc-ease) infinite; }
@keyframes zc-scroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 14px); } 100% { opacity: 0; } }

/* ---- Big section numerals (01 / 02 / 03) -------------------------------- */
.zc-numeral { font-family: var(--zc-font-head); font-weight: 700; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; color: var(--zc-cyan); opacity: .55; letter-spacing: -.04em; }
.zc-numeral-ghost { -webkit-text-stroke: 1.5px var(--zc-teal-500); color: transparent; opacity: .35; }

/* ---- Organic section dividers (curve / wave) ---------------------------- */
.zc-divider { display: block; width: 100%; height: clamp(40px, 6vw, 90px); }
.zc-divider svg { display: block; width: 100%; height: 100%; }

/* ---- Glass / elevated panels -------------------------------------------- */
.zc-panel { background: var(--zc-surface); border: 1px solid var(--zc-border); border-radius: var(--zc-radius-lg); box-shadow: var(--zc-shadow); }
.zc-glass { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--zc-radius-lg); backdrop-filter: blur(10px); }

/* ---- Admin page header band (brand gradient card) ---------------------- */
.zc-admin-header { background: var(--zc-grad-hero); color: #fff; border: none; border-radius: var(--zc-radius); }
.zc-admin-header .text-muted { color: rgba(234, 246, 245, .72) !important; }
/* Headings sit on the dark brand gradient — override the global dark h1–h6 color
   (and their icons, which inherit currentColor) so they read white, not dark. */
.zc-admin-header h1, .zc-admin-header h2, .zc-admin-header h3,
.zc-admin-header h4, .zc-admin-header h5, .zc-admin-header h6,
.stats-card h1, .stats-card h2, .stats-card h3,
.stats-card h4, .stats-card h5, .stats-card h6 { color: #fff; }

/* ---- 16:9 media frame (card thumbnails) -------------------------------- */
.zc-media-16x9 { aspect-ratio: 16 / 9; width: 100%; overflow: hidden; background: var(--zc-bg); }
.zc-media-16x9 img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* ---- Image zoom on hover (cards) ---------------------------------------- */
.zc-zoom { overflow: hidden; }
.zc-zoom img { transition: transform .6s var(--zc-ease); }
.zc-card-hover:hover .zc-zoom img { transform: scale(1.06); }

/* ---- Marquee strip (e.g. brand pillars / trust) ------------------------- */
.zc-marquee { overflow: hidden; }
.zc-marquee__track { display: inline-flex; gap: 3rem; white-space: nowrap; animation: zc-marquee 22s linear infinite; }
@keyframes zc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Link with animated underline --------------------------------------- */
.zc-underline { position: relative; }
.zc-underline::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0; background: var(--zc-grad-cyan); transition: width .35s var(--zc-ease); }
.zc-underline:hover::after { width: 100%; }

/* ==========================================================================
   NAVBAR — modern, especially the mobile (collapsed) menu
   ========================================================================== */
.navbar { padding-top: .6rem; padding-bottom: .6rem; }
.navbar-toggler { border: 0; padding: .35rem .5rem; }
.navbar-toggler:focus { box-shadow: none; }

/* Desktop: roomy nav links with animated underline */
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link { position: relative; padding-left: .9rem; padding-right: .9rem; }
  .navbar-light .navbar-nav .nav-link::after {
    content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .35rem;
    height: 2px; transform: scaleX(0); transform-origin: left;
    background: var(--zc-grad-cyan); transition: transform .3s var(--zc-ease);
  }
  .navbar-light .navbar-nav .nav-link:hover::after { transform: scaleX(1); }
  .navbar-actions .dropdown-menu { margin-top: .5rem; }
}

/* Dropdown menu polish (both navbars) */
.dropdown-menu {
  border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius);
  box-shadow: var(--zc-shadow-lg);
  padding: .4rem;
  min-width: 12rem;
}
.dropdown-item { border-radius: var(--zc-radius-sm); padding: .55rem .75rem; font-weight: 500; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--zc-cyan-soft); color: var(--zc-teal-700); }
.dropdown-item .flag-icon { width: 20px; height: 14px; }

/* Mobile (collapsed) menu */
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    margin-top: .75rem;
    padding-top: .5rem;
    border-top: 1px solid var(--zc-border);
  }
  .navbar.bg-primary .navbar-collapse { border-top-color: rgba(255,255,255,.12); }

  .navbar .navbar-nav .nav-link {
    padding: .7rem .25rem;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--zc-border);
  }
  .navbar.bg-primary .navbar-nav .nav-link { border-bottom-color: rgba(255,255,255,.08); }
  .navbar .navbar-nav .nav-link:last-child { border-bottom: 0; }

  /* Stacked, full-width action buttons */
  .navbar-actions { width: 100%; }
  .navbar-actions > .btn,
  .navbar-actions > .dropdown { width: 100%; }
  .navbar-actions > .dropdown > .btn { width: 100%; }
  .navbar-actions .dropdown-menu { width: 100%; }
  .navbar-actions .btn { padding-top: .6rem; padding-bottom: .6rem; }
}

/* ===== FAQ accordion ===== */
.zc-faq .accordion-item {
  border: 1px solid var(--zc-border, #e6efee);
  border-radius: 14px;
  margin-bottom: .75rem;
  overflow: hidden;
  background: #fff;
}
.zc-faq .accordion-button {
  font-weight: 600;
  color: var(--zc-ink, #143230);
  background: #fff;
}
.zc-faq .accordion-button:not(.collapsed) {
  color: var(--zc-primary, #0FB5A6);
  background: var(--zc-surface, #F4FAFA);
  box-shadow: none;
}
.zc-faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 .2rem rgba(15, 181, 166, .25);
}
.zc-faq .accordion-button:not(.collapsed)::after {
  filter: hue-rotate(120deg) saturate(1.4);
}
.zc-faq .accordion-body {
  color: var(--zc-muted, #4a5d5b);
  line-height: 1.7;
}

/* ============================================================
   Longevity Club
   ============================================================ */

/* Landing teaser band */
.zc-lc-teaser {
  position: relative;
  overflow: hidden;
  border-radius: var(--zc-radius-lg);
  background: var(--zc-grad-hero);
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: var(--zc-shadow-lg);
}
.zc-lc-teaser__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 4rem;
  color: var(--zc-cyan);
  background: rgba(31, 224, 200, .08);
  border: 1px solid rgba(31, 224, 200, .25);
}
/* Pill chip (eyebrow label above headings). inline-flex so vertical
   margins apply — an inline element would ignore margin-bottom. */
.zc-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font-family: var(--zc-font-head);
  font-weight: 600;
  font-size: .85rem;
  line-height: 1;
  background: rgba(31, 224, 200, .1);
  border: 1px solid rgba(31, 224, 200, .28);
  color: var(--zc-cyan);
}
.zc-pill i { font-size: .9em; }
.zc-pill--light {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
}

/* Prose blocks */
.zc-prose { color: var(--zc-text-soft); line-height: 1.75; font-size: 1.05rem; }
.zc-prose p { margin-bottom: 1rem; }
.zc-prose p:last-child { margin-bottom: 0; }

/* Mini cards (problem chips, "not" affirmations) */
.zc-mini-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  text-align: center;
  padding: 1.4rem 1rem;
  border-radius: var(--zc-radius);
  background: var(--zc-surface);
  border: 1px solid var(--zc-border);
  font-weight: 600;
  color: var(--zc-text);
  box-shadow: var(--zc-shadow-sm);
}
.zc-mini-card i { font-size: 1.5rem; color: var(--zc-teal-500); }
.zc-mini-card--accent { background: var(--zc-grad-brand); color: #fff; border: none; font-weight: 600; }
.zc-mini-card--accent i { color: #fff; }
.zc-not-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .55rem; text-align: center; padding: 1.2rem 1rem;
  border-radius: var(--zc-radius); background: var(--zc-surface);
  border: 1px dashed var(--zc-border); color: var(--zc-muted); font-weight: 500;
}
.zc-not-card i { font-size: 1.25rem; color: #c98a8a; }

/* Check / X lists */
.zc-check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.zc-check-list li {
  display: flex; align-items: flex-start; gap: .85rem;
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius); padding: .9rem 1.1rem;
  color: var(--zc-text-soft); box-shadow: var(--zc-shadow-sm);
}
.zc-check-list li i {
  flex-shrink: 0; margin-top: .15rem; width: 1.4rem; height: 1.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: .7rem; background: rgba(15,181,166,.12); color: var(--zc-teal-600);
}
.zc-check-list--x li i { background: rgba(201,138,138,.15); color: #b86b6b; }

/* Feature cards (icon + text) */
.zc-feature-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 1rem;
  padding: 1.5rem; border-radius: var(--zc-radius);
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  box-shadow: var(--zc-shadow-sm); transition: transform .35s var(--zc-ease), box-shadow .35s var(--zc-ease);
}
.zc-feature-card:hover { transform: translateY(-4px); box-shadow: var(--zc-shadow); }
.zc-feature-card p { margin: 0; color: var(--zc-text-soft); font-weight: 500; }

/* Highlighted Zoom value box */
.zc-highlight-box {
  display: flex; align-items: center; gap: 1.5rem;
  background: var(--zc-grad-brand); color: #fff;
  border-radius: var(--zc-radius-lg); padding: 1.75rem 2rem;
  box-shadow: var(--zc-shadow-lg);
}
.zc-highlight-box__icon {
  flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem; background: rgba(255,255,255,.18);
}
.zc-highlight-box p { color: rgba(255,255,255,.9); }
@media (max-width: 575px) { .zc-highlight-box { flex-direction: column; text-align: center; } }

/* Month theme cards */
.zc-month-card {
  padding: 1.5rem; border-radius: var(--zc-radius);
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  box-shadow: var(--zc-shadow-sm); border-top: 3px solid var(--zc-teal-500);
}
.zc-month-card__tag {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--zc-teal-600);
  background: rgba(15,181,166,.1); border-radius: 999px; padding: .2rem .7rem; margin-bottom: .75rem;
}
.zc-month-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--zc-text); margin-bottom: .6rem; }
.zc-month-card p { font-size: .92rem; color: var(--zc-muted); margin: 0; line-height: 1.6; }

/* Medical note */
.zc-note {
  display: flex; align-items: flex-start; gap: .85rem;
  background: var(--zc-surface-2); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius); padding: 1rem 1.25rem;
  color: var(--zc-muted); font-size: .92rem;
}
.zc-note i { color: var(--zc-teal-600); margin-top: .15rem; }

/* Pricing card */
.zc-pricing-card {
  position: relative; text-align: center;
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg); padding: 2.5rem 2rem 2rem;
  box-shadow: var(--zc-shadow-lg); border-top: 4px solid var(--zc-teal-500);
}
.zc-pricing-card__badge {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; background: var(--zc-grad-brand);
  border-radius: 999px; padding: .35rem 1rem; margin-bottom: 1rem;
}
.zc-pricing-card__price { display: flex; align-items: baseline; justify-content: center; gap: .5rem; }
.zc-pricing-card__price .amt { font-size: 3rem; font-weight: 800; color: var(--zc-text); letter-spacing: -.02em; }
.zc-pricing-card__price .per { color: var(--zc-muted); font-weight: 600; }
.zc-pricing-card__note { color: var(--zc-muted); font-size: .9rem; margin-top: .35rem; margin-bottom: 1.5rem; }
.zc-pricing-card__list { list-style: none; padding: 0; margin: 0 0 1.75rem; text-align: left; display: grid; gap: .6rem; }
.zc-pricing-card__list li { display: flex; align-items: center; gap: .65rem; color: var(--zc-text-soft); }
.zc-pricing-card__list li i { color: var(--zc-teal-500); font-size: .85rem; }
.zc-pricing-card__fine { font-size: .85rem; color: var(--zc-muted); line-height: 1.6; }

/* Steps */
.zc-steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 1rem; }
.zc-steps li {
  display: flex; align-items: center; gap: 1.1rem;
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius); padding: 1.1rem 1.4rem; box-shadow: var(--zc-shadow-sm);
  color: var(--zc-text-soft); font-weight: 500;
}
.zc-steps__num {
  flex-shrink: 0; width: 2.4rem; height: 2.4rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; background: var(--zc-grad-brand);
}

/* Author photo */
.zc-author-photo {
  width: 100%; max-width: 320px; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--zc-radius-lg); box-shadow: var(--zc-shadow-lg);
}

/* Stats */
.zc-stat { padding: 1rem; }
.zc-stat__num { display: block; font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: var(--zc-teal-600); letter-spacing: -.02em; line-height: 1.1; }
.zc-stat__label { display: block; color: var(--zc-muted); margin-top: .5rem; font-size: .95rem; }

/* Club logo on a clean white card (logo art has a white background) */
.zc-club-logo {
  display: inline-block;
  background: #fff;
  border-radius: var(--zc-radius-lg);
  padding: 1.1rem 1.4rem;
  box-shadow: var(--zc-shadow-lg);
  max-width: 300px;
  width: 100%;
  line-height: 0;
}
.zc-club-logo img { width: 100%; height: auto; display: block; }

/* Pulsing hero CTA -> Longevity Club */
.zc-pulse-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .85rem 1.7rem;
  border-radius: var(--zc-radius-sm);
  font-family: var(--zc-font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: #042a27;
  background: var(--zc-grad-cyan);
  box-shadow: 0 8px 30px rgba(31, 224, 200, .35);
  transition: transform .25s ease, filter .25s ease;
}
.zc-pulse-btn:hover { color: #042a27; transform: translateY(-2px); filter: brightness(1.05); }
.zc-pulse-btn__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(31, 224, 200, .55);
  animation: zc-pulse-ring 2.2s cubic-bezier(.66, 0, 0, 1) infinite;
  pointer-events: none;
}
@keyframes zc-pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(31, 224, 200, .55); }
  70%  { box-shadow: 0 0 0 22px rgba(31, 224, 200, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 224, 200, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .zc-pulse-btn__ring { animation: none; }
}

/* Post-purchase confirmation banner (Klub dugovečnosti) */
.zc-join-banner {
  background: linear-gradient(135deg, var(--zc-teal-500) 0%, var(--zc-teal-700) 100%);
  color: #fff;
  padding: 1.1rem 0;
  box-shadow: var(--zc-shadow);
}
.zc-join-banner h2 { color: #fff; }
.zc-join-banner p { color: rgba(255, 255, 255, .92); }
.zc-join-banner a { color: #fff; text-decoration: underline; }
.zc-join-banner__icon {
  flex-shrink: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}

/* Longevity Club pricing image */
.zc-pricing-promo {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  border-radius: var(--zc-radius-lg);
  box-shadow: var(--zc-shadow-lg);
}

/* ============================================================
   Longevity Forum Online 2026 (konferencija landing)
   Scoped to the /konferencija page — a standalone event landing
   that runs without the site navbar (it is also served on the
   konferencija.* subdomain).
   ============================================================ */

/* ---- Event header (sticky, page-local) --------------------- */
.zc-conf-nav {
  position: sticky; top: 0; z-index: 1030;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--zc-border);
}
.zc-conf-nav__inner { display: flex; align-items: center; gap: 1rem; min-height: 68px; }
.zc-conf-nav__brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--zc-text); font-family: var(--zc-font-head); font-weight: 700; }
.zc-conf-nav__brand img { height: 36px; width: 36px; object-fit: cover; border-radius: 50%; box-shadow: var(--zc-shadow-sm); }
.zc-conf-nav__brand small { display: block; font-family: var(--zc-font-body); font-weight: 500; font-size: .72rem; color: var(--zc-muted); letter-spacing: .04em; text-transform: uppercase; }
.zc-conf-nav__links { display: flex; align-items: center; gap: 1.35rem; margin-left: auto; }
.zc-conf-nav__links a { color: var(--zc-text-soft); text-decoration: none; font-weight: 600; font-size: .95rem; }
.zc-conf-nav__links a:hover { color: var(--zc-teal-600); }
.zc-conf-nav__cta { white-space: nowrap; }
@media (max-width: 991.98px) {
  .zc-conf-nav__links { display: none; }
  .zc-conf-nav__cta { margin-left: auto; }
}
@media (max-width: 575.98px) {
  /* on phones the sticky bottom bar carries the CTA */
  .zc-conf-nav__cta { display: none; }
}

/* ---- Hero meta pills --------------------------------------- */
.zc-conf-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.zc-conf-meta__item {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .6rem 1.1rem; border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff; font-weight: 600; font-size: .95rem;
}
.zc-conf-meta__item i { color: var(--zc-cyan); }

/* ---- Hero price chip --------------------------------------- */
.zc-price-chip {
  display: inline-flex; align-items: baseline; gap: .5rem;
  padding: .55rem 1.25rem; border-radius: 999px;
  background: rgba(31, 224, 200, .12);
  border: 1px solid rgba(31, 224, 200, .35);
  color: #fff; font-family: var(--zc-font-head); font-weight: 700;
}
.zc-price-chip .lbl { font-family: var(--zc-font-body); font-weight: 500; font-size: .9rem; color: rgba(255, 255, 255, .8); }
.zc-price-chip .amt { font-size: 1.35rem; color: var(--zc-cyan); }

/* ---- Countdown --------------------------------------------- */
.zc-countdown { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; }
.zc-countdown__unit {
  min-width: 92px; padding: .9rem .6rem; border-radius: var(--zc-radius);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
}
.zc-countdown__num { display: block; font-family: var(--zc-font-head); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.zc-countdown__label { display: block; margin-top: .35rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.zc-countdown__status {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .7rem 1.4rem; border-radius: 999px;
  background: var(--zc-grad-cyan); color: #042a27;
  font-family: var(--zc-font-head); font-weight: 700;
}
.zc-countdown__status--muted { background: rgba(255, 255, 255, .12); color: #fff; }
@media (max-width: 575.98px) { .zc-countdown__unit { min-width: 72px; padding: .7rem .4rem; } }

/* ---- Humanitarian band (directly below the hero) ------------ */
.zc-charity-band { background: var(--zc-grad-brand); color: #fff; }
.zc-charity-band h2 { color: #fff; font-size: clamp(1.25rem, 2.4vw, 1.6rem); margin-bottom: .35rem; }
.zc-charity-band p { color: rgba(255, 255, 255, .92); margin: 0; }
.zc-charity-band__icon { flex-shrink: 0; font-size: 2.2rem; line-height: 1; color: #fff; }

/* ---- Key facts --------------------------------------------- */
.zc-fact-card {
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg); padding: 1.5rem 1.25rem; text-align: center; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.zc-fact-card:hover { transform: translateY(-4px); box-shadow: var(--zc-shadow); }
.zc-fact-card__num { display: block; font-family: var(--zc-font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1; color: var(--zc-teal-600); letter-spacing: -.02em; }
.zc-fact-card__label { display: block; margin-top: .6rem; color: var(--zc-text-soft); font-weight: 500; line-height: 1.5; }

/* ---- Thematic blocks --------------------------------------- */
.zc-topic-card {
  position: relative; height: 100%;
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg); padding: 1.75rem 1.5rem 1.5rem;
  overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.zc-topic-card:hover { transform: translateY(-4px); box-shadow: var(--zc-shadow); }
.zc-topic-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--zc-grad-cyan); }
.zc-topic-card__num { font-family: var(--zc-font-head); font-weight: 800; font-size: 2.4rem; line-height: 1; color: rgba(15, 181, 166, .22); }
.zc-topic-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--zc-text); margin: .5rem 0 .6rem; }
.zc-topic-card p { margin: 0; color: var(--zc-muted); line-height: 1.65; }

/* ---- Programme (agenda) ------------------------------------ */
.zc-agenda { border: 1px solid var(--zc-border); border-radius: var(--zc-radius-lg); overflow: hidden; background: var(--zc-surface); }
.zc-agenda__row {
  display: grid; grid-template-columns: 132px 1fr; gap: .35rem 1.25rem;
  padding: 1.1rem 1.35rem; border-bottom: 1px solid var(--zc-border);
}
.zc-agenda__row:last-child { border-bottom: 0; }
.zc-agenda__time { font-family: var(--zc-font-head); font-weight: 700; color: var(--zc-teal-600); font-variant-numeric: tabular-nums; white-space: nowrap; }
.zc-agenda__speaker { font-weight: 700; color: var(--zc-text); }
.zc-agenda__topic { color: var(--zc-text-soft); line-height: 1.55; margin-top: .15rem; }
.zc-agenda__row--break { background: var(--zc-surface-2); }
.zc-agenda__row--break .zc-agenda__topic { color: var(--zc-muted); font-style: italic; margin-top: 0; }
.zc-agenda__row--break .zc-agenda__time { color: var(--zc-muted); }
@media (max-width: 575.98px) {
  .zc-agenda__row { grid-template-columns: 1fr; padding: 1rem 1.1rem; }
}

/* ---- Speakers ---------------------------------------------- */
.zc-speaker-card {
  height: 100%; background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg); padding: 1.5rem; text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.zc-speaker-card:hover { transform: translateY(-4px); box-shadow: var(--zc-shadow); }
.zc-speaker-card__avatar {
  width: 84px; height: 84px; margin: 0 auto 1rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--zc-grad-brand); color: #fff;
  font-family: var(--zc-font-head); font-weight: 700; font-size: 1.5rem; letter-spacing: .02em;
  overflow: hidden;
}
.zc-speaker-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.zc-speaker-card__name { font-family: var(--zc-font-head); font-weight: 700; font-size: 1.05rem; color: var(--zc-text); margin-bottom: .2rem; }
.zc-speaker-card__role { display: block; font-size: .85rem; color: var(--zc-teal-600); font-weight: 600; margin-bottom: .75rem; }
.zc-speaker-card__topic { font-size: .92rem; color: var(--zc-muted); line-height: 1.6; margin: 0; }

/* ---- Purchase card extras ---------------------------------- */
.zc-charity-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .45rem 1rem; border-radius: 999px; margin-bottom: 1.25rem;
  background: rgba(15, 181, 166, .1); color: var(--zc-teal-700);
  font-weight: 600; font-size: .9rem;
}
.zc-trust-line { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1rem; color: var(--zc-muted); font-size: .85rem; }
.zc-trust-line span { display: inline-flex; align-items: center; gap: .4rem; }

/* ---- Humanitarian section ---------------------------------- */
.zc-charity-callout {
  display: inline-block; padding: 1rem 2rem; border-radius: var(--zc-radius-lg);
  background: var(--zc-grad-hero); color: #fff;
  font-family: var(--zc-font-head); font-weight: 700; font-size: clamp(1.15rem, 2.6vw, 1.6rem);
  box-shadow: var(--zc-shadow-lg);
}
.zc-charity-callout em { font-style: normal; color: var(--zc-cyan); }

/* ---- Organiser card ---------------------------------------- */
.zc-org-card {
  display: flex; align-items: center; gap: 1.1rem; height: 100%;
  background: var(--zc-surface); border: 1px solid var(--zc-border);
  border-radius: var(--zc-radius-lg); padding: 1.35rem 1.5rem;
}
.zc-org-card img { height: 56px; width: 56px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.zc-org-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .15rem; color: var(--zc-text); }
.zc-org-card p { margin: 0; font-size: .9rem; color: var(--zc-muted); line-height: 1.55; }

/* ---- Sticky mobile purchase bar ---------------------------- */
.zc-buybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
  display: flex; align-items: center; gap: 1rem;
  padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(5, 34, 39, .97);
  box-shadow: 0 -6px 24px rgba(5, 34, 39, .25);
}
.zc-buybar__price { line-height: 1.15; }
.zc-buybar__price .amt { display: block; font-family: var(--zc-font-head); font-weight: 700; font-size: 1.15rem; color: #fff; }
.zc-buybar__price .sub { display: block; font-size: .72rem; color: rgba(255, 255, 255, .7); }
.zc-buybar .btn { margin-left: auto; white-space: nowrap; }
@media (min-width: 992px) { .zc-buybar { display: none; } }
body.zc-has-buybar { padding-bottom: 82px; }
@media (min-width: 992px) { body.zc-has-buybar { padding-bottom: 0; } }
