/* =========================================================
   SEAACADEMYIK - GEBZE HİZMETLERİ CSS
   ÇİFT SCROLL FIX + ACCESSIBILITY + PREMIUM TASARIM
========================================================= */

html{
    width:100%;
    min-height:100%;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    height:auto !important;
}

body{
    width:100%;
    min-height:100%;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
    overflow-y:visible !important;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

.gebze-page{
    font-family:inherit;
    background:#f8fafc;
    color:#0f172a;
    width:100%;
    min-height:auto !important;
    height:auto !important;
    overflow-x:hidden !important;
    overflow-y:visible !important;
    position:relative;
}

.gebze-container{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
}

.gebze-hero{
    padding:90px 0;
    background:
        radial-gradient(circle at top left, rgba(249,115,22,.22), transparent 34%),
        linear-gradient(135deg,#07172f 0%,#0f2f5f 55%,#07172f 100%);
    color:#fff;
    overflow:hidden;
}

.gebze-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:42px;
    align-items:center;
}

.gebze-badge,
.gebze-mini-title,
.gebze-section-head span{
    display:inline-flex;
    align-items:center;
    padding:8px 14px;
    border-radius:999px;
    background:#fff3e8;
    color:#9a3412;
    font-size:13px;
    font-weight:800;
    letter-spacing:.2px;
    margin-bottom:14px;
}

.gebze-hero h1{
    font-size:clamp(34px,5vw,64px);
    line-height:1.05;
    margin:0 0 22px;
    font-weight:950;
    color:#fff;
}

.gebze-hero p{
    font-size:18px;
    line-height:1.75;
    color:#fff;
    max-width:720px;
}

.gebze-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.gebze-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 24px;
    border-radius:14px;
    font-weight:900;
    text-decoration:none;
    transition:.25s ease;
}

.gebze-btn-primary{
    background:linear-gradient(135deg,#f97316,#fb923c);
    color:#fff;
    box-shadow:0 18px 36px rgba(249,115,22,.35);
}

.gebze-btn-secondary{
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.22);
}

.gebze-btn:hover{
    transform:translateY(-2px);
}

.gebze-hero-points{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
    color:#fff;
    font-weight:700;
}

.gebze-hero-points span{
    background:rgba(255,255,255,.1); 
    padding:9px 12px;
    border-radius:999px;
}

.gebze-hero-card{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    border-radius:30px;
    padding:16px;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.gebze-hero-image{
    min-height:330px;
    border-radius:24px;
    background:
        linear-gradient(rgba(7,23,47,.25),rgba(7,23,47,.45)),
        url("/organize-sanayi/gebze-hizmetleri/assets/images/gebze-osb-personel-temini.jpg")
    background-size:cover;
    background-position:center;
}

.gebze-hero-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:12px;
}

.gebze-hero-stats div{
    background:#fff;
    color:#0f172a;
    border-radius:18px;
    padding:16px 12px;
}

.gebze-hero-stats strong{
    display:block;
    font-size:26px;
    color:#c2410c;
}

.gebze-hero-stats span{
    font-size:12px;
    font-weight:800;
}

.gebze-section{
    padding:80px 0;
}

.gebze-section-head{
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}

.gebze-section-head h2,
.gebze-proof h2,
.gebze-why-grid h2,
.gebze-map-box h2,
.gebze-form-box h2{
    font-size:clamp(28px,4vw,44px);
    line-height:1.15;
    margin:0 0 16px;
    font-weight:950;
    color:#0f172a;
}

.gebze-section-head p,
.gebze-proof p,
.gebze-why-grid p,
.gebze-map-box p,
.gebze-form-box p{
    color:#475569;
    line-height:1.75;
    font-size:17px;
}

.gebze-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.gebze-service-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    padding:26px;
    box-shadow:0 14px 38px rgba(15,23,42,.07);
    transition:.25s ease;
}

.gebze-service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 50px rgba(15,23,42,.12);
}

.gebze-service-card h3{
    font-size:21px;
    margin:0 0 12px;
    color:#0f2f5f;
}

.gebze-service-card p{
    color:#475569;
    line-height:1.7;
    margin:0;
}

.gebze-proof{
    padding:80px 0;
    background:#fff;
}

.gebze-proof-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:36px;
    align-items:center;
}

.gebze-proof-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.gebze-proof-cards div{
    background:linear-gradient(135deg,#0f2f5f,#07172f);
    color:#fff;
    border-radius:24px;
    padding:28px;
    box-shadow:0 18px 45px rgba(15,47,95,.18);
}

.gebze-proof-cards strong{
    display:block;
    font-size:42px;
    color:#fed7aa;
    margin-bottom:8px;
}

.gebze-proof-cards span{
    font-weight:800;
    line-height:1.5;
}

.gebze-dark{
    background:#07172f;
    color:#fff;
}

.gebze-section-head.light h2,
.gebze-section-head.light p{
    color:#fff;
}

.gebze-dark .gebze-section-head span,
.gebze-section-head.light span{
    background:rgba(255,255,255,.16);
    color:#fed7aa;
}

.gebze-image-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.gebze-image-grid article{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    overflow:hidden;
}

.gebze-image-grid .img{
    height:190px;
    background-size:cover;
    background-position:center;
}

.img-1{background-image:url("/organize-sanayi/gebze-hizmetleri/assets/images/gebze-uretim-personeli.jpg");}
.img-2{background-image:url("/organize-sanayi/gebze-hizmetleri/assets/images/gebze-mavi-yaka-personel.jpg");}
.img-3{background-image:url("/organize-sanayi/gebze-hizmetleri/assets/images/gebze-beyaz-yaka-personel.jpg");}
.img-4{background-image:url("/organize-sanayi/gebze-hizmetleri/assets/images/gebze-muhendis-alimi.jpg");}

.gebze-image-grid h3{
    margin:18px 18px 8px;
    color:#fff;
    font-size:20px;
}

.gebze-image-grid p{
    margin:0 18px 22px;
    color:#f1f5f9;
    line-height:1.6;
}

.gebze-why-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:34px;
    align-items:start;
}

.gebze-check-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:14px;
}

.gebze-check-list li{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:18px 20px;
    font-weight:800;
    color:#0f2f5f;
    box-shadow:0 10px 25px rgba(15,23,42,.06);
}

.gebze-check-list li::before{
    content:"✓";
    color:#c2410c;
    margin-right:10px;
    font-weight:950;
}

.gebze-map-form{
    padding:80px 0;
    background:linear-gradient(180deg,#fff,#f1f5f9);
}

.gebze-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    align-items:start;
}

.gebze-map-box,
.gebze-form-box{
    background:#fff;
    border-radius:28px;
    padding:28px;
    box-shadow:0 18px 48px rgba(15,23,42,.09);
    border:1px solid #e2e8f0;
}

.gebze-map{
    margin-top:22px;
    border-radius:22px;
    overflow:hidden;
    height:430px;
    border:1px solid #e2e8f0;
}

.gebze-map iframe{
    width:100%;
    height:100%;
    border:0;
}

.gebze-form-box form{
    display:grid;
    gap:13px;
    margin-top:20px;
}

.gebze-form-box input,
.gebze-form-box select,
.gebze-form-box textarea{
    width:100%;
    border:1px solid #cbd5e1;
    background:#f8fafc;
    border-radius:14px;
    min-height:50px;
    padding:0 15px;
    font:inherit;
    outline:none;
}

.gebze-form-box textarea{
    min-height:110px;
    padding-top:14px;
    resize:vertical;
}

.gebze-form-box input:focus,
.gebze-form-box select:focus,
.gebze-form-box textarea:focus{
    border-color:#f97316;
    box-shadow:0 0 0 4px rgba(249,115,22,.13);
    background:#fff;
}

.gebze-kvkk{
    display:flex;
    gap:10px;
    align-items:flex-start;
    font-size:13px;
    color:#475569;
    line-height:1.5;
}

.gebze-kvkk input{
    width:auto;
    min-height:auto;
    margin-top:3px;
}

.gebze-form-box button{
    border:0;
    border-radius:16px;
    min-height:54px;
    background:linear-gradient(135deg,#f97316,#fb923c);
    color:#fff;
    font-weight:950;
    font-size:16px;
    cursor:pointer;
    box-shadow:0 16px 34px rgba(249,115,22,.28);
}

.gebze-faq{
    display:grid;
    gap:14px;
    max-width:920px;
    margin:0 auto;
}

.gebze-faq details{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:18px 20px;
    box-shadow:0 10px 26px rgba(15,23,42,.05);
}

.gebze-faq summary{
    cursor:pointer;
    font-weight:950;
    color:#0f2f5f;
}

.gebze-faq p{
    color:#475569;
    line-height:1.7;
    margin-bottom:0;
}

.gebze-floating-whatsapp{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:999;
    background:#15803d;
    color:#fff;
    text-decoration:none;
    font-weight:950;
    padding:15px 20px;
    border-radius:999px;
    box-shadow:0 16px 35px rgba(22,163,74,.35);
}

.sr-only{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

/* JS animasyon için */
.gebze-animate{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .5s ease, transform .5s ease;
}

.gebze-visible{
    opacity:1;
    transform:translateY(0);
}

.gebze-success-message{
    background:#dcfce7;
    color:#14532d;
    border:1px solid #86efac;
    border-radius:16px;
    padding:14px 16px;
    margin-bottom:16px;
    font-weight:800;
    opacity:0;
    transform:translateY(-8px);
    transition:.3s ease;
}

.gebze-success-message.active{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:992px){
    .gebze-hero-grid,
    .gebze-proof-grid,
    .gebze-why-grid,
    .gebze-contact-grid{
        grid-template-columns:1fr;
    }

    .gebze-services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gebze-image-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:640px){
    .gebze-hero{
        padding:62px 0;
    }

    .gebze-services-grid,
    .gebze-image-grid,
    .gebze-proof-cards,
    .gebze-hero-stats{
        grid-template-columns:1fr;
    }

    .gebze-hero-actions{
        flex-direction:column;
    }

    .gebze-btn{
        width:100%;
    }

    .gebze-section,
    .gebze-proof,
    .gebze-map-form{
        padding:56px 0;
    }

    .gebze-map{
        height:320px;
    }

    .gebze-floating-whatsapp{
        left:14px;
        right:14px;
        text-align:center;
    }
}