/* Genel Ayarlar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f4f6f9;
    color: #333;
    padding-bottom: 60px;
}

/* En Üst Bilgi Şeridi (Top Bar) */
.top-bar {
    background: #1e293b;
    color: #cbd5e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5%;
    font-size: 0.85rem;
}

.top-info span {
    margin-right: 15px;
}

.top-info i {
    color: #38bdf8;
    margin-right: 5px;
}

.top-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.top-contact i {
    color: #22c55e;
    margin-right: 5px;
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.logo h2 {
    color: #0f172a;
    font-size: 1.4rem;
    white-space: nowrap;
}

.logo h2 span {
    color: #0284c7;
}

.btn-header-call {
    background: #0284c7;
    color: white;
    padding: 9px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Hero Bölümü */
.hero {
    background: linear-gradient(rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.75)), url('https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=1200') center/cover;
    color: white;
    text-align: center;
    padding: 70px 20px;
}

.hero-content {
    max-width: 750px;
    margin: 0 auto;
}

.badge {
    background: #0284c7;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.hero h1 {
    font-size: 2.1rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.hero p {
    font-size: 1.05rem;
    margin-bottom: 25px;
    color: #e2e8f0;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-phone { background: #0284c7; color: white; }
.btn-whatsapp { background: #22c55e; color: white; }

/* Güven Rozetleri (Features) */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    padding: 30px 5%;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.feature-box i {
    font-size: 2.2rem;
    color: #0284c7;
}

.feature-box h4 {
    font-size: 0.95rem;
    color: #0f172a;
}

.feature-box p {
    font-size: 0.8rem;
    color: #64748b;
}

/* Hizmetlerimiz */
.services {
    padding: 50px 5%;
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title h2 {
    color: #0f172a;
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.section-title p {
    color: #64748b;
    font-size: 0.95rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.service-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s;
}

.service-card:hover {
    transform: translateY(-3px);
}

.service-card i {
    font-size: 2.4rem;
    color: #0284c7;
    margin-bottom: 15px;
}

.service-card h3 {
    margin-bottom: 10px;
    color: #0f172a;
}

.service-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* Servis Süreci */
.process {
    background: #ffffff;
    padding: 50px 5%;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    text-align: center;
}

.step {
    padding: 15px;
}

.step-num {
    width: 45px;
    height: 45px;
    background: #0284c7;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto 15px;
}

.step h4 {
    margin-bottom: 8px;
    color: #0f172a;
}

.step p {
    font-size: 0.85rem;
    color: #64748b;
}

/* Markalar / Bilgilendirme */
.brands-text {
    text-align: center;
    padding: 30px 5%;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.9rem;
}

.brands-text small {
    display: block;
    margin-top: 8px;
    color: #64748b;
}

/* İletişim */
.contact-info {
    padding: 40px 5%;
    text-align: center;
    background: #ffffff;
}

.contact-info h2 {
    margin-bottom: 15px;
}

.contact-info p {
    margin: 8px 0;
    color: #334155;
}

.contact-info a {
    color: #0284c7;
    font-weight: bold;
    text-decoration: none;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background: #0f172a;
    color: #94a3b8;
    font-size: 0.85rem;
}

/* Alt Sabit Butonlar */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.sticky-btn {
    flex: 1;
    padding: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
}

.sticky-btn.call { background-color: #0284c7; }
.sticky-btn.wp { background-color: #22c55e; }

/* Mobil Ekran Akıllı Düzenlemeleri */
@media (max-width: 600px) {
    .top-bar {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 10px 15px;
    }

    .top-info span {
        display: block;
        margin-right: 0;
        margin-bottom: 3px;
    }

    header {
        padding: 10px 15px;
    }

    .logo h2 {
        font-size: 1.15rem; /* Mobilde logonun taşmasını önler */
    }

    /* Mobilde butonu şık bir ikona dönüştürür */
    .btn-header-call {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .btn-header-call i {
        margin: 0;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 0.95rem;
    }
}