﻿
/* ANPR Pay Parking product page banner */
.anpr-pay-parking-hero-image {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
}

.anpr-pay-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.02;
    margin: 0 0 16px;
    color: #ffffff;
}

.anpr-pay-banner-subtitle {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    color: #296DCC;
}

@media (max-width: 1399px) {
    .anpr-pay-banner-title {
        font-size: 42px;
    }

    .anpr-pay-banner-subtitle {
        font-size: 36px;
    }
    .anpr-pay-parking-hero-image {
        height: auto;
    }
}

@media (max-width: 991px) {
    .anpr-pay-banner-title {
        font-size: 34px;
        line-height: 1.08;
    }

    .anpr-pay-banner-subtitle {
        font-size: 28px;
        line-height: 1.15;
    }

    /*.anpr-pay-parking-hero-image {
        height: 420px;
    }*/
}

@media (max-width: 767px) {
    .anpr-pay-banner-title {
        font-size: 26px;
        line-height: 1.12;
        margin-bottom: 10px;
    }

    .anpr-pay-banner-subtitle {
        font-size: 21px;
        line-height: 1.18;
    }

    /*.anpr-pay-parking-hero-image {
        height: 320px;
    }*/
}

@media (max-width: 480px) {
    .anpr-pay-banner-title {
        font-size: 22px;
    }

    .anpr-pay-banner-subtitle {
        font-size: 18px;
    }
}

.anpr-overview-section {
    background: #ffffff;
    padding: 44px 0 28px;
}

.anpr-overview-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
}

.anpr-overview-badge {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 9px 26px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2472da;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: 'Manrope-Bold';
}

.anpr-overview-grid {
    display: grid;
    grid-template-columns: 462px 1fr;
    gap: 40px;
    align-items: start;
}

.anpr-overview-image {
    width: 100%;
    max-width: 462px;
    height: auto;
    border-radius: 14px;
    display: block;
}

.anpr-overview-title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

.anpr-overview-title span {
    color: #2472da;
}

.anpr-overview-copy {
    margin: 0 0 20px;
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.2px;
}

.anpr-overview-feature-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.anpr-overview-feature {
    display: flex;
    gap: 12px;
    align-items: center;
}

.anpr-overview-feature-index {
    min-width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #0e62dc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.2px;
}

.anpr-overview-feature-title {
    margin: 0 0 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

.anpr-overview-feature-copy {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

@media (max-width: 1399px) {
    .anpr-overview-grid {
        grid-template-columns: 380px 1fr;
    }

    .anpr-overview-container {
        max-width: 1220px;
    }
}

@media (max-width: 991px) {
    .anpr-overview-section {
        padding: 36px 0 20px;
    }

    .anpr-overview-container {
        padding: 0 20px;
    }

    .anpr-overview-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .anpr-overview-media {
        margin-top: 0;
    }

    .anpr-overview-image {
        margin:auto;
    }

    .anpr-overview-feature-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .anpr-overview-badge {
        padding: 8px 20px;
        font-size: 18px;
        margin-bottom: 14px;
    }

    .anpr-overview-title {
        font-size: 22px;
    }

    .anpr-overview-copy {
        font-size: 16px;
        line-height: 1.5;
    }

    .anpr-overview-feature-title {
        font-size: 16px;
    }

    .anpr-overview-feature-copy {
        font-size: 15px;
    }
}

.anpr-features-section {
    background: rgba(249, 250, 251, 0.75);
    padding: 14px 0 40px;
}

.anpr-features-inner {
    max-width: 1427px;
    margin: 0 auto;
}

.anpr-features-badge {
    width: 101px;
    height: 26px;
    margin: 0 auto 16px;
    padding: 10px;
    border-radius: 30px;
    background: #eff6ff;
    color: #2472da;
    font-size: 14px;
    font-family: 'Manrope-Bold';
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anpr-features-title {
    margin: 0 0 18px;
    text-align: center;
    color: #121212;
    font-size: 24px;
    font-family: 'Manrope-Bold';
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
}

.anpr-features-title span {
    color: #2472da;
}

.anpr-features-grid {
    display: flex;
    justify-content: center;
    gap: 47px;
    padding: 0 40px;
}

.anpr-feature-card {
    width: 185px;
    height: 165px;
    border-radius: 16px;
    border: 1px solid #246ae3;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anpr-feature-icon {
    display: block;
}

.anpr-feature-text {
    margin: 6px 0 0;
    text-align: center;
    color: #2465e9;
    font-size: 14px;
    font-family: 'Manrope-Bold';
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.anpr-feature-text-left {
    width: 156px;
    text-align: left;
}

@media (max-width: 1399px) {
    .anpr-features-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .anpr-features-section {
        padding: 14px 10px 30px;
    }

    .anpr-features-title {
        line-height: 34px;
        margin-bottom: 16px;
    }
}
