/* Pattern Efektleri Kaldırıldı */
.py-5.bg-light, .comparison-section {
    background: none !important;
    padding: 60px 0;
    margin: 30px 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}.annual-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #16a34a;
    color: white;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}.package-duration-badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 4;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.package-duration-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.single-package-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--dark-color);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}.standard-package {
    transition: var(--transition);
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.standard-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}.standard-total {
    background: linear-gradient(135deg, #475569, #334155);
    color: white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto;
    font-weight: bold;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 1.5rem;
}

.standard-total:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}/* Paket Kart İçinde Feature Listesi */
.feature-list-card, .feature-list-modern {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.feature-list-card li, .feature-list-modern li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.4;
}

.feature-list-card li i, .feature-list-modern li i {
    flex-shrink: 0;
    margin-top: 3px;
    min-width: 18px;
}

.feature-list-card li:last-child, .feature-list-modern li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.feature-list-card li i, .feature-list-modern li i {
    margin-right: 10px;
    font-size: 0.9rem;
    margin-top: 5px;
    flex-shrink: 0;
}

/* Modern Paket Kartları */
.modern-premium-package, .modern-standard-package {
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
}

.modern-premium-package:hover, .modern-standard-package:hover {
    transform: translateY(-10px);
}

.modern-premium-package .package-header {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    color: white;
    overflow: hidden;
}

.modern-standard-package .package-header {
    background: linear-gradient(135deg, #64748b, #475569);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    color: white;
    overflow: hidden;
}

.annual-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.single-service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.package-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.standard-icon {
    background: rgba(255, 255, 255, 0.2);
}

.modern-premium-package:hover .package-icon-circle, 
.modern-standard-package:hover .package-icon-circle {
    transform: scale(1.1) translateY(-5px);
}

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

.package-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.package-price-container {
    text-align: center;
    margin-bottom: 20px;
}

.package-price {
    margin-bottom: 10px;
}

.price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
}

.period {
    font-size: 1rem;
    color: #777;
}

.package-total-price {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.standard-price {
    background: linear-gradient(135deg, #64748b, #475569);
}

.package-total-price:hover {
    transform: translateY(-3px);
}

.standard-price:hover {
}

.btn-modern {
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-modern:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .package-icon-circle {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .package-title {
        font-size: 1.3rem;
    }
    
    .price {
        font-size: 1.8rem;
    }
    
    .package-total-price {
        font-size: 1.1rem;
        padding: 8px 20px;
    }
}/* Karşılaştırma Bölümü - Modern Tasarım */
.comparison-section-new {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Modern Kart Tabanlı Karşılaştırma */
.comparison-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.comparison-card, .comparison-card-feature-column {
    flex: 1;
    min-width: 240px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

/* Özellik sütunu */
.comparison-card-feature-column {
    background: transparent;
    box-shadow: none;
    min-width: 180px;
}

.comparison-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.comparison-card-header {
    padding: 24px 20px;
    text-align: center;
    position: relative;
    color: var(--dark-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.standard-card .comparison-card-header {
    background: linear-gradient(135deg, #f9fafb, #f1f5f9);
    color: var(--dark-color);
}

.premium-card .comparison-card-header {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
}

.comparison-type-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gray-color);
    color: white;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.premium-badge {
    background: var(--primary-color);
}

.comparison-card-header h3 {
    font-size: 1.25rem;
    margin: 10px 0 0;
    font-weight: 700;
}

/* Liste stilleri */
.comparison-feature-list, .comparison-value-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.comparison-feature-list li, .comparison-value-list li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.comparison-feature-list li {
    font-weight: 600;
    color: var(--dark-color);
    justify-content: flex-start;
}

.comparison-value-list li {
    text-align: center;
    justify-content: center;
    color: var(--gray-color);
}

.premium-card .comparison-value-list li {
    color: var(--dark-color);
}

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

/* İkon stilleri */
.feature-check {
    color: var(--success-color);
    font-size: 1.2rem;
}

.feature-minus {
    color: var(--gray-color);
    font-size: 1.2rem;
}

/* Kart altı CTA */
.comparison-card-footer {
    padding: 20px;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Mobil Karşılaştırma */
.comparison-accordion .accordion-button {
    font-weight: 600;
}

.comparison-mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.comparison-feature {
    font-weight: 600;
    padding: 12px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    align-self: center;
}

.comparison-value {
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    align-self: center;
}

@media (max-width: 991px) {
    .comparison-cards-container {
        gap: 10px;
    }
    
    .comparison-card, .comparison-card-feature-column {
        min-width: 200px;
    }
    
    .comparison-feature-list li, .comparison-value-list li {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .comparison-card-feature-column {
        display: none;
    }
    
    .comparison-card {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}

/* Özellik karşılaştırma matris tasarımı */
.feature-matrix {
    width: 100%;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.feature-matrix-header {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--primary-color);
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.feature-matrix-row {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.3s;
}

.feature-matrix-row:last-child {
    border-bottom: none;
}

.feature-matrix-row:hover {
    background: rgba(0, 0, 0, 0.02);
}

.feature-matrix-cell {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-matrix-cell.feature-name {
    justify-content: flex-start;
    font-weight: 600;
    padding-left: 30px;
}

.feature-matrix-header .feature-matrix-cell {
    font-weight: 700;
    font-size: 1.1rem;
    padding: 20px;
}

.feature-matrix-header .feature-matrix-cell.feature-name {
    padding-left: 30px;
}

.feature-value {
    font-size: 0.9rem;
}

.feature-check-icon {
    color: var(--success-color);
    font-size: 1.2rem;
}

.feature-advanced-icon {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.feature-minus-icon {
    color: var(--gray-color);
    font-size: 1.2rem;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .feature-matrix-header, .feature-matrix-row {
        grid-template-columns: 2fr repeat(3, 1fr);
    }
    
    .feature-matrix-cell {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
    
    .feature-matrix-header .feature-matrix-cell {
        font-size: 0.9rem;
    }
    
    .feature-matrix-cell.feature-name {
        padding-left: 15px;
    }
    
    .feature-matrix-header .feature-matrix-cell.feature-name {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .feature-matrix {
        border-radius: 8px;
        margin: 15px 0;
    }
    
    .feature-matrix-header, .feature-matrix-row {
        grid-template-columns: 1.5fr repeat(3, 1fr);
    }
    
    .feature-matrix-cell {
        padding: 10px 5px;
        font-size: 0.75rem;
    }
    
    .feature-matrix-header .feature-matrix-cell {
        font-size: 0.8rem;
        padding: 12px 5px;
    }
    
    .feature-check-icon, .feature-minus-icon, .feature-advanced-icon {
        font-size: 1rem;
    }
    
    .feature-matrix-cell.feature-name {
        padding-left: 10px;
    }
    
    .feature-matrix-header .feature-matrix-cell.feature-name {
        padding-left: 10px;
    }
}

/* Sıkça Sorulan Sorular */

.custom-accordion {
    box-shadow: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
    z-index: 1;
    background: none;
}

/* Sıkça Sorulan Sorular arkaplan efekti kaldırıldı */

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
    background-color: transparent;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-button {
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    color: var(--dark-color);
    background-color: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: rgba(37, 99, 235, 0.05);
}

.custom-accordion .accordion-button:hover {
    color: var(--primary-color);
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(37, 99, 235, 0.1);
}

.custom-accordion .accordion-button::after {
    background-size: 1.25rem;
    transition: var(--transition);
    color: var(--primary-color);
}

.custom-accordion .accordion-body {
    padding: 1.5rem;
    color: var(--gray-color);
    line-height: 1.7;
}

/* CTA Bölümü */
.cta-section {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 50px 0 0 0;
    box-shadow: none;
}

.cta-icon-wrapper {
    margin-bottom: 20px;
}

.cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 32px;
    color: #f59e0b;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.cta-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.25);
}

.cta-icon::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
    animation: pulseCta 2s infinite;
}

@keyframes pulseCta {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.08' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-size: 40px 40px;
    background-repeat: repeat;
    opacity: 0.4;
}

.cta-card {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 1.8rem;
    box-shadow: var(--box-shadow-lg);
    text-align: center;
    border-top: 5px solid var(--secondary-color);
    transform: translateY(-15px);
}

.cta-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-light);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.cta-contact-info {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.cta-contact-info p {
    margin-bottom: 0.5rem;
    font-weight: 500;
}/* Genel Stiller */
:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #3b82f6;
    --secondary-color: #f59e0b;
    --secondary-dark: #d97706;
    --secondary-light: #fbbf24;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --dark-color: #111827;
    --light-color: #f9fafb;
    --gray-color: #6b7280;
    --light-gray: #e5e7eb;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --box-shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transition: all 0.3s ease;
    --vip-gradient: linear-gradient(135deg, #2563eb, #1d4ed8);
    --standard-gradient: linear-gradient(135deg, #64748b, #475569);
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: var(--dark-color);
    line-height: 1.7;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Header - Modern */
.modern-navbar {
    padding: 10px 0;
    background: #2563eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid var(--secondary-color);
}

.modern-navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.1));
    z-index: 0;
}



.brand-wrapper {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.brand-highlight {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -5px;
    left: 0;
    background-color: var(--secondary-color);
    transition: height 0.3s ease;
    border-radius: 2px;
}

.navbar-brand:hover .brand-highlight {
    height: 3px;
}

.navbar-brand img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.navbar-brand:hover img {
    transform: translateY(-3px);
}

.nav-link {
    position: relative;
    font-weight: 600;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 30px;
}

.nav-link:hover, .nav-link.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    z-index: -1;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-btn {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.nav-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.nav-btn::after {
    display: none;
}

/* Ana Sayfa Hero - Modern */
.hero-section {
    position: relative;
    padding: 40px 0;
    background: #2563eb;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    border-top: 5px solid var(--secondary-color);
    z-index: 1;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
    z-index: -2;
}







/* Hero içerik stilleri */
/* Modern Partner Badge */
.partner-badge {
    display: inline-flex;
    align-items: center;
    background: #024d8e;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
    color: white;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}



.partner-badge:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.badge-icon {
    position: relative;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    margin-left: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    perspective: 800px;
    z-index: 2;
}

.badge-icon i {
    color: white;
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
    transform: translateZ(10px);
}

.badge-shine {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 2;
}

@keyframes shine {
    0% { transform: translateX(-150%) rotate(25deg); }
    100% { transform: translateX(150%) rotate(25deg); }
}

.badge-text {
    padding: 0 12px 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.badge-title {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.95;
    text-transform: uppercase;
}

.badge-brand {
    font-size: 1.1rem;
    font-weight: 800;
    background: linear-gradient(to right, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

@media (max-width: 576px) {
    .partner-badge {
        padding: 3px;
        border-radius: 10px;
    }
    
    .badge-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }
    
    .badge-icon i {
        font-size: 1.1rem;
    }
    
    .badge-title {
        font-size: 0.65rem;
    }
    
    .badge-brand {
        font-size: 0.95rem;
    }
}

/* Premium Heading Styles */
.hero-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.premium-text {
    color: white;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.professional-text {
    position: relative;
    color: #f59e0b;
    font-weight: 900;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.professional-text::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 8px;
    background: rgba(245, 158, 11, 0.2);
    z-index: -1;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.7rem;
    }
    
    .professional-text::before {
        height: 5px;
        bottom: 2px;
    }
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 95%;
}

/* Kompakt hero özellik stilleri */
.hero-features-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0;
}

.feature-compact {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    margin-right: 10px;
}

.feature-compact:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.feature-compact i {
    color: var(--secondary-color);
    font-size: 1rem;
    margin-right: 8px;
}

.feature-compact span {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

/* CTA butonları */
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem;
}

.hero-cta .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.hero-cta .btn-primary {
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-dark));
    border-color: var(--secondary-color);
    box-shadow: 0 8px 15px rgba(245, 158, 11, 0.25);
}

.hero-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(245, 158, 11, 0.35);
    background: linear-gradient(135deg, var(--secondary-light), var(--secondary-color));
}

.hero-cta .btn-outline-primary {
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-cta .btn-outline-primary:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Hero resim bölümü */
.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
}

.hero-image-container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.hero-image {
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}

.floating-badges {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.floating-badge {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px;
    transition: all 0.3s ease;
    z-index: 20;
}

.floating-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 25;
}

.floating-badge i {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.floating-badge span {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--dark-color);
    text-align: center;
    line-height: 1.1;
}

.badge-top {
    top: 20px;
    left: 30%;
}

.badge-right {
    top: 40%;
    right: 25px;
}

.badge-bottom {
    bottom: 30px;
    left: 40%;
}

.badge-left {
    top: 45%;
    left: 25px;
}





/* Responsive Düzenlemeler */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .floating-badge {
        width: 60px;
        height: 60px;
    }
    
    .primary-blob {
        width: 280px;
        height: 280px;
    }
    
    .secondary-blob {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 30px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-features-compact {
        flex-wrap: wrap;
    }
    
    .feature-compact {
        margin-bottom: 8px;
    }
    
    .hero-image-wrapper {
        margin-top: 20px;
    }
    
    .floating-badge {
        width: 55px;
        height: 55px;
    }
    
    .floating-badge i {
        font-size: 1.2rem;
    }
    
    .floating-badge span {
        font-size: 0.7rem;
    }
    
    .badge-top {
        top: 0;
        left: 25%;
    }
    
    .badge-right {
        top: 30%;
        right: 5px;
    }
    
    .badge-bottom {
        bottom: 10px;
        left: 50%;
    }
    
    .badge-left {
        top: 30%;
        left: 5px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 30px 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
        margin: 0 auto 1rem;
        max-width: 100%;
    }
    
    .hero-features-compact {
        justify-content: center;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .floating-badges {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .floating-badge {
        width: 50px;
        height: 50px;
        font-size: 0.8rem;
    }
    
    .floating-badge i {
        font-size: 1.1rem;
    }
    
    .badge-top {
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .badge-right {
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
    }
    
    .badge-bottom {
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .badge-left {
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    
    .primary-blob, .secondary-blob {
        width: 220px;
        height: 220px;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }
}

.text-gradient {
    background: linear-gradient(to right, var(--primary-color), var(--primary-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-image-container {
    position: relative;
    display: inline-block;
}

.hero-image {
    position: relative;
    z-index: 2;
    max-width: 100%;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
    transition: var(--transition);
    animation: float 6s ease-in-out infinite, pulse2 8s ease-in-out infinite;
}

@keyframes pulse2 {
    0%, 100% { transform: scale(1); filter: brightness(1) drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15)); }
    50% { transform: scale(1.02); filter: brightness(1.1) drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25)); }
}

.hero-blob {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.6), rgba(37, 99, 235, 0.4));
    border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    z-index: 1;
    animation: blob 10s linear infinite alternate;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes blob {
    0% {
        border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    }
    25% { 
        border-radius: 50% 50% 40% 60% / 40% 50% 50% 60%;
    }
    50% {
        border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    }
    100% {
        border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    }
}

/* Hero bölümü özellikleri */
.hero-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-feature {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gray-color);
}

.hero-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.hero-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 15px;
    transition: all 0.3s ease;
}

.hero-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.hero-badge i {
    font-size: 2rem;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.hero-badge span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-color);
    text-align: center;
}

@media (max-width: 768px) {
    .hero-badges {
        margin-top: 20px;
    }
    
    .hero-badge {
        width: 80px;
        height: 80px;
    }
    
    .hero-badge i {
        font-size: 1.5rem;
    }
    
    .hero-badge span {
        font-size: 0.8rem;
    }
}

/* Modern Kurumsal Section Header Design */
.section-header {
    position: relative;
    padding: 15px 0 20px;
    margin-bottom: 30px;
    overflow: visible;
    border-bottom: none;
}

.modern-header {
    position: relative;
    margin-top: -10px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Özel olarak Paket Karşılaştırması ve SSS için negatif margin tanımı */
.comparison-section-new .modern-header,
.faq-section-new .modern-header {
    margin-top: -55px;
}

.header-icon-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.header-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(145deg, #0288d1, #1565c0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(2, 136, 209, 0.3);
    color: white;
    font-size: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.header-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(2, 136, 209, 0.4);
}

.tools-icon {
    background: linear-gradient(145deg, #64748b, #475569);
    box-shadow: 0 10px 25px rgba(71, 85, 105, 0.3);
}

.tools-icon:hover {
    box-shadow: 0 15px 35px rgba(71, 85, 105, 0.4);
}

.header-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(145deg, rgba(2, 136, 209, 0.2), rgba(21, 101, 192, 0.2));
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
}

.tools-icon::before {
    background: linear-gradient(145deg, rgba(100, 116, 139, 0.2), rgba(71, 85, 105, 0.2));
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.header-line {
    width: 80px;
    height: 3px;
    margin-top: 15px;
    border-radius: 3px;
    position: relative;
    background: linear-gradient(to right, transparent, #0288d1, transparent);
}

.tools-icon + h2 + .header-line {
    background: linear-gradient(to right, transparent, #64748b, transparent);
}

.modern-header h2 {
    position: relative;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: transparent;
    z-index: 3;
    text-transform: capitalize;
    color: #333;
}

.section-header p.lead {
    position: relative;
    z-index: 3;
    margin: 15px auto 0;
    max-width: 800px;
    font-weight: 400;
    color: #4b5563;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .modern-header h2 {
        font-size: 26px;
    }
    
    .section-header p.lead {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .header-icon {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .header-line {
        width: 60px;
        margin-top: 10px;
    }
}

/* Paket Bilgi Kartları */
.package-info-card {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    height: 100%;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.package-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.package-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--vip-gradient);
    z-index: 1;
}

.standard-info::before {
    background: var(--standard-gradient);
}

.package-info-badge {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-color);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.standard-badge {
    background-color: var(--gray-color);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

.feature-list li {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.4;
}

.feature-list li i {
    color: var(--success-color);
    margin-right: 10px;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Paket Kartları - Modern Tasarım */
.package-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 100%;
    border: none;
    background-color: white;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Arkaplan ile ilgili yardımcı sınıflar */
.hero-style-bg {
    position: relative;
    overflow: hidden;
}

.hero-style-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='400' viewBox='0 0 1440 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-opacity='0.2' stroke-width='2.5' d='M0,250 C240,200 480,280 720,230 C960,180 1200,260 1440,210' /%3E%3Cpath fill='none' stroke='%23ffffff' stroke-opacity='0.15' stroke-width='2.5' d='M0,300 C240,250 480,330 720,280 C960,230 1200,310 1440,260' /%3E%3Cpath fill='none' stroke='%23ffffff' stroke-opacity='0.1' stroke-width='2.5' d='M0,200 C240,150 480,230 720,180 C960,130 1200,210 1440,160' /%3E%3C/svg%3E");
    background-position: center bottom;
    background-size: 120% 100%;
    background-repeat: repeat-x;
    z-index: 0;
    opacity: 0.5;
    animation: floatingWave 15s linear infinite alternate;
}

@keyframes floatingWave {
    0% { background-position: left bottom; transform: translateY(0); }
    50% { transform: translateY(5px); }
    100% { background-position: right bottom; transform: translateY(0); }
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.package-ribbon {
    position: absolute;
    top: 25px;
    right: -35px;
    width: 150px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    text-align: center;
    padding: 7px 0;
    transform: rotate(45deg);
    font-weight: 600;
    font-size: 1.1rem;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-transform: capitalize;
}

.vip-package .package-header {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    color: white;
    position: relative;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.standard-package .package-header {
    background: linear-gradient(135deg, #64748b, #334155);
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    color: white;
    position: relative;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.package-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.duration-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary-dark);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    transition: transform 0.3s;
}

.duration-badge:hover {
    transform: scale(1.1);
}

.standard-package .duration-badge {
    background-color: var(--dark-color);
}

.package-content {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.package-price {
    text-align: center;
    margin-bottom: 1rem;
}

.package-price .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-color);
}

.package-price .period {
    font-size: 1rem;
    color: var(--gray-color);
}

.package-total {
    background-color: var(--secondary-color);
    color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.package-total:hover {
    transform: scale(1.05);
}

.package-total span {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

.package-total .duration-text {
    font-size: 0.85rem;
    opacity: 0.9;
}

.package-description {
    margin: 1.5rem 0;
    color: var(--gray-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

.btn-block {
    display: block;
    width: 100%;
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
    transition: var(--transition);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Özelleştirmeler */
@media (max-width: 768px) {
    .package-card {
        margin-bottom: 2rem;
    }
    
    .duration-badge {
        width: 50px;
        height: 50px;
        font-size: 0.9rem;
        top: -15px;
        right: 15px;
    }
    
    .package-price {
        font-size: 1.5rem;
    }
    
    .package-total {
        width: 100px;
        height: 100px;
    }
}

/* Kayıt ve Giriş Formları */
.auth-form {
    max-width: 500px;
    margin: 2rem auto;
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.auth-form h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

/* Modal Özellikleri */
.modal-content {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow-lg);
    border: none;
    overflow: hidden;
}

.modal-header {
    background: var(--vip-gradient);
    color: white;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title {
    font-weight: 600;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.package-summary {
    background-color: #f8fafc;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    height: 100%;
}

.package-modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.2;
}

.input-group-text {
    background-color: #f8fafc;
    border-color: #e2e8f0;
    color: var(--gray-color);
}

/* Dashboard */
.dashboard-card {
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.dashboard-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--box-shadow-lg);
}

.dashboard-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.package-info {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.package-icon {
    width: 60px;
    height: 60px;
    background: var(--vip-gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    flex-shrink: 0;
}

.package-details h4 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.package-details p {
    color: var(--gray-color);
    margin: 0;
}

.progress {
    height: 8px;
    margin: 1.5rem 0 1rem;
    background-color: #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar {
    background: var(--vip-gradient);
    border-radius: 20px;
    transition: width 1s ease;
}

/* Footer */
footer {
    background-color: #1e293b;
    color: #f8fafc;
}

footer h5 {
    margin-bottom: 1.2rem;
    font-weight: 600;
    color: white;
}

footer p {
    color: #cbd5e1;
}

footer .list-unstyled li {
    margin-bottom: 0.7rem;
    color: #cbd5e1;
}

footer .list-unstyled li i {
    margin-right: 0.5rem;
    color: var(--primary-light);
}

footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

footer .social-icons a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

/* Animasyonlar */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease forwards;
}

/* Responsive Özelleştirmeler */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .comparison-table-wrapper {
        padding: 0;
    }
    
    .cta-card {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        text-align: center;
    }
    
    .hero-section .d-flex {
        justify-content: center;
    }
    
    .hero-image-container {
        margin-top: 2rem;
    }
    
    .package-info-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .package-total {
        width: 80px;
        height: 80px;
    }
    
    .package-total span {
        font-size: 1.2rem;
    }
    
    .duration-badge {
        width: 50px;
        height: 50px;
        font-size: 0.8rem;
    }
    
    .package-title {
        font-size: 1.2rem;
    }
    
    .package-price .price {
        font-size: 1.6rem;
    }
    
    .floating-badge {
        width: 45px;
        height: 45px;
    }
    
    .floating-badge i {
        font-size: 1rem;
        margin-bottom: 2px;
    }
    
    .floating-badge span {
        font-size: 0.65rem;
    }
    
    .badge-top {
        top: -5px;
        left: 20%;
    }
    
    .badge-right {
        top: 30%;
        right: -5px;
    }
    
    .badge-bottom {
        bottom: -5px;
        left: 50%;
    }
    
    .badge-left {
        top: 30%;
        left: -5px;
    }
    
    .hero-image-container {
        max-width: 100%;
    }
}
