.pricing {
        padding: 70px 20px;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    }

    .pricing .pricing-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .pricing .pricing-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .pricing .pricing-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .pricing .pricing-subtitle {
        font-size: 1.2rem;
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .pricing .pricing-content {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 80px;
        align-items: flex-start;
    }

    .pricing .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .pricing .info-card {
        background: white;
        padding: 30px 25px;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border: 1px solid #f1f3f4;
        transition: all 0.3s ease;
    }

    .pricing .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .pricing .info-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #28a745, #20c997);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .pricing .info-icon i {
        font-size: 1.8rem;
        color: white;
    }

    .pricing .info-card h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .pricing .info-card p {
        font-size: 0.95rem;
        color: #6c757d;
        line-height: 1.4;
        margin: 0;
    }

    .pricing .pricing-card {
        background: white;
        padding: 50px 40px;
        border-radius: 25px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        position: relative;
        border: 1px solid #f1f3f4;
        transition: all 0.4s ease;
        position: sticky;
        top: 100px;
    }

    .pricing .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
    }

    .pricing .popular-badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 6px;
        box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    }

    .pricing .card-header {
        text-align: center;
        margin-bottom: 35px;
        padding-bottom: 25px;
        border-bottom: 2px solid #f1f3f4;
    }

    .pricing .card-header h3 {
        font-size: 1.6rem;
        font-weight: 700;
        color: #212529;
        margin: 20px 0 10px;
        line-height: 1.3;
    }

    .pricing .card-header p {
        font-size: 1rem;
        color: #6c757d;
        margin: 0;
        line-height: 1.5;
    }

    .pricing .price-section {
        text-align: center;
        margin-bottom: 35px;
    }

    .pricing .price-main {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
    }

    .pricing .currency {
        font-size: 2rem;
        font-weight: 600;
        color: #28a745;
    }

    .pricing .amount {
        font-size: 4rem;
        font-weight: 800;
        color: #212529;
        line-height: 0.9;
    }

    .pricing .price-note {
        font-size: 1rem;
        color: #6c757d;
        margin: 0;
        font-weight: 500;
    }

    .pricing .features-list {
        margin-bottom: 35px;
        padding: 25px 0;
        border-top: 2px solid #f1f3f4;
        border-bottom: 2px solid #f1f3f4;
    }

    .pricing .feature-item {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
        padding: 5px 0;
    }

    .pricing .feature-item:last-child {
        margin-bottom: 0;
    }

    .pricing .feature-item i {
        color: white;
        background: #28a745;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .pricing .feature-item span {
        font-size: 1rem;
        color: #212529;
        font-weight: 500;
        line-height: 1.4;
    }

    .pricing .cta-section {
        text-align: center;
    }

    .pricing .btn-primary {
        background: linear-gradient(135deg, #28a745, #20c997);
        color: white;
        padding: 18px 0;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.2rem;
        transition: all 0.3s ease;
        display: block;
        width: 100%;
        box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
        margin-bottom: 15px;
        letter-spacing: 0.3px;
    }

    .pricing .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
    }

    .pricing .security-note {
        font-size: 0.9rem;
        color: #6c757d;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .pricing .security-note i {
        color: #28a745;
    }

    @media (max-width: 968px) {
        .pricing .pricing-content {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .pricing .pricing-card {
            position: relative;
            top: auto;
        }

        .pricing .info-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 768px) {
        .pricing {
            padding: 80px 20px;
        }

        .pricing .pricing-title {
            font-size: 2rem;
        }

        .pricing .pricing-subtitle {
            font-size: 1.1rem;
        }

        .pricing .info-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .pricing .pricing-card {
            padding: 40px 30px;
        }

        .pricing .amount {
            font-size: 3rem;
        }
    }

    @media (max-width: 480px) {
        .pricing .pricing-card {
            padding: 30px 25px;
        }

        .pricing .info-card {
            padding: 25px 20px;
        }
    }