/* ================================
   BORDROLAMA HİZMETLERİ SAYFASI
================================ */

.bordro-page{
font-family:Segoe UI,Arial,sans-serif;
background:#f6f8fb;
color:#222;
}

/* ================================
   HERO
================================ */

.bordro-hero{
height:560px;
background:url('/bordrolama-hizmetleri/assets/images/hero-bordro.jpg') center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.bordro-hero .overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.hero-content{
position:relative;
color:#fff;
text-align:center;
max-width:900px;
padding:20px;
}

.hero-content h1{
font-size:52px;
margin-bottom:15px;
font-weight:800;
}

.hero-content p{
font-size:22px;
margin-bottom:25px;
}

.hero-btn{
background:#ff7a00;
color:#fff;
padding:14px 32px;
border-radius:40px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.hero-btn:hover{
opacity:.9;
}

/* ================================
   SAYFA CONTAINER (SADECE BU SAYFA)
================================ */

.bordro-page .container{
width:92%;
max-width:1200px;
margin:auto;
padding:80px 0;
}

/* ================================
   BREADCRUMB
================================ */

.breadcrumb{
padding:18px 4%;
background:#fff;
font-size:14px;
}

/* ================================
   PROCESS
================================ */

.process{
background:#fff;
}

.process-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.process-image img,
.team-image img,
.reports img{
width:100%;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.1);
}

/* ================================
   ADVANTAGES
================================ */

.adv-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
margin-top:40px;
}

.adv-card{
background:#fff;
padding:28px;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
transition:.3s;
}

.adv-card:hover{
transform:translateY(-6px);
}

/* ================================
   TEAM
================================ */

.team{
background:#eef2f7;
}

.team-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

/* ================================
   REPORTS
================================ */

.reports img{
margin:40px 0;
}

/* ================================
   FORM
================================ */

.form-section{
background:#0a1a33;
color:#fff;
}

.contact-form{
max-width:600px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:14px 16px;
border-radius:12px;
border:none;
font-size:15px;
outline:none;
}

.contact-form textarea{
min-height:130px;
resize:vertical;
}

.contact-form button{
background:#ff7a00;
color:#fff;
border:none;
padding:15px;
border-radius:40px;
font-size:16px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.contact-form button:hover{
opacity:.9;
}

.success{
margin-top:15px;
background:#2ecc71;
padding:12px;
border-radius:12px;
text-align:center;
font-weight:600;
}

/* ================================
   MOBİL
================================ */

@media(max-width:900px){

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

.hero-content h1{
font-size:36px;
}

.hero-content p{
font-size:18px;
}

.bordro-page .container{
padding:60px 0;
}

}


/* BORDROLAMA HİZMET LİSTESİ */

.bordro-services h2{
text-align:center;
margin-bottom:15px;
}

.services-intro{
text-align:center;
max-width:800px;
margin:0 auto 50px;
font-size:17px;
color:#444;
}

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

.service-card{
background:#fff;
padding:32px;
border-radius:20px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
position:relative;
overflow:hidden;
}

.service-card:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:6px;
background:#ff7a00;
}

.service-card h4{
margin-bottom:10px;
font-size:18px;
}

.service-card p{
font-size:15px;
line-height:1.6;
}

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







/* OUTSOURCE AVANTAJ */

.outsource-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.out-box{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
}

.out-box:hover{
transform:translateY(-6px);
}

.out-box h4{
margin-bottom:12px;
font-size:18px;
}




/* PAKETLER */

.package-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:35px;
margin-top:40px;
}

.package-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
}

.package-card h3{
margin-bottom:6px;
font-size:22px;
}

.package-card span{
display:block;
margin-bottom:18px;
color:#ff7a00;
font-weight:700;
}

.package-card ul{
list-style:none;
padding:0;
}

.package-card ul li{
margin:8px 0;
}

.package-card:hover{
transform:translateY(-8px);
}

.package-card.popular{
border:3px solid #ff7a00;
}




/* TIMELINE */

.timeline-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:40px;
text-align:center;
}

.step{
background:#fff;
padding:28px;
border-radius:20px;
box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.step span{
display:inline-block;
background:#ff7a00;
color:#fff;
width:42px;
height:42px;
line-height:42px;
border-radius:50%;
font-weight:700;
margin-bottom:12px;
}


/* TRUST */

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
margin-top:40px;
}

.trust-box{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
}
/* SEKTÖREL HİZMETLER */

.sector-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
margin-top:40px;
}

.sector-card{
background:#fff;
padding:26px;
border-radius:18px;
box-shadow:0 6px 18px rgba(0,0,0,.08);
text-align:center;
font-weight:700;
transition:.3s;
}

.sector-card:hover{
transform:translateY(-6px);
color:#ff7a00;
}
/* MEMNUNİYET */

.satisfaction-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
margin-top:40px;
text-align:center;
}

.sat-box{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.sat-box strong{
font-size:36px;
color:#ff7a00;
display:block;
margin-bottom:8px;
}
/* SEO BİLGİ BLOĞU */

.seo-text{
background:#ffffff;
border-radius:22px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
padding:70px 60px;
margin-bottom:80px;
}

.seo-text h2{
text-align:center;
font-size:32px;
margin-bottom:25px;
color:#0a1a33;
}

.seo-text p{
font-size:17px;
line-height:1.8;
color:#444;
margin-bottom:18px;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

/* MOBİL */

@media(max-width:900px){

.seo-text{
padding:50px 25px;
}

.seo-text h2{
font-size:26px;
}

.seo-text p{
font-size:16px;
}

}
/* SEO GELİŞMİŞ BLOK */

.seo-text{
background:#ffffff;
border-radius:22px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
padding:80px 60px;
margin-bottom:90px;
}

.seo-text h2{
text-align:center;
font-size:34px;
margin-bottom:30px;
color:#0a1a33;
}

.seo-text p{
font-size:17px;
line-height:1.85;
color:#444;
margin-bottom:20px;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

/* İKON ŞERİDİ */

.seo-highlights{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:18px;
margin-bottom:35px;
}

.seo-highlights span{
background:#f1f4f9;
padding:10px 18px;
border-radius:30px;
font-size:14px;
font-weight:600;
}

/* VURGU KUTUSU */

.seo-callout{
background:#0a1a33;
color:#fff;
padding:22px 28px;
border-radius:16px;
font-size:16px;
max-width:850px;
margin:30px auto;
text-align:center;
}

/* MOBİL */

@media(max-width:900px){

.seo-text{
padding:55px 25px;
}

.seo-text h2{
font-size:26px;
}

.seo-text p{
font-size:16px;
}

}
/* GELİŞMİŞ FAQ */

.faq-advanced h2{
text-align:center;
margin-bottom:40px;
}

.faq-item{
background:#fff;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
margin-bottom:18px;
overflow:hidden;
}

.faq-question{
width:100%;
background:none;
border:none;
padding:22px 26px;
font-size:17px;
font-weight:700;
text-align:left;
cursor:pointer;
position:relative;
}

.faq-question:after{
content:"+";
position:absolute;
right:26px;
font-size:22px;
}

.faq-item.active .faq-question:after{
content:"–";
}

.faq-answer{
max-height:0;
overflow:hidden;
padding:0 26px;
font-size:16px;
line-height:1.7;
transition:.3s;
}

.faq-item.active .faq-answer{
max-height:300px;
padding:0 26px 22px;
}
/* İSTATİSTİKLER */

.stats-bordro{
background:#f1f4f9;
padding:90px 20px;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:35px;
text-align:center;
max-width:1200px;
margin:auto;
}

.stat-box{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.stat-box span{
font-size:42px;
font-weight:800;
color:#ff7a00;
display:block;
margin-bottom:10px;
}
