:root{
  /* Tricolor Backsteich: negro · rojo · blanco */
  --black:#0a0a0a;
  --black-2:#141414;
  --black-3:#1c1c1c;
  --white:#ffffff;
  --white-soft:#f4f4f5;
  --red:#FF2800;
  --red-hot:#ff3d1a;
  --red-deep:#c41e00;
  --bg:var(--black);
  --bg2:var(--black-2);
  --bg3:var(--black-3);
  --card:var(--white);
  --ink:var(--white);
  --ink-on-white:#111111;
  --mute:#a3a3a3;
  --mute-on-white:#525252;
  --line:rgba(255,255,255,.12);
  --accent:var(--red);
  --accent2:var(--red-hot);
  --accent-glow:rgba(255,40,0,.38);
  --ok:#22c55e;
  --warn:#f59e0b;
  --rad:12px;
  --font:Barlow,system-ui,sans-serif;
  --disp:Archivo Black,Impact,sans-serif;
}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--black)!important;color:var(--white);font-family:var(--font);line-height:1.5}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.container{width:100%;max-width:none;margin:0 auto;padding-left:clamp(1rem,3.2vw,3.25rem);padding-right:clamp(1rem,3.2vw,3.25rem);box-sizing:border-box}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;padding:.85rem 1.25rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;cursor:pointer;transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease}
.btn-primary{background:var(--red);color:var(--white);box-shadow:0 8px 24px var(--accent-glow)}.btn-primary:hover{background:var(--red-hot);box-shadow:0 10px 28px rgba(255,40,0,.5)}
.btn-ghost{background:transparent;border:1.5px solid var(--white);color:var(--white)}.btn-ghost:hover{background:var(--white);color:var(--black)}
.btn-block{width:100%}
.btn-on-white{background:var(--black);color:var(--white)}.btn-on-white:hover{background:var(--red);color:var(--white)}
.btn-ghost-on-white{background:transparent;border:1.5px solid var(--black);color:var(--black)}.btn-ghost-on-white:hover{background:var(--black);color:var(--white)}
.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:rgba(10,10,10,.82);border-bottom:1px solid rgba(255,255,255,.1)}
.nav-in{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.brand{font-family:var(--disp);letter-spacing:.06em;font-size:1.15rem}
.nav-links{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}
.nav-links a{color:rgba(255,255,255,.78);font-size:.85rem;font-weight:600}.nav-links a:hover{color:var(--white)}
.hero{padding:5rem 0 3rem;background:transparent}
.hero h1{font-family:var(--disp);font-size:clamp(2.2rem,6vw,4rem);line-height:1.05;margin:0 0 1rem;text-transform:uppercase}
.hero p{color:var(--mute);font-size:1.1rem;max-width:38rem}
.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.75rem}
.section{padding:3.5rem 0}
.section h2{font-family:var(--disp);font-size:clamp(1.85rem,4.2vw,3.1rem);margin:0 0 1.1rem;text-transform:uppercase;line-height:1.05;letter-spacing:.02em;white-space:nowrap}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--rad);padding:1.25rem}
.card h3{margin:.2rem 0 .5rem;font-size:1.15rem}
.card p{color:var(--mute);margin:0;font-size:.95rem}
.price{font-family:var(--disp);font-size:2rem;margin:.5rem 0}
.price small{font-size:.9rem;color:var(--mute);font-family:var(--font)}
.badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.32);padding:.38rem .85rem;border-radius:999px;font-family:Oswald,Barlow,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;line-height:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 6px 18px rgba(0,0,0,.12)}
.footer{border-top:1px solid var(--line);padding:2rem 0;color:var(--mute);font-size:.9rem}
.form{display:grid;gap:.75rem;max-width:420px}
.form label{font-size:.8rem;color:var(--mute);font-weight:600}
.form input,.form select,.form textarea{width:100%;background:var(--bg2);border:1px solid var(--line);border-radius:10px;color:var(--ink);padding:.75rem .9rem;font:inherit}
.form textarea{min-height:110px;resize:vertical}
.msg{padding:.75rem 1rem;border-radius:10px;margin:1rem 0;font-size:.9rem}
.msg-err{background:rgba(225,29,72,.12);border:1px solid rgba(225,29,72,.35);color:#fecdd3}
.msg-ok{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35);color:#bbf7d0}
/* Panel */
.panel-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}
.panel-side{background:var(--bg2);border-right:1px solid var(--line);padding:1.25rem}
.panel-side a{display:block;padding:.65rem .8rem;border-radius:8px;color:var(--mute);margin-bottom:.25rem;font-weight:600;font-size:.9rem}
.panel-side a.active,.panel-side a:hover{background:var(--bg3);color:#fff}
.panel-main{padding:1.5rem}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0 1.5rem}
.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--rad);padding:1rem}
.stat b{display:block;font-size:1.5rem;font-family:var(--disp)}
.stat span{color:var(--mute);font-size:.8rem}
.table{width:100%;border-collapse:collapse;font-size:.9rem}
.table th,.table td{border-bottom:1px solid var(--line);padding:.7rem .4rem;text-align:left}
.table th{color:var(--mute);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}
.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}
.media-item{background:var(--card);border:1px solid var(--line);border-radius:10px;overflow:hidden;position:relative}
.media-item img{width:100%;aspect-ratio:1;object-fit:cover}
.media-item button{position:absolute;top:6px;right:6px;border:0;background:rgba(0,0,0,.7);color:#fff;border-radius:6px;padding:.25rem .4rem;cursor:pointer;font-size:.7rem}
@media(max-width:860px){
  .panel-shell{grid-template-columns:1fr}
  .panel-side{display:flex;gap:.35rem;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}
  .panel-side a{white-space:nowrap;margin:0}
}

.brand img{height:36px;width:auto;display:block}
.nav-logo img{height:40px;width:auto;vertical-align:middle}
.hero-logo{max-height:72px;width:auto;height:auto}
.footer-logo{height:42px;width:auto;object-fit:contain}


/* Claim estilo The Grial próximamente */
.claim-badge{
  letter-spacing:.32em !important;
  font-family:Oswald,system-ui,sans-serif !important;
  font-weight:500 !important;
}
.hero h1.claim{
  font-family:"Archivo Black",Oswald,Impact,sans-serif !important;
  font-weight:400 !important;
  font-size:clamp(2.1rem,6.8vw,4.2rem) !important;
  line-height:1.02 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  max-width:14ch;
  text-wrap:balance;
}
.hero h1.claim em{
  font-style:normal;
  color:var(--accent);
}
.claim-line{
  width:min(120px,30vw);
  height:2px;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);
  margin:1rem 0 1.15rem;
}
.claim-sub{
  font-family:Oswald,system-ui,sans-serif !important;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-size:clamp(.72rem,1.6vw,.9rem);
  color:#fff !important;
  font-weight:500 !important;
  margin:0 0 .85rem !important;
}

.nav .brand-left{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.nav .brand-word{
  font-family:"Cascadia Mono","Cascadia Code",ui-monospace,monospace;
  font-weight:700;font-size:clamp(.78rem,1.5vw,.95rem);
  letter-spacing:.04em;color:#fff;text-transform:uppercase;white-space:nowrap;line-height:1;
}


/* Header full-bleed: logo + texto al borde izquierdo */
.nav.nav-full{
  width:100%;
  left:0; right:0;
}
.nav-in-full{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding: .9rem clamp(1.25rem, 4vw, 2.25rem) .9rem clamp(2.75rem, 7vw, 4.5rem) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:1rem;
  box-sizing:border-box;
}
.nav-in-full .brand-left{
  order:0;
  margin-right:auto !important;
  margin-left:0 !important;
  display:flex !important;
  align-items:center;
  gap:.7rem;
  flex-shrink:0;
}
.nav-in-full .nav-links{
  order:1;
  margin-left:auto !important;
  justify-content:flex-end;
}
.nav-in-full .brand-word{
  font-family: "Cascadia Mono", "Cascadia Code", ui-monospace, monospace !important;
  font-weight: 700 !important;
  color:#fff !important;
  letter-spacing:.05em;
  white-space:nowrap;
}
.nav-in-full .nav-logo-auth{
  height:36px !important;
  width:auto !important;
  filter: brightness(0) invert(1) !important;
}

/* Hero: vídeo propio, sin forzar color de página */
body.page-ferrari .hero-claim-grial,
body.page-dark .hero-claim-grial{
  background: transparent !important;
}

/* === TRICOLOR: negro · rojo · blanco === */
html, body, body.page-ferrari, body.page-dark {
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
  min-height: 100% !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  color: #ffffff;
}
body.page-ferrari .nav,
body.page-dark .nav,
.nav.nav-full {
  background: rgba(10, 10, 10, 0.88) !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  border-top: 3px solid #FF2800;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
body.page-ferrari .section,
body.page-ferrari .footer,
body.page-ferrari main,
body.page-ferrari .page-shell {
  background: transparent !important;
}
body.page-ferrari .card {
  background: rgba(255,255,255,.045) !important;
  border-color: rgba(255,255,255,.1) !important;
}
body.page-ferrari .card p,
body.page-ferrari .footer,
body.page-ferrari .nav-links a {
  color: rgba(255,255,255,.88) !important;
}
body.page-ferrari .section h2,
body.page-ferrari .card h3 {
  color: #fff !important;
}
/* Excepciones tricolor: textos sobre blanco */
body.page-ferrari .section-steps .section-head h2,
body.page-ferrari .section-steps .step-card h3,
body.page-ferrari .feature-card h3,
body.page-ferrari .plan-card:not(.plan-card-featured) .price {
  color: #0a0a0a !important;
}
body.page-ferrari .feature-card p {
  color: #525252 !important;
}
body.page-ferrari .plan-card-featured .price,
body.page-ferrari .plan-card-featured h3,
body.page-ferrari .cta-band-copy h2 {
  color: #fff !important;
}
body.page-ferrari .hero-claim-grial,
body.page-ferrari .hero {
  background: transparent !important;
  background-color: transparent !important;
}
body.page-ferrari .hero-video-veil {
  background: none !important;
  display: none !important;
}
body.page-ferrari .hero-claim-grial::after {
  background: none !important;
  content: none !important;
}
body.page-ferrari #lienzoEstrellas {
  background: transparent !important;
  mix-blend-mode: screen;
}
body.page-ferrari #lienzo-brochas-hero {
  display: none !important;
}
#fondo-brochas-pagina {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
body.panel-body #fondo-brochas-pagina,
body.panel-pro-body #fondo-brochas-pagina {
  display: none !important;
}
/* Ticker: blanco + negro (diseño original) + toque rojo */
body.page-ferrari .genre-marquee,
body.page-dark .genre-marquee {
  background: #fff !important;
  color: #111 !important;
  border-top: 3px solid #FF2800;
  border-bottom: 1px solid #0a0a0a;
  box-shadow: none;
}

/* === BADGES PRO === */
.badge::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:currentColor;opacity:.85;
  box-shadow:0 0 8px currentColor;
  flex:0 0 auto;
}
.badge-gratuito{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.28);
  color:rgba(255,255,255,.95);
}
.badge-profesional{
  background:linear-gradient(135deg,#ffffff 0%,#f0f0f0 55%,#e8e8e8 100%);
  border-color:rgba(255,255,255,.95);
  color:#111;
  font-weight:700;
  letter-spacing:.16em;
  box-shadow:
    inset 0 1px 0 #fff,
    0 0 0 1px rgba(0,0,0,.06),
    0 8px 22px rgba(0,0,0,.18);
}
.badge-profesional::before{
  background:#FF2800;
  box-shadow:0 0 10px rgba(255,40,0,.85);
  opacity:1;
}
.badge-empresa{
  background:linear-gradient(135deg,#1a1410 0%,#2c2418 50%,#1f1a14 100%);
  border:1px solid rgba(212,175,90,.55);
  color:#f5e6c8;
  font-weight:700;
  letter-spacing:.16em;
  box-shadow:
    inset 0 1px 0 rgba(255,230,170,.18),
    0 0 0 1px rgba(0,0,0,.15),
    0 10px 28px rgba(0,0,0,.22),
    0 0 24px rgba(212,175,90,.12);
}
.badge-empresa::before{
  background:linear-gradient(135deg,#f5d76e,#c9a227);
  box-shadow:0 0 10px rgba(245,215,110,.9);
  opacity:1;
}

/* Plan cards más pro */
#planes .card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.15rem;
  padding:1.45rem 1.35rem 1.35rem;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  overflow:hidden;
}
#planes .card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
  border-color:rgba(255,255,255,.25) !important;
}
#planes .card .price{
  margin:.85rem 0 .35rem;
  font-size:clamp(1.85rem,3vw,2.25rem);
  letter-spacing:.02em;
}
#planes .card .price small{
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.9;
}
#planes .card > p:not([style]){
  font-size:.9rem;
  line-height:1.55;
  letter-spacing:.01em;
}
#planes .card-plan-pro{
  background:rgba(255,255,255,.22) !important;
  border-color:rgba(255,255,255,.55) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12),
    0 18px 48px rgba(0,0,0,.16);
}
#planes .card-plan-pro::after{
  content:"RECOMENDADO";
  position:absolute;
  top:14px;right:14px;
  font-family:Oswald,Barlow,system-ui,sans-serif;
  font-size:.58rem;
  font-weight:600;
  letter-spacing:.14em;
  color:#111;
  background:#fff;
  border-radius:999px;
  padding:.28rem .55rem;
  box-shadow:0 4px 14px rgba(0,0,0,.15);
}
body.page-ferrari .badge{
  /* hereda el sistema pro */
}
body.page-ferrari #planes .card p{
  color:rgba(255,255,255,.9) !important;
}

/* ═══════════════════════════════════════════
   LANDING TRICOLOR: negro · rojo · blanco
   (hero y ticker sin cambios de diseño)
   ═══════════════════════════════════════════ */

.landing-below{
  position:relative;
  background:#0a0a0a;
  isolation:isolate;
}

.section-kicker{
  margin:0 0 .55rem;
  font-family:Oswald,Barlow,system-ui,sans-serif;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--red);
}
.section-head{
  margin-bottom:2rem;
  max-width:100%;
}
.section-head-center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  max-width:100%;
}
.section-head h2{
  margin:0 0 .75rem;
  color:var(--white);
  font-size:clamp(1.9rem,4.4vw,3.25rem) !important;
  line-height:1.02 !important;
  letter-spacing:.02em;
  white-space:nowrap;
  overflow:visible;
  text-wrap:nowrap;
}
.section-lead{
  margin:0;
  font-size:1.05rem;
  line-height:1.55;
  color:rgba(255,255,255,.72);
}
.section-head-center .section-lead{
  margin-inline:auto;
}

/* ── Features: cards BLANCAS sobre negro ── */
.section-features{
  padding:4.5rem 0 3.5rem;
  background:#0a0a0a;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.feature-card{
  position:relative;
  background:var(--white);
  color:var(--ink-on-white);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:1.4rem 1.3rem 1.45rem;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  transition:transform .22s ease, box-shadow .22s ease;
  overflow:hidden;
}
.feature-card::before{display:none!important;content:none!important;}
.feature-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,0,0,.1);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.feature-icon{
  width:2.65rem;
  height:2.65rem;
  display:grid;
  place-items:center;
  margin:0 0 .9rem .15rem;
  border-radius:10px;
  background:var(--black);
  border:0;
  color:var(--white);
  box-shadow:none;
}
.feature-icon svg{
  width:1.2rem;
  height:1.2rem;
}
.feature-card h3{
  margin:0 0 .45rem;
  font-family:var(--disp);
  font-size:1.12rem;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--black) !important;
}
.feature-card p{
  margin:0;
  color:var(--mute-on-white) !important;
  font-size:.95rem;
  line-height:1.55;
}
.feature-card p strong{
  color:var(--black);
  font-weight:700;
}

/* ── Steps: franja BLANCA, tipografía negra, acentos rojos ── */
.section-steps{
  padding:3.5rem 0;
  background:var(--white);
  color:var(--black);
  border-block:1px solid #e5e5e5;
}
.section-steps .section-kicker{
  color:var(--red);
}
.section-steps .section-head h2{
  color:var(--black) !important;
}
.section-steps .section-lead{
  color:var(--mute-on-white);
}
.steps-row{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.step-card{
  position:relative;
  background:var(--white);
  border:2px solid var(--black);
  border-radius:16px;
  padding:1.4rem 1.25rem 1.35rem;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.step-card:hover{
  transform:translateY(-3px);
  border-color:var(--black);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.step-num{
  display:inline-block;
  margin-bottom:.7rem;
  font-family:Oswald,Barlow,system-ui,sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--white);
  background:var(--red);
  padding:.28rem .55rem;
  border-radius:4px;
}
.step-card h3{
  margin:0 0 .4rem;
  font-size:1.1rem;
  color:var(--black);
  text-transform:uppercase;
  letter-spacing:.03em;
  font-family:var(--disp);
}
.step-card p{
  margin:0;
  color:var(--mute-on-white);
  font-size:.93rem;
  line-height:1.5;
}

/* ── Planes: cards blancas / plan pro rojo ── */
.section-planes{
  padding:3.75rem 0 2.75rem;
  background:#0a0a0a;
}
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
  align-items:stretch;
}
.plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.9rem;
  background:var(--white);
  color:var(--ink-on-white);
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:1.5rem 1.35rem 1.35rem;
  box-shadow:0 12px 32px rgba(0,0,0,.22);
  transition:transform .22s ease, box-shadow .22s ease;
}
.plan-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,0,0,.12);
  box-shadow:0 18px 44px rgba(0,0,0,.3);
}
.plan-card-featured{
  background:var(--red);
  color:var(--white);
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
  transform:scale(1.03);
  z-index:1;
}
.plan-card-featured:hover{
  transform:scale(1.03) translateY(-4px);
  border-color:rgba(0,0,0,.18);
  box-shadow:0 22px 48px rgba(0,0,0,.32);
}
.plan-ribbon{
  position:absolute;
  top:14px;
  right:14px;
  font-family:Oswald,Barlow,system-ui,sans-serif;
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--red);
  background:var(--white);
  border-radius:999px;
  padding:.3rem .6rem;
  box-shadow:0 4px 14px rgba(0,0,0,.15);
}
.plan-top .badge{
  /* se ve bien sobre blanco y sobre rojo */
}
.plan-card:not(.plan-card-featured) .badge-gratuito,
.plan-card:not(.plan-card-featured) .badge-empresa{
  background:var(--black);
  border-color:var(--black);
  color:var(--white);
}
.plan-card:not(.plan-card-featured) .badge-profesional{
  background:var(--red);
  border-color:var(--red);
  color:var(--white);
}
.plan-card-featured .badge{
  background:var(--white) !important;
  border-color:var(--white) !important;
  color:var(--black) !important;
  box-shadow:none;
}
.plan-card-featured .badge::before{
  background:var(--red);
  box-shadow:none;
}
.plan-top .price{
  margin:.7rem 0 .35rem;
  font-size:clamp(1.9rem,3vw,2.35rem);
  letter-spacing:.02em;
  color:var(--black);
}
.plan-card-featured .price{
  color:var(--white);
}
.plan-top .price small{
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.7;
  color:inherit;
}
.plan-desc{
  margin:0;
  color:var(--mute-on-white);
  font-size:.92rem;
  line-height:1.45;
  min-height:2.6em;
}
.plan-card-featured .plan-desc{
  color:rgba(255,255,255,.9);
}
.plan-features{
  list-style:none;
  margin:0 0 .35rem;
  padding:0;
  display:grid;
  gap:.55rem;
  flex:1;
}
.plan-features li{
  position:relative;
  padding-left:1.35rem;
  color:#333;
  font-size:.9rem;
  line-height:1.4;
}
.plan-card-featured .plan-features li{
  color:rgba(255,255,255,.95);
}
.plan-features li::before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:.55rem;
  height:.55rem;
  border-radius:50%;
  background:var(--red);
  box-shadow:none;
}
.plan-card-featured .plan-features li::before{
  background:var(--white);
}
.plan-features li.is-muted{
  color:#999;
}
.plan-card-featured .plan-features li.is-muted{
  color:rgba(255,255,255,.55);
}
.plan-features li.is-muted::before{
  background:#ccc;
}
.plan-card-featured .plan-features li.is-muted::before{
  background:rgba(255,255,255,.35);
}
.plan-features li strong{
  color:var(--black);
  font-weight:700;
}
.plan-card-featured .plan-features li strong{
  color:var(--white);
}
.plan-card .btn{
  margin-top:auto;
}
/* Botones en cards blancas */
.plan-card:not(.plan-card-featured) .btn-primary{
  background:var(--red);
  color:var(--white);
}
.plan-card:not(.plan-card-featured) .btn-ghost{
  background:var(--black);
  border-color:var(--black);
  color:var(--white);
}
.plan-card:not(.plan-card-featured) .btn-ghost:hover{
  background:var(--red);
  border-color:var(--red);
  color:var(--white);
}
/* Botón en plan rojo (blanco) */
.plan-card-featured .btn-primary{
  background:var(--white);
  color:var(--black);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.plan-card-featured .btn-primary:hover{
  background:var(--black);
  color:var(--white);
  box-shadow:none;
}

/* ── CTA: bloque ROJO ── */
.section-cta-band{
  padding:0 0 0;
  background:#0a0a0a;
}
.cta-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  flex-wrap:wrap;
  padding:2rem 1.9rem;
  border-radius:0;
  margin:0;
  max-width:none;
  background:var(--red);
  border:0;
  border-top:3px solid var(--black);
  border-bottom:3px solid var(--black);
  box-shadow:none;
}
.section-cta-band .container{
  width:100%;
  max-width:none;
  padding:0;
  margin:0;
}
.section-cta-band .cta-band{
  width:100%;
  padding:2.1rem clamp(1.25rem,4vw,3rem);
}
.cta-band .section-kicker{
  color:rgba(255,255,255,.9);
}
.cta-band-copy h2{
  margin:0 0 .4rem;
  font-family:var(--disp);
  font-size:clamp(1.7rem,4vw,3rem);
  text-transform:uppercase;
  color:var(--white);
  line-height:1.05;
  white-space:nowrap;
  letter-spacing:.02em;
}
.cta-band-copy p:last-child{
  margin:0;
  color:rgba(255,255,255,.9);
  max-width:34rem;
}
.cta-band-actions{
  display:flex;
  gap:.7rem;
  flex-wrap:wrap;
  flex-shrink:0;
}
.cta-band-actions .btn-primary{
  background:var(--white);
  color:var(--black);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.cta-band-actions .btn-primary:hover{
  background:var(--black);
  color:var(--white);
}
.cta-band-actions .btn-ghost{
  border-color:var(--white);
  color:var(--white);
  background:transparent;
}
.cta-band-actions .btn-ghost:hover{
  background:var(--white);
  color:var(--black);
}

/* ── Footer negro + blanco + rojo ── */
.footer-modern{
  border-top:0;
  padding:2.6rem 0 1.7rem;
  color:rgba(255,255,255,.85);
  background:var(--black);
}
.footer-grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.5rem;
  flex-wrap:wrap;
  margin-bottom:1.5rem;
}
.footer-brand .brand-left{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  margin-bottom:.65rem;
  text-decoration:none;
}
.footer-brand .nav-logo-auth{
  height:28px;
  width:auto;
  filter:brightness(0) invert(1);
}
.footer-brand .brand-word{
  font-family:"Cascadia Mono","Cascadia Code",ui-monospace,monospace;
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.04em;
  color:var(--white);
}
.footer-brand p{
  margin:0;
  max-width:28rem;
  font-size:.9rem;
  line-height:1.5;
  color:rgba(255,255,255,.58);
}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem .9rem;
  align-items:center;
}
.footer-nav a{
  font-size:.88rem;
  font-weight:600;
  color:rgba(255,255,255,.85);
  transition:color .15s ease;
}
.footer-nav a:hover{
  color:var(--red);
}
.footer-bottom{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap:wrap;
  padding-top:1.1rem;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:.82rem;
  color:rgba(255,255,255,.45);
}
.footer-dot{
  opacity:.5;
}

/* Nav tricolor */
body.page-dark .nav-links a,
body.page-ferrari .nav-links a{
  transition:color .15s ease;
}
body.page-dark .nav-links a:not(.btn),
body.page-ferrari .nav-links a:not(.btn){
  color:rgba(255,255,255,.78) !important;
}
body.page-dark .nav-links a:not(.btn):hover,
body.page-ferrari .nav-links a:not(.btn):hover{
  color:var(--white) !important;
}
body.page-dark .nav-links .btn-primary,
body.page-ferrari .nav-links .btn-primary{
  background:var(--red);
  color:var(--white);
  box-shadow:0 8px 22px rgba(255,40,0,.4);
}
body.page-dark .nav-links .btn-primary:hover,
body.page-ferrari .nav-links .btn-primary:hover{
  transform:translateY(-1px);
  background:var(--red-hot);
}

/* Auth forms en negro */
body.page-dark .form input,
body.page-dark .form select,
body.page-dark .form textarea,
body.page-ferrari .form input,
body.page-ferrari .form select,
body.page-ferrari .form textarea{
  background:#141414;
  border-color:rgba(255,255,255,.15);
  color:var(--white);
}

/* Overrides viejos de page-ferrari sobre cards blancas */
body.page-ferrari .feature-card,
body.page-ferrari .plan-card:not(.plan-card-featured){
  background:var(--white) !important;
  border-color:var(--white);
}
body.page-ferrari .feature-card p,
body.page-ferrari .plan-card:not(.plan-card-featured) .plan-desc,
body.page-ferrari .plan-card:not(.plan-card-featured) .plan-features li{
  color:inherit;
}
body.page-ferrari .section-steps{
  background:var(--white) !important;
}
body.page-ferrari .section-cta-band,
body.page-ferrari .section-cta-band .cta-band{
  background:var(--red) !important;
}
body.page-ferrari .plan-card-featured{
  background:var(--red) !important;
  border-color:var(--red) !important;
}

@media (max-width:960px){
  .feature-grid,
  .steps-row,
  .plans-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .plan-card-featured{
    transform:none;
  }
  .plan-card-featured:hover{
    transform:translateY(-4px);
  }
}
@media (max-width:640px){
  .section-features,
  .section-steps,
  .section-planes{
    padding-top:2.75rem;
    padding-bottom:2rem;
  }
  .feature-grid,
  .steps-row,
  .plans-grid{
    grid-template-columns:1fr;
  }
  .cta-band-actions{
    width:100%;
  }
  .cta-band-actions .btn{
    flex:1 1 auto;
  }
  .footer-grid{
    flex-direction:column;
  }
  .section-head,
  .section-head-center{
    text-align:left;
    margin-left:0;
    margin-right:0;
  }
}

#planes .plan-card .price small{
  font-family:var(--font);
}

/* === FULL WIDTH BLEED === */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.container,
.container.nav-in,
.nav-in{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  box-sizing:border-box;
}
/* Nav de borde a borde */
.nav,
.nav.nav-full{
  width:100% !important;
  left:0; right:0;
}
.nav-in-full{
  width:100% !important;
  max-width:none !important;
  padding-left:clamp(1rem,3.2vw,3.25rem) !important;
  padding-right:clamp(1rem,3.2vw,3.25rem) !important;
}
/* Secciones y grids a todo el ancho */
.section,
.landing-below,
.landing-showcase,
.section-features,
.section-steps,
.section-planes,
.section-cta-band,
.footer,
.footer-modern,
.dir-page,
.genre-marquee,
.hero,
.hero-claim-grial{
  width:100%;
  max-width:none;
}
/* Títulos: una línea, grandes, full-bleed */
.section-head{
  max-width:100% !important;
}
.section-head-center{
  max-width:100% !important;
}
body.page-ferrari .section h2,
body.page-ferrari .section-head h2,
.section-head h2,
.section h2{
  font-size:clamp(1.95rem,4.6vw,3.4rem) !important;
  line-height:1.02 !important;
  white-space:nowrap !important;
  letter-spacing:.02em;
}
/* Grids que ocupan el lienzo */
.feature-grid{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  width:100%;
}
.steps-grid,
.plans-grid,
.grid-3{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
  width:100%;
}
/* Showcase / marquee ya edge-to-edge */
.showcase-viewport{
  width:100vw;
  max-width:100%;
  margin-left:0;
  margin-right:0;
}
.genre-marquee,
.genre-marquee-track{
  width:100%;
}
/* Directorio full */
.dir-filters,
.dir-filters .container,
.dir-hero.container,
.dir-page .container{
  width:100% !important;
  max-width:none !important;
}
.dir-grid{
  grid-template-columns:repeat(auto-fill, minmax(min(100%, 240px), 1fr)) !important;
  width:100%;
}
.dir-hero p{
  max-width:min(42rem, 100%) !important;
}
/* CTA banda a 100% */
.section-cta-band .container,
.section-cta-band .cta-band{
  width:100% !important;
  max-width:none !important;
}
/* Footer */
.footer-modern .container,
.footer .container{
  width:100% !important;
  max-width:none !important;
}
/* Formularios públicos: un poco más anchos en pantallas grandes */
.form{
  max-width:min(520px, 100%);
}
/* Panel: ocupa el ancho disponible */
.panel-shell{
  width:100%;
  max-width:none;
}
.panel-main{
  width:100%;
  max-width:none;
}
/* Hero claim y pitch usan el ancho útil */
.hero-claim-grial .claim-pitch{
  max-width:min(1100px, 96vw) !important;
}
.hero-claim-grial .envoltorio-titulo,
.hero-claim-grial #lienzoTitulo{
  width:100% !important;
  max-width:none !important;
}
/* Landing cards: más columnas en ultra-wide */
@media (min-width:1400px){
  .feature-grid{
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
  }
  .dir-grid{
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)) !important;
  }
}
@media (min-width:1100px) and (max-width:1399px){
  .feature-grid{
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  }
}

/* === TITULOS UNA LINEA === */
.section-head,
.section-head-center{
  max-width:100% !important;
  width:100%;
}
.section-head h2,
.section h2,
.landing-showcase .section-head h2,
#showcase-title,
.section-features .section-head h2,
.section-steps .section-head h2,
.section-planes .section-head h2{
  font-size:clamp(1.95rem, 4.8vw, 3.45rem) !important;
  line-height:1.02 !important;
  white-space:nowrap !important;
  text-wrap:nowrap !important;
  letter-spacing:.015em;
  margin-left:auto;
  margin-right:auto;
}
.section-lead{
  max-width:min(42rem, 100%);
}
.section-head-center .section-lead{
  max-width:min(42rem, 100%);
  margin-inline:auto;
}
.cta-band-copy h2,
#cta-final-title{
  font-size:clamp(1.75rem, 4.2vw, 3.1rem) !important;
  white-space:nowrap !important;
  line-height:1.05 !important;
}
/* Móvil estrecho: permitir wrap solo si no cabe */
@media (max-width:520px){
  .section-head h2,
  .section h2,
  .cta-band-copy h2,
  #cta-final-title{
    white-space:normal !important;
    text-wrap:balance !important;
    font-size:clamp(1.55rem, 7.5vw, 2.1rem) !important;
  }
}

/* === SIN RIBETE ROJO CARDS === */
.feature-card::before,
.feature-card::after{
  display:none !important;
  content:none !important;
  background:none !important;
  box-shadow:none !important;
}
.feature-card,
.step-card,
.plan-card,
.card{
  /* sin contorno rojo */
  outline:none;
}
.feature-card,
.plan-card:not(.plan-card-featured){
  border-color:rgba(0,0,0,.08) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.22) !important;
}
.feature-card:hover,
.plan-card:not(.plan-card-featured):hover,
.step-card:hover{
  border-color:rgba(0,0,0,.12) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.3) !important;
}
/* Quitar glows rojos residuales en sombras de cards */
.feature-card:hover,
.plan-card-featured,
.plan-card-featured:hover,
#planes .card:hover,
#planes .card-plan-pro{
  /* sombra neutra, no tinte rojo */
}
.plan-card-featured{
  box-shadow:0 16px 40px rgba(0,0,0,.28) !important;
  border-color:rgba(0,0,0,.1) !important;
}
.plan-card-featured:hover{
  box-shadow:0 22px 48px rgba(0,0,0,.32) !important;
}
#planes .card-plan-pro{
  box-shadow:0 14px 36px rgba(0,0,0,.2) !important;
  border-color:rgba(255,255,255,.3) !important;
}
/* dir / showcase cards: sin borde rojo */
.dir-card,
.showcase-card{
  box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.dir-card:hover,
.showcase-card:hover{
  box-shadow:0 18px 40px rgba(0,0,0,.32);
  border-color:rgba(255,255,255,.55) !important;
}

/* === FONDO ROJO BROCHAZO (Ferrari) === */
html, body.page-ferrari:not(.panel-body):not(.panel-pro-body),
body.page-dark:not(.panel-body):not(.panel-pro-body) {
  background-color: #FF2800 !important;
  background-image: none !important;
}

body.page-ferrari:not(.panel-body):not(.panel-pro-body)::before,
body.page-dark:not(.panel-body):not(.panel-pro-body)::before {
  content: none !important;
  background: none !important;
}

body.page-ferrari > *:not(#fondo-brochas-pagina):not(.labd-tab):not(.labd-panel):not(.labd-overlay),
body.page-dark > *:not(#fondo-brochas-pagina):not(.labd-tab):not(.labd-panel):not(.labd-overlay) {
  position: relative;
  z-index: 1;
}

body.page-ferrari .landing-below,
body.page-ferrari .section-features,
body.page-ferrari .section-planes,
body.page-ferrari .landing-showcase,
body.page-ferrari .footer-modern,
body.page-ferrari .footer {
  background: transparent !important;
}

body.page-ferrari .section-steps {
  background: rgba(255, 255, 255, 0.95) !important;
}

body.page-ferrari .section-cta-band,
body.page-ferrari .section-cta-band .cta-band {
  background: #FF2800 !important;
}

body.page-ferrari .hero-claim-grial,
body.page-ferrari .hero {
  background: transparent !important;
}

body.page-ferrari .nav,
body.page-ferrari .nav.nav-full {
  background: rgba(10, 10, 10, 0.82) !important;
}

body.page-ferrari .genre-marquee {
  background: #fff !important;
}

/* Móvil: cover full width, attachment scroll (mejor rendimiento) */
@media (max-width: 900px) {
  html, body.page-ferrari, body.page-dark {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}

/* === AUTH + PANEL PRO UI === */
/* —— Auth shell (entrar / registro) —— */
body.auth-body{
  min-height:100vh;
  background-color:#FF2800 !important;
  background-image:none !important;
}
body.auth-body::before{
  content:none !important;
  background:none !important;
}
body.auth-body > *{ position:relative; z-index:1; }

.auth-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.auth-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:.9rem clamp(1.1rem,3.5vw,2.5rem);
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(10,10,10,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.auth-brand{
  display:flex;
  align-items:center;
  gap:.65rem;
  text-decoration:none;
  color:#fff;
}
.auth-brand-icon{
  height:32px;
  width:auto;
  display:block;
  filter:brightness(0) invert(1);
}
.auth-brand-word{
  font-family:"Cascadia Mono","Cascadia Code",ui-monospace,monospace;
  font-weight:700;
  font-size:clamp(.72rem,1.4vw,.9rem);
  letter-spacing:.05em;
}
.auth-nav-link{
  font-family:Oswald,Barlow,sans-serif;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.8);
  text-decoration:none;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  padding:.45rem .9rem;
  transition:background .15s, color .15s, border-color .15s;
}
.auth-nav-link:hover{
  background:#fff;
  color:#111;
  border-color:#fff;
}

.auth-main{
  flex:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:0;
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:clamp(1.5rem,4vw,3rem) clamp(1.1rem,3.5vw,2.5rem) 3rem;
  align-items:center;
}
@media (max-width:900px){
  .auth-main{ grid-template-columns:1fr; max-width:480px; }
  .auth-aside{ display:none; }
}

.auth-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:clamp(1.5rem,3vw,2.1rem);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  width:100%;
  max-width:440px;
}
.auth-card-wide{ max-width:520px; }
.auth-kicker{
  margin:0 0 .4rem;
  font-family:Oswald,Barlow,sans-serif;
  font-size:.68rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--red,#FF2800);
}
.auth-title{
  margin:0 0 .55rem;
  font-family:var(--disp),Impact,sans-serif;
  font-size:clamp(1.85rem,4vw,2.45rem);
  line-height:1.05;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#fff;
  white-space:nowrap;
}
.auth-lead{
  margin:0 0 1.35rem;
  color:rgba(255,255,255,.72);
  font-size:.98rem;
  line-height:1.5;
  max-width:34rem;
}
.auth-plan-pill{
  display:inline-block;
  padding:.12rem .5rem;
  border-radius:999px;
  background:rgba(255,40,0,.2);
  border:1px solid rgba(255,40,0,.45);
  color:#fff;
  font-weight:700;
  font-size:.85rem;
}

.auth-form{ display:grid; gap:1rem; }
.auth-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
}
.auth-field-full{ grid-column:1 / -1; }
@media (max-width:560px){
  .auth-grid-2{ grid-template-columns:1fr; }
  .auth-title{ white-space:normal; }
}

.auth-field label{
  display:block;
  margin:0 0 .4rem;
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.04em;
  color:rgba(255,255,255,.7);
}
.auth-label-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
}
.auth-field input,
.auth-form input,
.auth-form select,
.auth-form textarea{
  width:100%;
  background:rgba(0,0,0,.35) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:12px !important;
  color:#fff !important;
  padding:.85rem 1rem !important;
  font:inherit;
  transition:border-color .15s, box-shadow .15s, background .15s;
}
.auth-field input::placeholder{ color:rgba(255,255,255,.35); }
.auth-field input:focus,
.auth-form input:focus{
  outline:none !important;
  border-color:rgba(255,40,0,.75) !important;
  box-shadow:0 0 0 3px rgba(255,40,0,.18) !important;
  background:rgba(0,0,0,.45) !important;
}
.auth-input-wrap{ position:relative; }
.auth-input-wrap input{ padding-right:4.2rem !important; }
.auth-eye{
  position:absolute;
  right:.45rem;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:rgba(255,255,255,.65);
  font-family:Oswald,sans-serif;
  font-size:.68rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  padding:.35rem .5rem;
  border-radius:8px;
}
.auth-eye:hover{ color:#fff; background:rgba(255,255,255,.08); }
.auth-hint{
  margin:.35rem 0 0;
  font-size:.75rem;
  color:rgba(255,255,255,.45);
}
.auth-submit{
  width:100%;
  margin-top:.35rem;
  padding:1rem 1.25rem !important;
  font-size:.82rem !important;
}
.auth-submit:disabled{ opacity:.65; cursor:wait; }

.auth-checklist{
  list-style:none;
  margin:.25rem 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}
.auth-checklist li{
  font-size:.72rem;
  letter-spacing:.04em;
  color:rgba(255,255,255,.7);
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  padding:.28rem .65rem;
  background:rgba(0,0,0,.2);
}
.auth-checklist li::before{
  content:"✓ ";
  color:var(--red,#FF2800);
  font-weight:700;
}

.auth-msg{
  min-height:0;
  margin:0 0 .25rem;
  font-size:.9rem;
  border-radius:12px;
  padding:0;
}
.auth-msg:empty{ display:none; }
.auth-msg-err,
.auth-msg-ok{
  display:block;
  padding:.75rem 1rem;
  margin-bottom:.5rem;
}
.auth-msg-err{
  background:rgba(225,29,72,.15);
  border:1px solid rgba(225,29,72,.4);
  color:#fecdd3;
}
.auth-msg-ok{
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.35);
  color:#bbf7d0;
}

.auth-foot{
  margin:1.25rem 0 0;
  font-size:.85rem;
  color:rgba(255,255,255,.55);
  line-height:1.45;
}
.auth-foot a{
  color:#fff;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}

.auth-aside{
  padding-left:clamp(1.5rem,4vw,3rem);
}
.auth-aside-inner{
  max-width:22rem;
}
.auth-aside-kicker{
  font-family:Oswald,sans-serif;
  font-size:.68rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
  margin:0 0 .75rem;
}
.auth-aside-claim{
  font-family:var(--disp),Impact,sans-serif;
  font-size:clamp(1.8rem,3.5vw,2.6rem);
  line-height:1.05;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#fff;
  margin:0 0 1.25rem;
}
.auth-aside-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:.65rem;
}
.auth-aside-list li{
  font-size:.95rem;
  color:rgba(255,255,255,.75);
  padding-left:1.1rem;
  position:relative;
}
.auth-aside-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--red,#FF2800);
}

/* —— Panel pro —— */
body.panel-body,
body.panel-pro-body{
  background:#0a0a0a !important;
  background-image:none !important;
  min-height:100vh;
}
body.panel-body::before,
body.panel-pro-body::before{
  display:none !important;
}

.panel-shell.panel-pro{
  display:grid;
  grid-template-columns:260px 1fr;
  min-height:100vh;
  background:#0a0a0a;
}
.panel-pro .panel-side{
  display:flex;
  flex-direction:column;
  gap:.5rem;
  padding:1.15rem 1rem 1.25rem;
  background:#111;
  border-right:1px solid rgba(255,255,255,.08);
  border-top:3px solid #FF2800;
}
.panel-brand{
  display:flex;
  align-items:center;
  gap:.55rem;
  padding:.35rem .55rem 1rem;
  text-decoration:none;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:.5rem;
}
.panel-brand img{
  height:28px;
  width:auto;
  filter:brightness(0) invert(1);
}
.panel-brand span{
  font-family:"Cascadia Mono",ui-monospace,monospace;
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.08em;
}
.panel-nav{ display:flex; flex-direction:column; gap:.15rem; flex:1; }
.panel-nav-label{
  margin:.85rem 0 .35rem;
  padding:0 .55rem;
  font-family:Oswald,sans-serif;
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
}
.panel-pro .panel-side a{
  display:flex;
  align-items:center;
  gap:.55rem;
  padding:.7rem .75rem;
  border-radius:10px;
  color:rgba(255,255,255,.72);
  font-weight:600;
  font-size:.9rem;
  text-decoration:none;
  margin:0;
  transition:background .15s, color .15s;
}
.panel-ico{
  width:1.15rem;
  text-align:center;
  opacity:.7;
  font-size:.85rem;
}
.panel-pro .panel-side a:hover{
  background:rgba(255,255,255,.06);
  color:#fff;
}
.panel-pro .panel-side a.active{
  background:rgba(255,40,0,.16);
  color:#fff;
  border:1px solid rgba(255,40,0,.35);
}
.panel-pro .panel-side a.active .panel-ico{ opacity:1; color:#FF2800; }

.panel-side-foot{
  margin-top:auto;
  padding-top:1rem;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  flex-direction:column;
  gap:.25rem;
}
.panel-side-muted{
  color:rgba(255,255,255,.45) !important;
  font-size:.82rem !important;
}
.panel-salir{
  color:#ffb4a8 !important;
}
.panel-salir:hover{
  background:rgba(225,29,72,.12) !important;
}

.panel-workspace{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:transparent;
}
.panel-topbar{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:.85rem clamp(1rem,2.5vw,1.75rem);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(10,10,10,.9);
  position:sticky;
  top:0;
  z-index:20;
}
.panel-burger{
  display:none;
  border:1px solid rgba(255,255,255,.2);
  background:transparent;
  color:#fff;
  border-radius:10px;
  width:42px;
  height:42px;
  cursor:pointer;
  font-size:1.1rem;
}
.panel-topbar-title{ flex:1; min-width:0; }
.panel-kicker{
  display:block;
  font-family:Oswald,sans-serif;
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}
.panel-topbar-title strong{
  font-family:var(--disp),Impact,sans-serif;
  font-size:1.05rem;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:#fff;
}
.panel-top-cta{
  padding:.55rem 1rem !important;
  font-size:.72rem !important;
}
.panel-pro .panel-main{
  padding:clamp(1.25rem,3vw,2rem);
  max-width:1100px;
}
.panel-loading{
  color:rgba(255,255,255,.55);
  font-family:Oswald,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.8rem;
}

/* Panel content polish */
.panel-pro .panel-main h2{
  font-family:var(--disp),Impact,sans-serif;
  font-size:clamp(1.5rem,3vw,2rem);
  text-transform:uppercase;
  letter-spacing:.02em;
  margin:0 0 .75rem;
  color:#fff;
}
.panel-pro .stats .stat{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  padding:1.1rem 1rem;
}
.panel-pro .stats .stat b{
  color:#fff;
  font-size:1.65rem;
}
.panel-pro .form,
.panel-pro .card{
  max-width:100%;
}
.panel-pro .form input,
.panel-pro .form select,
.panel-pro .form textarea{
  background:rgba(255,255,255,.05) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:12px !important;
  color:#fff !important;
}
.panel-pro .form input:focus,
.panel-pro .form textarea:focus{
  border-color:rgba(255,40,0,.7) !important;
  box-shadow:0 0 0 3px rgba(255,40,0,.15);
  outline:none;
}
.panel-pro .form label{
  color:rgba(255,255,255,.65);
  font-size:.78rem;
  letter-spacing:.03em;
}
.panel-pro .btn-ai{
  border-color:rgba(255,255,255,.25);
}

@media (max-width:900px){
  .panel-shell.panel-pro{
    grid-template-columns:1fr;
  }
  .panel-pro .panel-side{
    position:fixed;
    inset:0 auto 0 0;
    width:min(280px,86vw);
    z-index:60;
    transform:translateX(-105%);
    transition:transform .25s ease;
    box-shadow:none;
  }
  .panel-pro .panel-side.open{
    transform:translateX(0);
    box-shadow:20px 0 50px rgba(0,0,0,.5);
  }
  .panel-burger{ display:inline-flex; align-items:center; justify-content:center; }
  body.panel-nav-open::after{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:50;
  }
}

