/* Paketler sayfası için modern stil */

/* Genel stiller */
.packages-section {
    padding: 80px 0;
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
}

.packages-header {
    margin-bottom: 50px;
    text-align: center;
}

.packages-title {
    font-weight: 800;
    margin-bottom: 15px;
    color: #333;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.packages-subtitle {
    color: #666;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Fiyat Kartları */
.pricing-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
    z-index: 1;
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.card-header {
    padding: 30px 20px 20px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.pricing-card.featured .card-header {
    background: var(--primary-color);
    color: white;
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ff9500;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 15px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(255, 149, 0, 0.3);
}

.pricing-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.price-old{
    font-size: x-large;
	text-decoration:line-through;
}
.price-value {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #333;
}

.pricing-card.featured .price-value {
    color: white;
}

.price-period {
    display: block;
    font-size: 1rem;
    color: #888;
    margin-top: 5px;
}

.pricing-card.featured .price-period {
    color: rgba(255, 255, 255, 0.8);
}

.price-save {
    display: inline-block;
    background-color: rgba(75, 219, 123, 0.1);
    color: #4bdb7b;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 5px 0 15px;
}

.pricing-card.featured .price-save {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.feature-list {
    padding: 0 25px 20px;
    list-style-type: none;
    margin: 0;
}

.feature-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li .feature-icon {
    margin-right: 10px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
}

.feature-list li .feature-icon.included {
    color: #4bdb7b;
}

.feature-list li .feature-icon.excluded {
    color: #ddd;
}

.pricing-card .card-footer {
    background-color: transparent;
    border-top: none;
    padding: 0 25px 30px;
    text-align: center;
}

.pricing-card .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.2s ease;
    width: 100%;
}

.pricing-card .btn-primary:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

.pricing-card .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.2s ease;
    width: 100%;
}

.pricing-card .btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

.card-disclaimer {
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    margin-top: 8px;
}

/* Karşılaştırma Tablosu */
.comparison-section {
    padding: 80px 0;
    /*background-color: #f8f9fa;*/
}

.comparison-header {
    margin-bottom: 40px;
    text-align: center;
}

.comparison-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.comparison-table {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.comparison-table thead th {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}

.comparison-table thead th:first-child {
    text-align: left;
    background-color: #2563eb;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: rgba(59, 130, 246, 0.05);
}

.comparison-table tbody td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
    color: #555;
}

.comparison-table .check-icon {
    color: #4bdb7b;
    font-size: 1.1rem;
}

.comparison-table .times-icon {
    color: #ddd;
    font-size: 1.1rem;
}

/* FAQ Bölümü */
.faq-section {
    padding: 80px 0;
    background-color: white;
}

.faq-header {
    margin-bottom: 40px;
    text-align: center;
}

.faq-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.accordion-item {
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    padding: 20px;
    font-weight: 600;
    color: #333;
    background-color: white;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: rgba(59, 130, 246, 0.05);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233b82f6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-body {
    padding: 0 20px 20px;
    color: #666;
}

/* CTA Bölümü */
.cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #2563eb 100%);
    color: white;
    text-align: center;
    border-radius: 15px;
    margin: 50px 0;
}

.cta-title {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-btn {
    background-color: white;
    color: #3b82f6;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

.cta-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991.98px) {
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .packages-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .packages-section, 
    .comparison-section, 
    .faq-section {
        padding: 50px 0;
    }
    
    .comparison-table {
        font-size: 0.9rem;
    }
    
    .comparison-table td, 
    .comparison-table th {
        padding: 10px;
    }
}