/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dojo-dashboard-shell[b-plr8eu0321] {
    min-height: 100vh;
}

.main-content[b-plr8eu0321] {
    min-height: 100vh;
}

.holding-page[b-plr8eu0321] {
    align-items: center;
    background: #f0f2f5;
    color: #172033;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.holding-panel[b-plr8eu0321] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 20px 45px rgba(20, 20, 20, 0.08);
    max-width: 38rem;
    padding: 2.5rem;
    text-align: center;
}

.holding-kicker[b-plr8eu0321] {
    color: #7b809a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.holding-panel h1[b-plr8eu0321] {
    font-size: clamp(1.65rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.holding-panel p:last-child[b-plr8eu0321] {
    color: #67748e;
    font-size: 1.05rem;
    margin-bottom: 0;
}

#blazor-error-ui[b-plr8eu0321] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss[b-plr8eu0321] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-i2yd9mqebg] {
    display: block;
    height: calc(100vh - 5rem);
    overflow-y: auto;
    padding-bottom: 1rem;
}

.dojo-brand-mark[b-i2yd9mqebg] {
    align-items: center;
    background: linear-gradient(195deg, #49a3f1, #1a73e8);
    border-radius: 0.55rem;
    color: #fff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    height: 1.75rem;
    justify-content: center;
    width: 1.75rem;
}

.nav-item[b-i2yd9mqebg]  .nav-link {
    border-radius: 0.5rem;
    margin: 0 0.75rem;
    padding: 0.675rem 1rem;
}

.nav-item[b-i2yd9mqebg]  .nav-link.active {
    background: #f0f2f5;
    box-shadow: none;
    font-weight: 600;
}

.nav-item[b-i2yd9mqebg]  .nav-link:hover {
    background: #f8f9fa;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Page shell ────────────────────────────────────────────────────────────── */
.landing-page[b-uf9pe94biw] {
    min-height: 100vh;
    background: #f8fafc;
    color: #0f172a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
}

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.landing-hero[b-uf9pe94biw] {
    padding: 4rem max(1.5rem, calc((100% - 52rem) / 2)) 2.5rem;
    text-align: center;
}

.landing-badge[b-uf9pe94biw] {
    display: inline-block;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.375rem 0.9375rem;
    border-radius: 100px;
    margin-bottom: 1.75rem;
    letter-spacing: 0.02em;
    border: 1px solid #fecaca;
}

.landing-hero h1[b-uf9pe94biw] {
    font-size: clamp(2.25rem, 5vw, 3.625rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 1.375rem;
}

.landing-hero h1 span[b-uf9pe94biw] {
    color: #dc2626;
}

.landing-hero p[b-uf9pe94biw] {
    font-size: 1.1875rem;
    color: #64748b;
    max-width: 44rem;
    margin: 0 auto 2.75rem;
    line-height: 1.75;
}

.landing-actions[b-uf9pe94biw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── Features grid ─────────────────────────────────────────────────────────── */
.landing-features[b-uf9pe94biw] {
    padding: 2rem max(1.5rem, calc((100% - 72rem) / 2)) 5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.landing-features article[b-uf9pe94biw] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.landing-features article:hover[b-uf9pe94biw] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.landing-features article > span[b-uf9pe94biw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #dc2626;
    color: #ffffff;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 1.125rem;
    flex-shrink: 0;
}

.landing-features h2[b-uf9pe94biw] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.landing-features p[b-uf9pe94biw] {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
}

/* Push footer to bottom */
.landing-footer[b-uf9pe94biw] {
    margin-top: auto;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .landing-features[b-uf9pe94biw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .landing-hero[b-uf9pe94biw] {
        padding: 3rem 1.25rem 2rem;
    }

    .landing-features[b-uf9pe94biw] {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.5rem 1.25rem 4rem;
    }
}
/* /Components/Pages/Plans.razor.rz.scp.css */
/* Inherits landing-* styles from Home.razor.css via app.css globals.
   Only plans-specific overrides live here. */

/* ── Page shell ────────────────────────────────────────────────────────────── */
.plans-page[b-q6elpwx08p] {
    min-height: 100vh;
    background: #f8fafc;
    color: #0f172a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
}

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.plans-hero[b-q6elpwx08p] {
    padding: 4rem max(1.5rem, calc((100% - 52rem) / 2)) 2.5rem;
    text-align: center;
}

.plans-hero h1[b-q6elpwx08p] {
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.15;
}

.plans-hero p[b-q6elpwx08p] {
    font-size: 1.0625rem;
    color: #64748b;
    max-width: 40rem;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Grid ──────────────────────────────────────────────────────────────────── */
.plans-grid[b-q6elpwx08p] {
    padding: 2rem max(1.5rem, calc((100% - 72rem) / 2)) 5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

/* ── Card ──────────────────────────────────────────────────────────────────── */
.plans-card[b-q6elpwx08p] {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.plans-card:hover[b-q6elpwx08p] {
    box-shadow: 0 6px 20px rgba(0,0,0,.09);
    transform: translateY(-2px);
}

.plans-card--featured[b-q6elpwx08p] {
    border-color: #dc2626;
    border-width: 2px;
    box-shadow: 0 4px 16px rgba(220,38,38,.12);
}

.plans-card--featured:hover[b-q6elpwx08p] {
    box-shadow: 0 8px 24px rgba(220,38,38,.18);
}

/* ── Most popular badge ────────────────────────────────────────────────────── */
.plans-badge[b-q6elpwx08p] {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #dc2626;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.875rem;
    border-radius: 100px;
    white-space: nowrap;
    text-transform: uppercase;
}

/* ── Card header ───────────────────────────────────────────────────────────── */
.plans-card-header h2[b-q6elpwx08p] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.plans-tagline[b-q6elpwx08p] {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.plans-price[b-q6elpwx08p] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-top: 0.75rem;
}

.plans-price-amount[b-q6elpwx08p] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1;
}

.plans-price-period[b-q6elpwx08p] {
    font-size: 0.9375rem;
    color: #94a3b8;
    font-weight: 500;
}

/* ── Features list ─────────────────────────────────────────────────────────── */
.plans-features[b-q6elpwx08p] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;
}

.plans-features li[b-q6elpwx08p] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.4;
}

.plans-check[b-q6elpwx08p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #f0fdf4;
    border-radius: 50%;
    color: #16a34a;
    flex-shrink: 0;
}

.plans-card--featured .plans-check[b-q6elpwx08p] {
    background: #fef2f2;
    color: #dc2626;
}

/* ── CTA button ────────────────────────────────────────────────────────────── */
.plans-cta[b-q6elpwx08p] {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    background: #f1f5f9;
    color: #0f172a;
    border: 1.5px solid #e2e8f0;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
    margin-top: auto;
}

.plans-cta:hover[b-q6elpwx08p] {
    background: #e2e8f0;
    border-color: #cbd5e1;
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-1px);
}

.plans-cta--featured[b-q6elpwx08p] {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
}

.plans-cta--featured:hover[b-q6elpwx08p] {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff;
}

/* ── Loading ───────────────────────────────────────────────────────────────── */
.plans-loading[b-q6elpwx08p] {
    display: flex;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.plans-spinner[b-q6elpwx08p] {
    width: 36px;
    height: 36px;
    border: 3px solid #e2e8f0;
    border-top-color: #dc2626;
    border-radius: 50%;
    animation: plans-spin-b-q6elpwx08p 0.7s linear infinite;
}

@keyframes plans-spin-b-q6elpwx08p {
    to { transform: rotate(360deg); }
}

/* ── Error ─────────────────────────────────────────────────────────────────── */
.plans-error[b-q6elpwx08p] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: #64748b;
    font-size: 0.9375rem;
}

/* Push footer to bottom of flex column */
.landing-footer[b-q6elpwx08p] {
    margin-top: auto;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .plans-grid[b-q6elpwx08p] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .plans-grid[b-q6elpwx08p] {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.5rem 1.25rem 4rem;
    }

    .plans-hero[b-q6elpwx08p] {
        padding: 3rem 1.25rem 2rem;
    }
}
