/* ═══════════════════════════════════════════════════
   Selling Your Property (The Vesta Method)
   ═══════════════════════════════════════════════════ */

/* ─── Hero ─── */
.vcg-selling-hero {
  padding: 120px 24px 100px;
  text-align: center;
}
.vcg-selling-hero-content {
  max-width: 680px;
  margin: 0 auto;
}
.vcg-selling-hero h1 {
  color: var(--vcg-white);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin-bottom: 0;
  line-height: 1.15;
}
.vcg-selling-hero-tagline {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 24px auto 32px;
  line-height: 1.7;
}

/* ─── Why Vesta Grid ─── */
.vcg-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.vcg-why-item h4 {
  font-family: var(--vcg-font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--vcg-black);
  margin-bottom: 8px;
}
.vcg-why-item p {
  font-size: 15px;
  color: var(--vcg-text-light);
}

@media (max-width: 768px) {
  .vcg-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .vcg-why-grid { grid-template-columns: 1fr; }
}

/* ─── Large Step Number ─── */
.vcg-step-number-lg {
  font-family: var(--vcg-font-heading);
  font-size: 4rem;
  color: var(--vcg-gold);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

/* ─── Feature Grid (stacked variant for step details) ─── */
.vcg-feature-grid-stacked {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 24px;
}
.vcg-feature-grid-stacked .vcg-feature-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--vcg-border-light);
}
.vcg-feature-grid-stacked .vcg-feature-item:last-child {
  border-bottom: none;
}

/* ─── Pricing Triangle Diagram ─── */
.vcg-triangle-diagram {
  background: var(--vcg-bg-subtle);
  border-radius: var(--vcg-radius-lg);
  padding: 40px 32px;
}
.vcg-triangle-visual {
  position: relative;
  max-width: 320px;
  margin: 0 auto 32px;
  text-align: center;
}
.vcg-triangle-shape {
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-bottom: 220px solid rgba(212,168,75,0.12);
  margin: 0 auto;
  position: relative;
}
.vcg-triangle-shape::after {
  content: '';
  position: absolute;
  top: 12px;
  left: -130px;
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-bottom: 200px solid var(--vcg-bg-subtle);
}
.vcg-triangle-top {
  position: relative;
  z-index: 2;
  margin-bottom: -8px;
}
.vcg-triangle-label {
  font-family: var(--vcg-font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vcg-gold);
}
.vcg-triangle-bottom-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: -8px;
  padding: 0 8px;
}
.vcg-triangle-center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: var(--vcg-font-body);
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: var(--vcg-text-light);
  text-align: center;
  width: 140px;
  line-height: 1.4;
}
.vcg-triangle-rules {
  max-width: 360px;
  margin: 0 auto;
}
.vcg-triangle-rules p {
  font-size: 14px;
  color: var(--vcg-text);
  padding: 8px 0;
  border-bottom: 1px solid var(--vcg-border-light);
  margin: 0;
}
.vcg-triangle-rules p:last-child { border-bottom: none; }

/* ─── Prep Cards ─── */
.vcg-prep-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.vcg-prep-card {
  padding: 40px 32px;
  border: 1px solid var(--vcg-border);
  border-radius: var(--vcg-radius-lg);
  background: var(--vcg-white);
}
.vcg-prep-card h3 { margin-bottom: 8px; }
.vcg-prep-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.vcg-prep-card ul li {
  font-size: 14px;
  color: var(--vcg-text);
  padding: 10px 0;
  border-bottom: 1px solid var(--vcg-border-light);
  line-height: 1.6;
}
.vcg-prep-card ul li:last-child { border-bottom: none; }

/* Dark variant (Seller's Edge) */
.vcg-prep-card-dark {
  background: var(--vcg-black);
  color: var(--vcg-white);
  border-color: var(--vcg-black);
}
.vcg-prep-card-dark h3 { color: var(--vcg-white); }
.vcg-prep-card-dark ul li {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.1);
}

.vcg-seller-edge-number {
  font-family: var(--vcg-font-heading);
  font-size: 3.5rem;
  color: var(--vcg-gold);
  line-height: 1;
  margin-top: 16px;
}
.vcg-seller-edge-label {
  font-family: var(--vcg-font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .vcg-prep-cards { grid-template-columns: 1fr; }
}

/* ─── Staging Detail ─── */
.vcg-staging-detail {
  max-width: var(--vcg-max-width-narrow);
  margin: 48px auto 0;
  text-align: center;
}
.vcg-staging-detail h3 {
  color: var(--vcg-white);
  margin-bottom: 12px;
}
.vcg-staging-detail p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.7;
}

/* ─── Stats in dark section ─── */
.vcg-section-dark .vcg-stat-number {
  color: var(--vcg-gold);
}

/* ─── Marketing Grid ─── */
.vcg-marketing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}
.vcg-marketing-item {
  padding: 24px;
  background: var(--vcg-white);
  border: 1px solid var(--vcg-border);
  border-radius: var(--vcg-radius);
  transition: transform var(--vcg-transition), box-shadow var(--vcg-transition);
}
.vcg-marketing-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.vcg-marketing-item h4 {
  font-family: var(--vcg-font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--vcg-black);
  margin-bottom: 8px;
}
.vcg-marketing-item p {
  font-size: 14px;
  color: var(--vcg-text-light);
  margin: 0;
}

/* ─── Before + After ─── */
.vcg-before-after-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.vcg-before-after-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.vcg-before-after-img {
  position: relative;
  border-radius: var(--vcg-radius);
  overflow: hidden;
  background: var(--vcg-bg-subtle);
  aspect-ratio: 4 / 3;
}
.vcg-before-after-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vcg-ba-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--vcg-black);
  color: var(--vcg-white);
  font-family: var(--vcg-font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  z-index: 2;
}
.vcg-ba-label-after {
  background: var(--vcg-gold);
}
.vcg-ba-caption {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 14px;
  color: var(--vcg-text-light);
  margin: 0;
  font-style: italic;
}

@media (max-width: 600px) {
  .vcg-before-after-pair { grid-template-columns: 1fr; }
}

/* ─── Selling FAQ ─── */
.vcg-selling-faq {
  max-width: var(--vcg-max-width-narrow);
  margin: 0 auto;
}

/* ─── CTA Banner Buttons ─── */
.vcg-cta-banner-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
