/* FairFlow Pricing Page Styles */

/* Layer Headers */
.pricing-layer-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.pricing-layer-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-layer-title {
    font-family: 'Inter', sans-serif;
}

/* Layer 1 Label */
.layer-1-label {
    color: #60a5fa;
}

/* Layer 2 Label */
.layer-2-label {
    color: #22d3ee;
}

/* Layer 3 Label */
.layer-3-label {
    color: #fbbf24;
}

/* Card Tier Labels */
.pricing-tier-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tier-label-b2c-1 {
    color: #60a5fa;
}

.tier-label-b2c-lite {
    color: #a78bfa;
}

.tier-label-b2b {
    color: #22d3ee;
}

.tier-label-highticket {
    color: #fbbf24;
}

/* Card Title */
.pricing-card-title {
    font-family: 'Inter', sans-serif;
}

/* Card Description */
.pricing-card-description {
    font-size: 0.875rem;
    color: var(--text-dim);
    margin-bottom: 1rem;
}

/* Card Price */
.pricing-card-price {
    font-weight: 700;
    margin: 0.5rem 0;
    font-size: 1.5rem;
    color: var(--white);
}

/* Card Price Interval */
.pricing-card-interval {
    font-size: 0.875rem;
    font-weight: 400;
}

/* Card Billing Info */
.pricing-card-billing {
    font-size: 0.875rem;
    color: var(--text-dim);
    margin-bottom: 1.5rem;
}

/* Card Features List */
.pricing-features-list {
    padding-left: 0;
    margin: 0.5rem 0;
    color: var(--text-dim);
    list-style: none;
    flex-grow: 1;
}

.pricing-features-list li {
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Card CTA Button */
.pricing-card-cta {
    margin-top: 1.5rem;
}

/* Hero Section */
.hero-section {
    text-align: center;
    margin-bottom: 4rem;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(135deg, #00d4ff 0%, #9d4edd 50%, #7b2cbf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    color: var(--text-dim);
    margin-bottom: 3rem;
}

/* Contact Section */
.pricing-contact-section {
    text-align: center;
    margin-top: 4rem;
}

.pricing-contact-intro {
    color: var(--text-dim);
    font-size: 16px;
    margin-bottom: 1rem;
}

/* Comparison Section */
.comparison-section {
    padding-top: 0;
}

.comparison-title {
    text-align: center;
    margin-bottom: 3rem;
}

.comparison-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.comparison-card {
    background: transparent;
    border: none;
    text-align: center;
}

.comparison-card-title {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.comparison-card-description {
    color: var(--text-dim);
    font-size: 14px;
}

.comparison-icon {
    margin: 0 auto 1rem;
}
