/* Pricing Page CSS */

.pricing-section {
    min-height: 80vh;
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    color: white;
}

.pricing-title {
    text-align: center;
    font-size: 42px;
    margin: 0 0 10px 0;
}

.pricing-subtitle {
    text-align: center;
    font-size: 20px;
    margin: 0 0 50px 0;
    opacity: 0.9;
}

.pricing-card {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    color: #333;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.pricing-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.pricing-header h2 {
    margin: 0 0 20px 0;
    color: #1a1a2e;
    font-size: 28px;
}

.price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.price .currency {
    font-size: 32px;
    font-weight: bold;
    color: #4169e1;
    margin-top: 5px;
}

.price .amount {
    font-size: 64px;
    font-weight: bold;
    color: #4169e1;
    line-height: 1;
}

.price .period {
    font-size: 20px;
    color: #666;
    align-self: flex-end;
    padding-bottom: 8px;
}

.pricing-features {
    padding: 30px 0;
}

.pricing-features h3 {
    margin: 0 0 20px 0;
    color: #1a1a2e;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
}

.btn-large {
    font-size: 18px;
    padding: 16px 32px;
    width: 100%;
    margin: 20px 0;
}

.pricing-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 10px 0 0 0;
}

.trust-badges {
    text-align: center;
    margin-top: 40px;
    opacity: 0.9;
}

.trust-badges p {
    font-size: 16px;
}
