*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
body{background:#08111f;color:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}

header{
background:#06101c;
border-bottom:1px solid rgba(0,170,255,.18);
position:sticky;
top:0;
z-index:999;
}

.container{max-width:1200px;margin:auto;padding:0 20px}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:30px;
font-weight:bold;
color:#00aaff;
}

.logo span{color:#fff}

.menu{
display:flex;
gap:18px;
align-items:center;
}

.menu a{
color:#dcecff;
font-weight:bold;
font-size:14px;
}

.menu a:hover{color:#00aaff}

.btn-login{
background:#00aaff;
color:#00111f!important;
padding:10px 16px;
border-radius:8px;
}

.hero{
min-height:90vh;
display:flex;
align-items:center;
background:
linear-gradient(rgba(6,17,31,.86),rgba(6,17,31,.96)),
url('https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
padding:90px 20px;
}

.hero-content{max-width:1200px;margin:auto;width:100%}

.badge{
display:inline-block;
background:rgba(0,170,255,.14);
color:#8fdcff;
border:1px solid rgba(0,170,255,.4);
padding:8px 18px;
border-radius:30px;
margin-bottom:20px;
font-size:13px;
font-weight:bold;
}

.hero h1{
font-size:58px;
max-width:780px;
line-height:1.1;
margin-bottom:22px;
}

.hero h1 span{color:#00aaff}

.hero p{
max-width:680px;
font-size:20px;
color:#d7e8ff;
margin-bottom:35px;
}

.buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:15px 28px;
border-radius:10px;
font-weight:bold;
transition:.3s;
}

.btn-primary{
background:#00aaff;
color:#00111f;
}

.btn-primary:hover{
background:#2ebcff;
transform:translateY(-3px);
}

.btn-outline{
border:1px solid #00aaff;
color:#00aaff;
}

.btn-outline:hover{
background:rgba(0,170,255,.12);
transform:translateY(-3px);
}

section{padding:80px 20px}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:40px;
margin-bottom:10px;
}

.section-title span{color:#00aaff}

.section-title p{
color:#bfd3e8;
font-size:18px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.card{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.14);
border-radius:18px;
padding:30px;
transition:.3s;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 0 30px rgba(0,170,255,.12);
}

.card h3{
color:#00aaff;
font-size:23px;
margin-bottom:12px;
}

.card p{
color:#cbd9e7;
}

.dark{background:#06101c}

.plan{
text-align:center;
position:relative;
}

.popular{
border:1px solid #00aaff;
box-shadow:0 0 30px rgba(0,170,255,.15);
}

.tag{
position:absolute;
top:-14px;
left:50%;
transform:translateX(-50%);
background:#00aaff;
color:#00111f;
padding:6px 15px;
border-radius:20px;
font-weight:bold;
font-size:13px;
}

.price{
font-size:42px;
font-weight:bold;
margin:18px 0;
color:#fff;
}

.price small{
font-size:16px;
color:#bfd3e8;
}

ul{
list-style:none;
margin:25px 0;
}

ul li{
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,.06);
color:#dcecff;
}

.about{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about-box{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.14);
border-radius:20px;
padding:35px;
}

.about-box h2{
font-size:38px;
margin-bottom:18px;
}

.about-box span{color:#00aaff}

.about-box p{
color:#cbd9e7;
margin-bottom:15px;
}

.links-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.link-card{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.14);
border-radius:16px;
padding:24px;
transition:.3s;
}

.link-card:hover{
background:#0f243d;
transform:translateY(-5px);
}

.link-card h3{
color:#00aaff;
margin-bottom:8px;
}

.link-card p{
color:#cbd9e7;
font-size:15px;
}

.cta{
text-align:center;
background:linear-gradient(135deg,#06101c,#0b2b46);
}

.cta h2{
font-size:42px;
margin-bottom:15px;
}

.cta span{color:#00aaff}

.cta p{
color:#d7e8ff;
font-size:18px;
margin-bottom:30px;
}

footer{
background:#030910;
padding:35px 20px;
text-align:center;
color:#9fb3c9;
}

.footer-links{
margin-bottom:15px;
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
}

.footer-links a{
color:#d7e8ff;
font-size:14px;
}

.footer-links a:hover{color:#00aaff}

.terms-content{
max-width:1000px;
margin:auto;
}

.terms-box{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.15);
border-radius:20px;
padding:35px;
margin-bottom:24px;
}

.terms-box h2{
color:#00aaff;
font-size:28px;
margin-bottom:15px;
}

.terms-box p,
.terms-box li{
color:#d7e8ff;
line-height:1.8;
}

.terms-box ul{
padding-left:22px;
margin-top:10px;
}

.terms-box a{
color:#00aaff;
font-weight:700;
}

.terms-note{
background:rgba(0,170,255,.08);
border:1px solid rgba(0,170,255,.18);
border-radius:18px;
padding:24px;
margin-bottom:30px;
color:#d7e8ff;
line-height:1.8;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 70px;
    width: auto;
    transition: .3s;
}

.logo-img:hover {
    transform: scale(1.05);
}

.privacy-content{
max-width:1000px;
margin:auto;
}

.privacy-box{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.15);
border-radius:20px;
padding:35px;
margin-bottom:24px;
}

.privacy-box h2{
color:#00aaff;
font-size:28px;
margin-bottom:15px;
}

.privacy-box p,
.privacy-box li{
color:#d7e8ff;
line-height:1.8;
}

.privacy-box ul{
padding-left:22px;
margin-top:10px;
}

.privacy-box a{
color:#00aaff;
font-weight:700;
}

.privacy-note{
background:rgba(0,170,255,.08);
border:1px solid rgba(0,170,255,.18);
border-radius:18px;
padding:24px;
margin-bottom:30px;
color:#d7e8ff;
line-height:1.8;
}

@media(max-width:768px){
.privacy-box{
padding:25px;
}
}

.faq-box{
max-width:950px;
margin:auto;
}

.faq-item{
background:#0d1b2f;
border:1px solid rgba(0,170,255,.15);
border-radius:18px;
margin-bottom:18px;
overflow:hidden;
transition:.3s;
}

.faq-item:hover{
box-shadow:0 0 30px rgba(0,170,255,.10);
}

.faq-question{
width:100%;
padding:24px;
background:none;
border:none;
color:#fff;
font-size:18px;
font-weight:700;
text-align:left;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
}

.faq-question span{
color:#00aaff;
font-size:28px;
transition:.3s;
}

.faq-answer{
display:none;
padding:0 24px 24px;
color:#cbd9e7;
line-height:1.8;
font-size:16px;
}

.faq-item.active .faq-answer{
display:block;
}

.faq-item.active .faq-question span{
transform:rotate(45deg);
}

@media(max-width:768px){
.faq-question{
font-size:16px;
padding:20px;
}
}

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
background:#25d366;
color:#fff;
padding:15px 20px;
border-radius:50px;
font-weight:bold;
box-shadow:0 0 20px rgba(37,211,102,.4);
z-index:999;
}

@media(max-width:900px){
.menu{display:none}
.hero h1{font-size:38px}
.hero p{font-size:17px}
.about{grid-template-columns:1fr}
}

.nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.menu-toggle{
    display:none;
    background:none;
    border:none;
    color:#fff;
    font-size:32px;
    cursor:pointer;
}

@media(max-width:900px){

    .menu-toggle{
        display:block;
        z-index:1001;
    }

    .menu{
        position:absolute;
        top:100%;
        left:0;
        right:0;

        background:#08111f;

        display:flex;
        flex-direction:column;

        max-height:0;
        overflow:hidden;

        transition:.4s ease;

        border-radius:0 0 15px 15px;

        box-shadow:
        0 15px 40px rgba(0,0,0,.4);
    }

    .menu.active{
        max-height:600px;
        padding:15px;
    }

    .menu a{
        width:100%;
        padding:14px;
        text-align:center;
        border-radius:10px;
        margin-bottom:8px;

        background:rgba(255,255,255,.03);
    }

    .menu a:hover{
        background:rgba(0,170,255,.15);
    }

    .btn-login{
        background:#00aaff !important;
        color:#fff !important;
        font-weight:600;
    }
}