/* =========================
 ÜRETİM SEKTÖRÜ PREMIUM TASARIM
========================= */

.sektor-premium{
background:#fff;
border-radius:18px;
padding:60px 55px;
box-shadow:0 15px 50px rgba(0,0,0,.06);
position:relative;
overflow:hidden;
}

.sektor-premium::before{
content:"";
position:absolute;
top:0;
left:0;
width:6px;
height:100%;
background:linear-gradient(180deg,#0b2c5d,#ff8c00);
}

.sektor-head{
margin-bottom:35px;
}

.sektor-tag{
display:inline-block;
background:#eef4ff;
color:#0b2c5d;
padding:6px 14px;
border-radius:50px;
font-weight:700;
font-size:13px;
margin-bottom:12px;
}

.sektor-premium h2{
font-size:36px;
font-weight:900;
color:#0b2c5d;
margin-bottom:12px;
}

.sektor-intro{
font-size:18px;
color:#555;
max-width:850px;
}

.sektor-content p{
font-size:16.5px;
line-height:1.75;
margin-bottom:18px;
}

.sektor-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
margin:35px 0;
}

.sektor-box{
background:#f6f9ff;
padding:28px;
border-radius:14px;
}

.sektor-box h3{
font-size:22px;
margin-bottom:12px;
color:#0b2c5d;
}

.sektor-box ul{
list-style:none;
padding:0;
}

.sektor-box li{
padding:8px 0;
font-weight:600;
position:relative;
padding-left:22px;
}

.sektor-box li::before{
content:"✔";
position:absolute;
left:0;
color:#ff8c00;
font-weight:800;
}

.sektor-note{
margin-top:25px;
font-weight:600;
color:#333;
}

.premium-actions{
margin-top:45px;
}

.btn-premium{
display:inline-block;
background:linear-gradient(135deg,#0b2c5d,#153f82);
color:#fff;
padding:16px 42px;
border-radius:60px;
font-size:17px;
font-weight:800;
text-decoration:none;
box-shadow:0 12px 30px rgba(11,44,93,.35);
transition:.3s ease;
}

.btn-premium:hover{
transform:translateY(-3px);
box-shadow:0 16px 40px rgba(11,44,93,.45);
background:linear-gradient(135deg,#153f82,#0b2c5d);
}

/* MOBİL */

@media(max-width:900px){
.sektor-grid{
grid-template-columns:1fr;
}

.sektor-premium{
padding:45px 28px;
}

.sektor-premium h2{
font-size:28px;
}
}
