/* VD-005 (AUDIT_2026-05-22 visual-design pass): page-scoped styles for
   Views/Pricing/Index.cshtml. Moved out of ~100+ inline style attributes
   that hardcoded the brand gradient, dark hero gradient, success/danger
   feature-row colors, and section paddings throughout the markup.

   References:
   - --md-gradient-start / --md-gradient-end : brand purple gradient
   - --md-text-strong                         : navy text + dark-hero base

   The dark hero gradient (#1a1a2e → #16213e) and footer color (#0d0d1a)
   are intentionally separate from the design tokens — they're a
   pricing/marketing-page atmospheric treatment, not part of the in-app
   color system. If they ever need to be reused on another marketing
   page, promote them to home-landing.css or to :root tokens. */

/* ─────────────────────────── Layout primitives ─────────────────────────── */

.pricing-hero {
    padding: 140px 0 60px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    text-align: center;
}

.pricing-hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.pricing-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-hero .trial-banner {
    margin-top: 1.5rem;
}

.pricing-hero .trial-badge {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.pricing-section {
    padding: 80px 0;
}

.pricing-section--gray {
    background: #f8f9fc;
}

.pricing-section--white {
    background: #fff;
}

.pricing-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    text-align: center;
}

.pricing-cta h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.pricing-cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.pricing-cta .btn-cta {
    background: linear-gradient(135deg, var(--md-gradient-start) 0%, var(--md-gradient-end) 100%);
    color: #fff;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.pricing-footer {
    padding: 40px 0;
    background: #0d0d1a;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.pricing-footer p {
    margin: 0;
}

.pricing-footer-links {
    margin-top: 1rem;
}

.pricing-footer-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
}

/* ─────────────────────────── Plan cards ─────────────────────────── */

.pricing-card-grid {
    row-gap: 2rem !important;
}

.pricing-card {
    border-radius: 16px;
    overflow: hidden;
}

.pricing-card--popular {
    border: 2px solid var(--md-gradient-start) !important;
    transform: scale(1.02);
}

.pricing-card-popular-badge {
    background: linear-gradient(135deg, var(--md-gradient-start) 0%, var(--md-gradient-end) 100%);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.pricing-card-title {
    font-weight: 700;
    color: var(--md-text-strong);
    margin-bottom: 0.5rem;
}

.pricing-card-desc {
    color: #6c757d;
    font-size: 0.95rem;
    min-height: 48px;
}

.pricing-card-price-wrap {
    margin: 2rem 0;
}

.pricing-card-price--free {
    font-size: 3rem;
    font-weight: 700;
    color: #28a745;
}

.pricing-card-price--paid {
    font-size: 3rem;
    font-weight: 700;
    color: var(--md-text-strong);
}

.pricing-card-period {
    color: #6c757d;
    font-size: 1.1rem;
}

.pricing-card-price-note {
    color: #6c757d;
    margin-top: 0.5rem;
}

.pricing-card-annual-note {
    color: var(--md-gradient-start);
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.pricing-card-trial-note {
    color: #28a745;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.pricing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
    flex-grow: 1;
}

.pricing-feature-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.pricing-feature-check {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Body text on plan cards — popular card gets slightly muted gray text
   so the "MOST POPULAR" purple border doesn't have to fight harsh
   pure-black body copy. */
.pricing-card-feature-text {
    color: var(--md-text-strong);
}

.pricing-card--popular .pricing-card-feature-text {
    color: #4a4a4a;
}

.pricing-card-cta {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.pricing-card-cta--standard {
    background: var(--md-text-strong);
    color: #fff;
}

.pricing-card-cta--popular {
    background: linear-gradient(135deg, var(--md-gradient-start) 0%, var(--md-gradient-end) 100%);
    color: #fff;
}

/* ─────────────────────────── Comparison table ─────────────────────────── */

.pricing-section h2 {
    text-align: center;
    font-weight: 700;
    color: var(--md-text-strong);
    margin-bottom: 1rem;
}

.pricing-section-intro {
    text-align: center;
    color: #6c757d;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.pricing-table thead {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.pricing-table thead th {
    padding: 1.5rem;
    font-weight: 700;
    color: #fff;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
}

.pricing-table thead th.col-feature {
    width: 40%;
}

.pricing-table thead th.col-plan {
    text-align: center;
    min-width: 120px;
}

/* Plan column header — non-popular standard look */
.pricing-table thead th.col-plan--standard {
    background: #f8f9fc;
    color: #000;
    border-bottom: 2px solid #e0e0e0;
}

/* Plan column header — most-popular highlight */
.pricing-table thead th.col-plan--popular {
    background: linear-gradient(135deg, var(--md-gradient-start) 0%, var(--md-gradient-end) 100%);
    color: #fff;
}

.pricing-table-popular-tag {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Section-header rows ("Job Management", "Choir & Music", etc.) */
.pricing-table-section-row {
    background: #f8f9fc;
}

.pricing-table-section-row td {
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    color: var(--md-gradient-start);
    border: none;
}

/* Feature-name cells (left column) */
.pricing-table .feature-name {
    padding: 1rem 1.5rem;
}

/* Yes/No cells. Color encodes inclusion; the text symbols (✓/✗) give
   redundant non-color signal so colorblind users aren't excluded. */
.pricing-table .feature-cell {
    text-align: center;
    font-size: 1.2rem;
}

.pricing-table .feature-cell--yes {
    color: #28a745;
}

.pricing-table .feature-cell--no {
    color: #dc3545;
}

/* ─────────────────────────── FAQ accordion ─────────────────────────── */

.pricing-faq-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pricing-faq-item .accordion-button {
    font-weight: 600;
}
