/* ═══════════════════════════════════════════════════════════════
   Yoga Calculator Pro — Frontend CSS v4
   High-specificity rules to override any WordPress theme
   ═══════════════════════════════════════════════════════════════ */

/* Force dark background on the wrap itself */
.yoga-wrap {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  color: #e2d9f3;
  max-width: 680px;
  margin: 0 auto;
}

/* ── Glass Card ──────────────────────────────────────────────── */
.yoga-wrap .yc-card {
  background: rgba(26,13,53,0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(139,92,246,0.18) !important;
  border-radius: 20px !important;
  padding: 30px !important;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(139,92,246,0.1);
}
.yoga-wrap .yc-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167,139,250,0.4), transparent);
  pointer-events: none;
}

/* ── Form title (no eyebrow — just H2 directly) ──────────────── */
.yoga-wrap .yc-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #e2d9f3 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
}
.yoga-wrap .yc-form-desc {
  font-size: 13px !important;
  color: #a89bc8 !important;
  line-height: 1.65 !important;
  margin-bottom: 22px !important;
}

/* ── Social proof ────────────────────────────────────────────── */
.yoga-wrap .yc-social-proof {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #6b5f8a;
  margin-bottom: 22px;
}
.yoga-wrap .yc-sp-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #10b981; flex-shrink: 0;
  box-shadow: 0 0 6px #10b981;
  animation: yc-pulse 2s infinite;
}
@keyframes yc-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.9)} }

/* ── Field ───────────────────────────────────────────────────── */
.yoga-wrap .yc-field { margin-bottom: 22px !important; }
.yoga-wrap .yc-field-label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #6b5f8a !important;
  margin-bottom: 8px !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
}
.yoga-wrap .yc-field-hint {
  font-size: 11px !important;
  color: #a78bfa !important;
  font-style: italic !important;
  margin-top: 5px !important;
}

/* ── Input (high specificity to beat WP themes) ──────────────── */
.yoga-wrap .yc-input,
.yoga-wrap input.yc-input,
.yoga-wrap select.yc-input {
  width: 100% !important;
  background: rgba(45,18,96,0.55) !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  border-radius: 12px !important;
  padding: 13px 16px !important;
  color: #e2d9f3 !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 15px !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.yoga-wrap .yc-input:focus,
.yoga-wrap input.yc-input:focus,
.yoga-wrap select.yc-input:focus {
  border-color: rgba(167,139,250,0.35) !important;
  box-shadow: 0 0 0 3px rgba(109,40,217,0.15) !important;
}
.yoga-wrap .yc-input::placeholder { color: #6b5f8a !important; }
.yoga-wrap select.yc-input option { background: #1a0d35; color: #e2d9f3; }

/* ── Place autocomplete dropdown ─────────────────────────────── */
.yoga-wrap .yc-place-wrap { position: relative; }
.yoga-wrap .yc-place-dropdown {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 9999;
  background: #1a0d35;
  border: 1px solid rgba(139,92,246,0.3);
  border-radius: 12px;
  margin-top: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.yoga-wrap .yc-place-option {
  padding: 11px 16px;
  font-size: 13px;
  color: #a89bc8;
  cursor: pointer;
  border-bottom: 1px solid rgba(139,92,246,0.1);
  transition: background 0.15s;
  font-family: 'DM Sans', system-ui, sans-serif;
}
.yoga-wrap .yc-place-option:last-child { border-bottom: none; }
.yoga-wrap .yc-place-option:hover,
.yoga-wrap .yc-place-option.active {
  background: rgba(109,40,217,0.25);
  color: #e2d9f3;
}
.yoga-wrap .yc-place-option strong { color: #e2d9f3; }

/* ── Time row ────────────────────────────────────────────────── */
.yoga-wrap .yc-time-row { display: flex; gap: 8px; align-items: center; }
.yoga-wrap .yc-time-box,
.yoga-wrap input.yc-time-box {
  width: 74px !important;
  background: rgba(45,18,96,0.55) !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  border-radius: 12px !important;
  padding: 13px 10px !important;
  color: #e2d9f3 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-align: center !important;
  outline: none !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.yoga-wrap .yc-time-colon { color: #6b5f8a; font-size: 22px; font-weight: 300; }
.yoga-wrap .yc-ampm-group { display: flex; gap: 5px; margin-left: 4px; }
.yoga-wrap .yc-ampm-btn {
  padding: 10px 16px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  background: transparent !important;
  color: #6b5f8a !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.2s;
}
.yoga-wrap .yc-ampm-btn.active {
  background: rgba(109,40,217,0.35) !important;
  border-color: rgba(167,139,250,0.3) !important;
  color: #a78bfa !important;
}

/* ── Accuracy toggle ─────────────────────────────────────────── */
.yoga-wrap .yc-acc-toggle { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.yoga-wrap .yc-acc-btn {
  padding: 11px 6px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  background: transparent !important;
  color: #6b5f8a !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: center !important;
  cursor: pointer;
  transition: all 0.2s;
}
.yoga-wrap .yc-acc-btn.active {
  background: rgba(45,18,96,0.85) !important;
  border-color: rgba(167,139,250,0.3) !important;
  color: #e2d9f3 !important;
}
.yoga-wrap .yc-acc-btn.active.approx {
  border-color: rgba(192,38,211,0.5) !important;
  color: #e879f9 !important;
}
.yoga-wrap .yc-acc-info {
  margin-top: 10px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}
.yoga-wrap .yc-acc-info.exact   { background: rgba(16,185,129,0.07) !important; border: 1px solid rgba(16,185,129,0.2) !important; color: #6ee7b7 !important; }
.yoga-wrap .yc-acc-info.approx  { background: rgba(192,38,211,0.07) !important; border: 1px solid rgba(192,38,211,0.25) !important; color: #f0abfc !important; }
.yoga-wrap .yc-acc-info.unknown { background: rgba(107,95,138,0.1) !important;  border: 1px solid rgba(107,95,138,0.2) !important;  color: #6b5f8a !important; }

/* ── Gender segment ──────────────────────────────────────────── */
.yoga-wrap .yc-seg-row { display: flex; gap: 6px; }
.yoga-wrap .yc-seg-btn {
  flex: 1 !important;
  padding: 11px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  background: transparent !important;
  color: #6b5f8a !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center !important;
}
.yoga-wrap .yc-seg-btn.active {
  background: rgba(45,18,96,0.85) !important;
  border-color: rgba(167,139,250,0.3) !important;
  color: #a78bfa !important;
}

/* ── Advanced toggle ─────────────────────────────────────────── */
.yoga-wrap .yc-adv-toggle {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 16px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(139,92,246,0.18) !important;
  background: transparent !important;
  color: #6b5f8a !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 13px !important;
  cursor: pointer;
  width: 100% !important;
  text-align: left !important;
  transition: border-color 0.2s;
}
.yoga-wrap .yc-adv-toggle:hover { border-color: rgba(167,139,250,0.3) !important; color: #a89bc8 !important; }
.yoga-wrap .yc-adv-panel { display: none; margin-top: 14px; }
.yoga-wrap .yc-adv-panel.open { display: block; }

/* ── Submit CTA ──────────────────────────────────────────────── */
.yoga-wrap .yc-submit-btn,
.yoga-wrap button.yc-submit-btn {
  width: 100% !important;
  padding: 17px !important;
  margin-top: 6px !important;
  background: linear-gradient(135deg, #7c3aed, #a21caf, #c026d3) !important;
  border: none !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  box-shadow: 0 0 30px rgba(139,92,246,0.35), 0 4px 20px rgba(0,0,0,0.4) !important;
  letter-spacing: 0.02em;
}
.yoga-wrap .yc-submit-btn:hover { opacity: 0.92; }
.yoga-wrap .yc-submit-btn:active { transform: scale(0.99); }
.yoga-wrap .yc-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.yoga-wrap .yc-disclaimer { font-size: 11px; color: #6b5f8a; text-align: center; margin-top: 14px; line-height: 1.55; }
.yoga-wrap .yc-error {
  margin-top: 10px; padding: 10px 14px; border-radius: 10px;
  background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.25);
  font-size: 12px; color: #fca5a5;
}

/* ═══════════════════════════════════════════════════════════════
   RESULTS
   ═══════════════════════════════════════════════════════════════ */

/* Accuracy warnings */
.yoga-wrap .yc-tob-warning {
  background: rgba(192,38,211,0.07); border: 1px solid rgba(192,38,211,0.25);
  border-radius: 10px; padding: 10px 14px; margin-bottom: 14px;
  font-size: 12px; color: #f0abfc; line-height: 1.55;
}
.yoga-wrap .yc-tob-unknown {
  background: rgba(107,95,138,0.1); border: 1px solid rgba(107,95,138,0.2);
  border-radius: 10px; padding: 10px 14px; margin-bottom: 14px;
  font-size: 12px; color: #6b5f8a; line-height: 1.55;
}

/* Dasha alert */
.yoga-wrap .yc-dasha-alert {
  background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(6,182,212,0.06));
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 14px; padding: 16px 18px; margin-bottom: 16px;
  display: flex; align-items: flex-start; gap: 12px;
}
.yoga-wrap .yc-pulse-dot {
  width: 10px; height: 10px; background: #10b981; border-radius: 50%;
  margin-top: 5px; flex-shrink: 0; box-shadow: 0 0 10px #10b981;
  animation: yc-pulse 2s infinite;
}
.yoga-wrap .yc-alert-text { font-size: 13px; color: #a7f3d0; line-height: 1.6; }
.yoga-wrap .yc-alert-text strong { color: #6ee7b7; }

/* Score row */
.yoga-wrap .yc-score-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.yoga-wrap .yc-score-card {
  background: rgba(26,13,53,0.75) !important;
  border: 1px solid rgba(139,92,246,0.15) !important;
  border-radius: 14px !important;
  padding: 18px !important;
  text-align: center;
  position: relative; overflow: hidden;
}
.yoga-wrap .yc-score-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(139,92,246,0.08), transparent 60%);
  pointer-events: none;
}
.yoga-wrap .yc-score-num {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 36px !important; font-weight: 600 !important;
  background: linear-gradient(135deg, #a78bfa, #e879f9);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 4px; position: relative;
}
.yoga-wrap .yc-score-sep { font-size: 16px; -webkit-text-fill-color: #6b5f8a; color: #6b5f8a; }
.yoga-wrap .yc-score-sub { font-size: 11px; color: #6b5f8a; letter-spacing: 0.04em; position: relative; }

/* Yoga card */
.yoga-wrap .yc-yoga-card {
  background: rgba(26,13,53,0.75) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(139,92,246,0.15) !important;
  border-radius: 16px !important;
  padding: 22px !important;
  margin-bottom: 12px;
  position: relative; overflow: hidden;
}
.yoga-wrap .yc-yoga-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167,139,250,0.3), transparent);
  pointer-events: none;
}
.yoga-wrap .yc-yoga-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 8px; }
.yoga-wrap .yc-yoga-name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 21px !important; font-weight: 500 !important; color: #e2d9f3 !important;
}
.yoga-wrap .yc-yoga-badge {
  font-size: 10px !important; font-weight: 600 !important;
  padding: 4px 11px !important; border-radius: 20px !important;
  text-transform: uppercase !important; letter-spacing: 0.1em !important;
  white-space: nowrap; flex-shrink: 0;
}
.yoga-wrap .yc-badge-b { background: rgba(16,185,129,0.12) !important; color: #6ee7b7 !important; border: 1px solid rgba(16,185,129,0.25) !important; }
.yoga-wrap .yc-badge-m { background: rgba(248,113,113,0.1) !important;  color: #fca5a5 !important; border: 1px solid rgba(248,113,113,0.2) !important; }
.yoga-wrap .yc-badge-p { background: rgba(139,92,246,0.12) !important;  color: #a78bfa !important; border: 1px solid rgba(139,92,246,0.25) !important; }

.yoga-wrap .yc-str-wrap { margin: 10px 0 12px; }
.yoga-wrap .yc-str-label { font-size: 11px !important; color: #6b5f8a !important; margin-bottom: 5px !important; display: flex !important; justify-content: space-between !important; }
.yoga-wrap .yc-str-bar { height: 3px !important; background: rgba(255,255,255,0.06) !important; border-radius: 3px !important; overflow: hidden !important; }
.yoga-wrap .yc-str-fill { height: 100% !important; border-radius: 3px !important; transition: width 1s ease !important; }
.yoga-wrap .yc-fill-b { background: linear-gradient(90deg, #10b981, #34d399) !important; }
.yoga-wrap .yc-fill-m { background: linear-gradient(90deg, #f87171, #fb923c) !important; }
.yoga-wrap .yc-fill-p { background: linear-gradient(90deg, #6d28d9, #c026d3) !important; }

.yoga-wrap .yc-yoga-desc { font-size: 13px !important; color: #a89bc8 !important; line-height: 1.65 !important; }
.yoga-wrap .yc-yoga-evidence {
  margin-top: 12px !important; padding: 9px 13px !important;
  background: rgba(109,40,217,0.08) !important; border: 1px solid rgba(109,40,217,0.15) !important;
  border-radius: 8px !important; font-size: 12px !important; color: #6b5f8a !important;
}
.yoga-wrap .yc-yoga-evidence span { color: #a78bfa !important; }

/* Planet grid */
.yoga-wrap .yc-planet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
@media (max-width:480px) { .yoga-wrap .yc-planet-grid { grid-template-columns: repeat(2,1fr); } }
.yoga-wrap .yc-planet-cell {
  background: rgba(45,18,96,0.45) !important;
  border: 1px solid rgba(109,40,217,0.18) !important;
  border-radius: 10px !important; padding: 10px 12px !important;
}
.yoga-wrap .yc-planet-name { font-size: 10px !important; font-weight: 700 !important; color: #a78bfa !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; margin-bottom: 4px !important; }
.yoga-wrap .yc-planet-sign { font-size: 14px !important; color: #e2d9f3 !important; font-weight: 500 !important; }
.yoga-wrap .yc-planet-house { font-size: 11px !important; color: #6b5f8a !important; margin-top: 1px !important; }
.yoga-wrap .yc-planet-dig { font-size: 10px !important; font-weight: 600 !important; margin-top: 4px !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; }
.yoga-wrap .yc-dig-s { color: #10b981 !important; }
.yoga-wrap .yc-dig-n { color: #a78bfa !important; }
.yoga-wrap .yc-dig-w { color: #f87171 !important; }

/* Paywall */
.yoga-wrap .yc-paywall {
  background: rgba(26,13,53,0.82) !important;
  border: 1px solid rgba(192,38,211,0.35) !important;
  border-radius: 18px !important;
  overflow: hidden; margin-top: 6px; position: relative;
}
.yoga-wrap .yc-paywall::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #6d28d9, #c026d3, #6d28d9);
}
.yoga-wrap .yc-pw-hdr {
  background: linear-gradient(135deg, rgba(109,40,217,0.2), rgba(192,38,211,0.12)) !important;
  padding: 20px 22px !important;
  border-bottom: 1px solid rgba(192,38,211,0.2) !important;
}
.yoga-wrap .yc-pw-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important; font-weight: 500 !important;
  background: linear-gradient(135deg, #f0abfc, #e879f9);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 4px !important;
}
.yoga-wrap .yc-pw-sub { font-size: 12px !important; color: #6b5f8a !important; }
.yoga-wrap .yc-pw-items { padding: 18px 22px !important; }
.yoga-wrap .yc-pw-item { display: flex !important; gap: 12px !important; padding: 10px 0 !important; border-bottom: 1px solid rgba(139,92,246,0.12) !important; }
.yoga-wrap .yc-pw-item:last-child { border-bottom: none !important; }
.yoga-wrap .yc-lock { font-size: 13px; opacity: 0.35; flex-shrink: 0; margin-top: 1px; }
.yoga-wrap .yc-pw-label { font-size: 13px !important; color: #a89bc8 !important; font-weight: 500 !important; }
.yoga-wrap .yc-pw-preview { font-size: 11px !important; color: #6b5f8a !important; font-style: italic !important; margin-top: 2px !important; filter: blur(3px) !important; user-select: none !important; }
.yoga-wrap .yc-pw-cta { padding: 18px 22px !important; background: rgba(109,40,217,0.07) !important; border-top: 1px solid rgba(139,92,246,0.12) !important; }
.yoga-wrap .yc-price-row { display: flex !important; align-items: baseline !important; gap: 10px !important; margin-bottom: 14px !important; }
.yoga-wrap .yc-price-main { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 32px !important; font-weight: 600 !important; color: #f0abfc !important; }
.yoga-wrap .yc-price-orig { font-size: 14px !important; color: #6b5f8a !important; text-decoration: line-through !important; }
.yoga-wrap .yc-price-note { font-size: 12px !important; color: #6b5f8a !important; }
.yoga-wrap .yc-price-save {
  background: rgba(16,185,129,0.1) !important; border: 1px solid rgba(16,185,129,0.22) !important;
  color: #10b981 !important; font-size: 11px !important; font-weight: 700 !important;
  padding: 3px 9px !important; border-radius: 12px !important;
}

/* Buy / CTA buttons */
.yoga-wrap .yc-buy-btn,
.yoga-wrap button.yc-buy-btn {
  width: 100% !important; padding: 15px !important;
  background: linear-gradient(135deg, #7c3aed, #a21caf, #c026d3) !important;
  border: none !important; border-radius: 12px !important; color: #fff !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 15px !important; font-weight: 600 !important;
  cursor: pointer; transition: opacity 0.2s;
  box-shadow: 0 0 20px rgba(139,92,246,0.35) !important;
  letter-spacing: 0.02em;
}
.yoga-wrap .yc-buy-btn:hover { opacity: 0.9; }
.yoga-wrap .yc-trust-row {
  display: flex !important; justify-content: center !important; gap: 16px !important;
  flex-wrap: wrap; font-size: 11px !important; color: #6b5f8a !important; margin-top: 12px !important;
}
.yoga-wrap .yc-coupon-row { display: flex !important; gap: 8px !important; max-width: 300px !important; margin: 12px auto 0 !important; }
.yoga-wrap .yc-coupon-input {
  flex: 1 !important; padding: 9px 12px !important;
  background: rgba(45,18,96,0.5) !important; border: 1px solid rgba(139,92,246,0.18) !important;
  border-radius: 8px !important; font-size: 12px !important; color: #e2d9f3 !important;
  outline: none !important; font-family: 'DM Sans', system-ui, sans-serif !important;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.yoga-wrap .yc-coupon-input::placeholder { text-transform: none; letter-spacing: 0; color: #6b5f8a !important; }
.yoga-wrap .yc-coupon-apply {
  padding: 9px 16px !important; background: rgba(109,40,217,0.4) !important;
  border: 1px solid rgba(167,139,250,0.3) !important; border-radius: 8px !important;
  font-size: 13px !important; font-weight: 600 !important; color: #a78bfa !important;
  cursor: pointer; font-family: 'DM Sans', system-ui, sans-serif !important;
}
.yoga-wrap .yc-coupon-apply:hover { background: rgba(109,40,217,0.6) !important; }
.yoga-wrap .yc-recalc-btn {
  background: none !important; border: 1px solid rgba(139,92,246,0.18) !important;
  border-radius: 10px !important; padding: 9px 18px !important;
  font-size: 12px !important; color: #6b5f8a !important;
  cursor: pointer; font-family: 'DM Sans', system-ui, sans-serif !important;
}
.yoga-wrap .yc-recalc-btn:hover { border-color: rgba(167,139,250,0.3) !important; color: #a78bfa !important; }

/* ═══════════════════════════════════════════════════════════════
   PLAN OVERLAY (appended to body, not inside .yoga-wrap)
   ═══════════════════════════════════════════════════════════════ */
#yc-plan-overlay {
  position: fixed; inset: 0; z-index: 999999;
  background: rgba(0,0,0,0.8); backdrop-filter: blur(8px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 40px 20px; overflow-y: auto;
  font-family: 'DM Sans', system-ui, sans-serif;
}
#yc-plan-overlay .yc-plan-modal {
  background: #1a0d35;
  border: 1px solid rgba(192,38,211,0.3);
  border-radius: 22px; padding: 36px 28px;
  max-width: 920px; width: 100%;
  position: relative;
  box-shadow: 0 0 80px rgba(109,40,217,0.3);
}
#yc-plan-overlay .yc-plan-close {
  position: absolute; top: 16px; right: 20px;
  background: rgba(45,18,96,0.6) !important;
  border: 1px solid rgba(139,92,246,0.3) !important;
  border-radius: 50% !important;
  width: 32px; height: 32px;
  font-size: 16px; color: #a78bfa !important;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  line-height: 1; transition: background 0.2s;
}
#yc-plan-overlay .yc-plan-close:hover { background: rgba(109,40,217,0.5) !important; color: #e2d9f3 !important; }
#yc-plan-overlay .yc-plan-modal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px; font-weight: 600; color: #e2d9f3;
  text-align: center; margin-bottom: 6px;
}
#yc-plan-overlay .yc-plan-modal-sub {
  font-size: 12px; color: #6b5f8a; text-align: center; margin-bottom: 28px;
}
#yc-plan-overlay .yc-plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
@media (max-width:680px) { #yc-plan-overlay .yc-plans-grid { grid-template-columns: 1fr; } }

#yc-plan-overlay .yc-plan-card {
  background: rgba(45,18,96,0.5);
  border: 1px solid rgba(109,40,217,0.2);
  border-radius: 16px; padding: 24px 18px;
  position: relative; display: flex; flex-direction: column;
}
#yc-plan-overlay .yc-plan-featured {
  background: rgba(109,40,217,0.2);
  border-color: rgba(192,38,211,0.45);
  box-shadow: 0 0 30px rgba(192,38,211,0.15);
}
#yc-plan-overlay .yc-plan-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #7c3aed, #c026d3);
  color: #fff; font-size: 10px; font-weight: 700; padding: 4px 14px;
  border-radius: 20px; white-space: nowrap; letter-spacing: 0.08em; text-transform: uppercase;
}
#yc-plan-overlay .yc-plan-icon { font-size: 26px; margin-bottom: 10px; text-align: center; }
#yc-plan-overlay .yc-plan-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px; font-weight: 600; color: #e2d9f3;
  text-align: center; margin-bottom: 8px; line-height: 1.25;
}
#yc-plan-overlay .yc-plan-desc { font-size: 11px; color: #6b5f8a; line-height: 1.6; margin-bottom: 14px; text-align: center; }
#yc-plan-overlay .yc-plan-items { flex: 1; margin-bottom: 16px; }
#yc-plan-overlay .yc-plan-item { display: flex; gap: 8px; font-size: 11px; color: #a89bc8; margin-bottom: 6px; line-height: 1.45; }
#yc-plan-overlay .yc-plan-check { color: #10b981; font-weight: 700; flex-shrink: 0; }
#yc-plan-overlay .yc-plan-price-row { display: flex; align-items: baseline; gap: 8px; justify-content: center; margin-bottom: 14px; }
#yc-plan-overlay .yc-plan-price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 600; color: #f0abfc; }
#yc-plan-overlay .yc-plan-orig { font-size: 13px; color: #6b5f8a; text-decoration: line-through; }
#yc-plan-overlay .yc-plan-save {
  background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.2);
  color: #10b981; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 10px;
}
#yc-plan-overlay .yc-buy-plan-btn {
  display: block; width: 100%; padding: 13px 10px;
  background: linear-gradient(135deg, #7c3aed, #c026d3);
  color: #fff; border: none; border-radius: 12px;
  font-size: 13px; font-weight: 600; font-family: 'DM Sans', system-ui, sans-serif;
  cursor: pointer; transition: opacity 0.2s; text-align: center;
  box-shadow: 0 0 16px rgba(139,92,246,0.3);
}
#yc-plan-overlay .yc-buy-plan-btn:hover { opacity: 0.9; }
#yc-plan-overlay .yc-plan-card:not(.yc-plan-featured) .yc-buy-plan-btn {
  background: rgba(109,40,217,0.35); border: 1px solid rgba(109,40,217,0.4); box-shadow: none;
}
#yc-plan-overlay .yc-plan-card:not(.yc-plan-featured) .yc-buy-plan-btn:hover { background: rgba(109,40,217,0.55); }

/* Exit popup */
.yc-exit-popup {
  position: fixed; inset: 0; z-index: 999998;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.yc-exit-inner {
  background: #1a0d35; border: 1px solid rgba(192,38,211,0.35);
  border-radius: 20px; padding: 36px 28px; max-width: 380px; width: 100%;
  text-align: center; position: relative; box-shadow: 0 0 60px rgba(192,38,211,0.2);
  font-family: 'DM Sans', system-ui, sans-serif;
}
.yc-exit-close {
  position: absolute; top: 14px; right: 16px;
  background: none !important; border: none !important;
  font-size: 18px; color: #6b5f8a !important; cursor: pointer;
}
.yc-exit-icon { font-size: 38px; margin-bottom: 12px; }
.yc-exit-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: #e2d9f3; margin-bottom: 10px; }
.yc-exit-desc { font-size: 13px; color: #6b5f8a; line-height: 1.65; margin-bottom: 20px; }
.yc-exit-desc strong { color: #fbbf24; }
