/*
Theme Name: Teknik Pro
Theme URI: https://teknikpro.ornektema.com/
Author: Sizin Adınız
Description: Beyaz eşya servisi için özel statik tema - birebir tasarım
Version: 1.0
*/

/* === TÜM STİLLER (daha önceki HTML'den aynen alınmıştır) === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    color: #1e293b;
    line-height: 1.5;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap');

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Top Header */
.top-header {
    background: #0f3b5c;
    color: #e2e8f0;
    padding: 10px 0;
    font-size: 0.85rem;
}
.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.top-header .left-info span {
    margin-right: 24px;
}
.top-header .left-info i, .top-header .right-info i {
    margin-right: 6px;
    color: #f59e0b;
}
.top-header .right-info .sertifika {
    background: rgba(255,255,255,0.15);
    padding: 4px 12px;
    border-radius: 40px;
}

/* Ana Navbar */
.main-navbar {
    background: white;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.logo h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f3b5c;
}
.logo h2 i {
    color: #f59e0b;
}
.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}
.nav-menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #1e293b;
    transition: 0.2s;
}
.nav-menu li a:hover {
    color: #f59e0b;
}
.nav-actions .btn-telefon {
    background: #f59e0b;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 780px) {
    .navbar { flex-direction: column; }
    .nav-menu { flex-wrap: wrap; justify-content: center; gap: 18px; }
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #fef9e8 0%, #ffffff 100%);
    padding: 60px 0 40px;
}
.hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.hero-content { flex: 1; }
.hero-badge {
    background: #fef3c7; color: #b45309; display: inline-block; padding: 6px 16px; border-radius: 30px;
    font-weight: 600; margin-bottom: 20px;
}
.hero-content h1 { font-size: 3rem; font-weight: 800; color: #0f3b5c; margin-bottom: 20px; }
.hero-content p { font-size: 1.1rem; color: #334155; margin-bottom: 30px; max-width: 90%; }
.hero-stats { display: flex; gap: 32px; margin-top: 20px; flex-wrap: wrap; }
.stat-item h3 { font-size: 2rem; color: #f59e0b; }
.hero-form {
    flex: 1; background: white; border-radius: 28px; box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    padding: 32px;
}
.hero-form h3 { font-size: 1.5rem; margin-bottom: 8px; }
.form-group input, .form-group select { width: 100%; padding: 12px 16px; border-radius: 60px; border: 1px solid #e2e8f0; margin-bottom: 16px; }
.btn-primary { background: #f59e0b; width: 100%; padding: 12px; border-radius: 60px; font-weight: bold; border: none; color: white; cursor: pointer; }

/* Markalar Slider */
.brands-slider-section {
    background: #f8fafc;
    padding: 50px 0;
    text-align: center;
}
.brands-slider-section h4 {
    font-size: 1.3rem;
    color: #0f3b5c;
    margin-bottom: 30px;
}
.swiper {
    width: 100%;
    padding: 20px 0;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-item {
    background: white;
    padding: 16px 24px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    font-weight: 600;
    font-size: 1.1rem;
    color: #1e293b;
    min-width: 120px;
}
.brand-item i {
    margin-right: 8px;
    color: #f59e0b;
}

/* Hizmetler */
.services-section {
    padding: 80px 0;
    background: white;
}
.section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f3b5c;
    margin-bottom: 12px;
}
.section-sub {
    text-align: center;
    color: #475569;
    margin-bottom: 48px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}
.service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
}
.service-card i {
    font-size: 3rem;
    color: #f59e0b;
    margin-bottom: 20px;
}
.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}
.service-card p {
    color: #4b5563;
}

/* Deneyim */
.experience {
    background: #fef9e8;
    padding: 70px 0;
}
.exp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
}
.exp-left { flex: 1; }
.exp-left h2 { font-size: 2rem; color: #0f3b5c; margin-bottom: 20px; }
.exp-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 30px; }
.exp-stats div h3 { font-size: 2rem; color: #f59e0b; }
.exp-right { flex: 1; background: white; border-radius: 28px; padding: 32px; }

/* FAQ */
.faq {
    padding: 70px 0;
    background: #fff;
}
.faq-grid { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e2e8f0; padding: 20px 0; }
.faq-question { display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; }
.faq-answer { display: none; padding-top: 12px; color: #475569; }
.faq-answer.active { display: block; }

/* Footer */
footer {
    background: #0a2a3b;
    color: #cbd5e1;
    padding: 50px 0 30px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-col h4 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.footer-col p, .footer-col ul {
    list-style: none;
    line-height: 1.8;
}
.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
}
.footer-col ul li a:hover { color: #f59e0b; }
.footer-bottom {
    text-align: center;
    border-top: 1px solid #1e4a6e;
    padding-top: 25px;
    font-size: 0.85rem;
}
.social-icons a {
    color: #cbd5e1;
    margin-right: 15px;
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 10px;
}
@media (max-width: 680px) {
    .hero-content h1 { font-size: 2.2rem; }
    .hero-stats { flex-wrap: wrap; }
}