/* =========================================================
SEAACADEMYIK — SAĞLIK HİZMETLERİ ULTRA PREMIUM CSS
Lacivert + Turuncu Kurumsal Tasarım
Mobil uyumlu alt yapı hazır
========================================================= */

:root{
--primary:#0b2a4a;
--primary2:#0f3d68;
--accent:#ff7a00;
--bg:#f4f7fb;
--text:#0f172a;
--white:#ffffff;
--radius:18px;
--shadow:0 20px 60px rgba(0,0,0,.08);
}

/* =========================================================
GENEL
========================================================= */
.health-hero,
.health-services,
.health-process,
.health-form{
padding:90px 0;
position:relative;
}

.container{
width:92%;
max-width:1250px;
margin:auto;
}

/* =========================================================
HERO
========================================================= */
.health-hero{
background:linear-gradient(135deg,#0b2a4a,#0f3d68);
color:#fff;
overflow:hidden;
}

.health-hero .container{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
}

.hero-left{
width:50%;
}

.badge{
background:rgba(255,255,255,.15);
padding:8px 16px;
border-radius:30px;
font-size:13px;
display:inline-block;
margin-bottom:20px;
}

.hero-left h1{
font-size:46px;
font-weight:800;
line-height:1.2;
margin-bottom:20px;
}

.hero-left p{
font-size:18px;
opacity:.9;
line-height:1.7;
margin-bottom:30px;
}

.cta-btn{
background:var(--accent);
color:#fff;
padding:16px 34px;
border-radius:40px;
font-weight:700;
text-decoration:none;
display:inline-block;
box-shadow:0 10px 30px rgba(0,0,0,.2);
transition:.3s;
}

.cta-btn:hover{
transform:translateY(-3px);
background:#ff8f2a;
}

.hero-right{
width:50%;
text-align:right;
}

.hero-right img{
max-width:520px;
width:100%;
border-radius:20px;
box-shadow:0 25px 70px rgba(0,0,0,.25);
}

/* =========================================================
HİZMETLER
========================================================= */
.health-services{
background:#fff;
text-align:center;
}

.health-services h2{
font-size:36px;
color:var(--primary);
margin-bottom:10px;
}

.sub{
color:#6b7280;
margin-bottom:50px;
}

.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:30px;
}

.card{
background:#fff;
border-radius:20px;
padding:35px 25px;
box-shadow:var(--shadow);
transition:.35s;
border:1px solid #eef2f7;
}

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

.card img{
width:70px;
margin-bottom:18px;
}

.card h3{
font-size:20px;
margin-bottom:10px;
color:var(--primary);
}

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

/* =========================================================
SÜREÇ
========================================================= */
.health-process{
background:var(--bg);
text-align:center;
}

.health-process h2{
font-size:36px;
color:var(--primary);
margin-bottom:40px;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.step{
background:#fff;
border-radius:18px;
padding:35px 25px;
box-shadow:var(--shadow);
}

.step span{
width:55px;
height:55px;
background:var(--accent);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
font-weight:700;
margin:auto;
margin-bottom:15px;
}

.step h3{
font-size:18px;
margin-bottom:10px;
color:var(--primary);
}

.step p{
color:#6b7280;
font-size:15px;
}








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

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

.health-references h2{
font-size:38px;
font-weight:800;
color:#0b2a4a;
margin-bottom:15px;
}

.health-references .sub{
color:#6b7280;
margin-bottom:60px;
max-width:750px;
margin-left:auto;
margin-right:auto;
}

.reference-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.ref-card{
background:#f4f7fb;
padding:35px;
border-radius:20px;
border:1px solid #eef2f7;
transition:.35s;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.ref-card:hover{
transform:translateY(-8px);
box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.ref-card h3{
font-size:18px;
color:#0b2a4a;
margin-bottom:8px;
}

.ref-card span{
color:#ff7a00;
font-weight:600;
font-size:14px;
}

.ref-note{
margin-top:60px;
font-size:16px;
font-weight:600;
color:#0b2a4a;
}




/* =========================================================
WHY SEAACADEMYIK
========================================================= */

.why-sea{
padding:120px 0;
background:linear-gradient(135deg,#0b2a4a,#0f3d68);
color:#fff;
text-align:center;
}

.why-sea h2{
font-size:38px;
font-weight:800;
margin-bottom:10px;
}

.why-sea .sub{
opacity:.9;
margin-bottom:70px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

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

.why-card:hover{
transform:translateY(-10px);
background:rgba(255,255,255,.12);
}

.why-card .icon{
width:60px;
height:60px;
background:#ff7a00;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
font-weight:700;
margin:auto;
margin-bottom:20px;
}

.why-card h3{
font-size:20px;
margin-bottom:10px;
}

.why-card p{
opacity:.9;
font-size:15px;
}



/* =========================================================
GENİŞ SAĞLIK BANNER
========================================================= */

.health-wide-banner{
position:relative;
padding:120px 0;
background:linear-gradient(135deg,#0b2a4a,#0f3d68);
overflow:hidden;
color:#fff;
}

.banner-overlay{
position:absolute;
inset:0;
background:url("images/bg/pattern.webp");
opacity:.12;
}

.banner-flex{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
position:relative;
z-index:2;
}

.banner-left{
flex:1;
}

.banner-left .badge{
background:#ff7a00;
color:#fff;
padding:8px 18px;
border-radius:20px;
font-size:13px;
font-weight:700;
display:inline-block;
margin-bottom:20px;
}

.banner-left h2{
font-size:42px;
font-weight:800;
line-height:1.3;
margin-bottom:35px;
}

.banner-steps{
display:flex;
flex-direction:column;
gap:25px;
}

.b-step{
display:flex;
gap:20px;
align-items:flex-start;
}

.b-step span{
width:50px;
height:50px;
background:#fff;
color:#0b2a4a;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:800;
font-size:18px;
}

.b-step h4{
font-size:18px;
margin-bottom:4px;
}

.b-step p{
opacity:.9;
font-size:14.5px;
}

.banner-right{
flex:1;
text-align:right;
}

.banner-right img{
width:480px;
max-width:100%;
filter:drop-shadow(0 40px 80px rgba(0,0,0,.45));
}
/* =========================================================









/* =========================================================
FORM
========================================================= */
.health-form{
background:linear-gradient(135deg,#0b2a4a,#0f3d68);
}

.form-box{
background:#fff;
max-width:650px;
margin:auto;
padding:50px;
border-radius:20px;
box-shadow:0 40px 100px rgba(0,0,0,.25);
text-align:center;
}

.form-box h2{
color:var(--primary);
font-size:30px;
margin-bottom:10px;
}

.form-box p{
color:#6b7280;
margin-bottom:25px;
}

.form-box input,
.form-box select,
.form-box textarea{
width:100%;
padding:16px;
margin-bottom:14px;
border-radius:12px;
border:1px solid #e5e7eb;
font-size:15px;
outline:none;
transition:.3s;
}

.form-box input:focus,
.form-box select:focus,
.form-box textarea:focus{
border-color:var(--accent);
box-shadow:0 0 0 3px rgba(255,122,0,.15);
}

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

.gonder-btn{
background:var(--accent);
color:#fff;
border:none;
padding:16px;
width:100%;
font-size:18px;
border-radius:40px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.gonder-btn:hover{
background:#ff8f2a;
transform:translateY(-2px);
}

/* =========================================================
POPUP
========================================================= */
.popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
}

.popup-box{
background:#fff;
padding:40px 60px;
border-radius:16px;
font-size:20px;
font-weight:700;
text-align:center;
box-shadow:0 30px 80px rgba(0,0,0,.25);
animation:pop .4s ease;
}

@keyframes pop{
from{transform:scale(.7);opacity:0;}
to{transform:scale(1);opacity:1;}
}
