/* ======================================================
   Neeva Product Page – Elementor Widgets Stylesheet
   ====================================================== */

/* Google Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* ── Bento card hover lift ── */
.bento-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}

/* ── Hero button hover ── */
.np-btn1:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,.15); }
.np-btn2:hover { background: #000 !important; color: #fff !important; }

/* ── CTA buttons hover ── */
.np-cta-btn1:hover { transform: scale(1.05); }
.np-cta-btn2:hover { background: #faf8ff !important; color: #000 !important; }

/* ── Download card hover ── */
.np-dl-card:hover {
    border-color: #725c00 !important;
}
.np-dl-card:hover .material-symbols-outlined {
    color: #725c00 !important;
}
.np-dl-card:hover .np-dl-btn {
    background: #fed019 !important;
    color: #6f5900 !important;
}

/* ── Timeline vertical center line ── */
.np-timeline {
    position: relative;
}
.np-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #c6c6d0;
    transform: translateX(-50%);
}

/* ── Timeline image grayscale hover ── */
.np-phase-img {
    filter: grayscale(1);
    transition: filter 0.5s;
}
.np-phase-img:hover {
    filter: grayscale(0);
}

/* ── Right card hover opacity ── */
.np-right-card:hover .np-right-img {
    opacity: 1 !important;
}

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .np-benefits-grid { grid-template-columns: repeat(2,1fr) !important; }
    .np-cs-grid       { grid-template-columns: repeat(2,1fr) !important; }
    .np-dl-grid       { grid-template-columns: repeat(2,1fr) !important; }
}

@media (max-width: 768px) {
    /* Reduce section padding */
    .np-wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top:   60px !important;
        padding-bottom: 60px !important;
    }

    /* All horizontal layouts stack */
    .np-benefits-grid,
    .np-cs-grid,
    .np-dl-grid,
    .np-models-grid {
        grid-template-columns: 1fr !important;
    }

    /* Two-col flex wraps */
    .np-col-left,
    .np-col-right,
    .np-left-card,
    .np-right-card {
        width: 100% !important;
        min-width: unset !important;
    }

    /* Hero heading */
    .np-hero-h1 { font-size: 28px !important; line-height: 1.2 !important; }
    .np-hero-inner { padding: 0 !important; }

    /* CTA heading */
    .np-cta-h { font-size: 28px !important; }

    /* Specs table scroll */
    .np-table { min-width: 520px; }

    /* Timeline: hide vertical line on mobile */
    .np-timeline::before { display: none; }

    /* Timeline dots center */
    .np-timeline-dot {
        position: static !important;
        transform: none !important;
        margin: 0 auto 16px !important;
    }
}

@media (max-width: 480px) {
    .np-hero-h1 { font-size: 22px !important; }
    .np-cta-h   { font-size: 22px !important; }
    .np-card    { margin-bottom: 8px; }
    .np-benefits-grid { grid-template-columns: 1fr !important; }
}
