/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7runumcv88] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7runumcv88] {
    flex: 1;
}

.sidebar[b-7runumcv88] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7runumcv88] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7runumcv88]  a, .top-row[b-7runumcv88]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7runumcv88]  a:hover, .top-row[b-7runumcv88]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7runumcv88]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7runumcv88] {
        justify-content: space-between;
    }

    .top-row[b-7runumcv88]  a, .top-row[b-7runumcv88]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7runumcv88] {
        flex-direction: row;
    }

    .sidebar[b-7runumcv88] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7runumcv88] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7runumcv88]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7runumcv88], article[b-7runumcv88] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7runumcv88] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7runumcv88] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Marketing/SalonComparison.razor.rz.scp.css */
/* SalonComparison.razor.css
   Scoped styles (Blazor CSS isolation). Override the variables below to match
   your salon.shop brand tokens — everything else inherits from them.
   Same structure as the barber/tattoo comparison, sized for 7 columns. */

.cmp[b-khilspccol] {
    --cmp-accent: #a8326e;          /* beauty berry — swap for your brand token */
    --cmp-accent-soft: #fbeef5;
    --cmp-yes: #1f9d55;
    --cmp-no: #c0c4cc;
    --cmp-partial: #c98a1b;
    --cmp-border: #e6e8eb;
    --cmp-ink: #1a1d21;
    --cmp-muted: #6b7280;
    --cmp-bg: #ffffff;

    max-width: 1100px;
    margin: 0 auto;
    color: var(--cmp-ink);
}

.cmp__head[b-khilspccol] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.cmp__title[b-khilspccol] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
    margin: 0 0 .5rem;
}

.cmp__sub[b-khilspccol] {
    max-width: 60ch;
    margin: 0 auto;
    color: var(--cmp-muted);
    font-size: 1rem;
}

/* ---------- Desktop table ---------- */
.cmp__scroll[b-khilspccol] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--cmp-border);
    border-radius: 14px;
}

.cmp__table[b-khilspccol] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1080px;          /* 7 columns need room; wrapper scrolls if narrower */
    background: var(--cmp-bg);
}

.cmp__feature-col[b-khilspccol] {
    text-align: left;
    width: 22%;
}

.cmp__table th[b-khilspccol],
.cmp__table td[b-khilspccol] {
    padding: .7rem .6rem;
    border-bottom: 1px solid var(--cmp-border);
    text-align: center;
    vertical-align: middle;
    font-size: .85rem;
}

.cmp__plan[b-khilspccol] { font-weight: 600; }
.cmp__plan-name[b-khilspccol] { display: block; font-size: .82rem; }
.cmp__plan-price[b-khilspccol] { display: block; font-size: 1.2rem; font-weight: 800; }
.cmp__plan-period[b-khilspccol] { display: block; font-size: .7rem; color: var(--cmp-muted); font-weight: 500; }
.cmp__plan-tag[b-khilspccol] {
    display: block;
    margin-top: .3rem;
    font-size: .62rem;
    font-weight: 600;
    color: var(--cmp-accent);
    text-transform: uppercase;
    letter-spacing: .03em;
}

/* Promo badge — unused on salon (no promo) but kept for parity with barber. */
.cmp__promo[b-khilspccol] {
    display: inline-block;
    margin: .2rem 0 .15rem;
    padding: .15rem .5rem;
    border-radius: 999px;
    background: var(--cmp-yes);
    color: #fff;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    white-space: nowrap;
}

.cmp__feature[b-khilspccol] {
    text-align: left;
    font-weight: 600;
}

.cmp__plan.is-highlight[b-khilspccol],
.cmp__cell.is-highlight[b-khilspccol] {
    background: var(--cmp-accent-soft);
}
.cmp__plan.is-highlight[b-khilspccol] {
    border-top: 3px solid var(--cmp-accent);
}

.cmp__mark[b-khilspccol] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    font-weight: 700;
    font-size: .8rem;
    line-height: 1;
}
.cmp__mark.is-yes[b-khilspccol] { color: var(--cmp-yes); }
.cmp__mark.is-no[b-khilspccol] { color: var(--cmp-no); }
.cmp__mark.is-partial[b-khilspccol] { color: var(--cmp-partial); }

.cmp__note[b-khilspccol],
.cmp__txt[b-khilspccol] {
    display: block;
    margin-top: .25rem;
    font-size: .68rem;
    color: var(--cmp-muted);
    line-height: 1.25;
}
.cmp__txt[b-khilspccol] { font-weight: 600; color: var(--cmp-ink); }
.cmp__cell.is-highlight .cmp__txt[b-khilspccol] { color: var(--cmp-accent); }

/* ---------- Notes + CTA ---------- */
.cmp__notes[b-khilspccol] {
    list-style: none;
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: .82rem;
    color: var(--cmp-muted);
}
.cmp__notes li[b-khilspccol] { margin-bottom: .35rem; }
.cmp__notes strong[b-khilspccol] { color: var(--cmp-ink); }

.cmp__cta[b-khilspccol] {
    text-align: center;
    margin-top: 1.5rem;
}
.cmp__cta-line[b-khilspccol] {
    max-width: 60ch;
    margin: 0 auto 1rem;
    font-weight: 600;
}
.cmp__btn[b-khilspccol] {
    display: inline-block;
    background: var(--cmp-accent);
    color: #fff;
    text-decoration: none;
    padding: .8rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    transition: filter .15s ease;
}
.cmp__btn:hover[b-khilspccol] { filter: brightness(.93); }

/* ---------- Mobile card stack ---------- */
.cmp__cards[b-khilspccol] { display: none; }

@media (max-width: 820px) {
    .cmp__scroll[b-khilspccol] { display: none; }
    .cmp__cards[b-khilspccol] { display: grid; gap: 1rem; }
}

.cmp__card[b-khilspccol] {
    border: 1px solid var(--cmp-border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--cmp-bg);
}
.cmp__card.is-highlight[b-khilspccol] {
    border-color: var(--cmp-accent);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.cmp__card-head[b-khilspccol] {
    padding: 1rem 1.1rem;
    text-align: center;
    border-bottom: 1px solid var(--cmp-border);
}
.cmp__card.is-highlight .cmp__card-head[b-khilspccol] {
    background: var(--cmp-accent-soft);
}

.cmp__badge[b-khilspccol] {
    display: inline-block;
    margin-bottom: .45rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: var(--cmp-accent);
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cmp__card-name[b-khilspccol] { display: block; font-weight: 600; font-size: 1rem; }
.cmp__card-price[b-khilspccol] { display: block; font-size: 1.6rem; font-weight: 800; }
.cmp__card-period[b-khilspccol] { font-size: .8rem; font-weight: 500; color: var(--cmp-muted); }
.cmp__card-tag[b-khilspccol] {
    display: block;
    margin-top: .3rem;
    font-size: .7rem;
    font-weight: 600;
    color: var(--cmp-accent);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cmp__card-list[b-khilspccol] { margin: 0; padding: .25rem 1.1rem .6rem; }
.cmp__card-row[b-khilspccol] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .6rem 0;
    border-bottom: 1px solid var(--cmp-border);
}
.cmp__card-row:last-child[b-khilspccol] { border-bottom: 0; }
.cmp__card-row dt[b-khilspccol] {
    flex: 1;
    font-size: .85rem;
    font-weight: 500;
    color: var(--cmp-ink);
}
.cmp__card-row dd[b-khilspccol] {
    flex-shrink: 0;
    margin: 0;
    text-align: right;
}
.cmp__card-row dd .cmp__note[b-khilspccol],
.cmp__card-row dd .cmp__txt[b-khilspccol] { margin-top: .15rem; }

/* Expander (native <details> — no JS, works in static SSR) */
.cmp__more[b-khilspccol] { display: grid; gap: 1rem; }
.cmp__more-toggle[b-khilspccol] {
    cursor: pointer;
    list-style: none;
    text-align: center;
    padding: .75rem 1rem;
    border: 1px solid var(--cmp-accent);
    border-radius: 10px;
    color: var(--cmp-accent);
    font-weight: 700;
    font-size: .9rem;
}
.cmp__more-toggle[b-khilspccol]::-webkit-details-marker { display: none; }
.cmp__more[open] .cmp__more-toggle[b-khilspccol] { margin-bottom: .25rem; }
.cmp__more-cards[b-khilspccol] { display: grid; gap: 1rem; }
