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

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

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

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

.hero-content h1{font-size:50px;}
.hero-content p{font-size:22px;margin:20px 0;}

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

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

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

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

.service-card{
background:#fff;
padding:28px;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
font-weight:700;
text-align:center;
}

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

.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;
border-radius:12px;
border:none;
}

.contact-form button{
background:#ff7a00;
color:#fff;
padding:15px;
border-radius:40px;
border:none;
font-weight:700;
}

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

@media(max-width:900px){
.process-grid{grid-template-columns:1fr;}
.hero-content h1{font-size:36px;}
}





/* YASAL KARTLAR */

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

.legal-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 8px 24px rgba(0,0,0,.08);
transition:.3s;
}

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

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


/* HİZMET KAPSAMI */

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

.scope-list div{
background:#f1f4f9;
padding:18px 22px;
border-radius:14px;
font-weight:600;
}
/* GÜVEN BLOĞU */

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

.trust-box{
background:#fff;
padding:26px;
border-radius:18px;
box-shadow:0 6px 18px rgba(0,0,0,.08);
font-weight:700;
text-align:center;
}
/* ÜLKE BAZLI */

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

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

.country-card:hover{
transform:translateY(-6px);
color:#ff7a00;
}
/* HIZ BLOĞU */

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

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

.speed-card strong{
display:block;
font-size:34px;
color:#ff7a00;
margin-bottom:8px;
}
/* REFERANS İSTATİSTİK */

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

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

.trust-stat strong{
font-size:36px;
color:#ff7a00;
display:block;
margin-bottom:6px;
}
/* CTA */

.cta-foreign{
background:linear-gradient(135deg,#0a1a33,#143c6b);
color:#fff;
padding:90px 20px;
text-align:center;
}

.cta-content{
max-width:900px;
margin:auto;
}

.cta-content h2{
font-size:38px;
margin-bottom:15px;
}

.cta-content p{
font-size:18px;
margin-bottom:30px;
}

.cta-content a{
background:#ff7a00;
color:#fff;
padding:15px 40px;
border-radius:40px;
font-weight:700;
text-decoration:none;
}
/* YABANCI FAQ */

.faq-foreign 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;
}
/* DERİN SEO BLOĞU */

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

.seo-deep h2{
text-align:center;
margin-bottom:25px;
font-size:32px;
}

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

@media(max-width:900px){
.seo-deep{
padding:50px 25px;
}
}
img{
max-width:100%;
height:auto;
display:block;
}
.form-note{
margin-top:10px;
font-size:13px;
opacity:.8;
text-align:center;
}
.seo-deep{
background:#ffffff;
padding:80px 60px;
border-radius:22px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
margin-bottom:90px;
}

.seo-deep h2{
text-align:center;
margin-bottom:25px;
font-size:32px;
}

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

@media(max-width:900px){
.seo-deep{
padding:50px 25px;
}
}
.trust-stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
margin-top:40px;
text-align:center;
}

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

.trust-stat strong{
font-size:36px;
color:#ff7a00;
display:block;
margin-bottom:6px;
}
.cta-foreign{
background:linear-gradient(135deg,#0a1a33,#143c6b);
color:#fff;
padding:90px 20px;
text-align:center;
}

.cta-content{
max-width:900px;
margin:auto;
}

.cta-content h2{
font-size:38px;
margin-bottom:15px;
}

.cta-content p{
font-size:18px;
margin-bottom:30px;
}

.cta-content a{
background:#ff7a00;
color:#fff;
padding:15px 40px;
border-radius:40px;
font-weight:700;
text-decoration:none;
}
.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:40px;
}

.why-card{
background:#fff;
padding:32px;
border-radius:22px;
box-shadow:0 8px 24px rgba(0,0,0,.08);
text-align:center;
}

.why-card h4{
margin-bottom:10px;
font-size:18px;
}
.timeline-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:25px;
margin-top:40px;
text-align:center;
}

.timeline-step{
background:#f1f4f9;
padding:28px;
border-radius:18px;
font-weight:700;
}

.timeline-step span{
display:block;
width:50px;
height:50px;
line-height:50px;
margin:0 auto 10px;
background:#ff7a00;
color:#fff;
border-radius:50%;
font-size:20px;
}
.package-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
margin-top:40px;
}

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

.package-card ul{
margin-top:15px;
padding-left:18px;
}

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

.package-card.highlight{
border:3px solid #ff7a00;
}
.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25d366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 8px 24px rgba(0,0,0,.3);
z-index:999;
}

.whatsapp-float img{
width:34px;
}

.sticky-offer{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#0a1a33;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
gap:20px;
padding:12px 10px;
z-index:998;
}

.sticky-offer a{
background:#ff7a00;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-weight:700;
text-decoration:none;
}
.related-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
margin-top:40px;
}

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

.related-card:hover{
transform:translateY(-6px);
color:#ff7a00;
}
.badge-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:22px;
margin-top:40px;
}

.badge{
background:#f1f4f9;
padding:18px;
border-radius:14px;
text-align:center;
font-weight:700;
}
@media(max-width:600px){
.sticky-offer{
flex-direction:column;
gap:10px;
text-align:center;
}
}
.sticky-offer{
position:fixed;
bottom:-120px;
left:0;
width:100%;
background:#0a1a33;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
gap:25px;
padding:14px 15px;
z-index:999;
transition:.4s;
}

.sticky-offer.show{
bottom:0;
}

.sticky-actions{
display:flex;
gap:12px;
}

.offer-btn{
background:#ff7a00;
color:#fff;
padding:10px 22px;
border-radius:30px;
font-weight:700;
text-decoration:none;
}

.wa-btn{
background:#25d366;
color:#fff;
padding:10px 22px;
border-radius:30px;
font-weight:700;
text-decoration:none;
}

.close-sticky{
position:absolute;
right:15px;
top:8px;
cursor:pointer;
font-size:22px;
opacity:.8;
}
@media(max-width:600px){
.sticky-offer{
flex-direction:column;
text-align:center;
gap:10px;
padding:16px 10px;
}

.close-sticky{
top:6px;
right:10px;
}
}
.sticky-offer{
animation:slideUp .6s ease;
}

@keyframes slideUp{
from{transform:translateY(120px);}
to{transform:translateY(0);}
}
.wa-btn{
background:#25d366;
width:46px;
height:46px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
padding:0;
}

.wa-btn img{
width:24px;
height:24px;
object-fit:contain;
}


