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

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

.ph-hero-inner {
    max-width: 580px;
    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;
}

.home-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

/* ── Subnav ── */
#parking_subnav .nav-link {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50px;
    color: rgba(255,255,255,0.88);
    font-weight: 500;
    font-size: 0.825rem;
    transition: background 0.15s, border-color 0.15s, transform 0.15s, color 0.15s;
    white-space: nowrap;
}

#parking_subnav .nav-link:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-1px);
    color: #ffffff;
}

#parking_subnav .nav-link.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #0f2456;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ── Come funziona – dash steps ── */
.dash-steps-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.dash-step-card {
    flex: 1 1 160px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 1rem;
    border-radius: 12px;
    gap: 0.5rem;
}

.dash-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dash-step-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-step-title {
    font-weight: 700;
    color: #0d6efd;
    margin: 0;
    font-size: 0.95rem;
}

.dash-step-desc {
    color: #4a5e82;
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.4;
}

.dash-step-arrow {
    color: #9ab0d4;
    font-size: 1rem;
    align-self: center;
    padding: 0 0.25rem;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .dash-step-arrow { display: none; }
    .dash-steps-row { gap: 0.75rem; }
    .dash-step-card { max-width: 100%; flex-basis: calc(50% - 0.75rem); }
}

@media (max-width: 575.98px) {
    .ph-hero { padding: 2rem 1.25rem 1.5rem; }
    #parking_subnav { flex-wrap: wrap !important; justify-content: center !important; }
    .dash-step-card { flex-basis: 100%; max-width: 100%; }
}

