/* ==========================================
   1. HERO ALANI VE GÖRSEL BOYUTLANDIRMA
   ========================================== */
.home-hero {
    padding: 60px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--border);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f2fe;
    color: var(--primary);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
}

.home-hero-text h1 {
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.text-primary-accent { 
    color: var(--primary); 
}

.hero-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn-solid {
    background: var(--primary);
    color: #ffffff !important;
    padding: 13px 26px;
    border-radius: var(--radius);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    box-sizing: border-box;
    min-height: 48px;
}

.btn-solid:hover { 
    background: var(--primary-dark); 
}

.btn-outline {
    border: 1px solid var(--border);
    color: var(--text-dark);
    padding: 13px 24px;
    border-radius: var(--radius);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    box-sizing: border-box;
    min-height: 48px;
}

.btn-outline:hover { 
    background: #f1f5f9; 
}

.hero-metrics {
    display: flex;
    gap: 30px;
    border-top: 1px solid var(--border);
    padding-top: 25px;
}

.hero-metrics div { 
    display: flex; 
    flex-direction: column; 
}

.hero-metrics strong { 
    font-size: 1.4rem; 
    color: var(--primary); 
}

.hero-metrics span { 
    font-size: 11px; 
    text-transform: uppercase; 
    color: var(--text-muted); 
    font-weight: 600; 
}

.home-hero-visual {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-img-box {
    position: relative;
    max-width: 420px;
    width: 100%;
}

.hero-img-box img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top center;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hero-float-card {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: var(--radius);
    border-left: 4px solid var(--primary);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.hero-float-card strong { 
    color: var(--primary); 
    font-size: 14px; 
}

.hero-float-card span { 
    font-size: 12px; 
    color: var(--text-dark); 
    font-weight: 600; 
}

/* ==========================================
   2. ŞEHİRLER BANT ALANI
   ========================================== */
.strip-cities {
    background: #f8fafc;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
}

.strip-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.strip-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    text-transform: uppercase;
}

.strip-items {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13.5px;
    font-weight: 500;
    color: #334155;
}

.strip-divider { 
    color: #cbd5e1; 
    font-size: 11px; 
}

.strip-more-link {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
    margin-left: auto;
}

/* ==========================================
   3. OPERASYON ADIMLARI (PROCESS)
   ========================================== */
.bg-alt { 
    background-color: #f8fafc; 
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.process-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 26px 20px;
    position: relative;
}

.process-num {
    font-size: 2rem;
    font-weight: 900;
    color: #e2e8f0;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.process-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.process-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ==========================================
   4. ÖNE ÇIKAN HİZMET KARTLARI
   ========================================== */
.section-padding { 
    padding: 70px 0; 
}

.section-title-wrap { 
    text-align: center; 
    margin-bottom: 45px; 
}

.sub-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    background: #e0f2fe;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.section-title-wrap h2 { 
    font-size: 2rem; 
    font-weight: 800; 
    letter-spacing: -0.5px;
}

.cards-3-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
}

.highlight-box { 
    border-color: var(--primary); 
}

.box-icon {
    width: 48px;
    height: 48px;
    background: #e0f2fe;
    color: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.feature-box h3 { 
    font-size: 1.25rem; 
    font-weight: 700; 
    margin-bottom: 12px; 
}

.feature-box p { 
    font-size: 14px; 
    color: var(--text-muted); 
    line-height: 1.6; 
    margin-bottom: 20px; 
    flex: 1; 
}

.box-link { 
    color: var(--primary); 
    font-size: 14px; 
    font-weight: 700; 
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================
   5. STANDARTLAR & ÇAĞRI KARTI
   ========================================== */
.standards-block {
    background: #ffffff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 70px 0;
}

.standards-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.standards-content h2 { 
    font-size: 1.9rem; 
    font-weight: 800; 
    margin-bottom: 15px; 
}

.standards-content p { 
    color: var(--text-muted); 
    font-size: 14px; 
    margin-bottom: 25px; 
}

.standards-list { 
    list-style: none; 
    display: flex; 
    flex-direction: column; 
    gap: 16px; 
}

.standards-list li { 
    display: flex; 
    gap: 12px; 
    align-items: flex-start;
}

.standards-list li i { 
    color: #10b981; 
    font-size: 18px; 
    margin-top: 3px; 
    flex-shrink: 0;
}

.standards-list li strong { 
    display: block; 
    font-size: 15px; 
    color: var(--text-dark); 
}

.standards-list li span { 
    font-size: 13px; 
    color: var(--text-muted); 
    line-height: 1.5;
}

.standards-card {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
}

.card-gold-icon { 
    font-size: 36px; 
    color: var(--primary); 
    margin-bottom: 15px; 
}

.standards-card h3 { 
    font-size: 1.2rem; 
    font-weight: 800; 
    margin-bottom: 10px; 
}

.standards-card p { 
    font-size: 13px; 
    color: var(--text-muted); 
    margin-bottom: 20px; 
}

.direct-call { 
    border-top: 1px solid var(--border); 
    padding-top: 15px; 
}

.direct-call small { 
    display: block; 
    font-size: 11px; 
    text-transform: uppercase; 
    color: var(--text-muted); 
    margin-bottom: 4px;
}

.direct-call a { 
    font-size: 1.25rem; 
    font-weight: 800; 
    color: var(--text-dark); 
}

/* ==========================================
   RESPONSIVE (MOBİL & TABLET)
   ========================================== */
@media (max-width: 992px) {
    .home-hero-grid, 
    .standards-grid { 
        grid-template-columns: 1fr; 
    }

    .home-hero {
        padding: 45px 0;
    }

    .home-hero-text { 
        text-align: center; 
    }

    .hero-btns, 
    .hero-metrics { 
        justify-content: center; 
    }

    .hero-img-box img { 
        height: 360px; 
    }

    .strip-flex { 
        justify-content: center; 
        text-align: center; 
    }

    .strip-items { 
        justify-content: center; 
    }

    .strip-more-link { 
        margin-left: 0; 
        width: 100%; 
        text-align: center; 
    }
}

@media (max-width: 640px) {
    .home-hero {
        padding: 35px 0 40px 0;
    }

    .home-hero-text h1 {
        font-size: 1.65rem;
    }

    .hero-desc {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .hero-btns { 
        flex-direction: column; 
        width: 100%;
        gap: 12px;
        margin-bottom: 30px;
    }

    .hero-btns a { 
        width: 100%; 
    }

    .hero-metrics { 
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding-top: 20px;
        text-align: center;
    }

    .hero-metrics strong { 
        font-size: 1.15rem; 
    }

    .hero-metrics span {
        font-size: 10px;
    }

    .hero-img-box {
        max-width: 100%;
    }

    .hero-img-box img { 
        height: 280px; 
        border-radius: 12px;
    }

    .hero-float-card { 
        left: 10px; 
        bottom: 10px; 
        padding: 10px 14px;
    }

    .hero-float-card strong {
        font-size: 12.5px;
    }

    .hero-float-card span {
        font-size: 11px;
    }

    .section-padding,
    .standards-block { 
        padding: 45px 0; 
    }

    .section-title-wrap {
        margin-bottom: 30px;
    }

    .section-title-wrap h2 {
        font-size: 1.5rem;
    }

    .cards-3-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .feature-box {
        padding: 24px 20px;
    }

    .standards-content h2 {
        font-size: 1.5rem;
    }

    .standards-card {
        padding: 26px 18px;
    }
}