
/* ── VIDEO HERO ── */
.consult-video-hero {
  background: var(--black);
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
}
.consult-video-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(255,27,129,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.consult-hero-text {
  text-align: center;
  padding: 0 2rem 3.5rem;
  position: relative; z-index: 1;
}
.consult-hero-text .eyebrow { color: rgba(255,255,255,0.45); }
.consult-hero-text h1 { color: var(--white); }
.consult-hero-text p  { color: rgba(255,255,255,0.6); max-width: 580px; margin: 1rem auto 2rem; }

.consult-hero-text h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
}

.video-container {
  max-width: 900px; margin: 0 auto;
  padding: 0 2rem;
  position: relative; z-index: 1;
}
.video-wrap {
  position: relative;
  border: 2px solid rgba(255,27,129,0.25);
  overflow: hidden;
  background: #000;
}
.video-wrap video {
  width: 100%; height: auto;
  display: block;
  max-height: 540px;
  object-fit: cover;
}
.video-label {
  background: rgba(0,0,0,0.6);
  padding: 0.75rem 1.2rem;
  text-align: center;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* ── CROWN STRIP ── */
.crown-strip {
  background: var(--pink);
  padding: 1.2rem 2rem;
  text-align: center;
}
.crown-strip p {
  margin: 0; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--white); line-height: 1.7;
}

/* ── INTRO SECTION ── */
.consult-intro {
  background: var(--white);
  padding: 6rem 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 860px) { .intro-grid { grid-template-columns: 1fr; gap: 3rem; } }
.intro-bullets { list-style: none; margin-top: 1.5rem; }
.intro-bullets li {
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding: 0.6rem 0; border-bottom: 1px solid var(--linen);
  font-size: 0.84rem; color: var(--grey);
}
.intro-bullets li:last-child { border-bottom: none; }
.intro-bullets li::before {
  content: ''; width: 6px; height: 6px;
  background: var(--pink); border-radius: 50%;
  flex-shrink: 0; margin-top: 0.5rem;
}
.intro-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--linen);
}
.intro-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.intro-badge {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  background: var(--black);
  padding: 0.8rem 1.2rem;
  border-left: 3px solid var(--pink);
}
.intro-badge-title {
  font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink); display: block; margin-bottom: 0.2rem;
}
.intro-badge-name {
  font-size: 0.88rem; font-weight: 600;
  color: var(--white);
}

/* ── TOGGLE SECTION ── */
.consult-toggle-wrap { max-width: 860px; margin: 0 auto; }

/* ── Selector pills ── */
.consult-selector {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.cselector-btn {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  border: 1.5px solid var(--pink);
  background: transparent;
  color: var(--pink);
  font-family: var(--body); font-size: 0.78rem;
  font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  min-height: 50px;
}
.cselector-btn svg { flex-shrink: 0; transition: transform 0.25s; }
.cselector-btn:hover { background: var(--pink-pale); }
.cselector-btn.active {
  background: var(--pink); color: #fff;
  box-shadow: 0 6px 24px rgba(255,27,129,0.3);
}
.cselector-btn.active svg path, .cselector-btn.active svg circle,
.cselector-btn.active svg rect, .cselector-btn.active svg line,
.cselector-btn.active svg polyline { stroke: #fff; }

/* ── Tab content card ── */
.consult-card {
  display: none;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--linen);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}
.consult-card.active { display: block; }

/* Card header bar */
.ccard-header {
  display: flex; align-items: center;
  gap: 1.5rem;
  background: var(--black);
  padding: 1.5rem 2.5rem;
}
.ccard-header-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,27,129,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ccard-header-text { flex: 1; }
.ccard-eyebrow {
  font-size: 0.58rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--pink);
  display: block; margin-bottom: 0.25rem;
}
.ccard-title {
  font-family: var(--heading); font-size: 1.4rem;
  color: #fff; font-weight: 400; margin: 0; line-height: 1.2;
}
.ccard-badge {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--pink);
  border: 1px solid rgba(255,27,129,0.35);
  padding: 0.3rem 0.8rem; border-radius: 20px;
  white-space: nowrap;
}

/* Card meta strip */
.ccard-meta {
  display: flex; gap: 0; border-bottom: 1px solid var(--linen);
  flex-wrap: wrap;
}
.ccard-meta-item {
  padding: 1rem 2rem; border-right: 1px solid var(--linen);
  flex: 1; min-width: 120px;
}
.ccard-meta-item:last-child { border-right: none; }
.ccard-meta-label {
  font-size: 0.54rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--grey-light);
  display: block; margin-bottom: 0.2rem;
}
.ccard-meta-val {
  font-size: 0.82rem; font-weight: 600; color: var(--black);
}

/* Card form area */
.ccard-body { padding: 2.5rem; }
.ccard-body-title {
  font-family: var(--heading); font-size: 1rem; color: var(--black);
  margin-bottom: 0.3rem;
}
.ccard-body-sub {
  font-size: 0.78rem; color: var(--grey); margin-bottom: 2rem;
  line-height: 1.7;
}
.ccard-body iframe { width: 100%; min-height: 700px; border: none; display: block; }

/* ── FORM SKELETON — shown while the third-party form loads ── */
.form-skeleton { padding: 0.5rem 0 1rem; }
.fskel-row { margin-bottom: 1.1rem; }
.fskel-label {
  width: 90px; height: 10px; border-radius: 4px; margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #ececec 25%, #f6f6f6 37%, #ececec 63%);
  background-size: 400% 100%; animation: fskelShimmer 1.4s ease infinite;
}
.fskel-label.short { width: 220px; }
.fskel-input {
  width: 100%; height: 44px; border-radius: 6px;
  background: linear-gradient(90deg, #f0f0f0 25%, #f8f8f8 37%, #f0f0f0 63%);
  background-size: 400% 100%; animation: fskelShimmer 1.4s ease infinite;
}
.fskel-input.tall { height: 80px; }
.fskel-row:has(.fskel-check) { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.fskel-check {
  width: 130px; height: 16px; border-radius: 4px;
  background: linear-gradient(90deg, #ececec 25%, #f6f6f6 37%, #ececec 63%);
  background-size: 400% 100%; animation: fskelShimmer 1.4s ease infinite;
}
.fskel-btn {
  width: 110px; height: 42px; border-radius: 6px;
  background: linear-gradient(90deg, #e8e8e8 25%, #f0f0f0 37%, #e8e8e8 63%);
  background-size: 400% 100%; animation: fskelShimmer 1.4s ease infinite;
}
.fskel-note {
  margin-top: 1.2rem; font-size: 0.72rem; color: var(--grey);
  text-align: center;
}
@keyframes fskelShimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .fskel-label, .fskel-input, .fskel-check, .fskel-btn { animation: none; background: #eee; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .cselector-btn { flex: 1; justify-content: center; min-width: 140px; padding: 0.8rem 1.2rem; font-size: 0.72rem; }
  .ccard-header { padding: 1.25rem 1.5rem; gap: 1rem; }
  .ccard-header-icon { width: 40px; height: 40px; }
  .ccard-title { font-size: 1.2rem; }
  .ccard-badge { display: none; }
  .ccard-meta-item { padding: 0.75rem 1.25rem; }
  .ccard-body { padding: 1.5rem; }
}

.section-header-cons { text-align:center; margin-bottom:4rem; }
.section-header-cons p { margin:1.2rem auto 0; }
