.zv-c2 {
  --bg: #0b1020;
  --bg-soft: #121933;
  --panel: rgba(255,255,255,0.06);
  --panel-strong: rgba(255,255,255,0.10);
  --text: #f8fafc;
  --muted: #b6c2d9;
  --line: rgba(255,255,255,0.12);
  --brand: #f85f11;
  --brand-2: #1a097b;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
  --radius: 24px;
  --container: 1180px;
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(248,95,17,.16), transparent 28%),
    radial-gradient(circle at top right, rgba(26,9,123,.18), transparent 26%),
    linear-gradient(180deg, #09101f 0%, #0f172a 45%, #0b1020 100%);
}

.zv-c2 * { box-sizing: border-box; }

.zv-c2 { overflow-x: clip; }

.zv-c2 .nav-wrap,
.zv-c2 .hero-grid,
.zv-c2 .grid-2,
.zv-c2 .grid-3,
.zv-c2 .grid-4,
.zv-c2 .blog-layout,
.zv-c2 .blog-page-shell,
.zv-c2 .blog-posts-grid,
.zv-c2 .recent-posts-page { min-width: 0; }

.zv-c2 .header-right,
.zv-c2 .header-actions,
.zv-c2 .hero-actions,
.zv-c2 .section-head--between,
.zv-c2 .footer-links { flex-wrap: wrap; }

.zv-c2 .post-card,
.zv-c2 .blog-content,
.zv-c2 .blog-sidebar > *,
.zv-c2 .legal-card,
.zv-c2 .metric,
.zv-c2 .card,
.zv-c2 .cta-block,
.zv-c2 .sidebar-post-link,
.zv-c2 .blog-category,
.zv-c2 .blog-category-link { min-width: 0; overflow-wrap: anywhere; }

.zv-c2 .post-content-body,
.zv-c2 .legal-content { overflow-wrap: anywhere; }

.zv-c2 .post-content-body iframe,
.zv-c2 .post-content-body img,
.zv-c2 .post-content-body video,
.zv-c2 .legal-content img,
.zv-c2 .legal-content iframe,
.zv-c2 .legal-content video { max-width: 100%; height: auto; }

.zv-c2 a { color: inherit; text-decoration: none; }
.zv-c2 img { max-width: 100%; display: block; }
.zv-c2 .container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.zv-c2 .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(9,16,31,.72);
  border-bottom: 1px solid var(--line);
  max-width: 100vw;
}

.zv-c2 .nav-wrap,
.zv-c2 .header-right,
.zv-c2 .header-actions {
  display: flex;
  align-items: center;
}

.zv-c2 .nav-wrap { justify-content: space-between; gap: 20px; }
.zv-c2 .header-right { gap: 22px; }
.zv-c2 .header-actions { gap: 14px; }

.zv-c2 .brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.zv-c2 .brand small {
  display: block;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 600;
  margin-top: 2px;
}

.zv-c2 .brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 26px rgba(0,0,0,.28);
  display: grid;
  place-items: center;
}

.zv-c2 .brand-mark::before {
  content: "";
  width: 28px;
  height: 28px;
  color: #fff;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 58'%3E%3Cpath fill='currentColor' d='M44 20.5 39 25.5 29 24.5 23 30.5 22 27.5 18.5 30 18 36.5 32 29.5 42.5 31 39.5 41 28 49.5 14 48.5 3.5 38 2.5 24 6.5 23 5.5 19 11 12.5 26 7.5 37 16.5 44 16.5ZM7 34.5 4.5 32 5 28.5 7.5 32Z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 58'%3E%3Cpath fill='currentColor' d='M44 20.5 39 25.5 29 24.5 23 30.5 22 27.5 18.5 30 18 36.5 32 29.5 42.5 31 39.5 41 28 49.5 14 48.5 3.5 38 2.5 24 6.5 23 5.5 19 11 12.5 26 7.5 37 16.5 44 16.5ZM7 34.5 4.5 32 5 28.5 7.5 32Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.zv-c2 .nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.zv-c2 .nav-links a {
  color: var(--muted);
  font-weight: 600;
  transition: .25s ease;
}

.zv-c2 .nav-links a:hover,
.zv-c2 .nav-links a.active {
  color: #fff;
}

.zv-c2 .nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.zv-c2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.zv-c2 .btn-primary {
  background: linear-gradient(135deg, #7C3AED, #F85F11);
  color: #fff;
  box-shadow: 0 16px 30px rgba(248,95,17,.22);
}

.zv-c2 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(248,95,17,.28);
}

.zv-c2 .btn-secondary {
  background: rgba(255,255,255,.05);
  border-color: var(--line);
  color: #fff;
}

.zv-c2 .btn-secondary:hover {
  background: rgba(255,255,255,.09);
}

.zv-c2 .client-menu {
  position: relative;
  flex-shrink: 0;
}

.zv-c2 .client-menu__toggle {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(248,95,17,.98), rgba(26,9,123,.98));
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(0,0,0,.22);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.zv-c2 .client-menu__toggle:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 20px 36px rgba(0,0,0,.28);
}

.zv-c2 .client-menu__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .22s ease, transform .22s ease;
}

.zv-c2 .client-menu__icon svg {
  width: 24px;
  height: 24px;
  color: currentColor;
}

.zv-c2 .client-menu__icon--user {
  opacity: 1;
  transform: scale(1);
  color: #fff;
}

.zv-c2 .client-menu__icon--close {
  opacity: 0;
  transform: scale(.72);
  color: #111;
}

.zv-c2 .client-menu__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  min-width: 210px;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 30;
}

.zv-c2 .client-menu__dropdown a {
  color: #000;
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}

.zv-c2 .client-menu__dropdown a:hover {
  background: #f3f4f6;
  color: #000;
}

.zv-c2 .client-menu.is-open .client-menu__toggle {
  background: #fff;
  color: #111;
  border-color: rgba(0,0,0,.08);
}

.zv-c2 .client-menu.is-open .client-menu__icon--user {
  opacity: 0;
  transform: scale(.72);
}

.zv-c2 .client-menu.is-open .client-menu__icon--close {
  opacity: 1;
  transform: scale(1);
}

.zv-c2 .client-menu.is-open .client-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zv-c2 .hero { padding: 88px 0 54px; }

.zv-c2 .hero-grid,
.zv-c2 .grid-2,
.zv-c2 .grid-3,
.zv-c2 .grid-4,
.zv-c2 .blog-layout {
  display: grid;
  gap: 24px;
}

.zv-c2 .hero-grid { grid-template-columns: 1fr 1fr; align-items: center; }
.zv-c2 .grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.zv-c2 .grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.zv-c2 .grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }

.zv-c2 .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.zv-c2 .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F85F11;
  box-shadow: 0 0 0 6px rgba(248,95,17,.14);
}

.zv-c2 h1,
.zv-c2 h2,
.zv-c2 h3,
.zv-c2 strong { margin: 0 0 12px; }

.zv-c2 h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.05em; }
.zv-c2 h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -.045em; }
.zv-c2 h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.08; letter-spacing: -.03em; }

.zv-c2 .post-title,
.zv-c2 .post-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.zv-c2 p,
.zv-c2 li,
.zv-c2 span { line-height: 1.7; }

.zv-c2 .lead {
  color: var(--muted);
  max-width: 760px;
  font-size: 1.05rem;
}

.zv-c2 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.zv-c2 .card,
.zv-c2 .metric,
.zv-c2 .post-card,
.zv-c2 .blog-content,
.zv-c2 .blog-sidebar > *,
.zv-c2 .legal-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.zv-c2 .card p,
.zv-c2 .metric span,
.zv-c2 .post-card p,
.zv-c2 .blog-content p,
.zv-c2 .legal-content,
.zv-c2 .blog-category-link span { color: var(--muted); }

.zv-c2 .metric strong {
  display: block;
  font-size: clamp(1.15rem, 1.9vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.zv-c2 .section { padding: 26px 0 34px; }
.zv-c2 .section-head { margin-bottom: 24px; }

.zv-c2 .section-head--between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.zv-c2 .section-head--compact { margin-bottom: 18px; }

.zv-c2 .hero-visual {
  min-height: 420px;
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  background: linear-gradient(135deg, rgba(124,58,237,.25), rgba(248,95,17,.22));
}

.zv-c2.theme-prime .hero-visual { background: linear-gradient(135deg, rgba(248,95,17,.2), rgba(26,9,123,.35)); }
.zv-c2.theme-orbit .hero-visual { background: linear-gradient(135deg, rgba(20,184,166,.22), rgba(26,9,123,.28)); }

.zv-c2 .hero-visual .mini {
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  min-height: 120px;
  padding: 18px;
}

.zv-c2 .hero-visual .mini.large { grid-column: span 2; min-height: 170px; }

.zv-c2 .hero-visual .mini strong {
  display: block;
  font-size: 1.8rem;
  margin-top: 18px;
}

.zv-c2 .kicker {
  display: inline-block;
  font-size: .8rem;
  color: rgba(255,255,255,.68);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.zv-c2 .cta-block {
  padding: 34px !important;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(26,9,123,.8), rgba(248,95,17,.28));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}

.zv-c2 .blog-page-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: start;
}

.zv-c2 .blog-categories-list { display: grid; gap: 10px; }

.zv-c2 .blog-category,
.zv-c2 .blog-category-link {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 600;
}

.zv-c2 .blog-category { cursor: pointer; }

.zv-c2 .blog-category.is-active,
.zv-c2 .blog-category:hover,
.zv-c2 .blog-category-link:hover {
  background: rgba(255,255,255,.10);
}

.zv-c2 .blog-category span,
.zv-c2 .blog-category-link span { float: right; }

.zv-c2 .blog-posts-header {
  margin-bottom: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.zv-c2 .blog-results-total {
  color: var(--muted);
  font-size: .95rem;
}

.zv-c2 .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}

.zv-c2 .post-card { overflow: hidden; padding: 0; }
.zv-c2 .post-card__image { width: 100%; height: 220px; object-fit: cover; }

.zv-c2 .post-card .thumb {
  height: 220px;
  background: linear-gradient(135deg, rgba(248,95,17,.18), rgba(26,9,123,.24)), radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 34%), #111827;
}

.zv-c2 .post-card__body { padding: 22px; }

.zv-c2 .post-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 14px;
}

.zv-c2 .post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-weight: 800;
  color: #fff;
}

.zv-c2 .post-card__more:hover { color: #f5bf9c; }

.zv-c2 .post-card__more span { transition: transform .25s ease; }

.zv-c2 .post-card__more:hover span { transform: translateX(4px); }

.zv-c2 .blog-empty-state,
.zv-c2 .blog-loading {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
}

.zv-c2 .blog-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.zv-c2 .blog-page-btn {
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.zv-c2 .blog-page-btn:hover {
  background: rgba(255,255,255,.10);
  transform: translateY(-1px);
}

.zv-c2 .blog-page-btn.is-active {
  background: linear-gradient(135deg, #f85f11, #d94f0c);
  border-color: transparent;
}

.zv-c2 .blog-page-btn.is-disabled,
.zv-c2 .blog-page-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.zv-c2 .blog-page-gap {
  color: var(--muted);
  padding: 0 4px;
}

.zv-c2 .recent-posts-shell { position: relative; }
.zv-c2 .recent-posts-viewport { overflow: hidden; }
.zv-c2 .recent-posts-track { display: flex; transition: transform .35s ease; }

.zv-c2 .recent-posts-page {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.zv-c2 .recent-posts-page .post-card:last-child:nth-child(2) { grid-column: span 1; }

.zv-c2 .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(135deg, #c41022, #e63a50);
  color: #fff;
  box-shadow: 0 14px 26px rgba(0,0,0,.22);
}

.zv-c2 .carousel-arrow:hover { filter: brightness(1.08); }
.zv-c2 .carousel-arrow--prev { left: -26px; }
.zv-c2 .carousel-arrow--next { right: -26px; }

.zv-c2 .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.zv-c2 .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.22);
  cursor: pointer;
}

.zv-c2 .carousel-dot.is-active { width: 28px; background: #d11f32; }

.zv-c2 .blog-layout {
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
}

.zv-c2 .blog-content { padding: 30px; }
.zv-c2 .blog-sidebar { display: grid; gap: 18px; }

.zv-c2 .post-cover {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 22px;
}

.zv-c2 .post-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.zv-c2 .post-content-body > * { color: var(--muted); }

.zv-c2 .post-content-body h2,
.zv-c2 .post-content-body h3,
.zv-c2 .post-content-body strong { color: #fff; }

.zv-c2 .post-content-body ul { padding-left: 18px; }

.zv-c2 .post-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}

.zv-c2 .badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: var(--muted);
  border: 1px solid var(--line);
}

.zv-c2 .cta-strip {
  margin-top: 26px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(248,95,17,.12), rgba(255,255,255,.05));
}

.zv-c2 .sidebar-posts { display: grid; gap: 12px; }

.zv-c2 .sidebar-post-link {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
}

.zv-c2 .sidebar-post-link:hover { background: rgba(255,255,255,.09); }

.zv-c2 .sidebar-post-link strong {
  display: block;
  margin-bottom: 8px;
}

.zv-c2 .back-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  font-weight: 700;
}

.zv-c2 .back-chip:hover { background: rgba(255,255,255,.10); }
.zv-c2 .back-chip--button { color: #fff; cursor: pointer; }

.zv-c2 .legal-hero { padding-bottom: 0; }
.zv-c2 .legal-wrap { max-width: 980px; }
.zv-c2 .legal-card { padding: 34px; }

.zv-c2 .legal-content h2,
.zv-c2 .legal-content h3 {
  margin-top: 24px;
  color: #fff;
}

.zv-c2 .legal-content p,
.zv-c2 .legal-content li { color: var(--muted); }

.zv-c2 .legal-content ul { padding-left: 18px; }

.zv-c2 .site-footer {
  padding: 34px 0 60px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}

.zv-c2 .footer-stack {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.zv-c2 .footer-brand-block { display: grid; gap: 4px; }

.zv-c2 .footer-brand-block strong {
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.zv-c2 .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
}

.zv-c2 .footer-links a { transition: color .25s ease; }
.zv-c2 .footer-links a:hover { color: #fff; }

.zv-c2.theme-prime { --brand:#F85F11; --brand-2:#1A097B; }
.zv-c2.theme-pulse { --brand:#7C3AED; --brand-2:#F85F11; background: radial-gradient(circle at top left, rgba(124,58,237,.15), transparent 26%), radial-gradient(circle at top right, rgba(248,95,17,.12), transparent 26%), linear-gradient(180deg, #050816 0%, #0b1020 46%, #090d18 100%); }
.zv-c2.theme-orbit { --brand:#14B8A6; --brand-2:#1A097B; background: radial-gradient(circle at top left, rgba(20,184,166,.12), transparent 28%), radial-gradient(circle at top right, rgba(248,95,17,.1), transparent 26%), linear-gradient(180deg, #09101f 0%, #0c1528 46%, #08111e 100%); }

@media (max-width: 1180px) {
  .zv-c2 .grid-4,
  .zv-c2 .recent-posts-page {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 980px) {
  .zv-c2 .hero-grid,
  .zv-c2 .grid-3,
  .zv-c2 .blog-layout,
  .zv-c2 .blog-page-shell,
  .zv-c2 .grid-4,
  .zv-c2 .grid-2 {
    grid-template-columns: 1fr;
  }

  .zv-c2 .nav-toggle { display: block; }
  .zv-c2 .header-right { gap: 12px; }
  .zv-c2 .header-actions { justify-content: flex-end; }

  .zv-c2 .nav-links {
    position: absolute;
    right: 20px;
    top: 82px;
    flex-direction: column;
    align-items: flex-start;
    width: min(280px, calc(100% - 40px));
    max-width: calc(100vw - 40px);
    background: rgba(9,16,31,.96);
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--line);
    display: none;
    overflow: visible;
  }

  .zv-c2 .nav-links.open { display: flex; }
  .zv-c2 .recent-posts-page { min-width: 100%; }
  .zv-c2 .carousel-arrow--prev { left: -8px; }
  .zv-c2 .carousel-arrow--next { right: -8px; }
}

@media (max-width: 720px) {
  .zv-c2 .container { width: min(var(--container), calc(100% - 28px)); }
  .zv-c2 .hero { padding-top: 64px; }

  .zv-c2 .nav-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand toggle"
      "cta cta";
    align-items: center;
    gap: 12px 14px;
  }

  .zv-c2 .brand { grid-area: brand; min-width: 0; }
  .zv-c2 .brand > span { min-width: 0; }
  .zv-c2 .brand small { white-space: normal; }
  .zv-c2 .site-header { overflow: visible; }
  .zv-c2 .header-right { display: contents; }

  .zv-c2 .nav-toggle {
    grid-area: toggle;
    align-self: center;
    justify-self: end;
    margin: 0;
  }

  .zv-c2 .header-actions {
    grid-area: cta;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .zv-c2 .header-actions .btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
  }

  .zv-c2 .header-actions .btn-primary { font-size: .92rem; }
  .zv-c2 .client-menu { justify-self: end; }

  .zv-c2 .nav-links {
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    width: auto;
  }

  .zv-c2 .card,
  .zv-c2 .metric,
  .zv-c2 .post-card__body,
  .zv-c2 .blog-content,
  .zv-c2 .blog-sidebar > *,
  .zv-c2 .legal-card { padding: 20px; }

  .zv-c2 .hero-visual {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
  }

  .zv-c2 .hero-visual .mini.large { grid-column: span 1; }
  .zv-c2 .recent-posts-page,
  .zv-c2 .blog-posts-grid { grid-template-columns: 1fr; }
  .zv-c2 .blog-page-btn { min-width: 40px; height: 40px; padding: 0 14px; }

  .zv-c2 .client-menu__toggle { width: 48px; height: 48px; }
  .zv-c2 .section-head--between { align-items: stretch; }
  .zv-c2 .carousel-arrow { width: 46px; height: 46px; }
}

@media (max-width: 560px) {
  .zv-c2 h1 { line-height: 1; }
  .zv-c2 .brand-mark { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; }
  .zv-c2 .brand { gap: 10px; font-size: .95rem; }
  .zv-c2 .brand small { font-size: .68rem; }
  .zv-c2 .hero-actions > * { width: 100%; }
  .zv-c2 .btn { width: 100%; }
  .zv-c2 .cta-block { padding: 22px !important; }
  .zv-c2 .post-cover img { max-height: 260px; }
  .zv-c2 .legal-card { padding: 18px; }
  .zv-c2 .back-chip { width: 100%; justify-content: center; text-align: center; }
  .zv-c2 .carousel-arrow { display: none; }
}

/* ===== ITEM COM SUBMENU ===== */
.zvx-c2-nav__item--has-submenu {
  position: relative;
}

/* remove bolinha/separador do item blog */
.zvx-c2-nav__item--has-submenu::before,
.zvx-c2-nav__item--has-submenu > .zvx-c2-nav__link::before,
.zvx-c2-nav__item--has-submenu > .zvx-c2-nav__link::after {
  content: none !important;
  display: none !important;
}

/* botão blog */
.zvx-c2-nav__toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #b6c2d9 !important;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zvx-c2-nav__toggle:hover {
  color: #fff !important;
}

/* submenu desktop */
.zvx-c2-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(10, 14, 31, 0.96);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 100;
}

.zvx-c2-submenu__link {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  transition: background .2s ease;
}

.zvx-c2-submenu__link:hover {
  background: rgba(255,255,255,.06);
}

@media (min-width: 769px) {
  .zvx-c2-nav__item--has-submenu:hover .zvx-c2-submenu,
  .zvx-c2-nav__item--has-submenu:focus-within .zvx-c2-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .zvx-c2-nav__item--has-submenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .zvx-c2-nav__item--has-submenu {
    width: 100%;
    display: block;
  }

  .zvx-c2-nav__item--has-submenu > .zvx-c2-nav__toggle {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .zvx-c2-nav__toggle::after {
    content: '+';
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
    margin-left: 12px;
    opacity: .9;
  }

  .zvx-c2-nav__item--has-submenu.is-open > .zvx-c2-nav__toggle::after {
    content: '−';
  }

  .zvx-c2-nav__item--has-submenu > .zvx-c2-submenu {
    position: static;
    min-width: 100%;
    margin-top: 6px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .zvx-c2-nav__item--has-submenu.is-open > .zvx-c2-submenu {
    display: block;
  }
}

/* compatibilidade do item blog com a estrutura real do header */
.nav-links .nav-item--has-submenu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.nav-links .nav-item--has-submenu > .nav-link,
.nav-links .nav-item--has-submenu > .zvx-c2-nav__toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #b6c2d9;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-links .nav-item--has-submenu > .nav-link:hover,
.nav-links .nav-item--has-submenu > .zvx-c2-nav__toggle:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .nav-links .nav-item--has-submenu {
    width: 100%;
    display: block;
	margin-top: -3%;  
  }

  .nav-links .nav-item--has-submenu > .nav-link,
  .nav-links .nav-item--has-submenu > .zvx-c2-nav__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}