/* =========================================================
   HERO
========================================================= */

.prices-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.prices-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.prices-hero__eyebrow {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 22px;
}

.prices-hero__title {
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 800;
    margin: 0;
}

/* =========================================================
   MAIN SECTION
========================================================= */

.prices-main {
    padding: 100px 0;
    background: #f8fafc;
}

.prices-main__container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.prices-main__header {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #0d6efd;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.prices-main__header h2 {
    font-size: 3rem;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 25px;
    font-weight: 800;
}

.prices-main__header p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #4b5563;
    margin: 0;
}

/* =========================================================
   GRID
========================================================= */

.prices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* =========================================================
   CARD
========================================================= */

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 28px;
    padding: 35px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
    overflow: hidden;
    position: relative;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

.price-card__vehicle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 100px;
    background: #eff6ff;
    color: #0d6efd;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.price-card h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 18px;
    font-weight: 800;
}

.price-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px;
}

/* =========================================================
   RATES
========================================================= */

.price-card__rates {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.price-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.price-rate--featured {
    background: linear-gradient(135deg, #0d6efd 0%, #0047b3 100%);
    border: none;
}

.price-rate span {
    font-size: 0.95rem;
    color: #374151;
    font-weight: 700;
}

.price-rate strong {
    font-size: 1.6rem;
    color: #111827;
    font-weight: 800;
    line-height: 1;
}

.price-rate strong small {
    font-size: 0.8rem;
    font-weight: 700;
}

.price-rate--featured span,
.price-rate--featured strong,
.price-rate--featured strong small {
    color: #ffffff;
}

/* =========================================================
   BUTTON
========================================================= */

.price-card__footer {
    margin-top: auto;
}

.price-card__btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    transition: 0.3s ease;
}

.price-card__btn:hover {
    background: #0d6efd;
}

/* =========================================================
   NOTE
========================================================= */

.prices-note {
    padding: 0 0 100px;
    background: #f8fafc;
}

.prices-note__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.prices-note__box {
    background: #ffffff;
    border-radius: 28px;
    padding: 50px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.prices-note__box h2 {
    font-size: 2rem;
    color: #111827;
    margin-bottom: 20px;
    font-weight: 800;
}

.prices-note__box p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4b5563;
    margin: 0;
}

/* =========================================================
   CTA
========================================================= */

.prices-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0d6efd 0%, #0047b3 100%);
}

.prices-cta__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.prices-cta__box {
    text-align: center;
    color: #ffffff;
}

.prices-cta__box h2 {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 800;
}

.prices-cta__box p {
    max-width: 760px;
    margin: 0 auto 40px;
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
}

.prices-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-main-cta,
.btn-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 34px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-main-cta {
    background: #ffffff;
    color: #0d6efd;
}

.btn-whatsapp-cta {
    background: #25D366;
    color: #ffffff;
}

.btn-main-cta:hover,
.btn-whatsapp-cta:hover {
    transform: translateY(-3px);
}

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

@media (max-width: 1100px) {

    .prices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .prices-hero {
        min-height: 360px;
        padding: 90px 20px;
    }

    .prices-hero__title {
        font-size: 2.8rem;
    }

    .prices-main {
        padding: 80px 0;
    }

    .prices-main__header h2 {
        font-size: 2.3rem;
    }

    .prices-grid {
        grid-template-columns: 1fr;
    }

    .prices-note {
        padding-bottom: 80px;
    }

    .prices-note__box {
        padding: 40px 30px;
    }

    .prices-cta {
        padding: 80px 0;
    }

    .prices-cta__box h2 {
        font-size: 2.3rem;
    }
}

@media (max-width: 576px) {

    .prices-hero__title {
        font-size: 2.2rem;
    }

    .prices-main__header h2 {
        font-size: 2rem;
    }

    .price-card {
        padding: 28px;
    }

    .price-card h3 {
        font-size: 1.5rem;
    }

    .price-rate {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .prices-note__box h2 {
        font-size: 1.7rem;
    }

    .prices-cta__box h2 {
        font-size: 2rem;
    }

    .prices-cta__buttons {
        flex-direction: column;
    }

    .btn-main-cta,
    .btn-whatsapp-cta {
        width: 100%;
    }
}