/* Navenza Landing Page */

#nv-product-page {
    --nv-blue: #0e2f52;
    --nv-blue-2: #113f73;
    --nv-light: #f4f6f8;
    --nv-text: #133454;
    --nv-white: #ffffff;
}

#nv-product-page.navenza-page {
    width: 100%;
    background: var(--nv-white);
    color: var(--nv-text);
    overflow-x: clip;
}

#nv-product-page .nv-container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

#nv-product-page .nv-hero {
    position: relative;
    background: url('../images/navenza/banner-navenza.jpeg') center/cover no-repeat;
    min-height: 82vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#nv-product-page .nv-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 24, 44, 0.12), rgba(9, 24, 44, 0.42));
}

#nv-product-page .nv-hero-inner,
#nv-product-page .nv-hero-wave {
    position: relative;
    z-index: 2;
}

#nv-product-page .nv-hero-inner {
    padding: 120px 0 70px;
}

#nv-product-page .nv-hero-card {
    width: min(860px, 90%);
    margin: 0 auto;
    background: rgba(12, 46, 84, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    backdrop-filter: blur(5px);
    color: var(--nv-white);
    padding: 34px;
}

#nv-product-page .nv-hero-card h1 {
    margin: 0 0 8px;
    font-size: clamp(2.2rem, 4.6vw, 3.25rem);
    line-height: 1.02;
}

#nv-product-page .nv-hero-card p {
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.88rem);
    line-height: 1.25;
}

#nv-product-page .nv-hero-wave {
    background: var(--nv-blue);
    border-top-left-radius: 55% 68px;
    border-top-right-radius: 55% 68px;
    padding: 20px 0 18px;
}

#nv-product-page .nv-hero-claim {
    width: min(1120px, 92%);
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--nv-white);
    font-weight: 700;
}

#nv-product-page .nv-hero-claim i {
    font-size: 2rem;
}

#nv-product-page .nv-hero-claim p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.15;
}

#nv-product-page .nv-problem {
    background: var(--nv-white);
    padding: 56px 0 44px;
}

#nv-product-page .nv-problem-wrap {
    max-width: 900px;
    text-align: center;
}

#nv-product-page .nv-problem h2 {
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    line-height: 1.03;
    color: var(--nv-text);
}

#nv-product-page .nv-problem-lead {
    margin: 16px 0 0;
    font-size: clamp(1.15rem, 2vw, 2rem);
}

#nv-product-page .nv-problem-sublead {
    margin: 6px auto 0;
    max-width: 720px;
    font-size: clamp(1.02rem, 1.55vw, 1.6rem);
    line-height: 1.25;
}

#nv-product-page .nv-problem-list {
    list-style: none;
    margin: 18px auto 0;
    width: fit-content;
    text-align: left;
    padding: 0;
}

#nv-product-page .nv-problem-list li {
    margin: 8px 0;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-left: 26px;
}

#nv-product-page .nv-problem-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--nv-blue-2);
}

#nv-product-page .nv-vision {
    background: var(--nv-white);
}

#nv-product-page .nv-vision-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
}

#nv-product-page .nv-vision-copy {
    background: var(--nv-blue);
    color: var(--nv-white);
    padding: clamp(34px, 4.4vw, 70px);
}

#nv-product-page .nv-vision-copy h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3.9vw, 3.35rem);
    line-height: 1.02;
}

#nv-product-page .nv-vision-copy p {
    margin: 22px 0 0;
    font-size: clamp(1rem, 1.55vw, 1.54rem);
    line-height: 1.22;
}

#nv-product-page .nv-vision-media {
    min-height: 460px;
}

#nv-product-page .nv-vision-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#nv-product-page .nv-ecosystem {
    background: var(--nv-light);
    padding: 58px 0 50px;
}

#nv-product-page .nv-ecosystem h2 {
    margin: 0;
    text-align: center;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: var(--nv-text);
}

#nv-product-page .nv-eco-grid {
    margin: 34px auto 0;
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 14px;
    align-items: end;
    justify-items: center;
}

#nv-product-page .nv-eco-item {
    text-align: center;
}

#nv-product-page .nv-eco-item img {
    width: min(170px, 88%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
}

#nv-product-page .nv-eco-item h3 {
    margin: 0;
    color: var(--nv-text);
    font-size: clamp(1.05rem, 1.7vw, 2rem);
    line-height: 1.1;
}

#nv-product-page .nv-eco-item:nth-child(1),
#nv-product-page .nv-eco-item:nth-child(2),
#nv-product-page .nv-eco-item:nth-child(3) {
    position: relative;
}

#nv-product-page .nv-eco-item:nth-child(1)::after,
#nv-product-page .nv-eco-item:nth-child(2)::after {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 46%;
    transform: translateY(-50%);
    color: #2f77c7;
    font-size: 2rem;
    font-weight: 700;
}

#nv-product-page .nv-cta {
    background: var(--nv-blue);
    padding: 54px 0;
}

#nv-product-page .nv-cta-box {
    max-width: 860px;
    color: var(--nv-white);
}

#nv-product-page .nv-cta-box h2 {
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.03;
}

#nv-product-page .nv-cta-box p {
    margin: 10px 0 0;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1.22;
    max-width: 920px;
}

#nv-product-page .nv-cta-btn {
    display: inline-block;
    margin-top: 18px;
    background: var(--nv-white);
    color: var(--nv-blue);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
    border-radius: 14px;
    padding: 16px 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#nv-product-page .nv-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

#nv-product-page .nv-cta-box small {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    opacity: 0.88;
}

#nv-product-page .nv-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1300;
}

#nv-product-page .nv-modal.is-open {
    display: block;
}

body.nv-modal-open {
    overflow: hidden;
}

#nv-product-page .nv-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 16, 30, 0.76);
}

#nv-product-page .nv-modal__dialog {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 4vh auto;
    max-height: 92vh;
    overflow-y: auto;
    background: var(--nv-white);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

#nv-product-page .nv-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    color: #6e7280;
    cursor: pointer;
}

#nv-product-page .nv-modal__dialog h3 {
    margin: 0;
    font-size: 1.7rem;
    color: #1b2f4a;
}

#nv-product-page .nv-modal__subtitle {
    margin: 8px 0 18px;
    color: #4e5f78;
}

#nv-product-page .nv-modal__form {
    display: grid;
    gap: 14px;
}

#nv-product-page .nv-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#nv-product-page .nv-modal__field {
    display: grid;
    gap: 6px;
}

#nv-product-page .nv-modal__field label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #213954;
}

#nv-product-page .nv-modal__field input,
#nv-product-page .nv-modal__field textarea {
    width: 100%;
    border: 1px solid #ced8e6;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
}

#nv-product-page .nv-modal__captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

#nv-product-page .nv-modal__captcha-question {
    font-weight: 700;
    color: #1b2f4a;
}

#nv-product-page .nv-modal__captcha-row input {
    width: 130px;
}

#nv-product-page .nv-modal__feedback {
    min-height: 20px;
    font-size: 0.94rem;
}

#nv-product-page .nv-modal__feedback.is-error {
    color: #b42318;
}

#nv-product-page .nv-modal__feedback.is-success {
    color: #067647;
}

#nv-product-page .nv-modal__submit {
    border: 0;
    background: #1b77df;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
}

#nv-product-page .nv-modal__submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

#nv-product-page .nv-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1080px) {
    #nv-product-page .nv-hero-inner {
        padding: 96px 0 56px;
    }

    #nv-product-page .nv-vision-grid {
        grid-template-columns: 1fr;
    }

    #nv-product-page .nv-vision-media {
        min-height: 320px;
    }

    #nv-product-page .nv-eco-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #nv-product-page .nv-eco-item:nth-child(1)::after,
    #nv-product-page .nv-eco-item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    #nv-product-page .nv-modal__dialog {
        width: calc(100% - 20px);
        margin: 2vh auto;
        max-height: 94vh;
        padding: 18px;
    }

    #nv-product-page .nv-modal__grid {
        grid-template-columns: 1fr;
    }

    #nv-product-page .nv-modal__captcha-row {
        flex-direction: column;
        align-items: flex-start;
    }

    #nv-product-page .nv-modal__captcha-row input {
        width: 100%;
    }

    #nv-product-page .nv-hero {
        min-height: 520px;
    }

    #nv-product-page .nv-hero-inner {
        padding: 82px 0 44px;
    }

    #nv-product-page .nv-hero-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    #nv-product-page .nv-hero-wave {
        border-top-left-radius: 52% 50px;
        border-top-right-radius: 52% 50px;
        padding: 16px 0 14px;
    }

    #nv-product-page .nv-hero-claim {
        gap: 10px;
    }

    #nv-product-page .nv-hero-claim i {
        font-size: 1.5rem;
    }

    #nv-product-page .nv-hero-claim p {
        font-size: 1rem;
    }

    #nv-product-page .nv-problem {
        padding: 42px 0 34px;
    }

    #nv-product-page .nv-problem-sublead {
        line-height: 1.32;
    }

    #nv-product-page .nv-problem-list {
        width: 100%;
    }

    #nv-product-page .nv-problem-list li {
        padding-left: 24px;
    }

    #nv-product-page .nv-vision-copy {
        padding: 30px 22px;
    }

    #nv-product-page .nv-ecosystem {
        padding: 42px 0 36px;
    }

    #nv-product-page .nv-eco-grid {
        gap: 16px 10px;
    }

    #nv-product-page .nv-cta {
        padding: 36px 0;
    }

    #nv-product-page .nv-cta-btn {
        width: 100%;
        text-align: center;
        font-size: 1.28rem;
        padding: 14px 16px;
    }
}

@media (max-width: 480px) {
    #nv-product-page .nv-hero {
        min-height: 470px;
    }

    #nv-product-page .nv-hero-card {
        width: min(860px, calc(100% - 20px));
    }

    #nv-product-page .nv-problem-list li {
        margin: 7px 0;
        font-size: 0.95rem;
    }

    #nv-product-page .nv-eco-grid {
        grid-template-columns: 1fr;
    }

    #nv-product-page .nv-eco-item img {
        width: min(148px, 72%);
    }

    #nv-product-page .nv-cta-btn {
        font-size: 1.12rem;
    }

    #nv-product-page .nv-cta-box small {
        font-size: 0.9rem;
    }
}
