.parking-portal-page {
    --portal-content-max-width: 1600px;
}

.parking-portal-page .portal-site-header .navbar > .container,
.parking-portal-page .portal-site-header .navbar > .container-fluid {
    width: min(var(--portal-content-max-width), 100%);
    max-width: none;
}

.qntra-home {
    --home-ink: #0b2545;
    --home-ink-soft: #183e6d;
    --home-blue: #2c67b4;
    --home-blue-soft: #eaf2fc;
    --home-mint: #69d5be;
    --home-mint-soft: #e8f8f4;
    --home-coral: #f28b72;
    --home-paper: #ffffff;
    --home-canvas: #f3f7fb;
    --home-line: #dce7f0;
    --home-muted: #62798e;
    --home-availability-green: #16845f;
    --home-availability-green-soft: #e8f7ef;
    --home-availability-yellow: #a66b00;
    --home-availability-yellow-map: #d49a00;
    --home-availability-yellow-soft: #fff0df;
    --home-availability-red: #d34e53;
    --home-availability-red-soft: #fff0f0;
    --home-availability-pending: #526d88;
    --home-availability-pending-soft: #eef3f8;
    --home-availability-neutral: #7890a7;
    --home-shadow: 0 24px 70px rgba(11, 37, 69, 0.1);
    width: min(var(--portal-content-max-width, 1600px), calc(100% - 40px));
    margin: 0 auto;
    padding: 20px 0 64px;
    color: var(--home-ink);
}

.qntra-home *,
.qntra-home *::before,
.qntra-home *::after {
    box-sizing: border-box;
}

.qntra-home [hidden] {
    display: none !important;
}

.home-coming-soon-message {
    margin: 16px 0;
    color: var(--home-muted);
}

.home-card-action.is-disabled {
    color: var(--home-availability-pending);
    background: var(--home-availability-pending-soft);
    cursor: default;
}

.home-map-legend-item.is-pending > span {
    background: var(--home-availability-pending);
}

.home-live-status.is-pending {
    color: var(--home-availability-pending);
    background: var(--home-availability-pending-soft);
}

.home-live-status.is-pending > span {
    background: var(--home-availability-pending);
    box-shadow: none;
}

.home-hero {
    position: relative;
    display: grid;
    min-height: 410px;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: 38px;
    overflow: hidden;
    padding: 42px 48px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 82% 16%, rgba(105, 213, 190, 0.2), transparent 25%),
        radial-gradient(circle at 8% 88%, rgba(44, 103, 180, 0.42), transparent 30%),
        var(--home-ink);
    box-shadow: 0 24px 66px rgba(11, 37, 69, 0.18);
    color: #ffffff;
    isolation: isolate;
}

.home-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), #000);
}

.home-hero::after {
    position: absolute;
    z-index: -1;
    top: -90px;
    right: -110px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 48px rgba(255, 255, 255, 0.025),
        0 0 0 96px rgba(255, 255, 255, 0.018);
    content: "";
}

.home-watch-feedback {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 13px 16px;
    border: 1px solid #bfe3da;
    border-radius: 14px;
    background: #edf9f6;
    color: #256b5c;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.45;
}

.home-watch-feedback.is-error {
    border-color: #ead5cf;
    background: #fbf5f3;
    color: #805b53;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
}

.home-eyebrow,
.home-section-eyebrow {
    margin: 0 0 14px;
    color: var(--home-blue);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #9ce4d5;
}

.home-eyebrow strong {
    color: #ffffff;
    font-weight: 900;
}

.home-eyebrow-mark {
    width: 28px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--home-mint);
}

.home-hero h1 {
    max-width: 690px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.home-hero-lead {
    max-width: 650px;
    margin: 18px 0 0;
    color: #d5e3f0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.home-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 19px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.home-button:hover,
.home-button:focus-visible {
    transform: translateY(-2px);
    text-decoration: none;
}

.home-button-primary {
    background: #ffffff;
    color: var(--home-ink);
}

.home-button-primary:hover,
.home-button-primary:focus-visible {
    background: var(--home-mint-soft);
    color: var(--home-ink);
}

.home-button-quiet {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;
}

.home-button-quiet:hover,
.home-button-quiet:focus-visible {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.home-button-dark {
    background: var(--home-ink);
    color: #ffffff;
}

.home-button-dark:hover,
.home-button-dark:focus-visible {
    background: var(--home-ink-soft);
    color: #ffffff;
}

.home-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.home-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b8cce0;
    font-size: 0.76rem;
    font-weight: 800;
}

.home-trust-list i {
    color: var(--home-mint);
}

.home-network-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 28px 70px rgba(3, 18, 37, 0.27);
    color: var(--home-ink);
    backdrop-filter: blur(12px);
}

.home-network-card-top {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.home-network-logo {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 1rem;
}

.home-network-card-top small,
.home-network-card-top strong,
.home-network-route small,
.home-network-route strong {
    display: block;
}

.home-network-card-top small,
.home-network-route small {
    margin-bottom: 2px;
    color: var(--home-muted);
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-network-card-top strong {
    overflow: hidden;
    color: var(--home-ink);
    font-size: 1.05rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-live-status {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--home-mint-soft);
    color: #247b68;
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-live-status > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35a98f;
    box-shadow: 0 0 0 4px rgba(53, 169, 143, 0.13);
}

.home-network-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #f8fbfe;
}

.home-network-metrics > div {
    min-width: 0;
    padding: 14px 11px;
}

.home-network-metrics > div + div {
    border-left: 1px solid var(--home-line);
}

.home-network-metrics span,
.home-network-metrics small {
    display: block;
}

.home-network-metrics span {
    color: var(--home-ink);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-network-metrics small {
    margin-top: 7px;
    color: var(--home-muted);
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.35;
}

.home-network-route {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 11px;
    border-radius: 15px;
    background: var(--home-ink);
    color: #ffffff;
}

.home-network-route > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(105, 213, 190, 0.16);
    color: var(--home-mint);
}

.home-network-route small {
    color: #9bb3ca;
}

.home-network-route strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-network-phone {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 12px 0 -8px;
}

.home-network-phone span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cad8e5;
}

.home-network-phone span:first-child {
    width: 20px;
    border-radius: 999px;
    background: var(--home-blue);
}

.home-experience,
.home-account-banner {
    margin-top: 72px;
}

.home-locations {
    margin-top: 52px;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
}

.home-section-heading > div:first-child {
    max-width: 720px;
}

.home-section-heading h2,
.home-experience h2,
.home-account-banner h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.home-section-heading > div:first-child > p:last-child,
.home-map-heading > div > p:last-child,
.home-account-banner p:not(.home-section-eyebrow) {
    margin: 13px 0 0;
    color: var(--home-muted);
    font-size: 0.97rem;
    line-height: 1.65;
}

.home-heading-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.home-location-count,
.home-all-partners-link {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 900;
    white-space: nowrap;
}

.home-location-count {
    background: var(--home-blue-soft);
    color: var(--home-blue);
}

.home-all-partners-link {
    border: 1px solid var(--home-line);
    background: #ffffff;
    color: var(--home-ink);
    text-decoration: none;
}

.home-all-partners-link:hover,
.home-all-partners-link:focus-visible {
    border-color: #b9cce0;
    background: var(--home-blue-soft);
    color: var(--home-ink);
    text-decoration: none;
}

.home-mobile-swipe-note {
    display: none;
}

.home-partner-index {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 30px;
    padding: 14px 16px;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: var(--home-canvas);
}

.home-partner-index-label {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: var(--home-ink-soft);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-partner-index-label i {
    color: var(--home-blue);
}

.home-partner-index nav {
    display: flex;
    width: auto;
    min-width: 0;
    margin: 0;
    background: transparent;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.home-partner-index a {
    display: grid;
    min-height: 44px;
    grid-template-columns: 28px auto;
    align-items: center;
    column-gap: 8px;
    padding: 6px 12px 6px 7px;
    border: 1px solid var(--home-line);
    border-radius: 13px;
    background: var(--home-paper);
    color: var(--home-ink);
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.home-partner-index a:hover,
.home-partner-index a:focus-visible {
    border-color: #b9cce0;
    background: var(--home-blue-soft);
    color: var(--home-ink);
    text-decoration: none;
    transform: translateY(-1px);
}

.home-partner-index a > span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--home-ink);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
}

.home-partner-index a strong {
    align-self: end;
    font-size: 0.76rem;
    line-height: 1.1;
}

.home-partner-index a small {
    align-self: start;
    color: var(--home-muted);
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.1;
}

.home-parking-groups {
    display: grid;
    gap: 46px;
}

.home-partner-group {
    min-width: 0;
    scroll-margin-top: 24px;
}

.home-partner-group-header {
    display: grid;
    background: transparent;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
    padding: 0 2px 13px;
    border-bottom: 2px solid var(--home-line);
}

.home-partner-group-mark {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--home-ink);
    box-shadow: 0 8px 18px rgba(11, 37, 69, 0.12);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

.home-partner-group-header small {
    display: block;
    margin-bottom: 2px;
    color: var(--home-muted);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-partner-group-header h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.home-partner-group-count {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 0.68rem;
    font-weight: 900;
    white-space: nowrap;
}

.home-parking-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-parking-card {
    display: flex;
    min-width: 0;
    min-height: 335px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: 23px;
    background: var(--home-paper);
    box-shadow: 0 13px 34px rgba(11, 37, 69, 0.055);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-parking-card:hover {
    transform: translateY(-4px);
    border-color: #bfd0e1;
    box-shadow: 0 22px 48px rgba(11, 37, 69, 0.1);
}

.home-card-topline {
    display: flex;
    min-height: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-card-badge,
.home-card-availability {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-card-badge {
    color: #31816f;
}

.home-card-badge i {
    color: #4eaa95;
}

.home-card-availability {
    min-height: 26px;
    padding: 6px 8px;
    border-radius: 999px;
}

.home-card-availability > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.home-card-availability.is-available {
    background: var(--home-availability-green-soft);
    color: var(--home-availability-green);
}

.home-card-availability.is-available > span {
    background: var(--home-availability-green);
}

.home-card-availability.is-limited {
    border: 1px solid rgba(180, 83, 9, 0.18);
    background: var(--home-availability-yellow-soft);
    color: var(--home-availability-yellow);
}

.home-card-availability.is-limited > span {
    background: var(--home-availability-yellow);
}

.home-card-availability.is-full {
    border: 1px solid rgba(211, 78, 83, 0.16);
    background: var(--home-availability-red-soft);
    color: var(--home-availability-red);
}

.home-card-availability.is-full > span {
    background: var(--home-availability-red);
}

.home-card-availability.is-pending {
    border: 1px solid rgba(82, 109, 136, 0.18);
    background: var(--home-availability-pending-soft);
    color: var(--home-availability-pending);
}

.home-card-availability.is-pending > span {
    background: var(--home-availability-pending);
}

.home-card-title-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    margin-top: 20px;
}

.home-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce8f5;
    border-radius: 15px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 1rem;
    font-weight: 900;
}

.home-card-title-row h3 {
    margin: 1px 0 0;
    color: var(--home-ink);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.018em;
    line-height: 1.25;
}

.home-card-title-row p {
    display: -webkit-box;
    margin: 7px 0 0;
    overflow: hidden;
    color: var(--home-muted);
    font-size: 0.77rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-card-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
    padding: 20px 0 17px;
}

.home-card-meta > span {
    min-width: 0;
}

.home-card-meta small,
.home-card-meta strong {
    display: block;
}

.home-card-meta small {
    margin-bottom: 5px;
    color: #8295a6;
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-card-meta strong {
    color: var(--home-ink);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.25;
}

.home-card-meta em {
    color: var(--home-muted);
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 700;
}

.home-card-watch {
    margin: 0 0 10px;
}

.home-card-watch form {
    margin: 0;
}

.home-watch-button {
    display: grid;
    width: 100%;
    min-height: 52px;
    grid-template-columns: 20px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border: 1px solid #cdddea;
    border-radius: 12px;
    background: #f5f9fd;
    color: var(--home-ink);
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.home-watch-button > i:first-child {
    color: var(--home-blue);
    font-size: 1rem;
    text-align: center;
}

.home-watch-button > i:last-child {
    color: #7890a4;
    font-size: 0.7rem;
    text-align: center;
}

.home-watch-button span,
.home-watch-button strong,
.home-watch-button small {
    display: block;
    min-width: 0;
}

.home-watch-button strong {
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.3;
}

.home-watch-button small {
    margin-top: 2px;
    color: var(--home-muted);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-watch-button:hover,
.home-watch-button:focus-visible {
    border-color: #adc6dc;
    background: var(--home-blue-soft);
    color: var(--home-ink);
    text-decoration: none;
    transform: translateY(-1px);
}

.home-watch-button:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.home-watch-button.is-active {
    border-color: #b8e1d7;
    background: #edf9f6;
    color: #215f53;
}

.home-watch-button.is-active > i {
    color: #31816f;
}

.home-watch-inline-message {
    margin: 8px 2px 0;
    color: #256b5c;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.4;
}

.home-watch-inline-message.is-error {
    color: #805b53;
}

.home-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #e8eef4;
}

.home-map-focus,
.home-card-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 11px;
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.home-map-focus {
    border: 1px solid #d5e2ee;
    background: #ffffff;
    color: var(--home-ink);
}

.home-map-focus:hover,
.home-map-focus:focus-visible {
    border-color: #b8cce0;
    background: var(--home-blue-soft);
}

.home-card-action {
    border: 1px solid var(--home-ink);
    background: var(--home-ink);
    color: #ffffff;
}

.home-card-action:hover,
.home-card-action:focus-visible {
    background: var(--home-ink-soft);
    color: #ffffff;
    text-decoration: none;
}

.home-empty-state {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 26px;
    border: 1px dashed #b9cadb;
    border-radius: 22px;
    background: #ffffff;
}

.home-empty-state > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
}

.home-empty-state h3,
.home-empty-state p {
    margin: 0;
}

.home-empty-state h3 {
    color: var(--home-ink);
    font-size: 1.05rem;
    font-weight: 900;
}

.home-empty-state p {
    margin-top: 5px;
    color: var(--home-muted);
    font-size: 0.84rem;
}

.home-empty-state a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: var(--home-blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.home-partner-picker {
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid #cfdeeb;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, #f3f8fd);
    box-shadow: 0 12px 32px rgba(11, 37, 69, 0.06);
}

.home-partner-picker summary {
    display: grid;
    min-height: 76px;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    color: var(--home-ink);
    cursor: pointer;
    list-style: none;
}

.home-partner-picker summary::-webkit-details-marker {
    display: none;
}

.home-partner-picker summary:hover {
    background: rgba(234, 242, 252, 0.58);
}

.home-partner-picker-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
}

.home-partner-picker summary strong,
.home-partner-picker summary small {
    display: block;
}

.home-partner-picker summary strong {
    font-size: 0.9rem;
    font-weight: 900;
}

.home-partner-picker summary small {
    margin-top: 3px;
    color: var(--home-muted);
    font-size: 0.7rem;
    font-weight: 750;
}

.home-partner-picker-chevron {
    color: #7890a4;
    font-size: 0.75rem;
    transition: transform 160ms ease;
}

.home-partner-picker[open] .home-partner-picker-chevron {
    transform: rotate(180deg);
}

.home-partner-picker-panel {
    padding: 0 18px 18px;
    border-top: 1px solid var(--home-line);
}

.home-partner-picker-panel > p {
    margin: 15px 0 12px;
    color: var(--home-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-partner-picker-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-partner-picker-option {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    background: #ffffff;
    color: var(--home-ink);
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.home-partner-picker-option:hover,
.home-partner-picker-option:has(input:focus-visible) {
    border-color: #adc6dc;
    background: var(--home-blue-soft);
}

.home-partner-picker-option:has(input:checked) {
    border-color: #9cd5c8;
    background: var(--home-mint-soft);
}

.home-partner-picker-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.home-partner-picker-check {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfd0df;
    border-radius: 8px;
    background: #ffffff;
    color: transparent;
    font-size: 0.65rem;
}

.home-partner-picker-option input:checked + .home-partner-picker-check {
    border-color: #31816f;
    background: #31816f;
    color: #ffffff;
}

.home-partner-picker-option strong,
.home-partner-picker-option small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-partner-picker-option strong {
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.35;
}

.home-partner-picker-option small {
    margin-top: 3px;
    color: var(--home-muted);
    font-size: 0.66rem;
    line-height: 1.35;
    white-space: nowrap;
}

.home-map-section {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.home-map-heading > div {
    max-width: 720px;
}

.home-map-heading h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.home-map-reset {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #d4e1ed;
    border-radius: 12px;
    background: #ffffff;
    color: var(--home-ink);
    font-family: inherit;
    font-size: 0.74rem;
    font-weight: 900;
    white-space: nowrap;
}

.home-map-reset:hover:not(:disabled),
.home-map-reset:focus-visible:not(:disabled) {
    border-color: #b7cadc;
    background: var(--home-blue-soft);
}

.home-map-reset:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.home-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: -3px 0 17px;
}

.home-map-legend-item {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: var(--home-paper);
    color: var(--home-ink-soft);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.home-map-legend-item > span {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.home-map-legend-item.is-available > span {
    background: var(--home-availability-green);
}

.home-map-legend-item.is-limited > span {
    background: var(--home-availability-yellow-map);
}

.home-map-legend-item.is-full > span {
    background: var(--home-availability-red);
}

.home-map-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid #cedce9;
    border-radius: 22px;
    background: #e8eef3;
}

.home-map {
    z-index: 1;
    width: 100%;
    height: 500px;
    background: #e8eef3;
}

.home-map:focus-visible {
    outline: 4px solid rgba(44, 103, 180, 0.28);
    outline-offset: -4px;
}

.home-map-empty-note {
    position: absolute;
    z-index: 500;
    top: 18px;
    left: 18px;
    display: inline-flex;
    max-width: calc(100% - 90px);
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 13px;
    background: rgba(11, 37, 69, 0.92);
    box-shadow: 0 14px 30px rgba(11, 37, 69, 0.22);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.home-map-empty-note i {
    color: var(--home-mint);
}

.home-map-fallback {
    min-height: 360px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    padding: 32px;
    color: var(--home-muted);
    text-align: center;
}

.home-map-fallback:not([hidden]) {
    display: flex;
}

.home-map-fallback i {
    color: var(--home-blue);
    font-size: 1.7rem;
}

.home-map-fallback strong {
    color: var(--home-ink);
    font-size: 1rem;
}

.home-map-fallback span,
.home-map-noscript {
    font-size: 0.8rem;
}

.home-map-noscript {
    margin: 12px 0 0;
    color: var(--home-muted);
    text-align: center;
}

.home-map-marker {
    --home-map-marker-status: var(--home-availability-neutral);
    border: 0;
    background: transparent;
}

.home-map-marker.is-available,
.home-map-cluster.is-available {
    --home-map-marker-status: var(--home-availability-green);
}

.home-map-marker.is-limited,
.home-map-cluster.is-limited {
    --home-map-marker-status: var(--home-availability-yellow-map);
}

.home-map-marker.is-full,
.home-map-cluster.is-full {
    --home-map-marker-status: var(--home-availability-red);
}

.home-map-marker.is-pending,
.home-map-cluster.is-pending {
    --home-map-marker-status: var(--home-availability-pending);
}

.home-map-marker > span {
    position: relative;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--home-map-marker-status);
    border-radius: 50%;
    background: var(--home-ink);
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.98),
        0 8px 20px rgba(11, 37, 69, 0.35);
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.home-map-marker.is-selected > span,
.home-map-marker:hover > span {
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.98),
        0 12px 26px rgba(11, 37, 69, 0.3);
    transform: scale(1.07);
}

.home-map-marker > span::after {
    position: absolute;
    z-index: -1;
    bottom: -9px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-right: 6px solid var(--home-map-marker-status);
    border-bottom: 6px solid var(--home-map-marker-status);
    background: var(--home-ink);
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

.home-map-marker > .partner-map-marker-branded,
.home-map-marker > .partner-map-marker-branded::after {
    background: var(--home-paper);
}

.home-map-marker .partner-map-marker-logo {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
}

.home-map-marker .partner-map-marker-kaufland .partner-map-marker-logo {
    width: 22px;
    height: 22px;
    border-radius: 3px;
}

.home-map-cluster {
    --home-map-marker-status: var(--home-availability-neutral);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--home-map-marker-status);
    border-radius: 50%;
    background: var(--home-blue);
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.98),
        0 9px 24px rgba(11, 37, 69, 0.3);
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 900;
}

.home-map-cluster span {
    line-height: 1;
}

.home-map-shell .leaflet-control-zoom {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(11, 37, 69, 0.2);
}

.home-map-shell .leaflet-control-zoom a {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--home-ink);
    font-family: "Nunito", sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
}

.home-map-shell .leaflet-control-zoom a + a {
    border-top: 1px solid var(--home-line);
}

.home-map-shell .leaflet-control-attribution {
    padding: 3px 7px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 0.62rem;
}

.home-map-shell .leaflet-popup-content-wrapper {
    overflow: hidden;
    border-radius: 21px;
    box-shadow: 0 22px 55px rgba(11, 37, 69, 0.24);
}

.home-map-shell .leaflet-popup-content {
    margin: 0;
    width: auto !important;
}

.home-map-shell .leaflet-popup-close-button {
    top: 7px;
    right: 7px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--home-muted);
    font-size: 1.25rem;
}

.home-map-popup {
    min-width: 320px;
    padding: 20px;
    color: var(--home-ink);
    font-family: "Nunito", sans-serif;
}

.home-map-popup-identity {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-right: 16px;
}

.home-map-popup-brand {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-line);
    border-radius: 13px;
    background: var(--home-blue-soft);
    color: var(--home-blue);
    font-size: 0.95rem;
    font-weight: 900;
}

.home-map-popup-brand.partner-map-marker-branded {
    background: var(--home-paper);
}

.home-map-popup-brand .partner-map-marker-logo {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    object-fit: contain;
}

.home-map-popup-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: var(--home-blue);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-map-popup-identity strong {
    display: block;
    color: var(--home-ink);
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.25;
}

.home-map-popup-status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--home-blue-soft);
    color: var(--home-availability-neutral);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-map-popup-status > span:first-child {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
}

.home-map-popup-status.is-available {
    background: var(--home-availability-green-soft);
    color: var(--home-availability-green);
}

.home-map-popup-status.is-limited {
    background: var(--home-availability-yellow-soft);
    color: var(--home-availability-yellow);
}

.home-map-popup-status.is-full {
    background: var(--home-availability-red-soft);
    color: var(--home-availability-red);
}

.home-map-popup-status.is-pending {
    background: var(--home-availability-pending-soft);
    color: var(--home-availability-pending);
}

.home-map-popup-address {
    margin: 9px 0 0;
    color: var(--home-muted);
    font-size: 0.75rem;
    line-height: 1.45;
}

.home-map-popup-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 15px;
}

.home-map-popup-metric {
    min-width: 0;
    padding: 11px 10px;
    border: 1px solid var(--home-line);
    border-radius: 13px;
    background: #f8fbfe;
}

.home-map-popup-metric > span,
.home-map-popup-metric > strong,
.home-map-popup-metric > small {
    display: block;
}

.home-map-popup-metric > span {
    min-height: 23px;
    color: var(--home-muted);
    font-size: 0.63rem;
    font-weight: 800;
    line-height: 1.2;
}

.home-map-popup-metric > strong {
    margin-top: 5px;
    color: var(--home-ink);
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.home-map-popup-metric.is-available > strong {
    color: var(--home-availability-green);
}

.home-map-popup-metric.is-limited > strong {
    color: var(--home-availability-yellow);
}

.home-map-popup-metric.is-full > strong {
    color: var(--home-availability-red);
}

.home-map-popup-metric.is-pending > strong {
    color: var(--home-availability-pending);
}

.home-map-popup-metric > small {
    margin-top: 4px;
    overflow: hidden;
    color: var(--home-muted);
    font-size: 0.59rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-map-popup-occupancy {
    --home-map-progress-color: var(--home-availability-neutral);
    margin-top: 14px;
}

.home-map-popup-occupancy.is-available {
    --home-map-progress-color: var(--home-availability-green);
}

.home-map-popup-occupancy.is-limited {
    --home-map-progress-color: var(--home-availability-yellow);
}

.home-map-popup-occupancy.is-full {
    --home-map-progress-color: var(--home-availability-red);
}

.home-map-popup-occupancy > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--home-muted);
    font-size: 0.69rem;
    font-weight: 800;
}

.home-map-popup-occupancy > div > strong {
    color: var(--home-ink);
    font-weight: 900;
}

.home-map-popup-occupancy > progress {
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 7px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    appearance: none;
}

.home-map-popup-occupancy > progress::-webkit-progress-bar {
    border-radius: 999px;
    background: #e7edf3;
}

.home-map-popup-occupancy > progress::-webkit-progress-value {
    border-radius: 999px;
    background: var(--home-map-progress-color);
}

.home-map-popup-occupancy > progress::-moz-progress-bar {
    border-radius: 999px;
    background: var(--home-map-progress-color);
}

.home-map-popup-actions {
    display: grid;
    gap: 7px;
    margin-top: 16px;
}

.home-map-popup-actions a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.home-map-popup-primary {
    background: var(--home-ink);
    color: #ffffff;
}

.home-map-popup-primary:hover,
.home-map-popup-primary:focus-visible {
    background: var(--home-ink-soft);
    color: #ffffff;
}

.home-map-popup-secondary {
    border: 1px solid var(--home-line);
    color: var(--home-blue);
}

.home-map-popup-secondary:hover,
.home-map-popup-secondary:focus-visible {
    background: var(--home-blue-soft);
    color: var(--home-ink);
}

.home-map-selection {
    position: absolute;
    z-index: 550;
    right: 11px;
    bottom: 11px;
    left: 11px;
    max-height: calc(100% - 22px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    background: var(--home-paper);
    box-shadow: 0 20px 48px rgba(11, 37, 69, 0.23);
    overscroll-behavior: contain;
}

.home-map-selection-close {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-line);
    border-radius: 11px;
    background: var(--home-paper);
    color: var(--home-muted);
}

.home-map-selection-close:hover,
.home-map-selection-close:focus-visible {
    background: var(--home-blue-soft);
    color: var(--home-ink);
}

.home-map-selection .home-map-popup {
    min-width: 0;
}

.home-experience {
    padding: 52px;
    border-radius: 30px;
    background: var(--home-ink);
    color: #ffffff;
}

.home-experience .home-section-eyebrow {
    color: var(--home-mint);
}

.home-experience h2 {
    max-width: 720px;
    color: #ffffff;
}

.home-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.home-benefit-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
}

.home-benefit-grid article > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(105, 213, 190, 0.15);
    color: var(--home-mint);
}

.home-benefit-grid h3,
.home-benefit-grid p {
    margin: 0;
}

.home-benefit-grid h3 {
    margin-top: 19px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

.home-benefit-grid p {
    margin-top: 8px;
    color: #b9cce0;
    font-size: 0.82rem;
    line-height: 1.6;
}

.home-account-banner {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border: 1px solid #cddfeb;
    border-radius: 26px;
    background: linear-gradient(135deg, #edf5fb 0%, #e8f8f4 100%);
}

.home-account-banner-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ffffff;
    color: var(--home-blue);
    box-shadow: 0 10px 24px rgba(11, 37, 69, 0.08);
}

.home-account-banner h2 {
    font-size: 1.55rem;
}

.home-account-banner .home-section-eyebrow {
    margin-bottom: 7px;
}

.home-account-banner p:not(.home-section-eyebrow) {
    margin-top: 7px;
    font-size: 0.84rem;
}

.qntra-home a:focus-visible,
.qntra-home button:focus-visible {
    outline: 3px solid rgba(44, 103, 180, 0.3);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
        gap: 30px;
        padding: 36px;
    }

    .home-hero h1 {
        font-size: clamp(2.35rem, 5vw, 3.45rem);
    }

    .home-parking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .qntra-home {
        width: min(100% - 30px, 720px);
        padding-top: 18px;
    }

    .home-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 34px;
        border-radius: 28px;
    }

    .home-hero h1 {
        max-width: 650px;
        font-size: clamp(2.5rem, 8vw, 3.8rem);
    }

    .home-network-card {
        max-width: 560px;
    }

    .home-experience,
    .home-account-banner {
        margin-top: 54px;
    }

    .home-locations {
        margin-top: 44px;
    }

    .home-section-heading,
    .home-map-heading {
        align-items: flex-start;
    }

    .home-partner-index {
        align-items: stretch;
        flex-direction: column;
    }

    .home-partner-index nav {
        justify-content: flex-start;
    }

    .home-benefit-grid {
        grid-template-columns: 1fr;
    }

    .home-benefit-grid article {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 15px;
    }

    .home-benefit-grid h3 {
        align-self: end;
        margin-top: 0;
    }

    .home-benefit-grid p {
        grid-column: 2;
    }
}

@media (max-width: 620px) {
    .qntra-home {
        width: 100%;
        padding: 0 0 52px;
    }

    .home-hero {
        gap: 20px;
        padding: 28px 18px 20px;
        border-radius: 0 0 28px 28px;
        box-shadow: 0 18px 46px rgba(11, 37, 69, 0.18);
    }

    .home-hero::after {
        width: 240px;
        height: 240px;
    }

    .home-eyebrow {
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 0.67rem;
    }

    .home-hero h1 {
        font-size: clamp(2.1rem, 10vw, 2.8rem);
        line-height: 1;
    }

    .home-hero-lead {
        margin-top: 14px;
        font-size: 0.86rem;
        line-height: 1.55;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    .home-button {
        width: 100%;
        min-height: 46px;
        padding-inline: 10px;
        font-size: 0.72rem;
    }

    .home-trust-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 17px;
    }

    .home-trust-list li {
        align-items: flex-start;
        gap: 5px;
        font-size: 0.62rem;
        line-height: 1.35;
    }

    .home-network-card {
        padding: 15px;
        border-radius: 19px;
    }

    .home-network-card-top {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .home-network-logo {
        width: 38px;
        height: 38px;
    }

    .home-live-status {
        padding-inline: 8px;
        font-size: 0.57rem;
    }

    .home-network-metrics {
        margin-top: 12px;
    }

    .home-network-metrics > div {
        padding: 11px 7px;
    }

    .home-network-metrics span {
        font-size: 1.06rem;
    }

    .home-network-metrics small {
        font-size: 0.56rem;
    }

    .home-network-route {
        display: none;
    }

    .home-network-phone {
        display: none;
    }

    .home-experience,
    .home-account-banner {
        margin: 46px 16px 0;
    }

    .home-locations {
        margin: 38px 16px 0;
    }

    .home-section-heading {
        display: grid;
        gap: 18px;
        margin-bottom: 18px;
    }

    .home-section-heading h2,
    .home-experience h2 {
        font-size: 2.2rem;
    }

    .home-heading-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .home-all-partners-link,
    .home-location-count {
        min-height: 42px;
    }

    .home-partner-index {
        gap: 11px;
        margin-bottom: 26px;
        padding: 13px;
        border-radius: 17px;
    }

    .home-partner-index nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .home-partner-index a {
        width: 100%;
        min-width: 0;
        padding-right: 8px;
    }

    .home-partner-index a strong,
    .home-partner-index a small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-parking-groups {
        gap: 34px;
    }

    .home-partner-group {
        scroll-margin-top: 12px;
    }

    .home-partner-group-header {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 11px;
        margin-bottom: 11px;
        padding-bottom: 11px;
    }

    .home-partner-group-mark {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .home-partner-group-count {
        min-height: 31px;
        padding: 6px 9px;
        font-size: 0.62rem;
    }

    .home-mobile-swipe-note {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 10px;
        color: var(--home-muted);
        font-size: 0.68rem;
        font-weight: 900;
    }

    .home-mobile-swipe-note i {
        color: var(--home-blue);
    }

    .home-parking-grid {
        width: calc(100% + 32px);
        margin-left: -16px;
        grid-auto-columns: min(86vw, 335px);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 3px 16px 14px;
        scroll-padding-inline: 16px;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .home-parking-grid::-webkit-scrollbar {
        display: none;
    }

    .home-parking-card {
        min-height: 330px;
        padding: 19px;
        border-radius: 21px;
        scroll-snap-align: start;
    }

    .home-parking-card:hover {
        transform: none;
    }

    .home-card-title-row {
        margin-top: 17px;
    }

    .home-card-actions {
        gap: 7px;
    }

    .home-map-focus,
    .home-card-action {
        min-height: 48px;
        font-size: 0.69rem;
    }

    .home-empty-state {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 20px;
    }

    .home-empty-state > span {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .home-empty-state > a {
        grid-column: 1 / -1;
        justify-content: center;
        border-top: 1px solid var(--home-line);
        padding-top: 12px;
    }

    .home-partner-picker {
        margin: 16px 16px 0;
        border-radius: 18px;
    }

    .home-partner-picker summary {
        min-height: 70px;
        grid-template-columns: 40px minmax(0, 1fr) 16px;
        gap: 11px;
        padding: 13px 14px;
    }

    .home-partner-picker-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .home-partner-picker-panel {
        padding: 0 13px 13px;
    }

    .home-partner-picker-options {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-partner-picker-option {
        min-height: 58px;
    }

    .home-map-section {
        margin: 22px 16px 0;
        padding: 18px;
        border-radius: 23px;
    }

    .home-map-heading {
        display: grid;
        gap: 15px;
        margin-bottom: 16px;
    }

    .home-map-heading h2 {
        font-size: 1.75rem;
    }

    .home-map-heading > div > p:last-child {
        font-size: 0.84rem;
    }

    .home-map-reset {
        width: 100%;
        min-height: 46px;
    }

    .home-map-legend {
        gap: 7px;
        margin-bottom: 13px;
    }

    .home-map-legend-item {
        min-height: 32px;
        padding: 6px 9px;
        font-size: 0.65rem;
    }

    .home-map-shell {
        border-radius: 18px;
    }

    .home-map {
        height: 420px;
    }

    .home-map-shell .leaflet-control-zoom a {
        width: 46px;
        height: 46px;
    }

    .home-map-popup {
        min-width: 230px;
        padding: 17px;
    }

    .home-map-selection .home-map-popup {
        padding: 14px 13px 12px;
    }

    .home-map-selection .home-map-popup-identity {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 9px;
        padding-right: 29px;
    }

    .home-map-selection .home-map-popup-brand {
        width: 39px;
        height: 39px;
    }

    .home-map-selection .home-map-popup-identity strong {
        font-size: 0.86rem;
    }

    .home-map-selection .home-map-popup-status {
        min-height: 25px;
        margin-top: 8px;
    }

    .home-map-selection .home-map-popup-address {
        margin-top: 6px;
        font-size: 0.7rem;
    }

    .home-map-selection .home-map-popup-metrics {
        gap: 7px;
        margin-top: 9px;
    }

    .home-map-selection .home-map-popup-metric {
        padding: 8px;
    }

    .home-map-selection .home-map-popup-metric > span {
        min-height: 18px;
        font-size: 0.59rem;
    }

    .home-map-selection .home-map-popup-metric > strong {
        margin-top: 3px;
        font-size: 0.82rem;
    }

    .home-map-selection .home-map-popup-occupancy {
        margin-top: 9px;
    }

    .home-map-selection .home-map-popup-occupancy > progress {
        margin-top: 5px;
    }

    .home-map-selection .home-map-popup-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
    }

    .home-map-selection .home-map-popup-actions a {
        min-height: 39px;
        gap: 5px;
        padding: 7px;
        font-size: 0.62rem;
        line-height: 1.2;
    }

    .home-experience {
        padding: 34px 20px;
        border-radius: 24px;
    }

    .home-benefit-grid {
        margin-top: 26px;
    }

    .home-benefit-grid article {
        padding: 19px;
    }

    .home-account-banner {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
        padding: 22px;
        border-radius: 23px;
    }

    .home-account-banner-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .home-account-banner .home-button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 380px) {
    .home-network-card-top {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .home-live-status {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .home-heading-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-card-actions {
        grid-template-columns: 1fr;
    }

    .home-map {
        height: 390px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .qntra-home *,
    .qntra-home *::before,
    .qntra-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
