/* Premium standalone pages */
body.premium-saas .page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.premium-saas .page-hero {
    padding: 4rem 0 2.5rem;
}

body.premium-saas .page-hero .page-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.2);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #cbd5f5;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.premium-saas .page-title {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    margin: 1rem 0 0.5rem;
}

body.premium-saas .page-subtitle {
    color: rgba(226, 232, 240, 0.75);
    max-width: 720px;
}

body.premium-saas .page-content {
    flex: 1;
    padding: 2rem 0 4rem;
}

body.premium-saas .page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

body.premium-saas .page-card {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.45);
}

body.premium-saas .page-card h3 {
    margin: 0 0 0.5rem;
}

body.premium-saas .meta-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.5rem;
    color: rgba(226, 232, 240, 0.75);
}

body.premium-saas .meta-list li::before {
    content: "•";
    margin-right: 0.5rem;
    color: #22d3ee;
}

body.premium-saas .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

body.premium-saas .cta-row .btn-primary {
    border-radius: 999px;
}

body.premium-saas .page-section {
    margin-top: 2.5rem;
}

body.premium-saas .page-section h2 {
    margin-bottom: 1rem;
}

body.premium-saas .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(34, 211, 238, 0.18);
    color: #22d3ee;
}

body.premium-saas .status-pill.warning {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

body.premium-saas .status-pill.error {
    background: rgba(248, 113, 113, 0.2);
    color: #f87171;
}

body.premium-saas .page-footer {
    padding: 2rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: rgba(226, 232, 240, 0.6);
}
