.tk-dept-hero{
    width:100vw;
    margin-left:calc(50% - 50vw);
    min-height:90vh;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:140px 20px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.tk-dept-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.82));
    z-index:1;
}

.tk-dept-content{
    position:relative;
    z-index:2;
    max-width:1000px;
    text-align:center;
    color:#fff;
}

.tk-dept-label{
    color:#ff7a00;
    font-size:13px;
    font-weight:900;
    letter-spacing:3px;
    text-transform:uppercase;
}

.tk-dept-content h1{
    font-size:clamp(52px,7vw,100px);
    line-height:1.02;
    font-weight:900;
    margin:22px 0;
    color:#fff;
}

.tk-dept-content p{
    font-size:19px;
    line-height:1.9;
    color:rgba(255,255,255,.88);
}

.tk-dept-intro{
    width:100vw;
    margin-left:calc(50% - 50vw);
    background:#fff;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
}

.tk-dept-image{
    padding:55px;
}

.tk-dept-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:34px;
    box-shadow:0 35px 80px rgba(0,0,0,.16);
    transform:rotate(-2deg);
    transition:.7s ease;
}

.tk-dept-image img:hover{
    transform:rotate(0deg) scale(1.03);
}

.tk-dept-text{
    padding:100px 8vw;
}

.tk-dept-text h2{
    font-size:clamp(42px,5vw,76px);
    line-height:1.05;
    font-weight:900;
    color:#111;
    margin:18px 0 30px;
}

.tk-dept-text p{
    font-size:17px;
    line-height:2;
    color:#555;
    margin-bottom:22px;
}

.tk-dept-stats{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-top:40px;
}

.tk-dept-stat{
    background:#111;
    color:#fff;
    padding:24px 30px;
    border-radius:24px;
    min-width:160px;
}

.tk-dept-stat h3{
    font-size:36px;
    color:#ff7a00;
    font-weight:900;
}

.tk-dept-stat p{
    color:rgba(255,255,255,.7);
    margin:0;
}

.tk-dept-services{
    width:100vw;
    margin-left:calc(50% - 50vw);
    background:#050505;
    padding:120px 20px;
}

.tk-dept-head{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.tk-dept-head h2{
    font-size:clamp(42px,5vw,72px);
    line-height:1.05;
    font-weight:900;
    color:#fff;
    margin-top:18px;
}

.tk-dept-grid{
    max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.tk-dept-card{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.06);
    border-radius:30px;
    padding:40px 35px;
    transition:.35s ease;
    backdrop-filter:blur(12px);
}

.tk-dept-card:hover{
    transform:translateY(-10px);
    border-color:rgba(255,122,0,.4);
}

.tk-dept-icon{
    font-size:52px;
    margin-bottom:24px;
}

.tk-dept-card h3{
    font-size:28px;
    line-height:1.1;
    font-weight:900;
    color:#fff;
    margin-bottom:16px;
}

.tk-dept-card p{
    font-size:15px;
    line-height:1.8;
    color:rgba(255,255,255,.72);
}

.tk-dept-team{
    width:100vw;
    margin-left:calc(50% - 50vw);
    background:#fff;
    padding:110px 20px;
}

.tk-dept-team-head{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.tk-dept-team-head h2{
    font-size:clamp(40px,5vw,70px);
    line-height:1.05;
    font-weight:900;
    color:#111;
    margin:18px 0;
}

.tk-dept-team-head p{
    font-size:18px;
    line-height:1.7;
    color:#555;
}

.tk-dept-team-grid{
    max-width:1150px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.tk-dept-member{
    background:#fff;
    border-radius:28px;
    padding:18px 18px 30px;
    text-align:center;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    transition:.35s ease;
}

.tk-dept-member:hover{
    transform:translateY(-10px);
}

.tk-dept-member-img{
    height:360px;
    border-radius:22px;
    overflow:hidden;
    margin-bottom:24px;
}

.tk-dept-member-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.tk-dept-member:hover img{
    transform:scale(1.08);
}

.tk-dept-member h3{
    font-size:24px;
    font-weight:900;
    color:#111;
    margin-bottom:6px;
}

.tk-dept-member span{
    color:#ff7a00;
    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.tk-dept-banner{
    width:100vw;
    margin-left:calc(50% - 50vw);
    min-height:55vh;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.tk-dept-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.tk-dept-banner-content{
    position:relative;
    z-index:2;
    max-width:950px;
    padding:20px;
}

.tk-dept-banner-content h2{
    font-size:clamp(42px,5vw,82px);
    line-height:1.05;
    font-weight:900;
    color:#fff;
}

@media(max-width:980px){
    .tk-dept-intro{
        grid-template-columns:1fr;
    }

    .tk-dept-grid,
    .tk-dept-team-grid{
        grid-template-columns:1fr;
    }

    .tk-dept-image{
        padding:25px;
    }

    .tk-dept-image img{
        height:420px;
        transform:none;
    }

    .tk-dept-text{
        padding:70px 25px;
    }

    .tk-dept-banner,
    .tk-dept-hero{
        background-attachment:scroll;
    }
}