/*
 * ZiarMedical — blog.css v4.0
 * Hero editorial, carduri, grile, secțiuni
 */

/* ══════════════════════════════════════════════════════
   HERO EDITORIAL
   ══════════════════════════════════════════════════════ */

.zm-hero-ed {
  background: var(--zm-bg2);
  border-bottom: 1px solid var(--zm-bd);
  padding: 0;
}

.zm-hero-ed-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 820px) {
  .zm-hero-ed-inner {
    grid-template-columns: 1fr 320px;
    min-height: 480px;
  }
}

/* ── Card principal ── */
.zm-hero-main {
  position: relative;
  overflow: hidden;
  background: #0C0818;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

@media (min-width: 820px) {
  .zm-hero-main {
    min-height: 480px;
  }
}

.zm-hero-main-img-link {
  position: absolute; inset: 0;
  display: block; overflow: hidden;
}

.zm-hero-main-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .7s cubic-bezier(.25, .46, .45, .94);
  filter: brightness(0.58);
}

.zm-hero-main:hover .zm-hero-main-img { transform: scale(1.04); }

.zm-hero-main-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 4, 20, 0.97) 0%,
    rgba(8, 4, 20, 0.68) 35%,
    rgba(8, 4, 20, 0.18) 70%,
    transparent 100%
  );
  pointer-events: none;
}

.zm-hero-main-body {
  position: relative; z-index: 2;
  margin-top: auto;
  padding: 28px 28px 32px;
  display: flex; flex-direction: column; gap: 10px;
}

.zm-card-date-inv { color: rgba(255, 255, 255, .65) !important; }

.zm-hero-main-title {
  font-family: var(--zm-font-h);
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.4px;
  margin: 0; color: #fff;
}

.zm-hero-main-title a { color: #fff; text-decoration: none; }
.zm-hero-main-title a:hover { color: rgba(255, 255, 255, .88); }

.zm-hero-main-excerpt {
  font-size: 14px; color: rgba(255, 255, 255, .72);
  line-height: 1.65; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  max-width: 560px;
}

.zm-hero-read-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: var(--zm-r-pill);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff; font-size: 12px; font-weight: 700;
  text-decoration: none; align-self: flex-start;
  transition: all .18s;
  min-height: 44px;
}

.zm-hero-read-btn:hover {
  background: var(--zm-ac);
  border-color: var(--zm-ac);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--zm-sh-ac);
}

/* Bookmark pe hero */
.zm-hero-main .zm-card-bookmark {
  top: 14px; right: 14px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  box-shadow: none;
}
.zm-hero-main .zm-card-bookmark:hover {
  background: var(--zm-ac);
  border-color: var(--zm-ac);
  color: #fff;
}

/* ── Coloana dreapta: 3 carduri ── */
.zm-hero-side {
  display: flex; flex-direction: column;
  gap: 0;
  background: var(--zm-bg2);
  border-left: 1px solid var(--zm-bd);
  overflow: hidden;
}

@media (max-width: 819px) {
  .zm-hero-side {
    border-left: none;
    border-top: 1px solid var(--zm-bd);
  }
}

.zm-hero-side-card {
  display: grid; grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--zm-bd);
  transition: background .14s;
  flex: 1;
}

.zm-hero-side-card:hover { background: rgba(76, 34, 173, .04); }

.zm-hero-side-img-link {
  display: block; overflow: hidden;
  background: var(--zm-bg3);
}

.zm-hero-side-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s ease;
}

.zm-hero-side-card:hover .zm-hero-side-img { transform: scale(1.07); }

.zm-hero-side-body {
  padding: 12px 14px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 5px;
}

.zm-hero-side-title {
  font-family: var(--zm-font-b);
  font-size: 12px; font-weight: 700;
  line-height: 1.35; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}

.zm-hero-side-title a { color: var(--zm-t1); text-decoration: none; }
.zm-hero-side-title a:hover { color: var(--zm-ac); }

.zm-hero-side-all {
  display: flex; align-items: center;
  justify-content: center; gap: 6px;
  padding: 12px;
  font-size: 12px; font-weight: 700; color: var(--zm-ac);
  text-decoration: none;
  background: rgba(76, 34, 173, .04);
  border-top: 1px solid var(--zm-bd);
  transition: background .14s;
  min-height: 44px;
}
.zm-hero-side-all:hover { background: rgba(76, 34, 173, .10); text-decoration: none; }
.zm-hero-side-all svg { width: 12px; height: 12px; }

/* ══════════════════════════════════════════════════════
   CATEGORIES BAR
   ══════════════════════════════════════════════════════ */

.zm-cats-bar {
  border-bottom: 1px solid var(--zm-bd);
  background: var(--zm-bg2);
}

.zm-cats-bar-inner {
  max-width: 1160px; margin: 0 auto;
  padding: 10px 20px;
  display: flex; gap: 6px;
  flex-wrap: wrap; align-items: center;
}

.zm-cat-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 13px; border-radius: var(--zm-r-pill);
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  color: var(--zm-t2);
  font-family: var(--zm-font-b);
  font-size: 12px; font-weight: 700;
  text-decoration: none;
  transition: all .14s; white-space: nowrap;
  min-height: 34px;
}

.zm-cat-pill:hover {
  background: rgba(76, 34, 173, .06);
  border-color: rgba(76, 34, 173, .2);
  color: var(--zm-ac);
  text-decoration: none;
  transform: translateY(-1px);
}

.zm-cat-pill.zm-cat-active {
  background: var(--zm-ac-grad);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(76, 34, 173, .22);
}

.zm-cat-pill-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: .8;
}

.zm-cat-pill-icon {
  width: 20px; height: 20px; border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zm-cat-pill-icon svg { width: 13px; height: 13px; }

.zm-cat-blue   { background: rgba(59,130,246,.12);  color: #2563eb; }
.zm-cat-red    { background: rgba(220,38,38,.12);   color: #b91c1c; }
.zm-cat-green  { background: rgba(22,163,74,.12);   color: #15803d; }
.zm-cat-purple { background: rgba(124,58,237,.12);  color: #7c3aed; }
.zm-cat-orange { background: rgba(234,88,12,.12);   color: #c2410c; }

/* ══════════════════════════════════════════════════════
   PAGE WRAP
   ══════════════════════════════════════════════════════ */

.zm-page-wrap {
  max-width: 1160px; margin: 0 auto;
  padding: 40px 20px 80px;
}

@media (min-width: 640px)  { .zm-page-wrap { padding-top: 48px; } }
@media (min-width: 1024px) { .zm-page-wrap { padding-top: 56px; } }

/* ══════════════════════════════════════════════════════
   SECTION HEADERS
   ══════════════════════════════════════════════════════ */

.zm-section { margin-top: 48px; }
@media (min-width: 640px)  { .zm-section { margin-top: 60px; } }
@media (min-width: 1024px) { .zm-section { margin-top: 76px; } }

.zm-section-hd {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; gap: 12px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--zm-t1);
}

@media (min-width: 640px) { .zm-section-hd { margin-bottom: 24px; } }


.zm-section-hd-left { display: flex; align-items: center; gap: 9px; }

.zm-section-h {
  font-family: var(--zm-font-h);
  font-size: 21px; font-weight: 600;
  color: var(--zm-t1); letter-spacing: -.3px; margin: 0;
}

.zm-section-badge {
  width: 30px; height: 30px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zm-section-badge svg { width: 15px; height: 15px; }

.zm-badge-blue   { background: rgba(59,130,246,.10);  color: #2563eb; }
.zm-badge-purple { background: rgba(124,58,237,.10);  color: #7c3aed; }
.zm-badge-green  { background: rgba(22,163,74,.10);   color: #15803d; }
.zm-badge-orange { background: rgba(234,88,12,.10);   color: #c2410c; }
.zm-badge-red    { background: rgba(220,38,38,.10);   color: #b91c1c; }

.zm-section-more {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 700; color: var(--zm-ac);
  text-decoration: none; white-space: nowrap;
  transition: gap .13s;
}
.zm-section-more:hover { gap: 7px; text-decoration: none; }
.zm-section-more svg { width: 11px; height: 11px; }

/* ══════════════════════════════════════════════════════
   CARDS
   ══════════════════════════════════════════════════════ */

.zm-card {
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  border-radius: var(--zm-r-xl);
  overflow: hidden; position: relative;
  box-shadow: var(--zm-sh-sm);
  transition: box-shadow var(--zm-tr), border-color var(--zm-tr), transform var(--zm-tr);
}

.zm-card:hover {
  box-shadow: var(--zm-sh-lg);
  border-color: var(--zm-bd2);
  transform: translateY(-3px);
}

.zm-card-img-wrap {
  display: block; overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--zm-bg3);
}

.zm-card-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.zm-card:hover .zm-card-img { transform: scale(1.06); }

.zm-card-body { padding: 14px 16px 18px; }

.zm-card-meta {
  display: flex; align-items: center;
  flex-wrap: wrap; gap: 5px; margin-bottom: 7px;
}

.zm-card-cat {
  display: inline-block; padding: 2px 8px;
  border-radius: 4px;
  background: var(--zm-ac-light); color: var(--zm-ac);
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px;
  text-decoration: none; transition: background .13s;
}
.zm-card-cat:hover { background: rgba(76, 34, 173, .14); text-decoration: none; }

.zm-card-date { font-size: 11px; color: var(--zm-t4); }

.zm-card-title {
  font-family: var(--zm-font-h);
  font-size: 16px; font-weight: 600;
  line-height: 1.3; margin: 0 0 7px; letter-spacing: -.2px;
}
.zm-card-title a { color: var(--zm-t1); text-decoration: none; }
.zm-card-title a:hover { color: var(--zm-ac); }
.zm-card-title-sm { font-size: 13px; margin-bottom: 0; }

.zm-card-excerpt {
  font-size: 13px; color: var(--zm-t2); line-height: 1.65; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}

.zm-card-read {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 700; color: var(--zm-ac);
  text-decoration: none; margin-top: 10px; transition: gap .13s;
}
.zm-card-read:hover { gap: 7px; text-decoration: none; }
.zm-card-read svg { width: 13px; height: 13px; }

/* Card orizontal compact */
.zm-card-h {
  display: grid; grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .zm-card-h { grid-template-columns: 120px 1fr; }
  .zm-card-h .zm-card-img-wrap {
    aspect-ratio: unset; min-height: 100px;
    border-radius: var(--zm-r-xl) 0 0 var(--zm-r-xl);
  }
}

/* Card featured orizontal */
.zm-card-featured {
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  border-radius: var(--zm-r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: var(--zm-sh);
  transition: box-shadow var(--zm-tr), transform var(--zm-tr);
}

@media (min-width: 640px) {
  .zm-card-featured {
    grid-template-columns: 1fr 1fr;
  }
  .zm-card-featured .zm-card-img-wrap {
    aspect-ratio: unset;
    min-height: 220px;
    border-radius: 0;
  }
}

.zm-card-featured:hover {
  box-shadow: var(--zm-sh-lg);
  transform: translateY(-2px);
}

.zm-card-featured .zm-card-img-wrap {
  aspect-ratio: 16/9;
  background: var(--zm-bg3);
}

.zm-card-featured .zm-card-body {
  padding: 24px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 10px;
}

.zm-card-featured .zm-card-title {
  font-size: 20px; line-height: 1.22;
  margin-bottom: 0;
  display: -webkit-box; -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; overflow: hidden;
}

.zm-card-featured .zm-card-excerpt {
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13px;
}

.zm-card-featured-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(76, 34, 173, .08); color: var(--zm-ac);
  font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: .5px;
  width: fit-content;
}

/* Card row compact */
.zm-card-row {
  display: grid; grid-template-columns: 88px 1fr;
  border-radius: var(--zm-r-lg);
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  overflow: hidden;
  transition: border-color .14s, background .14s;
}

.zm-card-row:hover {
  border-color: var(--zm-bd2);
  background: rgba(76, 34, 173, .02);
}

.zm-card-row .zm-card-img-wrap {
  aspect-ratio: unset; min-height: 78px;
  border-radius: 0;
}
.zm-card-row .zm-card-body { padding: 10px 12px; }
.zm-card-row .zm-card-title { font-size: 12px; margin-bottom: 0; font-family: var(--zm-font-b); }
.zm-card-row .zm-card-date  { display: block; margin-bottom: 4px; }

.zm-card-row-img {
  display: block; overflow: hidden;
  background: var(--zm-bg3);
}
.zm-card-row-img .zm-card-img { width: 100%; height: 100%; object-fit: cover; }

/* ══════════════════════════════════════════════════════
   STATS BAR
   ══════════════════════════════════════════════════════ */

.zm-stats-bar {
  background: var(--zm-ac-grad);
  border-radius: var(--zm-r-xl);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  overflow: hidden;
  box-shadow: var(--zm-sh-ac);
  margin-top: 32px;
}

.zm-stat-item {
  text-align: center;
  padding: 20px 16px;
}

.zm-stat-divider {
  background: rgba(255, 255, 255, .2);
}

.zm-stat-number {
  font-family: var(--zm-font-h);
  font-size: 26px; font-weight: 700;
  color: #fff; line-height: 1;
  margin-bottom: 4px;
}

.zm-stat-label {
  font-size: 11px; color: rgba(255,255,255,.72);
  text-transform: uppercase; letter-spacing: .6px; font-weight: 600;
}

/* ══════════════════════════════════════════════════════
   YOUTUBE SECTION
   ══════════════════════════════════════════════════════ */

.zm-yt-section { margin-top: 48px; }
@media (min-width: 640px)  { .zm-yt-section { margin-top: 60px; } }
@media (min-width: 1024px) { .zm-yt-section { margin-top: 76px; } }

.zm-yt-wrap {
  display: grid; grid-template-columns: 1fr;
  gap: 20px; align-items: start;
}
@media (min-width: 760px) { .zm-yt-wrap { grid-template-columns: 1fr 220px; } }

.zm-yt-player-wrap { min-width: 0; }

.zm-yt-ratio {
  position: relative; padding-bottom: 56.25%; height: 0;
  border-radius: var(--zm-r-2xl); overflow: hidden;
  background: #0C0818;
  border: 1px solid var(--zm-bd);
  box-shadow: var(--zm-sh-lg);
}
.zm-yt-ratio iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: 0;
}

.zm-yt-facade {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  background: linear-gradient(135deg, #0C0818 0%, #1a0a3d 100%);
}

.zm-yt-facade::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(76,34,173,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76,34,173,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.zm-yt-facade-thumb {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}

.zm-yt-play-icon {
  filter: drop-shadow(0 4px 20px rgba(255,0,0,.45));
  transition: transform .2s cubic-bezier(.34, 1.56, .64, 1);
}
.zm-yt-facade:hover .zm-yt-play-icon { transform: scale(1.14); }

.zm-yt-facade-label {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--zm-r-pill);
  padding: 7px 16px;
  color: rgba(255,255,255,.8);
  font-size: 12px; font-weight: 600; margin: 0; letter-spacing: .3px;
}

.zm-yt-note {
  display: flex; align-items: center; gap: 5px;
  margin-top: 10px; font-size: 11px; color: var(--zm-t3);
}
.zm-yt-note svg { width: 11px; height: 11px; }

/* Sidebar YouTube */
.zm-yt-sidebar {
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  border-radius: var(--zm-r-2xl);
  overflow: hidden;
  box-shadow: var(--zm-sh-sm);
}

.zm-yt-sidebar-hd {
  padding: 12px 16px;
  font-size: 10px; font-weight: 700; color: var(--zm-t4);
  text-transform: uppercase; letter-spacing: 1px;
  border-bottom: 1px solid var(--zm-bd);
  background: var(--zm-bg3);
}

.zm-yt-sidebar-links { padding: 10px; display: flex; flex-direction: column; gap: 6px; }

.zm-yt-sidebar-link {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 11px; border-radius: var(--zm-r-md);
  border: 1px solid var(--zm-bd);
  color: var(--zm-t1); font-size: 12px; font-weight: 600;
  text-decoration: none; transition: all .14s;
}
.zm-yt-sidebar-link:hover {
  background: var(--zm-ac-light);
  border-color: rgba(76, 34, 173, .22); color: var(--zm-ac);
  text-decoration: none;
}
.zm-yt-sidebar-link svg { margin-left: auto; color: var(--zm-t4); width: 11px; height: 11px; }

.zm-yt-sidebar-icon {
  width: 26px; height: 26px;
  background: rgba(220,38,38,.1); color: #dc2626;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; flex-shrink: 0;
}

.zm-yt-sub-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px; border-radius: var(--zm-r-md);
  background: #FF0000; color: #fff;
  font-size: 12px; font-weight: 700;
  text-decoration: none; transition: all .14s;
  min-height: 44px;
}
.zm-yt-sub-btn:hover {
  background: #CC0000; text-decoration: none; transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(220,38,38,.3);
}
.zm-yt-sub-btn svg { width: 15px; height: 15px; }

/* ══════════════════════════════════════════════════════
   GRIDS
   ══════════════════════════════════════════════════════ */

.zm-grid-3 {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 600px) { .zm-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .zm-grid-3 { grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 640px)  { .zm-grid-3 { gap: 20px; } }
@media (min-width: 1024px) { .zm-grid-3 { gap: 24px; } }

.zm-grid-2 {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 600px) { .zm-grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px)  { .zm-grid-2 { gap: 18px; } }
@media (min-width: 1024px) { .zm-grid-2 { gap: 20px; } }

.zm-grid-1 { display: flex; flex-direction: column; gap: 10px; }

.zm-two-sections {
  display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 48px;
}
@media (min-width: 800px) { .zm-two-sections { grid-template-columns: 1fr 1fr; } }
@media (min-width: 640px)  { .zm-two-sections { margin-top: 60px; gap: 48px; } }
@media (min-width: 1024px) { .zm-two-sections { margin-top: 76px; gap: 56px; } }
.zm-two-sections .zm-section { margin-top: 0; }

/* ══════════════════════════════════════════════════════
   NEWSLETTER BANNER
   ══════════════════════════════════════════════════════ */

.zm-newsletter-banner {
  margin-top: 48px; border-radius: var(--zm-r-2xl);
  background: var(--zm-t1);
  padding: 36px 32px;
  position: relative; overflow: hidden;
  box-shadow: var(--zm-sh-lg);
}
@media (min-width: 640px)  { .zm-newsletter-banner { margin-top: 60px; } }
@media (min-width: 1024px) { .zm-newsletter-banner { margin-top: 76px; } }

.zm-newsletter-banner::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(76, 34, 173, .35); pointer-events: none;
}
.zm-newsletter-banner::after {
  content: '';
  position: absolute; bottom: -60px; left: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(76, 34, 173, .2); pointer-events: none;
}

.zm-newsletter-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 24px; flex-wrap: wrap; position: relative; z-index: 1;
}

.zm-newsletter-text h3 {
  font-family: var(--zm-font-h);
  font-size: 22px; font-weight: 600; color: #fff; margin: 0 0 5px;
}
.zm-newsletter-text p { font-size: 13px; color: rgba(255,255,255,.72); margin: 0; }

.zm-newsletter-banner .zm-btn {
  background: var(--zm-ac-grad);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(76,34,173,.4);
}
.zm-newsletter-banner .zm-btn:hover {
  opacity: .9;
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════
   EVENTS
   ══════════════════════════════════════════════════════ */

.zm-events-grid-hp {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
@media (min-width: 700px) { .zm-events-grid-hp { grid-template-columns: repeat(4, 1fr); } }

.zm-ev-card {
  background: var(--zm-bg2);
  border: 1px solid var(--zm-bd);
  border-radius: var(--zm-r-lg);
  padding: 14px;
  text-decoration: none; display: flex; flex-direction: column; gap: 7px;
  box-shadow: var(--zm-sh-sm);
  transition: all .18s cubic-bezier(.34, 1.56, .64, 1);
  min-height: 44px;
}

.zm-ev-card:hover {
  border-color: rgba(76, 34, 173, .22);
  background: rgba(76, 34, 173, .03);
  text-decoration: none; transform: translateY(-3px);
  box-shadow: var(--zm-sh);
}

.zm-ev-date { display: flex; align-items: baseline; gap: 4px; }
.zm-ev-d { font-family: var(--zm-font-m); font-size: 24px; font-weight: 600; color: var(--zm-ac); line-height: 1; }
.zm-ev-m { font-size: 11px; font-weight: 700; color: var(--zm-t3); text-transform: uppercase; }
.zm-ev-title { font-family: var(--zm-font-b); font-size: 12px; font-weight: 700; color: var(--zm-t1); line-height: 1.35; margin: 0; }
.zm-ev-loc { font-size: 11px; color: var(--zm-t3); display: flex; align-items: center; gap: 3px; margin: 0; }
.zm-ev-loc svg { width: 10px; height: 10px; }

.zm-events-source-note {
  margin-top: 10px; font-size: 11px; color: var(--zm-t3); text-align: right;
}
.zm-events-source-note a { color: var(--zm-t3); }
.zm-events-source-note a:hover { color: var(--zm-ac); }

/* ══════════════════════════════════════════════════════
   FADE IN
   ══════════════════════════════════════════════════════ */

.zm-fade { opacity: 0; transform: translateY(14px); transition: opacity .4s ease, transform .4s ease; }
.zm-fade.zm-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .zm-fade { opacity: 1; transform: none; transition: none; }
}

/* ══════════════════════════════════════════════════════
   TEXT WRAP
   ══════════════════════════════════════════════════════ */

.zm-hero-main-title,
.zm-hero-side-title,
.zm-section-h,
.zm-card-title,
.zm-newsletter-text h3,
.zm-ev-title { text-wrap: balance; }

.zm-hero-main-excerpt,
.zm-card-excerpt,
.zm-newsletter-text p,
.zm-hero-sub { text-wrap: pretty; }

/* ══════════════════════════════════════════════════════
   WCAG 2.1 AA
   ══════════════════════════════════════════════════════ */

.zm-cat-pill,
.zm-hero-read-btn,
.zm-card-bookmark,
.zm-section-more,
.zm-ev-card,
.zm-hero-side-all,
.zm-yt-sub-btn,
.zm-yt-sidebar-link { min-height: 44px; }

.zm-cat-pill,
.zm-hero-read-btn,
.zm-yt-sub-btn { min-height: 44px; display: inline-flex; align-items: center; }

.zm-hero-main-title a:focus-visible,
.zm-hero-side-title a:focus-visible,
.zm-card-title a:focus-visible,
.zm-cat-pill:focus-visible,
.zm-hero-read-btn:focus-visible,
.zm-card-read:focus-visible,
.zm-section-more:focus-visible,
.zm-ev-card:focus-visible,
.zm-yt-facade:focus-visible,
.zm-yt-sub-btn:focus-visible,
.zm-hero-side-all:focus-visible {
  outline: 3px solid var(--zm-ac);
  outline-offset: 3px;
  border-radius: 4px;
}

.zm-card-bookmark:focus-visible {
  outline: 3px solid var(--zm-ac);
  outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zm-hero-main-img, .zm-hero-side-img, .zm-card-img,
  .zm-card, .zm-ev-card, .zm-cat-pill,
  .zm-yt-play-icon { transition: none !important; transform: none !important; }
  .zm-fade { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* High contrast */
@media (forced-colors: active) {
  .zm-card, .zm-hero-side, .zm-ev-card, .zm-cat-pill {
    border: 2px solid ButtonText;
  }
  .zm-hero-main-gradient { display: none; }
  .zm-hero-main-title a, .zm-hero-main-excerpt { color: ButtonText; }
}


/* ══════════════════════════════════════════════════════
   BOOKMARK BUTTON — SVG vizibil garantat
   ══════════════════════════════════════════════════════ */
.zm-card-bookmark {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
  padding: 0;
}

.zm-card-bookmark svg {
  display: block;
  /* stroke hardcodat direct pe SVG — nu depinde de cascade */
}

.zm-card-bookmark:hover {
  background: var(--zm-ac);
  border-color: var(--zm-ac);
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(76,34,173,0.3);
}

/* La hover + saved: bookmark-ul devine alb pe fond violet */
.zm-card-bookmark:hover svg path,
.zm-card-bookmark.is-saved svg path {
  stroke: #ffffff !important;
}

.zm-card-bookmark.is-saved {
  background: var(--zm-ac);
  border-color: var(--zm-ac);
}
.zm-card-bookmark.is-saved svg path {
  stroke: #ffffff !important;
}

/* Focus vizibil WCAG */
.zm-card-bookmark:focus-visible {
  outline: 3px solid var(--zm-ac);
  outline-offset: 2px;
}

/* ══════════════════════════════════════════════════════
   YOUTUBE GALLERY
   ══════════════════════════════════════════════════════ */

.zm-yt-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 560px) {
  .zm-yt-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .zm-yt-gallery { grid-template-columns: repeat(3, 1fr); }

  /* Primul card — featured, mai mare, span 2 coloane */
  .zm-yt-card-featured {
    grid-column: span 2;
  }
  .zm-yt-card-featured .zm-yt-card-thumb {
    aspect-ratio: 16/7;
  }
  .zm-yt-card-featured .zm-yt-card-title {
    font-size: 17px;
  }
}

.zm-yt-card {
  background: var(--zm-card);
  border: 1px solid var(--zm-bd);
  border-radius: var(--zm-r-xl);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow var(--zm-tr), transform var(--zm-tr), border-color var(--zm-tr);
  box-shadow: var(--zm-sh-sm);
  display: flex; flex-direction: column;
  position: relative;
}

.zm-yt-card:hover,
.zm-yt-card:focus-visible {
  box-shadow: var(--zm-sh-lg);
  transform: translateY(-3px);
  border-color: var(--zm-bd2);
  outline: none;
}

.zm-yt-card:focus-visible {
  outline: 3px solid var(--zm-ac);
  outline-offset: 2px;
}

/* Thumbnail */
.zm-yt-card-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--zm-bg3);
  flex-shrink: 0;
}

.zm-yt-card-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}

.zm-yt-card:hover .zm-yt-card-thumb img { transform: scale(1.06); }

/* Play overlay */
.zm-yt-card-overlay {
  position: absolute; inset: 0;
  background: rgba(8, 4, 20, 0);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}

.zm-yt-card:hover .zm-yt-card-overlay { background: rgba(8, 4, 20, 0.35); }

.zm-yt-play-btn {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex; align-items: center; justify-content: center;
  color: var(--zm-ac);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .2s, transform .2s cubic-bezier(.34,1.56,.64,1);
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}

.zm-yt-card:hover .zm-yt-play-btn,
.zm-yt-card:focus-visible .zm-yt-play-btn {
  opacity: 1;
  transform: scale(1);
}

.zm-yt-play-btn svg { margin-left: 2px; }

/* Body */
.zm-yt-card-body {
  padding: 12px 14px 14px;
  display: flex; flex-direction: column; gap: 5px;
  flex: 1;
}

.zm-yt-card-title {
  font-family: var(--zm-font-h);
  font-size: 14px; font-weight: 600;
  color: var(--zm-t1);
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

.zm-yt-card-date {
  font-size: 11px; color: var(--zm-t4);
  display: flex; align-items: center; gap: 4px;
  margin-top: auto; padding-top: 4px;
}

/* CTA row */
.zm-yt-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zm-yt-card, .zm-yt-card-thumb img, .zm-yt-play-btn { transition: none !important; transform: none !important; }
  .zm-yt-card:hover .zm-yt-play-btn { opacity: 1; }
}


/* ══ HERO SIDE CARD — active state când e selectat ═══ */
.zm-hero-side-card.zm-hsc-active {
  background: rgba(76, 34, 173, 0.06);
}
.zm-hero-side-card.zm-hsc-active .zm-hero-side-title a {
  color: var(--zm-ac);
}
.zm-hero-side-card {
  cursor: pointer;
}
.zm-hero-side-card:focus-visible {
  outline: 3px solid var(--zm-ac);
  outline-offset: -3px;
}


/* ══ HERO MAIN IMAGE — tranziție pentru switching ════ */
.zm-hero-main-img {
  transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .25s ease;
}
.zm-hero-main { overflow: hidden; }



/* ══════════════════════════════════════════════════════
   ORANGE ACCENT #ff5200 — locuri strategice
   ══════════════════════════════════════════════════════ */

/* Event date numbers — portocaliu în loc de violet */
.zm-ev-d { color: var(--zm-orange) !important; }
.zm-ev-card:hover .zm-ev-d { color: var(--zm-orange-d); }

/* Weather warning — portocaliu mai vibrant */
.zm-wb-warn { color: var(--zm-orange) !important; }

/* Video category badge */
.zm-cat-red, .zm-badge-red { background: var(--zm-orange-l) !important; color: var(--zm-orange) !important; }

/* Tag pills — red devine orange */
.zm-tag-red { background: var(--zm-orange-l) !important; color: var(--zm-orange) !important; }

/* Section badge cu accent portocaliu pentru Evenimente */
.zm-yt-section .zm-badge-red, .zm-ev-card .zm-ev-d { color: var(--zm-orange); }

/* Featured article accent bar */
.zm-card-featured {
  border-left: 3px solid var(--zm-orange);
}

/* ══════════════════════════════════════════════════════
   MOBILE BLOG / HOMEPAGE (< 640px)
   Simetric, relaxant, ușor de citit, reținere pe site
   ══════════════════════════════════════════════════════ */

@media (max-width: 639px) {

  /* ── Hero principal ── */
  .zm-hero-main { min-height: 300px; }

  .zm-hero-main-body {
    padding: 20px 18px 24px;
    gap: 9px;
  }

  .zm-hero-main-title {
    font-size: clamp(20px, 5.5vw, 28px);
    letter-spacing: -.2px;
  }

  .zm-hero-main-excerpt { display: none; } /* economie spațiu pe mobile */

  .zm-hero-read-btn {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }

  /* ── Side cards — orizontale pe mobile ── */
  .zm-hero-side-card {
    grid-template-columns: 96px 1fr;
    min-height: 80px;
  }

  .zm-hero-side-body { padding: 10px 12px; }
  .zm-hero-side-title { font-size: 12px; -webkit-line-clamp: 2; }

  /* ── Categories bar — scroll orizontal ── */
  .zm-cats-bar-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 14px;
    gap: 6px;
  }
  .zm-cats-bar-inner::-webkit-scrollbar { display: none; }
  .zm-cat-pill { flex-shrink: 0; }

  /* ── Page wrap padding ── */
  .zm-page-wrap { padding: 24px 14px 60px; }

  /* ── Grile carduri ── */
  .zm-grid-3, .zm-grid-2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* ── Cards ── */
  .zm-card-body { padding: 12px 14px 14px; }
  .zm-card-title { font-size: 15px; }
  .zm-card-excerpt { font-size: 13px; -webkit-line-clamp: 2; }

  /* ── Section headers ── */
  .zm-section { margin-top: 36px; }
  .zm-section-hd { margin-bottom: 14px; padding-bottom: 10px; }
  .zm-section-h { font-size: 18px; }

  /* ── Two sections — stacked ── */
  .zm-two-sections { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }

  /* ── Featured card — stacked ── */
  .zm-card-featured { grid-template-columns: 1fr; border-left: none; border-top: 3px solid var(--zm-orange); }
  .zm-card-featured .zm-card-img-wrap { aspect-ratio: 16/9; min-height: unset; }
  .zm-card-featured .zm-card-body { padding: 16px; }
  .zm-card-featured .zm-card-title { font-size: 17px; }

  /* ── Newsletter ── */
  .zm-newsletter-banner { padding: 24px 18px; margin-top: 40px; border-radius: var(--zm-r-xl); }
  .zm-newsletter-text h3 { font-size: 18px; }
  .zm-newsletter-inner { flex-direction: column; gap: 16px; }
  .zm-newsletter-banner .zm-btn { align-self: flex-start; }

  /* ── Events grid ── */
  .zm-events-grid-hp { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .zm-ev-card { padding: 12px; gap: 5px; }
  .zm-ev-d { font-size: 22px; }
  .zm-ev-title { font-size: 11px; }

  /* ── YouTube gallery ── */
  .zm-yt-gallery { grid-template-columns: 1fr; gap: 12px; }
  .zm-yt-card-featured { grid-column: span 1; }
  .zm-yt-card-featured .zm-yt-card-thumb { aspect-ratio: 16/9; }
  .zm-yt-card-title { font-size: 13px; }

  /* ── Stats bar ── */
  .zm-stats-bar { border-radius: var(--zm-r-lg); }
  .zm-stat-number { font-size: 20px; }

  /* ── Back to top ── */
  .zm-btt { bottom: 16px; right: 14px; width: 42px; height: 42px; }

}

/* ══ SMALL TABLETS (640px–820px) ══════════════════════ */

@media (min-width: 640px) and (max-width: 820px) {
  .zm-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .zm-hero-ed-inner { grid-template-columns: 1fr; }
  .zm-hero-main { min-height: 380px; }
  .zm-hero-side { border-left: none; border-top: 1px solid var(--zm-bd); }
}

/* ══ CARD ROW — mobile compact ════════════════════════ */

@media (max-width: 639px) {
  .zm-card-row { grid-template-columns: 80px 1fr; }
  .zm-card-row .zm-card-body { padding: 9px 11px; }
  .zm-card-row .zm-card-title { font-size: 12px; }
  .zm-grid-1 { gap: 10px; }
}

/* ══════════════════════════════════════════════════════
   WCAG 2.1 AA — FONT SIZE OVERRIDES v4.0.2
   ──────────────────────────────────────────────────────
   Reguli WCAG aplicate:
   • Body text: 17px (Apple HIG healthcare standard)
   • UI labels/badges: minimum 13px (niciodată sub 12px)
   • Card titles: minimum 16px
   • Card excerpts: 15px
   • Meta/secondary text: 13px
   • Line-height body: ≥1.5× (folosim 1.7–1.75)
   ══════════════════════════════════════════════════════ */

/* ── Category badges — ERA 10px, ACUM 13px ── */
.zm-card-cat {
  font-size: 13px !important;   /* was 10-11px — WCAG critical fix */
  font-weight: 700;
  padding: 3px 10px;
  letter-spacing: .2px;
}

/* ── Card dates / meta ── */
.zm-card-date,
.zm-card-date-inv {
  font-size: 13px !important;   /* was 11-12px */
}

/* ── Card titles — grid cards ── */
.zm-card-title {
  font-size: 17px !important;   /* was 15-16px */
  line-height: 1.28;
  letter-spacing: -.25px;
}

/* ── Card excerpt ── */
.zm-card-excerpt {
  font-size: 15px !important;   /* was 12-13px */
  line-height: 1.65;
}

/* ── Card row (compact) — cea mai afectată componentă ── */
.zm-card-row .zm-card-title,
.zm-card-row .zm-card-body h3,
.zm-hero-side-title {
  font-size: 15px !important;   /* was 12-13px */
  line-height: 1.35;
  font-family: var(--zm-font-h) !important;  /* Lora pentru titluri */
  font-weight: 500;
}

.zm-card-row .zm-card-date,
.zm-card-row .zm-card-cat,
.zm-hero-side-body .zm-card-cat,
.zm-side-cat,
.zm-side-date {
  font-size: 13px !important;
}

/* ── Card read more link ── */
.zm-card-read {
  font-size: 13px !important;   /* was 12px */
}

/* ── Category pills in nav bar ── */
.zm-cat-pill {
  font-size: 14px !important;   /* was 12-13px */
  padding: 7px 15px !important;
  min-height: 40px !important;
}

/* ── Section headers ── */
.zm-section-h {
  font-size: 23px !important;   /* was 21px */
}
.zm-section-more {
  font-size: 14px !important;   /* was 12-13px */
}

/* ── Hero editorial ── */
.zm-hero-main-excerpt {
  font-size: 15px !important;   /* was 14px */
  line-height: 1.65;
}
.zm-hero-main-title {
  font-size: clamp(24px, 3.8vw, 38px) !important;
}

/* ── Event cards ── */
.zm-ev-title {
  font-size: 13px !important;   /* was 11-12px */
  line-height: 1.4;
}
.zm-ev-m {
  font-size: 12px !important;
}
.zm-ev-loc {
  font-size: 12px !important;   /* was 11px */
}

/* ── YouTube gallery ── */
.zm-yt-card-title {
  font-size: 15px !important;   /* was 14px */
  line-height: 1.35;
}
.zm-yt-card-date {
  font-size: 13px !important;
}

/* ── Stats bar ── */
.zm-stat-label {
  font-size: 12px !important;   /* was 11px */
  letter-spacing: .5px;
}

/* ── Ensure no text below 12px anywhere ── */
.zm-card-meta,
.zm-card-body * {
  font-size: inherit;            /* prevent cascade from going too small */
}


/* ══════════════════════════════════════════════════════
   BENTO HERO — glassmorphism autentic v4.0.3
   ══════════════════════════════════════════════════════ */

/* ── Wrapper exterior cu fundal întunecat ── */
.zm-bento-hero {
  width: 100%;
  background:
    radial-gradient(ellipse 55% 65% at 18% 55%, rgba(76, 34, 173, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 45% 55% at 88% 55%, rgba(255, 82, 0, 0.12) 0%, transparent 60%),
    linear-gradient(148deg, #1a1035 0%, #1c1640 45%, #141e35 100%);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
}

/* Grain optic subtil — face glassmorphism-ul mai sticlos */
.zm-bento-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0;
}

.zm-bento-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  position: relative; z-index: 1;
}

@media (min-width: 1100px) {
  .zm-bento-inner { grid-template-columns: 1fr 380px; }
}

/* ── Carduri de bază ── */
.zm-bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  /* Glassmorphism core */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(28px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(28px) saturate(180%) brightness(1.05);

  /* Umbra adâncă + inner glow */
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    0 2px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);

  transition: transform .22s cubic-bezier(.34, 1.3, .64, 1), box-shadow .22s ease;
  cursor: pointer;
}

.zm-bento-card:hover {
  transform: translateY(-3px) scale(1.005);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.6),
    0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* ── Card principal ── */
.zm-bento-main {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ── Carduri mici ── */
.zm-bento-small {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ── Imagine background ── */
.zm-bento-img-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.zm-bento-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: inherit;
  /* Filtru mai întunecat → contrast mai bun pentru glass */
  filter: brightness(0.62) saturate(1.1);
  transition: transform .6s cubic-bezier(.25, .46, .45, .94), filter .3s;
}

.zm-bento-card:hover .zm-bento-img {
  transform: scale(1.05);
  filter: brightness(0.58) saturate(1.12);
}

/* Placeholder gradient când nu e imagine */
.zm-bento-img-ph {
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #1a0a3d 0%, #2d1a5e 50%, #1a2a4d 100%);
}
.zm-bento-img-ph-2 { background: linear-gradient(135deg, #0a1a3d 0%, #1a3d6b 100%); }
.zm-bento-img-ph-3 { background: linear-gradient(135deg, #1a2a1a 0%, #2a4a2a 100%); }

/* ── Gradient suprapus (transparență → negru jos) ── */
.zm-bento-gradient {
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    to top,
    rgba(4, 2, 14, 0.95) 0%,
    rgba(4, 2, 14, 0.65) 32%,
    rgba(4, 2, 14, 0.12) 65%,
    transparent 100%
  );
  pointer-events: none;
}

/* ── Shimmer — reflexia sticlei ── */
.zm-bento-shimmer {
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.02) 40%,
    transparent 60%,
    rgba(255, 255, 255, 0.03) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* ── Body text ── */
.zm-bento-body {
  position: relative; z-index: 3;
  padding: 20px 22px 24px;
  display: flex; flex-direction: column; gap: 8px;
}

.zm-bento-small .zm-bento-body {
  padding: 14px 16px 18px;
  gap: 6px;
}

/* ── Meta: categorie + timp citire ── */
.zm-bento-meta {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
}

/* ── Badge categorie ── */
.zm-bento-cat {
  display: inline-flex; align-items: center;
  background: rgba(76, 34, 173, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(124, 58, 237, 0.5);
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--zm-font-b);
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: .6px;
  text-decoration: none;
  transition: background .14s, border-color .14s;
}

.zm-bento-cat:hover {
  background: rgba(76, 34, 173, 0.75);
  text-decoration: none; color: #fff;
}

.zm-bento-cat-orange {
  background: rgba(255, 82, 0, 0.5);
  border-color: rgba(255, 82, 0, 0.6);
}
.zm-bento-cat-orange:hover {
  background: rgba(255, 82, 0, 0.7);
}

/* ── Reading time ── */
.zm-bento-rt {
  font-size: 12px; color: rgba(255, 255, 255, 0.55);
  font-family: var(--zm-font-b);
}

/* ── Titluri ── */
.zm-bento-title {
  font-family: var(--zm-font-h);
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 600; color: #fff;
  line-height: 1.2; letter-spacing: -.35px;
  margin: 0; text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.zm-bento-title a { color: #fff; text-decoration: none; }
.zm-bento-title a:hover { color: rgba(255, 255, 255, .88); }

.zm-bento-title-sm {
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 600;
  letter-spacing: -.2px;
}

/* ── Excerpt ── */
.zm-bento-excerpt {
  font-family: var(--zm-font-b);
  font-size: 14px; color: rgba(255, 255, 255, 0.7);
  line-height: 1.6; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  text-wrap: pretty;
}

/* ── Buton citeste ── */
.zm-bento-read {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--zm-font-b);
  font-size: 13px; font-weight: 600;
  text-decoration: none; align-self: flex-start;
  transition: all .18s;
  min-height: 40px;
}

.zm-bento-read:hover {
  background: rgba(76, 34, 173, 0.65);
  border-color: rgba(124, 58, 237, 0.5);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 6px 20px rgba(76, 34, 173, 0.35);
}

/* ── Bookmark ── */
.zm-bento-bm {
  position: absolute; top: 13px; right: 13px; z-index: 4;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.zm-bento-bm:hover, .zm-bento-bm.is-saved {
  background: var(--zm-ac);
  border-color: rgba(124, 58, 237, 0.6);
  box-shadow: 0 4px 16px rgba(76, 34, 173, 0.4);
}

.zm-bento-bm:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

/* ══ MOBILE BENTO ══════════════════════════════════ */

@media (max-width: 768px) {
  .zm-bento-hero { padding: 16px 0; }

  .zm-bento-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    padding: 0 14px;
  }

  .zm-bento-main {
    grid-column: 1;
    grid-row: 1;
    min-height: 320px;
  }

  .zm-bento-small { min-height: 160px; }

  .zm-bento-title { font-size: 20px; }
  .zm-bento-title-sm { font-size: 15px; }
  .zm-bento-excerpt { display: none; } /* economie spațiu mobile */

  .zm-bento-body { padding: 14px 16px 18px; gap: 6px; }
  .zm-bento-read { padding: 7px 14px; font-size: 12px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zm-bento-inner { grid-template-columns: 1fr 300px; }
  .zm-bento-main { min-height: 400px; }
  .zm-bento-small { min-height: 185px; }
}

/* ══ REMOVE OLD HERO CSS ══════════════════════════ */
/* Vechiul .zm-hero-ed rămâne în CSS din motive de compatibilitate
   dar nu mai e folosit în template */

/* ══ REDUCED MOTION ══════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .zm-bento-card { transition: none; }
  .zm-bento-img  { transition: none; }
  .zm-bento-read { transition: none; }
}


/* ══════════════════════════════════════════════════════
   FLUID SITE — SVG DIVIDERS + DECORATIVE ELEMENTS v4.0.4
   ══════════════════════════════════════════════════════ */

/* ── Undă SVG după bento hero → secțiunile de conținut ── */
.zm-wave-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px;           /* elimină orice gap pixel */
  pointer-events: none;
}

.zm-wave-divider svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Decoratoare geometrice de fundal ── */
/* Adăugate ca pseudo-elements pe secțiunile cheie */

/* Secțiunea ultimele articole — dot grid subtil */
.zm-section-dots {
  position: relative;
}
.zm-section-dots::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 240px; height: 240px;
  background-image: radial-gradient(circle, rgba(76,34,173,.06) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
  border-radius: 0 var(--zm-r-xl) 0 0;
}

/* Stats bar — arc decorativ pe dreapta */
.zm-stats-bar {
  position: relative;
  overflow: hidden;
}
.zm-stats-bar::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  border: 32px solid rgba(255,255,255,.08);
  pointer-events: none;
}
.zm-stats-bar::after {
  content: '';
  position: absolute;
  bottom: -40px; left: 20px;
  width: 100px; height: 100px;
  border-radius: 50%;
  border: 20px solid rgba(255,255,255,.05);
  pointer-events: none;
}

/* ── Section transition — degradeu subtil de fundal ── */
.zm-section-alt {
  background: linear-gradient(
    180deg,
    var(--zm-bg) 0%,
    rgba(76,34,173,.03) 50%,
    var(--zm-bg) 100%
  );
  border-radius: var(--zm-r-xl);
  padding: 32px 20px;
  margin: 0 -20px;            /* bleed la margini */
}

/* ── Newsletter — decor blob-uri organice ── */
.zm-nl-wrap {
  position: relative;
  overflow: hidden;
}
.zm-nl-wrap::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,82,0,.18);
  filter: blur(40px);
  pointer-events: none;
}

/* ── Linie decorativă verticală pe secțiunile cu 2 coloane ── */
.zm-two-sections {
  position: relative;
}
@media (min-width: 800px) {
  .zm-two-sections::after {
    content: '';
    position: absolute;
    top: 48px; bottom: 0;
    left: 50%; transform: translateX(-50%);
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, var(--zm-bd2) 20%, var(--zm-bd2) 80%, transparent 100%);
    pointer-events: none;
  }
}

/* ══════════════════════════════════════════════════════
   MOBILE RESPONSIVE — 320px → 430px
   Ordine breakpoints: 320 → 360 → 375 → 390 → 412 → 430
   ══════════════════════════════════════════════════════ */

/* ── BASE MOBILE (toate telefoanele < 480px) ── */
@media (max-width: 479px) {

  /* ─ Bento hero ─ */
  .zm-bento-hero     { padding: 12px 0 0; }
  .zm-bento-inner    { padding: 0 12px; gap: 8px; }
  .zm-bento-main     { min-height: 280px; }
  .zm-bento-small    { min-height: 150px; }
  .zm-bento-card     { border-radius: 14px; }
  .zm-bento-body     { padding: 12px 14px 16px; gap: 5px; }
  .zm-bento-title    { font-size: 18px; line-height: 1.22; }
  .zm-bento-title-sm { font-size: 14px; }
  .zm-bento-excerpt  { display: none; }
  .zm-bento-read     { font-size: 12px; padding: 7px 13px; min-height: 38px; }
  .zm-bento-bm       { width: 30px; height: 30px; top: 10px; right: 10px; }
  .zm-bento-cat      { font-size: 10px; padding: 3px 8px; }

  /* ─ Category pills: scroll orizontal ─ */
  .zm-cats-bar-inner {
    padding: 8px 12px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .zm-cats-bar-inner::-webkit-scrollbar { display: none; }
  .zm-cat-pill {
    flex-shrink: 0;
    scroll-snap-align: start;
    font-size: 13px !important;
    padding: 6px 12px !important;
    min-height: 38px !important;
  }

  /* ─ Page wrap ─ */
  .zm-page-wrap { padding: 20px 12px 48px; }

  /* ─ Sections ─ */
  .zm-section       { margin-top: 32px; }
  .zm-section-h     { font-size: 17px !important; }
  .zm-section-hd    { margin-bottom: 12px; }

  /* ─ Grid ─ */
  .zm-grid-3,
  .zm-grid-2        { grid-template-columns: 1fr; gap: 10px; }
  .zm-grid-1        { gap: 8px; }

  /* ─ Cards ─ */
  .zm-card          { border-radius: 14px; }
  .zm-card-body     { padding: 11px 13px 14px; }
  .zm-card-title    { font-size: 15px !important; line-height: 1.28; }
  .zm-card-excerpt  { font-size: 13px !important; -webkit-line-clamp: 2; }
  .zm-card-cat      { font-size: 11px !important; padding: 2px 7px; }
  .zm-card-date     { font-size: 12px !important; }

  /* ─ Card row ─ */
  .zm-card-row                { grid-template-columns: 76px 1fr; border-radius: 12px; }
  .zm-card-row .zm-card-body  { padding: 9px 10px; }
  .zm-card-row .zm-card-title { font-size: 13px !important; }

  /* ─ Featured ─ */
  .zm-card-featured                 { grid-template-columns: 1fr; border-top: 3px solid var(--zm-orange); border-left: none; border-radius: 14px; }
  .zm-card-featured .zm-card-title  { font-size: 16px !important; }
  .zm-card-featured .zm-card-body   { padding: 14px; }

  /* ─ Stats bar ─ */
  .zm-stats-bar       { border-radius: 14px; margin-top: 24px; }
  .zm-stat-number     { font-size: 19px; }
  .zm-stat-label      { font-size: 10px !important; letter-spacing: .3px; }
  .zm-stat-item       { padding: 14px 10px; }

  /* ─ Events ─ */
  .zm-events-grid-hp { grid-template-columns: 1fr 1fr; gap: 8px; }
  .zm-ev-card        { padding: 10px; gap: 5px; border-radius: 12px; }
  .zm-ev-d           { font-size: 21px; }
  .zm-ev-title       { font-size: 11px !important; line-height: 1.35; }
  .zm-ev-m           { font-size: 11px; }

  /* ─ YouTube gallery ─ */
  .zm-yt-gallery                    { grid-template-columns: 1fr; gap: 10px; }
  .zm-yt-card                       { border-radius: 14px; }
  .zm-yt-card-title                 { font-size: 14px !important; }
  .zm-yt-card-featured .zm-yt-card-thumb { aspect-ratio: 16/9; }

  /* ─ Newsletter ─ */
  .zm-nl-wrap           { padding: 22px 18px; border-radius: 16px; flex-direction: column; gap: 18px; }
  .zm-nl-title          { font-size: 17px !important; }
  .zm-nl-sub            { font-size: 13px !important; }
  .zm-nl-form           { max-width: 100%; }
  .zm-nl-input          { font-size: 14px !important; }
  .zm-nl-btn .zm-nl-btn-text { font-size: 13px !important; }

  /* ─ Two-sections stacked ─ */
  .zm-two-sections      { grid-template-columns: 1fr; gap: 32px; margin-top: 32px; }
  .zm-two-sections::after { display: none; }
  .zm-section-alt       { margin: 0; padding: 24px 12px; }

  /* ─ Footer ─ */
  .zm-footer-inner      { grid-template-columns: 1fr; gap: 28px; padding: 36px 16px 28px; }
  .zm-footer-bottom-inner { padding: 14px 16px; }
}

/* ── 320px — telefoane vechi (iPhone 4/5, Galaxy Mini) ── */
@media (max-width: 359px) {
  .zm-bento-inner       { padding: 0 10px; gap: 7px; }
  .zm-bento-main        { min-height: 240px; }
  .zm-bento-small       { min-height: 130px; }
  .zm-bento-title       { font-size: 16px; }
  .zm-bento-title-sm    { font-size: 13px; }
  .zm-bento-body        { padding: 10px 12px 14px; }

  .zm-page-wrap         { padding: 16px 10px 40px; }
  .zm-card-title        { font-size: 14px !important; }

  .zm-hdr               { height: 52px; }
  .zm-hdr-inner         { padding: 0 10px; }
  .zm-hdr-logo img      { height: 26px; }
  .zm-hdr-btn           { min-width: 36px; height: 36px; }
  .zm-hdr-cta           { padding: 0 10px; font-size: 11px !important; height: 32px; }

  .zm-cats-bar-inner    { padding: 7px 10px; }
  .zm-cat-pill          { font-size: 12px !important; padding: 5px 10px !important; }

  .zm-events-grid-hp    { grid-template-columns: 1fr 1fr; gap: 6px; }
  .zm-ev-d              { font-size: 18px; }
}

/* ── 360–374px — telefoane Android mid-range ── */
@media (min-width: 360px) and (max-width: 374px) {
  .zm-bento-main        { min-height: 260px; }
  .zm-bento-title       { font-size: 17px; }
  .zm-grid-3,
  .zm-grid-2            { grid-template-columns: 1fr; }
  .zm-card-row          { grid-template-columns: 80px 1fr; }
}

/* ── 375–389px — iPhone 6/7/8/SE2/X ── */
@media (min-width: 375px) and (max-width: 389px) {
  .zm-bento-main        { min-height: 270px; }
  .zm-bento-title       { font-size: 18px; }
}

/* ── 390–411px — iPhone 12/13/14, Pixel ── */
@media (min-width: 390px) and (max-width: 411px) {
  .zm-bento-main        { min-height: 285px; }
  .zm-bento-title       { font-size: 19px; }
  .zm-grid-2            { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* ── 412–429px — Samsung Galaxy S, Pixel Pro ── */
@media (min-width: 412px) and (max-width: 429px) {
  .zm-bento-main        { min-height: 295px; }
  .zm-bento-title       { font-size: 20px; }
  .zm-grid-2            { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .zm-yt-gallery        { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* ── 430px+ — iPhone 14 Plus/15/Pro Max ── */
@media (min-width: 430px) and (max-width: 479px) {
  .zm-bento-main        { min-height: 310px; }
  .zm-bento-title       { font-size: 20px; }
  .zm-bento-small       { min-height: 155px; }
  .zm-grid-2            { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .zm-yt-gallery        { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .zm-card-title        { font-size: 16px !important; }
}

/* ── Tablete mici 480–767px ── */
@media (min-width: 480px) and (max-width: 767px) {
  .zm-bento-inner       { grid-template-columns: 1fr; }
  .zm-bento-main        { min-height: 360px; }
  .zm-bento-small       { min-height: 170px; }
  .zm-bento-excerpt     { display: block; }
  .zm-grid-3            { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .zm-grid-2            { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .zm-yt-gallery        { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .zm-events-grid-hp    { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .zm-two-sections      { grid-template-columns: repeat(2, 1fr); }
  .zm-page-wrap         { padding: 28px 16px 60px; }
}

/* ══ FLUID TRANSITIONS ════════════════════════════════ */

/* Smooth scroll pe tot site-ul */
html { scroll-behavior: smooth; }

/* Hover pe carduri — mai fluid */
.zm-card, .zm-ev-card, .zm-yt-card, .zm-card-row {
  transition:
    transform .22s cubic-bezier(.34, 1.3, .64, 1),
    box-shadow .22s ease,
    border-color .18s ease !important;
}

/* Section fade-in mai lent, mai lin */
.zm-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1) !important;
}
.zm-fade.zm-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay pe grid-uri */
.zm-grid-3 .zm-card:nth-child(2),
.zm-grid-2 .zm-card:nth-child(2) { transition-delay: .06s; }
.zm-grid-3 .zm-card:nth-child(3) { transition-delay: .12s; }

/* Link-uri în text — underline animat */
.entry-content a:not(.zm-btn):not(.zm-card-cat) {
  text-decoration: underline;
  text-decoration-color: rgba(76,34,173,.3);
  text-underline-offset: 3px;
  transition: text-decoration-color .15s;
}
.entry-content a:not(.zm-btn):not(.zm-card-cat):hover {
  text-decoration-color: var(--zm-ac);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zm-fade                { transition: none !important; opacity: 1 !important; transform: none !important; }
  .zm-card, .zm-ev-card,
  .zm-yt-card, .zm-card-row { transition: none !important; }
  html                    { scroll-behavior: auto; }
}

/* ══════════════════════════════════════════════════════
   HEADING SCALE — v4.0.6
   Bazat pe NYT · The Guardian · BBC · Medical News Today
   ──────────────────────────────────────────────────────
   Regula de bază: H1 = min. 2× body (34px+), ratio 1.25
   Body: 17px
   H4: 21px  (17 × 1.25)
   H3: 24px  (card section titles, subsections)
   H2: 30px  (section headings)
   H1: 42px  (page/article titles)
   Hero H1: 48–56px
   ══════════════════════════════════════════════════════ */

/* ── Bento hero title — display heading ── */
.zm-bento-title {
  font-size: clamp(22px, 3.2vw, 34px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.4px;
}

.zm-bento-title-sm {
  font-size: clamp(16px, 1.8vw, 20px) !important;
  line-height: 1.28 !important;
}

/* ── Section headings (h2 nivel secțiune) ── */
.zm-section-h {
  font-size: clamp(22px, 2.6vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: -.35px;
}

/* ── Card titles în grid (h3 compact) ── */
.zm-card-title {
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.3 !important;
  letter-spacing: -.15px;
}

/* ── Card featured / hero lateral ── */
.zm-card-featured .zm-card-title {
  font-size: clamp(18px, 2vw, 22px) !important;
}

/* ── Card row (compact) — titluri mai mici OK ── */
.zm-card-row .zm-card-title,
.zm-hero-side-title {
  font-size: clamp(14px, 1.4vw, 16px) !important;
  line-height: 1.35 !important;
}

/* ── YouTube card titles ── */
.zm-yt-card-title {
  font-size: clamp(15px, 1.5vw, 17px) !important;
  line-height: 1.32 !important;
}

/* ── Archive featured title ── */
.zm-arc-feat-title {
  font-size: clamp(20px, 2.6vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: -.3px;
}

/* ── Archive hero H1 ── */
.zm-arc-title {
  font-size: clamp(28px, 4.5vw, 48px) !important;
  font-weight: 700 !important;
  letter-spacing: -.5px;
  line-height: 1.12 !important;
}


/* ══════════════════════════════════════════════════════
   SECTION DIVIDERS — SVG decorative v4.0.9
   ══════════════════════════════════════════════════════ */

.zm-sdiv-wrap {
  display: block;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  line-height: 0;
  /* Spațiu consistent în jurul dividerelor */
  margin: 32px 0;
}

.zm-sdiv {
  display: block;
  width: 100%;
  overflow: visible;
}

/* EKG path — animat la intrarea în viewport */
.zm-ekg-path {
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
  opacity: .22;
  transition: stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1),
              opacity .4s ease;
}

.zm-sdiv-wrap.zm-visible .zm-ekg-path {
  stroke-dashoffset: 0;
  opacity: .22;
}

/* Chevrons — apar după EKG */
.zm-sdiv-chevrons,
.zm-sdiv-arc-arrow,
.zm-sdiv-triple {
  opacity: 0;
  transition: opacity .5s ease .8s, transform .5s ease .8s;
  transform-box: fill-box;
  transform-origin: center;
}

.zm-sdiv-wrap.zm-visible .zm-sdiv-chevrons,
.zm-sdiv-wrap.zm-visible .zm-sdiv-arc-arrow {
  opacity: .32;
}

.zm-sdiv-wrap.zm-visible .zm-sdiv-triple {
  opacity: .30;
}

/* Animație continuă subtilă pe chevronul principal */
@media (prefers-reduced-motion: no-preference) {
  .zm-sdiv-wrap.zm-visible .zm-sdiv-chevrons {
    animation: zm-chevron-pulse 2.4s ease-in-out infinite .8s;
  }
  .zm-sdiv-wrap.zm-visible .zm-sdiv-arc-arrow {
    animation: zm-chevron-pulse 2.8s ease-in-out infinite .8s;
  }
}

@keyframes zm-chevron-pulse {
  0%, 100% { opacity: .28; transform: translateY(0); }
  50%       { opacity: .48; transform: translateY(3px); }
}

/* Mobile — mai compact */
@media (max-width: 639px) {
  .zm-sdiv-wrap { margin: 20px 0; }
}

