/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9r8pucsvf5] {
    background-color: #050814;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Forzar estilos del body */
[b-9r8pucsvf5] body {
    background-color: #050814 !important;
    color: #ffffff !important;
}

/* Títulos con gradiente sutil y blanco */
.page[b-9r8pucsvf5]  h1,
.page[b-9r8pucsvf5]  h2,
.page[b-9r8pucsvf5]  h3,
.page[b-9r8pucsvf5]  h4,
.page[b-9r8pucsvf5]  h5 {
    color: #ffffff !important;
}

.page[b-9r8pucsvf5]  .section-title {
    color: #ffffff !important;
}

/* Textos secundarios en lavanda suave */
.page[b-9r8pucsvf5]  p,
.page[b-9r8pucsvf5]  li,
.page[b-9r8pucsvf5]  .feature-desc,
.page[b-9r8pucsvf5]  .tool-desc,
.page[b-9r8pucsvf5]  .bento-desc,
.page[b-9r8pucsvf5]  .val-desc,
.page[b-9r8pucsvf5]  .pillar-desc {
    color: #8fa0dd !important;
}

/* Enfatizados */
.page[b-9r8pucsvf5]  strong {
    color: #ffffff !important;
}

.page[b-9r8pucsvf5]  small {
    color: rgba(143, 160, 221, 0.7) !important;
}

#blazor-error-ui[b-9r8pucsvf5] {
    color-scheme: dark only;
    background: #0a1127;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    bottom: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-9r8pucsvf5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #8fa0dd;
}
/* /Components/Pages/Nosotros.razor.rz.scp.css */
/* Secciones base */
.section[b-wdxg17ywt3] {
    background-color: #050814;
    color: #8fa0dd;
    position: relative;
    overflow: hidden;
}

/* Efecto de luces de fondo (Glow) */
.section[b-wdxg17ywt3]::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.05) 0%, rgba(76, 175, 80, 0.02) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.container[b-wdxg17ywt3] {
    position: relative;
    z-index: 2;
}

/* Títulos y Subtítulos */
.section-title[b-wdxg17ywt3] {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #a3b8cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.section-desc[b-wdxg17ywt3] {
    color: #8fa0dd;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}

/* Tarjetas Glassmorphism */
.glass-card[b-wdxg17ywt3] {
    background: rgba(10, 17, 39, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
}

.glass-card:hover[b-wdxg17ywt3] {
    transform: translateY(-5px);
}

/* Misión & Visión específicos */
.card-mision[b-wdxg17ywt3] {
    border-top: 4px solid #00BCD4 !important;
}

.card-mision:hover[b-wdxg17ywt3] {
    border-color: #00BCD4;
    box-shadow: 0 15px 35px rgba(0, 188, 212, 0.15);
}

.card-vision[b-wdxg17ywt3] {
    border-top: 4px solid #4CAF50 !important;
}

.card-vision:hover[b-wdxg17ywt3] {
    border-color: #4CAF50;
    box-shadow: 0 15px 35px rgba(76, 175, 80, 0.15);
}

/* Iconos circulares */
.icon-circle[b-wdxg17ywt3] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1.5rem;
}

.icon-mision[b-wdxg17ywt3] {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, rgba(33, 150, 243, 0.05) 100%);
    color: #00BCD4;
    border-color: rgba(0, 188, 212, 0.3);
}

.icon-vision[b-wdxg17ywt3] {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
    color: #4CAF50;
    border-color: rgba(76, 175, 80, 0.3);
}

/* Banner de Alianza Médica */
.alliance-banner[b-wdxg17ywt3] {
    grid-column: 1 / -1;
    margin-top: 2rem;
}

.alliance-card[b-wdxg17ywt3] {
    padding: 2.5rem 3rem;
    background: linear-gradient(135deg, rgba(10, 17, 39, 0.9) 0%, rgba(5, 8, 20, 0.95) 100%);
    border: 1px solid rgba(0, 188, 212, 0.3);
    box-shadow: 0 15px 45px rgba(0, 188, 212, 0.1);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.alliance-icon[b-wdxg17ywt3] {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00BCD4;
    flex-shrink: 0;
}

/* Objetivos Estratégicos (Pilares) */
.pillar-card[b-wdxg17ywt3] {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pillar-card:hover[b-wdxg17ywt3] {
    border-color: rgba(255, 255, 255, 0.15);
}

.pillar-icon[b-wdxg17ywt3] {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1.8rem;
}

.icon-pillar-1[b-wdxg17ywt3] {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, transparent 100%);
    color: #00BCD4;
    border-color: rgba(0, 188, 212, 0.25);
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.1);
}

.icon-pillar-2[b-wdxg17ywt3] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, transparent 100%);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.1);
}

.icon-pillar-3[b-wdxg17ywt3] {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, transparent 100%);
    color: #4CAF50;
    border-color: rgba(76, 175, 80, 0.25);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.1);
}

.pillar-title[b-wdxg17ywt3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.pillar-desc[b-wdxg17ywt3] {
    color: #8fa0dd;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

.pillar-desc strong[b-wdxg17ywt3] {
    color: #ffffff;
}

/* Valores Fundacionales */
.values-section[b-wdxg17ywt3] {
    background: linear-gradient(180deg, #050814 0%, #03050b 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.val-box[b-wdxg17ywt3] {
    background: rgba(10, 17, 39, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.val-box:hover[b-wdxg17ywt3] {
    transform: translateY(-8px);
    background: rgba(10, 17, 39, 0.8);
    border-color: rgba(76, 175, 80, 0.3);
}

.val-icon[b-wdxg17ywt3] {
    color: #4CAF50;
    background: rgba(76, 175, 80, 0.1);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(76, 175, 80, 0.2);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.15);
}

.val-title[b-wdxg17ywt3] {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.val-desc[b-wdxg17ywt3] {
    color: #8fa0dd;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .section-title[b-wdxg17ywt3] {
        font-size: 2.1rem;
    }
    
    .section-desc[b-wdxg17ywt3] {
        font-size: 0.95rem;
        padding: 0 1rem;
    }
    
    .alliance-card[b-wdxg17ywt3] {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
    
    .alliance-icon[b-wdxg17ywt3] {
        margin: 0 auto;
    }
}
/* /Components/Sections/BentoGridSection.razor.rz.scp.css */
.section[b-f5qruj0mly] {
    background-color: #03050b; /* Fondo ultra oscuro */
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bento-grid[b-f5qruj0mly] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .bento-grid[b-f5qruj0mly] {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, minmax(200px, auto));
    }
    
    .bento-tall[b-f5qruj0mly] { grid-row: span 2; }
    .bento-wide[b-f5qruj0mly] { grid-column: span 2; }
}

/* Translucent Dark Bento Items */
.bento-item[b-f5qruj0mly] {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 17, 39, 0.7); /* Translúcido */
    overflow: hidden;
    position: relative;
    transition: transform var(--transition-bounce), border-color 0.4s ease, box-shadow 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.bento-item:hover[b-f5qruj0mly] {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 45px rgba(0,0,0,0.5);
}

.bento-content[b-f5qruj0mly] {
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bento-badge[b-f5qruj0mly] {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
}

.bento-badge.text-accent[b-f5qruj0mly] {
    color: #00BCD4 !important; /* Cyan */
}

.bento-badge.text-secondary[b-f5qruj0mly] {
    color: #4CAF50 !important; /* Verde */
}

.bento-title[b-f5qruj0mly] {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bento-desc[b-f5qruj0mly] {
    color: #8fa0dd; /* Lavanda suave */
    font-size: 0.95rem;
    flex-grow: 1;
    line-height: 1.6;
}

.mt-sm[b-f5qruj0mly] { margin-top: 0.5rem; }
.mt-md[b-f5qruj0mly] { margin-top: 1.5rem; }

.bento-visual[b-f5qruj0mly] {
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    height: 140px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.bar-chart[b-f5qruj0mly] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
}

.bar[b-f5qruj0mly] {
    width: 15%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px 4px 0 0;
    transition: height 1s ease-out;
}

.massive-number[b-f5qruj0mly] {
    font-family: var(--font-heading);
    font-weight: 800;
}
/* /Components/Sections/FeaturesSection.razor.rz.scp.css */
.section[b-uzqrh05nkm] {
    background-color: #050814;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mb-xl[b-uzqrh05nkm] { margin-bottom: 4rem; }
.gap-md[b-uzqrh05nkm] { gap: 2rem; }
.gap-lg[b-uzqrh05nkm] { gap: 3.5rem; }

.section-title[b-uzqrh05nkm] {
    color: #ffffff;
}

/* Feature Card Dark Theme */
.feature-card[b-uzqrh05nkm] {
    background: rgba(10, 17, 39, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 4px solid transparent;
    transition: transform var(--transition-bounce), border-color 0.3s;
}

.feature-card:hover[b-uzqrh05nkm] {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.15);
}

.feature-card h3[b-uzqrh05nkm] {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.feature-card p[b-uzqrh05nkm] {
    color: #8fa0dd;
}

.feature-icon[b-uzqrh05nkm] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.bg-primary-light[b-uzqrh05nkm] { background-color: rgba(0, 188, 212, 0.12); color: #00BCD4 !important; }
.bg-accent-light[b-uzqrh05nkm] { background-color: rgba(37, 99, 235, 0.12); color: #3b82f6 !important; }
.bg-secondary-light[b-uzqrh05nkm] { background-color: rgba(76, 175, 80, 0.12); color: #4CAF50 !important; }

.feature-desc[b-uzqrh05nkm] {
    font-size: 0.95rem;
    margin-top: 0.8rem;
    color: #8fa0dd;
    line-height: 1.6;
}

/* Divider glass */
.divider-line[b-uzqrh05nkm] {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 4rem 0;
}

/* Herramientas Styles */
.tool-row[b-uzqrh05nkm] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.tool-icon[b-uzqrh05nkm] {
    flex-shrink: 0;
    background: rgba(10, 17, 39, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    color: #00BCD4 !important; /* Iconos cyan */
}

.tool-title[b-uzqrh05nkm] {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.tool-desc[b-uzqrh05nkm] {
    color: #8fa0dd;
    font-size: 0.95rem;
    line-height: 1.6;
}
/* /Components/Sections/MedFarLabFooter.razor.rz.scp.css */
.footer[b-8wusgniqzz] {
    background: linear-gradient(180deg, #0a1127 0%, #03050b 100%);
    color: #8fa0dd;
    margin-top: auto;
    position: relative;
}

.pt-xl[b-8wusgniqzz] { padding-top: 4rem; }
.pb-lg[b-8wusgniqzz] { padding-bottom: 2.5rem; }

.footer-grid[b-8wusgniqzz] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .footer-grid[b-8wusgniqzz] {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 2rem;
    }
}

/* Brand area */
.brand-logo-area[b-8wusgniqzz] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-picture[b-8wusgniqzz] {
    border-radius: 12px;
    display: inline-block;
}

.footer-logo-img[b-8wusgniqzz] {
    height: 85px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo:hover .footer-logo-img[b-8wusgniqzz] {
    transform: scale(1.03);
}

.footer-slogan-text[b-8wusgniqzz] {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4CAF50; /* Verde Éxito de la marca */
    margin-top: 0.6rem;
    font-family: var(--font-heading);
}

.brand-desc[b-8wusgniqzz] {
    color: #8fa0dd;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 320px;
}

.brand-desc strong[b-8wusgniqzz] {
    color: #ffffff;
}

.social-icons[b-8wusgniqzz] {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}

.social-btn[b-8wusgniqzz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.03);
    color: #8fa0dd;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.social-btn:hover[b-8wusgniqzz] {
    background: linear-gradient(135deg, #00BCD4 0%, #4CAF50 100%);
    color: #050814;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

/* Menús de Navegación */
.footer-col[b-8wusgniqzz] {
    margin-top: 10px;
}

.footer-title[b-8wusgniqzz] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-links[b-8wusgniqzz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links a[b-8wusgniqzz] {
    color: #8fa0dd;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease, margin-left 0.3s ease;
}

.footer-links a:hover[b-8wusgniqzz] {
    color: #00BCD4;
    margin-left: 4px;
}

.icons-list a[b-8wusgniqzz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-icon[b-8wusgniqzz] {
    color: #00BCD4; /* Cyan neón */
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-links a:hover .footer-icon[b-8wusgniqzz] {
    transform: scale(1.15) rotate(-5deg);
    opacity: 1;
}

/* Copyright Bar (Fondo Oscuro Profundo) */
.footer-bottom[b-8wusgniqzz] {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: #010307;
}

.copyright[b-8wusgniqzz], .made-in[b-8wusgniqzz] {
    color: rgba(143, 160, 221, 0.6);
    font-size: 0.85rem;
    margin: 0;
}

.made-in strong[b-8wusgniqzz] {
    color: #ffffff;
}

.heart[b-8wusgniqzz] {
    display: inline-block;
    color: #4CAF50;
    animation: heartbeat-b-8wusgniqzz 2s infinite;
}

@keyframes heartbeat-b-8wusgniqzz {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}
/* /Components/Sections/MedFarLabHeader.razor.rz.scp.css */
.header[b-4y740981n4] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    height: 90px;
    display: flex;
    align-items: center;
    overflow: visible;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(5, 8, 20, 0.75); /* Translúcido oscuro */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.logo-container[b-4y740981n4] {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-logo-img[b-4y740981n4] {
    height: 78px; 
    width: auto;
    max-width: 350px;
    object-fit: contain;
    position: relative;
    z-index: 105;
    transition: all 0.3s ease;
}

.mobile-toggle[b-4y740981n4] {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 101;
    transition: transform 0.3s ease;
    margin-left: auto;
    color: #ffffff; /* Asegurar que el icono sea blanco */
}

.mobile-toggle:active[b-4y740981n4] {
    transform: scale(0.9);
}

/* MOBILE NAVIGATION */
.mobile-overlay[b-4y740981n4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 99;
    animation: fadeIn-b-4y740981n4 0.3s ease;
}

@keyframes fadeIn-b-4y740981n4 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.nav-links[b-4y740981n4] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 85%;
    max-width: 340px;
    background: rgba(10, 17, 39, 0.95); /* Fondo oscuro translúcido */
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 6rem 0 2rem;
    box-shadow: -10px 0 40px rgba(0,0,0,0.5);
    border-left: 1px solid rgba(255,255,255,0.08);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-links.active[b-4y740981n4] {
    transform: translateX(0);
}

.nav-links a:not(.btn)[b-4y740981n4] {
    display: block;
    padding: 1.2rem 2rem;
    color: #8fa0dd; /* Lavanda suave */
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: all 0.3s ease;
}

.nav-links a:not(.btn):hover[b-4y740981n4], .nav-links a:not(.btn):active[b-4y740981n4] {
    color: #00BCD4; /* Cyan */
    background: rgba(255,255,255,0.02);
    padding-left: 2.5rem;
}

.nav-cta[b-4y740981n4] {
    margin-top: 2rem;
    padding: 0 2rem;
    border-top: none;
    width: 100%;
}

.nav-cta .cta-btn[b-4y740981n4] {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 99px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(135deg, #00BCD4 0%, #4CAF50 100%); /* Gradiente Cyan a Verde */
    color: #050814 !important;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.nav-cta .cta-btn:hover[b-4y740981n4] {
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.5);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .mobile-toggle[b-4y740981n4] {
        display: block;
    }
    
    .header-logo-img[b-4y740981n4] {
        height: 52px;
    }
    
    .container[b-4y740981n4] {
        padding: 0 1rem;
    }
}

@media (min-width: 1025px) {
    .mobile-toggle[b-4y740981n4] { display: none; }
    
    .nav-links[b-4y740981n4] {
        position: static;
        flex-direction: row;
        align-items: center;
        height: auto;
        flex: 1;
        margin-left: 2rem;
        background: transparent;
        backdrop-filter: none;
        padding: 0;
        box-shadow: none;
        gap: 0.5rem;
        border-left: none;
        transform: none;
        overflow: visible;
    }
    
    .nav-links a:not(.btn)[b-4y740981n4] {
        font-size: 0.95rem;
        padding: 0.5rem 0.8rem;
        border-radius: 8px;
        white-space: nowrap;
    }
    
    .nav-links a:not(.btn):hover[b-4y740981n4] {
        background: rgba(255,255,255,0.03);
        color: #00BCD4 !important;
        transform: translateY(-2px);
    }
    
    .nav-cta[b-4y740981n4] {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        width: auto;
        margin-left: auto;
    }
    
    .nav-cta .cta-btn[b-4y740981n4] {
        width: auto;
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
        white-space: nowrap;
    }
}
/* /Components/Sections/PricingSection.razor.rz.scp.css */
.section[b-o1d3zpbwf4] {
    background-color: #050814;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-grid[b-o1d3zpbwf4] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    align-items: stretch;
}

@media (min-width: 900px) {
    .pricing-grid[b-o1d3zpbwf4] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Translucent Dark cards */
.pricing-card[b-o1d3zpbwf4] {
    background: rgba(10, 17, 39, 0.7);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s, box-shadow 0.4s;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.pricing-card:hover[b-o1d3zpbwf4] {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 45px rgba(0,0,0,0.5);
}

/* Highlighted optimal card: Cyan border & glow */
.pricing-card.highlighted[b-o1d3zpbwf4] {
    border: 2px solid #00BCD4 !important;
    transform: scale(1.03);
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 188, 212, 0.18);
}
.pricing-card.highlighted:hover[b-o1d3zpbwf4] {
    transform: scale(1.03) translateY(-8px);
}

.badge-pop[b-o1d3zpbwf4] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00BCD4;
    color: #050814;
    padding: 0.35rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-header[b-o1d3zpbwf4] {
    padding: 2.5rem 2rem 1.5rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.card-header.dark[b-o1d3zpbwf4] {
    background: rgba(0,0,0,0.2);
    padding-top: 3rem;
}

.card-header h4[b-o1d3zpbwf4] {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 1rem;
}

.price-block[b-o1d3zpbwf4] {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #ffffff;
}

.currency[b-o1d3zpbwf4] { font-size: 1.5rem; font-weight: 600; color: #00BCD4; }
.amount[b-o1d3zpbwf4] { font-size: 3.5rem; font-weight: 800; font-family: var(--font-heading); line-height: 1; margin: 0 0.2rem; }
.period[b-o1d3zpbwf4] { font-size: 0.95rem; color: #8fa0dd; font-weight: 500; }

.card-body[b-o1d3zpbwf4] {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.plan-desc[b-o1d3zpbwf4] {
    color: #8fa0dd;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-align: center;
}

.feature-list[b-o1d3zpbwf4] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list li[b-o1d3zpbwf4] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #8fa0dd;
}
.feature-list li strong[b-o1d3zpbwf4] {
    color: #ffffff;
}

.check[b-o1d3zpbwf4] { color: #4CAF50; font-weight: bold; }
.cross[b-o1d3zpbwf4] { color: #EF4444; font-weight: bold; opacity: 0.6; }

.limit-exceeded[b-o1d3zpbwf4] {
    color: #EF4444 !important;
}
.savings-highlight[b-o1d3zpbwf4] {
    color: #4CAF50 !important;
}

.card-footer[b-o1d3zpbwf4] {
    padding: 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.01);
}

/* Buttons style */
.btn-primary[b-o1d3zpbwf4] {
    background: linear-gradient(135deg, #00BCD4 0%, #4CAF50 100%) !important;
    color: #050814 !important;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3) !important;
}
.btn-primary:hover[b-o1d3zpbwf4] {
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.5) !important;
}

.btn-outline-dark[b-o1d3zpbwf4] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 100%;
    display: block;
}
.btn-outline-dark:hover[b-o1d3zpbwf4] {
    border-color: #00BCD4;
    color: #00BCD4;
    background: rgba(0, 188, 212, 0.05);
}

/* Calculator Card styles */
.calculator-card[b-o1d3zpbwf4] {
    background: rgba(10, 17, 39, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.profile-toggle-container[b-o1d3zpbwf4] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.toggle-btn[b-o1d3zpbwf4] {
    padding: 0.8rem 1.8rem;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    color: #8fa0dd;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.toggle-btn:hover[b-o1d3zpbwf4] {
    border-color: rgba(255,255,255,0.2);
    color: #ffffff;
}
.toggle-btn.active[b-o1d3zpbwf4] {
    background: linear-gradient(135deg, #00BCD4 0%, #4CAF50 100%);
    color: #050814;
    border-color: transparent;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.slider-wrapper[b-o1d3zpbwf4] {
    margin-top: 1.5rem;
}

.slider-header[b-o1d3zpbwf4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.volume-display[b-o1d3zpbwf4] {
    font-size: 1.6rem;
    font-weight: 800;
}

/* Custom styled Range Input */
.slider[b-o1d3zpbwf4] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transition: background 0.3s;
    margin: 1rem 0;
}

.slider[b-o1d3zpbwf4]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #00BCD4;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.8);
    transition: transform 0.1s, background 0.3s;
}

.slider[b-o1d3zpbwf4]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    background: #00E5FF;
}

.slider[b-o1d3zpbwf4]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #00BCD4;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.8);
    border: none;
    transition: transform 0.1s, background 0.3s;
}

.slider[b-o1d3zpbwf4]::-moz-range-thumb:hover {
    transform: scale(1.2);
    background: #00E5FF;
}

.slider-legend[b-o1d3zpbwf4] {
    display: flex;
    justify-content: space-between;
    color: rgba(143, 160, 221, 0.5);
    font-size: 0.8rem;
    font-weight: 500;
}
/* /Components/Sections/ProblemSolutionSection.razor.rz.scp.css */
.section[b-2mjlnhzyt3] {
    padding: 0;
    background-color: #050814;
}

.split-container[b-2mjlnhzyt3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #050814;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 900px) {
    .split-container[b-2mjlnhzyt3] { flex-direction: row; }
}

.split-pane[b-2mjlnhzyt3] {
    padding: 4rem 2rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 900px) {
    .split-pane[b-2mjlnhzyt3] { padding: 8rem 4rem; }
}

.pane-content[b-2mjlnhzyt3] {
    max-width: 500px;
    width: 100%;
}

.pane-title[b-2mjlnhzyt3] {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 800;
}

/* Panel Izquierdo (Problema - Caos) */
.pane-chaos[b-2mjlnhzyt3] {
    background-color: rgba(5, 8, 20, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 900px) {
    .pane-chaos[b-2mjlnhzyt3] {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: none;
    }
}

/* Panel Derecho (Solución - Orden) */
.pane-order[b-2mjlnhzyt3] {
    background-color: rgba(10, 17, 39, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.comparison-list[b-2mjlnhzyt3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li[b-2mjlnhzyt3] {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.icon[b-2mjlnhzyt3] {
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.text-negative[b-2mjlnhzyt3] { color: #EF4444; }
.bg-negative-light[b-2mjlnhzyt3] { background: rgba(239, 68, 68, 0.12); }

.bg-primary[b-2mjlnhzyt3] {
    background: linear-gradient(135deg, #00BCD4 0%, #4CAF50 100%);
    color: #050814;
}

.list-text strong[b-2mjlnhzyt3] {
    color: #ffffff;
    font-size: 1.15rem;
}

.list-text p[b-2mjlnhzyt3] {
    color: #8fa0dd;
    font-size: 0.95rem;
    margin-top: 0.2rem;
    line-height: 1.6;
}
/* /Components/Sections/SecuritySection.razor.rz.scp.css */
.security-section[b-8twlfrm49e] {
    background: linear-gradient(180deg, #050814 0%, #0a1127 100%);
    color: #ffffff;
    position: relative;
    padding: 6rem 0 8rem 0;
    overflow: hidden;
}

/* Background glow effect */
.security-section[b-8twlfrm49e]::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.06) 0%, rgba(37, 99, 235, 0.02) 60%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.container[b-8twlfrm49e] {
    position: relative;
    z-index: 2;
}

.security-desc[b-8twlfrm49e] {
    color: #8fa0dd;
    font-size: 1.2rem;
    line-height: 1.7;
}

.section-title[b-8twlfrm49e] {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #a3b8cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.security-icon-wrapper[b-8twlfrm49e] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #00BCD4;
    width: 100px;
    height: 100px;
}

.ripple[b-8twlfrm49e] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 2px solid rgba(0, 188, 212, 0.4);
    border-radius: 50%;
    animation: pulse-b-8twlfrm49e 2.5s infinite ease-out;
}
.ripple-2[b-8twlfrm49e] { animation-delay: 1.2s; }

@keyframes pulse-b-8twlfrm49e {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2); opacity: 0; }
}

/* Glass Panels for Modules */
.glass-panel[b-8twlfrm49e] {
    background: rgba(10, 17, 39, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.glass-panel:hover[b-8twlfrm49e] {
    transform: translateY(-5px);
    border-color: rgba(0, 188, 212, 0.25);
    box-shadow: 0 20px 40px rgba(0, 188, 212, 0.08);
}

.glass-panel.border-cyan:hover[b-8twlfrm49e] {
    border-color: rgba(0, 188, 212, 0.5);
    box-shadow: 0 20px 40px rgba(0, 188, 212, 0.12);
}

.glass-panel.border-blue:hover[b-8twlfrm49e] {
    border-color: rgba(37, 99, 235, 0.5);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

.glass-panel.border-green:hover[b-8twlfrm49e] {
    border-color: rgba(76, 175, 80, 0.5);
    box-shadow: 0 20px 40px rgba(76, 175, 80, 0.12);
}

.val-icon[b-8twlfrm49e] {
    width: 65px; height: 65px;
    border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.icon-cyan[b-8twlfrm49e] {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, transparent 100%);
    color: #00BCD4;
    border-color: rgba(0, 188, 212, 0.25);
}

.icon-blue[b-8twlfrm49e] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, transparent 100%);
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.25);
}

.icon-green[b-8twlfrm49e] {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, transparent 100%);
    color: #4CAF50;
    border-color: rgba(76, 175, 80, 0.25);
}

.icon-amber[b-8twlfrm49e] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, transparent 100%);
    color: #F59E0B;
    border-color: rgba(245, 158, 11, 0.25);
}

.module-desc[b-8twlfrm49e] {
    color: #8fa0dd;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Privacy Pact Card */
.privacy-pact-card[b-8twlfrm49e] {
    background: rgba(10, 17, 39, 0.65);
    border: 1px solid rgba(76, 175, 80, 0.25);
    border-radius: 24px;
    padding: 3rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 40px rgba(76, 175, 80, 0.05);
    transition: border-color 0.3s ease;
}

.privacy-pact-card:hover[b-8twlfrm49e] {
    border-color: rgba(76, 175, 80, 0.5);
    box-shadow: 0 20px 45px rgba(76, 175, 80, 0.1);
}

.privacy-pact-card p[b-8twlfrm49e] {
    color: #8fa0dd;
    line-height: 1.8;
    font-size: 1.05rem;
}
.privacy-pact-card strong[b-8twlfrm49e] {
    color: #ffffff;
}

.pact-seal[b-8twlfrm49e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 50px;
    color: #4CAF50;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Responsividad */
@media (max-width: 992px) {
    .security-section[b-8twlfrm49e] {
        padding: 4rem 0 6rem 0;
    }
    .security-modules[b-8twlfrm49e] {
        grid-template-columns: 1fr;
    }
    .section-title[b-8twlfrm49e] {
        font-size: 2.1rem;
    }
    .security-desc[b-8twlfrm49e] {
        font-size: 1.05rem;
    }
    .glass-panel[b-8twlfrm49e] {
        padding: 2rem !important;
    }
    .privacy-pact-card[b-8twlfrm49e] {
        padding: 2rem;
    }
    .privacy-pact-card p[b-8twlfrm49e] {
        font-size: 0.95rem;
    }
}
/* /Components/Sections/WorkflowSection.razor.rz.scp.css */
.workflow-section[b-rypnnwicro] {
    background-color: #050814; /* Deep dark blue background */
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

/* Background grid / glow effect for tech aesthetic */
.workflow-section[b-rypnnwicro]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.08) 0%, rgba(76, 175, 80, 0.03) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.container[b-rypnnwicro] {
    position: relative;
    z-index: 2;
}

.section-title[b-rypnnwicro] {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #a3b8cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-rypnnwicro] {
    color: #8fa0dd;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}

.wizard-container[b-rypnnwicro] {
    max-width: 1000px;
    margin: 3rem auto 0;
}

/* Wizard Tabs Container */
.wizard-tabs[b-rypnnwicro] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .wizard-tabs[b-rypnnwicro] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

/* Tab Card Stepper Button */
.wizard-tab-card[b-rypnnwicro] {
    background: rgba(10, 17, 39, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    width: 100%;
}

.wizard-tab-card:hover[b-rypnnwicro] {
    background: rgba(10, 17, 39, 0.7);
    border-color: rgba(0, 188, 212, 0.3);
    transform: translateY(-2px);
}

.wizard-tab-card.active[b-rypnnwicro] {
    background: rgba(10, 17, 39, 0.85);
    border-color: rgba(0, 188, 212, 0.6);
    box-shadow: 0 8px 30px rgba(0, 188, 212, 0.15), inset 0 0 12px rgba(0, 188, 212, 0.05);
}

/* Step Number Badge */
.card-step-num[b-rypnnwicro] {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(143, 160, 221, 0.4);
    transition: color 0.3s ease;
}

.wizard-tab-card.active .card-step-num[b-rypnnwicro] {
    color: #00BCD4;
    text-shadow: 0 0 10px rgba(0, 188, 212, 0.5);
}

/* Step Label Details */
.card-step-info[b-rypnnwicro] {
    display: flex;
    flex-direction: column;
}

.step-lbl[b-rypnnwicro] {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
    color: #a3b8cc;
    transition: color 0.3s ease;
}

.step-desc[b-rypnnwicro] {
    font-size: 0.85rem;
    color: rgba(143, 160, 221, 0.6);
}

.wizard-tab-card.active .step-lbl[b-rypnnwicro] {
    color: #ffffff;
}

.wizard-tab-card.active .step-desc[b-rypnnwicro] {
    color: #8fa0dd;
}

/* Progress indicator on the active card */
.card-progress-bar[b-rypnnwicro] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.03);
}

.card-progress[b-rypnnwicro] {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #00BCD4, #4CAF50);
}

.wizard-tab-card.active .card-progress.filling[b-rypnnwicro] {
    animation: fillBar-b-rypnnwicro 8.5s linear forwards;
}

.wizard-tab-card.active .card-progress[b-rypnnwicro] {
    width: 100%;
}

@keyframes fillBar-b-rypnnwicro {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* Glass Card Content Display */
.wizard-content-window[b-rypnnwicro] {
    padding: 2.5rem;
    background: rgba(10, 17, 39, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    min-height: 220px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-pane[b-rypnnwicro] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

@media (min-width: 600px) {
    .step-pane[b-rypnnwicro] {
        flex-direction: row;
        align-items: center;
    }
}

.step-icon[b-rypnnwicro] {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Icon specific styles with glowing gradient backgrounds */
.icon-medico[b-rypnnwicro] {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, rgba(33, 150, 243, 0.05) 100%);
    border-color: rgba(0, 188, 212, 0.3);
    color: #00BCD4;
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.15);
}

.icon-lab[b-rypnnwicro] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(3, 105, 161, 0.05) 100%);
    border-color: rgba(37, 99, 235, 0.3);
    color: #2563eb;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.15);
}

.icon-farmacia[b-rypnnwicro] {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-color: rgba(76, 175, 80, 0.3);
    color: #4CAF50;
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.15);
}

.step-text h4[b-rypnnwicro] {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.step-text p[b-rypnnwicro] {
    color: #8fa0dd;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Micro-interact: Fade Up keyframes */
.fade-in[b-rypnnwicro] {
    animation: fadeInUp-b-rypnnwicro 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInUp-b-rypnnwicro {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .workflow-section[b-rypnnwicro] {
        padding: 4rem 0;
    }
    
    .section-title[b-rypnnwicro] {
        font-size: 2rem;
    }
    
    .section-subtitle[b-rypnnwicro] {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .wizard-tabs[b-rypnnwicro] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .wizard-tab-card[b-rypnnwicro] {
        padding: 0.8rem 0.5rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.4rem;
        border-radius: 12px;
    }

    .card-step-num[b-rypnnwicro] {
        font-size: 1.1rem;
    }

    .card-step-info[b-rypnnwicro] {
        align-items: center;
    }

    .step-lbl[b-rypnnwicro] {
        font-size: 0.85rem;
        text-align: center;
    }

    .step-desc[b-rypnnwicro] {
        display: none; /* Hide description on mobile to save space */
    }

    .wizard-content-window[b-rypnnwicro] {
        padding: 1.8rem;
    }

    .step-pane[b-rypnnwicro] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.2rem;
    }

    .step-icon[b-rypnnwicro] {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .step-icon svg[b-rypnnwicro] {
        width: 28px;
        height: 28px;
    }

    .step-text h4[b-rypnnwicro] {
        font-size: 1.3rem;
    }

    .step-text p[b-rypnnwicro] {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}
