/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/parking-tariffe/parking-tariffe.css ***!
  \*****************************************************************************************************************************************/
footer, .footer { display: none !important; }

.ph-hero {
    padding: 3.5rem 1rem;
    text-align: center;
    background: linear-gradient(135deg, #0f2456 0%, #2c7be5 100%);
    border: none;
}

.ph-hero-inner {
    max-width: 600px;
    margin: 0 auto;
}

.ph-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
    .ph-hero {
        padding: 2rem 1.25rem 1.5rem;
    }
}

/* ── Lot card ── */
.tariff-lot-card .card-header {
    background: rgba(13, 110, 253, 0.06) !important;
}

.tariff-lot-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.tariff-lot-card .card-header h5 {
    color: #0f2456;
    font-weight: 700;
    font-size: 1.05rem;
}

/* ── Tariff sub-card ── */
.parking-sub-card {
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(13, 110, 253, 0.14) !important;
    border-radius: 0.65rem !important;
    box-shadow: 0 2px 10px rgba(15, 36, 86, 0.06) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.parking-sub-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(13, 110, 253, 0.14) !important;
}

.parking-sub-card .card-body {
    padding: 1.1rem 1.15rem;
}

.parking-sub-card h6.fw-bold {
    color: #0f2456;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

/* Price list */
.tariff-price-list {
    border-top: 1px solid rgba(13, 110, 253, 0.1);
    padding-top: 0.5rem;
    margin-top: 0.15rem;
}

.tariff-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(15, 36, 86, 0.1);
}

.tariff-price-row:last-child {
    border-bottom: none;
}

.tariff-price-hours {
    color: #6c757d;
    font-size: 0.82rem;
    font-weight: 500;
}

.tariff-price-amount {
    color: #0d6efd;
    font-weight: 700;
    font-size: 1rem;
}

/* Validity footer */
.tariff-validity {
    background: rgba(13, 110, 253, 0.05);
    border-radius: 0.4rem;
    padding: 0.45rem 0.65rem;
    margin-top: 0.75rem;
    color: #6c757d;
    font-size: 0.72rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .tariff-lot-card .card-body {
        padding: 1rem !important;
    }
}

