/* Screen-wide top glow, same slot as the Solarity template. */
.rays-fade.svelte-h7bcrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  right: auto;
  bottom: auto;
}
.light-rays-container.svelte-12azypm,
.light-rays-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: none;
}

main.svelte-h7bcrl > section,
.page-copy {
  position: relative;
  z-index: 1;
}

.zh-page-hero {
  min-height: 78vh;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.zh-page-hero:has(+ .zh-work-board) {
  min-height: 0;
  padding-top: 6rem;
  padding-bottom: 0.75rem;
}
.zh-brief {
  width: min(100% - 2rem, 52rem);
  margin: 0 auto 2rem;
}
.zh-brief__card {
  border: 1px solid color-mix(in srgb, white 12%, transparent);
  border-radius: 1.4rem;
  background: color-mix(in srgb, white 4%, transparent);
  padding: 1.4rem 1.3rem 1.2rem;
}
.zh-brief__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.8rem;
}
.zh-brief__step {
  margin: 0;
  font-size: 0.78rem;
  color: hsl(var(--muted-foreground));
}
.zh-brief__meter {
  height: 4px;
  border-radius: 999px;
  background: color-mix(in srgb, white 12%, transparent);
  margin: 0 0 1rem;
  overflow: hidden;
}
.zh-brief__meter span {
  display: block;
  height: 100%;
  background: #3538f5;
}
.zh-brief__note {
  border: 1px solid color-mix(in srgb, #3538f5 45%, transparent);
  border-radius: 1rem;
  background: color-mix(in srgb, #3538f5 12%, transparent);
  padding: 1rem 1.05rem 0.2rem;
  margin-bottom: 1.1rem;
}
.zh-brief__note h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
}
.zh-brief__note p:last-child {
  margin-bottom: 0.9rem;
}
.zh-brief h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}
.zh-brief__hint {
  margin: 0 0 1rem;
  color: hsl(var(--muted-foreground));
}
.zh-brief__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.zh-brief__tile {
  text-align: left;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, white 14%, transparent);
  background: transparent;
  color: inherit;
  padding: 0.95rem 1rem;
  cursor: pointer;
  display: grid;
  gap: 0.25rem;
}
.zh-brief__tile strong {
  font-size: 1.02rem;
}
.zh-brief__tile span {
  color: hsl(var(--muted-foreground));
  font-size: 0.86rem;
}
.zh-brief__tile.is-on {
  border-color: #3538f5;
  background: color-mix(in srgb, #3538f5 22%, transparent);
}
.zh-brief__form {
  display: grid;
  gap: 0.8rem;
}
.zh-brief__form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
}
.zh-brief input,
.zh-brief textarea {
  width: 100%;
  color: inherit;
  background: color-mix(in srgb, black 18%, transparent);
  border: 1px solid color-mix(in srgb, white 16%, transparent);
  border-radius: 0.75rem;
  padding: 0.75rem 0.85rem;
  font: inherit;
}
.zh-brief textarea {
  min-height: 6.5rem;
  resize: vertical;
}
.zh-brief__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.zh-brief__pills span {
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  background: color-mix(in srgb, #3538f5 28%, transparent);
  font-size: 0.78rem;
}
.zh-brief__foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}
.zh-brief__back,
.zh-brief__next {
  border-radius: 0.7rem;
  padding: 0.65rem 1rem;
  font: inherit;
  cursor: pointer;
}
.zh-brief__back {
  background: transparent;
  color: inherit;
  border: 1px solid color-mix(in srgb, white 16%, transparent);
}
.zh-brief__next {
  margin-left: auto;
  background: #3538f5;
  color: #fff;
  border: 0;
}
.zh-brief__err {
  min-height: 1.2rem;
  margin: 0.6rem 0 0;
  color: #ffb4b4;
  font-size: 0.85rem;
}
.zh-contact-lead {
  width: min(100% - 2rem, 52rem);
  margin: 0 auto 0.7rem;
  color: hsl(var(--muted-foreground));
}
@media (max-width: 680px) {
  .zh-brief__grid {
    grid-template-columns: 1fr;
  }
}
.zh-brand-logo {
  display: block;
  width: min(280px, 70vw);
}
.zh-brand-logo__svg {
  display: block;
  width: 100%;
  height: auto;
}
.zh-brand-word {
  font-family: "Space Grotesk", sans-serif;
  fill: #111827;
}
.zh-brand-word--heavy {
  font-weight: 700;
}
.zh-brand-bar {
  fill: #111827;
}
html.dark .zh-brand-word,
html.dark .zh-brand-bar {
  fill: #f7f9fc;
}
.zh-work-board {
  width: 100%;
  padding: 0 clamp(1rem, 2.5vw, 2rem) 5rem;
}
.zh-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 1.75rem;
}
.zh-pill {
  border: 1px solid color-mix(in srgb, white 18%, transparent);
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  cursor: pointer;
}
.zh-pill.is-on {
  background: #3538f5;
  border-color: #3538f5;
  color: #fff;
}
.zh-work-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}
.zh-work-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.zh-work-card.is-hidden {
  display: none;
}
.zh-panel-grid,
.zh-stack,
.zh-timeline {
  display: grid;
  gap: 0.9rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 4rem;
}
.zh-panel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.zh-panel,
.zh-timeline article,
.zh-contact-grid a,
.zh-faq details {
  border: 1px solid color-mix(in srgb, white 12%, transparent);
  border-radius: 1rem;
  background: color-mix(in srgb, white 4%, transparent);
  padding: 1.15rem 1.2rem;
}
.zh-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 4rem;
}
.zh-contact-grid a {
  color: inherit;
  text-decoration: none;
}
.zh-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ea2ff;
}
.zh-faq {
  width: min(100% - 2rem, 48rem);
  margin: 0 auto 4rem;
  display: grid;
  gap: 0.7rem;
}
.zh-faq summary {
  cursor: pointer;
  font-weight: 600;
}
.zh-faq p {
  margin: 0.7rem 0 0;
  color: color-mix(in srgb, white 72%, transparent);
}
.zh-legal {
  width: min(100% - 2rem, 46rem);
  margin: 0 auto 4rem;
  color: #e7e9f2;
}
.zh-page .zh-svc-hero,
.zh-page .zh-case-wrap > .eyebrow,
.zh-page .zh-case-wrap > h1,
.zh-page .zh-case-wrap > .lede {
  display: none;
}
.zh-section-label {
  margin: 0 auto 1rem;
  width: min(100% - 2rem, 72rem);
  text-align: center;
}
@media (max-width: 1200px) {
  .zh-work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .zh-work-grid,
  .zh-panel-grid,
  .zh-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .zh-work-grid,
  .zh-panel-grid,
  .zh-contact-grid {
    grid-template-columns: 1fr;
  }
  .zh-page-hero {
    min-height: 78vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zh-work-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.page-copy {
  max-width: 72rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 5rem;
  color: #fff;
}
.page-copy h1 {
  margin: 0.4rem 0 1rem;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.page-copy h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}
.page-copy p,
.page-copy li {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}
.page-copy a {
  color: inherit;
}

.svc-lead {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.svc-head {
  text-align: center;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.svc-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 11.5rem;
  padding: 1.15rem 1.15rem 1rem;
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  background: hsl(var(--card) / 0.62);
  text-decoration: none;
}
.svc-card h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}
.svc-card p {
  margin: 0;
  flex: 1;
}
.svc-card span {
  color: #fff;
  font-size: 0.82rem;
}
.page-copy .zh-svc-section,
.page-copy .zh-svc-page {
  padding: 0.4rem 0 1rem;
}
.page-copy .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.page-copy .zh-svc-section--muted .row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-copy .zh-svc-panel,
.page-copy .zh-svc-step,
.page-copy .zh-about-panel,
.page-copy .zh-meta,
.page-copy .zh-about-skill-group {
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background: hsl(var(--card) / 0.55);
}
.page-copy .theme-btn,
.page-copy a.theme-btn {
  display: inline-flex;
  align-items: center;
  margin: 0.35rem 0.4rem 0.35rem 0;
  padding: 0.55rem 0.9rem;
  border-radius: 0.5rem;
  background: hsl(var(--primary));
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
.page-copy a.zh-svc-btn-ghost,
.page-copy a.zh-btn-outline,
.page-copy a.theme-btn-outline {
  background: transparent;
  border: 1px solid hsl(var(--border));
}
.page-copy .zh-about-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.page-copy .zh-about-hero-photo img,
.page-copy .cover {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.page-copy .zh-about-timeline,
.page-copy .zh-about-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-copy .zh-about-timeline li {
  padding: 0.9rem 0;
  border-top: 1px solid hsl(var(--border));
}
.page-copy .zh-about-eyebrow,
.page-copy .eyebrow,
.page-copy .zh-svc-eyebrow,
.page-copy .zh-about-timeline-head span,
.page-copy .zh-meta strong,
.page-copy h6,
.svc-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: hsl(var(--muted-foreground));
}
.page-copy .zh-case-shell,
.page-copy.zh-case-wrap {
  max-width: 68rem;
}
.page-copy .zh-case-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .svc-grid,
  .page-copy .zh-svc-section--muted .row,
  .page-copy .zh-about-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .svc-grid,
  .page-copy .row,
  .page-copy .zh-svc-section--muted .row,
  .page-copy .zh-about-hero-grid,
  .zh-about-split {
    grid-template-columns: 1fr;
  }
  .page-copy {
    padding-top: 6.2rem;
  }
}

.zh-about {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 4rem;
}
.zh-about-split {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) 1.15fr;
  gap: 2.5rem;
  align-items: center;
  min-height: 78vh;
  padding-top: 5rem;
}
.zh-portrait {
  width: 100%;
  max-height: 38rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.6rem;
}
.zh-about h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin: 0.4rem 0 1rem;
}
.zh-about > h2 {
  margin: 3.5rem 0 1.2rem;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.zh-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem 1.6rem;
}
.zh-stack-item {
  margin: 0;
  width: 7.5rem;
  text-align: center;
}
.zh-stack-item img {
  width: 6.4rem;
  height: 6.4rem;
}
.zh-stack-item figcaption {
  margin-top: 0.45rem;
  font-size: 0.82rem;
}
.zh-years {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
}
.zh-years li {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid hsl(var(--border));
}
h1 .flip.svelte-1lw43ac,
h2 .flip.svelte-1lw43ac,
.hero-text .flip.svelte-1lw43ac {
  width: 1em !important;
  height: 1em !important;
  min-width: 3.4rem;
  min-height: 3.4rem;
  display: inline-block !important;
  vertical-align: -0.16em;
}
.zh-page-hero h1 {
  text-wrap: balance;
}
.zh-case-logo {
  height: 3.2rem;
  width: auto;
  max-width: 7.5rem;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.45rem;
  background: #fff;
  border-radius: 0.7rem;
  padding: 0.35rem;
}
.zh-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.95rem;
}
.zh-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #f4f7ff;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}
.zh-card-actions a:first-child {
  background: #3538f5;
  border-color: #3538f5;
  color: #fff;
}
.zh-price {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 4rem;
}
.zh-price-points,
.zh-price-grid,
.zh-price-stats {
  display: grid;
  gap: 0.9rem;
}
.zh-price-points,
.zh-price-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.4rem;
}
.zh-price-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.2rem;
}
.zh-price-points article,
.zh-price-card,
.zh-price-stats article {
  border: 1px solid color-mix(in srgb, white 12%, transparent);
  border-radius: 1.2rem;
  background: color-mix(in srgb, white 4%, transparent);
  padding: 1.15rem 1.2rem;
}
.zh-price-card h2 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}
.zh-price-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  list-style: disc;
}
.zh-price-stats strong {
  display: block;
  font-size: 1.8rem;
  color: #8ea2ff;
}
@media (max-width: 800px) {
  .zh-price-points,
  .zh-price-stats,
  .zh-price-grid,
  .zh-philo,
  .zh-price-close {
    grid-template-columns: 1fr;
  }
}
.zh-philo {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.6rem;
}
.zh-philo article h2,
.zh-price-close h2 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.zh-philo article p,
.zh-price-close p {
  margin: 0.55rem 0 0;
}
.zh-range {
  margin: 0.15rem 0 0.7rem;
  color: #8ea2ff;
  font-size: 0.95rem;
}
.zh-price-close {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0.9rem;
  margin-bottom: 2.4rem;
}
.zh-price-cta {
  border-radius: 1.2rem;
  padding: 1.4rem 1.35rem;
  background: linear-gradient(150deg, #3538f5, #1b1e86);
  color: #f7f9fc;
}
.zh-price-cta p {
  color: rgba(247, 249, 252, 0.86);
}
.zh-price-cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.zh-services-board {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 4rem;
}
.svc-feature {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 2rem;
  border-radius: 1.4rem;
  background: linear-gradient(150deg, #3538f5, #1b1e86);
  color: #fff;
  text-decoration: none;
}
.svc-feature h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  color: #fff;
}
.svc-feature p,
.svc-feature .svc-kicker,
.svc-feature span {
  color: #eef1ff;
  margin: 0;
}
.svc-feature span {
  font-weight: 700;
}
@media (max-width: 680px) {
  .zh-years li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.mockup-chip.svelte-h7bcrl {
  width: calc(var(--size) * 1.7) !important;
}
.mockup-explosion-section.svelte-h7bcrl {
  min-height: 1240px;
}
@media (max-width: 700px) {
  .mockup-chip.svelte-h7bcrl {
    width: calc(var(--size) * 1.3) !important;
  }
}
.page-copy .zh-case-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}
.page-copy .zh-case-hero__actions a.theme-btn {
  margin: 0;
  padding: 1.05rem 1.85rem;
  font-size: 1.12rem;
  font-weight: 650;
  border-radius: 0.75rem;
  min-height: 3.4rem;
  justify-content: center;
}
.page-copy .zh-case-hero__actions a.zh-build-look {
  background: transparent;
  color: #f4f7ff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.page-copy .zh-meta {
  display: grid;
  gap: 0.85rem;
  margin: 0.4rem 0 2rem;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.page-copy .zh-meta > div {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  column-gap: 1.5rem;
  align-items: baseline;
}
.page-copy .zh-meta strong {
  display: block;
  min-width: 7.5rem;
}
.page-copy .zh-meta span {
  font-size: 1.05rem;
  line-height: 1.45;
  color: #f7f9fc;
}
.zh-case-icons {
  display: none;
}

.zh-page-hero.zh-showcase {
  min-height: 0;
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
}
.zh-board {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto 5rem;
}
.zh-work-block .flex-container {
  align-items: center;
  gap: 1.5rem 2.5rem;
}
@media (min-width: 901px) {
  .zh-work-block .order-1 { order: 1 !important; }
  .zh-work-block .order-2 { order: 2 !important; }
}
@media (max-width: 900px) {
  .zh-work-block .order-mobile-1 { order: 1 !important; }
  .zh-work-block .order-mobile-2 { order: 2 !important; }
}
@media (min-width: 901px) {
  .zh-work-block .col-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .zh-work-block .col-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.zh-work-block h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  color: #fff;
  font-weight: 650;
}
.zh-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.zh-live {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.zh-live:hover {
  color: #8ea2ff;
}
.zh-client-card {
  position: relative;
  margin-top: 1.75rem;
  max-width: 34rem;
}
.zh-client-card__face {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translate(-12%, -50%);
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  overflow: hidden;
  border: 3px solid #0b1020;
  background: #111827;
}
.zh-client-card__face img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
  background: #fff;
}
.zh-client-card--word .zh-client-card__body {
  padding-left: 1.1rem;
}
.zh-wordmark {
  display: block;
  height: 2.6rem;
  width: auto;
  max-width: 11rem;
  object-fit: contain;
  border-radius: 0.45rem;
  background: #050505;
}
.zh-client-card__body {
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1.75rem;
  padding: 1.15rem 1.25rem 1.15rem 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.zh-client-card__tag {
  position: absolute;
  right: 1rem;
  top: 0;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: #0b1020;
  padding: 0.15rem 0.65rem;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.zh-client-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
}
.zh-client-card__stat {
  text-align: right;
}
.zh-client-card__stat strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}
.zh-client-card__stat span {
  display: block;
  margin-top: 0.3rem;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9aa6c4;
}
.zh-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
}
.zh-meta-row span {
  display: block;
  color: #9aa6c4;
}
.zh-meta-row p {
  margin: 0.15rem 0 0;
  color: #fff;
  font-weight: 600;
}
.zh-next {
  padding: 1rem 1rem 5rem;
}
.zh-next-card {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.75rem;
  padding: 2.25rem 1.5rem 2.75rem;
  text-align: center;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(53, 56, 245, 0.22), transparent 58%),
    #070b18;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
.zh-laptop {
  width: min(460px, 88%);
  margin: 0.25rem auto 1.75rem;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}
.zh-laptop-lid {
  background: linear-gradient(#f4f6fb, #d5dae4);
  border-radius: 16px 16px 0 0;
  padding: 10px 10px 0;
}
.zh-laptop-lid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-radius: 6px 6px 0 0;
  background: #111;
}
.zh-laptop-base {
  height: 14px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(#eceff5, #b7bfce);
  position: relative;
}
.zh-laptop-base::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 22%;
  height: 7px;
  border-radius: 0 0 8px 8px;
  background: #aeb6c6;
}
.zh-next-card h2 {
  margin: 0.35rem 0 0.75rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.05;
  font-weight: 650;
}
.zh-next-card p {
  margin: 0 auto;
  max-width: 36rem;
  color: #b7c0d8;
  line-height: 1.5;
}
.zh-pill {
  display: inline-flex;
  margin-top: 1.4rem;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: #f4f7ff;
  color: #12141c;
  font-weight: 650;
  font-size: 0.95rem;
}
.zh-pill:hover {
  background: #fff;
}
button.zh-pill {
  margin-top: 0;
  min-height: 0;
  padding: 0.45rem 0.9rem;
  background: transparent;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px solid color-mix(in srgb, white 18%, transparent);
}
button.zh-pill.is-on,
button.zh-pill.is-on:hover {
  background: #3538f5;
  border-color: #3538f5;
  color: #fff;
}
.zh-article-card h2,
.zh-copy h2 {
  margin: 0.3rem 0 0.6rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
}
.zh-feature p,
.zh-article-card p,
.zh-copy p {
  margin: 0 0 0.8rem;
  color: #d5dcf0;
  line-height: 1.55;
}
.zh-kicker {
  margin: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #8ea2ff;
}
.zh-feature-actions,
.zh-view-all {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}
.zh-feature-actions a,
.zh-view-all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.3rem;
  border-radius: 0.75rem;
  background: #3538f5;
  color: #fff;
  font-weight: 650;
}
.zh-feature-actions a:last-child,
.zh-view-all a:last-child {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.zh-view-all {
  justify-content: center;
  margin: 2.5rem 0 1rem;
}
.zh-article-list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .zh-article-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.zh-article-card {
  display: block;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.zh-copy {
  max-width: 42rem;
  margin: 0 auto 2rem;
}
.zh-copy h2 {
  margin-top: 1.6rem;
}
.zh-studio-hero {
  min-height: 78vh;
  padding: 5rem 1.25rem 3rem;
  text-align: center;
}
.zh-studio-hero .card-spotlight,
.section-padding .card-spotlight {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  min-height: 6.5rem;
}
.section-padding .card-spotlight p {
  margin: 0;
  color: #f7f9fc;
  font-size: 1.05rem;
  line-height: 1.4;
  text-align: left;
}
.zh-qicon {
  flex: none;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: rgba(53, 56, 245, 0.2);
  color: #9aabff;
}
.zh-qicon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.zh-studio-points {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.zh-studio-points li {
  margin: 0.55rem 0;
  color: #f4f7ff;
  font-weight: 600;
}
.zh-story > .col-6:first-child {
  order: 2;
}
.zh-story > .col-6:last-child {
  order: 1;
}
.zh-honest-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 900px) {
  .zh-honest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.zh-honest-card {
  height: 100%;
  text-align: left;
  padding: 1.5rem 1.35rem 1.3rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.zh-honest-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  line-height: 1.3;
  color: #f7f9fc;
}
.zh-honest-card p {
  margin: 0 0 1rem;
  color: rgba(244, 247, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}
.zh-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zh-dots li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.45rem 0;
  color: rgba(244, 247, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.4;
}
.zh-dots li::before {
  content: "";
  flex: none;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: #8ea2ff;
}
.zh-start-card {
  width: min(100%, 40rem);
  margin: 0 auto;
  padding: 2rem 1.5rem 1.6rem;
  text-align: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.zh-start-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.zh-studio-photo {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
  background: none;
}
