:root {
  --orange: #F07030;
  --orange-light: #FF9B5A;
  --orange-vlight: #FFF0E5;
  --orange-dark: #C85A18;
  --white: #FFFFFF;
  --off-white: #FAFAFA;
  --soft-white: #F5F5F5;
  --text-dark: #1A1A1A;
  --text-mid: #555555;
  --text-light: #888888;
  --border: #E5E5E5;
  --border-light: #F0F0F0;
}

/* ===== Page Header ===== */
.vc-header {
  position: relative;
  padding: 180px 0 100px;
  background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 60%, var(--orange-vlight) 100%);
  overflow: hidden;
}
.vc-header::before {
  content: '';
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(240,112,48,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.vc-header::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  bottom: -120px; left: 6%;
  background: radial-gradient(circle, rgba(240,112,48,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.vc-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.vc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-light);
  margin-bottom: 24px;
}
.vc-breadcrumb a { color: var(--text-light); transition: color .2s; }
.vc-breadcrumb a:hover { color: var(--orange); }
.vc-breadcrumb span.sep { opacity: .6; }
.vc-breadcrumb span.cur { color: var(--orange); }
.vc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange-vlight);
  color: var(--orange-dark);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 18px;
}
.vc-eyebrow::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange);
}
.vc-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: .02em;
}
.vc-title .accent { color: var(--orange); }
.vc-desc {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 2;
  max-width: 640px;
}

/* ===== Section base ===== */
.vc-section { padding: 100px 0; }
.vc-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.vc-section-head {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 720px;
}
.vc-section-head .vc-eyebrow { margin-left: auto; margin-right: auto; }
.vc-section-title {
  font-size: clamp(26px, 3.3vw, 38px);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 14px;
}
.vc-section-title .accent { color: var(--orange); }
.vc-section-lead {
  color: var(--text-mid);
  line-height: 2;
  font-size: 15px;
  margin: 0 auto;
}

/* ===== Photo Frame ===== */
.photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 240px;
  border: 2px dashed var(--orange);
  background: linear-gradient(135deg, #ffffff 0%, var(--off-white) 50%, var(--orange-vlight) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(240,112,48,.06);
}
.photo-frame::before {
  content: attr(data-label);
  position: absolute;
  top: 14px; left: 18px;
  font-size: 10.5px;
  letter-spacing: .12em;
  color: var(--orange-dark);
  background: rgba(255,255,255,.92);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.photo-frame-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--text-mid);
}
svg.photo-frame-icon {
  width: 56px; height: 56px;
  color: var(--orange);
}
.photo-frame-text {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--orange-dark);
}
.photo-frame-hint {
  font-size: 11px;
  color: var(--text-light);
}

/* ===== Featured Voice ===== */
.vc-featured {
  background: var(--white);
}
.vc-featured-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  background: var(--off-white);
  border: 1px solid var(--border-light);
  border-radius: 28px;
  padding: 48px;
}
.vc-featured-photo .photo-frame { aspect-ratio: 4 / 5; min-height: 360px; }
.vc-featured-quote-mark {
  font-family: 'Inter', serif;
  font-size: 80px;
  font-weight: 900;
  color: var(--orange);
  line-height: .8;
  margin-bottom: 12px;
}
.vc-featured-text {
  font-size: 18px;
  line-height: 2;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 28px;
}
.vc-featured-text .hl {
  background: linear-gradient(transparent 64%, var(--orange-vlight) 64%);
  padding: 0 4px;
  font-weight: 800;
}
.vc-featured-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
}
.vc-author-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange-vlight);
  border: 2px solid var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange-dark);
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}
.vc-author-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.vc-author-attr {
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: .04em;
}

/* ===== Voices Grid ===== */
.vc-voices { background: var(--off-white); }
.vc-voices-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: center;
}
.vc-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.vc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(176,120,64,.10);
  border-color: var(--orange-light);
}
.vc-card-photo .photo-frame {
  aspect-ratio: 1 / 1;
  min-height: 200px;
  border-radius: 16px;
}
.vc-card-mark {
  font-family: 'Inter', serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--orange-vlight);
  line-height: .6;
}
.vc-card-text {
  font-size: 14.5px;
  color: var(--text-dark);
  line-height: 2;
  flex: 1;
}
.vc-card-text .hl {
  background: linear-gradient(transparent 64%, var(--orange-vlight) 64%);
  padding: 0 3px;
  font-weight: 700;
}
.vc-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}
.vc-card-author .vc-author-avatar {
  width: 44px; height: 44px;
  font-size: 16px;
}
.vc-card-author-info { flex: 1; }
.vc-card-name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 2px;
}
.vc-card-attr {
  font-size: 11.5px;
  color: var(--text-light);
}

/* ===== Stats ===== */
.vc-stats { background: var(--white); }
.vc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.vc-stat-card {
  background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 36px 24px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.vc-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(176,120,64,.10);
}
.vc-stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 10px;
}
.vc-stat-num .unit {
  font-size: 22px;
  color: var(--orange-dark);
  margin-left: 4px;
}
.vc-stat-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: .04em;
}

/* ===== CTA ===== */
.vc-cta {
  padding: 110px 24px;
  background:
    radial-gradient(700px 400px at 80% 20%, rgba(240,112,48,.10) 0%, transparent 60%),
    radial-gradient(600px 400px at 20% 80%, rgba(240,112,48,.06) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  text-align: center;
  border-top: 1px solid var(--border-light);
}
.vc-cta-inner { max-width: 720px; margin: 0 auto; }
.vc-cta-title {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.45;
  margin-bottom: 16px;
}
.vc-cta-title .accent {
  color: var(--orange);
  background: linear-gradient(180deg, transparent 60%, var(--orange-vlight) 60%);
  padding: 0 6px;
}
.vc-cta-desc {
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 32px;
  font-size: 15px;
}
.vc-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.vc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .04em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor: pointer;
  border: none;
}
.vc-btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(240,112,48,.32);
}
.vc-btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(240,112,48,.42);
}
.vc-btn-outline {
  background: var(--white);
  color: var(--orange);
  border: 2px solid var(--orange);
}
.vc-btn-outline:hover { background: var(--orange-vlight); }

/* ===== Animations ===== */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .vc-voices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
  .vc-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-featured-grid { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
}
@media (max-width: 768px) {
  .vc-section { padding: 72px 0; }
  .vc-header { padding: 140px 0 72px; }
  .vc-voices-grid { grid-template-columns: 1fr; max-width: 420px; gap: 20px; }
  .vc-featured-grid { padding: 24px; }
  .vc-featured-text { font-size: 15.5px; }
}
