﻿.pricing-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #fef6f5 100%);
}
.banner {
    background-image: url('../images/price-banner.jpg');
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    background-size: cover;
    background-position-y: 80%;
    background-position-x: 50%;
    min-height: 200px;
    width: 100%;
}

.pricing-container {
    max-width: 500px;
    margin: 0 auto 60px;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(225, 121, 102, 0.15);
    border: 3px solid #e17966;
    position: relative;
}

.pricing-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-header h3 {
    color: #e17966;
    font-size: 28px;
    margin-bottom: 20px;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.currency {
    font-size: 24px;
    color: #666;
}

.amount {
    font-size: 48px;
    font-weight: bold;
    color: #e17966;
}

.period {
    color: #666;
    font-size: 18px;
}

.pricing-features {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-name {
    font-weight: 500;
    color: #333;
}

.feature-value {
    color: #e17966;
    font-weight: 600;
}

.user-count {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.pricing-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-button {
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #e17966;
}

    .cta-button.primary {
        background: #e17966;
        color: white;
    }

    .cta-button.secondary {
        background: white;
        color: #e17966;
    }

    .cta-button.enterprise {
        background: #333;
        color: white;
        border-color: #333;
    }

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(225, 121, 102, 0.3);
    }

.discount-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 60px auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    max-width: 1000px;
}

    .discount-section h3 {
        color: #e17966;
        text-align: center;
        margin-bottom: 10px;
        font-size: 32px;
    }

.discount-intro {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 18px;
}

.discount-table-container {
    overflow-x: auto;
    margin: 30px 0;
}

.discount-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

    .discount-table th {
        background: #e17966;
        color: white;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
    }

    .discount-table td {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
    }

    .discount-table tr:last-child td {
        border-bottom: none;
    }

    .discount-table tr:hover {
        background: #fef6f5;
    }

    .discount-table .highlight {
        color: #e17966;
        font-weight: bold;
        font-size: 18px;
    }

    .discount-table .special-offer {
        background: #fff9f8;
        border-left: 4px solid #e17966;
    }

.special-offer-section {
    background: linear-gradient(135deg, #fff3f1 0%, #ffeae6 100%);
    border: 2px solid #e17966;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.special-offer-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #e17966;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.special-offer-section h4 {
    color: #e17966;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.special-offer-desc {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    font-size: 16px;
}

.offer-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.offer-option {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.offer-icon {
    margin-right: 15px;
    min-width: 40px;
}

    .offer-icon svg {
        stroke: #e17966;
    }

.offer-content h5 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
}

.offer-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}


.pricing-features-detail {
    max-width: 1000px;
    margin: 0 auto 60px;
    text-align: center;
}

.pricing-features-detail h3 {
    color: #333;
    margin-bottom: 40px;
    font-size: 32px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-detail {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.feature-detail:hover {
    transform: translateY(-5px);
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.feature-icon svg {
    stroke: #e17966;
}

.feature-detail h4 {
    color: #e17966;
    margin-bottom: 15px;
    font-size: 20px;
}

.feature-detail p {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .pricing-card {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .pricing-features-detail {
        margin: 0 10px 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-detail {
        padding: 30px 20px;
    }

    .enterprise-section {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .amount {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .features-grid {
        gap: 40px;
    }

    .feature-detail {
        padding: 50px 30px;
    }
}
