@import url('https://googleapis.com');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Inter',sans-serif;
background:#050505;
color:white;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:28px 0;
}

.logo{
font-size:28px;
font-weight:800;
color:#ffbf00;
line-height:1;
}

.logo span{
display:block;
font-size:12px;
letter-spacing:3px;
color:white;
margin-top:5px;
}

nav{
display:flex;
gap:35px;
}

nav a{
color:white;
text-decoration:none;
font-size:13px;
opacity:.9;
}

.whatsapp-btn{
padding:14px 22px;
border:1px solid rgba(255,191,0,.5);
border-radius:12px;
color:white;
text-decoration:none;
background:rgba(255,191,0,.08);
}

.hero{
display:flex;
justify-content:space-between;
align-items:center;
padding:70px 0;
min-height:85vh;
background:
linear-gradient(to right,#050505 35%,rgba(0,0,0,.2)),
url('images/baku-bg.jpg');
background-size:cover;
background-position:center;
border-radius:30px;
padding-left:70px;
padding-right:70px;
}

.hero-left{
max-width:620px;
}

.badge{
display:inline-block;
padding:10px 14px;
border-radius:30px;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.1);
margin-bottom:25px;
font-size:12px;
}

.hero h1{
font-size:78px;
line-height:1;
font-weight:800;
margin-bottom:30px;
}

.hero h1 span{
color:#ffbf00;
}

.hero p{
font-size:18px;
line-height:1.7;
color:#cfcfcf;
margin-bottom:35px;
}

.features{
display:flex;
gap:25px;
margin-bottom:40px;
}

.feature{
display:flex;
gap:12px;
align-items:flex-start;
}

.icon{
font-size:22px;
color:#ffbf00;
}

.feature h4{
font-size:14px;
margin-bottom:4px;
}

.feature p{
font-size:11px;
margin:0;
color:#aaa;
}

.hero-buttons{
display:flex;
gap:18px;
}

.primary-btn,
.secondary-btn{
height:58px;
padding:0 28px;
border:none;
border-radius:16px;
font-size:14px;
font-weight:600;
cursor:pointer;
}

.primary-btn{
background:#ffbf00;
color:black;
}

.secondary-btn{
background:transparent;
border:1px solid rgba(255,255,255,.2);
color:white;
}

.review-box{
width:360px;
padding:35px;
border-radius:30px;
background:rgba(255,255,255,.06);
backdrop-filter:blur(15px);
border:1px solid rgba(255,255,255,.08);
}

.review-title{
font-size:13px;
color:#bbb;
margin-bottom:15px;
}

.review-box h3{
font-size:30px;
margin-bottom:15px;
}

.review-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
}

.stars{
font-size:24px;
color:#ffbf00;
margin-bottom:15px;
}

.review-box p{
color:#ccc;
}

.plans{
padding:80px 0;
}

.section-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:40px;
}

.section-top h2{
font-size:42px;
margin-bottom:10px;
}

.section-top p{
color:#aaa;
}

.view-btn{
padding:14px 22px;
background:transparent;
border:1px solid rgba(255,191,0,.4);
color:#ffbf00;
border-radius:14px;
cursor:pointer;
}

.cards{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:22px;
}

.card{
background:#0b0b0b;
border:1px solid rgba(255,255,255,.08);
border-radius:24px;
padding:28px;
position:relative;
}

.popular{
border:1px solid #ffbf00;
}

.popular-tag{
position:absolute;
top:18px;
left:18px;
background:#ffbf00;
color:black;
font-size:12px;
padding:6px 10px;
border-radius:10px;
font-weight:700;
}

.card h3{
font-size:42px;
margin-top:25px;
}

.card span{
display:block;
margin-top:8px;
color:#aaa;
font-size:18px;
}

.card h4{
font-size:44px;
margin:25px 0 10px;
color:#ffbf00;
}

.card p{
color:#aaa;
margin-bottom:25px;
line-height:1.5;
}

.buy-btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:52px;
border-radius:14px;
background:#ffbf00;
color:black;
font-size:16px;
font-weight:700;
text-decoration:none;
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 20px;
        flex-direction: column;
    }
    .hero h1 {
        font-size: 40px;
    }
}


.cards{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.hero{
flex-direction:column;
text-align:center;
padding:60px 30px;
}

.features{
flex-direction:column;
align-items:center;
}

nav{
display:none;
}

.hero h1{
font-size:58px;
}

}
.google-powered{
display:flex;
align-items:center;
gap:8px;
margin-top:12px;
}

.google-powered span{
font-size:14px;
color:#bdbdbd;
}

.google-powered img{
width:70px !important;
max-width:70px !important;
height:auto !important;
display:block !important;
object-fit:contain;
background:transparent !important;
border:none !important;
box-shadow:none !important;
}
.google-logo{
width:65px !important;
max-width:65px !important;
min-width:65px !important;
height:auto !important;
display:inline-block !important;
flex:none !important;
}
