
/* Minimal: solo tema Ocean */

/* Colores y variables para el tema oceánico */
[data-theme="ocean"] {
  --bg:          #060d1a;
  --surface:     #071424;
  --card:        rgba(255,255,255,0.03);
  --card-hover:  rgba(255,255,255,0.05);
  --border:      rgba(255,255,255,0.04);
  --border-mid:  rgba(255,255,255,0.08);

  --gold:        #00c8be; /* acento principal */
  --gold-light:  #33d6cf;
  --gold-dim:    rgba(0,200,190,0.08);
  --gold-glow:   rgba(0,200,190,0.18);

  --blue:        #00aaff;
  --blue-dim:    rgba(0,170,255,0.08);

  --text:        #eaf6f6;
  --text-2:      #c6e9e9;
  --text-3:      #88b6b6;
}

/* Pequeños ajustes específicos para el tema */
[data-theme="ocean"] .hero { background: linear-gradient(180deg, #061026 0%, #071424 60%); }
[data-theme="ocean"] .hero__bg { opacity: .16; }
[data-theme="ocean"] .btn--primary { background: var(--gold); color: #021216; }
[data-theme="ocean"] .project-card--featured { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); border-color: rgba(0,0,0,.06); }

/* ================================================
   THEME 1: OSCURO DORADO — Default (variables en :root)
   Layout: hero izquierda + card 2-col + mockups derecha
   ================================================ */
/* Sin overrides necesarios */


/* ================================================
   THEME 2: NEO MINIMAL
   Layout: centrado, sin mockups, card 1-col lineal,
           tipografía sans-serif ligera
   ================================================ */
[data-theme="neo-minimal"] {
  --bg:         #fafaf8;
  --surface:    #f2f2ee;
  --card:       #ffffff;
  --card-hover: #f9f9f6;
  --border:     rgba(0,0,0,.06);
  --border-mid: rgba(0,0,0,.13);
  --gold:       #4f46e5;
  --gold-light: #6366f1;
  --gold-dim:   rgba(79,70,229,.07);
  --gold-glow:  rgba(79,70,229,.18);
  --blue:       #4f46e5;
  --blue-dim:   rgba(79,70,229,.07);
  --text:       #09090b;
  --text-2:     #52525b;
  --text-3:     #a1a1aa;
}
[data-theme="neo-minimal"] .nav.is-scrolled {
  background: rgba(250,250,248,.94);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
[data-theme="neo-minimal"] .nav__logo { font-family: var(--f-body); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
[data-theme="neo-minimal"] .nav__logo-symbol { display: none; }
[data-theme="neo-minimal"] .nav__links a { color: var(--text-2); }
[data-theme="neo-minimal"] .hero { background: var(--bg); }
[data-theme="neo-minimal"] .hero__bg { display: none; }
[data-theme="neo-minimal"] .hero__container { text-align: center; max-width: 680px; margin: 0 auto; }
[data-theme="neo-minimal"] .hero__subtitle  { margin: 0 auto 3rem; }
[data-theme="neo-minimal"] .hero__cta       { justify-content: center; }
[data-theme="neo-minimal"] .hero__title { font-family: var(--f-body); font-weight: 300; letter-spacing: -.03em; font-size: clamp(3.2rem, 9vw, 7.5rem); }
[data-theme="neo-minimal"] .hero__title em  { font-style: normal; font-weight: 800; color: var(--gold); }
[data-theme="neo-minimal"] .hero__badge { background: transparent; border: 1px solid rgba(0,0,0,.12); color: var(--text-3); }
[data-theme="neo-minimal"] .btn { border-radius: 6px; }
[data-theme="neo-minimal"] .btn--primary { background: var(--text); color: var(--bg); box-shadow: none; }
[data-theme="neo-minimal"] .btn--primary:hover { background: #222; box-shadow: none; transform: none; }
[data-theme="neo-minimal"] .btn--ghost { border-color: rgba(0,0,0,.13); color: var(--text); }

[data-theme="neo-minimal"] .section { padding: 5rem 0; }
[data-theme="neo-minimal"] .section__header { display: flex; align-items: baseline; gap: 2.5rem; border-top: 1px solid rgba(0,0,0,.06); padding-top: 1.5rem; margin-bottom: 3rem; }
[data-theme="neo-minimal"] .section__label  { flex-shrink: 0; }
[data-theme="neo-minimal"] .section__title  { font-family: var(--f-body); font-size: 1.25rem; font-weight: 600; letter-spacing: -.01em; }

[data-theme="neo-minimal"] .project-card--featured { display: block; background: transparent; border: none; border-top: 2px solid var(--text); border-radius: 0; padding: 3rem 0; margin-bottom: 0; }
[data-theme="neo-minimal"] .project-card--featured::before { display: none; }
[data-theme="neo-minimal"] .project-card__mockups { display: none; }
[data-theme="neo-minimal"] .project-card__title { font-size: clamp(3rem, 6vw, 5rem); }
[data-theme="neo-minimal"] .project-card__features { grid-template-columns: repeat(3, 1fr); }

[data-theme="neo-minimal"] .coming-soon__card { border-radius: 0; border-style: solid; }
[data-theme="neo-minimal"] .skill__bar { background: var(--text); }
[data-theme="neo-minimal"] .skill__track { background: rgba(0,0,0,.07); }
[data-theme="neo-minimal"] .contact__body { text-align: left; align-items: flex-start; }
[data-theme="neo-minimal"] .footer { background: var(--text); }
[data-theme="neo-minimal"] .footer__brand { color: #fff; }
[data-theme="neo-minimal"] .footer__copy  { color: rgba(255,255,255,.4); }
[data-theme="neo-minimal"] .theme-btn:hover        { background: rgba(0,0,0,.04); }
[data-theme="neo-minimal"] .theme-btn__swatch      { border-color: rgba(0,0,0,.12); }
[data-theme="neo-minimal"] .theme-btn__swatch span { border-color: rgba(0,0,0,.1); }


/* ================================================
   THEME 3: COSMOS
   Gradiente hero púrpura→azul, gradient text en título,
   cards glassmorphism, hero centrado, fondo estrellado
   ================================================ */
[data-theme="cosmos"] {
  --bg:         #07031a;
  --surface:    #0c0726;
  --card:       rgba(255,255,255,.05);
  --card-hover: rgba(255,255,255,.08);
  --border:     rgba(139,92,246,.15);
  --border-mid: rgba(139,92,246,.28);
  --gold:       #a78bfa;
  --gold-light: #c4b5fd;
  --gold-dim:   rgba(167,139,250,.12);
  --gold-glow:  rgba(167,139,250,.30);
  --blue:       #38bdf8;
  --blue-dim:   rgba(56,189,248,.12);
  --text:       #f0e6ff;
  --text-2:     #9b7dcc;
  --text-3:     #4a3572;
}
[data-theme="cosmos"] .nav.is-scrolled { background: rgba(7,3,26,.88); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
[data-theme="cosmos"] .hero {
  background: linear-gradient(145deg, #0f0a2e 0%, #1a0d45 25%, #0e1d55 55%, #07031a 100%);
/* Minimal: solo tema Ocean */

/* Variables y pequeños ajustes para el tema "ocean" */
[data-theme="ocean"] {
  --bg:          #060d1a;
  --surface:     #071424;
  --card:        rgba(255,255,255,0.03);
  --card-hover:  rgba(255,255,255,0.05);
  --border:      rgba(255,255,255,0.04);
  --border-mid:  rgba(255,255,255,0.08);

  --gold:        #00c8be; /* acento */
  --gold-light:  #33d6cf;
  --gold-dim:    rgba(0,200,190,0.08);
  --gold-glow:   rgba(0,200,190,0.18);

  --blue:        #00aaff;
  --blue-dim:    rgba(0,170,255,0.08);

  --text:        #eaf6f6;
  --text-2:      #c6e9e9;
  --text-3:      #88b6b6;
}

/* Ajustes leves para mantener contraste y coherencia */
[data-theme="ocean"] .hero { background: linear-gradient(180deg, #061026 0%, #071424 60%); }
[data-theme="ocean"] .hero__bg { opacity: .16; }
[data-theme="ocean"] .btn--primary { background: var(--gold); color: #021216; }
[data-theme="ocean"] .project-card--featured { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); border-color: rgba(0,0,0,.06); }

  --gold-glow:  rgba(192,132,252,.30);
  --blue:       #f472b6;
  --blue-dim:   rgba(244,114,182,.12);
  --text:       #f0eaff;
  --text-2:     #9d80c8;
  --text-3:     #4a3870;
}
[data-theme="aurora"] .nav.is-scrolled { background: rgba(13,8,24,.82); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
[data-theme="aurora"] .hero__bg {
  background:
    radial-gradient(ellipse at 25% 40%, rgba(192,132,252,.22) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(244,114,182,.16) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 85%, rgba(99,102,241,.12) 0%, transparent 45%);
}
[data-theme="aurora"] .hero__bg::after { display: none; }
[data-theme="aurora"] .hero__title {
  background: linear-gradient(135deg, #f0eaff 0%, #c084fc 42%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: .05em;
}
[data-theme="aurora"] .hero__title em { -webkit-text-fill-color: transparent; }
[data-theme="aurora"] .hero__badge { background: rgba(192,132,252,.10); border-color: rgba(192,132,252,.25); }
[data-theme="aurora"] .project-card--featured { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 8px 48px rgba(192,132,252,.10), inset 0 0 0 1px rgba(255,255,255,.04); }
[data-theme="aurora"] .project-card--featured::before { background: linear-gradient(90deg, #c084fc 0%, #f472b6 60%, transparent 100%); }
[data-theme="aurora"] .project-card__content { order: 2; }
[data-theme="aurora"] .project-card__mockups { order: 1; }
[data-theme="aurora"] .section--alt { background: rgba(255,255,255,.02); }
[data-theme="aurora"] .coming-soon__card { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
[data-theme="aurora"] .btn--primary { background: linear-gradient(135deg, #c084fc, #f472b6); color: #fff; }
[data-theme="aurora"] .btn--primary:hover { background: linear-gradient(135deg, #d4a6ff, #f492c6); box-shadow: 0 8px 28px rgba(192,132,252,.42); }
[data-theme="aurora"] .skill__bar { background: linear-gradient(90deg, #c084fc, #f472b6); }


/* ================================================
   THEME 6: TERMINAL
   Monospace total, ventana de terminal en card,
   scanlines en hero, fondo negro puro, verde Matrix
   ================================================ */
[data-theme="terminal"] {
  --bg:         #000000;
  --surface:    #050505;
  --card:       #0a0a0a;
  --card-hover: #0f0f0f;
  --border:     rgba(0,255,65,.10);
  --border-mid: rgba(0,255,65,.20);
  --gold:       #00ff41;
  --gold-light: #40ff80;
  --gold-dim:   rgba(0,255,65,.08);
  --gold-glow:  rgba(0,255,65,.25);
  --blue:       #00ff41;
  --blue-dim:   rgba(0,255,65,.08);
  --text:       #ccffcc;
  --text-2:     #5a9a5a;
  --text-3:     #1e4a1e;
  --f-display:  'Courier New', Courier, monospace;
  --f-body:     'Courier New', Courier, monospace;
}
[data-theme="terminal"] .nav.is-scrolled { background: rgba(0,0,0,.98); }
[data-theme="terminal"] .hero { background: #000; }
[data-theme="terminal"] .hero__bg {
  background: radial-gradient(ellipse at 50% 40%, rgba(0,255,65,.06) 0%, transparent 65%);
}
[data-theme="terminal"] .hero__bg::after {
  background-image: linear-gradient(rgba(0,255,65,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(0,255,65,.022) 1px, transparent 1px);
  background-size: 38px 38px;
}
[data-theme="terminal"] .hero::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.14) 0px, rgba(0,0,0,.14) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
  z-index: 2;
}
[data-theme="terminal"] .hero__badge { background: rgba(0,255,65,.06); border-color: rgba(0,255,65,.2); border-radius: 2px; color: var(--gold); font-family: 'Courier New', monospace; }
[data-theme="terminal"] .hero__badge::before { content: '$ '; }
[data-theme="terminal"] .hero__title em { font-style: normal; text-shadow: 0 0 32px rgba(0,255,65,.55); }
[data-theme="terminal"] .section__title::before { content: '> '; opacity: .45; font-family: 'Courier New', monospace; }
[data-theme="terminal"] .project-card--featured { border-color: rgba(0,255,65,.18); border-radius: 10px; padding-top: 5rem; position: relative; overflow: visible; }
[data-theme="terminal"] .project-card--featured::before {
  content: '⬤  ⬤  ⬤     ~/portfolio — driverpro';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2.9rem; background: #161616;
  border-bottom: 1px solid rgba(0,255,65,.18);
  border-radius: 10px 10px 0 0;
  display: block; line-height: 2.9rem;
  padding: 0 1.25rem;
  font-family: 'Courier New', monospace; font-size: .75rem;
  color: rgba(0,255,65,.5); letter-spacing: .04em;
}
[data-theme="terminal"] .dp-icon { background: transparent; border: 1px solid rgba(0,255,65,.4); color: #00ff41; box-shadow: 0 0 16px rgba(0,255,65,.2); font-family: 'Courier New', monospace; }
[data-theme="terminal"] .btn--primary { background: rgba(0,255,65,.08); color: var(--gold); border: 1px solid rgba(0,255,65,.4); border-radius: 4px; box-shadow: 0 0 16px rgba(0,255,65,.2); }
[data-theme="terminal"] .btn--primary:hover { background: rgba(0,255,65,.15); box-shadow: 0 0 28px rgba(0,255,65,.35); transform: none; }
[data-theme="terminal"] .btn--ghost { border-color: rgba(0,255,65,.25); color: var(--gold); border-radius: 4px; }
[data-theme="terminal"] .coming-soon__card { border-color: rgba(0,255,65,.08); }
[data-theme="terminal"] .skill__bar { background: linear-gradient(90deg, rgba(0,255,65,.4), #00ff41); }
[data-theme="terminal"] .skill__track { background: rgba(0,255,65,.07); }


/* ================================================
   THEME 7: PUESTA DE SOL
   Gradiente cálido naranja→rosa→morado en hero,
   hero centrado, tipografía bold serif grande
   ================================================ */
[data-theme="sunset"] {
  --bg:         #120a20;
  --surface:    #170d28;
  --card:       rgba(255,255,255,.06);
  --card-hover: rgba(255,255,255,.09);
  --border:     rgba(255,200,80,.13);
  --border-mid: rgba(255,200,80,.24);
  --gold:       #ffc850;
  --gold-light: #ffe080;
  --gold-dim:   rgba(255,200,80,.12);
  --gold-glow:  rgba(255,200,80,.28);
  --blue:       #ff9060;
  --blue-dim:   rgba(255,144,96,.12);
  --text:       #fff8ee;
  --text-2:     #c89060;
  --text-3:     #6a3820;
}
[data-theme="sunset"] .hero {
  background: linear-gradient(160deg, #1a0a35 0%, #3d1560 20%, #78154a 45%, #c4301e 68%, #e85818 85%, #f07820 100%);
}
[data-theme="sunset"] .hero__bg {
  background:
    radial-gradient(ellipse at 22% 62%, rgba(255,140,50,.16) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 28%, rgba(255,50,100,.12) 0%, transparent 50%);
}
[data-theme="sunset"] .hero__bg::after { display: none; }
[data-theme="sunset"] .hero__container { text-align: center; max-width: 880px; margin: 0 auto; }
[data-theme="sunset"] .hero__subtitle  { margin: 0 auto 3rem; color: rgba(255,245,230,.65); }
[data-theme="sunset"] .hero__cta       { justify-content: center; }
[data-theme="sunset"] .hero__title { font-size: clamp(3.8rem, 10.5vw, 9.5rem); text-shadow: 0 6px 48px rgba(255,80,30,.35); }
[data-theme="sunset"] .hero__title em { color: #ffc850; }
[data-theme="sunset"] .hero__badge { background: rgba(255,200,80,.10); border-color: rgba(255,200,80,.25); }
[data-theme="sunset"] .btn--primary { background: linear-gradient(135deg, #ffc850, #ff9060); color: #200800; font-weight: 700; }
[data-theme="sunset"] .btn--primary:hover { background: linear-gradient(135deg, #ffdc80, #ffaa80); box-shadow: 0 8px 28px rgba(255,140,60,.42); }
[data-theme="sunset"] .btn--ghost { border-color: rgba(255,245,230,.28); color: rgba(255,245,230,.8); }
[data-theme="sunset"] .project-card--featured { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 8px 48px rgba(255,90,20,.08); }
[data-theme="sunset"] .project-card--featured::before { background: linear-gradient(90deg, #ffc850 0%, #ff9060 50%, transparent 100%); }
[data-theme="sunset"] .dp-icon { background: linear-gradient(135deg, #ff9060, #c4301e); box-shadow: 0 4px 20px rgba(255,90,30,.42); }
[data-theme="sunset"] .section--alt { background: rgba(255,255,255,.025); }
[data-theme="sunset"] .nav.is-scrolled { background: rgba(18,10,32,.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
[data-theme="sunset"] .coming-soon__card { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
[data-theme="sunset"] .skill__bar { background: linear-gradient(90deg, #ffc850, #ff9060, #c4301e); }


/* ================================================
   THEME 8: OCÉANO
   Gradiente azul profundo como fondo y hero,
   secciones alternas con clip-path diagonal,
   acento teal, footer con línea gradiente
   ================================================ */
[data-theme="ocean"] {
  --bg:         #060d1a;
  --surface:    #091525;
  --card:       #0d1e34;
  --card-hover: #112542;
  --border:     rgba(0,200,190,.10);
  --border-mid: rgba(0,200,190,.20);
  --gold:       #00c8be;
  --gold-light: #00e8dc;
  --gold-dim:   rgba(0,200,190,.10);
  --gold-glow:  rgba(0,200,190,.25);
  --blue:       #0ea5e9;
  --blue-dim:   rgba(14,165,233,.12);
  --text:       #e8f6ff;
  --text-2:     #70aac8;
  --text-3:     #264a62;
}
[data-theme="ocean"] .hero {
  background: linear-gradient(155deg, #060d1a 0%, #0a1e3a 38%, #0d2d52 65%, #091a3a 100%);
}
[data-theme="ocean"] .hero__bg {
  background:
    radial-gradient(circle at 18% 72%, rgba(0,200,190,.12) 0%, transparent 50%),
    radial-gradient(circle at 82% 22%, rgba(14,165,233,.09) 0%, transparent 52%);
}
[data-theme="ocean"] .hero__bg::after {
  background-image: linear-gradient(rgba(0,200,190,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(0,200,190,.022) 1px, transparent 1px);
}
[data-theme="ocean"] .section--alt {
  background: linear-gradient(170deg, #091525 0%, #0c2240 100%);
  clip-path: polygon(0 3.5rem, 100% 0, 100% calc(100% - 3.5rem), 0 100%);
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
  margin-top:    -3.5rem;
  margin-bottom: -3.5rem;
}
[data-theme="ocean"] .section__title::after {
  content: '';
  display: block;
  width: 2.5rem; height: 2px;
  background: linear-gradient(90deg, #00c8be, transparent);
  margin-top: .8rem;
}
[data-theme="ocean"] .project-card--featured::before { background: linear-gradient(90deg, #00c8be 0%, #0ea5e9 60%, transparent 100%); }
[data-theme="ocean"] .dp-icon { background: linear-gradient(135deg, #00c8be, #0ea5e9); box-shadow: 0 4px 20px rgba(0,200,190,.38); }
[data-theme="ocean"] .hero__badge { background: rgba(0,200,190,.07); border-color: rgba(0,200,190,.20); }
[data-theme="ocean"] .btn--primary { background: linear-gradient(135deg, #00c8be, #0ea5e9); color: #050d18; font-weight: 600; }
[data-theme="ocean"] .btn--primary:hover { background: linear-gradient(135deg, #00e8dc, #38bdf8); box-shadow: 0 8px 24px rgba(0,200,190,.38); }
[data-theme="ocean"] .nav.is-scrolled { background: rgba(6,13,26,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
[data-theme="ocean"] .skill__bar { background: linear-gradient(90deg, #00c8be, #0ea5e9); }
[data-theme="ocean"] .footer { position: relative; padding-top: 3rem; }
[data-theme="ocean"] .footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #00c8be 30%, #0ea5e9 70%, transparent 100%);
}

/* ================================================
   TEMA 9 — EJECUTIVO
   Fondo blanco roto, tipografía serif oscura,
   azul marino profundo como acento, dividers
   horizontales, numeración de secciones con
   CSS counters. Sin efectos llamativos.
   ================================================ */
[data-theme="executive"] {
  --bg:         #f4f5f7;
  --surface:    #ffffff;
  --card:       #ffffff;
  --border:     rgba(20,30,70,.08);
  --border-mid: rgba(20,30,70,.14);
  --gold:       #1d3461;   /* navy como acento principal   */
  --blue:       #2d6be4;   /* azul medio para links/hover  */
  --text:       #111827;
  --text-2:     #374151;
  --text-3:     #6b7280;
  --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
  --f-display: 'Playfair Display', Georgia, serif;
  --f-body:    'Inter', system-ui, sans-serif;
}

/* Nav */
[data-theme="executive"] .nav { background: #ffffff; border-bottom: 1px solid rgba(20,30,70,.10); }
[data-theme="executive"] .nav.is-scrolled { background: #ffffff; box-shadow: 0 1px 8px rgba(20,30,70,.08); backdrop-filter: none; }
[data-theme="executive"] .nav__logo { color: var(--text); }
[data-theme="executive"] .nav__logo-symbol { background: #1d3461; color: #fff; border-radius: 4px; }
[data-theme="executive"] .nav__links a { color: var(--text-2); font-weight: 500; }
[data-theme="executive"] .nav__links a:hover { color: #1d3461; }

/* Hero — limpio, sin textura de fondo */
[data-theme="executive"] .hero { background: #ffffff; border-bottom: 2px solid #1d3461; }
[data-theme="executive"] .hero__bg { display: none; }
[data-theme="executive"] .hero__container { max-width: 860px; }
[data-theme="executive"] .hero__badge {
  background: rgba(29,52,97,.06);
  border: 1px solid rgba(29,52,97,.18);
  color: #1d3461;
  font-weight: 600;
  letter-spacing: .06em;
}
[data-theme="executive"] .hero__title {
  font-family: var(--f-display);
  font-weight: 700;
  color: #0d1b2e;
  letter-spacing: -.01em;
}
[data-theme="executive"] .hero__title em {
  font-style: italic;
  color: #1d3461;
}
[data-theme="executive"] .hero__subtitle { color: var(--text-2); font-size: 1.05rem; line-height: 1.75; }

/* Botones sobrios */
[data-theme="executive"] .btn--primary {
  background: #1d3461;
  color: #ffffff;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: .04em;
}
[data-theme="executive"] .btn--primary:hover { background: #16294f; box-shadow: 0 4px 14px rgba(29,52,97,.25); transform: translateY(-1px); }
[data-theme="executive"] .btn--ghost { border-color: rgba(29,52,97,.28); color: #1d3461; border-radius: 4px; }
[data-theme="executive"] .btn--ghost:hover { background: rgba(29,52,97,.06); border-color: #1d3461; }

/* Secciones con contador numérico */
[data-theme="executive"] body { counter-reset: sec-counter; }
[data-theme="executive"] .section { background: var(--bg); padding: 5.5rem 0; border-bottom: 1px solid rgba(20,30,70,.07); counter-increment: sec-counter; }
[data-theme="executive"] .section--alt { background: #ffffff; }
[data-theme="executive"] .section__header { border-bottom: 2px solid #1d3461; padding-bottom: 1.25rem; margin-bottom: 3rem; display: flex; align-items: baseline; gap: 1.5rem; }
[data-theme="executive"] .section__label { display: none; }
[data-theme="executive"] .section__header::before {
  content: "0" counter(sec-counter);
  font-family: var(--f-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #1d3461;
  flex-shrink: 0;
  opacity: .7;
}
[data-theme="executive"] .section__title {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
}

/* Cards con borde izquierdo acento */
[data-theme="executive"] .card {
  background: var(--card);
  border: 1px solid rgba(20,30,70,.10);
  border-left: 4px solid #1d3461;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 2px 8px rgba(20,30,70,.06);
  transition: box-shadow .2s, transform .2s;
}
[data-theme="executive"] .card:hover { box-shadow: 0 6px 20px rgba(20,30,70,.12); transform: translateY(-2px); }
[data-theme="executive"] .project-card--featured { border-left: 4px solid #1d3461; border-radius: 0 8px 8px 0; box-shadow: 0 4px 24px rgba(20,30,70,.10); }
[data-theme="executive"] .project-card--featured::before { background: #1d3461; opacity: .9; }
[data-theme="executive"] .project-card__title { font-family: var(--f-display); color: var(--text); }
[data-theme="executive"] .tech-badge { background: rgba(29,52,97,.07); color: #1d3461; border: 1px solid rgba(29,52,97,.15); border-radius: 3px; font-weight: 600; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
[data-theme="executive"] .dp-icon { background: linear-gradient(135deg, #1d3461, #2d6be4); box-shadow: 0 4px 16px rgba(29,52,97,.30); }

/* Skills */
[data-theme="executive"] .skill__bar { background: linear-gradient(90deg, #1d3461, #2d6be4); }
[data-theme="executive"] .skill-group__title { color: #1d3461; font-weight: 700; letter-spacing: .08em; font-size: .78rem; }

/* Footer */
[data-theme="executive"] .footer { background: #0d1b2e; color: rgba(255,255,255,.7); }
[data-theme="executive"] .footer__name { color: #ffffff; }
[data-theme="executive"] .footer__tagline { color: rgba(255,255,255,.45); }

/* Scrollbar sutil */
[data-theme="executive"] ::-webkit-scrollbar-track { background: #f0f1f5; }
[data-theme="executive"] ::-webkit-scrollbar-thumb { background: rgba(29,52,97,.28); }
[data-theme="executive"] ::-webkit-scrollbar-thumb:hover { background: #1d3461; }
