:root {
  --zv-brand-50: #eef7ff;
  --zv-brand-100: #d9ebff;
  --zv-brand-200: #badbff;
  --zv-brand-300: #8ec4ff;
  --zv-brand-500: #2f84f8;
  --zv-brand-600: #1f6de0;
  --zv-brand-700: #1957b5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #0f172a;
  background:
    radial-gradient(circle at 5% 8%, rgba(47, 132, 248, 0.1), transparent 24%),
    radial-gradient(circle at 95% 14%, rgba(6, 182, 212, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f8fafc 40%, #f1f5f9 100%);
}

::selection {
  color: #fff;
  background: var(--zv-brand-600);
}

a {
  text-decoration: none;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img {
  display: block;
  max-height: 38px;
  width: auto;
}

.zvcom-custom-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: var(--zvcom-logo-height, 38px);
  max-width: none;
  flex-shrink: 0;
}

.site-logo-wrap {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.site-logo-wrap .custom-logo-link {
  line-height: 1;
}

.site-logo-wrap .custom-logo-link img {
  display: block;
}

.zvcom-logo-fallback {
  display: none;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #0f172a;
}

.site-logo-wrap.is-broken-logo .zvcom-logo-fallback {
  display: inline-flex;
}

.primary-menu,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: #334155;
  transition: color 0.22s ease;
}

.primary-menu a:hover {
  color: var(--zv-brand-600);
}

.footer-menu a {
  color: #cbd5e1;
  transition: color 0.22s ease;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-link-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.footer-link-list a {
  color: #cbd5e1;
  transition: color 0.22s ease;
}

.footer-link-list a:hover {
  color: #fff;
}

.zvcom-footer-brand .zvcom-logo-fallback,
.zvcom-footer-brand .site-logo-wrap .text-xl {
  color: #f8fafc;
}

.zvcom-footer-brand .site-logo-wrap .text-slate-900 {
  color: #f8fafc !important;
}

.friend-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.friend-links a {
  color: #cbd5e1;
  transition: color 0.22s ease;
}

.friend-links a:hover {
  color: #fff;
}

.footer-empty-note {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #94a3b8;
}

.zvcom-qr-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.5rem;
}

.zvcom-qr-image {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 0.75rem;
  object-fit: cover;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #fff;
}

.zvcom-footer-legal {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.zvcom-footer-legal a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.zvcom-footer-legal a:hover {
  color: #e2e8f0;
}

.zvcom-filing-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.28rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #cbd5e1 !important;
}

.zvcom-filing-slot:hover {
  border-color: rgba(203, 213, 225, 0.55);
  color: #f1f5f9 !important;
}

.zvcom-filing-slot.is-placeholder {
  cursor: default;
  color: #94a3b8 !important;
}

.mobile-menu a {
  display: block;
  border-radius: 0.625rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-menu a:hover {
  color: var(--zv-brand-600);
  background: #f1f5f9;
}

.section-eyebrow {
  display: inline-flex;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid var(--zv-brand-100);
  font-size: 0.73rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--zv-brand-700);
  background: rgba(255, 255, 255, 0.8);
}

.section-title {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #0f172a;
}

.surface-panel {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px -30px rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(4px);
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.93));
  padding: 1.7rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 46px -28px rgba(30, 41, 59, 0.45);
  border-color: rgba(31, 109, 224, 0.22);
}

.feature-icon {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(30, 41, 59, 0.6);
}

.solution-item {
  position: relative;
  padding-left: 1.4rem;
  list-style: none;
}

.solution-item::marker {
  content: "";
}

.solution-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.solution-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: linear-gradient(145deg, #1f6de0, #06b6d4);
}

.case-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.85));
  padding: 1.65rem;
  box-shadow: 0 16px 36px -30px rgba(15, 23, 42, 0.5);
}

.case-tag {
  display: inline-flex;
  border-radius: 9999px;
  padding: 0.3rem 0.78rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--zv-brand-700);
  border: 1px solid rgba(31, 109, 224, 0.24);
  background: rgba(31, 109, 224, 0.08);
}

.insight-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 109, 224, 0.24);
  box-shadow: 0 24px 45px -30px rgba(30, 41, 59, 0.52);
}

.insight-card__cover {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(150deg, rgba(239, 246, 255, 0.95), rgba(226, 232, 240, 0.85));
}

.insight-card__cover--empty {
  color: #475569;
}

.insight-card__title {
  color: #0f172a;
}

.insight-card:hover .insight-card__title {
  color: #1f6de0;
}

.insight-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: 5.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.insight-card__link {
  margin-top: auto;
}

.insight-card:hover .insight-card__link {
  color: #1f6de0;
}

.insight-card--placeholder {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.36);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.72));
}

.insight-card--placeholder:hover {
  transform: none;
  border-color: rgba(100, 116, 139, 0.48);
  box-shadow: 0 18px 36px -32px rgba(30, 41, 59, 0.44);
}

.insight-card--no-thumb .insight-card__body {
  padding-top: 1.2rem;
}

.insight-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
}

.insight-card__overlay:focus-visible {
  outline: 2px solid #1f6de0;
  outline-offset: -2px;
}

.btn-primary,
.btn-ghost,
.btn-white,
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0.75rem;
  padding: 0.65rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(140deg, #2f84f8, #1f6de0);
  box-shadow: 0 20px 24px -16px rgba(31, 109, 224, 0.65);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 28px -14px rgba(31, 109, 224, 0.75);
}

.btn-ghost {
  color: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.88);
}

.btn-ghost:hover {
  border-color: rgba(47, 132, 248, 0.5);
  color: var(--zv-brand-600);
  background: #fff;
}

.btn-white {
  color: var(--zv-brand-700);
  background: #fff;
}

.btn-white:hover {
  transform: translateY(-1px);
  color: var(--zv-brand-600);
}

.btn-dark {
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.36);
  background: rgba(15, 23, 42, 0.4);
}

.btn-dark:hover {
  border-color: rgba(248, 250, 252, 0.58);
  background: rgba(15, 23, 42, 0.66);
}

[data-animate] {
  opacity: 1;
  transform: none;
}

[data-animate].zvcom-animate-ready {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-animate].zvcom-animate-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Keep key content visible on post and archive screens even if animation JS fails. */
.single [data-animate],
.archive [data-animate],
.blog [data-animate],
.category [data-animate],
.tag [data-animate] {
  opacity: 1 !important;
  transform: none !important;
}

.zvcom-menu-open {
  overflow: hidden;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
}

.wp-block-post-comments-form {
  margin-top: 2rem;
}

.wp-block-post-comments-form input,
.wp-block-post-comments-form textarea {
  width: 100%;
}

.pagination,
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nav-links .page-numbers {
  display: inline-flex;
  min-width: 2.2rem;
  justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.36);
  padding: 0.4rem 0.65rem;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  color: #fff;
  border-color: var(--zv-brand-600);
  background: var(--zv-brand-600);
}

.zvcom-page-shell {
  position: relative;
  overflow: visible;
}

.zvcom-page-article {
  display: grid;
  gap: 1.25rem;
}

.zvcom-page-head {
  padding: 0.25rem 0 0;
}

.zvcom-page-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(31, 109, 224, 0.2);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.38rem 0.8rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1f6de0;
}

.zvcom-page-title {
  margin: 0.9rem 0 0;
  text-wrap: balance;
  font-size: clamp(2.05rem, 4.3vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #0f172a;
}

.zvcom-page-meta {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.zvcom-page-cover {
  overflow: hidden;
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 40px -30px rgba(30, 41, 59, 0.5);
}

.zvcom-page-cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.zvcom-page-card {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow: 0 28px 48px -36px rgba(30, 41, 59, 0.5);
  padding: clamp(1.2rem, 2.6vw, 2rem);
  backdrop-filter: blur(4px);
}

.zvcom-prose {
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.95;
}

.zvcom-prose > :first-child {
  margin-top: 0;
}

.zvcom-prose h2,
.zvcom-prose h3,
.zvcom-prose h4 {
  margin-top: 2.1rem;
  margin-bottom: 0.95rem;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.zvcom-prose h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.zvcom-prose h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.6rem);
}

.zvcom-prose p {
  margin: 0.95rem 0;
}

.zvcom-prose a {
  color: #1f6de0;
  text-decoration: underline;
  text-decoration-color: rgba(31, 109, 224, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.zvcom-prose a:hover {
  color: #174995;
  text-decoration-color: rgba(23, 73, 149, 0.5);
}

.zvcom-prose ul,
.zvcom-prose ol {
  margin: 1rem 0 1rem 1.5rem;
}

.zvcom-prose li {
  margin: 0.4rem 0;
}

.zvcom-prose blockquote {
  margin: 1.4rem 0;
  border-left: 4px solid rgba(31, 109, 224, 0.45);
  background: rgba(239, 246, 255, 0.62);
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  color: #1e3a8a;
}

.zvcom-prose img {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 14px 30px -24px rgba(30, 41, 59, 0.42);
}

.zvcom-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0;
}

.zvcom-prose table th,
.zvcom-prose table td {
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.6rem 0.75rem;
  text-align: left;
}

.zvcom-prose code,
.zvcom-prose pre {
  font-family: "JetBrains Mono", "SFMono-Regular", ui-monospace, "Cascadia Code", Menlo, monospace;
}

.zvcom-prose :not(pre) > code {
  border-radius: 0.45rem;
  background: rgba(15, 23, 42, 0.08);
  padding: 0.08rem 0.38rem;
  font-size: 0.9em;
  color: #0f172a;
}

.zvcom-prose pre {
  margin: 1.4rem 0;
  overflow-x: auto;
  border-radius: 0.95rem;
  background: linear-gradient(170deg, #0f172a, #1e293b);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.95rem 1.1rem;
  color: #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.75;
}

.zvcom-blog-shell {
  position: relative;
}

.zvcom-blog-template-shell {
  position: relative;
  display: grid;
  gap: 1rem;
}

.zvcom-blog-categories {
  border-radius: 1.15rem;
}

.zvcom-blog-categories-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: #334155;
}

.zvcom-blog-categories-list {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.zvcom-blog-category-anchor {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.88rem;
  font-weight: 700;
}

.zvcom-blog-category-count {
  display: inline-flex;
  min-width: 1.4rem;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(31, 109, 224, 0.12);
  padding: 0.12rem 0.36rem;
  font-size: 0.7rem;
  line-height: 1.1;
}

.zvcom-blog-empty-note {
  margin: 0.5rem 0 0;
  color: #94a3b8;
  font-size: 0.84rem;
}

.zvcom-blog-groups {
  display: grid;
  gap: 1.15rem;
}

.zvcom-blog-category-section {
  display: grid;
  gap: 0.9rem;
}

.zvcom-blog-category-head {
  display: grid;
  gap: 0.38rem;
}

.zvcom-blog-category-title {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.zvcom-blog-category-title a {
  color: inherit;
  transition: color 0.2s ease;
}

.zvcom-blog-category-title a:hover {
  color: #1f6de0;
}

.zvcom-blog-category-desc {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.75;
}

.zvcom-blog-category-empty {
  border-radius: 1rem;
}

.zvcom-blog-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.45rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.78));
  box-shadow: 0 24px 50px -38px rgba(15, 23, 42, 0.58);
}

.zvcom-blog-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: -5rem;
  top: -4rem;
  height: 12rem;
  width: 12rem;
  border-radius: 9999px;
  background: rgba(47, 132, 248, 0.12);
  filter: blur(20px);
}

.zvcom-blog-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(31, 109, 224, 0.22);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.35rem 0.82rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1f6de0;
}

.zvcom-blog-title {
  margin: 0.95rem 0 0;
  text-wrap: balance;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #0f172a;
}

.zvcom-blog-desc {
  margin: 1rem 0 0;
  max-width: 58ch;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #475569;
}

.zvcom-blog-count {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.zvcom-post-list {
  display: grid;
  gap: 1rem;
}

.zvcom-post-card {
  position: relative;
  padding: clamp(0.75rem, 1.9vw, 1rem);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.zvcom-post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 109, 224, 0.24);
  box-shadow: 0 26px 42px -34px rgba(30, 41, 59, 0.56);
}

.zvcom-post-card__inner {
  display: grid;
  gap: 0.95rem;
}

.zvcom-post-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(155deg, rgba(241, 245, 249, 0.95), rgba(219, 234, 254, 0.82));
  min-height: 11rem;
}

.zvcom-post-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
}

.zvcom-post-card__thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.zvcom-post-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 0.12rem 0.1rem 0.18rem;
}

.zvcom-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.zvcom-post-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(31, 109, 224, 0.24);
  background: rgba(31, 109, 224, 0.08);
  padding: 0.22rem 0.62rem;
  color: #1f6de0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zvcom-post-chip:hover {
  border-color: rgba(31, 109, 224, 0.35);
  background: rgba(31, 109, 224, 0.12);
  color: #174995;
}

.zvcom-post-card__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.zvcom-post-card:hover .zvcom-post-card__title {
  color: #1f6de0;
}

.zvcom-post-card__excerpt {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.78;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zvcom-post-card__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-size: 0.86rem;
  font-weight: 700;
  color: #1957b5;
  transition: color 0.22s ease;
}

.zvcom-post-card:hover .zvcom-post-card__more {
  color: #1f6de0;
}

.zvcom-post-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
}

.zvcom-post-card__overlay:focus-visible {
  outline: 2px solid #1f6de0;
  outline-offset: -2px;
}

.zvcom-blog-pagination {
  margin-top: 1.6rem;
}

.zvcom-blog-empty {
  text-align: center;
}

.zvcom-post-shell {
  position: relative;
}

.zvcom-post-shell::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 4% auto;
  height: 14rem;
  border-radius: 2rem;
  background: radial-gradient(circle at 50% 0, rgba(59, 130, 246, 0.18), rgba(148, 163, 184, 0));
  filter: blur(8px);
}

.zvcom-post-article {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 1.1rem;
}

.zvcom-post-head {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.08rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.45));
  padding: clamp(1rem, 2vw, 1.35rem);
}

.zvcom-post-title {
  margin: 0.8rem 0 0;
  text-wrap: balance;
  font-size: clamp(1.95rem, 4.25vw, 3.05rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  font-weight: 900;
  color: #0f172a;
}

.zvcom-post-meta {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.zvcom-post-taxonomy {
  margin-top: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.zvcom-post-lead {
  margin: 0.9rem 0 0;
  max-width: 66ch;
  border-left: 3px solid rgba(31, 109, 224, 0.32);
  padding-left: 0.82rem;
  color: #475569;
  font-size: 1.03rem;
  line-height: 1.8;
}

.zvcom-post-cover {
  overflow: hidden;
  border-radius: 1.18rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 22px 44px -32px rgba(30, 41, 59, 0.58);
}

.zvcom-post-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.zvcom-post-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.zvcom-post-main {
  min-width: 0;
  display: grid;
  gap: 0.95rem;
}

.zvcom-post-aside {
  display: grid;
  gap: 0;
  align-content: start;
}

.zvcom-post-side-card {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.86));
  box-shadow: 0 16px 30px -28px rgba(30, 41, 59, 0.5);
  padding: 0.95rem;
}

.zvcom-post-side-card--tax {
  margin-top: 1.15rem;
}

.zvcom-post-side-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: #334155;
}

.zvcom-post-toc {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.zvcom-post-toc-item {
  position: relative;
  padding-left: 0.95rem;
}

.zvcom-post-toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.22);
}

.zvcom-post-toc-item.is-sub {
  padding-left: 1.45rem;
}

.zvcom-post-toc-item.is-sub::before {
  left: 0.52rem;
  width: 0.35rem;
  height: 0.35rem;
}

.zvcom-post-toc a {
  color: #475569;
  font-size: 0.93rem;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.zvcom-post-toc a:hover {
  color: #1f6de0;
}

.zvcom-post-side-empty {
  margin: 0.75rem 0 0;
  color: #94a3b8;
  font-size: 0.8rem;
  line-height: 1.6;
}

.zvcom-post-side-taxonomy {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.zvcom-post-side-taxonomy .zvcom-post-side-pill {
  font-size: 0.87rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 0.36rem 0.76rem;
}

.zvcom-post-content-card {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1.12rem;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.94));
  box-shadow: 0 24px 42px -36px rgba(30, 41, 59, 0.52);
  padding: clamp(1.25rem, 2.8vw, 2.3rem);
  backdrop-filter: blur(4px);
}

.zvcom-post-footer {
  display: grid;
  gap: 0.95rem;
  margin-top: 0.22rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.48);
  padding: 1rem 0.1rem 0;
}

.zvcom-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.zvcom-post-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(100, 116, 139, 0.3);
  background: rgba(241, 245, 249, 0.82);
  padding: 0.25rem 0.62rem;
  color: #334155;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.zvcom-post-tag:hover {
  color: #1f6de0;
  border-color: rgba(31, 109, 224, 0.3);
  background: rgba(239, 246, 255, 0.88);
}

.zvcom-post-nav {
  display: grid;
  gap: 0.75rem;
}

.zvcom-post-nav-item {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
  padding: 0.85rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zvcom-post-nav-item:hover {
  border-color: rgba(31, 109, 224, 0.28);
  box-shadow: 0 14px 26px -24px rgba(30, 41, 59, 0.56);
}

.zvcom-post-nav-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.zvcom-post-nav-link {
  margin-top: 0.55rem;
  display: inline-block;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.45;
}

.zvcom-post-nav-link:hover {
  color: #1f6de0;
}

.zvcom-post-nav-empty {
  margin-top: 0.55rem;
  display: inline-block;
  color: #94a3b8;
  font-size: 0.86rem;
}

@media (min-width: 768px) {
  .zvcom-post-card__inner {
    grid-template-columns: minmax(0, 17rem) minmax(0, 1fr);
    align-items: stretch;
  }

  .zvcom-post-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .zvcom-post-layout {
    grid-template-columns: minmax(0, 1fr) 19rem;
    gap: 1rem;
  }

  .zvcom-post-aside {
    position: sticky;
    top: 6.2rem;
  }

  .zvcom-post-side-card--tax {
    margin-top: 1.15rem;
  }
}

@media (max-width: 640px) {
  .zvcom-footer-legal {
    justify-content: flex-start;
  }

  .zvcom-blog-title {
    font-size: clamp(1.7rem, 8.2vw, 2.35rem);
  }

  .zvcom-post-title {
    font-size: clamp(1.7rem, 8vw, 2.24rem);
  }

  .zvcom-post-article {
    padding: 0;
    gap: 1rem;
  }

  .zvcom-post-head {
    padding: 0.85rem;
  }

  .zvcom-post-content-card {
    padding: 1rem 0.9rem;
  }

  .zvcom-post-side-card {
    padding: 0.85rem;
  }

  .zvcom-post-side-card--tax {
    margin-top: 0.85rem;
  }

  .zvcom-post-card__thumb,
  .zvcom-post-card__thumb img {
    min-height: 9.2rem;
  }

  .insight-card__excerpt {
    min-height: 0;
    -webkit-line-clamp: 4;
  }

  .zvcom-page-title {
    font-size: clamp(1.7rem, 7.6vw, 2.25rem);
  }

  .btn-primary,
  .btn-ghost,
  .btn-white,
  .btn-dark {
    width: 100%;
    justify-content: center;
  }
}

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

  [data-animate].zvcom-animate-ready {
    opacity: 1;
    transform: none;
  }
}
