/* ===================================================== */
/* ===================== RESET ========================= */
/* ===================================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

/* SADECE BU SAYFA */
.hizmet-page *{
box-sizing:border-box;
}


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

.hero{
position:relative;
padding:150px 20px;
background:linear-gradient(-45deg,#003f8c,#0056b3,#0073e6,#003f8c);
background-size:300% 300%;
animation:gradientMove 10s ease infinite;
color:#fff;
text-align:center;
overflow:hidden;
}

@keyframes gradientMove{
0%{background-position:0% 50%;}
50%{background-position:100% 50%;}
100%{background-position:0% 50%;}
}

.hero::after{
content:"";
position:absolute;
width:500px;
height:500px;
background:#ff7a00;
filter:blur(200px);
opacity:.05;
top:-120px;
right:-120px;
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
margin:auto;
}

.hero h1{
font-size:52px;
font-weight:900;
margin-bottom:20px;
line-height:1.2;
}

.hero p{
font-size:18px;
max-width:700px;
margin:auto;
}

.hero-stats{
display:flex;
justify-content:center;
gap:60px;
margin-top:60px;
flex-wrap:wrap;
}

.stat h3{
font-size:38px;
color:#ffd27f;
}

.stat span{
font-size:14px;
color:#fff;
opacity:.9;
}


/* ===================================================== */
/* ===================== INTRO SEO ===================== */
/* ===================================================== */

.intro-seo{
padding:90px 0;
background:#ffffff;
border-bottom:1px solid #e9ecef;
}

.intro-seo .container{
max-width:900px;
text-align:center;
}

.intro-seo h2{
font-size:30px;
font-weight:800;
color:#00203f;
margin-bottom:25px;
line-height:1.3;
position:relative;
display:inline-block;
}

/* Turuncu alt çizgi */
.intro-seo h2::after{
content:"";
display:block;
width:70px;
height:4px;
background:linear-gradient(90deg,#ff7a00,#ff9c2b);
margin:15px auto 0;
border-radius:10px;
}

.intro-seo p{
font-size:16px;
color:#475569;
line-height:1.8;
max-width:750px;
margin:0 auto;
}

/* Tablet */

@media(max-width:992px){

.intro-seo{
padding:70px 20px;
}

.intro-seo h2{
font-size:24px;
}

.intro-seo p{
font-size:15px;
}

}

/* Mobile */

@media(max-width:600px){

.intro-seo{
padding:60px 15px;
}

.intro-seo h2{
font-size:21px;
}

}


/* ===================================================== */
/* ================= HİZMET AÇIKLAMA =================== */
/* ===================================================== */

.hizmet-aciklama{
padding:100px 0;
background:#f8fafc;
border-top:1px solid #e9ecef;
border-bottom:1px solid #e9ecef;
}

.hizmet-aciklama .container{
max-width:900px;
text-align:center;
}

.hizmet-aciklama h2{
font-size:30px;
font-weight:800;
color:#00203f;
margin-bottom:30px;
line-height:1.3;
position:relative;
display:inline-block;
}

/* Turuncu alt çizgi */
.hizmet-aciklama h2::after{
content:"";
display:block;
width:70px;
height:4px;
background:linear-gradient(90deg,#ff7a00,#ff9c2b);
margin:15px auto 0;
border-radius:10px;
}

.hizmet-aciklama p{
font-size:16px;
color:#475569;
line-height:1.9;
margin-bottom:20px;
max-width:750px;
margin-left:auto;
margin-right:auto;
}

/* Tablet */

@media(max-width:992px){

.hizmet-aciklama{
padding:80px 20px;
}

.hizmet-aciklama h2{
font-size:24px;
}

.hizmet-aciklama p{
font-size:15px;
}

}

/* Mobile */

@media(max-width:600px){

.hizmet-aciklama{
padding:60px 15px;
}

.hizmet-aciklama h2{
font-size:21px;
}

}

/* ===================================================== */
/* ===================== PAKETLER ====================== */
/* ===================================================== */

.paketler{
padding:100px 0;
}

.paketler .container{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.paket{
background:#fff;
padding:35px;
border-radius:20px;
border:1px solid #e9ecef;
box-shadow:0 20px 50px rgba(0,0,0,.08);
display:flex;
flex-direction:column;
transition:.3s;
position:relative;
}

.paket::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#ff7a00,#ff9c2b);
}

.paket:hover{
transform:translateY(-6px);
box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.paket-icon{
width:55px;
height:55px;
background:linear-gradient(135deg,#ff7a00,#ff9c2b);
display:flex;
align-items:center;
justify-content:center;
border-radius:14px;
margin-bottom:20px;
color:#fff;
font-size:20px;
}

.paket-image img{
width:100%;
border-radius:12px;
margin-bottom:15px;
}

.paket h2{
font-size:22px;
margin-bottom:10px;
font-weight:700;
}

.paket p{
font-size:14px;
margin-bottom:15px;
color:#475569;
}

.paket-list{
list-style:none;
margin-bottom:20px;
flex-grow:1;
}

.paket-list li{
margin-bottom:8px;
padding-left:18px;
position:relative;
font-size:13px;
}

.paket-list li::before{
content:"✓";
position:absolute;
left:0;
color:#ff7a00;
font-weight:700;
}

.paket-bottom{
margin-top:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
flex-wrap:wrap;
}

.paket-badge{
background:#fff3e6;
color:#ff7a00;
padding:6px 14px;
border-radius:20px;
font-size:12px;
font-weight:600;
}

/* ===================================================== */
/* ===================== BUTTON ======================== */
/* ===================================================== */

.btn{
background:linear-gradient(135deg,#ff7a00,#ff9c2b);
color:#fff;
padding:12px 24px;
border-radius:10px;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(255,122,0,.35);
}


/* ===================================================== */
/* ===================== GÜVEN BLOK ==================== */
/* ===================================================== */

.guven-blok{
padding:110px 0;
background:#ffffff;
text-align:center;
}

.guven-blok .container{
max-width:1000px;
}

.guven-blok h2{
font-size:32px;
font-weight:800;
color:#00203f;
margin-bottom:50px;
position:relative;
display:inline-block;
}

/* Turuncu alt çizgi */
.guven-blok h2::after{
content:"";
display:block;
width:80px;
height:4px;
background:linear-gradient(90deg,#ff7a00,#ff9c2b);
margin:18px auto 0;
border-radius:10px;
}

/* Listeyi grid yapıyoruz */
.guven-blok ul{
list-style:none;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
padding:0;
margin-top:40px;
}

/* Liste elemanları kart gibi */
.guven-blok li{
background:#f8fafc;
padding:25px 30px;
border-radius:16px;
font-size:16px;
font-weight:600;
color:#1f2937;
box-shadow:0 15px 35px rgba(0,0,0,.05);
position:relative;
transition:.3s;
}

/* Turuncu ikon */
.guven-blok li::before{
content:"✓";
position:absolute;
left:18px;
top:50%;
transform:translateY(-50%);
color:#ff7a00;
font-weight:900;
font-size:18px;
}

/* Yazıyı içeri kaydır */
.guven-blok li{
padding-left:45px;
}

/* Hover */
.guven-blok li:hover{
transform:translateY(-5px);
box-shadow:0 25px 50px rgba(0,0,0,.1);
}

/* ================= TABLET ================= */

@media(max-width:992px){

.guven-blok ul{
grid-template-columns:1fr;
}

.guven-blok h2{
font-size:26px;
}

.guven-blok li{
font-size:15px;
}

}

/* ================= MOBILE ================= */

@media(max-width:600px){

.guven-blok{
padding:80px 20px;
}

.guven-blok h2{
font-size:22px;
}

}


/* ===================================================== */
/* ===================== SSS BLOK ====================== */
/* ===================================================== */

.sss{
padding:110px 0;
background:#f8fafc;
}

.sss .container{
max-width:900px;
}

.sss h2{
text-align:center;
font-size:32px;
font-weight:800;
color:#00203f;
margin-bottom:60px;
position:relative;
display:block;
}

/* Turuncu alt çizgi */
.sss h2::after{
content:"";
display:block;
width:80px;
height:4px;
background:linear-gradient(90deg,#ff7a00,#ff9c2b);
margin:18px auto 0;
border-radius:10px;
}

/* Soru başlıkları */

.sss h3{
font-size:18px;
font-weight:700;
color:#1f2937;
margin-top:30px;
margin-bottom:10px;
position:relative;
padding-left:28px;
}

/* Soru ikon */
.sss h3::before{
content:"?";
position:absolute;
left:0;
top:0;
color:#ff7a00;
font-weight:900;
font-size:18px;
}

/* Cevap */

.sss p{
font-size:15px;
color:#475569;
line-height:1.8;
margin-bottom:15px;
padding-left:28px;
}

/* Ayırıcı çizgi */

.sss h3:not(:first-of-type){
border-top:1px solid #e9ecef;
padding-top:25px;
}

/* ================= TABLET ================= */

@media(max-width:992px){

.sss{
padding:90px 20px;
}

.sss h2{
font-size:26px;
}

.sss h3{
font-size:16px;
}

.sss p{
font-size:14px;
}

}

/* ================= MOBILE ================= */

@media(max-width:600px){

.sss{
padding:70px 15px;
}

.sss h2{
font-size:22px;
}

}



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

.iletisim-form{
background:linear-gradient(135deg,#001f3f,#00172d);
padding:100px 0;
color:#fff;
}

.iletisim-form .container{
max-width:700px;
}

form{
background:#fff;
padding:35px;
border-radius:18px;
display:flex;
flex-direction:column;
gap:16px;
box-shadow:0 20px 40px rgba(0,0,0,.2);
}

input,select,textarea{
padding:14px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
}

textarea{
min-height:110px;
resize:none;
}

button{
background:linear-gradient(135deg,#ff7a00,#ff9c2b);
padding:14px;
border:none;
border-radius:10px;
color:#fff;
font-weight:700;
cursor:pointer;
transition:.3s;
}

button:hover{
transform:scale(1.02);
}

/* ===================================================== */
/* ===================== FOOTER ======================== */
/* ===================================================== */

footer{
background:#00172d;
color:#fff;
padding:40px 0;
text-align:center;
font-size:14px;
}

footer a{
color:#ff9c2b;
text-decoration:none;
}

footer a:hover{
text-decoration:underline;
}

/* ===================================================== */
/* ===================== RESPONSIVE ==================== */
/* ===================================================== */

@media(max-width:992px){

.hero{
padding:120px 20px;
}

.hero h1{
font-size:38px;
}

.hero-stats{
gap:40px;
}

.paketler .container{
grid-template-columns:1fr;
}

}

@media(max-width:600px){

.hero{
padding:100px 15px;
}

.hero h1{
font-size:28px;
}

.hero p{
font-size:15px;
}

.stat h3{
font-size:26px;
}

.paket{
padding:25px;
}

form{
padding:25px;
}

}
