/* ===================================================
   SÜREÇ DANIŞMANLIĞI - PIXEL PERFECT (1920px)
   =================================================== */

.sub-page { 
    background: #FFFFFF; 
    overflow-x: hidden; 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Hero */
.surec-hero-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
}

.surec-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.surec-hero-bg {
    position: absolute;
    width: 1880px;
    height: 304px;
    left: calc(50% - 1880px/2);
    top: 70px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 130.05%), 
                url('/images/hakkimizda-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    pointer-events: none;
}

@media (max-width: 1880px) {
    .surec-hero-bg {
        width: calc(100% - 40px);
        max-width: 1880px;
        left: 20px;
        right: 20px;
    }

    .surec-hero-container .hero-social-frame {
        left: auto;
        right: 20px;
    }
}

.surec-hero-title {
    font-family: 'Radio Canada Big';
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0.5%;
    color: #FFFFFF;
    margin: 0;
    width: 1460px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    box-sizing: border-box;
}

/* Social Media Icons */
.surec-hero-container .hero-social-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
    position: absolute;
    width: 270px;
    height: 42px;
    left: 1420px;
    top: 201px;
    z-index: 10;
    pointer-events: auto;
}

.surec-hero-container .hero-social-circle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 57px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    z-index: 11;
    pointer-events: auto;
}

.surec-hero-container .hero-social-circle:hover {
    background: #658004;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.surec-hero-container .hero-social-circle img {
    width: 22px;
    height: 22px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* 2. Kart Izgarası (1460px) */
.container-1460 {
    width: 1460px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 100px 20px;
    box-sizing: border-box;
}

.services-pixel-grid {
    display: grid;
    grid-template-columns: repeat(3, 474.93px);
    gap: 20px;
    row-gap: 30px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.service-pixel-card {
    width: 474.93px;
    height: 301.96px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 92px 72px;
    gap: 10px;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
}

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

.service-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Kart Görselleri - Eski background-image'ler kaldırıldı, HTML'den img tag'leri kullanılıyor */
.card-1::before,
.card-2::before,
.card-3::before,
.card-4::before,
.card-5::before,
.card-6::before,
.card-7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4));
    z-index: 1;
}

.card-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 37px;
    width: 100%;
    max-width: 331px;
    height: 118.44px;
    flex: none;
    position: relative;
    z-index: 2;
}

.card-overlay h3 {
    font-family: 'Urbanist', sans-serif !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 36px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    text-align: center;
    flex: none;
    white-space: normal;
    word-wrap: break-word;
}

.btn-more-pixel {
    width: 130.13px;
    height: 45.44px;
    background: #658004;
    border-radius: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    transition: opacity 0.3s;
    flex: none;
}

.btn-more-pixel:hover { opacity: 0.9; color: #FFFFFF; }

/* 3. MOBİL RESPONSIVE */
@media (max-width: 1460px) {
    .container-1460 { 
        width: 100% !important; 
        max-width: 100% !important;
        padding: 50px 20px !important; 
        box-sizing: border-box !important;
    }
    .services-pixel-grid { 
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
        width: 100% !important;
        padding: 0 !important;
    }
    .service-pixel-card { 
        width: 100% !important; 
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* Mobil Uyumluluk - Hero Bölümü */
@media (max-width: 992px) {
    /* Hero Hizalaması (Ana sayfa ile aynı) */
    .surec-hero-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Hero Arka Planı (Ana sayfadaki kenar boşluklarını baz alır) */
    .surec-hero-bg {
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        left: 0 !important;
        right: 0 !important;
        top: -50px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .surec-hero-title {
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 32px !important;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        position: relative !important;
        z-index: 2;
        margin: 0 !important;
        padding: 0 20px !important;
        top: 0 !important;
    }

    .surec-hero-container .hero-social-frame {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 100px;
        width: auto;
        margin: 0;
        justify-content: center;
        gap: 12px;
        z-index: 10;
    }

    .surec-hero-container .hero-social-circle {
        width: 40px;
        height: 40px;
    }

    .surec-hero-container .hero-social-circle img {
        width: 20px;
        height: 20px;
    }

    .card-overlay h3 { font-size: 28px; }
}

/* Küçük Ekranlar (480px) - Hero */
@media (max-width: 480px) {
    .surec-hero-title { 
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 26px !important; 
    }

    .surec-hero-container .hero-social-frame {
        top: 100px;
        gap: 10px;
    }

    .surec-hero-container .hero-social-circle {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .surec-hero-container .hero-social-circle img {
        width: 18px;
        height: 18px;
    }

    .container-1460 {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* 320px için ekstra düzenlemeler */
@media (max-width: 320px) {
    .sub-page {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .container-1460 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 15px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    
    .services-pixel-grid {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .service-pixel-card {
        width: 100% !important;
        max-width: calc(100% - 0px) !important;
        padding: 60px 20px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .card-overlay {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .card-overlay h3 {
        font-size: 24px !important;
    }
}

