/* ==========================================================================
   Vision Court Estate — Cross River
   Modern blue-luxury single-estate marketing page
   ========================================================================== */

/* ── Variables ─────────────────────────────────────────────────────────── */
.vc-estate {
  --est-accent: #2563eb;
  --est-accent-dk: #1d4ed8;
  --est-accent-lt: #60a5fa;
  --est-navy: #0f172a;
  --est-navy-mid: #1e293b;
  --est-forest-dk: #060e1c; /* deep navy dark — section base */
  --est-forest: #0b1f40;
  --est-forest-lt: #93c5fd; /* light blue accent */
  --est-sky: #f0f7ff;
  --est-sky-mid: #dbeafe;
  --est-cream: #faf9f7; /* warm off-white — light section base */
  --est-stone: #f3efe9; /* warm parchment — alternating sections */
  --est-white: #ffffff;
  --est-text: #334155;
  --est-heading: #0f172a;
  --est-muted: #64748b;
  --est-border: #e2e8f0;
  --est-warm-border: #e4ddd3; /* warm card borders for cream/stone sections */
  --est-radius: 18px;
  --est-radius-sm: 10px;
  --est-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  --est-shadow-blue: 0 10px 40px rgba(37, 99, 235, 0.18);
  --est-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --est-dur: 0.3s;
  scroll-behavior: smooth;
}

/* ── Shared label ──────────────────────────────────────────────────────── */
.vc-est-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--est-accent);
  margin-bottom: 12px;
}
.vc-est-label--light {
  color: var(--est-accent-lt);
}

.vc-est-highlight {
  background: linear-gradient(135deg, var(--est-accent), var(--est-accent-lt));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vc-est-highlight--light {
  background: linear-gradient(135deg, #93c5fd, #dbeafe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Shared section head ───────────────────────────────────────────────── */
.vc-est-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.vc-est-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--est-heading);
  margin: 8px 0 16px;
  line-height: 1.2;
}
.vc-est-section-head p {
  color: var(--est-text);
  font-size: 1.05rem;
  line-height: 1.7;
}
.vc-est-section-head--light h2 {
  color: #fff;
}
.vc-est-section-head--light p {
  color: rgba(255, 255, 255, 0.72);
}

/* ── Buttons ───────────────────────────────────────────────────────────── */
.vc-est-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all var(--est-dur) var(--est-ease);
  white-space: nowrap;
  cursor: pointer;
}
.vc-est-btn--solid {
  background: var(--est-accent);
  color: #fff;
  border-color: var(--est-accent);
}
.vc-est-btn--solid:hover {
  background: var(--est-accent-dk);
  border-color: var(--est-accent-dk);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.vc-est-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.vc-est-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.vc-est-btn--full {
  width: 100%;
}

/* ── Pill tag ──────────────────────────────────────────────────────────── */
.vc-est-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.vc-est-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--est-navy);
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}
.vc-est-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    /* Survey-line topographic texture */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Ccircle cx='45' cy='45' r='42' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='0.8'/%3E%3Ccircle cx='45' cy='45' r='28' fill='none' stroke='rgba(255,255,255,0.035)' stroke-width='0.8'/%3E%3Ccircle cx='45' cy='45' r='14' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='0.8'/%3E%3C/svg%3E"),
    /* Directional gradient: very dark left for text, lighter right so photo shows behind card */
    linear-gradient(
        100deg,
        rgba(4, 10, 28, 0.97) 0%,
        rgba(5, 13, 40, 0.9) 38%,
        rgba(7, 18, 54, 0.58) 62%,
        rgba(8, 22, 62, 0.24) 100%
      );
  background-size:
    90px 90px,
    cover;
  z-index: 1;
}
.vc-est-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding-top: 190px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.vc-est-hero__left {
  min-width: 0;
  width: 100%;
  overflow-wrap: break-word;
}
.vc-est-hero__title {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
.vc-est-hero__accent {
  display: block;
  background: linear-gradient(135deg, var(--est-accent-lt) 0%, #bfdbfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vc-est-hero__lead {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0 0 40px;
  max-width: 620px;
}
.vc-est-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.vc-est-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.vc-est-hero__stat {
  text-align: left;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
}
.vc-est-hero__stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4px;
}
.vc-est-hero__stat span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Glass info card (right column of hero) */
.vc-est-hero__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.vc-est-hero__card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 36px 30px;
  width: 100%;
}
.vc-est-hero__card-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--est-accent-lt);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vc-est-hero__card-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.vc-est-hero__card-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vc-est-hero__card-location svg {
  flex-shrink: 0;
  opacity: 0.55;
}

/* ==========================================================================
   LOCATION SPOTLIGHT
   ========================================================================== */
.vc-est-location {
  padding: 100px 0;
  background: var(--est-cream);
  overflow-x: hidden;
}
.vc-est-location__grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 64px;
  align-items: center;
}
/* In the location section, override rev-row paragraph width too */
.vc-est-location__info > p {
  color: var(--est-text);
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 28px;
}
.vc-est-location__info h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 800;
  color: var(--est-heading);
  line-height: 1.2;
  margin: 8px 0 20px;
}
.vc-est-location__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vc-est-location__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.96rem;
  color: var(--est-text);
  line-height: 1.5;
}
.vc-est-location__features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── Location map mockup body (.vc-est-mock__body--loc-map) ── */
.vc-est-mock__body--loc-map {
  padding: 0;
}
.vc-est-lm__canvas {
  position: relative;
  height: 220px;
  background: #dbe9f8;
  overflow: hidden;
}
/* Grid */
.vc-est-lm__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
}
/* Roads */
.vc-est-lm__road {
  position: absolute;
  background: rgba(255, 255, 255, 0.72);
}
.vc-est-lm__road--hwy {
  top: 58%;
  left: 0;
  right: 0;
  height: 10px;
  margin-top: -5px;
}
.vc-est-lm__road--sec {
  left: 52%;
  top: 0;
  bottom: 0;
  width: 6px;
}
/* Route line: estate → CBD */
.vc-est-lm__route {
  position: absolute;
  top: calc(58% - 5px);
  left: 20%;
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, var(--est-accent), #60a5fa);
  border-radius: 2px;
  transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.vc-est-location__mock.is-visible .vc-est-lm__route,
[data-animate].is-visible .vc-est-lm__route {
  width: 38%;
}
/* Estate pin */
.vc-est-lm__pin {
  position: absolute;
}
.vc-est-lm__pin--estate {
  top: 58%;
  left: 20%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vc-est-lm__pin-dot {
  width: 14px;
  height: 14px;
  background: var(--est-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.5);
}
.vc-est-lm__pin-ring {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(37, 99, 235, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: estPing 2.2s ease-out infinite;
}
.vc-est-lm__pin-lbl {
  position: absolute;
  top: -22px;
  white-space: nowrap;
  font-size: 0.55rem;
  font-weight: 800;
  color: #fff;
  background: var(--est-accent);
  border-radius: 5px;
  padding: 2px 7px;
}
/* CBD pin */
.vc-est-lm__pin--cbd {
  top: 58%;
  left: 58%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease 1.6s;
}
.vc-est-location__mock.is-visible .vc-est-lm__pin--cbd,
[data-animate].is-visible .vc-est-lm__pin--cbd {
  opacity: 1;
}
.vc-est-lm__pin-dot--cbd {
  background: #1d4ed8;
}
.vc-est-lm__pin-lbl--cbd {
  top: -22px;
  background: #1d4ed8;
}
/* Airport pin */
.vc-est-lm__pin--airport {
  top: 28%;
  left: 72%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease 1.9s;
}
.vc-est-location__mock.is-visible .vc-est-lm__pin--airport,
[data-animate].is-visible .vc-est-lm__pin--airport {
  opacity: 1;
}
.vc-est-lm__pin-dot--airport {
  background: #059669;
  width: 10px;
  height: 10px;
}
.vc-est-lm__pin-lbl--sm {
  top: -18px;
  font-size: 0.5rem;
  background: #059669;
}
/* Highway label */
.vc-est-lm__road-lbl {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.52rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 8px;
  border-radius: 4px;
}
/* Stats strip */
.vc-est-lm__stats {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  gap: 0;
  border-top: 1px solid var(--est-border);
}
.vc-est-lm__stat {
  flex: 1;
  text-align: center;
}
.vc-est-lm__stat strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--est-heading);
  margin-bottom: 2px;
}
.vc-est-lm__stat span {
  font-size: 0.62rem;
  color: var(--est-muted);
  font-weight: 500;
}
.vc-est-lm__divider {
  width: 1px;
  height: 30px;
  background: var(--est-border);
  flex-shrink: 0;
  margin: 0 4px;
}

/* ==========================================================================
   BROWSER MOCK COMPONENT
   Shared chrome used by Overview, Infrastructure, and Neighbourhood mockups
   ========================================================================== */
.vc-est-mock {
  background: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 16px 56px rgba(15, 23, 42, 0.14),
    0 2px 8px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  width: 100%;
}
.vc-est-mock--dark {
  background: #1e293b;
}
.vc-est-mock__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}
.vc-est-mock--dark .vc-est-mock__bar {
  background: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.vc-est-mock__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.vc-est-mock__dot--r {
  background: #ff5f57;
}
.vc-est-mock__dot--y {
  background: #ffbd2e;
}
.vc-est-mock__dot--g {
  background: #28c940;
}
.vc-est-mock__url {
  flex: 1;
  text-align: center;
  font-size: 0.68rem;
  color: #94a3b8;
  font-weight: 500;
  background: #e2e8f0;
  border-radius: 5px;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vc-est-mock--dark .vc-est-mock__url {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}
.vc-est-mock__url--dk {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.35);
}
.vc-est-mock__body {
  padding: 20px;
}

/* ==========================================================================
   THE ESTATE — Alternating Reason Rows
   ========================================================================== */
.vc-est-overview {
  padding: 100px 0 80px;
  background: #fff;
  overflow-x: hidden;
}
.vc-est-overview .vc-est-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--est-heading);
  line-height: 1.2;
  margin: 8px 0 16px;
  letter-spacing: -0.02em;
}

/* ── Single reason row ── */
.vc-est-reason {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: center;
  padding: 56px 0;
  border-top: 1px solid var(--est-warm-border);
}
.vc-est-reason:last-child {
  border-bottom: 1px solid var(--est-warm-border);
}
/* Reversed: mockup left, text right */
.vc-est-reason--rev {
  grid-template-columns: 440px 1fr;
}
/* In reversed rows — right-align all text content */
.vc-est-reason--rev .vc-est-reason__text {
  text-align: right;
}
/* Push the number badge to the right edge */
.vc-est-reason--rev .vc-est-reason__num {
  margin-left: auto;
  margin-right: 0;
}
/* Reverse bullet direction so icon sits on the right after text */
.vc-est-reason--rev .vc-est-reason__bullets li {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
/* In reversed rows the text column is on the right — let the paragraph
   fill the full 1fr width so there is no blank space at the right edge */
.vc-est-reason--rev .vc-est-reason__text > p {
  max-width: 100%;
}
.vc-est-reason__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--est-accent), var(--est-accent-lt));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.vc-est-reason__text h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: var(--est-heading);
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.vc-est-reason__text > p {
  font-size: 0.98rem;
  color: var(--est-text);
  line-height: 1.75;
  margin: 0 0 20px;
  max-width: 480px;
}
.vc-est-reason__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vc-est-reason__bullets li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  color: var(--est-text);
  font-weight: 500;
}
.vc-est-reason__bullets li svg {
  flex-shrink: 0;
}

/* ==========================================================================
   REASON MOCKUP 1 — Location Map (.vc-est-mock__body--loc)
   ========================================================================== */
.vc-est-mock__body--loc {
  padding: 0;
}
.vc-est-rl__map {
  position: relative;
  height: 175px;
  background: #dde9f7;
  overflow: hidden;
}
.vc-est-rl__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
}
/* Highway — thick horizontal line across center */
.vc-est-rl__highway {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 12px;
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-50%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/* Dashed centre line */
.vc-est-rl__highway::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #fbbf24 0px,
    #fbbf24 16px,
    transparent 16px,
    transparent 28px
  );
  transform: translateY(-50%);
  opacity: 0.7;
}
/* Secondary road B */
.vc-est-rl__road-b {
  position: absolute;
  left: 55%;
  top: 0;
  bottom: 0;
  width: 7px;
  background: rgba(255, 255, 255, 0.6);
}
/* Estate "you are here" */
.vc-est-rl__you {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.vc-est-rl__you-label {
  background: var(--est-accent);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  margin-bottom: 4px;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.45);
}
.vc-est-rl__you-dot {
  width: 12px;
  height: 12px;
  background: var(--est-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.5);
  position: relative;
  z-index: 2;
}
.vc-est-rl__you-ring {
  position: absolute;
  bottom: -4px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(37, 99, 235, 0.35);
  border-radius: 50%;
  animation: estPing 2s ease-out infinite;
}
/* Direction labels */
.vc-est-rl__dir {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.vc-est-rl__dir span {
  font-size: 0.58rem;
  color: rgba(15, 23, 42, 0.5);
}
.vc-est-rl__dir strong {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--est-heading);
}
.vc-est-rl__dir--l {
  left: 12px;
  text-align: left;
}
.vc-est-rl__dir--r {
  right: 12px;
  text-align: right;
}
/* Info tags strip */
.vc-est-rl__tags {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--est-border);
}
.vc-est-rl__tag {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  font-size: 0.76rem;
  color: var(--est-text);
  font-weight: 500;
  border-bottom: 1px solid #f1f5f9;
}
.vc-est-rl__tag svg {
  flex-shrink: 0;
}

/* ==========================================================================
   REASON MOCKUP 2 — Document List (.vc-est-mock__body--doclist)
   ========================================================================== */
.vc-est-mock__body--doclist {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vc-est-dl__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--est-border);
}
.vc-est-dl__head-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--est-sky);
  color: var(--est-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-dl__head strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--est-heading);
}
.vc-est-dl__head span {
  font-size: 0.64rem;
  color: var(--est-muted);
}
.vc-est-dl__head-badge {
  margin-left: auto;
  background: var(--est-sky);
  color: var(--est-accent);
  font-size: 0.6rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.vc-est-dl__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vc-est-dl__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--est-heading);
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.3s ease var(--dl-delay, 0s),
    transform 0.3s ease var(--dl-delay, 0s);
}
.vc-est-dl__item:last-child {
  border-bottom: none;
}
.vc-est-reason__mock.is-visible .vc-est-dl__item {
  opacity: 1;
  transform: none;
}
.vc-est-dl__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-dl__item span {
  flex: 1;
}
.vc-est-dl__check {
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.25s ease calc(var(--dl-delay, 0s) + 0.18s),
    transform 0.25s ease calc(var(--dl-delay, 0s) + 0.18s);
}
.vc-est-reason__mock.is-visible .vc-est-dl__check {
  opacity: 1;
  transform: scale(1);
}
.vc-est-dl__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #d1fae5;
  color: #059669;
  font-size: 0.67rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   REASON MOCKUP 3 — Estate Site Plan (.vc-est-mock__body--sitemap)
   ========================================================================== */
.vc-est-mock__body--sitemap {
  padding: 16px 16px 14px;
}
.vc-est-rs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.vc-est-rs__title {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--est-heading);
}
.vc-est-rs__badge {
  font-size: 0.62rem;
  font-weight: 700;
  background: var(--est-sky);
  color: var(--est-accent);
  padding: 3px 10px;
  border-radius: 12px;
}
.vc-est-rs__map {
  position: relative;
  height: 165px;
  background: #eef4ea;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #d4e8cf;
}
/* Roads */
.vc-est-rs__road {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
}
.vc-est-rs__road--h1 {
  top: 46%;
  left: 0;
  right: 0;
  height: 8px;
}
.vc-est-rs__road--h2 {
  bottom: 38%;
  left: 0;
  right: 0;
  height: 6px;
  opacity: 0.7;
}
.vc-est-rs__road--v1 {
  left: 33%;
  top: 0;
  bottom: 0;
  width: 7px;
}
.vc-est-rs__road--v2 {
  right: 30%;
  top: 0;
  bottom: 0;
  width: 5px;
  opacity: 0.7;
}
/* Zone blocks */
.vc-est-rs__zone {
  position: absolute;
  border-radius: 3px;
  opacity: 0.85;
}
.vc-est-rs__zone--sold {
  background: rgba(239, 68, 68, 0.3);
  border: 1px solid rgba(239, 68, 68, 0.4);
}
.vc-est-rs__zone--avail {
  background: rgba(34, 197, 94, 0.25);
  border: 1px solid rgba(34, 197, 94, 0.4);
}
.vc-est-rs__zone--green {
  background: rgba(132, 204, 22, 0.3);
  border: 1px solid rgba(132, 204, 22, 0.5);
}
/* Gate label */
.vc-est-rs__gate {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.52rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.55);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 6px;
  border-radius: 4px;
}
/* Legend */
.vc-est-rs__legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vc-est-rs__lg {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--est-muted);
}
.vc-est-rs__lg::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}
.vc-est-rs__lg--sold::before {
  background: rgba(239, 68, 68, 0.5);
}
.vc-est-rs__lg--avail::before {
  background: rgba(34, 197, 94, 0.5);
}
.vc-est-rs__lg--green::before {
  background: rgba(132, 204, 22, 0.5);
}

/* ==========================================================================
   REASON MOCKUP 4 — Payment Calculator (.vc-est-mock__body--pay)
   ========================================================================== */
.vc-est-mock__body--pay {
  padding: 18px 20px 20px;
}
.vc-est-rp__head {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--est-heading);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.vc-est-rp__sizes {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.vc-est-rp__sz {
  flex: 1;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid var(--est-sky-mid);
  background: var(--est-sky);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--est-muted);
  cursor: default;
  font-family: inherit;
}
.vc-est-rp__sz--active {
  background: var(--est-accent);
  border-color: var(--est-accent);
  color: #fff;
}
.vc-est-rp__opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.vc-est-rp__opt {
  background: var(--est-sky);
  border: 1px solid var(--est-sky-mid);
  border-radius: 8px;
  padding: 11px 14px;
  position: relative;
}
.vc-est-rp__opt--hot {
  background: var(--est-navy);
  border-color: rgba(255, 255, 255, 0.08);
}
.vc-est-rp__badge {
  display: inline-flex;
  background: var(--est-accent);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vc-est-rp__opt-name {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--est-muted);
  margin-bottom: 2px;
}
.vc-est-rp__opt--hot .vc-est-rp__opt-name {
  color: rgba(255, 255, 255, 0.65);
}
.vc-est-rp__opt-price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--est-accent);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 2px;
}
.vc-est-rp__opt--hot .vc-est-rp__opt-price {
  color: #fff;
}
.vc-est-rp__opt-note {
  font-size: 0.66rem;
  color: var(--est-muted);
}
.vc-est-rp__opt--hot .vc-est-rp__opt-note {
  color: rgba(255, 255, 255, 0.55);
}
.vc-est-rp__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #16a34a;
  background: #d1fae5;
  border-radius: 7px;
  padding: 8px 12px;
}

/* Old .vc-est-overview__layout, __copy, __feats, __mockup — kept only for any stale refs */
.vc-est-overview__layout {
  display: none;
}

/* ==========================================================================
   GALLERY STRIP
   ========================================================================== */
.vc-est-gallery {
  padding: 0;
  overflow: hidden;
}
.vc-est-gallery__track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.vc-est-gallery__item {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.vc-est-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--est-ease);
}
.vc-est-gallery__item:hover img {
  transform: scale(1.08);
}

/* ==========================================================================
   INFRASTRUCTURE — Alternating Reason Rows (dark section)
   ========================================================================== */
@keyframes estBadgePulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.vc-est-infra {
  padding: 100px 0 80px;
  background: var(--est-navy);
  position: relative;
  overflow: hidden;
}
.vc-est-infra::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      600px circle at 10% 20%,
      rgba(37, 99, 235, 0.22),
      transparent 55%
    ),
    radial-gradient(
      500px circle at 90% 80%,
      rgba(37, 99, 235, 0.14),
      transparent 50%
    );
  pointer-events: none;
}
.vc-est-infra .vc-est-section-head {
  position: relative;
  z-index: 1;
}
.vc-est-infra .vc-est-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 8px 0 16px;
  letter-spacing: -0.02em;
}

/* Dark-mode overrides for .vc-est-reason inside the infra section */
.vc-est-infra .vc-est-reason {
  border-top-color: rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1;
}
.vc-est-infra .vc-est-reason:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.vc-est-infra .vc-est-reason__text h3 {
  color: #fff;
}
.vc-est-infra .vc-est-reason__text > p {
  color: rgba(255, 255, 255, 0.68);
}
.vc-est-infra .vc-est-reason__bullets li {
  color: rgba(255, 255, 255, 0.68);
}

/* ==========================================================================
   INFRA MOCKUP 1 — Road Construction Tracker (.vc-est-mock__body--roads)
   ========================================================================== */
.vc-est-mock__body--roads {
  padding: 16px 18px 18px;
}
.vc-est-ir__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vc-est-ir__title {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.vc-est-ir__live {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.64rem;
  font-weight: 700;
  color: #22c55e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vc-est-ir__live-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: estBadgePulse 2s ease infinite;
}
.vc-est-ir__segments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.vc-est-ir__seg {
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
/* Stagger on visible */
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.vc-est-ir__seg-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.vc-est-ir__seg-top > span:first-child {
  font-size: 0.74rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}
.vc-est-ir__pct {
  font-size: 0.64rem;
  font-weight: 700;
}
.vc-est-ir__pct--done {
  color: #4ade80;
}
.vc-est-ir__pct--active {
  color: #fbbf24;
}
.vc-est-ir__bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.vc-est-ir__bar--lg {
  height: 6px;
}
.vc-est-ir__fill {
  height: 100%;
  width: 0;
  border-radius: 3px;
  background: var(--clr, var(--est-accent));
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Animate fill width when segment is visible */
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(1) .vc-est-ir__fill {
  width: var(--pct);
  transition-delay: 0.3s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(2) .vc-est-ir__fill {
  width: var(--pct);
  transition-delay: 0.4s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(3) .vc-est-ir__fill {
  width: var(--pct);
  transition-delay: 0.5s;
}
.vc-est-reason__mock.is-visible .vc-est-ir__seg:nth-child(4) .vc-est-ir__fill {
  width: var(--pct);
  transition-delay: 0.6s;
}
.vc-est-ir__overall {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.vc-est-ir__overall-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}
.vc-est-ir__overall-row strong {
  color: var(--est-accent-lt);
}
/* Overall bar fill — triggered directly when mockup is visible */
.vc-est-reason__mock.is-visible .vc-est-ir__bar--lg .vc-est-ir__fill {
  width: var(--pct);
  transition-delay: 0.7s;
}

/* ==========================================================================
   INFRA MOCKUP 2 — Security Control Centre (.vc-est-mock__body--security)
   ========================================================================== */
.vc-est-mock__body--security {
  padding: 16px 18px 18px;
}
.vc-est-is__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vc-est-is__title {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.vc-est-is__armed {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #22c55e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vc-est-is__armed-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: estBadgePulse 2s ease infinite;
}
/* 2×2 camera grid */
.vc-est-is__cams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 12px;
}
.vc-est-is__cam {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 10px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-is__cam:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.15s;
}
.vc-est-reason__mock.is-visible .vc-est-is__cam:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.25s;
}
.vc-est-reason__mock.is-visible .vc-est-is__cam:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.35s;
}
.vc-est-reason__mock.is-visible .vc-est-is__cam:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.45s;
}
.vc-est-is__cam-feed {
  width: 32px;
  height: 22px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
}
.vc-est-is__cam-label {
  font-size: 0.58rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.vc-est-is__cam-dot {
  width: 5px;
  height: 5px;
  background: #22c55e;
  border-radius: 50%;
  animation: estBadgePulse 2s ease infinite;
}
/* Status rows */
.vc-est-is__stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vc-est-is__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-is__stat:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.vc-est-reason__mock.is-visible .vc-est-is__stat:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}
.vc-est-reason__mock.is-visible .vc-est-is__stat:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.7s;
}
.vc-est-is__stat-label {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}
.vc-est-is__status {
  font-size: 0.65rem;
  font-weight: 700;
}
.vc-est-is__status--online {
  color: #4ade80;
}
.vc-est-is__status--count {
  color: var(--est-accent-lt);
}

/* ==========================================================================
   INFRA MOCKUP 3 — Utility Services Plan (.vc-est-mock__body--utilities)
   ========================================================================== */
.vc-est-mock__body--utilities {
  padding: 16px 18px 18px;
}
.vc-est-iu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vc-est-iu__tag {
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--est-accent-lt);
  background: rgba(96, 165, 250, 0.12);
  border-radius: 10px;
  padding: 2px 9px;
}
.vc-est-iu__services {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.vc-est-iu__svc {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.vc-est-iu__icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-iu__body {
  flex: 1;
  min-width: 0;
}
.vc-est-iu__name {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 4px;
}
.vc-est-iu__bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.vc-est-iu__fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: var(--clr, var(--est-accent));
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(1) .vc-est-iu__fill {
  width: var(--pct);
  transition-delay: 0.3s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(2) .vc-est-iu__fill {
  width: var(--pct);
  transition-delay: 0.4s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(3) .vc-est-iu__fill {
  width: var(--pct);
  transition-delay: 0.5s;
}
.vc-est-reason__mock.is-visible .vc-est-iu__svc:nth-child(4) .vc-est-iu__fill {
  width: var(--pct);
  transition-delay: 0.6s;
}
.vc-est-iu__pct {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
  min-width: 28px;
  text-align: right;
}

/* ==========================================================================
   INFRA MOCKUP 4 — Green Masterplan (.vc-est-mock__body--greenspace)
   ========================================================================== */
.vc-est-mock__body--greenspace {
  padding: 0;
}
.vc-est-ig__map {
  position: relative;
  height: 170px;
  background: #e8f5e9;
  overflow: hidden;
}
.vc-est-ig__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 197, 94, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.1) 1px, transparent 1px);
  background-size: 26px 26px;
}
/* Green zone blocks */
.vc-est-ig__zone {
  position: absolute;
  background: rgba(34, 197, 94, 0.22);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 5px;
}
/* Paths */
.vc-est-ig__path {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
}
.vc-est-ig__path--h {
  top: 60%;
  left: 0;
  right: 0;
  height: 7px;
  margin-top: -3px;
}
.vc-est-ig__path--v {
  left: 47%;
  top: 0;
  bottom: 0;
  width: 6px;
  margin-left: -3px;
}
/* Tree dots */
.vc-est-ig__tree {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scale(0.2);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-ig__tree:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__tree:nth-child(5) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__tree:nth-child(6) {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__tree:nth-child(7) {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__tree:nth-child(8) {
  opacity: 1;
  transform: none;
  transition-delay: 0.7s;
}
/* Amenity list */
.vc-est-ig__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
}
.vc-est-ig__item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-bottom: 1px solid #f1f5f9;
  opacity: 0;
  transform: translateX(7px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-ig__item:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.35s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__item:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.46s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__item:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.57s;
}
.vc-est-reason__mock.is-visible .vc-est-ig__item:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.68s;
}
.vc-est-ig__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-ig__item-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}
.vc-est-ig__item-body strong {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--est-heading);
}
.vc-est-ig__item-body span {
  font-size: 0.64rem;
  font-weight: 600;
  color: #16a34a;
  white-space: nowrap;
}

/* Old infra layout selectors — nulled out to avoid any stale renders */
.vc-est-infra__layout {
  display: none;
}

/* ==========================================================================
   PLOT ZONES / CATEGORIES
   ========================================================================== */
.vc-est-zones {
  padding: 100px 0;
  background: var(--est-cream);
}
.vc-est-zones__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.vc-est-zone {
  background: var(--est-white);
  border-radius: var(--est-radius);
  padding: 40px 30px 34px;
  border: 1px solid rgba(37, 99, 235, 0.06);
  position: relative;
  transition:
    transform var(--est-dur) var(--est-ease),
    box-shadow var(--est-dur) var(--est-ease);
  display: flex;
  flex-direction: column;
}
.vc-est-zone:hover {
  transform: translateY(-6px);
  box-shadow: var(--est-shadow-blue);
}
.vc-est-zone--featured {
  background: linear-gradient(160deg, var(--est-accent), var(--est-accent-dk));
  border-color: transparent;
}
.vc-est-zone--featured h4,
.vc-est-zone--featured .vc-est-zone__size,
.vc-est-zone--featured .vc-est-zone__perks li {
  color: #fff;
}
.vc-est-zone--featured .vc-est-zone__perks li::before {
  color: rgba(255, 255, 255, 0.7);
}
.vc-est-zone--featured .vc-est-btn--solid {
  background: #fff;
  color: var(--est-accent);
  border-color: #fff;
}
.vc-est-zone--featured .vc-est-btn--solid:hover {
  background: #f0f7ff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.vc-est-zone__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--est-accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.vc-est-zone--featured .vc-est-zone__badge {
  background: rgba(255, 255, 255, 0.2);
}
.vc-est-zone__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--est-accent);
  margin-bottom: 22px;
}
.vc-est-zone--featured .vc-est-zone__icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.vc-est-zone h4 {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--est-heading);
  margin: 0 0 6px;
}
.vc-est-zone__size {
  font-size: 0.88rem;
  color: var(--est-muted);
  font-weight: 600;
  margin-bottom: 20px;
}
.vc-est-zone__perks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vc-est-zone__perks li {
  font-size: 0.92rem;
  color: var(--est-text);
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}
.vc-est-zone__perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--est-accent);
  font-weight: 700;
}

/* Payment plan toggle + price block */
.vc-est-plans__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}
.vc-est-plans__toggle-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--est-muted);
}
.vc-est-plans__size-group {
  display: flex;
  background: var(--est-sky);
  border: 1px solid var(--est-sky-mid);
  border-radius: 50px;
  padding: 3px;
  gap: 2px;
}
.vc-est-plans__size-btn {
  padding: 8px 22px;
  border-radius: 50px;
  border: none;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--est-muted);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  font-family: inherit;
}
.vc-est-plans__size-btn.is-active {
  background: var(--est-accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}
.vc-est-plan__price-block {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--est-warm-border);
}
.vc-est-plan--popular .vc-est-plan__price-block {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.vc-est-plan__price {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--est-accent);
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.vc-est-plan--popular .vc-est-plan__price {
  color: #fff;
}
.vc-est-plan__price--free {
  color: var(--est-accent);
}
.vc-est-plan__price-note {
  font-size: 0.76rem;
  color: var(--est-muted);
  font-weight: 500;
}
.vc-est-plan--popular .vc-est-plan__price-note {
  color: rgba(255, 255, 255, 0.65);
}
.vc-est-plan__monthly {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}

/* ==========================================================================
   PAYMENT PLANS
   ========================================================================== */
.vc-est-plans {
  padding: 100px 0;
  background: #fff;
}
.vc-est-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
.vc-est-plan {
  background: var(--est-cream);
  border-radius: var(--est-radius);
  padding: 40px 30px 34px;
  border: 1px solid var(--est-warm-border);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--est-dur) var(--est-ease),
    box-shadow var(--est-dur) var(--est-ease);
  display: flex;
  flex-direction: column;
}
.vc-est-plan:hover {
  transform: translateY(-6px);
  box-shadow: var(--est-shadow-blue);
}
.vc-est-plan--popular {
  background: linear-gradient(160deg, var(--est-accent), var(--est-accent-dk));
  border-color: transparent;
  transform: scale(1.04);
}
.vc-est-plan--popular:hover {
  transform: scale(1.04) translateY(-6px);
}
.vc-est-plan--popular .vc-est-plan__head h4,
.vc-est-plan--popular .vc-est-plan__features li {
  color: #fff;
}
.vc-est-plan--popular .vc-est-plan__tag {
  color: rgba(255, 255, 255, 0.7);
}
.vc-est-plan--popular .vc-est-btn--solid {
  background: #fff;
  color: var(--est-accent);
  border-color: #fff;
}
.vc-est-plan--popular .vc-est-btn--solid:hover {
  background: #f0f7ff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.vc-est-plan__ribbon {
  position: absolute;
  top: 16px;
  right: -30px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 5px 40px;
  transform: rotate(45deg);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.vc-est-plan__head {
  margin-bottom: 24px;
}
.vc-est-plan__head h4 {
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--est-heading);
  margin: 0 0 4px;
}
.vc-est-plan__tag {
  font-size: 0.82rem;
  color: var(--est-muted);
  font-weight: 600;
}
.vc-est-plan__features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vc-est-plan__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--est-text);
  line-height: 1.5;
}
.vc-est-plan__features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==========================================================================
   NEIGHBOURHOOD — Alternating Reason Rows
   ========================================================================== */
.vc-est-nearby {
  padding: 100px 0 80px;
  background: #fff;
  overflow-x: hidden;
}
/* ==========================================================================
   NBD MOCKUP 1 — City Access Route (.vc-est-mock__body--nbd-city)
   ========================================================================== */
.vc-est-mock__body--nbd-city {
  padding: 0;
}
.vc-est-nc__map {
  position: relative;
  height: 158px;
  background: #dbe9f8;
  overflow: hidden;
}
.vc-est-nc__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 26px 26px;
}
.vc-est-nc__road {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.vc-est-nc__road--h {
  top: 55%;
  left: 0;
  right: 0;
  height: 8px;
  margin-top: -4px;
}
.vc-est-nc__road--v {
  left: 40%;
  top: 0;
  bottom: 0;
  width: 6px;
}
.vc-est-nc__route {
  position: absolute;
  top: calc(55% - 4px);
  left: 18%;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--est-accent), #60a5fa);
  border-radius: 2px;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.vc-est-reason__mock.is-visible .vc-est-nc__route {
  width: 52%;
}
.vc-est-nc__origin {
  position: absolute;
  top: 55%;
  left: 18%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vc-est-nc__origin-dot {
  width: 12px;
  height: 12px;
  background: var(--est-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.5);
}
.vc-est-nc__origin-ring {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(37, 99, 235, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: estPing 2s ease-out infinite;
}
.vc-est-nc__origin-lbl {
  position: absolute;
  top: -20px;
  white-space: nowrap;
  font-size: 0.55rem;
  font-weight: 800;
  color: #fff;
  background: var(--est-accent);
  border-radius: 4px;
  padding: 2px 6px;
}
.vc-est-nc__dest {
  position: absolute;
  top: 55%;
  right: 28%;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease 1.4s;
}
.vc-est-reason__mock.is-visible .vc-est-nc__dest {
  opacity: 1;
}
.vc-est-nc__info {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--est-border);
}
.vc-est-nc__row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.vc-est-nc__chip {
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 0.68rem;
  font-weight: 700;
}
.vc-est-nc__chip--time {
  background: rgba(37, 99, 235, 0.1);
  color: var(--est-accent);
}
.vc-est-nc__chip--road {
  background: #f0fdf4;
  color: #16a34a;
}
.vc-est-nc__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.vc-est-nc__tags span {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--est-muted);
  background: #f1f5f9;
  border-radius: 8px;
  padding: 2px 8px;
}

/* ==========================================================================
   NBD MOCKUP 2 — University Info Card (.vc-est-mock__body--nbd-edu)
   ========================================================================== */
.vc-est-mock__body--nbd-edu {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vc-est-ne__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--est-border);
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.vc-est-reason__mock.is-visible .vc-est-ne__head {
  opacity: 1;
  transform: none;
  transition-delay: 0.15s;
}
.vc-est-ne__badge {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #ede9fe;
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-ne__head-text {
  flex: 1;
}
.vc-est-ne__head-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--est-heading);
}
.vc-est-ne__head-text span {
  font-size: 0.7rem;
  color: var(--est-muted);
}
.vc-est-ne__tag {
  font-size: 0.62rem;
  font-weight: 700;
  color: #16a34a;
  background: #dcfce7;
  border-radius: 10px;
  padding: 3px 9px;
}
.vc-est-ne__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.vc-est-reason__mock.is-visible .vc-est-ne__stats {
  opacity: 1;
  transform: none;
  transition-delay: 0.28s;
}
.vc-est-ne__stat {
  background: #f8fafc;
  border: 1px solid var(--est-border);
  border-radius: 8px;
  padding: 8px 4px;
}
.vc-est-ne__stat strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--est-heading);
  margin-bottom: 2px;
}
.vc-est-ne__stat span {
  font-size: 0.62rem;
  color: var(--est-muted);
}
.vc-est-ne__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vc-est-ne__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f1f5f9;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-ne__item:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.42s;
}
.vc-est-reason__mock.is-visible .vc-est-ne__item:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.54s;
}
.vc-est-reason__mock.is-visible .vc-est-ne__item:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.66s;
}
.vc-est-ne__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.vc-est-ne__item div {
  flex: 1;
}
.vc-est-ne__item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--est-heading);
  margin-bottom: 1px;
}
.vc-est-ne__item span {
  font-size: 0.7rem;
  color: var(--est-muted);
}

/* ==========================================================================
   NBD MOCKUP 3 — Market / Services Directory (.vc-est-mock__body--nbd-market)
   ========================================================================== */
.vc-est-mock__body--nbd-market {
  padding: 0;
}
.vc-est-nm__head {
  padding: 13px 16px 11px;
  border-bottom: 1px solid var(--est-border);
}
.vc-est-nm__title {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--est-heading);
  margin-bottom: 2px;
}
.vc-est-nm__sub {
  font-size: 0.7rem;
  color: var(--est-muted);
}
.vc-est-nm__list {
  display: flex;
  flex-direction: column;
}
.vc-est-nm__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vc-est-reason__mock.is-visible .vc-est-nm__item:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.vc-est-reason__mock.is-visible .vc-est-nm__item:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.32s;
}
.vc-est-reason__mock.is-visible .vc-est-nm__item:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.44s;
}
.vc-est-reason__mock.is-visible .vc-est-nm__item:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.56s;
}
.vc-est-nm__icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-nm__body {
  flex: 1;
  min-width: 0;
}
.vc-est-nm__body strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--est-heading);
  margin-bottom: 1px;
}
.vc-est-nm__body span {
  font-size: 0.68rem;
  color: var(--est-muted);
}
.vc-est-nm__dist {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--est-accent);
  background: rgba(37, 99, 235, 0.08);
  border-radius: 8px;
  padding: 3px 8px;
  white-space: nowrap;
}

/* ==========================================================================
   NBD MOCKUP 4 — Travel Hub (.vc-est-mock__body--nbd-travel)
   ========================================================================== */
.vc-est-mock__body--nbd-travel {
  padding: 16px 18px 18px;
}
.vc-est-nt__head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--est-border);
  margin-bottom: 14px;
}
.vc-est-nt__title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--est-heading);
}
.vc-est-nt__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.vc-est-nt__card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid var(--est-border);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.vc-est-reason__mock.is-visible .vc-est-nt__card:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.15s;
}
.vc-est-reason__mock.is-visible .vc-est-nt__card:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.28s;
}
.vc-est-nt__card-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #dbeafe;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vc-est-nt__card-icon--gold {
  background: #fef3c7;
  color: #d97706;
}
.vc-est-nt__card-body {
  flex: 1;
  min-width: 0;
}
.vc-est-nt__card-body strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--est-heading);
  margin-bottom: 2px;
}
.vc-est-nt__card-body span {
  font-size: 0.68rem;
  color: var(--est-muted);
}
.vc-est-nt__dist {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--est-accent);
  white-space: nowrap;
}
.vc-est-nt__routes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--est-border);
}
.vc-est-nt__route-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vc-est-nt__route-label,
.vc-est-nt__route-dest {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--est-muted);
  white-space: nowrap;
  min-width: 52px;
}
.vc-est-nt__route-dest {
  text-align: right;
  min-width: 44px;
}
.vc-est-nt__route-bar {
  flex: 1;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
}
.vc-est-nt__route-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--est-accent), #60a5fa);
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.vc-est-reason__mock.is-visible
  .vc-est-nt__route-item:nth-child(1)
  .vc-est-nt__route-fill {
  width: var(--pct);
  transition-delay: 0.44s;
}
.vc-est-reason__mock.is-visible
  .vc-est-nt__route-item:nth-child(2)
  .vc-est-nt__route-fill {
  width: var(--pct);
  transition-delay: 0.56s;
}

@keyframes estPing {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.vc-est-testimonials {
  padding: 100px 0;
  background: var(--est-forest-dk); /* deep navy dark — storytelling break */
  position: relative;
  overflow: hidden;
}
.vc-est-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      600px circle at 15% 30%,
      rgba(37, 99, 235, 0.3),
      /* blue glow */ transparent 60%
    ),
    radial-gradient(
      500px circle at 85% 70%,
      rgba(37, 99, 235, 0.18),
      transparent 50%
    );
  pointer-events: none;
}
.vc-est-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}
.vc-est-testimonial {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 36px 30px 32px;
  transition:
    transform var(--est-dur) var(--est-ease),
    box-shadow var(--est-dur) var(--est-ease);
}
.vc-est-testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}
.vc-est-testimonial__stars {
  color: #facc15;
  font-size: 1.15rem;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.vc-est-testimonial blockquote {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 0 0 24px;
  font-style: italic;
  border: none;
  padding: 0;
}
.vc-est-testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vc-est-testimonial__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--est-accent), var(--est-accent-lt));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.vc-est-testimonial__author strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}
.vc-est-testimonial__author span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.vc-est-faq {
  padding: 100px 0;
  background: var(--est-cream);
}
.vc-est-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}
.vc-est-faq__left h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  color: var(--est-heading);
  font-weight: 800;
  margin: 8px 0 16px;
  line-height: 1.25;
}
.vc-est-faq__left p {
  color: var(--est-text);
  font-size: 1.02rem;
  line-height: 1.7;
}
.vc-est-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vc-est-faq__item {
  background: var(--est-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--est-warm-border);
  transition: box-shadow var(--est-dur) var(--est-ease);
}
.vc-est-faq__item[open] {
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.08);
}
.vc-est-faq__item summary {
  padding: 20px 28px;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--est-heading);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
  -webkit-user-select: none;
}
.vc-est-faq__item summary::-webkit-details-marker {
  display: none;
}
.vc-est-faq__item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--est-accent);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.vc-est-faq__item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}
.vc-est-faq__answer {
  padding: 0 28px 22px;
}
.vc-est-faq__answer p {
  color: var(--est-text);
  font-size: 0.96rem;
  line-height: 1.72;
  margin: 0;
}

/* ==========================================================================
   CTA
   ========================================================================== */
.vc-est-cta {
  padding: 100px 0;
  background: linear-gradient(
    160deg,
    var(--est-accent),
    var(--est-accent-dk) 50%,
    var(--est-navy) 100%
  );
  position: relative;
  overflow: hidden;
}
.vc-est-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      500px circle at 20% 50%,
      rgba(255, 255, 255, 0.08),
      transparent 50%
    ),
    radial-gradient(
      400px circle at 80% 80%,
      rgba(96, 165, 250, 0.12),
      transparent 40%
    );
  pointer-events: none;
}
.vc-est-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.vc-est-cta__inner h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
}
.vc-est-cta__inner p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0 0 40px;
}
.vc-est-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .vc-est-reason {
    grid-template-columns: 1fr 380px;
    gap: 48px;
  }
  .vc-est-reason--rev {
    grid-template-columns: 380px 1fr;
  }
  .vc-est-location__grid {
    grid-template-columns: 380px 1fr;
    gap: 48px;
  }
  .vc-est-gallery__track {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .vc-est-location__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .vc-est-location__mock {
    max-width: 480px;
    margin: 0 auto;
  }
  .vc-est-zones__grid,
  .vc-est-plans__grid,
  .vc-est-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .vc-est-plan--popular {
    transform: scale(1);
  }
  .vc-est-plan--popular:hover {
    transform: translateY(-6px);
  }
  .vc-est-faq__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .vc-est-faq__left {
    text-align: center;
  }
  /* Hero grid: collapse card below text on narrow tablets */
  .vc-est-hero__inner {
    grid-template-columns: 1fr 300px;
    gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .vc-est-hero {
    min-height: 90vh;
  }
  /* Overlay: stay dark all the way across so stacked text stays readable */
  .vc-est-hero__overlay {
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Ccircle cx='45' cy='45' r='42' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='0.8'/%3E%3Ccircle cx='45' cy='45' r='28' fill='none' stroke='rgba(255,255,255,0.035)' stroke-width='0.8'/%3E%3Ccircle cx='45' cy='45' r='14' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='0.8'/%3E%3C/svg%3E"),
      linear-gradient(
        180deg,
        rgba(8, 14, 24, 0.93) 0%,
        rgba(8, 14, 24, 0.88) 100%
      );
    background-size:
      90px 90px,
      cover;
  }
  /* Stack hero to single column */
  .vc-est-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 140px;
    padding-bottom: 48px;
    align-items: start;
    box-sizing: border-box;
    max-width: 100%;
  }
  .vc-est-pill {
    font-size: 0.62rem;
    padding: 6px 14px;
    letter-spacing: 0.07em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .vc-est-hero__right {
    justify-content: center;
  }
  .vc-est-hero__card {
    max-width: 100%;
    width: 100%;
  }
  .vc-est-hero__lead {
    max-width: 100%;
    font-size: 1rem;
  }

  .vc-est-location,
  .vc-est-overview,
  .vc-est-infra,
  .vc-est-zones,
  .vc-est-plans,
  .vc-est-nearby,
  .vc-est-testimonials,
  .vc-est-faq,
  .vc-est-cta {
    padding: 72px 0;
  }

  .vc-est-reason,
  .vc-est-reason--rev {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  /* Reason rows: always show mockup below text on mobile */
  .vc-est-reason .vc-est-reason__mock,
  .vc-est-reason--rev .vc-est-reason__mock {
    order: 2;
  }
  .vc-est-reason .vc-est-reason__text,
  .vc-est-reason--rev .vc-est-reason__text {
    order: 1;
  }
  /* Constrain mockup width on mobile */
  .vc-est-mock {
    max-width: 480px;
    margin: 0 auto;
  }
  .vc-est-gallery__track {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-est-plan__ribbon {
    top: 12px;
    right: -34px;
    font-size: 0.6rem;
  }
  .vc-est-reason {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .vc-est-hero {
    min-height: auto;
  }
  .vc-est-hero__inner {
    padding-top: 130px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px;
  }
  .vc-est-hero__title {
    font-size: clamp(2rem, 10vw, 2.8rem);
    margin-bottom: 14px;
  }
  .vc-est-hero__lead {
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 20px;
  }
  /* Buttons: side by side, compact */
  .vc-est-hero__ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
  }
  .vc-est-hero__ctas .vc-est-btn {
    flex: 1;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.82rem;
    white-space: nowrap;
  }
  /* Card: flush, rounded, tighter */
  .vc-est-hero__right {
    justify-content: center;
  }
  .vc-est-hero__card {
    padding: 18px 16px;
    border-radius: 16px;
    width: 100%;
    background: rgba(8, 16, 40, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .vc-est-hero__card-label {
    font-size: 0.6rem;
    margin-bottom: 14px;
    letter-spacing: 0.12em;
  }
  /* Stats: 2×2 grid, compact cells */
  .vc-est-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .vc-est-hero__stat {
    padding: 10px 12px;
    border-radius: 10px;
  }
  .vc-est-hero__stat strong {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
  .vc-est-hero__stat span {
    font-size: 0.65rem;
    letter-spacing: 0.05em;
  }
  /* Location row: truncate if still long */
  .vc-est-hero__card-location {
    font-size: 0.68rem;
    margin-top: 12px;
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vc-est-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .vc-est-gallery__track {
    grid-template-columns: 1fr;
  }
  .vc-est-lm__canvas {
    height: 180px;
  }
  .vc-est-mock__body--estate,
  .vc-est-mock__body--infra {
    padding: 14px 16px 16px;
  }
  .vc-est-m6__map {
    height: 160px;
  }
}

@media (max-width: 480px) {
  /* Section padding */
  .vc-est-overview,
  .vc-est-infra,
  .vc-est-nearby {
    padding: 60px 0;
  }
  /* mockup stats 2-col on small */
  .vc-est-m1__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .vc-est-m1__stat strong {
    font-size: 0.8rem;
  }
  .vc-est-m1__stat span {
    font-size: 0.56rem;
  }
  .vc-est-m1__check {
    font-size: 0.74rem;
  }
  /* Infra items */
  .vc-est-m3__item-body strong {
    font-size: 0.72rem;
  }
  .vc-est-m3__status {
    font-size: 0.58rem;
    padding: 2px 6px;
  }
  /* Map */
  .vc-est-m6__map {
    height: 140px;
  }
  /* Payment plan toggle */
  .vc-est-plans__size-btn {
    padding: 7px 16px;
    font-size: 0.78rem;
  }
  /* Plan price */
  .vc-est-plan__price {
    font-size: 1.25rem;
  }
}

@media (max-width: 360px) {
  .vc-est-m1__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  .vc-est-mock__body--estate,
  .vc-est-mock__body--infra {
    padding: 12px 12px 14px;
  }
  .vc-est-m6__map {
    height: 120px;
  }
  .vc-est-m6__list {
    padding: 8px 10px;
  }
  .vc-est-m6__item {
    padding: 7px 10px;
  }
  .vc-est-m6__item-body strong {
    font-size: 0.7rem;
  }
  .vc-est-plans__size-btn {
    padding: 6px 12px;
    font-size: 0.74rem;
  }
  .vc-est-plan__price {
    font-size: 1.15rem;
  }
  .vc-est-nearby__fact-dot {
    width: 22px;
    height: 22px;
    font-size: 0.56rem;
  }
}

/* ==========================================================================
   CHAPTER MARKERS
   — Storytelling chapter labels above each section heading
   ========================================================================== */
.vc-est-chapter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--est-accent);
  margin-bottom: 14px;
}
.vc-est-chapter__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 22px;
  border: 1.5px solid var(--est-accent);
  border-radius: 5px;
  color: var(--est-accent);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  flex-shrink: 0;
}
.vc-est-chapter__divider {
  width: 36px;
  height: 1px;
  background: linear-gradient(to right, var(--est-accent), transparent);
  display: inline-block;
  flex-shrink: 0;
  opacity: 0.7;
}
.vc-est-chapter--light {
  color: rgba(255, 255, 255, 0.6);
}
.vc-est-chapter--light .vc-est-chapter__num {
  border-color: var(--est-accent-lt);
  color: var(--est-accent-lt);
}
.vc-est-chapter--light .vc-est-chapter__divider {
  background: linear-gradient(to right, var(--est-accent-lt), transparent);
  opacity: 0.6;
}
/* Small breathing room for label that now follows a chapter span */
.vc-est-section-head .vc-est-chapter + .vc-est-label,
.vc-est-faq__left .vc-est-chapter + .vc-est-label {
  margin-top: 4px;
}

/* ==========================================================================
   EDITORIAL PULL QUOTE
   — Dark navy section between Location and Overview, narrative break
   ========================================================================== */
.vc-est-pullquote {
  padding: 96px 0 80px;
  background: var(--est-forest-dk);
  position: relative;
  overflow: hidden;
}
/* Background radial glow */
.vc-est-pullquote::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px circle at 30% 50%, rgba(37, 99, 235, 0.12), transparent 60%),
    radial-gradient(400px circle at 80% 20%, rgba(96, 165, 250, 0.07), transparent 50%);
  pointer-events: none;
}
.vc-est-pullquote__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vc-est-pullquote__mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  line-height: 0.6;
  color: var(--est-accent);
  opacity: 0.22;
  margin-bottom: 28px;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.vc-est-pullquote__text {
  font-size: clamp(1.3rem, 2.4vw, 1.88rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 36px;
  letter-spacing: -0.01em;
}
.vc-est-pullquote__text em {
  font-style: normal;
  color: var(--est-accent-lt);
  background: none;
  -webkit-text-fill-color: unset;
  position: relative;
}
/* Animated underline on em */
.vc-est-pullquote__text em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--est-accent-lt), var(--est-accent));
  border-radius: 2px;
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.vc-est-pullquote__inner.is-visible .vc-est-pullquote__text em::after {
  width: 100%;
}
.vc-est-pullquote__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.vc-est-pullquote__sub::before,
.vc-est-pullquote__sub::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* ==========================================================================
   HERO SCROLL INDICATOR
   ========================================================================== */
.vc-est-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  animation: est-scroll-bounce 2.4s ease infinite;
  white-space: nowrap;
}
.vc-est-hero__scroll:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
@keyframes est-scroll-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.38;
  }
  50% {
    transform: translateX(-50%) translateY(9px);
    opacity: 0.68;
  }
}
@media (max-width: 576px) {
  .vc-est-hero__scroll {
    display: none;
  }
}

/* ==========================================================================
   SCROLL REVEAL — Bidirectional (bottom→top AND top→bottom)
   ========================================================================== */

/* data-animate system (new sections use this) */
[data-animate] {
  opacity: 0;
  transition:
    opacity 0.65s var(--est-ease),
    transform 0.65s var(--est-ease);
}
[data-animate="fade-up"] {
  transform: translateY(42px);
}
[data-animate="fade-down"] {
  transform: translateY(-30px);
}
[data-animate="fade-right"] {
  transform: translateX(-40px);
}
[data-animate="fade-left"] {
  transform: translateX(40px);
}
[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

/* Section head reveal (.vc-est-reveal) */
.vc-est-reveal {
  opacity: 0;
  transform: translateY(var(--est-from, 24px));
  transition:
    opacity 0.65s var(--est-ease),
    transform 0.65s var(--est-ease);
}
.vc-est-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Card elements observed directly by JS (still used for zones, plans, testimonials, FAQ) */
.vc-est-zone,
.vc-est-plan,
.vc-est-testimonial,
.vc-est-faq__item {
  opacity: 0;
  transform: translateY(var(--est-from, 28px));
  transition:
    opacity 0.6s var(--est-ease),
    transform 0.6s var(--est-ease);
}
.vc-est-zone.is-visible,
.vc-est-plan.is-visible,
.vc-est-testimonial.is-visible,
.vc-est-faq__item.is-visible {
  opacity: 1;
  transform: none;
}
/* Restore popular plan scale when visible */
.vc-est-plan--popular.is-visible {
  transform: scale(1.04);
}
.vc-est-plan--popular.is-visible:hover {
  transform: scale(1.04) translateY(-6px);
}

/* Stagger delays — nth-child within grids */
.vc-est-overview__grid .vc-est-overview__card:nth-child(1) {
  transition-delay: 0.04s;
}
.vc-est-overview__grid .vc-est-overview__card:nth-child(2) {
  transition-delay: 0.11s;
}
.vc-est-overview__grid .vc-est-overview__card:nth-child(3) {
  transition-delay: 0.18s;
}
.vc-est-overview__grid .vc-est-overview__card:nth-child(4) {
  transition-delay: 0.25s;
}
.vc-est-overview__grid .vc-est-overview__card:nth-child(5) {
  transition-delay: 0.32s;
}
.vc-est-overview__grid .vc-est-overview__card:nth-child(6) {
  transition-delay: 0.39s;
}

.vc-est-infra__grid .vc-est-infra__card:nth-child(1) {
  transition-delay: 0.04s;
}
.vc-est-infra__grid .vc-est-infra__card:nth-child(2) {
  transition-delay: 0.11s;
}
.vc-est-infra__grid .vc-est-infra__card:nth-child(3) {
  transition-delay: 0.18s;
}
.vc-est-infra__grid .vc-est-infra__card:nth-child(4) {
  transition-delay: 0.25s;
}
.vc-est-infra__grid .vc-est-infra__card:nth-child(5) {
  transition-delay: 0.32s;
}
.vc-est-infra__grid .vc-est-infra__card:nth-child(6) {
  transition-delay: 0.39s;
}

.vc-est-zones__grid .vc-est-zone:nth-child(1) {
  transition-delay: 0.05s;
}
.vc-est-zones__grid .vc-est-zone:nth-child(2) {
  transition-delay: 0.14s;
}
.vc-est-zones__grid .vc-est-zone:nth-child(3) {
  transition-delay: 0.23s;
}

.vc-est-plans__grid .vc-est-plan:nth-child(1) {
  transition-delay: 0.05s;
}
.vc-est-plans__grid .vc-est-plan:nth-child(2) {
  transition-delay: 0.14s;
}
.vc-est-plans__grid .vc-est-plan:nth-child(3) {
  transition-delay: 0.23s;
}

.vc-est-nearby__grid .vc-est-nearby__card:nth-child(1) {
  transition-delay: 0.04s;
}
.vc-est-nearby__grid .vc-est-nearby__card:nth-child(2) {
  transition-delay: 0.1s;
}
.vc-est-nearby__grid .vc-est-nearby__card:nth-child(3) {
  transition-delay: 0.16s;
}
.vc-est-nearby__grid .vc-est-nearby__card:nth-child(4) {
  transition-delay: 0.22s;
}
.vc-est-nearby__grid .vc-est-nearby__card:nth-child(5) {
  transition-delay: 0.28s;
}
.vc-est-nearby__grid .vc-est-nearby__card:nth-child(6) {
  transition-delay: 0.34s;
}

.vc-est-testimonials__grid .vc-est-testimonial:nth-child(1) {
  transition-delay: 0.06s;
}
.vc-est-testimonials__grid .vc-est-testimonial:nth-child(2) {
  transition-delay: 0.15s;
}
.vc-est-testimonials__grid .vc-est-testimonial:nth-child(3) {
  transition-delay: 0.24s;
}

.vc-est-faq__list .vc-est-faq__item:nth-child(1) {
  transition-delay: 0.04s;
}
.vc-est-faq__list .vc-est-faq__item:nth-child(2) {
  transition-delay: 0.1s;
}
.vc-est-faq__list .vc-est-faq__item:nth-child(3) {
  transition-delay: 0.16s;
}
.vc-est-faq__list .vc-est-faq__item:nth-child(4) {
  transition-delay: 0.22s;
}
.vc-est-faq__list .vc-est-faq__item:nth-child(5) {
  transition-delay: 0.28s;
}
.vc-est-faq__list .vc-est-faq__item:nth-child(6) {
  transition-delay: 0.34s;
}
