/* /Components/PricingCard.razor.rz.scp.css */
.pc[b-uhfpzfr1om] {
    display: flex; flex-direction: column;
    background: white;
    border: 1px solid var(--ak-border);
    border-radius: 12px;
    padding: 28px 26px;
    position: relative;
    height: 100%;
}
.pc-featured[b-uhfpzfr1om] {
    border-color: var(--ak-primary);
    box-shadow: 0 30px 60px -30px rgba(23,51,94,0.28);
    transform: translateY(-6px);
}
.pc-ribbon[b-uhfpzfr1om] {
    position: absolute; top: -12px; left: 50%;
    transform: translateX(-50%);
    padding: 5px 14px;
    background: var(--ak-primary);
    color: white;
    border-radius: 999px;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 4px 12px -4px rgba(23,51,94,0.35);
}
.pc-head[b-uhfpzfr1om] {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ak-border);
    margin-bottom: 20px;
}
.pc-tier[b-uhfpzfr1om] {
    font-family: var(--ak-font-mono);
    font-size: 11px; font-weight: 700;
    color: var(--ak-text-soft);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.pc-price[b-uhfpzfr1om] {
    display: flex; align-items: baseline; gap: 8px;
    margin-bottom: 10px;
}
.pc-now[b-uhfpzfr1om] {
    font-size: 36px; font-weight: 700;
    color: var(--ak-primary);
    letter-spacing: -0.03em;
    line-height: 1;
}
.pc-per[b-uhfpzfr1om] {
    font-size: 13px; color: var(--ak-text-muted);
}
.pc-lede[b-uhfpzfr1om] {
    font-size: 13.5px;
    color: var(--ak-text-muted);
    line-height: 1.5;
}
.pc-feats[b-uhfpzfr1om] {
    list-style: none;
    padding: 0; margin: 0 0 24px 0;
    display: flex; flex-direction: column; gap: 10px;
    flex: 1;
}
.pc-feats li[b-uhfpzfr1om] {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13.5px;
    color: var(--ak-text);
    line-height: 1.4;
}
.pc-check[b-uhfpzfr1om] {
    flex-shrink: 0;
    width: 16px; height: 16px;
    color: #16A34A;
    display: inline-flex; align-items: center; justify-content: center;
    margin-top: 2px;
}
.pc-check svg[b-uhfpzfr1om] { width: 14px; height: 14px; }
.pc-dash[b-uhfpzfr1om] {
    flex-shrink: 0;
    width: 16px;
    color: var(--ak-text-soft);
    text-align: center;
    margin-top: 1px;
}
.pc-cta[b-uhfpzfr1om] {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 16px;
    border: 1px solid var(--ak-border);
    background: white;
    color: var(--ak-primary);
    border-radius: 8px;
    font-size: 14px; font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}
.pc-cta:hover[b-uhfpzfr1om] {
    border-color: var(--ak-primary);
    background: var(--ak-surface-2);
    text-decoration: none;
}
.pc-cta-primary[b-uhfpzfr1om] {
    background: var(--ak-primary);
    color: white;
    border-color: var(--ak-primary);
}
.pc-cta-primary:hover[b-uhfpzfr1om] {
    background: var(--ak-primary-2);
    color: white;
}

@media (max-width: 1100px) {
    .pc-featured[b-uhfpzfr1om] { transform: none; }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout styles live in wwwroot/css/app.css under .ak-layout */
/* /Layout/NavMenu.razor.rz.scp.css */
/* Sidebar styles live in wwwroot/css/app.css under .ak-sidebar */
