/* /Components/Common/AppPageHeader.razor.rz.scp.css */
/* Styles migrated to Tailwind utilities in AppPageHeader.razor */

/* /Components/Common/AppSection.razor.rz.scp.css */
/* Styles migrated to Tailwind utilities in AppSection.razor */

/* /Components/Common/AppServiceCard.razor.rz.scp.css */
/* Styles migrated to Tailwind utilities in AppServiceCard.razor */

/* /Components/Common/AppTeamMemberCard.razor.rz.scp.css */
/* Styles migrated to Tailwind utilities in AppTeamMemberCard.razor */

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styles migrated to Tailwind utilities in MainLayout.razor */
/* /Components/Pages/Contacto.razor.rz.scp.css */
/* Styles migrated to Tailwind utilities in Contacto.razor */

@media (max-width: 960px) {
    .contact-section[b-v7a8plprf0] {
        padding-top: 0;
    }
}


[b-v7a8plprf0] .contact-card {
    background: rgba(30, 30, 60, 0.5) !important;
    border: 1px solid rgba(99, 102, 241, 0.1) !important;
    border-radius: 20px !important;
    padding: 16px !important;
}

.form-title[b-v7a8plprf0] {
    color: #f1f5f9 !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

.form-subtitle[b-v7a8plprf0] {
    color: rgba(148, 163, 184, 0.7) !important;
}

[b-v7a8plprf0] .submit-btn {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 14px 32px !important;
    border-radius: 12px !important;
    margin-top: 8px;
}

/* Contact Info Column */
.contact-info[b-v7a8plprf0] {
    padding: 8px 0 0 16px;
}

.info-title[b-v7a8plprf0] {
    color: #f1f5f9 !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

.info-subtitle[b-v7a8plprf0] {
    color: rgba(148, 163, 184, 0.7) !important;
}

.info-item[b-v7a8plprf0] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.info-icon[b-v7a8plprf0] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    flex-shrink: 0;
}

.info-label[b-v7a8plprf0] {
    color: #f1f5f9 !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.info-value[b-v7a8plprf0] {
    color: rgba(203, 213, 225, 0.7) !important;
    line-height: 1.5 !important;
}

.services-label[b-v7a8plprf0] {
    color: #818cf8 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem !important;
    margin-bottom: 12px !important;
}

.services-list[b-v7a8plprf0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-v7a8plprf0] .service-chip {
    color: rgba(203, 213, 225, 0.75) !important;
    border-color: rgba(99, 102, 241, 0.2) !important;
}

@media (max-width: 960px) {
    .contact-info[b-v7a8plprf0] {
        padding: 32px 0 0 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Hexagonal Artifact Animations ===== */

.hex-ring-outer[b-ecp7i0gni7] {
    transform-origin: 240px 240px;
    animation: hex-rotate 60s linear infinite;
}

.hex-inner-rotate[b-ecp7i0gni7] {
    transform-origin: 240px 240px;
    animation: hex-rotate 40s linear infinite reverse;
}

.hex-center[b-ecp7i0gni7] {
    animation: hex-pulse 6s ease-in-out infinite;
    transform-origin: 240px 240px;
}

.hex-outer[b-ecp7i0gni7] {
    animation: hex-pulse 5s ease-in-out infinite;
}
.hex-outer:nth-child(odd)[b-ecp7i0gni7] { animation-delay: 0.5s; }

.connector-line[b-ecp7i0gni7] {
    stroke-dasharray: 6 4;
    animation: dash-flow 2s linear infinite;
}

.dash-line[b-ecp7i0gni7] {
    animation: dash-flow 3s linear infinite;
}

.node[b-ecp7i0gni7] {
    animation: node-glow 3s ease-in-out infinite;
}
.node-1[b-ecp7i0gni7] { animation-delay: 0s; }
.node-2[b-ecp7i0gni7] { animation-delay: 0.5s; }
.node-3[b-ecp7i0gni7] { animation-delay: 1s; }
.node-4[b-ecp7i0gni7] { animation-delay: 1.5s; }
.node-5[b-ecp7i0gni7] { animation-delay: 2s; }
.node-6[b-ecp7i0gni7] { animation-delay: 2.5s; }

.node-center[b-ecp7i0gni7] {
    animation: node-glow 2s ease-in-out infinite;
}

.pulse-ring-anim[b-ecp7i0gni7] {
    animation: pulse-ring 3s ease-out infinite;
    transform-origin: 240px 240px;
}

/* ===== Section backgrounds ===== */

.process-section[b-ecp7i0gni7] {
    background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
}
/* /Components/Pages/Nosotros.razor.rz.scp.css */
.values-bg[b-54ii31fmgv] {
    background: rgba(15, 23, 42, 0.5);
    border-top: 1px solid rgba(99, 102, 241, 0.06);
}
}

.profile-role[b-54ii31fmgv] {
    color: #818cf8 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.profile-bio[b-54ii31fmgv] {
    color: rgba(203, 213, 225, 0.75) !important;
    line-height: 1.8 !important;
    text-align: left;
}

.profile-bio strong[b-54ii31fmgv] {
    color: #f1f5f9;
}

.profile-tags[b-54ii31fmgv] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 20px;
}

[b-54ii31fmgv] .tag-chip {
    color: #818cf8 !important;
    border-color: rgba(99, 102, 241, 0.25) !important;
    font-size: 0.72rem !important;
}

/* Values Section */
.values-section[b-54ii31fmgv] {
    background: rgba(15, 15, 36, 0.5);
    border-top: 1px solid rgba(99, 102, 241, 0.06);
}

.value-item[b-54ii31fmgv] {
    text-align: center;
    padding: 32px 16px;
}

[b-54ii31fmgv] .value-icon {
    color: #818cf8 !important;
    margin-bottom: 16px;
}

.value-title[b-54ii31fmgv] {
    color: #f1f5f9 !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.value-desc[b-54ii31fmgv] {
    color: rgba(203, 213, 225, 0.65) !important;
    line-height: 1.6 !important;
}
/* /Components/Pages/Servicios.razor.rz.scp.css */
.alt-service-bg[b-qzfzvdz801] {
    background: rgba(15, 23, 42, 0.5);
}

.cta-final-bg[b-qzfzvdz801] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.04) 0%, rgba(124, 58, 237, 0.04) 100%);
}
    text-align: center;
    max-width: 600px;
    margin: 0 auto !important;[b-qzfzvdz801]
}

.detail-text strong[b-qzfzvdz801] {
    color: #f1f5f9;
}

.feature-item[b-qzfzvdz801] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.feature-item .mud-typography[b-qzfzvdz801] {
    color: rgba(203, 213, 225, 0.75) !important;
}

[b-qzfzvdz801] .feature-check {
    color: #818cf8 !important;
    flex-shrink: 0;
}

/* CTA Final */
.cta-final-section[b-qzfzvdz801] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(139, 92, 246, 0.06) 100%);
}

.cta-final[b-qzfzvdz801] {
    text-align: center;
    padding: 40px 0;
}

.cta-final-title[b-qzfzvdz801] {
    color: #f1f5f9 !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.cta-final-subtitle[b-qzfzvdz801] {
    color: rgba(203, 213, 225, 0.7) !important;
    margin-bottom: 32px !important;
}

[b-qzfzvdz801] .cta-final-button {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 12px 32px !important;
    border-radius: 12px !important;
}
