/* Print helpers: hide global navigation and footer during PrintQuote action */
.blenda-print-hide-layout .nav, .blenda-print-hide-layout #mainNav, .blenda-print-hide-layout .landing-footer,
.blenda-print-hide-layout .footer-main, .blenda-print-hide-layout .footer-bottom {
  display: none !important;
}
/* Also enforce when user invokes browser print directly */
@media print {
  .nav, #mainNav, .landing-footer, .footer-main, .footer-bottom { display: none !important; }
  /* Make quote content use full page width */
  .quote-details-page, .container { width: 100% !important; max-width: none !important; }
  
  /* Hide action buttons when printing */
  .quote-header .btn, .quote-header .btn-group { display: none !important; }
  .list-group-item .btn-group { display: none !important; }
  .attachment-thumb { display: inline-block !important; }
  
  /* Hide email button in contact card */
  .card .btn-primary, .card .btn { display: none !important; }
  
  /* Show email address when printing */
  .print-only { display: block !important; }
  .no-print { display: none !important; }
}

  /* Attachments list styles */
  .attachment-thumb img { border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
  .list-group-item .btn-group .btn { min-width: 90px; }
  .attachment-summary-card { border-left: 4px solid var(--blenda-brand-primary); padding-left: 12px; }
  .milestones-progress { display: flex; gap: 6px; align-items: center; }
  .milestones-progress .milestone-seg { height: 12px; border-radius: 4px; }
  .status-timeline { list-style: none; padding-left: 0; }
  .status-timeline li { padding: 8px 0; border-left: 2px solid #e9ecef; margin-left: 12px; position: relative; }
  .status-timeline li::before { content: ''; width:10px; height:10px; background:#fff; border:2px solid var(--blenda-brand-primary); border-radius:50%; position:absolute; left:-16px; top:6px; }

  /* Mobile responsive improvements for QuoteDetails */
  @media (max-width: 768px) {
    /* Milestones table - stack columns vertically */
    .table-responsive table.table thead { display: none; }
    .table-responsive table.table tbody tr { display: block; margin-bottom: 1rem; border: 1px solid #dee2e6; border-radius: 0.25rem; }
    .table-responsive table.table tbody td { display: block; text-align: right; padding: 0.5rem; border: none; position: relative; padding-left: 50%; }
    .table-responsive table.table tbody td::before { content: attr(data-label); position: absolute; left: 0.5rem; font-weight: 600; text-align: left; width: 45%; }
    
    /* Payment schedule table - same mobile treatment */
    .blenda-card .card-body .table-responsive table thead { display: none; }
    .blenda-card .card-body .table-responsive table tbody tr { display: block; margin-bottom: 1rem; border: 1px solid #dee2e6; border-radius: 0.25rem; background: #fff; }
    .blenda-card .card-body .table-responsive table tbody td { display: block; text-align: right; padding: 0.5rem 0.75rem; border: none; position: relative; padding-left: 50%; }
    .blenda-card .card-body .table-responsive table tbody td::before { content: attr(data-label); position: absolute; left: 0.75rem; font-weight: 600; text-align: left; width: 45%; }
    
    /* Attachments buttons - stack vertically with full width */
    .list-group-item .btn-group { display: flex; flex-direction: column; width: 100%; gap: 0.5rem; }
    .list-group-item .btn-group .btn { min-width: 100%; width: 100%; }
    
    /* Attachment list item - better mobile layout */
    .list-group-item.d-flex { flex-direction: column; align-items: flex-start !important; }
    .list-group-item .attachment-thumb { margin-bottom: 0.75rem; }
    .list-group-item > div:last-child { width: 100%; margin-top: 0.75rem; }
  }
  
  /* Print-only and no-print utilities */
  .print-only { display: none; }
  @media print {
    .print-only { display: block !important; }
  }
/* ========================================
   BLENDA GRP - CSS CONSOLIDADO FINAL
   Bootstrap + Variables corporativas + Utilidades esenciales
   ======================================== */

/* === VARIABLES BOOTSTRAP PERSONALIZADAS === */
:root {
  /* Tipografía Profesional Corporativa */
  --font-family-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-family-headings: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Tamaños de fuente corporativos */
  --font-size-base: 1rem; /* 16px */
  --font-size-sm: 0.875rem; /* 14px */
  --font-size-lg: 1.125rem; /* 18px */
  --font-size-xl: 1.25rem; /* 20px */
  
  /* Headings corporativos */
  --h1-font-size: 2.5rem; /* 40px */
  --h2-font-size: 2rem; /* 32px */
  --h3-font-size: 1.75rem; /* 28px */
  --h4-font-size: 1.5rem; /* 24px */
  --h5-font-size: 1.25rem; /* 20px */
  --h6-font-size: 1rem; /* 16px */
  
  /* Colores primarios de marca - aplicados a Bootstrap */
  /* 
  --bs-primary: #1b6ec2;  Azul corporativo
  --bs-primary-rgb: 27, 110, 194;
  */
  --bs-primary: #ff8c00; /* Naranja corporativo para énfasis */
  --bs-primary-rgb: 255, 140, 0;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success: #198754;
  --bs-success-rgb: 25, 135, 84;
  --bs-info: #0dcaf0;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning: #ff8c00;
  --bs-warning-rgb: 255, 140, 0;
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark: #212529;
  --bs-dark-rgb: 33, 37, 41;

  /* Colores adicionales de Blenda */
  --blenda-purple: #6f42c1;
  --blenda-purple-rgb: 111, 66, 193;
  --blenda-purple-contrast: #5a359a;
  
  /* Brand Colors - WCAG AAA Compliant */
  --blenda-brand-primary: #1b6ec2;
  --blenda-brand-primary-rgb: 27, 110, 194;
  --blenda-brand-purple: #6f42c1;
  --blenda-brand-success: #198754;
  --blenda-brand-danger: #dc3545;
  --blenda-brand-warning: #ffc107;
  --blenda-brand-info: #0dcaf0;
  
  /* High Contrast Variants for WCAG AAA */
  --blenda-contrast-primary: #003d82;  /* 7:1 contrast ratio */
  --blenda-contrast-purple: #4a2c7a;   /* High contrast purple */
  --blenda-contrast-text-on-light: #000000; /* Pure black for maximum contrast */
  --blenda-contrast-text-on-dark: #ffffff;  /* Pure white for maximum contrast */
  
  /* Focus and Interactive States */
  --blenda-focus-ring: 0 0 0 3px rgba(0, 61, 130, 0.5);
  --blenda-focus-ring-purple: 0 0 0 3px rgba(74, 44, 122, 0.5);
  
  /* Adaptive Theme Variables */
  --blenda-bg-primary: var(--bs-body-bg);
  --blenda-text-primary: var(--bs-body-color);
  --blenda-border-primary: var(--bs-border-color);
  
  /* Spacing System */
  --blenda-spacing-xs: 0.25rem;  /* 4px */
  --blenda-spacing-sm: 0.5rem;   /* 8px */
  --blenda-spacing-md: 1rem;     /* 16px */
  --blenda-spacing-lg: 1.5rem;   /* 24px */
  --blenda-spacing-xl: 3rem;     /* 48px */
  
  /* Border Radius System */
  --blenda-border-radius-sm: 0.375rem;
  --blenda-border-radius-md: 0.5rem;
  --blenda-border-radius-lg: 0.75rem;

  /* Tema claro - colores de fondo y texto */
  --bs-body-bg: #ffffff;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000000;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-bg: #f8f9fa;
  
  /* Enlaces */
  --bs-link-color: #1b6ec2;
  --bs-link-hover-color: #155a9e;
  
  /* Bordes */
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  
  /* Sombras */
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  
  /* Transiciones */
  --bs-transition: all 0.3s ease;
  
  /* Navegación sticky - variables */
  --nav-height: 80px;
  --nav-height-scrolled: 65px;
  --nav-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === TIPOGRAFÍA CORPORATIVA PROFESIONAL === */
body {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-headings);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

h1, .h1 { font-size: var(--h1-font-size); }
h2, .h2 { font-size: var(--h2-font-size); }
h3, .h3 { font-size: var(--h3-font-size); }
h4, .h4 { font-size: var(--h4-font-size); }
h5, .h5 { font-size: var(--h5-font-size); }
h6, .h6 { font-size: var(--h6-font-size); }

.lead {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 1.5;
}

small, .small {
  font-size: var(--font-size-sm);
}

/* Párrafos corporativos */
p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Enlaces corporativos */
a {
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

/* === TEMA OSCURO === */
[data-bs-theme="dark"],
[data-theme="dark"],
.theme-dark {
  --bs-body-bg: #000000;
  --bs-body-color: #ffffff;
  --bs-emphasis-color: #ff8c00; /* Naranja para énfasis */
  --bs-secondary-color: rgba(255, 255, 255, .75);
  --bs-secondary-bg: #1a1a1a;
  --bs-tertiary-color: rgba(255, 255, 255, .5);
  --bs-tertiary-bg: #2a2a2a;
  
  /* Colores primarios adaptados para tema oscuro - Naranja para énfasis */
  --bs-primary: #ff8c00; /* Naranja corporativo para énfasis */
  --bs-primary-rgb: 255, 140, 0;
  --bs-success: #3fb950;
  --bs-success-rgb: 63, 185, 80;
  --bs-danger: #f85149;
  --bs-danger-rgb: 248, 81, 73;
  --bs-warning: #ff8c00; /* Naranja */
  --bs-warning-rgb: 255, 140, 0;
  --bs-info: #79c0ff;
  --bs-info-rgb: 121, 192, 255;
  --bs-light: #2a2a2a;
  --bs-light-rgb: 42, 42, 42;
  --bs-dark: #ffffff;
  --bs-dark-rgb: 255, 255, 255;
  
  /* Colores Blenda para tema oscuro */
  --blenda-purple: #ff8c00; /* Usar naranja en lugar de púrpura */
  --blenda-purple-contrast: #ff7700;
  
  /* Enlaces para tema oscuro */
  --bs-link-color: #ff8c00;
  --bs-link-hover-color: #ffa500;
  
  /* Bordes para tema oscuro */
  --bs-border-color: #333333;
  --bs-border-color-translucent: rgba(255, 255, 255, .175);
}

/* Aplicar colores de fondo y texto a elementos principales */
[data-bs-theme="dark"] body,
[data-theme="dark"] body,
.theme-dark body,
[data-bs-theme="dark"] html,
[data-theme="dark"] html,
.theme-dark html {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}

/* === TEMA OSCURO - COMPONENTES ESPECÍFICOS === */
/* Tema claro - Header profesional sin gradientes */
[data-bs-theme="light"] .landing-header,
[data-theme="light"] .landing-header,
.theme-light .landing-header {
  background: #000000 !important;
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

}

/* [data-bs-theme="light"] .landing-header .nav-landing,
[data-theme="light"] .landing-header .nav-landing,
.theme-light .landing-header .nav-landing {
  background: #333333 !important;
  color: var(--bs-body-color) !important;
} */

/* Tema oscuro - Header con fondo negro */
[data-bs-theme="dark"] .landing-header,
[data-theme="dark"] .landing-header,
.theme-dark .landing-header {
  background: #000000 !important;
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.05);
}

/* Ensure nav elements inside landing-header inherit the gradient */
/* [data-bs-theme="dark"] .landing-header .nav-landing,
[data-theme="dark"] .landing-header .nav-landing,
.theme-dark .landing-header .nav-landing {
  background: transparent !important;
} */

/* Header elementos específicos */
[data-bs-theme="dark"] .landing-header *,
[data-theme="dark"] .landing-header *,
.theme-dark .landing-header * {
  color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .gradient-success,
[data-theme="dark"] .gradient-success,
.theme-dark .gradient-success {
  background: var(--bs-success);
}

[data-bs-theme="dark"] .hero,
[data-theme="dark"] .hero,
.theme-dark .hero {
  background: #000000 !important;
  color: var(--bs-body-color) !important;
  border-bottom: 1px solid var(--bs-border-color);
}

/* Estilos específicos para elementos dentro del hero en tema oscuro */
[data-bs-theme="dark"] .hero h1,
[data-theme="dark"] .hero h1,
.theme-dark .hero h1 {
  color: white !important;
}

[data-bs-theme="dark"] .hero .display-4,
[data-theme="dark"] .hero .display-4,
.theme-dark .hero .display-4 {
  color: white !important;
}

[data-bs-theme="dark"] .hero p,
[data-theme="dark"] .hero p,
.theme-dark .hero p {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .hero .lead,
[data-theme="dark"] .hero .lead,
.theme-dark .hero .lead {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .hero .text-primary,
[data-theme="dark"] .hero .text-primary,
.theme-dark .hero .text-primary {
  color: var(--bs-primary) !important; /* Color azul primary para el span "Inteligente" */
}

[data-bs-theme="dark"] .nav-brand,
[data-theme="dark"] .nav-brand,
.theme-dark .nav-brand {
  color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .nav-brand:hover,
[data-theme="dark"] .nav-brand:hover,
.theme-dark .nav-brand:hover {
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .nav-link,
[data-theme="dark"] .nav-link,
.theme-dark .nav-link {
  color: rgba(240, 246, 252, 0.8) !important;
}

[data-bs-theme="dark"] .nav-link:hover,
[data-theme="dark"] .nav-link:hover,
.theme-dark .nav-link:hover {
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .brand-text,
[data-theme="dark"] .brand-text,
.theme-dark .brand-text {
  color: var(--bs-body-color) !important;
}

/* === TEMA OSCURO - FOOTER ESPECÍFICO === */
[data-bs-theme="dark"] .landing-footer,
[data-theme="dark"] .landing-footer,
.theme-dark .landing-footer {
  background: var(--bs-secondary-bg) !important;
  color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .footer-main,
[data-theme="dark"] .footer-main,
.theme-dark .footer-main {
  background: var(--bs-secondary-bg) !important;
  color: var(--bs-body-color) !important;
}

/* [data-bs-theme="dark"] .footer-title,
[data-theme="dark"] .footer-title,
.theme-dark .footer-title {
  color: var(--bs-primary) !important;
} */

[data-bs-theme="dark"] .footer-heading,
[data-theme="dark"] .footer-heading,
.theme-dark .footer-heading {
  color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .footer-description,
[data-theme="dark"] .footer-description,
.theme-dark .footer-description {
  color: rgba(240, 246, 252, 0.8) !important;
}

[data-bs-theme="dark"] .footer-link,
[data-theme="dark"] .footer-link,
.theme-dark .footer-link {
  color: rgba(240, 246, 252, 0.7) !important;
}

[data-bs-theme="dark"] .footer-link:hover,
[data-theme="dark"] .footer-link:hover,
.theme-dark .footer-link:hover {
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .footer-links,
[data-theme="dark"] .footer-links,
.theme-dark .footer-links {
  color: var(--bs-body-color) !important;
}

/* Features Section Theme Adaptation */
[data-bs-theme="dark"] .features-section {
    background: #000000;
    color: #ffffff;
}

[data-bs-theme="light"] .features-section {
    background: #ffffff;
    color: #212529;
}

[data-bs-theme="dark"] .features-title {
    color: #ff8c00; /* Naranja corporativo */
}

[data-bs-theme="light"] .features-title {
    color: #1b6ec2; /* Azul corporativo */
}

[data-bs-theme="dark"] .features-subtitle {
    color: #cccccc;
}

[data-bs-theme="light"] .features-subtitle {
    color: #666666;
}

[data-bs-theme="dark"] .card {
    background: #1a1a1a;
    border: 1px solid #333333;
    color: #ffffff;
}

[data-bs-theme="light"] .card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #212529;
}

[data-bs-theme="dark"] .card:hover {
    background: #1a1a1a;
    border-color: #ff8c00; /* Borde naranja en hover */
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(255, 140, 0, 0.2);
}

[data-bs-theme="light"] .card:hover {
    background: #ffffff;
    border-color: #1b6ec2;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(27, 110, 194, 0.15);
}

/* Stats Section Theme Adaptation */
[data-bs-theme="dark"] .stats-section {
    background: #000000;
    color: #ffffff;
}

[data-bs-theme="light"] .stats-section {
    background: #f8f9fa;
    color: #212529;
}

[data-bs-theme="dark"] .stats-item {
    background: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
}

[data-bs-theme="light"] .stats-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .stats-number {
    color: #ff8c00; /* Naranja para números */
}

[data-bs-theme="light"] .stats-number {
    color: #1b6ec2; /* Azul para números */
}

[data-bs-theme="dark"] .stats-label {
    color: #cccccc;
}

[data-bs-theme="light"] .stats-label {
    color: #212529;
}

/* CTA Section Theme Adaptation */
[data-bs-theme="dark"] .cta-section {
    background: #1a1a1a !important;
    color: #ffffff;
    border: 2px solid #ff8c00; /* Borde naranja */
}

[data-bs-theme="light"] .cta-section {
    background: var(--blenda-brand-info) !important;
    color: #ffffff;
}

[data-bs-theme="dark"] .cta-title {
    color: #ffffff;
}

[data-bs-theme="light"] .cta-title {
    color: #ffffff;
}

[data-bs-theme="dark"] .cta-subtitle {
    color: #cccccc;
}

[data-bs-theme="light"] .cta-subtitle {
    color: #e0e7ff;
}

[data-bs-theme="dark"] .cta-button {
    background: rgba(196, 181, 253, 0.1);
    border: 2px solid #c4b5fd;
    color: #c4b5fd;
    backdrop-filter: blur(10px);
}

[data-bs-theme="light"] .cta-button {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    color: #ffffff;
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .cta-button:hover {
    background: #c4b5fd;
    color: #1e1b4b;
    transform: translateY(-2px);
}

[data-bs-theme="light"] .cta-button:hover {
    background: #ffffff;
    color: #1d4ed8;
    transform: translateY(-2px);
}

/* Contact Form Priority UX Styling */
#contact-form {
  scroll-margin-top: 80px; /* Account for fixed header */
}

#contact-form .card {
  border: 2px solid var(--bs-primary);
  box-shadow: 0 0.5rem 1rem rgba(27, 110, 194, 0.15) !important;
  transition: all 0.3s ease;
}

#contact-form .card:hover {
  border-color: var(--blenda-purple);
  box-shadow: 0 0.75rem 1.5rem rgba(27, 110, 194, 0.2) !important;
}

/* Global card hover effects enhancement */
.card {
    transition: all 0.3s ease;
}

/* Mobile Responsive Fixes */

/* Base Navigation Styles */
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    position: relative;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Mobile navigation controls container */
.mobile-nav-controls {
    display: none;
    align-items: center;
    gap: 1rem;
}

/* 1. Hamburger Menu - Fix to show 3 lines */
.mobile-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
    width: 2rem;
    height: 2rem;
}

.hamburger {
    width: 1.5rem;
    height: 2px;
    background: var(--bs-body-color);
    position: relative;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 2px;
    background: var(--bs-body-color);
    transition: all 0.3s ease;
}

.hamburger::before {
    top: -6px;
}

.hamburger::after {
    top: 6px;
}

/* 2. Navigation Responsive Behavior */
@media (max-width: 1199.98px) {
    /* Hide navigation links on tablets and mobile */
    .nav-links {
        display: none !important;
    }
    
    /* Hide CTA buttons on tablets and mobile */
    .nav-cta {
        display: none !important;
    }
    
    /* Show mobile navigation controls */
    .mobile-nav-controls {
        display: flex !important;
        align-items: center;
        gap: 1rem;
    }
    
    /* Show mobile toggle on tablets and mobile */
    .mobile-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    /* Mobile menu behavior */
    .mobile-menu {
        display: block;
        width: 100%;
        background: var(--bs-body-bg);
        border-top: 1px solid var(--bs-border-color);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-menu.show {
        max-height: 500px;
    }
    
    .mobile-links {
        padding: 1rem 0;
    }
    
    .mobile-link {
        display: block;
        padding: 0.75rem 1rem;
        color: var(--bs-body-color);
        text-decoration: none;
        border-bottom: 1px solid var(--bs-border-color-translucent);
        transition: all 0.3s ease;
    }
    
    .mobile-link:hover {
        background: var(--bs-primary-bg-subtle);
        color: var(--bs-primary);
        transform: translateX(5px);
    }
    
    .mobile-divider {
        height: 1px;
        background: var(--bs-border-color);
        margin: 0.5rem 1rem;
    }
}

/* Desktop only - show normal navigation */
@media (min-width: 1200px) {
    .nav-links {
        display: flex !important;
    }
    
    .nav-cta {
        display: flex !important;
    }
    
    .mobile-nav-controls {
        display: none !important;
    }
    
    .mobile-toggle {
        display: none !important;
    }
    
    .mobile-menu {
        display: none !important;
    }
}

/* 3. Footer Mobile Responsive - 2 columns */
@media (max-width: 767.98px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    /* Company info spans full width on top */
    .footer-section:first-child {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-links {
        font-size: 0.875rem;
    }
    
    .footer-link {
        padding: 0.25rem 0;
        display: block;
    }
}

/* 4. Ultra small screens - stack footer in single column */
@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-section:first-child {
        grid-column: 1;
    }
    
    .footer-brand {
        margin-bottom: 1rem;
    }
    
    .footer-description {
        font-size: 0.875rem;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Navigation Button Contrast Improvements */

/* Fix Iniciar Sesión button contrast in light theme */
[data-bs-theme="light"] .btn-outline-primary {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ffffff;
    color: #1d4ed8;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[data-bs-theme="light"] .btn-outline-primary:hover {
    background: #ffffff;
    border-color: #1d4ed8;
    color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

/* Dark theme outline primary button */
[data-bs-theme="dark"] .btn-outline-primary {
    background: rgba(59, 130, 246, 0.1);
    border: 2px solid #3b82f6;
    color: #60a5fa;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .btn-outline-primary:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Hero section button overrides for better contrast */
[data-bs-theme="light"] .hero-section .btn-outline-primary {
    background: rgba(255, 255, 255, 0.98);
    border: 2px solid #ffffff;
    color: #1e40af;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    text-shadow: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

[data-bs-theme="light"] .hero-section .btn-outline-primary:hover {
    background: #ffffff;
    color: #1e40af;
    border-color: #1e40af;
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25);
}

[data-bs-theme="dark"] .hero-section .btn-outline-primary {
    background: rgba(96, 165, 250, 0.15);
    border: 2px solid #60a5fa;
    color: #dbeafe;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
}

[data-bs-theme="dark"] .hero-section .btn-outline-primary:hover {
    background: #60a5fa;
    color: #1e293b;
    border-color: #60a5fa;
}

/* Support Page Theme Adaptation */
[data-bs-theme="dark"] .support-hero-section {
    background: #000000;
    color: #ffffff;
}

[data-bs-theme="light"] .support-hero-section {
    background: #f8f9fa;
    color: #212529;
}

[data-bs-theme="dark"] .support-hero-title {
    color: #ff8c00; /* Naranja */
}

[data-bs-theme="light"] .support-hero-title {
    color: #1b6ec2; /* Azul */
}

[data-bs-theme="dark"] .support-hero-subtitle {
    color: #cccccc;
}

[data-bs-theme="light"] .support-hero-subtitle {
    color: #666666;
}

[data-bs-theme="dark"] .support-form-section {
    background: #1a1a1a;
}

[data-bs-theme="light"] .support-form-section {
    background: #ffffff;
}

[data-bs-theme="dark"] .support-form-card {
    background: #1a1a1a;
    border: 1px solid #333333;
    color: #ffffff;
}

[data-bs-theme="light"] .support-form-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #212529;
}

[data-bs-theme="dark"] .support-form-title {
    color: #ff8c00; /* Naranja */
}

[data-bs-theme="light"] .support-form-title {
    color: #1b6ec2; /* Azul corporativo */
}

/* Contact Page Theme Adaptation */
[data-bs-theme="dark"] .contact-hero-section {
    background: #1a1a1a;
    color: #ffffff;
    border: 2px solid #ff8c00;
}

[data-bs-theme="light"] .contact-hero-section {
    background: #1b6ec2;
    color: #ffffff;
}

[data-bs-theme="dark"] .contact-hero-title {
    color: #ffffff;
}

[data-bs-theme="light"] .contact-hero-title {
    color: #ffffff;
}

[data-bs-theme="dark"] .contact-hero-subtitle {
    color: #cccccc;
}

[data-bs-theme="light"] .contact-hero-subtitle {
    color: #f0f0f0;
}

[data-bs-theme="dark"] .contact-form-section {
    background: #0f172a;
}

[data-bs-theme="light"] .contact-form-section {
    background: #ffffff;
}

[data-bs-theme="dark"] .contact-form-card {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

[data-bs-theme="light"] .contact-form-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2d3748;
}

[data-bs-theme="dark"] .contact-form-title {
    color: #60a5fa;
}

[data-bs-theme="light"] .contact-form-title {
    color: #1d4ed8;
}

/* Forms Page Theme Adaptation */
[data-bs-theme="dark"] .forms-hero-section {
    background: #1a202c;
    color: #e2e8f0;
}

[data-bs-theme="light"] .forms-hero-section {
    background: #f7fafc;
    color: #2d3748;
}

[data-bs-theme="dark"] .forms-hero-title {
    color: #63b3ed;
}

[data-bs-theme="light"] .forms-hero-title {
    color: #2b6cb0;
}

[data-bs-theme="dark"] .forms-hero-subtitle {
    color: #a0aec0;
}

[data-bs-theme="light"] .forms-hero-subtitle {
    color: #4a5568;
}

[data-bs-theme="dark"] .forms-section {
    background: #0f172a;
    color: #e2e8f0;
}

[data-bs-theme="light"] .forms-section {
    background: #ffffff;
    color: #1e293b;
}

[data-bs-theme="dark"] .forms-hr-section {
    background: #1a202c;
    color: #e2e8f0;
}

[data-bs-theme="light"] .forms-hr-section {
    background: #f7fafc;
    color: #2d3748;
}

[data-bs-theme="dark"] .forms-section-title,
[data-bs-theme="dark"] .forms-hr-title {
    color: #60a5fa;
}

[data-bs-theme="light"] .forms-section-title,
[data-bs-theme="light"] .forms-hr-title {
    color: #1d4ed8;
}

[data-bs-theme="dark"] .forms-section-subtitle,
[data-bs-theme="dark"] .forms-hr-subtitle {
    color: #94a3b8;
}

[data-bs-theme="light"] .forms-section-subtitle,
[data-bs-theme="light"] .forms-hr-subtitle {
    color: #64748b;
}

[data-bs-theme="dark"] .forms-card {
    background: rgba(45, 55, 72, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

[data-bs-theme="light"] .forms-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2d3748;
}

[data-bs-theme="dark"] .forms-card:hover {
    background: rgba(45, 55, 72, 0.9);
    border-color: rgba(99, 179, 237, 0.3);
    transform: translateY(-5px);
}

[data-bs-theme="light"] .forms-card:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(43, 108, 176, 0.3);
    transform: translateY(-5px);
}

[data-bs-theme="dark"] .forms-card-title {
    color: #e2e8f0;
}

[data-bs-theme="light"] .forms-card-title {
    color: #2d3748;
}

[data-bs-theme="dark"] .forms-card-text {
    color: #a0aec0;
}

[data-bs-theme="light"] .forms-card-text {
    color: #4a5568;
}

/* Forms CTA Section */
[data-bs-theme="dark"] .forms-cta-section {
    background: #000000;
    color: #ffffff;
    border-top: 3px solid #ff8c00;
    border-bottom: 3px solid #ff8c00;
}

[data-bs-theme="light"] .forms-cta-section {
    background: #1b6ec2;
    color: #ffffff;
}

[data-bs-theme="dark"] .forms-cta-title {
    color: #c7d2fe;
}

[data-bs-theme="light"] .forms-cta-title {
    color: #ffffff;
}

[data-bs-theme="dark"] .forms-cta-subtitle {
    color: #a5b4fc;
}

[data-bs-theme="light"] .forms-cta-subtitle {
    color: #e0e7ff;
}

[data-bs-theme="dark"] .forms-cta-button {
    background: rgba(196, 181, 253, 0.1);
    border: 2px solid #c4b5fd;
    color: #c4b5fd;
    backdrop-filter: blur(10px);
}

[data-bs-theme="light"] .forms-cta-button {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    color: #ffffff;
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .forms-cta-button:hover {
    background: #c4b5fd;
    color: #1e1b4b;
    transform: translateY(-2px);
}

[data-bs-theme="light"] .forms-cta-button:hover {
    background: #ffffff;
    color: #1d4ed8;
    transform: translateY(-2px);
}

/* Common button styles for all pages */
[data-bs-theme="dark"] .support-hero-button,
[data-bs-theme="dark"] .forms-hero-button {
    backdrop-filter: blur(10px);
}

[data-bs-theme="light"] .support-hero-button,
[data-bs-theme="light"] .forms-hero-button {
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ✅ CRITICAL FIX: Demo Scheduler Section Dark Theme Support */
[data-bs-theme="dark"] section#demo-scheduler,
[data-bs-theme="dark"] #demo-scheduler.py-5 {
    background: #0f172a !important;
    color: #e2e8f0 !important;
}

[data-bs-theme="light"] section#demo-scheduler,
[data-bs-theme="light"] #demo-scheduler.py-5 {
    background: #ffffff !important;
    color: #1e293b !important;
}

/* ✅ THEME SUPPORT: Ensure bg-light works properly in both themes */
[data-bs-theme="light"] .bg-light {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #343a40 !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .forms-card-button {
    transition: all 0.3s ease;
}

[data-bs-theme="light"] .forms-card-button {
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .footer-section,
[data-theme="dark"] .footer-section,
.theme-dark .footer-section {
  color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .social-link,
[data-theme="dark"] .social-link,
.theme-dark .social-link {
  color: rgba(240, 246, 252, 0.7) !important;
  background: rgba(240, 246, 252, 0.1) !important;
}

[data-bs-theme="dark"] .social-link:hover,
[data-theme="dark"] .social-link:hover,
.theme-dark .social-link:hover {
  color: var(--bs-primary) !important;
  background: rgba(77, 171, 247, 0.2) !important;
}

[data-bs-theme="dark"] .footer-bottom,
[data-theme="dark"] .footer-bottom,
.theme-dark .footer-bottom {
  background: rgba(0, 0, 0, 0.3) !important;
  border-top: 1px solid rgba(240, 246, 252, 0.1) !important;
}

[data-bs-theme="dark"] .footer-copyright,
[data-theme="dark"] .footer-copyright {
  color: rgba(240, 246, 252, 0.6);
}

/* === TEMA CLARO - COMPONENTES ESPECÍFICOS === */
/* Hero en tema claro */
[data-bs-theme="light"] .hero,
[data-theme="light"] .hero,
.theme-light .hero {
  background: #1b6ec2 !important;
  color: #ffffff !important;
}

[data-bs-theme="light"] .hero h1,
[data-theme="light"] .hero h1,
.theme-light .hero h1 {
  color: white !important;
}

[data-bs-theme="light"] .hero .display-4,
[data-theme="light"] .hero .display-4,
.theme-light .hero .display-4 {
  color: white !important;
}

[data-bs-theme="light"] .hero p,
[data-theme="light"] .hero p,
.theme-light .hero p {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="light"] .hero .lead,
[data-theme="light"] .hero .lead,
.theme-light .hero .lead {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="light"] .hero h1,
[data-bs-theme="light"] .hero .display-4,
[data-theme="light"] .hero h1,
[data-theme="light"] .hero .display-4,
.theme-light .hero h1,
.theme-light .hero .display-4 {
  color: #ffffff !important; /* White color for maximum contrast on gradient */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important; /* Shadow for better readability */
}

[data-bs-theme="light"] .hero .text-primary,
[data-theme="light"] .hero .text-primary,
.theme-light .hero .text-primary {
  color: #e3f2fd !important; /* Color azul muy claro para contraste en gradiente */
}

/* Footer en tema claro */
[data-bs-theme="light"] .landing-footer,
[data-theme="light"] .landing-footer,
.theme-light .landing-footer {
  background: #f8f9fa !important;
  color: #212529 !important;
  border-top: 1px solid #dee2e6 !important;
}

[data-bs-theme="light"] .footer-main,
[data-theme="light"] .footer-main,
.theme-light .footer-main {
  background: #f8f9fa !important;
  color: #212529 !important;
}

/* [data-bs-theme="light"] .footer-title,
[data-theme="light"] .footer-title,
.theme-light .footer-title {
  color: var(--bs-primary) !important;
} */

[data-bs-theme="light"] .footer-heading,
[data-theme="light"] .footer-heading,
.theme-light .footer-heading {
  color: #495057 !important;
}

[data-bs-theme="light"] .footer-description,
[data-theme="light"] .footer-description,
.theme-light .footer-description {
  color: #6c757d !important;
}

[data-bs-theme="light"] .footer-link,
[data-theme="light"] .footer-link,
.theme-light .footer-link {
  color: #6c757d !important;
}

[data-bs-theme="light"] .footer-link:hover,
[data-theme="light"] .footer-link:hover,
.theme-light .footer-link:hover {
  color: var(--bs-primary) !important;
}

[data-bs-theme="light"] .social-link,
[data-theme="light"] .social-link,
.theme-light .social-link {
  color: #6c757d !important;
  background: rgba(108, 117, 125, 0.1) !important;
}

[data-bs-theme="light"] .social-link:hover,
[data-theme="light"] .social-link:hover,
.theme-light .social-link:hover {
  color: var(--bs-primary) !important;
  background: rgba(13, 110, 253, 0.1) !important;
}

[data-bs-theme="light"] .footer-bottom,
[data-theme="light"] .footer-bottom,
.theme-light .footer-bottom {
  background: rgba(0, 0, 0, 0.05) !important;
  border-top: 1px solid #dee2e6 !important;
}

[data-bs-theme="light"] .footer-copyright,
[data-theme="light"] .footer-copyright,
.theme-light .footer-copyright {
  color: #6c757d !important;
}

/* === ESTILOS BASE === */
html, body {
  font-family: 'Segoe UI', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0;
  padding: 0;
}

h1:focus {
  outline: none;
}

/* === COMPONENTES PURPLE (UTILIDADES BLENDA) === */
.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--blenda-purple);
  --bs-btn-border-color: var(--blenda-purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--blenda-purple-contrast);
  --bs-btn-hover-border-color: var(--blenda-purple-contrast);
  --bs-btn-focus-shadow-rgb: var(--blenda-purple-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--blenda-purple-contrast);
  --bs-btn-active-border-color: var(--blenda-purple-contrast);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--blenda-purple);
  --bs-btn-disabled-border-color: var(--blenda-purple);
}

.btn-outline-purple {
  --bs-btn-color: var(--blenda-purple);
  --bs-btn-border-color: var(--blenda-purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--blenda-purple);
  --bs-btn-hover-border-color: var(--blenda-purple);
  --bs-btn-focus-shadow-rgb: var(--blenda-purple-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--blenda-purple);
  --bs-btn-active-border-color: var(--blenda-purple);
  --bs-btn-disabled-color: var(--blenda-purple);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--blenda-purple);
  --bs-gradient: none;
}

.text-purple {
  color: var(--blenda-purple) !important;
}

.bg-purple {
  background-color: var(--blenda-purple) !important;
}

.badge.bg-purple {
  background-color: var(--blenda-purple) !important;
  color: #fff;
}

/* === SIDEBAR Y NAVEGACIÓN === */
.sidebar {
  background: #1b6ec2;
  color: #ffffff;
}

[data-bs-theme="dark"] .sidebar,
[data-theme="dark"] .sidebar {
  background: #000000;
  border-right: 2px solid #ff8c00;
}

.sidebar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  transition: var(--bs-transition);
}

.sidebar .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar .nav-link.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

/* === MEJORAS DE COMPONENTES === */
.card {
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.card:hover {
  box-shadow: var(--bs-box-shadow-lg);
}

/* Layout Cards específico */
.layout-card {
  height: 100%;
  transition: transform 0.15s ease;
}

.layout-card:hover {
  transform: translateY(-5px);
}

.layout-features .badge {
  font-size: 0.75rem;
}

.layout-components {
  border-top: 1px solid var(--bs-border-color);
  padding-top: 0.75rem;
}

/* === COMPATIBILIDAD CON SISTEMA ANTERIOR === */
.progress-88 { width: 88% !important; }
.progress-95 { width: 95% !important; }
.progress-100 { width: 100% !important; }

/* Iconos de tamaño específico */
.icon-sm { width: 50px; height: 50px; }
.icon-md { width: 60px; height: 60px; }
.icon-lg { width: 100px; height: 100px; }

/* === BLAZOR ERROR UI === */
#blazor-error-ui {
  background: var(--bs-danger);
  color: white;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 0.875rem;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  font-size: 1.2rem;
}

.reload {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

/* === LOADING UI === */
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: var(--bs-primary);
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20% + 3.5rem) 0 auto 0.2rem;
  color: var(--bs-body-color);
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "0%");
}

/* === COMPONENTES DE LAYOUT === */

/* Navigation Container */
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

/* Hero Section - Color sólido profesional */
.hero {
  background: #1b6ec2;
  color: #ffffff;
  padding: 4rem 0;
  position: relative;
}

[data-bs-theme="dark"] .hero,
[data-theme="dark"] .hero {
  background: #000000;
  border-top: 3px solid #ff8c00;
  border-bottom: 3px solid #ff8c00;
}

/* Success color - Sólido profesional */
.gradient-success {
  background: #198754;
  color: #ffffff;
}

[data-bs-theme="dark"] .gradient-success,
[data-theme="dark"] .gradient-success {
  background: #28a745;
}

/* Landing Footer - Adaptable a temas */
.landing-footer {
  background: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  /* padding: 3rem 0 1rem; */
  margin-top: auto;
  transition: var(--bs-transition);
  border-top: 1px solid var(--bs-border-color);
}

/* Navigation específica para landing */
.landing-nav {
  padding: 0.5rem 0;
}

.landing-main {
  flex: 1;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
}

.nav-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.nav-brand:hover {
  color: var(--bs-primary);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* === NAVEGACIÓN ESPECÍFICA DEL HEADER === */

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: 700;
  font-size: 1.25rem;
}

.brand-link:hover {
  color: var(--bs-primary);
  text-decoration: none;
}

.brand-text {
  color: var(--bs-body-color);
}

.logo {
  height: 32px;
  width: auto;
}

/* Botón de menú móvil */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  gap: 3px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  width: 24px;
  height: 3px;
  background-color: var(--bs-body-color);
  transition: var(--bs-transition);
}

.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
}

/* Menú móvil */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bs-body-bg);
  border-top: 1px solid var(--bs-border-color);
  box-shadow: var(--bs-box-shadow);
  z-index: 1020;
}

.mobile-menu.show {
  display: block;
}

.mobile-links {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-link {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--bs-body-color);
  text-decoration: none;
  border-radius: 0.375rem;
  transition: var(--bs-transition);
}

.mobile-link:hover {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-primary);
  text-decoration: none;
}

.mobile-divider {
  height: 1px;
  background-color: var(--bs-border-color);
  margin: 0.5rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  
  .mobile-toggle {
    display: flex;
  }
  
  .nav-container {
    min-height: 56px;
  }
}

/* === FOOTER COMPONENTS === */
/* Footer Main Structure */
.footer-main {
  padding: 3rem 0 2rem;
  background: var(--bs-dark);
  color: var(--bs-light);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

/* Footer Branding */
.footer-brand {
  margin-bottom: 1rem;
}

/* .footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
} */

.footer-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Footer Headings and Links */
.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bs-light);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--bs-primary);
}

/* Footer Social */
.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--bs-light);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link:hover {
  background: var(--bs-primary);
  color: white;
  transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 0.9rem;
}

.footer-logo {
  height: 120px;
  width: auto;
  margin-bottom: 0.5rem;
}

/* === LANDING HEADER Y NAVEGACIÓN === */
/* .landing-header {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--blenda-purple) 100%);
  padding: 1rem 0;
  position: relative;
  z-index: 100;
} */


.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
}

.nav-brand {
  flex: 0 0 auto;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

.brand-link .logo {
  height: 32px;
  width: auto;
}

.brand-text {
  color: #fff;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0 1rem;
}


.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
}

/* Responsive navigation */
@media (max-width: 768px) {
  .nav-container {
    flex-wrap: wrap;
  }
  
  .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
  }
  
  .nav-cta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

/* === THEME TOGGLE COMPONENT - MEJORADO === */
.theme-toggle-wrapper {
  position: relative;
  display: inline-block;
}

.theme-toggle-btn {
  background: var(--bs-primary);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.theme-toggle-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.theme-toggle-btn:hover {
  background: var(--bs-warning);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.theme-toggle-btn:hover::before {
  opacity: 1;
}

.theme-toggle-btn.active {
  background: #1b6ec2;
  border-color: transparent;
  box-shadow: 
    0 4px 16px rgba(27, 110, 194, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

[data-bs-theme="dark"] .theme-toggle-btn.active,
[data-theme="dark"] .theme-toggle-btn.active {
  background: #ff8c00;
  box-shadow: 
    0 4px 16px rgba(255, 140, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.theme-toggle-btn i {
  font-size: 1rem;
  z-index: 1;
  position: relative;
}

.theme-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 25px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
  z-index: 9999;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px) scale(0.9);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  overflow: hidden;
  pointer-events: none;
}

.theme-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: -1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.theme-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.theme-options {
  padding: 1.25rem;
}

.theme-dropdown-title {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
}

.theme-dropdown-title i {
  color: var(--bs-primary);
  margin-right: 0.5rem;
}

.theme-buttons-compact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.theme-btn-compact {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.theme-btn-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 110, 194, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.theme-btn-compact:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.theme-btn-compact:hover::before {
  opacity: 1;
}

.theme-btn-compact.active {
  background: #1b6ec2;
  border-color: #1b6ec2;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(27, 110, 194, 0.25);
  transform: translateY(-1px);
}

.theme-btn-compact.active::before {
  opacity: 0;
}

.theme-btn-compact i {
  font-size: 1rem;
  z-index: 1;
  position: relative;
}

.theme-btn-compact span {
  z-index: 1;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
}

/* Dark theme adaptations - MEJORADO */
[data-bs-theme="dark"] .theme-dropdown,
[data-theme="dark"] .theme-dropdown {
  background: rgba(31, 41, 55, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .theme-dropdown::before,
[data-theme="dark"] .theme-dropdown::before {
  background: rgba(31, 41, 55, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .theme-dropdown-title,
[data-theme="dark"] .theme-dropdown-title {
  color: #f9fafb;
}

[data-bs-theme="dark"] .theme-btn-compact,
[data-theme="dark"] .theme-btn-compact {
  background: #374151;
  border-color: rgba(255, 255, 255, 0.1);
  color: #e5e7eb;
}

[data-bs-theme="dark"] .theme-btn-compact:hover,
[data-theme="dark"] .theme-btn-compact:hover {
  background: #4b5563;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .theme-btn-compact.active,
[data-theme="dark"] .theme-btn-compact.active {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #000000;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .theme-dropdown {
    min-width: 200px;
    right: -10px;
  }
  
  .theme-buttons-compact {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }
  
  .theme-btn-compact {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.625rem 0.75rem;
    gap: 0.5rem;
  }
  
  .theme-btn-compact span {
    font-size: 0.8rem;
  }
}

/* === NAVEGACIÓN STICKY === */
.nav-landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: var(--nav-transition);
  z-index: 1000;
  display: flex;
  align-items: center;
}

.nav-landing.nav-scrolled {
  height: var(--nav-height-scrolled);
  background: rgba(255, 255, 255, 0.98); /* Only when scrolled */
  border-bottom-color: rgba(0, 0, 0, 0.1);
  box-shadow: var(--bs-box-shadow-sm);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nav-brand .brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--bs-body-color);
}

.nav-brand .logo {
  height: 40px;
  transition: var(--nav-transition);
}

.nav-scrolled .nav-brand .logo {
  height: 32px;
}

.nav-brand .brand-text {
  margin-left: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: var(--nav-transition);
}

.nav-scrolled .brand-text.brand-compact {
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-scrolled .nav-links.links-compact {
  gap: 1.5rem;
}

/* .nav-link {
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: 500;
  transition: var(--nav-transition);
  padding: 0.5rem 0;
}

.nav-link:hover {
  color: var(--bs-primary);
} */

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-scrolled .nav-cta.cta-compact .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

/* Dark theme support - Only override when scrolled, not by default */
[data-bs-theme="dark"] .nav-landing.nav-scrolled,
[data-theme="dark"] .nav-landing.nav-scrolled,
.theme-dark .nav-landing.nav-scrolled {
  background: rgba(13, 17, 23, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Navigation */
.mobile-nav-controls {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.mobile-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.hamburger {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--bs-body-color);
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--bs-body-color);
  position: absolute;
  transition: var(--nav-transition);
}

.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--bs-body-bg);
  border-top: 1px solid var(--bs-border-color);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--nav-transition);
}

.mobile-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-links {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-link {
  color: var(--bs-body-color);
  text-decoration: none;
  padding: 0.75rem;
  border-radius: 0.375rem;
  transition: var(--nav-transition);
}

.mobile-link:hover {
  background: var(--bs-secondary-bg);
  color: var(--bs-primary);
}

.mobile-divider {
  height: 1px;
  background: var(--bs-border-color);
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .nav-cta {
    display: none;
  }
  
  .mobile-nav-controls {
    display: flex;
  }
}

/* === LAYOUT ADJUSTMENTS === */
/* Compensar el header fijo */
body {
  padding-top: var(--nav-height);
}

/* Reducir espaciado superior en hero sections - UX OPTIMIZATION */
.hero-section {
  padding-top: 1rem !important; /* Reduced from 2rem */
  padding-bottom: 2rem;
}


[data-bs-theme="dark"] .hero,
[data-theme="dark"] .hero {
  background: #000000 !important;
  border-top: 3px solid #ff8c00;
  border-bottom: 3px solid #ff8c00;
}

@media (max-width: 768px) {
  body {
    padding-top: var(--nav-height-scrolled);
  }
  
  .hero-section {
    padding-top: 0.5rem !important; /* Even less on mobile */
  }
}

/* === MUDBLAZOR ACCORDION STYLES === */
.faq-panels {
  margin-bottom: 2rem;
}

.faq-panel {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--bs-body-bg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-panel .mud-expand-panel-header {
  background: var(--bs-body-bg);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1rem;
}

.faq-panel .mud-expand-panel-content {
  background: var(--bs-body-bg);
  padding: 1rem;
}

.faq-answer {
  color: var(--bs-body-color);
  line-height: 1.6;
}

.faq-contact-cta {
  background: var(--bs-secondary-bg);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--bs-border-color);
}

/* Dark theme support for FAQ panels */
[data-bs-theme="dark"] .faq-panel {
  background: var(--bs-body-bg);
  border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .faq-contact-cta {
  background: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
}

/* ========================================
   JOB DETAILS SECTION - SVG ICONS
   Optimized SVG icons for employment pages
   ======================================== */

/* Job Career Icon Animation */
.job-career-icon {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(27, 110, 194, 0.2));
}

.job-career-icon:hover {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 4px 8px rgba(27, 110, 194, 0.3));
}

/* Team Collaboration Icon Animation */
.team-collaboration-icon {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(111, 66, 193, 0.2));
}

.team-collaboration-icon:hover {
  transform: scale(1.1) rotate(-3deg);
  filter: drop-shadow(0 4px 8px rgba(111, 66, 193, 0.3));
}

/* Job Details Section Styling */
.job-details-section {
  background: #f8fafc;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

[data-bs-theme="dark"] .job-details-section {
  background: #1e293b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.job-details-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

[data-bs-theme="dark"] .job-details-section:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Technology Grid Animation */
.technology-item {
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

[data-bs-theme="dark"] .technology-item {
  background: rgba(30, 41, 59, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}

.technology-item:hover {
  background: rgba(255, 255, 255, 1);
  border-color: var(--blenda-brand-primary);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(27, 110, 194, 0.15);
}

[data-bs-theme="dark"] .technology-item:hover {
  background: rgba(30, 41, 59, 1);
  border-color: var(--blenda-brand-primary);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.25);
}

/* Job Application CTA Enhancement */
.job-apply-cta {
  background: #1b6ec2;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
  transition: all 0.3s ease;
  color: #ffffff;
}

[data-bs-theme="dark"] .job-apply-cta,
[data-theme="dark"] .job-apply-cta {
  background: #ff8c00;
  color: #000000;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.job-apply-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 110, 194, 0.4);
  filter: brightness(1.1);
}

/* Job Details Card Enhancement */
.job-details-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

[data-bs-theme="dark"] .job-details-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.job-details-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

[data-bs-theme="dark"] .job-details-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Company Values Animation */
.company-value-item {
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 0.75rem;
}

.company-value-item:hover {
  background: rgba(27, 110, 194, 0.05);
  transform: translateX(5px);
}

[data-bs-theme="dark"] .company-value-item:hover {
  background: rgba(59, 130, 246, 0.1);
}

.company-value-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.company-value-item:hover .company-value-icon {
  transform: scale(1.1);
  background: var(--blenda-brand-primary) !important;
  color: white !important;
}

/* ========================================
   BLENDA CALCULATOR SECTION STYLES
   Estilos específicos para componentes de calculadora
   ======================================== */

/* Calculator Container */
.calculator-section {
    position: relative;
}

.calculator-section .card {
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease-in-out;
}

.calculator-section .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Calculator Input Styles */
.calculator-section .form-control,
.calculator-section .form-select {
    border-radius: 0.5rem;
    border: 2px solid var(--blenda-border-primary, #dee2e6);
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}

.calculator-section .form-control:focus,
.calculator-section .form-select:focus {
    border-color: var(--blenda-brand-primary, #1b6ec2);
    box-shadow: 0 0 0 0.2rem rgba(27, 110, 194, 0.25);
    transform: scale(1.02);
}

.calculator-section .form-label {
    font-weight: 600;
    color: var(--blenda-text-primary, #212529);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.calculator-section .form-text {
    font-size: 0.85rem;
    color: var(--blenda-text-muted, #6c757d);
    margin-top: 0.25rem;
}

/* Results Panel Animations */
.calculator-section .display-6 {
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.calculator-section .display-6:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease-in-out;
}

.calculator-section .display-6:hover:before {
    width: 100%;
}

/* Breakdown List Styles */
.calculator-section .list-group-item {
    border: none;
    border-bottom: 1px solid var(--blenda-border-primary, #dee2e6);
    padding: 0.75rem 0;
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.calculator-section .list-group-item:hover {
    background-color: rgba(var(--blenda-brand-primary-rgb, 27, 110, 194), 0.05);
    padding-left: 0.5rem;
}

.calculator-section .list-group-item:last-child {
    border-bottom: 2px solid var(--blenda-brand-primary, #1b6ec2);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 0.5rem;
}

/* Recommendation Box */
.calculator-section .rounded {
    border-radius: 0.75rem !important;
    border-left: 4px solid;
    position: relative;
    overflow: hidden;
}

.calculator-section .bg-success.bg-opacity-10 {
    border-left-color: var(--blenda-brand-success, #198754);
}

.calculator-section .bg-warning.bg-opacity-10 {
    border-left-color: var(--blenda-brand-warning, #ffc107);
}

.calculator-section .bg-info.bg-opacity-10 {
    border-left-color: var(--blenda-brand-info, #0dcaf0);
}

/* Loading State */
.calculator-section .loading-state {
    opacity: 0.6;
    position: relative;
}

.calculator-section .loading-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.4);
    animation: loading-shimmer 1.5s infinite;
}

/* Card Header Icons */
.calculator-section .card-header img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.calculator-section .card-header:hover img {
    transform: scale(1.1) rotate(5deg);
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .calculator-section .display-6 {
        font-size: 1.5rem;
    }
    
    .calculator-section .card-body {
        padding: 1.5rem 1rem;
    }
    
    .calculator-section .form-control,
    .calculator-section .form-select {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
}

/* Animations */
@keyframes loading-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes result-highlight {
    0% { background-color: transparent; }
    50% { background-color: rgba(var(--blenda-brand-success-rgb, 25, 135, 84), 0.1); }
    100% { background-color: transparent; }
}

.calculator-section .result-updated {
    animation: result-highlight 0.6s ease-in-out;
}

/* Dark Theme Support */
[data-bs-theme="dark"] .calculator-section .card {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .calculator-section .form-control,
[data-bs-theme="dark"] .calculator-section .form-select {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .calculator-section .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .calculator-section * {
        animation: none !important;
        transition: none !important;
    }
}

.calculator-section .form-control:focus,
.calculator-section .form-select:focus {
    outline: 3px solid rgba(var(--blenda-brand-primary-rgb, 27, 110, 194), 0.3);
    outline-offset: 2px;
}

/* ========================================
   COMPONENT IMPORTS - BLENDA MODULAR SYSTEM
   Import all component-specific CSS modules
   ======================================== */

/* Navigation Components */
@import url('./components/navigation.css');

/* Footer Components */
@import url('./components/footer.css');

/* Account Layout Components */
@import url('./components/account-layout.css');

/* ========================================
   ENHANCED CONTRAST & ACCESSIBILITY - WCAG AAA
   High contrast improvements for better visibility
   ======================================== */

/* Enhanced Button Focus States */
.btn:focus,
.btn:focus-visible {
  outline: 3px solid var(--blenda-focus-ring) !important;
  outline-offset: 2px !important;
  box-shadow: var(--blenda-focus-ring) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  outline: 3px solid var(--blenda-focus-ring) !important;
  outline-offset: 2px !important;
}

/* Enhanced Link Focus States */
a:focus,
a:focus-visible {
  outline: 2px solid var(--blenda-contrast-primary) !important;
  outline-offset: 2px !important;
  text-decoration: underline !important;
}

/* High Contrast Form Controls */
.form-control:focus,
.form-select:focus {
  border-color: var(--blenda-contrast-primary) !important;
  box-shadow: 0 0 0 3px rgba(0, 61, 130, 0.25) !important;
  outline: 2px solid var(--blenda-contrast-primary) !important;
  outline-offset: -2px !important;
}



/* Enhanced Card Contrast */
.card {
  border-color: var(--bs-border-color) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

[data-bs-theme="dark"] .card,
[data-theme="dark"] .card,
.theme-dark .card {
  background-color: #161b22 !important;
  border-color: #30363d !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Enhanced Navigation Link Contrast */
/* .nav-link {
  color: var(--blenda-nav-text) !important;
  font-weight: 500 !important;
} */

.nav-link:hover,
.nav-link:focus {
  color: var(--blenda-nav-text-hover) !important;
  text-decoration: none !important;
}

/* Enhanced Brand Text */
.brand-text {
  color: var(--blenda-nav-brand-text) !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

[data-bs-theme="dark"] .brand-text,
[data-theme="dark"] .brand-text,
.theme-dark .brand-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Enhanced Footer Link Contrast */
.footer-link {
  color: var(--blenda-footer-link) !important;
  font-weight: 500 !important;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--blenda-footer-link-hover) !important;
  text-decoration: underline !important;
}

/* Mobile Touch Target Enhancement */
@media (max-width: 768px) {
  .btn {
    min-height: 44px !important;
    padding: 0.75rem 1rem !important;
  }

  
  .footer-link {
    min-height: 44px !important;
    padding: 0.75rem 0.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  :root {
    --blenda-contrast-primary: #000000 !important;
    --blenda-contrast-purple: #000000 !important;
  }
  
  [data-bs-theme="dark"],
  [data-theme="dark"],
  .theme-dark {
    --blenda-contrast-primary: #ffffff !important;
    --blenda-contrast-purple: #ffffff !important;
  }
  
  .btn {
    border-width: 2px !important;
  }
  
  .card {
    border-width: 2px !important;
  }
}

/* === ACCOUNT REGISTRATION PAGE SPECIFIC ENHANCEMENTS === */

/* Enhanced Text Contrast for Registration Forms */
.page.account-page .text-secondary {
  color: #444444 !important;
  font-weight: 500 !important;
}

.page.account-page .text-muted {
  color: #555555 !important;
  font-weight: 500 !important;
}

.page.account-page .small {
  color: #333333 !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}

/* Dark Theme Account Page Text */
[data-bs-theme="dark"] .page.account-page .text-secondary,
[data-theme="dark"] .page.account-page .text-secondary,
.theme-dark .page.account-page .text-secondary {
  color: #d0d0d0 !important;
}

[data-bs-theme="dark"] .page.account-page .text-muted,
[data-theme="dark"] .page.account-page .text-muted,
.theme-dark .page.account-page .text-muted {
  color: #cccccc !important;
}

[data-bs-theme="dark"] .page.account-page .small,
[data-theme="dark"] .page.account-page .small,
.theme-dark .page.account-page .small {
  color: #e0e0e0 !important;
}

/* Enhanced Form Labels */
.page.account-page .form-label {
  color: #1a1a1a !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

[data-bs-theme="dark"] .page.account-page .form-label,
[data-theme="dark"] .page.account-page .form-label,
.theme-dark .page.account-page .form-label {
  color: #ffffff !important;
}

/* Enhanced Card Subtitle */
.page.account-page .card-body p.text-secondary {
  color: #444444 !important;
  font-weight: 500 !important;
}

[data-bs-theme="dark"] .page.account-page .card-body p.text-secondary,
[data-theme="dark"] .page.account-page .card-body p.text-secondary,
.theme-dark .page.account-page .card-body p.text-secondary {
  color: #d0d0d0 !important;
}

/* ========================================
   PRIMORICA INDEX PAGE STYLES - CORPORATE PROFESSIONAL
   ======================================== */

/* Hero Section - Fondo sólido corporativo */
.primorica-hero {
    background: var(--bs-secondary);
    padding: 5rem 2rem;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .primorica-hero {
        padding: 3rem 1.5rem;
        min-height: auto;
    }
}

[data-bs-theme="dark"] .primorica-hero,
[data-theme="dark"] .primorica-hero {
    background: var(--bs-secondary-bg);
    border-bottom: 3px solid var(--bs-emphasis-color);
}



.primorica-hero-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.primorica-hero-title {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .primorica-hero-title {
        font-size: 2rem;
    }
}

/* Ensure light theme has white text on blue gradient */
[data-bs-theme="light"] .primorica-hero-title,
[data-theme="light"] .primorica-hero-title,
[data-bs-theme="light"] .primorica-hero .display-4,
[data-theme="light"] .primorica-hero .display-4,
[data-bs-theme="light"] .primorica-hero h1,
[data-theme="light"] .primorica-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.primorica-hero-highlight {
    color: #ffffff;
    font-weight: 800;
    display: block;
    margin-top: 0.5rem;
}

[data-bs-theme="dark"] .primorica-hero-highlight,
[data-theme="dark"] .primorica-hero-highlight {
    color: #ff8c00;
}

.primorica-hero-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    max-width: 600px;
    font-weight: 400;
}

/* Light theme subtitle with high contrast */
[data-bs-theme="light"] .primorica-hero-subtitle,
[data-theme="light"] .primorica-hero-subtitle,
[data-bs-theme="light"] .primorica-hero .lead,
[data-theme="light"] .primorica-hero .lead,
[data-bs-theme="light"] .primorica-hero p,
[data-theme="light"] .primorica-hero p {
    color: rgba(255, 255, 255, 0.95) !important;
}

/* Text muted in hero should be visible */
[data-bs-theme="light"] .primorica-hero .text-muted,
[data-theme="light"] .primorica-hero .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.primorica-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 100;
}

.primorica-hero-text-container {
    max-width: 700px;
}

.primorica-hero-cta-primary {
    padding: 1rem 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 4px;
    background: #ff8c00;
    border: none;
    color: #000000;
    transition: all 0.2s ease;
}

.primorica-hero-cta-primary:hover {
    background: #ffa500;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.primorica-hero-cta-secondary {
    color: white;
    border: 2px solid white;
    background: transparent;
    padding: 1rem 2.5rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.primorica-hero-cta-secondary:hover {
    background-color: white;
    color: #1b6ec2;
}

[data-bs-theme="dark"] .primorica-hero-cta-secondary,
[data-theme="dark"] .primorica-hero-cta-secondary {
    border-color: #ff8c00;
    color: #ff8c00;
}

[data-bs-theme="dark"] .primorica-hero-cta-secondary:hover,
[data-theme="dark"] .primorica-hero-cta-secondary:hover {
    background: #ff8c00;
    color: #000000;
}

.primorica-hero-card-wrapper {
    position: relative;
}

.primorica-hero-bg-icon {
    font-size: 200px;
    color: rgba(255,255,255,0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.primorica-hero-main-icon {
    font-size: 5rem;
    color: #f59e0b;
    margin-bottom: 1rem;
}

.primorica-hero-card-title {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.primorica-hero-card-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

.primorica-trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.primorica-trust-item {
    text-align: center;
    flex: 1 1 auto;
    min-width: 150px;
}

@media (max-width: 768px) {
    .primorica-trust-indicators {
        gap: 2rem;
    }
    
    .primorica-trust-item {
        flex: 1 1 45%;
    }
}

.primorica-trust-number {
    font-size: 3rem;
    font-weight: 800;
    color: #1b6ec2;
    line-height: 1;
    margin-bottom: 0.5rem;
}

[data-bs-theme="dark"] .primorica-trust-number,
[data-theme="dark"] .primorica-trust-number {
    color: #ff8c00;
}

.primorica-trust-label {
    font-size: 0.95rem;
    color: #666666;
    font-weight: 500;
}

[data-bs-theme="dark"] .primorica-trust-label,
[data-theme="dark"] .primorica-trust-label {
    color: #cccccc;
}

.primorica-hero-card {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 2.5rem;
    border: none;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

[data-bs-theme="dark"] .primorica-hero-card,
[data-theme="dark"] .primorica-hero-card {
    background: #1a1a1a;
    border: 2px solid #ff8c00;
}

.primorica-hero-main-icon {
    font-size: 4rem;
    color: #ff8c00;
    margin-bottom: 1.5rem;
}

.primorica-hero-card-title {
    color: #1b6ec2;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
}

[data-bs-theme="dark"] .primorica-hero-card-title,
[data-theme="dark"] .primorica-hero-card-title {
    color: #ff8c00;
}

.primorica-hero-card-subtitle {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.5;
}

[data-bs-theme="dark"] .primorica-hero-card-subtitle,
[data-theme="dark"] .primorica-hero-card-subtitle {
    color: #cccccc;
}

/* Sections - Fondos sólidos profesionales */
.primorica-section {
    padding: 4rem 2rem;
}

.primorica-section-bg-white {
    background: #ffffff;
    padding: 5rem 0;
}

[data-bs-theme="dark"] .primorica-section-bg-white,
[data-theme="dark"] .primorica-section-bg-white {
    background: #000000;
}

.primorica-section-bg-light {
    background: #f8f9fa;
    padding: 5rem 0;
}

[data-bs-theme="dark"] .primorica-section-bg-light,
[data-theme="dark"] .primorica-section-bg-light {
    background: #0a0a0a;
}

@media (max-width: 768px) {
    .primorica-section-bg-white,
    .primorica-section-bg-light {
        padding: 3rem 0;
    }
}

.primorica-section-title {
    margin-bottom: 1rem;
    /* color: #1b6ec2; */
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

[data-bs-theme="dark"] .primorica-section-title,
[data-theme="dark"] .primorica-section-title {
    color: var(--bs-body-color);
}

.primorica-section-subtitle {
    font-size: 1.125rem;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

[data-bs-theme="dark"] .primorica-section-subtitle,
[data-theme="dark"] .primorica-section-subtitle {
    color: #cccccc;
}

/* Stats Section */
.primorica-stats {
    background: #f8f9fa;
    padding: 4rem 2rem;
}

[data-bs-theme="dark"] .primorica-stats,
[data-theme="dark"] .primorica-stats {
    background: #0a0a0a;
}

.primorica-stat-item {
    text-align: center;
    padding: 2rem 1rem;
}

.primorica-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--bs-primary);
    display: block;
    margin-bottom: 0.5rem;
}

.primorica-stat-label {
    font-size: 1rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

/* Service Cards */
.primorica-service-card {
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--blenda-border-radius-lg);
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.primorica-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--bs-box-shadow-lg);
    border-color: var(--bs-primary);
}

.primorica-service-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #1b6ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.2);
}

[data-bs-theme="dark"] .primorica-service-icon,
[data-theme="dark"] .primorica-service-icon {
    background: #ff8c00;
    color: #000000;
}

/* Feature Cards */
.primorica-feature-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.primorica-feature-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.primorica-feature-icon-success {
    background: #198754;
    color: #ffffff;
}

[data-bs-theme="dark"] .primorica-feature-icon-success,
[data-theme="dark"] .primorica-feature-icon-success {
    background: #28a745;
}

.primorica-feature-icon-primary {
    background: #1b6ec2;
    color: #ffffff;
}

[data-bs-theme="dark"] .primorica-feature-icon-primary,
[data-theme="dark"] .primorica-feature-icon-primary {
    background: #ff8c00;
    color: #000000;
}

.primorica-feature-icon-purple {
    background: #6f42c1;
    color: #ffffff;
}

[data-bs-theme="dark"] .primorica-feature-icon-purple,
[data-theme="dark"] .primorica-feature-icon-purple {
    background: #8b5cf6;
}

.primorica-feature-title {
    color: var(--bs-primary);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.primorica-feature-text {
    color: var(--bs-secondary-color);
    margin: 0;
}

/* CTA Section */
.primorica-cta-section {
    background: var(--bs-secondary);
    color: #ffffff;
    padding: 5rem 2rem;
    border-top: 3px solid #1b6ec2;
    border-bottom: 3px solid #1b6ec2;
}

[data-bs-theme="dark"] .primorica-cta-section,
[data-theme="dark"] .primorica-cta-section {
    background: #000000;
    border-top: 3px solid #ff8c00;
    border-bottom: 3px solid #ff8c00;
}

@media (max-width: 768px) {
    .primorica-cta-section {
        padding: 3rem 1.5rem;
    }
}

.primorica-cta-title {
    color: white;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
}

.primorica-cta-text {
    color: rgba(255,255,255,0.95);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.primorica-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
    .primorica-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
}

/* Blog Cards */
.primorica-blog-card {
    cursor: pointer;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--blenda-border-radius-lg);
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.primorica-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bs-box-shadow);
    border-color: var(--bs-primary);
}

.primorica-blog-badge {
    background: #1b6ec2;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

[data-bs-theme="dark"] .primorica-blog-badge,
[data-theme="dark"] .primorica-blog-badge {
    background: #ff8c00;
    color: #000000;
}

.primorica-blog-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--bs-primary);
    line-height: 1.4;
}

.primorica-blog-excerpt {
    color: var(--bs-secondary-color);
    margin-bottom: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Service Cards */
.primorica-service-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

.primorica-service-card:hover {
    transform: translateY(-4px);
}

.primorica-service-icon {
    font-size: 1.5rem;
}

.primorica-service-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--bs-primary);
}

.primorica-service-description {
    color: var(--bs-secondary-color);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.primorica-service-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-primary);
}

/* Features List */
.primorica-features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.primorica-feature-item {
    display: flex;
    align-items: flex-start;
}

.primorica-card-icon {
    font-size: 5rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.primorica-card-title {
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.primorica-card-text {
    color: var(--bs-secondary-color);
}

/* CTA Buttons */
.primorica-cta-button-primary {
    width: 100%;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 0.75rem;
}

.primorica-cta-button-secondary {
    color: rgba(255,255,255,0.9);
}

.primorica-cta-button-secondary:hover {
    color: white;
}

/* SEO Section */
.primorica-seo-container {
    max-width: 1200px;
    margin: 0 auto;
}

.primorica-seo-grid {
    gap: 3rem;
    text-align: left;
}

.primorica-seo-title {
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.primorica-seo-heading {
    color: var(--bs-body-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.primorica-seo-text {
    color: var(--bs-body-color);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.primorica-keywords-box {
    margin-top: 4rem;
    padding: 2rem;
    background: var(--bs-secondary-bg);
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
}

.primorica-keywords-title {
    color: var(--bs-primary);
    margin-bottom: 1rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.primorica-keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.primorica-keyword-badge {
    padding: 0.4rem 0.9rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    border-radius: 4px;
    font-size: 0.75rem;
    border: 1px solid var(--bs-border-color);
}

.whatsapp-contact-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        background: #25D366;
        color: #ffffff;
        border-radius: 2rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.875rem;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
        border: none;
        cursor: pointer;
    }

    .whatsapp-contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
        background: #128C7E;
        color: #ffffff;
        text-decoration: none;
    }

    .whatsapp-contact-btn i {
        font-size: 1.25rem;
    }

    .whatsapp-text {
        display: inline;
    }

    /* Mobile: Solo ícono circular */
    @media (max-width: 991.98px) {
        .whatsapp-text {
            display: none;
        }

        .whatsapp-contact-btn {
            padding: 0.5rem;
            border-radius: 50%;
            width: 2.5rem;
            height: 2.5rem;
        }
    }

    /* Dark theme support */
    @media (prefers-color-scheme: dark) {
        .whatsapp-contact-btn {
            box-shadow: 0 2px 8px rgba(37, 211, 102, 0.5);
            display: flex;
        }

        .whatsapp-contact-btn:hover {
            box-shadow: 0 4px 12px rgba(37, 211, 102, 0.6);
        }
    }

/* Services Components */
@import url('./components/services.css');

/* ========================================
   SERVICES SEO SECTION STYLES
   ======================================== */

/* Services SEO Grid */
.primorica-services-seo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .primorica-services-seo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .primorica-services-seo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Service SEO Card */
.primorica-service-seo-card {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.primorica-service-seo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--bs-primary);
}

/* Service SEO Header */
.primorica-service-seo-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bs-border-color);
}

.primorica-service-seo-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #ffffff;
    border-radius: 12px;
    flex-shrink: 0;
}

.primorica-service-seo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0;
    line-height: 1.3;
}

/* Service SEO Content */
.primorica-service-seo-content {
    flex: 1;
    margin-bottom: 1.5rem;
}

.primorica-service-seo-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--bs-body-color);
    margin-bottom: 1.5rem;
}

.primorica-service-seo-section {
    margin-bottom: 1.5rem;
}

.primorica-service-seo-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.75rem;
}

.primorica-service-seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primorica-service-seo-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: var(--bs-body-color);
}

.primorica-service-seo-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--bs-success);
    font-weight: bold;
}

/* Service SEO Tags */
.primorica-service-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.primorica-service-seo-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--bs-primary);
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Service SEO Footer */
.primorica-service-seo-footer {
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
    margin-top: auto;
}



/* End of file */
