/* ═══════════════════════════════════════════════════════════════════════
   LOOPRA · PREMIUM VISUAL LAYER v2  (efectos NOTORIOS)
   ───────────────────────────────────────────────────────────────────────
   Capa visual superpuesta (se carga DESPUÉS de style.css).
   No reescribe la estructura: la enriquece y le da "carácter".

   Objetivos:
   • Mantiene la identidad dorada/champagne sobre negro.
   • Cambios VISUALES NOTORIOS: más brillo dorado, más contraste,
     acentos más vivos, micro-animaciones claras.
   • Respeta el rendimiento en desktop (igual que style.css).
   • Respeta el logo, el backend y toda la funcionalidad.
   ═══════════════════════════════════════════════════════════════════════ */

/* ─── 1. PALETA PREMIUM ─── */
:root {
  --gold-bright: #f4d77a;
  --gold-soft:   #e6c873;
  --gold-deep:   #c9a14a;
  --gold-glow:   rgba(244, 215, 122, 0.5);
  --gold-line:   rgba(244, 215, 122, 0.22);
  --pearl:       #fbf3d9;
  --champagne:   #f3e5ab;
  --champagne-d: #d8c79a;

  /* Acentos vivos para dar contraste sin salir del espíritu */
  --accent-mint: #5eead4;
  --accent-emerald: #4ade80;
  --accent-rose: #fb7185;

  --ease-lux: 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─── 2. FONDO: profundidad y "vida" dorada ─── */
#auth-screen.public-screen {
  background:
    radial-gradient(1400px 800px at 82% -12%, rgba(244, 215, 122, 0.14), transparent 55%),
    radial-gradient(1000px 700px at -5% 30%, rgba(201, 161, 74, 0.10), transparent 55%),
    radial-gradient(800px 600px at 50% 115%, rgba(244, 215, 122, 0.07), transparent 55%),
    #000 !important;
}

/* Rejilla dorada decorativa sutil (solo móvil) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(244, 215, 122, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 215, 122, 0.022) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 25%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 50% 25%, #000 0%, transparent 70%);
}
@media (min-width: 769px) { body::before { display: none; } }

/* Ambient orbs con dorado afinado */
.ambient .orb-1 { background: var(--gold-soft); opacity: .16; }
.ambient .orb-2 { background: var(--champagne); opacity: .14; }
.ambient .orb-3 { background: var(--gold-deep); opacity: .14; }

/* ─── 3. TIPOGRAFÍA: headlines con degradado oro pulido ─── */
.hero-copy h1 {
  background: linear-gradient(155deg, #ffffff 0%, var(--pearl) 36%, var(--gold-soft) 70%, var(--gold-deep) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 2px 18px rgba(244, 215, 122, 0.18));
}

.public-section-title {
  background: linear-gradient(160deg, #ffffff 0%, var(--pearl) 45%, var(--champagne) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.page-title {
  background: linear-gradient(160deg, #fff, var(--champagne)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Refinado de tracking en títulos */
.auth-title,
.logo-wordmark,
.dashboard-command h3,
.dashboard-focus-card strong,
.view-intro h3,
.help-hero h3,
.stat-value,
.price,
.cal-month-label,
.modal-title,
.coach-panel h3 { letter-spacing: -0.02em; }

/* ─── 4. BORDES DORADOS consistentes ─── */
.pricing-card,
.process-step,
.payment-card,
.faq-grid article,
.value-grid div,
.trust-list div,
.conversion-grid article,
.activation-board,
.rail-step,
.rail-head,
.support-card,
.explain-grid article,
.stat-card,
.upcoming-card,
.settings-card,
.plan-access-card,
.billing-card,
.view-intro,
.help-card,
.dashboard-command,
.dashboard-focus-card,
.simple-guide-board,
.onboarding-panel,
.post-card,
.cal-detail,
.cal-day,
.upload-zone,
.auth-card {
  border-color: var(--gold-line) !important;
}

/* ─── 5. BOTÓN PRIMARIO: dorado vivo con brillo ─── */
.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold-soft) 45%, var(--gold-deep) 100%) !important;
  color: #1a1407 !important;
  font-weight: 680 !important;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(244, 215, 122, 0.4),
    0 8px 24px rgba(201, 161, 74, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

/* Destello que recorre el botón al hover */
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -130%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-18deg);
  transition: left 620ms ease;
  pointer-events: none;
}
.btn-primary:hover::after { left: 150%; }

.btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(244, 215, 122, 0.6),
    0 12px 32px rgba(244, 215, 122, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
  transform: translateY(-1px);
}

/* Ghost con borde luminoso */
.btn-ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  border-color: var(--gold-line) !important;
}
.btn-ghost:hover {
  border-color: var(--gold-soft) !important;
  background: linear-gradient(180deg, rgba(244, 215, 122, 0.12), rgba(244, 215, 122, 0.03)) !important;
  color: var(--pearl) !important;
}

/* ─── 6. KICKERS / EYEBROWS con diamante dorado ─── */
.hero-kicker,
.section-eyebrow {
  position: relative;
  padding-left: 24px !important;
  color: var(--gold-bright) !important;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.14), rgba(244, 215, 122, 0.04)) !important;
  border-color: var(--gold-line) !important;
}
.hero-kicker::before,
.section-eyebrow::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px; height: 6px;
  background: var(--gold-bright);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 10px var(--gold-glow);
}

/* Otros kickers en dorado */
.plan-access-kicker,
.dashboard-kicker,
.simple-guide-copy span,
.content-pack-card span,
.upload-advice span,
.help-hero span,
.view-intro span,
.app-shortcuts span,
.coach-panel-head span,
.support-card > span { color: var(--gold-bright) !important; }

/* ─── 7. NAVEGACIÓN PÚBLICA ─── */
.public-nav {
  background: linear-gradient(180deg, rgba(10, 9, 5, 0.97) 0%, rgba(10, 9, 5, 0.82) 60%, transparent 100%) !important;
  border-bottom: 1px solid rgba(244, 215, 122, 0.06);
}
.public-links {
  background: linear-gradient(180deg, rgba(22, 19, 11, 0.75), rgba(14, 12, 7, 0.75)) !important;
  border-color: var(--gold-line) !important;
}
.public-links a:hover {
  background: linear-gradient(180deg, rgba(244, 215, 122, 0.16), rgba(244, 215, 122, 0.05)) !important;
  color: var(--pearl) !important;
}

/* ─── 8. SIDEBAR del dashboard ─── */
.sidebar {
  background:
    linear-gradient(180deg, rgba(22, 19, 11, 0.55) 0%, rgba(8, 7, 4, 0.4) 100%),
    rgba(255, 255, 255, 0.015) !important;
  border-right-color: var(--gold-line) !important;
}
.nav-item {
  border: 1px solid transparent;
}
.nav-item:hover {
  background: linear-gradient(180deg, rgba(244, 215, 122, 0.1), rgba(244, 215, 122, 0.02)) !important;
  color: var(--pearl) !important;
}
.nav-item.active {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.2), rgba(201, 161, 74, 0.06)) !important;
  border-color: rgba(244, 215, 122, 0.34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.08) !important;
}
.user-avatar {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  box-shadow: 0 0 0 2px rgba(8, 7, 4, 0.9), 0 0 0 3px rgba(244, 215, 122, 0.4) !important;
  color: #1a1407 !important;
}

/* ─── 9. TOPBAR + SHORTCUTS ─── */
.topbar {
  background: linear-gradient(180deg, rgba(14, 12, 7, 0.94), rgba(8, 7, 4, 0.9)) !important;
  border-bottom-color: var(--gold-line) !important;
}
.app-shortcuts {
  background: linear-gradient(180deg, rgba(12, 10, 6, 0.96), rgba(6, 5, 3, 0.96)) !important;
  border-bottom-color: var(--gold-line) !important;
}
.app-shortcuts .shortcut-connect {
  border-color: rgba(244, 215, 122, 0.42) !important;
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.18), rgba(244, 215, 122, 0.03)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.1) !important;
}

/* ─── 10. DASHBOARD: tarjeta de comando ─── */
.dashboard-command {
  background:
    radial-gradient(circle at 88% 6%, rgba(244, 215, 122, 0.2), transparent 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.045) 0%, rgba(22, 19, 11, 0.4) 100%) !important;
  border-color: rgba(244, 215, 122, 0.26) !important;
}
.dashboard-flow-step b {
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.14), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright) !important;
  border: 1px solid var(--gold-line);
}
.dashboard-flow-step:hover {
  border-color: rgba(244, 215, 122, 0.4) !important;
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.12), rgba(244, 215, 122, 0.02)) !important;
}
.dashboard-flow-step.active b {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  color: #1a1407 !important;
}
.next-step-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 215, 122, 0.16), transparent 52%),
    linear-gradient(165deg, rgba(244, 215, 122, 0.1), rgba(8, 7, 4, 0.5)) !important;
  border-color: rgba(244, 215, 122, 0.28) !important;
}

/* ─── 11. STATS: halo dorado detrás del número ─── */
.stat-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(22, 19, 11, 0.3)) !important;
}
.stat-card::after {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 140px; height: 140px;
  border-radius: 50%;
  opacity: 0.55;
  filter: blur(42px);
  pointer-events: none;
}
.stat-violet::after { background: rgba(244, 215, 122, 0.22); }
.stat-cyan::after { background: rgba(243, 229, 171, 0.2); }
.stat-emerald::after { background: rgba(74, 222, 128, 0.2); }
.stat-amber::after { background: rgba(201, 161, 74, 0.22); }

.stat-icon-wrap { border-radius: 12px; }
.stat-icon-violet { background: linear-gradient(145deg, rgba(244, 215, 122, 0.24), rgba(244, 215, 122, 0.06)) !important; }
.stat-icon-cyan   { background: linear-gradient(145deg, rgba(243, 229, 171, 0.22), rgba(243, 229, 171, 0.05)) !important; }
.stat-icon-emerald{ background: linear-gradient(145deg, rgba(74, 222, 128, 0.22), rgba(74, 222, 128, 0.05)) !important; }
.stat-icon-amber  { background: linear-gradient(145deg, rgba(201, 161, 74, 0.22), rgba(201, 161, 74, 0.05)) !important; }

.stat-violet .stat-value { color: var(--gold-bright) !important; }

/* ─── 12. PRICING ─── */
.pricing-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(22, 19, 11, 0.4)) !important;
}
.pricing-card-featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 215, 122, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(244, 215, 122, 0.12), rgba(22, 19, 11, 0.5)) !important;
  border-color: rgba(244, 215, 122, 0.5) !important;
  box-shadow: 0 20px 60px rgba(244, 215, 122, 0.12) !important;
}
.pricing-card:hover {
  border-color: rgba(244, 215, 122, 0.36) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.08), rgba(22, 19, 11, 0.4)) !important;
}
.pricing-ribbon {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  color: #1a1407 !important;
  box-shadow: 0 4px 16px rgba(244, 215, 122, 0.45) !important;
}
.pricing-card li::before {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  box-shadow: 0 0 12px rgba(244, 215, 122, 0.55) !important;
}

/* ─── 13. CARDS (proceso/valor/faq) ─── */
.process-step,
.value-grid div,
.conversion-grid article,
.faq-grid article {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(22, 19, 11, 0.28)) !important;
}
.process-step:hover,
.value-grid div:hover,
.faq-grid article:hover {
  border-color: rgba(244, 215, 122, 0.36) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.08), rgba(22, 19, 11, 0.4)) !important;
  transform: translateY(-2px);
}
.process-step span {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-grid article span {
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.18), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright) !important;
  border: 1px solid var(--gold-line);
}

/* ─── 14. AUTOMATION RAIL ─── */
.automation-rail::before {
  border-color: rgba(244, 215, 122, 0.12);
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.05), rgba(255, 255, 255, 0.01)) !important;
}
.rail-head {
  border-color: rgba(244, 215, 122, 0.24) !important;
  background:
    radial-gradient(circle at 16% 12%, rgba(244, 215, 122, 0.24), transparent 42%),
    linear-gradient(160deg, rgba(22, 19, 11, 0.5), rgba(8, 7, 4, 0.3)) !important;
}
.rail-step {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(22, 19, 11, 0.32)) !important;
}
.rail-step::after {
  background: var(--gold-bright) !important;
  box-shadow: 0 0 18px var(--gold-glow) !important;
}
.rail-step-final {
  border-color: rgba(244, 215, 122, 0.4) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.18), rgba(22, 19, 11, 0.4)) !important;
}
.rail-track > i {
  background: linear-gradient(90deg, rgba(244, 215, 122, 0.12), rgba(244, 215, 122, 0.72), rgba(244, 215, 122, 0.12)) !important;
}

/* ─── 15. ACTIVATION BOARD ─── */
.activation-board {
  background:
    radial-gradient(circle at 80% 12%, rgba(244, 215, 122, 0.24), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(22, 19, 11, 0.4)) !important;
  border-color: rgba(244, 215, 122, 0.28) !important;
}
.activation-board::before {
  background: linear-gradient(180deg, rgba(244, 215, 122, 0.06), rgba(244, 215, 122, 0.55), rgba(244, 215, 122, 0.06)) !important;
}
.activation-steps b {
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.18), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright) !important;
  border: 1px solid var(--gold-line);
}

/* ─── 16. SUPPORT CARD ─── */
.support-card {
  background:
    radial-gradient(circle at 90% 8%, rgba(244, 215, 122, 0.24), transparent 38%),
    linear-gradient(160deg, rgba(244, 215, 122, 0.08), rgba(22, 19, 11, 0.4)) !important;
  border-color: rgba(244, 215, 122, 0.3) !important;
}
.support-card::before {
  background: linear-gradient(90deg, transparent, rgba(244, 215, 122, 0.65), transparent) !important;
}
.support-link-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  color: #1a1407 !important;
  box-shadow: 0 6px 20px rgba(244, 215, 122, 0.3) !important;
}

/* ─── 17. POST CARDS (bandeja) ─── */
.post-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.035), rgba(22, 19, 11, 0.42)) !important;
}
.post-card:hover {
  border-color: rgba(244, 215, 122, 0.38) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(244, 215, 122, 0.14) !important;
}
.post-card-img {
  background:
    radial-gradient(circle at 50% 38%, rgba(244, 215, 122, 0.12), transparent 44%),
    #050505 !important;
}
.btn-approve {
  background: linear-gradient(180deg, rgba(74, 222, 128, 0.18), rgba(74, 222, 128, 0.06)) !important;
  border-color: rgba(74, 222, 128, 0.34) !important;
}
.btn-approve:hover {
  background: linear-gradient(180deg, rgba(74, 222, 128, 0.28), rgba(74, 222, 128, 0.1)) !important;
  box-shadow: 0 0 20px rgba(74, 222, 128, 0.3) !important;
}
.btn-reject {
  background: linear-gradient(180deg, rgba(251, 113, 133, 0.14), rgba(251, 113, 133, 0.04)) !important;
  border-color: rgba(251, 113, 133, 0.3) !important;
}
.btn-reject:hover {
  background: linear-gradient(180deg, rgba(251, 113, 133, 0.22), rgba(251, 113, 133, 0.08)) !important;
  box-shadow: 0 0 20px rgba(251, 113, 133, 0.25) !important;
}

/* ─── 18. CALENDARIO ─── */
.cal-day {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.024), rgba(22, 19, 11, 0.3)) !important;
}
.cal-day:hover {
  border-color: rgba(244, 215, 122, 0.36) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.1), rgba(22, 19, 11, 0.3)) !important;
}
.cal-day.today {
  border-color: rgba(244, 215, 122, 0.55) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.14), rgba(22, 19, 11, 0.4)) !important;
  box-shadow: inset 0 0 0 1px rgba(244, 215, 122, 0.22) !important;
}
.cal-day.selected {
  border-color: var(--gold-bright) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.2), rgba(22, 19, 11, 0.5)) !important;
  box-shadow: 0 0 0 1px rgba(244, 215, 122, 0.35), 0 10px 26px rgba(244, 215, 122, 0.16) !important;
}
.cal-day-count {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  color: #1a1407 !important;
  border: 1px solid rgba(244, 215, 122, 0.45) !important;
  font-weight: 800;
}
.today .cal-day-num { color: var(--gold-bright) !important; }
.cal-post-row:hover,
.cal-post-row.selected {
  border-color: rgba(244, 215, 122, 0.4) !important;
  background: linear-gradient(160deg, rgba(244, 215, 122, 0.1), rgba(22, 19, 11, 0.3)) !important;
}
.cal-detail-preview {
  border-color: rgba(244, 215, 122, 0.24) !important;
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.1), rgba(22, 19, 11, 0.3)) !important;
}

/* ─── 19. SETTINGS / INPUTS ─── */
.billing-status-pill.connected {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.24), rgba(74, 222, 128, 0.08)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.billing-status-pill.pending {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.24), rgba(244, 215, 122, 0.06)) !important;
}
.field input,
.field textarea {
  background: rgba(22, 19, 11, 0.45) !important;
  border-color: var(--gold-line) !important;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--gold-bright) !important;
  box-shadow: 0 0 0 3px rgba(244, 215, 122, 0.2), inset 0 1px 0 rgba(255, 248, 220, 0.05) !important;
  background: rgba(22, 19, 11, 0.6) !important;
}

/* Upload zone */
.upload-zone {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 215, 122, 0.06), transparent 60%),
    rgba(255, 255, 255, 0.014) !important;
  border-color: rgba(244, 215, 122, 0.24) !important;
}
.upload-zone:hover,
.upload-zone.dragover {
  border-color: var(--gold-bright) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 215, 122, 0.14), transparent 60%),
    rgba(244, 215, 122, 0.05) !important;
}

/* ─── 20. AUTH CARD ─── */
.auth-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 215, 122, 0.1), transparent 52%),
    rgba(22, 19, 11, 0.6) !important;
  border-color: rgba(244, 215, 122, 0.2) !important;
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 248, 220, 0.08) !important;
}
.auth-tab.active {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.26), rgba(244, 215, 122, 0.06)) !important;
  color: var(--pearl) !important;
  box-shadow: inset 0 0 0 1px rgba(244, 215, 122, 0.34) !important;
}
.plan-option { background: rgba(22, 19, 11, 0.35) !important; }
.plan-option.active,
.plan-option:hover {
  border-color: rgba(244, 215, 122, 0.5) !important;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.14), rgba(244, 215, 122, 0.03)) !important;
}

/* ─── 21. DEMO HERO (maqueta) ─── */
.demo-shell {
  background: linear-gradient(160deg, rgba(30, 26, 15, 0.97), rgba(4, 4, 4, 0.99)) !important;
  border-color: rgba(244, 215, 122, 0.2) !important;
}
.demo-nav.active {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.18), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright) !important;
  box-shadow: inset 0 0 0 1px rgba(244, 215, 122, 0.28) !important;
}
.demo-actions button:first-child {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)) !important;
  color: #1a1407 !important;
}
.demo-week div.filled {
  background: linear-gradient(180deg, rgba(244, 215, 122, 0.22), rgba(244, 215, 122, 0.03)) !important;
  border-color: rgba(244, 215, 122, 0.34) !important;
}
.demo-publish-line {
  border-color: rgba(74, 222, 128, 0.22) !important;
  background: linear-gradient(145deg, rgba(74, 222, 128, 0.12), rgba(74, 222, 128, 0.02)) !important;
}
.demo-float {
  border-color: rgba(244, 215, 122, 0.3) !important;
  background: linear-gradient(145deg, rgba(14, 12, 7, 0.92), rgba(30, 26, 15, 0.82)) !important;
}

/* ─── 22. COACH ─── */
.coach-avatar {
  background:
    radial-gradient(circle at 40% 25%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(244, 215, 122, 0.3), rgba(8, 7, 4, 0.92)) !important;
  border-color: rgba(244, 215, 122, 0.45) !important;
}
.coach-panel {
  background: linear-gradient(160deg, rgba(30, 26, 15, 0.97), rgba(8, 7, 4, 0.94)) !important;
  border-color: rgba(244, 215, 122, 0.3) !important;
}
.coach-mini-steps button.active {
  border-color: rgba(244, 215, 122, 0.52) !important;
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.2), rgba(244, 215, 122, 0.03)) !important;
}
.coach-mini-steps b { color: var(--gold-bright) !important; }

/* ─── 23. HELP CARDS ─── */
.help-card[open] {
  border-color: rgba(244, 215, 122, 0.3) !important;
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.08), rgba(22, 19, 11, 0.3)) !important;
}
.help-card summary span {
  background: linear-gradient(145deg, rgba(244, 215, 122, 0.18), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright) !important;
  border: 1px solid var(--gold-line);
}

/* ─── 24. BADGES ─── */
.badge-post {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.24), rgba(244, 215, 122, 0.06)) !important;
  color: var(--gold-bright) !important;
  border-color: rgba(244, 215, 122, 0.4) !important;
}
.badge-reel {
  background: linear-gradient(135deg, rgba(243, 229, 171, 0.22), rgba(243, 229, 171, 0.04)) !important;
  border-color: rgba(243, 229, 171, 0.4) !important;
}
.badge-historia {
  background: linear-gradient(135deg, rgba(201, 161, 74, 0.24), rgba(201, 161, 74, 0.05)) !important;
  border-color: rgba(201, 161, 74, 0.4) !important;
}

/* ─── 25. TOAST + MODAL ─── */
.toast {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.toast-success {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.24), rgba(74, 222, 128, 0.08)) !important;
  border-color: rgba(74, 222, 128, 0.42) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.toast-error {
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.22), rgba(251, 113, 133, 0.06)) !important;
  border-color: rgba(251, 113, 133, 0.42) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.toast-info {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.24), rgba(244, 215, 122, 0.06)) !important;
  border-color: rgba(244, 215, 122, 0.42) !important;
  color: var(--gold-bright) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.modal-overlay { background: rgba(4, 4, 4, 0.8) !important; }
.modal-card {
  background: linear-gradient(160deg, rgba(30, 26, 15, 0.98), rgba(8, 7, 4, 0.98)) !important;
  border-color: rgba(244, 215, 122, 0.24) !important;
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 248, 220, 0.08) !important;
}

/* ─── 26. SCROLLBAR + SELECCIÓN ─── */
@media (min-width: 769px) {
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: rgba(22, 19, 11, 0.4); }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(244, 215, 122, 0.45), rgba(201, 161, 74, 0.32));
    border-radius: 99px;
    border: 2px solid rgba(8, 7, 4, 0.9);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(244, 215, 122, 0.65), rgba(201, 161, 74, 0.48));
  }
  * {
    scrollbar-color: rgba(244, 215, 122, 0.45) rgba(22, 19, 11, 0.4);
    scrollbar-width: thin;
  }
}
::selection {
  background: rgba(244, 215, 122, 0.32);
  color: #fff;
}

/* ═══════════════════════════════════════════════════════════════════════
   27. PERFORMANCE GUARD — desktop prioriza fluidez (igual que style.css)
   ═══════════════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  .toast,
  .modal-overlay { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
  .stat-card::after { filter: none; opacity: 0.4; }
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary::after { display: none; }
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* ═══════════════════════════════════════════════════════════════════════
   28. MOCKUP INSTAGRAM — vista previa realista dentro de cada tarjeta
   ═══════════════════════════════════════════════════════════════════════ */
/* Capa superpuesta que replica el feed de IG dentro de .post-card-img */
.post-ig-preview {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  background: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.post-ig-preview.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Cabecera: avatar + nombre + menú */
.ig-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  flex-shrink: 0;
}
.ig-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #1a1407;
  background: linear-gradient(135deg, #f4d77a, #c9a14a);
  box-shadow: 0 0 0 1.5px rgba(244, 215, 122, 0.5);
}
.ig-name {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: #f3f3f3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ig-menu {
  color: #f3f3f3;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 2px;
}

/* Imagen del post (ocupa el centro) */
.ig-media {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 0;
}
.ig-media img,
.ig-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Barra de acciones IG */
.ig-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px 2px;
  flex-shrink: 0;
  font-size: 17px;
}
.ig-actions span { line-height: 1; }
.ig-actions .ig-save { margin-left: auto; }
.ig-likes {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: #f3f3f3;
  flex-shrink: 0;
}

/* Pie: caption con nombre + texto + hashtags */
.ig-caption {
  padding: 4px 12px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #f3f3f3;
  flex-shrink: 0;
  max-height: 78px;
  overflow: hidden;
}
.ig-caption b {
  font-weight: 600;
  margin-right: 5px;
}
.ig-caption .ig-tags {
  color: #4c8df6;
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  word-break: break-word;
}

/* Botón "Vista previa Instagram" en las acciones de la tarjeta */
.btn-preview-ig {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.14), rgba(244, 215, 122, 0.04)) !important;
  color: var(--gold-bright, #f4d77a) !important;
  border: 1px solid rgba(244, 215, 122, 0.32) !important;
  border-radius: var(--r-sm, 8px);
  padding: 8px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
}
.btn-preview-ig:hover {
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.24), rgba(244, 215, 122, 0.08)) !important;
  border-color: rgba(244, 215, 122, 0.5) !important;
  box-shadow: 0 0 18px rgba(244, 215, 122, 0.18);
}
.btn-preview-ig.is-on {
  background: linear-gradient(135deg, var(--gold-bright, #f4d77a), var(--gold-deep, #c9a14a)) !important;
  color: #1a1407 !important;
  border-color: rgba(244, 215, 122, 0.6) !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   29. GARANTÍA — badge en pricing + bloque ampliado
   ═══════════════════════════════════════════════════════════════════════ */
.guarantee-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(244, 215, 122, 0.3);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.1), rgba(244, 215, 122, 0.02));
  font-size: 12px;
  line-height: 1.35;
  color: #fbf3d9;
}
.guarantee-badge .g-shield {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-bright, #f4d77a), var(--gold-deep, #c9a14a));
  color: #1a1407;
  font-size: 13px;
  font-weight: 800;
}

/* Bloque ampliado de garantía */
.guarantee-section {
  margin: 40px auto;
  max-width: 760px;
  padding: 36px 32px;
  border: 1px solid rgba(244, 215, 122, 0.26);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(244, 215, 122, 0.16), transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(20, 17, 10, 0.4));
  text-align: center;
  position: relative;
}
.guarantee-section .g-big-shield {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-bright, #f4d77a), var(--gold-deep, #c9a14a));
  color: #1a1407;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(244, 215, 122, 0.3);
}
.guarantee-section h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  background: linear-gradient(150deg, #ffffff 0%, #fbf3d9 50%, #f4d77a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.guarantee-section p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 20px;
  max-width: 540px;
}
.guarantee-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}
.guarantee-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.guarantee-points span::before {
  content: '✓';
  color: var(--gold-bright, #f4d77a);
  font-weight: 800;
  font-size: 14px;
}

@media (max-width: 768px) {
  .guarantee-section { padding: 28px 20px; margin: 28px auto; }
  .guarantee-badge { font-size: 11px; padding: 8px 11px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   30. MODO DEMO — banner superior + botón hero
   ═══════════════════════════════════════════════════════════════════════ */

/* Botón "Probar en 30 segundos" del hero */
#hero-demo-btn {
  position: relative;
  border: 1px solid rgba(244, 215, 122, 0.35) !important;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.1), rgba(244, 215, 122, 0.02)) !important;
  color: var(--gold-bright, #f4d77a) !important;
  font-weight: 600;
}
#hero-demo-btn:hover {
  border-color: rgba(244, 215, 122, 0.55) !important;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.2), rgba(244, 215, 122, 0.06)) !important;
  box-shadow: 0 8px 24px rgba(244, 215, 122, 0.18);
}

/* Banner del modo demo (dentro de .main-content, arriba del topbar) */
.demo-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 22px;
  background: linear-gradient(90deg, rgba(244, 215, 122, 0.16), rgba(201, 161, 74, 0.12));
  border-bottom: 1px solid rgba(244, 215, 122, 0.3);
  font-family: 'Space Grotesk', sans-serif;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.demo-banner-content {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.demo-banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.7);
  animation: demoDotPulse 2s ease-in-out infinite;
}
@keyframes demoDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.demo-banner-text {
  font-size: 13px;
  color: #fbf3d9;
  line-height: 1.4;
}
.demo-banner-text b { color: var(--gold-bright, #f4d77a); }
.demo-banner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.demo-banner-cta {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-bright, #f4d77a), var(--gold-deep, #c9a14a));
  color: #1a1407;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(244, 215, 122, 0.3);
}
.demo-banner-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(244, 215, 122, 0.42);
}
.demo-banner-exit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.demo-banner-exit:hover {
  background: rgba(248, 113, 113, 0.15);
  border-color: rgba(248, 113, 113, 0.4);
  color: #fb7185;
}

/* En demo, el topbar baja para dejar sitio al banner */
body.is-demo .topbar {
  top: 0;
}
body.is-demo .app-shortcuts {
  top: 73px;
}
@media (max-width: 768px) {
  .demo-banner { padding: 8px 12px; gap: 10px; }
  .demo-banner-text { font-size: 11px; }
  .demo-banner-cta { padding: 7px 12px; font-size: 12px; }
  .demo-banner-exit { width: 28px; height: 28px; }
  body.is-demo .app-shortcuts { top: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-banner-dot { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════════
   31. DASHBOARD BREATHING PASS — afloja el espaciado (evita "apelotonado")
   El override de style.css comprime todo; aquí le devolvemos aire.
   ═══════════════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  /* Padding general del view: más aire lateral */
  #view-dashboard { padding: 32px 40px 56px !important; }

  /* Tarjeta de comando principal: más padding interno y separación */
  body[data-view="dashboard"] .dashboard-command {
    padding: 28px !important;
    gap: 22px !important;
    margin-bottom: 24px !important;
  }
  body[data-view="dashboard"] .dashboard-command h3 {
    margin-bottom: 12px !important;
  }
  body[data-view="dashboard"] .dashboard-command-actions {
    gap: 14px !important;
    margin-top: 22px !important;
  }

  /* Pasos del flujo: más altura y padding */
  body[data-view="dashboard"] .dashboard-flow-actions {
    gap: 12px !important;
    margin-top: 6px !important;
  }
  body[data-view="dashboard"] .dashboard-flow-step {
    min-height: 134px !important;
    padding: 16px 14px 14px !important;
  }
  body[data-view="dashboard"] .dashboard-flow-step strong { font-size: 15px !important; }
  body[data-view="dashboard"] .dashboard-flow-step small { font-size: 11px !important; line-height: 1.4 !important; }

  /* Tarjeta "siguiente paso": más aire */
  body[data-view="dashboard"] .dashboard-focus-card {
    gap: 16px !important;
    padding: 22px !important;
  }
  body[data-view="dashboard"] .dashboard-reassurance { gap: 9px !important; }
  body[data-view="dashboard"] .dashboard-reassurance span { padding: 10px 11px !important; }

  /* Simple guide board: más separación */
  body[data-view="dashboard"] .simple-guide-board {
    padding: 22px !important;
    margin-bottom: 24px !important;
    gap: 16px !important;
  }
  body[data-view="dashboard"] .simple-guide-steps { gap: 12px !important; }
  body[data-view="dashboard"] .simple-guide-step {
    padding: 16px 14px !important;
  }

  /* Onboarding panel: más aire */
  body[data-view="dashboard"] .onboarding-panel {
    padding: 18px !important;
    margin-bottom: 28px !important;
  }
  body[data-view="dashboard"] .onboarding-steps { gap: 10px !important; }
  body[data-view="dashboard"] .onboarding-step { padding: 13px !important; }

  /* Stats: más gap y padding */
  body[data-view="dashboard"] .stats-grid {
    gap: 16px !important;
    margin-bottom: 28px !important;
  }
  body[data-view="dashboard"] .stat-card { padding: 22px !important; }
  body[data-view="dashboard"] .stat-top { margin-bottom: 16px !important; }
  body[data-view="dashboard"] .stat-value { font-size: 34px !important; }

  /* Section headings: más margen */
  body[data-view="dashboard"] .dashboard-section-heading { margin: 8px 0 16px !important; }

  /* Plan access card: más aire */
  body[data-view="dashboard"] .plan-access-card {
    padding: 22px !important;
    margin-bottom: 28px !important;
    gap: 24px !important;
  }
  body[data-view="dashboard"] .plan-access-actions { gap: 10px !important; margin-top: 18px !important; }
  body[data-view="dashboard"] .plan-network-grid { gap: 12px !important; }
  body[data-view="dashboard"] .plan-network { padding: 13px !important; }

  /* Upcoming grid: más separación */
  body[data-view="dashboard"] .upcoming-grid { gap: 18px !important; }
}

/* Bandeja / calendario / ajustes: padding general más amplio en desktop */
@media (min-width: 769px) {
  .view { padding: 32px 40px 56px !important; }
  .view-intro { padding: 24px !important; margin-bottom: 22px !important; }
  .explain-grid { gap: 14px !important; margin: 0 0 24px !important; }
  .explain-grid article { padding: 18px !important; }
  .settings-card { padding: 28px !important; margin-bottom: 24px !important; }
  .settings-grid { gap: 20px !important; }
  .posts-grid { gap: 22px !important; }
  .cal-day { min-height: 92px !important; padding: 10px !important; }
  .cal-detail { padding: 26px !important; margin-top: 28px !important; }
  .help-grid { gap: 16px !important; }
}

/* En modo demo, el banner es sticky arriba y el topbar queda estático debajo
   para evitar que dos elementos sticky compitan por top:0 */
body.is-demo .demo-banner { position: sticky; top: 0; z-index: 60; }
body.is-demo .topbar { position: relative !important; top: auto !important; z-index: 50; }
body.is-demo .app-shortcuts { top: auto !important; position: relative !important; }

/* ═══════════════════════════════════════════════════════════════════════
   32. DESCUENTO EN PRICING — precio tachado + badge de lanzamiento
   ═══════════════════════════════════════════════════════════════════════ */
.price-original {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--text3, #6f6a5d);
  text-decoration: line-through;
  text-decoration-color: rgba(248, 113, 133, 0.7);
  margin-right: 8px;
  opacity: 0.8;
}
.price-discount {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, #fb7185, #e11d48);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  vertical-align: middle;
  box-shadow: 0 4px 14px rgba(251, 113, 133, 0.35);
  animation: pricePulse 2.4s ease-in-out infinite;
}
@keyframes pricePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 14px rgba(251, 113, 133, 0.35); }
  50% { transform: scale(1.04); box-shadow: 0 6px 20px rgba(251, 113, 133, 0.5); }
}
.price-urgency {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-bright, #f4d77a);
  display: flex;
  align-items: center;
  gap: 6px;
}
.price-urgency::before {
  content: '⏱';
  font-size: 13px;
}

/* ═══════════════════════════════════════════════════════════════════════
   33. CASOS DE ÉXITO — tarjetas realistas con métricas
   ═══════════════════════════════════════════════════════════════════════ */
.success-section {
  padding: 80px 0;
  border-top: 1px solid rgba(244, 215, 122, 0.08);
}
.success-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.success-head .section-eyebrow {
  margin: 0 auto 16px;
}
.success-head h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  background: linear-gradient(150deg, #ffffff 0%, #fbf3d9 50%, #f4d77a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.success-head p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.success-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.success-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(244, 215, 122, 0.18);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(20, 17, 10, 0.4));
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.success-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 215, 122, 0.38);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(244, 215, 122, 0.1);
}
.success-card::before {
  content: '"';
  position: absolute;
  top: 8px;
  right: 18px;
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: rgba(244, 215, 122, 0.08);
  pointer-events: none;
}
.success-metric {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 7px 14px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.16), rgba(244, 215, 122, 0.04));
  border: 1px solid rgba(244, 215, 122, 0.25);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-bright, #f4d77a);
}
.success-metric b {
  font-size: 18px;
  font-weight: 800;
}
.success-quote {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 22px;
  flex: 1;
}
.success-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.success-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1407;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(8, 7, 4, 0.9), 0 0 0 3px rgba(244, 215, 122, 0.25);
}
.success-author-meta {
  min-width: 0;
}
.success-author-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.success-author-role {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
.success-author-role b {
  color: var(--gold-bright, #f4d77a);
  font-weight: 600;
}
.success-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  color: var(--gold-bright, #f4d77a);
  font-size: 13px;
  letter-spacing: 1px;
}

@media (max-width: 900px) {
  .success-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .success-section { padding: 52px 0; }
  .success-head { margin-bottom: 32px; }
  .success-card { padding: 22px; }
  .price-discount { font-size: 10px; padding: 3px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .price-discount { animation: none !important; }
  .success-card:hover { transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════════
   34. BOTÓN "GUARDAR CAMBIOS" ARRIBA A LA DERECHA EN MARCA
   ═══════════════════════════════════════════════════════════════════════ */
.brand-save-top {
  flex-shrink: 0;
  min-height: 42px;
  padding: 9px 18px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.brand-save-top.is-saved {
  background: linear-gradient(135deg, #4ade80, #16a34a) !important;
  color: #052e16 !important;
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.5), 0 6px 20px rgba(74, 222, 128, 0.35) !important;
}

/* En móvil, el view-intro-row ya apila en columna; el botón ocupa todo el ancho */
@media (max-width: 768px) {
  .brand-save-top { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════════════
   35. CTA "CREAR PUBLICACIONES" — bloque destacado en el dashboard
   ═══════════════════════════════════════════════════════════════════════ */
.create-posts-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(244, 215, 122, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 215, 122, 0.16), transparent 42%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(20, 17, 10, 0.4));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}
.create-posts-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.create-posts-cta-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 11px;
  margin-bottom: 4px;
  border-radius: 99px;
  border: 1px solid rgba(244, 215, 122, 0.25);
  background: linear-gradient(135deg, rgba(244, 215, 122, 0.14), rgba(244, 215, 122, 0.04));
  color: var(--gold-bright, #f4d77a);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.create-posts-cta-copy strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.create-posts-cta-copy small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.45;
}
.create-posts-cta-btn {
  flex-shrink: 0;
  min-height: 48px;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .create-posts-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding: 20px;
    gap: 16px;
  }
  .create-posts-cta-btn { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════════════
   36. FOOTER LEGAL + BANNER DE COOKIES
   ═══════════════════════════════════════════════════════════════════════ */
.legal-footer {
  border-top: 1px solid rgba(244, 215, 122, 0.1);
  background: #050505;
  padding: 28px 6vw;
}
.legal-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.legal-footer span {
  font-size: 12.5px;
  color: #6f6a5d;
}
.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.legal-footer-links a {
  color: #b9b3a4;
  font-size: 12.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-footer-links a:hover {
  color: #f4d77a;
}
@media (max-width: 768px) {
  .legal-footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Banner de cookies */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  background: rgba(8, 7, 4, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(244, 215, 122, 0.25);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  animation: cbSlideUp 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes cbSlideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cb-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.cb-text {
  flex: 1;
  min-width: 240px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #b9b3a4;
}
.cb-text a {
  color: #f4d77a;
  text-decoration: underline;
}
.cb-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cb-btn {
  padding: 9px 18px;
  border-radius: 9px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.cb-btn-accept {
  background: linear-gradient(135deg, #f4d77a, #c9a14a);
  color: #1a1407;
  box-shadow: 0 4px 14px rgba(244, 215, 122, 0.3);
}
.cb-btn-accept:hover {
  box-shadow: 0 6px 20px rgba(244, 215, 122, 0.45);
  transform: translateY(-1px);
}
.cb-btn-reject {
  background: transparent;
  color: #b9b3a4;
  border-color: rgba(255, 255, 255, 0.15);
}
.cb-btn-reject:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
@media (max-width: 768px) {
  .cb-inner { flex-direction: column; align-items: stretch; }
  .cb-actions { width: 100%; }
  .cb-btn { flex: 1; text-align: center; }
}



