/* ======================================================
SEAACADEMYIK — GENÇ İSTİHDAM TEŞVİK SAYFASI
ULTRA PREMIUM KURUMSAL CSS
====================================================== */

:root{
--primary:#0b2d5c;
--primary2:#0e3f82;
--accent:#ff7a00;
--accent2:#ff9c2b;

--bg:#f4f7fb;
--card:#ffffff;

--text:#0f172a;
--muted:#5b6472;
--border:#e6eaf0;

--radius:16px;
--shadow:0 20px 45px rgba(0,0,0,0.08);
}

/* RESET */
*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:'Segoe UI',Arial,sans-serif;
background:var(--bg);
color:var(--text);
line-height:1.5;
}

/* HERO */
.genc-hero{
position:relative;
height:360px;
background:linear-gradient(120deg,#0b2d5c,#0e3f82,#0b2d5c);
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
overflow:hidden;
}

.genc-overlay{
position:absolute;
width:600px;
height:600px;
background:rgba(255,255,255,0.05);
filter:blur(120px);
border-radius:50%;
}

.genc-hero-content{
position:relative;
z-index:2;
}

.genc-hero h1{
font-size:42px;
font-weight:800;
letter-spacing:-0.5px;
margin-bottom:10px;
}

.genc-hero p{
font-size:18px;
opacity:0.95;
}

/* CONTAINER */
.genc-container{
max-width:1200px;
margin:auto;
padding:70px 20px;
}

/* GRID */
.genc-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

/* SOL BİLGİ */
.genc-info h2{
font-size:30px;
margin-bottom:15px;
color:var(--primary);
}

.genc-info p{
color:var(--muted);
margin-bottom:20px;
font-size:16px;
}

.genc-kart{
background:var(--card);
border-radius:var(--radius);
padding:25px;
box-shadow:var(--shadow);
margin-bottom:25px;
border:1px solid var(--border);
}

.genc-kart h3{
margin-bottom:15px;
font-size:20px;
color:var(--primary);
}

.genc-kart ul{
list-style:none;
}

.genc-kart li{
padding:8px 0;
font-size:15px;
border-bottom:1px solid #f1f1f1;
}

.genc-kart li:last-child

/* highlight */
.genc-highlight{
background:linear-gradient(135deg,#0b2d5c,#0e3f82);
color:#fff;
padding:25px;
border-radius:var(--radius);
box-shadow:var(--shadow);
}

.genc-highlight h4{
margin-bottom:12px;
font-size:18px;
}

.genc-highlight p{
margin-bottom:6px;
font-size:16px;
}

/* HESAPLAMA */
.genc-hesap{
background:var(--card);
padding:35px;
border-radius:var(--radius);
box-shadow:var(--shadow);
border:1px solid var(--border);
}

.genc-hesap h2{
margin-bottom:20px;
color:var(--primary);
}

.form-group{
margin-bottom:18px;
}

.form-group label{
display:block;
font-size:14px;
margin-bottom:6px;
color:var(--muted);
}

.form-group input{
width:100%;
padding:14px;
border-radius:10px;
border:1px solid var(--border);
font-size:16px;
transition:.3s;
}

.form-group input:focus{
border-color:var(--accent);
outline:none;
box-shadow:0 0 0 3px rgba(255,122,0,0.15);
}

/* BUTTON */
.hesapla-btn{
width:100%;
padding:16px;
border:none;
border-radius:12px;
background:linear-gradient(135deg,var(--accent),var(--accent2));
color:#fff;
font-size:17px;
font-weight:700;
cursor:pointer;
transition:.3s;
box-shadow:0 10px 25px rgba(255,122,0,0.35);
}

.hesapla-btn:hover{
transform:translateY(-2px);
box-shadow:0 16px 35px rgba(255,122,0,0.45);
}

/* SONUÇ */
.sonuc-kutu{
margin-top:25px;
background:#0b2d5c;
color:#fff;
padding:25px;
border-radius:14px;
}

.sonuc-kutu h3{
margin-bottom:18px;
}

.sonuc-item{
display:flex;
justify-content:space-between;
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,0.15);
font-size:16px;
}

.sonuc-item:last-child

.sonuc-item.buyuk{
font-size:20px;
font-weight:800;
color:#ffcf8a;
}

/* ALT */
.genc-alt{
background:#0b2d5c;
color:#fff;
text-align:center;
padding:70px 20px;
margin-top:60px;
}

.genc-alt h2{
font-size:28px;
margin-bottom:10px;
}

.genc-alt p{
opacity:0.95;
margin-bottom:25px;
}

.cta-grid{
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.tel-btn,
.wp-btn{
padding:14px 26px;
border-radius:12px;
font-weight:700;
text-decoration:none;
font-size:16px;
}

.tel-btn{
background:#fff;
color:#0b2d5c;
}

.wp-btn{
background:#25D366;
color:#fff;
}

/* FAQ */
.faq{
padding:70px 20px;
}

.faq h2{
text-align:center;
margin-bottom:30px;
color:var(--primary);
}

.faq-item{
max-width:800px;
margin:0 auto 12px auto;
background:#fff;
border-radius:12px;
box-shadow:var(--shadow);
overflow:hidden;
}

.faq-q{
width:100%;
background:#fff;
border:none;
text-align:left;
padding:18px;
font-size:16px;
font-weight:700;
cursor:pointer;
}

.faq-a{
display:none;
padding:18px;
border-top:1px solid #eee;
color:var(--muted);
}
