/* ==========================================================================
   ESTILOS GENERALES Y RESET (PALETA VERDE PREMIUM TECH)
   ========================================================================== */
.vicon-bellabot-premium {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
    overflow-x: hidden;
    line-height: 1.6;
}

.nova-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

/* Títulos Centrados Modernos */
.nova-title-center {
    text-align: center;
    margin-bottom: 55px;
}

.nova-title-center h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b0f19;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.nova-underline {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #00b074 0%, #00875a 100%);
    margin: 0 auto;
    border-radius: 10px;
}

/* ==========================================================================
   ESTRUCTURA HERO: IMAGEN SUPERIOR CONFIGURADA Y CENTRADA
   ========================================================================== */
.nova-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
}

.nova-hero-media {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    /* Fondo negro integrado que unifica el espacio vacío del banner de cámaras */
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nova-hero-static-img {
    width: 100%;

    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.3s ease;
    will-change: transform;
    filter: contrast(1.02) brightness(0.98); 
}

/* Efecto sutil al pasar el cursor sobre el contenedor multimedia */
.nova-hero-media:hover .nova-hero-static-img {
    transform: scale(1.03);
    filter: contrast(1.05) brightness(1.02);
}

/* Bloque Inferior con Detalles de Diseño */
.nova-hero-content-block {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

/* Adornos visuales de esquina asimétricos */
.nova-hero-content-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 120px;
    height: 6px;
    background: #00b074;
    border-radius: 0 0 4px 4px;
}

.nova-hero-wrapper {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 50px;
    align-items: center;
}

/* Tipografías e Identidad del Hero */
.nova-hero-text .nova-brand {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #00b074;
    display: block;
    margin-bottom: 12px;
}

.nova-hero-text h1 {
    font-size: 3.25rem;
    font-weight: 800;
    color: #0b0f19;
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

/* Resaltado en Verde */
.nova-hero-text h1 span,
.nova-features-grid h3 span {
    color: #00b074;
    background: linear-gradient(120deg, #00b074 0%, #00875a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nova-hero-text .nova-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.4;
    margin-bottom: 22px;
}

.nova-hero-text .nova-desc {
    font-size: 1.05rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Botón Premium Verde */
.nova-btn {
    display: inline-block;
    background: linear-gradient(135deg, #00b074 0%, #009663 100%);
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 176, 116, 0.25);
    transition: all 0.25s ease;
}

.nova-btn:hover {
    background: linear-gradient(135deg, #009663 0%, #007d52 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 176, 116, 0.35);
}

.nova-hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nova-hero-img img {
    max-width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
}

/* ==========================================================================
   SECCIÓN DE PRODUCTOS / CARACTERÍSTICAS
   ========================================================================== */
.nova-features {
    padding: 90px 0;
    background-color: #ffffff;
}

.nova-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Tarjetas con micro-borde superior interactivo */
.nova-f-card {
    background-color: #ffffff;
    padding: 45px 35px;
    border-radius: 12px;
    border: 1px solid #eef0f4;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nova-f-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #00b074;
    border-radius: 12px 12px 0 0;
    transition: height 0.25s ease;
}

.nova-f-card:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(11, 15, 25, 0.06);
}

.nova-f-card:hover::before {
    height: 4px;
}

/* Contenedor del Icono Rediseñado */
.nova-f-num {
    width: 54px;
    height: 54px;
    background-color: #e6f7f1;
    color: #00b074;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.25s ease;
}

.nova-f-num i {
    font-size: 1.5rem;
}

.nova-f-card:hover .nova-f-num {
    background-color: #00b074;
    color: #ffffff;
}

.nova-f-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
}

.nova-f-card p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   FICHA TÉCNICA INDUSTRIAL
   ========================================================================== */
.nova-tech-specs {
    padding: 90px 0;
    background-color: #f7f9fc;
    border-top: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}

.nova-tech-wrapper {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.nova-tech-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.nova-tech-text h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0b0f19;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.nova-tech-text p {
    font-size: 1.05rem;
    color: #4b5563;
    margin-bottom: 35px;
}

/* Tabla limpia estilo Especificación Apple */
.nova-spec-table {
    display: flex;
    flex-direction: column;
}

.nova-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #eef0f4;
    font-size: 0.98rem;
}

.nova-spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    font-weight: 600;
    color: #0b0f19;
    padding-right: 25px;
}

.spec-value {
    color: #4b5563;
    text-align: right;
    font-weight: 500;
}

/* ==========================================================================
   SECCIÓN: GRABADORES Y GESTIÓN CENTRALIZADA
   ========================================================================== */
.nova-management {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.nova-management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.nova-m-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 12px;
    border: 1px solid #eef0f4;
    transition: transform 0.3s ease;
}

.nova-m-card:hover {
    transform: translateY(-5px);
}

.nova-m-num {
    font-size: 2rem;
    color: #00b074;
    margin-bottom: 20px;
}

.nova-m-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
}

.nova-m-card p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   LLAMADA A LA ACCIÓN FINAL (CTA)
   ========================================================================== */
.v-final-cta {
    padding: 40px 0 90px 0;
    background-color: #ffffff;
}

.v-cta-card {
    background: linear-gradient(135deg, #0b0f19 0%, #161f33 100%);
    padding: 60px 70px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

/* Detalle sutil de fondo del CTA */
.v-cta-card::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(0, 176, 116, 0.1);
    border-radius: 50%;
    bottom: -80px;
    right: -40px;
    pointer-events: none;
}

.v-cta-info h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.v-cta-info p {
    font-size: 1.1rem;
    margin: 0;
    color: #9ca3af;
}

.v-btn-white {
    display: inline-block;
    background-color: #00b074;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 176, 116, 0.2);
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

.v-btn-white:hover {
    background-color: #009663;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 176, 116, 0.3);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 992px) {
    .nova-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .nova-hero-img {
        order: -1;
    }
    
    .nova-hero-text h1 {
        font-size: 2.75rem;
    }

    .nova-tech-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    
    .v-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .nova-hero-media {
        height: 280px;
    }

    .nova-title-center h2 {
        font-size: 2rem;
    }
    
    .nova-spec-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .spec-value {
        text-align: left;
    }
}