/* ============================================= */
/* SEAACADEMY ULTRA PREMIUM HİZMETLER CSS */
/* ============================================= */

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

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



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

.hiz-hero{
background:linear-gradient(135deg,#0b2a4a,#0d3b66);
padding:110px 0 90px;
color:#fff;
position:relative;
overflow:hidden;
}

.hiz-hero:before{
content:"";
position:absolute;
width:600px;
height:600px;
background:rgba(255,122,0,0.15);
filter:blur(120px);
top:-200px;
right:-200px;
}

.hiz-hero-wrapper{
display:flex;
align-items:center;
gap:60px;
flex-wrap:wrap;
}

.hiz-hero-left{
flex:1;
min-width:320px;
}

.hiz-badges{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:20px;
}

.hiz-badges span{
background:rgba(255,255,255,0.1);
padding:8px 14px;
border-radius:30px;
font-size:13px;
}

.hiz-hero h1{
font-size:42px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
}

.hiz-hero p{
font-size:17px;
opacity:.9;
margin-bottom:30px;
max-width:520px;
}

.hiz-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:25px;
}

.btn-primary{
background:#ff7a00;
color:#fff;
padding:14px 26px;
border-radius:8px;
font-weight:700;
text-decoration:none;
transition:.3s;
display:inline-block;
}

.btn-primary:hover{
background:#e56700;
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.btn-outline{
border:2px solid rgba(255,255,255,0.4);
color:#fff;
padding:12px 24px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.btn-outline:hover{
background:#fff;
color:#0b2a4a;
}

.hiz-features{
display:flex;
gap:20px;
font-size:14px;
opacity:.9;
flex-wrap:wrap;
}

.hiz-hero-right{
flex:1;
text-align:center;
}

.hiz-hero-right img{
width:100%;
max-width:460px;
border-radius:18px;
box-shadow:0 30px 70px rgba(0,0,0,.35);
}

/* ============================================= */
/* SEO TEXT */
/* ============================================= */

.hiz-seo{
background:#fff;
padding:70px 0;
text-align:center;
}

.hiz-seo h2{
font-size:30px;
margin-bottom:15px;
color:#0b2a4a;
}

.hiz-seo p{
max-width:800px;
margin:auto;
font-size:16px;
color:#555;
}

/* ============================================= */
/* KARTLAR */
/* ============================================= */

.hizmet-kartlar{
padding:80px 0;
background:#f4f6f9;
}

.kart-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.kart{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:.4s;
}

.kart:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.kart img{
width:100%;
height:220px;
object-fit:cover;
}

.kart h3{
font-size:20px;
padding:18px;
color:#0b2a4a;
}

.kart p{
padding:0 18px 20px;
color:#666;
}

/* ============================================= */
/* FİYAT */
/* ============================================= */

.hiz-fiyat{
background:#0b2a4a;
padding:80px 0;
color:#fff;
}

.fiyat-wrapper{
display:flex;
gap:25px;
flex-wrap:wrap;
justify-content:center;
}

.fiyat-box{
background:#fff;
color:#0b2a4a;
padding:40px;
border-radius:14px;
text-align:center;
flex:1;
min-width:260px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.fiyat-box h3{
font-size:22px;
margin-bottom:10px;
}

.fiyat-box.premium{
background:#ff7a00;
color:#fff;
transform:scale(1.05);
}

/* ============================================= */
/* WIDE BANNER */
/* ============================================= */

.wide-banner{
background:url('../img/banner-wide.webp') center/cover no-repeat;
padding:100px 0;
color:#fff;
text-align:center;

position:relative;
}

.wide-banner:before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,.55);
}

.wide-banner .container{
position:relative;
z-index:2;
}

.wide-banner h2{
font-size:38px;
margin-bottom:10px;
}

.wide-banner p{
font-size:18px;
opacity:.9;
}





/* ================= GÜVEN BÖLÜMÜ ================= */

.guven-section{
padding:90px 0;
background:#f8fafc;
}

.guven-title{
text-align:center;
max-width:850px;
margin:auto;
margin-bottom:50px;
}

.guven-title h2{
font-size:34px;
color:#0b2a4a;
margin-bottom:15px;
font-weight:800;
}

.guven-title p{
font-size:17px;
color:#555;
line-height:1.7;
}

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

.guven-card{
background:#fff;
padding:35px;
border-radius:14px;
text-align:center;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
transition:.4s;
}

.guven-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.guven-card .icon{
font-size:38px;
margin-bottom:15px;
}

.guven-card h3{
font-size:20px;
color:#0b2a4a;
margin-bottom:10px;
}

.guven-card p{
font-size:15px;
color:#666;
line-height:1.6;
}







/* ================= ACİL CTA ================= */

.acil-section{
padding:100px 0;
background:linear-gradient(135deg,#0b2a4a,#0f3f6e);
color:#fff;
}

.acil-wrapper{
display:flex;
align-items:center;
gap:60px;
flex-wrap:wrap;
}

.acil-left{
flex:1;
min-width:320px;
}

.acil-left h2{
font-size:38px;
margin-bottom:20px;
font-weight:800;
}

.acil-left p{
font-size:17px;
opacity:.9;
margin-bottom:25px;
max-width:520px;
}

.acil-list{
list-style:none;
margin-bottom:30px;
}

.acil-list li{
margin-bottom:10px;
font-size:16px;
}

.big-btn{
font-size:18px;
padding:16px 35px;
}

.acil-right{
flex:1;
display:flex;
justify-content:center;
}

.acil-box{
background:#fff;
color:#0b2a4a;
padding:45px;
border-radius:16px;
text-align:center;
box-shadow:0 30px 80px rgba(0,0,0,.35);
min-width:280px;
}

.acil-box h3{
margin-bottom:10px;
}

.sayac{
font-size:48px;
font-weight:800;
color:#ff7a00;
margin-bottom:20px;
}

.sayac2{
font-size:42px;
font-weight:800;
}










/* ============================= */
/* SEO AÇIKLAMA BLOĞU */
/* ============================= */

.seo-aciklama{
background:#ffffff;
padding:30px 0;
border-bottom:1px solid #eef2f7;
}

.seo-aciklama .container{
max-width:1000px;
margin:auto;
}

.seo-aciklama p{
font-size:17px;
line-height:1.8;
color:#0b2a4a;
font-weight:500;
text-align:center;
margin:0;
padding:20px 30px;
background:linear-gradient(180deg,#ffffff,#f7faff);
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.04);
border:1px solid #edf2f7;
}

/* güçlü kelimeler */
.seo-aciklama b{
color:#ff7a00;
font-weight:700;
}

/* mobil */
@media(max-width:768px){

.seo-aciklama{
padding:20px 15px;
}

.seo-aciklama p{
font-size:15px;
padding:18px;
text-align:left;
}

}











/* ================= REFERANS ================= */

.referans-section{
padding:100px 0;
background:#ffffff;
text-align:center;
}

.ref-title{
max-width:800px;
margin:auto;
margin-bottom:60px;
}

.ref-title h2{
font-size:36px;
color:#0b2a4a;
margin-bottom:15px;
font-weight:800;
}

.ref-title p{
color:#555;
font-size:17px;
}

.ref-stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.ref-box{
background:#f4f6f9;
padding:40px;
border-radius:16px;
transition:.4s;
}

.ref-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.ref-num{
font-size:42px;
font-weight:900;
color:#ff7a00;
margin-bottom:10px;
}

.ref-text{
font-size:16px;
color:#0b2a4a;
font-weight:600;
}







/* ================= NEDEN SEAACADEMY ================= */

.neden-section{
padding:110px 0;
background:linear-gradient(135deg,#f8fafc,#eef2f7);
}

.neden-title{
text-align:center;
max-width:850px;
margin:auto;
margin-bottom:60px;
}

.neden-title h2{
font-size:38px;
font-weight:900;
color:#0b2a4a;
margin-bottom:15px;
}

.neden-title p{
font-size:17px;
color:#555;
line-height:1.7;
}

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

.neden-card{
background:#fff;
padding:40px 30px;
border-radius:18px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:.4s;
position:relative;
overflow:hidden;
}

.neden-card:hover{
transform:translateY(-12px);
box-shadow:0 35px 80px rgba(0,0,0,0.18);
}

.neden-icon{
font-size:40px;
margin-bottom:15px;
}

.neden-card h3{
font-size:20px;
color:#0b2a4a;
margin-bottom:10px;
font-weight:700;
}

.neden-card p{
font-size:15px;
color:#666;
line-height:1.6;
}







/* ================= SON DARBE ================= */

.son-darbe{
padding:120px 0;
background:linear-gradient(135deg,#0b2a4a,#09203f);
color:#fff;
position:relative;
overflow:hidden;
}

.son-darbe:before{
content:"";
position:absolute;
width:500px;
height:500px;
background:#ff7a00;
filter:blur(180px);
opacity:.15;
top:-150px;
right:-150px;
}

.son-wrapper{
display:flex;
align-items:center;
gap:60px;
flex-wrap:wrap;
}

.son-left{
flex:1;
min-width:320px;
}

.son-left h2{
font-size:42px;
font-weight:900;
margin-bottom:20px;
}

.son-left p{
font-size:18px;
opacity:.9;
margin-bottom:25px;
max-width:520px;
}

.son-list{
list-style:none;
margin-bottom:30px;
}

.son-list li{
margin-bottom:12px;
font-size:17px;
}

.son-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.son-right{
flex:1;
display:flex;
justify-content:center;
}

.son-box{
background:#fff;
color:#0b2a4a;
padding:50px;
border-radius:20px;
text-align:center;
box-shadow:0 40px 90px rgba(0,0,0,.4);
min-width:280px;
}

.son-big{
font-size:48px;
font-weight:900;
color:#ff7a00;
}

.son-small{
margin-bottom:20px;
font-weight:600;
}

/* MOBILE */

@media(max-width:768px){

.son-left h2{
font-size:30px;
}

.son-wrapper{
flex-direction:column;
text-align:center;
}

.son-buttons{
justify-content:center;
}

}









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

.hiz-form-section{
padding:90px 0;
background:#fff;
text-align:center;
}

.hiz-form{
max-width:650px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
margin-top:30px;
}

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

.hiz-form textarea{
min-height:120px;
}

.hiz-form button{
border:none;
cursor:pointer;
font-size:16px;
}

.form-success{
display:none;
background:#22c55e;
color:#fff;
padding:14px;
border-radius:8px;
margin-top:20px;
}

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

@media(max-width:768px){

.hiz-hero h1{
font-size:30px;
}

.hiz-hero-wrapper{
flex-direction:column;
text-align:center;
}

.hiz-buttons{
justify-content:center;
}

.fiyat-box.premium{
transform:none;
}

}



/* ================= WHATSAPP FLOAT ================= */

.wp-float{
position:fixed;
right:20px;
bottom:25px;
background:#25D366;
color:#fff;
padding:12px 18px;
border-radius:50px;
display:flex;
align-items:center;
gap:10px;
font-weight:600;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,0.25);
z-index:9999;
transition:.3s;
}

.wp-float img{
width:22px;
height:22px;
}

.wp-float:hover{
transform:translateY(-5px);
box-shadow:0 18px 40px rgba(0,0,0,0.35);
background:#1ebe5d;
}

/* mobil */

@media(max-width:768px){
.wp-float span{
display:none;
}
.wp-float{
padding:14px;
border-radius:50%;
}
}

