/* =========================
   ESTILO GENERAL INKIRE
   Tema claro, profesional
   ========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #f3f4f6;         /* gris muy claro */
  color: #111827;                    /* gris muy oscuro */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* Contenedor principal */
main .container {
  max-width: 1100px;
}

/* =========================
   NAVBAR
   ========================= */

.navbar {
  background-color: #0f172a !important; /* azul muy oscuro */
}

.navbar-brand {
  letter-spacing: 0.08em;
}

.navbar .nav-link {
  font-size: 0.9rem;
}

/* =========================
   TARJETAS / CARDS
   ========================= */

.card {
  border-radius: 16px;
}

/* Hero principal en home y perfil */
.card-hero {
  background: linear-gradient(135deg, #1d4ed8, #7c3aed);
  border-radius: 20px;
  color: #f9fafb;
  border: none;
}

.card-hero .badge {
  background: rgba(15, 23, 42, 0.2);
  color: #e5e7eb;
}

/* Tarjetas de servicios / listados */
.service-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

/* Tarjetas generales en tema claro */
.card.bg-dark,
.card.bg-dark.border-secondary {
  background-color: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #111827 !important;
}

/* =========================
   TIPOGRAFÍA
   ========================= */

.section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111827;
}

.text-muted-soft {
  color: #6b7280 !important;
}

/* =========================
   AVATARES
   ========================= */

.avatar-circle,
.avatar-circle-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 600;
  color: #111827;
  background: #dbeafe; /* azul muy suave */
}

.avatar-circle {
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
}

.avatar-circle-lg {
  width: 56px;
  height: 56px;
  font-size: 1.1rem;
}

/* =========================
   FORMULARIOS
   ========================= */

.form-control,
.form-select,
.form-control-sm,
.form-select-sm {
  background-color: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

.form-control:focus,
.form-select:focus,
.form-control-sm:focus,
.form-select-sm:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

/* =========================
   BOTONES
   ========================= */

.btn-primary {
  background: linear-gradient(135deg, #1d4ed8, #7c3aed);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1e40af, #6d28d9);
}

.btn-outline-info {
  border-color: #0ea5e9;
  color: #0ea5e9;
}

.btn-outline-info:hover {
  background-color: #0ea5e9;
  color: #ffffff;
}

/* Footer */
.footer {
  font-size: 0.8rem;
  background-color: #111827;
  color: #9ca3af;
}

/* =========================
   GALERÍA
   ========================= */

.gallery-img {
  border-radius: 12px;
  object-fit: cover;
  height: 160px;
}

/* =========================
   HABILIDADES (chips)
   ========================= */

.badge-skill {
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
  border-radius: 999px;
  padding: 0.24rem 0.7rem;
  font-size: 0.78rem;
}

/* =========================
   ADMIN (sidebar + contenido)
   ========================= */

/* Fondo general del área admin */
.bg-admin {
  background-color: #e5e7eb;
}

/* Sidebar admin oscuro */
.admin-sidebar {
  min-height: 100vh;
  background-color: #020617 !important;
}

.admin-sidebar .nav-link {
  font-size: 0.88rem;
}

.admin-sidebar .nav-link.active {
  background-color: #1d4ed8;
}

/* Contenido admin claro */
.admin-main {
  color: #111827;
}

/* =========================
   TABLAS
   ========================= */

/* Para las tablas admin que usan .table-dark,
   las suavizamos un poco sobre fondo claro */
.table-dark {
  --bs-table-bg: #0f172a;
  --bs-table-striped-bg: #111827;
  --bs-table-border-color: #1f2937;
}

/* =========================
   UTILITARIOS
   ========================= */

.small {
  font-size: 0.82rem;
}

/* ========= PERFIL (hero, avatar, overlay) ========= */

.profile-hero-card {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(135deg, #1d4ed8, #7c3aed);
  overflow: hidden;
  border: none;
}

.profile-hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.85),
    rgba(30, 64, 175, 0.6)
  );
  border-radius: 24px;
  padding: 1rem 1.2rem;
}

.profile-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.9);
  background-color: #e5e7eb;
}

.text-hero-soft {
  color: #e5e7eb;
}

/* preview del avatar en edición */
.avatar-edit-preview {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #d1d5db;
}

/* ========= Tarjetas de servicios tipo marketplace ========= */

.service-card-with-img {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background-color: #ffffff;
  overflow: hidden;
}

.service-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.service-thumb-placeholder {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #e5e7eb, #cbd5f5);
  color: #4b5563;
  font-size: 1.5rem;
}

/* Estado profesional en el hero */
.profile-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background-color: rgba(16, 185, 129, 0.28);
  color: #bbf7d0;
  font-size: 0.72rem;
  font-weight: 500;
}

.profile-status-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: #22c55e;
}

/* ========= Certificados / formación ========= */

.cert-card {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background-color: #ffffff;
  overflow: hidden;
}

.cert-thumb {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.cert-thumb-placeholder {
  width: 100%;
  height: 110px;
  background: linear-gradient(135deg, #e5e7eb, #c7d2fe);
  color: #4b5563;
  font-size: 1.4rem;
}

/* Avatares pequeños en el header */
.avatar-circle-sm {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

/* Links del footer */
.footer-link {
    color: #4b5563;
    text-decoration: none;
}
.footer-link:hover {
    color: #111827;
    text-decoration: underline;
}

/* Ajuste general del header */
.main-header .navbar .nav-link.active {
    font-weight: 600;
    color: #0d6efd !important;
}
.main-header .navbar .nav-link {
    font-size: 0.9rem;
}

/* HEADER */
.navbar-brand span {
    font-size: 1rem;
}

.navbar .nav-link {
    font-size: 0.92rem;
    color: #1e293b;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #0d6efd !important;
    font-weight: 600;
}

.navbar {
    height: 64px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    border: none;
}

/* Avatar */
.nav-link .rounded-circle {
    font-size: 0.8rem;
}

/* ==== HEADER INKIRE ==== */

.bg-header-inkire {
    background: #020617; /* azul noche */
}

.main-header .navbar {
    min-height: 56px;
}

/* Logo redondo del escudo */
.logo-dot {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    font-size: 0.9rem;
}

/* Tipografía de la marca */
.brand-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f9fafb;
}
.brand-subtitle {
    font-size: 0.72rem;
    color: #9ca3af;
}

/* Navegación */
.navbar-dark .navbar-nav .nav-link {
    font-size: 0.9rem;
    color: #e5e7eb;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #f97316;          /* un acento naranja */
    font-weight: 600;
}

/* Botón Soy Wachimán */
.btn-cta-wachiman {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border: none;
    color: #f9fafb;
    font-weight: 500;
}
.btn-cta-wachiman:hover {
    opacity: 0.94;
    color: #ffffff;
}

/* Avatar del usuario en header */
.user-avatar-initial {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #1d4ed8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Ajustes móviles */
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }
}

/* Logo del header */
.header-logo-img {
    height: 30px;
    width: auto;
}

/* En pantallas muy pequeñas ocultamos subtítulo para que el header respire */
@media (max-width: 575.98px) {
    .brand-subtitle {
        display: none;
    }
}

/* Logo del header */
.header-logo-img {
    height: 30px;
    width: auto;
}

/* Header general */
.main-header .navbar {
    min-height: 56px;
}

/* Header fijo visualmente correcto en móvil */
.main-header .navbar {
    position: relative;
    z-index: 20;
}

/* Menú colapsado: ocupar todo el ancho bajo el header */
@media (max-width: 991.98px) {
    .main-header .navbar .navbar-collapse {
        position: absolute;
        top: 100%;          /* inmediatamente debajo del header */
        left: 0;
        right: 0;
        background: #020617;       /* mismo color que el header */
        border-radius: 0 0 16px 16px;
        padding: 0.4rem 1rem 0.7rem;
        margin-top: 0;             /* ya no empujamos hacia adentro */
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    }

    .main-header .navbar .nav-link {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
        border-radius: 0;
    }

    .main-header .navbar .nav-link.active {
        background: rgba(15, 23, 42, 0.85);
    }

    /* CTA ocupa todo el ancho en el menú móvil */
    .main-header .navbar .btn-cta-wachiman {
        width: 100%;
        justify-content: center;
        margin-top: 0.35rem;
    }

    /* El enlace "Ingresar" aparece alineado debajo del botón */
    .main-header .navbar .nav-link.small {
        padding-left: 0;
        padding-right: 0;
    }
}

/* En pantallas pequeñas escondemos el subtítulo para que no se amontone */
@media (max-width: 575.98px) {
    .brand-subtitle {
        display: none;
    }
}

/* Ajustes del logo en móviles */
@media (max-width: 575.98px) {
    /* Ocultamos el logo grande si algún día lo haces visible en XS */
    .header-logo-img {
        display: none !important;
    }

    /* Escudo un poco más pequeño y bien centrado */
    .logo-dot {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    /* El texto INKIRE un poco más compacto */
    .brand-title {
        font-size: 0.95rem;
    }

    /* Subtítulo oculto en muy pequeño para que no “rompa” el alto del header */
    .brand-subtitle {
        display: none;
    }

    /* Apretamos un poco la marca para que no se vea “pesada” arriba */
    .navbar-brand {
        gap: 0.35rem;
    }
}

/* En tablets pequeñas (entre xs y md) mantenemos un punto medio */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-logo-img {
        height: 26px;
    }
    .logo-dot {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
    .brand-title {
        font-size: 1rem;
    }
}

/* Tamaño base del logo en escritorio */
.header-logo-img {
    height: 30px;
    width: auto;
}

/* En móviles: mostrar logo de archivo y ocultar el "puntito" */
@media (max-width: 575.98px) {
    /* Forzamos que el logo se vea aunque tenga d-none en el HTML */
    .header-logo-img {
        display: block !important;   /* pisa d-none */
        height: 26px;
    }

    /* Ocultamos el círculo con el escudo en móvil */
    .logo-dot {
        display: none !important;
    }

    /* Ajustamos un poco el texto para que encaje mejor */
    .brand-title {
        font-size: 0.95rem;
    }

    .brand-subtitle {
        display: none; /* opcional, para que no haga el header muy alto */
    }
}

/* En tablets pequeñas, logo algo más compacto */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-logo-img {
        height: 26px;
    }
}

/* ----- MEJORAS PARA EL HEADER DE INKIRE ----- */
/* Contenedor principal más elegante */
.bg-header-inkire {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Logo mejorado */
.header-logo-img {
    height: 40px;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.header-logo-img:hover {
    transform: scale(1.05);
}

.logo-dot {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4299e1, #667eea);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navegación más clara y moderna */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem !important;
    border-radius: 6px;
    margin: 0 2px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active {
    color: #fff !important;
    background: rgba(66, 153, 225, 0.2);
    font-weight: 600;
}

/* Indicador visual para enlace activo */
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #4299e1, #38b2ac);
    border-radius: 2px;
}

/* Botón CTA mejorado (destacado) */
.btn-cta-wachiman {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600;
    padding: 0.5rem 1.5rem !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
}

.btn-cta-wachiman:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
}

/* Avatar de usuario más elegante */
.user-avatar-initial {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.user-avatar-initial:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Menú desplegable del usuario */
.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin-top: 10px !important;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    margin: 2px 8px;
    width: auto;
    transition: all 0.2s ease;
    font-weight: 500;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #4299e1, #38b2ac);
    color: white !important;
    transform: translateX(5px);
}

.dropdown-item.text-danger:hover {
    background: linear-gradient(135deg, #f56565, #e53e3e);
    color: white !important;
}

/* Botón móvil personalizado */
.navbar-toggler {
    padding: 0.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* Responsive: ajustes para móvil */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(26, 54, 93, 0.98);
        border-radius: 10px;
        padding: 1rem;
        margin-top: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 0.75rem 1rem !important;
    }
    
    .navbar-nav .nav-link.active::after {
        bottom: 5px;
        left: 10%;
        width: 80%;
    }
    
    .btn-cta-wachiman {
        width: 100%;
        margin: 10px 0;
    }
    
    .dropdown-menu {
        background: rgba(45, 55, 72, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* ==========================================================================
   HEADER DE INKIRE - MEJORAS VISUALES
   AÑADE ESTE CÓDIGO AL FINAL DE TU ARCHIVO style.css
   ========================================================================== */

/* Contenedor principal del header */
.bg-header-inkire {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Logo mejorado */
.header-logo-img {
    height: 40px;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.header-logo-img:hover {
    transform: scale(1.05);
}

.logo-dot {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4299e1, #667eea);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navegación más clara y moderna */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem !important;
    border-radius: 6px;
    margin: 0 2px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active {
    color: #fff !important;
    background: rgba(66, 153, 225, 0.2);
    font-weight: 600;
}

/* Indicador visual para enlace activo */
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #4299e1, #38b2ac);
    border-radius: 2px;
}

/* BOTÓN CTA PRINCIPAL (Agente de Seguridad/Mi panel/Panel admin) */
.btn-cta-wachiman {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem !important;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-cta-wachiman:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
}

/* BOTÓN INGRESAR (mismo estilo que Agente de Seguridad pero azul) */
.btn-ingresar {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem !important;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-ingresar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 153, 225, 0.4);
    background: linear-gradient(135deg, #63b3ed 0%, #4299e1 100%) !important;
}

.btn-ingresar i {
    font-size: 0.9em;
    margin-right: 0.5rem;
}

/* Avatar de usuario más elegante */
.user-avatar-initial {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.user-avatar-initial:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Menú desplegable del usuario */
.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin-top: 10px !important;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    margin: 2px 8px;
    width: auto;
    transition: all 0.2s ease;
    font-weight: 500;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #4299e1, #38b2ac);
    color: white !important;
    transform: translateX(5px);
}

.dropdown-item.text-danger:hover {
    background: linear-gradient(135deg, #f56565, #e53e3e);
    color: white !important;
}

/* Botón móvil personalizado */
.navbar-toggler {
    padding: 0.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* ==========================================================================
   RESPONSIVE PARA MÓVIL
   ========================================================================== */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(26, 54, 93, 0.98);
        border-radius: 10px;
        padding: 1rem;
        margin-top: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 0.75rem 1rem !important;
    }
    
    .navbar-nav .nav-link.active::after {
        bottom: 5px;
        left: 10%;
        width: 80%;
    }
    
    .btn-cta-wachiman,
    .btn-ingresar {
        width: 100%;
        margin: 5px 0;
        padding: 0.7rem 1rem !important;
    }
    
    .dropdown-menu {
        background: rgba(45, 55, 72, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Asegura buen espaciado en móvil */
    .d-flex.gap-2 {
        flex-direction: column;
        width: 100%;
    }
}

/* Para pantallas medianas y grandes */
@media (min-width: 992px) {
    .btn-cta-wachiman,
    .btn-ingresar {
        margin: 0 2px;
    }
    
    .d-flex.gap-2 {
        gap: 10px !important;
    }
}