/* ===========================================
   Pricing Page — Black Minimal Landing
   =========================================== */

/* Override home.css centered layout: pricing scrolls top-down */
#app.pricing-app {
    justify-content: flex-start;
    padding: 80px 24px 64px;
    max-width: 1280px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 32px;
}

.pricing-header .logo-mark {
    margin-bottom: 24px;
}

.pricing-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 12px;
}

.pricing-subtitle {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.55;
    max-width: 560px;
    margin: 0 auto;
}

.pricing-billing-toggle {
    margin: 0 auto 28px;
    justify-content: center;
}

.pricing-plans-grid {
    margin-bottom: 24px;
}

/* Plan card buttons rendered as <a> on this page */
.pricing-plans-grid .btn-plan {
    display: block;
    text-align: center;
    text-decoration: none;
}

.pricing-plan-notes {
    max-width: 720px;
    margin: 24px auto 32px;
}

.pricing-app .footer-tagline,
.pricing-app .footer-legal-links {
    text-align: center;
    color: rgba(255,255,255,0.3);
    font-size: 12px;
    margin-top: 8px;
}

.pricing-app .footer-legal-links a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
}

@media (max-width: 768px) {
    #app.pricing-app {
        padding: 64px 16px 48px;
    }
    .pricing-title {
        font-size: 1.6rem;
    }
}
