/* Pricing page — contrast-safe on dark site chrome */

.pricing-navbar-spacer {
    height: calc(var(--navbar-height, 80px) + 1.25rem);
}

.pricing-hero .hero-title,
.pricing-hero .hero-subtitle {
    color: #f8fafc;
}

.pricing-why-section {
    background: #0b1220;
}

.pricing-why-section h2 {
    font-weight: 750;
    color: #f8fafc;
}

.pricing-why-subtitle {
    color: #94a3b8 !important;
    font-size: 1.05rem;
    line-height: 1.55;
}

.pricing-fee-section {
    background: #111827;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.pricing-fee-card {
    background: #1e293b;
    border: 1px solid rgba(56, 189, 248, 0.28);
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    color: #e2e8f0;
}

.pricing-fee-card h3 {
    color: #f8fafc;
    font-weight: 700;
}

.pricing-fee-value {
    font-size: 1.15rem;
    color: #e2e8f0;
}

.pricing-fee-value strong {
    font-size: 1.45rem;
    color: #38bdf8;
    margin-right: 0.35rem;
}

.pricing-fee-muted,
.pricing-fee-note {
    color: #94a3b8 !important;
}

.pricing-country-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.pricing-flag-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #0f172a;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 650;
    color: #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pricing-flag-btn img {
    border-radius: 2px;
    object-fit: cover;
}

.pricing-flag-btn:hover {
    border-color: #38bdf8;
}

.pricing-flag-btn.is-active {
    border-color: #0ea5e9;
    background: rgba(14, 165, 233, 0.18);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
    color: #e0f2fe;
}

.pricing-market-section {
    background: #0b1220;
}

.pricing-market-section h2 {
    color: #f8fafc;
    font-weight: 750;
}

.pricing-market-intro {
    color: #94a3b8 !important;
    max-width: 720px;
    margin: 0 auto;
}

.pricing-compare-table {
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: #e2e8f0;
}

.pricing-compare-table th,
.pricing-compare-table td {
    padding: 0.95rem 1rem;
    border-color: rgba(148, 163, 184, 0.2) !important;
    color: #e2e8f0;
    background: transparent;
}

.pricing-compare-table th {
    color: #f8fafc;
    font-weight: 650;
    width: 32%;
}

.pricing-compare-table tr.is-highlight {
    background: rgba(14, 165, 233, 0.16);
}

.pricing-compare-table tr.is-highlight th {
    color: #7dd3fc;
    font-weight: 750;
}

.pricing-packages-section {
    background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

.pricing-credits-section {
    background: #111827;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.pricing-credits-section h2 {
    color: #f8fafc;
    font-weight: 750;
}

.pricing-credits-subtitle {
    color: #94a3b8 !important;
}

.pricing-signup-credit-pill {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    background: rgba(22, 163, 74, 0.18);
    border: 1px solid rgba(74, 222, 128, 0.45);
    color: #bbf7d0;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    margin-top: 0.75rem;
    font-size: 0.92rem;
}

.pricing-signup-credit-pill strong {
    color: #f0fdf4;
}

.pricing-pill-desc {
    color: #86efac;
}

.pricing-credit-service-item {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 12px;
    padding: 0.95rem 1rem;
    height: 100%;
    color: #e2e8f0;
}

.pricing-credit-service-name {
    font-weight: 650;
    color: #f8fafc !important;
    margin-bottom: 0.25rem;
}

.pricing-credit-service-key {
    display: inline-block;
    color: #7dd3fc !important;
    background: rgba(14, 165, 233, 0.12);
    border-radius: 6px;
    padding: 0.1rem 0.4rem;
    font-size: 0.78rem;
}

.pricing-credit-service-amount {
    font-weight: 750;
    color: #f8fafc !important;
    font-size: 1.05rem;
}

.pricing-benefits-section {
    background: #0b1220;
}

.pricing-benefits-section .benefit-card {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.pricing-benefits-section .benefit-title {
    color: #f8fafc;
}

.pricing-benefits-section .benefit-text {
    color: #94a3b8;
}

.pricing-cta-section {
    background: #0b1220;
}

.package-marketing-note {
    margin-top: 0.75rem;
    font-size: 0.84rem;
    color: #94a3b8;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
    padding-top: 0.55rem;
}

.promo-line {
    margin-top: 0.35rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.promo-from {
    font-size: 0.76rem;
    color: #94a3b8;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 700;
}

.promo-old-price {
    font-size: 0.84rem;
    color: #94a3b8;
    text-decoration: line-through;
    margin: 0;
}

.promo-current-label {
    font-size: 0.76rem;
    color: #cbd5e1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0.35rem;
}

.promo-off-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 0.74rem;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(22, 101, 52, 0.18);
}

.promo-current-line {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.package-description {
    margin-bottom: 0.7rem;
    flex-grow: 1;
    min-height: 3.8em;
}

.description-text {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #cbd5e1;
}

.package-features {
    margin-top: auto;
}

@media (max-width: 576px) {
    .pricing-fee-value strong {
        display: block;
        margin-bottom: 0.25rem;
    }
}
