/* Inline embed (home.html and below-fold) */
.zc-intro-video {
  max-width: 880px;
  margin: 0 auto 48px;
  padding: 0 16px;
  text-align: center;
}
.zc-intro-video-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.75rem;
  margin-bottom: 8px;
  font-weight: 800;
}
.zc-intro-video-sub {
  color: #8b95a8;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.zc-intro-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  border: 2px solid #f5a623;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.zc-intro-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.zc-intro-video-foot {
  margin-top: 12px;
  font-size: 0.85rem;
}
.zc-intro-video-foot a {
  color: #00c9a7;
  text-decoration: none;
}
.zc-intro-video-foot a:hover {
  text-decoration: underline;
}
.zc-intro-video-phone,
.zc-hero-public-phone,
.zc-public-phone-row {
  margin: 14px auto 0;
  text-align: center;
  max-width: 880px;
  padding: 0 8px;
}
.zc-hero-public-phone,
.zc-public-phone-row.zc-hero-public-phone {
  margin: 16px auto 6px;
}
.zc-public-phone-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em 0.55em;
  line-height: 1.15;
}
.zc-public-phone-prefix {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(0.72rem, 2.2vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.zc-intro-video-phone a,
.zc-hero-public-phone a,
.zc-public-phone-row .zc-public-phone-hero-link {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.65rem, 5.5vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #f5a623;
  text-decoration: none;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  line-height: 1.1;
}
.zc-intro-video-phone a:hover,
.zc-hero-public-phone a:hover,
.zc-public-phone-row .zc-public-phone-hero-link:hover {
  color: #ffd080;
  text-decoration: underline;
}
.zc-public-phone-sub {
  display: block;
  margin-top: 4px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
@media (min-width: 721px) {
  .zc-hero-public-phone,
  .zc-public-phone-row.zc-hero-public-phone {
    margin-top: 22px;
    padding-top: 6px;
  }
}
body.zc-home-dark .zc-intro-video-phone a {
  color: var(--amber, #f5a623);
}
body.zc-home-dark .zc-intro-video-sub {
  color: var(--muted, #8b95a8);
}
body.zc-home-dark .zc-intro-video-foot a {
  color: var(--teal, #00c9a7);
}

/* Placeholder before YouTube ID is posted */
.zc-intro-video-frame--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 32px 16px;
  background: linear-gradient(145deg, #0c1628, #152238);
}
.zc-intro-video--placeholder .zc-intro-video-foot--pending {
  color: #8b95a8;
  font-size: 0.82rem;
}
.zc-hero-video-backdrop--placeholder {
  opacity: 0.72;
  filter: brightness(0.5) saturate(0.75);
  background: linear-gradient(145deg, #0c1628, #152238);
}
.zc-hero-video-placeholder-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  pointer-events: none;
}
.zc-hero-video-placeholder-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 6px;
}
.zc-hero-video-placeholder-sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 320px;
}
.zc-intro-video-play-inline {
  pointer-events: auto;
}

/* Hero backdrop video (index.html main page) */
.zc-hero-with-video {
  position: relative;
}
.zc-hero-headline-stage {
  isolation: isolate;
}
#zcIntroVideoMount[data-zc-intro-video-mode='hero'] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 18px;
  overflow: hidden;
}
.zc-hero-video-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 18px;
}
.zc-hero-video-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  filter: brightness(0.58) saturate(0.8);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.zc-hero-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.zc-hero-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.zc-hero-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 85% 70% at 50% 50%, rgba(86, 95, 108, 0.08) 0%, rgba(86, 95, 108, 0.58) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.28) 0%, rgba(17, 17, 17, 0.48) 100%);
}
.zc-hero-video-play {
  position: relative;
  z-index: 4;
  left: auto;
  top: auto;
  transform: none;
  margin: 0 auto 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease;
}
.zc-hero-video-play:hover {
  transform: scale(1.05);
}
.zc-hero-video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(255, 255, 255, 0.12);
  position: relative;
}
.zc-hero-video-play-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #111;
}
.zc-hero-video-play-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.zc-hero-video-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.zc-hero-video-close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.zc-hero-video-stage.is-playing {
  position: fixed;
  top: clamp(68px, 9vh, 92px);
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100vw - 32px));
  z-index: 900;
  margin: 0;
  padding: 0;
  pointer-events: none;
  overflow: visible;
  border-radius: 14px;
}
.zc-hero-video-stage.is-playing .zc-hero-video-backdrop {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  opacity: 1;
  filter: none;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: auto;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08);
  border: 2px solid #f5a623;
}
.zc-hero-video-stage.is-playing .zc-hero-video-frame {
  position: relative;
  inset: auto;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  transform: none;
}
@media (max-width: 720px) {
  .zc-hero-video-play {
    margin-bottom: 14px;
  }
  .zc-hero-video-play-icon {
    width: 58px;
    height: 58px;
  }
  .zc-hero-video-play-icon::after {
    border-width: 10px 0 10px 16px;
  }
}

/* ── Informative backdrop + video panel (all homepages) ── */
.zc-video-panel-host {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: block;
}
.zc-video-panel-host[data-zc-intro-video-mode='hero'],
#zcIntroVideoMount[data-zc-intro-video-mode='hero'] {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  pointer-events: none;
}
.zc-video-panel-host--expanded {
  position: fixed !important;
  top: clamp(68px, 9vh, 92px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(960px, calc(100vw - 32px)) !important;
  z-index: 900 !important;
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  pointer-events: auto !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08);
  border: 2px solid #f5a623;
}
.zc-hero-with-video.zc-hero-video-active .zc-hero-headline-stage > .zc-video-panel-host:not(.zc-video-panel-host--expanded) {
  opacity: 0;
}
.zc-video-panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: inherit;
  overflow: hidden;
}
.zc-video-panel--hero {
  min-height: 100%;
}
.zc-video-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.zc-video-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.zc-video-panel.is-playing .zc-video-media {
  opacity: 1;
  pointer-events: auto;
  z-index: 4;
}
.zc-video-iframe-wrap {
  position: absolute;
  inset: 0;
}
.zc-video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.zc-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 85% 70% at 50% 50%, rgba(86, 95, 108, 0.06) 0%, rgba(86, 95, 108, 0.45) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0.38) 100%);
  transition: opacity 0.3s ease;
}
.zc-video-panel.is-playing .zc-video-scrim {
  opacity: 0;
}
.zc-video-panel.is-playing .zc-video-backdrop {
  opacity: 0.12;
  filter: blur(1px);
}
.zc-video-play-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.zc-video-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease;
}
.zc-video-play:hover { transform: scale(1.05); }
.zc-video-play-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(255, 255, 255, 0.12);
  position: relative;
}
.zc-video-play-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #111;
}
.zc-video-play-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.zc-video-close {
  position: absolute;
  z-index: 6;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.zc-video-close:hover { background: rgba(0, 0, 0, 0.9); }

/* Default / platform backdrop copy */
.zc-video-backdrop--platform,
.zc-video-backdrop--pricing,
.zc-video-backdrop--default {
  padding: 20px 18px;
  color: #e8edf5;
  background: linear-gradient(145deg, #0c1628, #152238);
  text-align: left;
}
.zc-video-backdrop-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #00c9a7;
  margin-bottom: 10px;
}
.zc-video-backdrop-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.zc-video-backdrop-pills span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.15);
  border: 1px solid rgba(245, 166, 35, 0.35);
  color: #f5d08a;
}
.zc-video-backdrop-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
.zc-video-backdrop-lines li {
  padding: 6px 0 6px 14px;
  position: relative;
}
.zc-video-backdrop-lines li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f5a623;
}
.zc-video-backdrop-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 6px;
}
.zc-video-backdrop-sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

body.zc-home-dark .zc-video-panel-host {
  max-width: 880px;
  margin: 0 auto 48px;
  border-radius: 14px;
  border: 2px solid #f5a623;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  min-height: 300px;
}
.video-mount.zc-video-panel-host {
  max-width: 880px;
  margin: 0 auto 28px;
  border-radius: 14px;
  border: 1px solid rgba(0, 201, 167, 0.35);
  min-height: 300px;
}
