/* ======================================================
SEAACADEMYIK TUZLA OSB ULTRA PREMIUM CSS
Kurumsal + Modern + SEO UI
====================================================== */

:root{
--primary:#0b2a4a;
--primary2:#0e3a66;
--accent:#ff7a00;
--white:#ffffff;
--text:#0f172a;
--gray:#6b7280;
--border:#e6edf5;
--radius:18px;
--shadow:0 25px 60px rgba(0,0,0,.08);
}

/* ======================================================
GENEL
====================================================== */

.tuzla-hero,
.tuzla-info,
.tuzla-services,
.tuzla-sectors,
.tuzla-cta,
.tuzla-faq{
padding:90px 0;
position:relative;
}

h1,h2,h3{
font-weight:800;
letter-spacing:-0.3px;
color:var(--primary);
}

h1{
font-size:44px;
line-height:1.2;
}

h2{
font-size:34px;
margin-bottom:25px;
}

p{
color:#374151;
font-size:17px;
line-height:1.7;
}

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

.tuzla-hero{
background:linear-gradient(135deg,#0b2a4a 0%,#0e3a66 100%);
color:#fff;
overflow:hidden;
}

.tuzla-hero::after{
content:"";
position:absolute;
right:-200px;
top:-200px;
width:600px;
height:600px;
background:rgba(255,255,255,0.04);
border-radius:50%;
}

.tuzla-hero h1{
color:#fff;
font-size:46px;
margin-bottom:20px;
}

.tuzla-hero p{
color:#e5e7eb;
font-size:19px;
max-width:700px;
}

.hero-buttons{
margin-top:35px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

/* ======================================================
BUTON
====================================================== */

.btn-primary{
background:var(--accent);
color:#fff;
padding:16px 32px;
border-radius:50px;
font-weight:700;
text-decoration:none;
display:inline-block;
box-shadow:0 10px 30px rgba(255,122,0,.35);
transition:.3s;
}

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

.btn-outline{
border:2px solid #fff;
color:#fff;
padding:14px 28px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-outline:hover{
background:#fff;
color:var(--primary);
}

/* ======================================================
BİLGİ
====================================================== */

.tuzla-info{
background:#f8fafc;
text-align:center;
}

.tuzla-info p{
max-width:900px;
margin:auto;
font-size:18px;
}

/* ======================================================
HİZMETLER
====================================================== */

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

.service-card{
background:#fff;
padding:30px;
border-radius:var(--radius);
box-shadow:var(--shadow);
transition:.35s;
position:relative;
overflow:hidden;
}

.service-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:var(--accent);
opacity:0;
transition:.3s;
}

.service-card:hover::before{
opacity:1;
}

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

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

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

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

/* ======================================================
SEKTÖR
====================================================== */

.tuzla-sectors{
background:#fff;
text-align:center;
}

.sector-list{
list-style:none;
padding:0;
margin-top:30px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.sector-list li{
background:#f1f5f9;
padding:14px 22px;
border-radius:50px;
font-weight:600;
color:var(--primary);
}

/* ======================================================
CTA
====================================================== */

.tuzla-cta{
background:linear-gradient(135deg,#ff7a00,#ff9a3d);
color:#fff;
text-align:center;
}

.tuzla-cta h2{
color:#fff;
font-size:36px;
}

.tuzla-cta p{
color:#fff;
font-size:18px;
margin-bottom:25px;
}

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




/* ======================================================
WHY SECTION
====================================================== */

.tuzla-why{
padding:100px 0;
background:#ffffff;
}

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

.why-left h2{
font-size:36px;
margin-bottom:20px;
}

.why-left p{
font-size:17px;
margin-bottom:25px;
}

.why-list{
display:flex;
flex-direction:column;
gap:12px;
font-weight:600;
color:#0b2a4a;
}

.why-right img{
width:100%;
border-radius:20px;
box-shadow:0 30px 80px rgba(0,0,0,.15);
}



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

.tuzla-banner{
background:linear-gradient(135deg,#0b2a4a,#0e3a66);
color:#fff;
text-align:center;
padding:110px 0;
}

.tuzla-banner h2{
color:#fff;
font-size:38px;
margin-bottom:15px;
}

.tuzla-banner p{
font-size:18px;
margin-bottom:30px;
color:#e5e7eb;
}

.banner-btn{
font-size:18px;
padding:18px 40px;
}



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

.tuzla-seo-text{
padding:100px 0;
background:#f8fafc;
}

.tuzla-seo-text h2{
text-align:center;
margin-bottom:30px;
font-size:34px;
}

.tuzla-seo-text p{
max-width:900px;
margin:0 auto 20px auto;
font-size:17px;
text-align:center;
}

/* ======================================================
TRUST
====================================================== */

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

.tuzla-trust h2{
font-size:36px;
margin-bottom:10px;
}

.trust-sub{
color:#6b7280;
margin-bottom:40px;
font-size:18px;
}

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

.trust-item{
background:#f8fafc;
padding:40px 20px;
border-radius:20px;
transition:.4s;
}

.trust-item:hover{
transform:translateY(-8px);
box-shadow:0 25px 70px rgba(0,0,0,.12);
}

.trust-number{
font-size:40px;
font-weight:900;
color:#ff7a00;
margin-bottom:8px;
}

.trust-text{
font-weight:600;
color:#0b2a4a;
}




















/* ======================================================
FAQ
====================================================== */

.tuzla-faq{
background:#f8fafc;
}

.faq-item{
background:#fff;
padding:25px;
border-radius:14px;
margin-bottom:18px;
box-shadow:var(--shadow);
transition:.3s;
}

.faq-item:hover{
transform:scale(1.02);
}

.faq-item h3{
font-size:18px;
margin-bottom:8px;
color:var(--primary);
}

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

/* ======================================================
ANİMASYON
====================================================== */

.service-card,
.faq-item{
opacity:0;
transform:translateY(30px);
animation:fadeUp .7s forwards;
}

.service-card:nth-child(2){animation-delay:.15s}
.service-card:nth-child(3){animation-delay:.3s}
.service-card:nth-child(4){animation-delay:.45s}

@keyframes fadeUp{
to{
opacity:1;
transform:translateY(0);
}
}



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

.tuzla-form{
padding:110px 0;
background:#f8fafc;
text-align:center;
}

.tuzla-form h2{
font-size:36px;
margin-bottom:10px;
}

.form-sub{
color:#6b7280;
margin-bottom:40px;
font-size:18px;
}

.talep-form{
max-width:900px;
margin:auto;
}

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin-bottom:18px;
}

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

.talep-form input:focus,
.talep-form textarea:focus,
.talep-form select:focus{
border:1px solid #ff7a00;
box-shadow:0 0 0 3px rgba(255,122,0,.15);
}

.talep-form textarea{
height:130px;
margin-bottom:20px;
resize:none;
}

.form-btn{
width:100%;
font-size:18px;
padding:18px;
}


.form-success{
background:#16a34a;
color:#fff;
padding:18px;
border-radius:12px;
margin-bottom:25px;
text-align:center;
font-weight:600;
font-size:16px;
box-shadow:0 10px 25px rgba(0,0,0,.1);
}









