/* ===================================================== */
/* SGK TREND SEO HUB CSS */
/* ===================================================== */

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

body{
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
background:#f6f8fb;
color:#222;
line-height:1.7;
}

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

.sgk-hero{
background:linear-gradient(135deg,#0b2a4a,#003f8c);
color:#fff;
padding:80px 20px;
text-align:center;
}

.sgk-hero h1{
font-size:36px;
font-weight:700;
margin-bottom:15px;
}

.sgk-hero p{
font-size:18px;
opacity:0.95;
max-width:800px;
margin:auto;
}

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

.sgk-intro{
background:#fff;
margin-top:40px;
padding:40px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

.sgk-intro h2{
font-size:26px;
margin-bottom:15px;
color:#0b2a4a;
}

.sgk-intro p{
margin-bottom:15px;
font-size:16px;
}




/* ===================================================== */
/* CARDS */
/* ===================================================== */

.sgk-cards{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
margin-top:50px;
margin-bottom:50px;
}

/* MOBILE */
@media(max-width:768px){
.sgk-cards{
grid-template-columns:1fr;
}
}

/* CARD */
.sgk-card{
background:#fff;
border-radius:18px;
text-decoration:none;
color:#1f2937;
box-shadow:0 12px 40px rgba(0,0,0,0.08);
transition:all .35s ease;
position:relative;
overflow:hidden;
border:1px solid #eef1f5;
display:flex;
flex-direction:column;
height:100%;
}

.sgk-card:hover{
transform:translateY(-10px);
box-shadow:0 22px 60px rgba(0,0,0,0.18);
border:1px solid #ff7a00;
}

/* IMAGE FULL TOP */
.sgk-card img{
width:100%;
height:180px;
object-fit:cover;
display:block;
margin:0;
border-bottom:1px solid #eee;
transition:.4s;
}

.sgk-card:hover img{
transform:scale(1.05);
}

/* BADGE */
.sgk-badge{
position:absolute;
top:15px;
right:15px;
background:linear-gradient(135deg,#ff7a00,#ff9c2b);
color:#fff;
padding:6px 12px;
font-size:11px;
font-weight:700;
border-radius:8px;
letter-spacing:.5px;
box-shadow:0 3px 10px rgba(0,0,0,0.25);
z-index:2;
}

/* CONTENT AREA */
.sgk-card-content{
padding:22px;
display:flex;
flex-direction:column;
height:100%;
}

/* TITLE */
.sgk-card h3{
font-size:20px;
margin-bottom:10px;
color:#0b2a4a;
font-weight:800;
line-height:1.3;
}

/* DESC */
.sgk-desc{
font-size:14px;
margin-bottom:14px;
color:#4b5563;
line-height:1.6;
}

/* LIST */
.sgk-list{
list-style:none;
padding:0;
margin:0 0 18px 0;
}

.sgk-list li{
font-size:13px;
margin-bottom:7px;
color:#0b2a4a;
font-weight:600;
}

/* BUTTON AREA ALTTA SABİT */
.sgk-card-bottom{
margin-top:auto;
}

.sgk-btn{
display:block;
text-align:center;
background:#0b2a4a;
color:#fff;
padding:13px;
border-radius:10px;
font-size:14px;
font-weight:800;
transition:.3s;
letter-spacing:.4px;
}

.sgk-card:hover .sgk-btn{
background:#ff7a00;
}

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

.sgk-card img{
height:160px;
}

.sgk-card h3{
font-size:18px;
}

}












/* ===================================================== */
/* TABLE */
/* ===================================================== */

.sgk-table{
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
margin-bottom:50px;
}

.sgk-table h2{
margin-bottom:20px;
color:#0b2a4a;
font-size:24px;
}

.sgk-table table{
width:100%;
border-collapse:collapse;
}

.sgk-table th,
.sgk-table td{
padding:14px;
border-bottom:1px solid #e5e7eb;
text-align:left;
font-size:15px;
}

.sgk-table th{
background:#0b2a4a;
color:#fff;
}

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

.sgk-cta{
background:linear-gradient(135deg,#ff7a00,#ff9c2b);
color:#fff;
padding:60px 20px;
text-align:center;
margin-bottom:60px;
}

.sgk-cta h2{
font-size:28px;
margin-bottom:10px;
}

.sgk-cta p{
margin-bottom:20px;
}

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

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

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

@media(max-width:768px){

.sgk-hero h1{
font-size:26px;
}

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

.sgk-intro{
padding:25px;
}

.sgk-table{
padding:20px;
}

.sgk-cta h2{
font-size:22px;
}

}
