/* ===================================
   THEME: KOSHER BLUE - Ana Mavi Tema
   Koyu mavi header, profesyonel kurumsal görünüm
   =================================== */

/* Theme Variables Override */
body.theme-classic {
    --primary-color: #0c3666;
    --primary-dark: #082952;
    --primary-light: #1a5294;
    --secondary-color: #0056b3;
    --accent-color: #ffc107;
    --text-dark: #1a2942;
    --text-light: #546e8a;
    --text-white: #FFFFFF;
    --bg-light: #f0f4f8;
    --bg-white: #FFFFFF;
    --bg-dark: #0c3666;
    --border-color: #d0dce8;
    --gradient-primary: linear-gradient(135deg, #0c3666 0%, #1a5294 100%);
    --gradient-hero: linear-gradient(180deg, #f8fafc 0%, #e8f0f8 100%);
}

/* Header - Blue Banner Style */
body.theme-classic .header {
    background: var(--primary-color);
    padding: 0;
}

body.theme-classic .header-inner {
    padding: 10px 0;
}

body.theme-classic .nav-link {
    background: transparent;
    color: var(--text-white);
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 0;
    padding: 8px 15px;
}

body.theme-classic .nav-link:hover,
body.theme-classic .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent-color);
}

/* Hero Section - Professional Blue */
body.theme-classic .hero {
    background: linear-gradient(135deg, rgba(12, 54, 102, 0.85) 0%, rgba(26, 82, 148, 0.75) 100%),
        url('../images/hero-bg.jpg') center/cover no-repeat;
    min-height: 85vh;
    position: relative;
}

body.theme-classic .hero-content {
    color: white;
    max-width: 700px;
}

body.theme-classic .hero-title {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

body.theme-classic .hero-title span {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
    background: none;
    -webkit-text-fill-color: inherit;
}

body.theme-classic .btn-primary {
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 700;
    padding: 15px 35px;
}

body.theme-classic .btn-primary:hover {
    background: #e0a800;
    transform: translateY(-2px);
}

body.theme-classic .btn-outline {
    border-color: white;
    color: white;
}

body.theme-classic .btn-outline:hover {
    background: white;
    color: var(--primary-color);
}

/* About Section - Blue Theme */
body.theme-classic .about-section {
    padding: 80px 0;
    background: var(--bg-white);
}

body.theme-classic .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

body.theme-classic .about-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(12, 54, 102, 0.2);
}

/* Stats Section - Blue Banner */
body.theme-classic .stats-section {
    background: var(--gradient-primary);
    padding: 60px 0;
}

body.theme-classic .stat-item {
    text-align: center;
    color: white;
    padding: 20px;
}

body.theme-classic .stat-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

body.theme-classic .stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Process Section - Blue Cards */
body.theme-classic .process-section {
    padding: 80px 0;
    background: var(--bg-light);
}

body.theme-classic .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

body.theme-classic .process-card {
    background: white;
    border-radius: 12px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

body.theme-classic .process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(12, 54, 102, 0.15);
}

body.theme-classic .process-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

body.theme-classic .process-icon i {
    font-size: 2rem;
    color: white;
}

/* Features - Blue Style */
body.theme-classic .features {
    padding: 80px 0;
    background: var(--bg-white);
}

body.theme-classic .feature-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    text-align: center;
}

body.theme-classic .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(12, 54, 102, 0.12);
    border-color: var(--primary-color);
}

body.theme-classic .feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

body.theme-classic .feature-icon i {
    font-size: 1.8rem;
    color: white;
}

/* Form Section - Blue Theme */
body.theme-classic .application-form-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(12, 54, 102, 0.1);
    border-top: 4px solid var(--primary-color);
    padding: 40px;
}

body.theme-classic .btn-submit {
    background: var(--gradient-primary);
    border-radius: 8px;
}

/* Why Section - Blue */
body.theme-classic .why-section {
    background: var(--bg-light);
    padding: 80px 0;
}

body.theme-classic .why-card {
    background: white;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

body.theme-classic .why-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    margin: 0 auto 20px;
}

body.theme-classic .why-icon i {
    color: white;
}

/* Testimonials - Blue */
body.theme-classic .testimonials-section {
    background: white;
    padding: 80px 0;
}

body.theme-classic .testimonial-card {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
}

/* CTA Section - Blue */
body.theme-classic .cta-section {
    background: var(--gradient-primary);
    padding: 80px 0;
}

body.theme-classic .cta-section .btn {
    background: var(--accent-color);
    color: var(--primary-color);
}

/* Footer - Dark Blue */
body.theme-classic .footer {
    background: var(--bg-dark);
    padding: 60px 0 30px;
}

body.theme-classic .social-links a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

body.theme-classic .social-links a:hover {
    background: var(--accent-color);
}

/* Section Headers */
body.theme-classic .section-title {
    font-size: 2.2rem;
    color: var(--text-dark);
    position: relative;
}

body.theme-classic .section-header {
    margin-bottom: 50px;
}

/* Responsive */
@media (max-width: 992px) {
    body.theme-classic .hero-title {
        font-size: 2.5rem;
    }

    body.theme-classic .about-content {
        grid-template-columns: 1fr;
    }

    body.theme-classic .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body.theme-classic .hero-title {
        font-size: 2rem;
    }

    body.theme-classic .process-grid {
        grid-template-columns: 1fr;
    }
}