/*=========================================
WHY PREMIUM
=========================================*/

.why-premium-section{

padding:120px 0;

background:#080808;

overflow:hidden;

}

.why-premium-container{

max-width:1200px;

margin:auto;

padding:0 20px;

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.why-premium-content h2{

font-size:46px;

line-height:1.2;

margin:20px 0;

font-weight:800;

color:#fff;

}

.why-premium-content p{

font-size:17px;

line-height:1.9;

color:#c8c8c8;

margin-bottom:25px;

}

.why-premium-highlight{

margin-top:35px;

padding:22px 28px;

border-left:4px solid #d4af37;

background:#121212;

border-radius:14px;

font-size:18px;

font-weight:700;

color:#fff;

}

.why-premium-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:22px;

}

.why-premium-card{

background:linear-gradient(180deg,#121212,#1b1b1b);

padding:30px;

border-radius:22px;

border:1px solid rgba(212,175,55,.12);

transition:.35s;

}

.why-premium-card:hover{

transform:translateY(-8px);

border-color:#d4af37;

box-shadow:0 18px 45px rgba(212,175,55,.12);

}

.why-icon{

width:62px;

height:62px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#d4af37;

font-size:28px;

margin-bottom:22px;

}

.why-premium-card h3{

font-size:22px;

color:#fff;

margin-bottom:15px;

}

.why-premium-card p{

font-size:15px;

line-height:1.8;

color:#bdbdbd;

margin:0;

}

@media(max-width:991px){

.why-premium-container{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.why-premium-grid{

grid-template-columns:1fr;

}

.why-premium-content h2{

font-size:34px;

}

}