/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
    --bg-color: #050505;
    --card-bg: #121212;
    --text-main: #ffffff;
    --text-muted: #a1a1aa;
    --brand-green: #00d63e; /* Verde Starlink vibrante */
    --brand-green-hover: #00b032;
    --border-color: #27272a;
    --radius: 12px;
}

body {
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* === HEADER === */
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
height:32px;
width:auto;
border-radius:12px;
padding:4px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.06);
box-shadow:0 6px 18px rgba(0,0,0,.25);
object-fit:contain;
}
.nav-links {
    display: none; /* Escondido no mobile, aparece no desktop se quiser */
}

@media(min-width: 768px) {
    .nav-links { display: flex; gap: 25px; }
    .nav-links a { font-size: 0.9rem; color: var(--text-muted); transition: 0.3s; }
    .nav-links a:hover { color: var(--brand-green); }
}

/* === HERO SECTION === */

/* === HERO SECTION PREMIUM STARLINK === */

.hero-section{
    position:relative;
    height:90vh;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;
    background:
        radial-gradient(circle at top right, rgba(0,140,255,.12), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0,255,140,.08), transparent 30%),
        linear-gradient(180deg,#02050b,#000);
}

/* Fundo principal */
.hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/satelite.png') no-repeat center center/cover;
    opacity:.8;
    transform:scale(1.05);
}

/* Satélite transparente atrás do texto */
/* TROQUE SOMENTE ISSO NO SEU CSS */

.hero-section::after{
    content:"";
    position:absolute;
    width:780px;
    height:780px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url('https://internetparatodos.space/images/satelite.png') no-repeat center center/contain;
    opacity:.8;
    filter:drop-shadow(0 0 40px rgba(255,255,255,.12));
    animation:floatSat 8s ease-in-out infinite;
    z-index:2;
    pointer-events:none;
}ion:floatSat 8s ease-in-out infinite;
}

/* Camada escura elegante */
.overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.88)),
        radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.35) 70%);
    z-index:1;
}

.hero-content{
    position:relative;
    z-index:3;
    max-width:760px;
    padding:20px;
}

.hero-content h1{
    font-size:3rem;
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
    color:#fff;
    text-shadow:0 0 30px rgba(255,255,255,.08);
}

.hero-content p{
    font-size:1.15rem;
    color:#b9c7d8;
    margin-bottom:30px;
}

/* Botão premium */
.hero-content .btn{
    display:inline-block;
    padding:16px 34px;
    border-radius:999px;
    background:linear-gradient(90deg,#00e676,#00ff88);
    color:#000;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 0 25px rgba(0,230,118,.28);
    transition:.25s;
}

.hero-content .btn:hover{
    transform:translateY(-2px) scale(1.02);
    box-shadow:0 0 35px rgba(0,230,118,.45);
}

/* Movimento sutil */
@keyframes floatSat{
    0%{transform:translate(-50%,-50%) rotate(0deg);}
    50%{transform:translate(-50%,-52%) rotate(1deg);}
    100%{transform:translate(-50%,-50%) rotate(0deg);}
}

/* Mobile */
@media(max-width:768px){

.hero-section{
    min-height:520px;
    height:85vh;
}

.hero-section::after{
    width:420px;
    height:420px;
    opacity:02;
}

.hero-content h1{
    font-size:2rem;
}

.hero-content p{
    font-size:1rem;
}

}
/* === BOTÕES === */
.botao {
    display: inline-block;
    background-color: var(--brand-green);
    color: #000;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: transform 0.2s, background 0.3s;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    top:90%;
    left:50%;
}

@media(min-width: 768px) {
    .botao { width: auto; }
}

.botao:hover {
    background-color: var(--brand-green-hover);
    transform: translateY(-2px);
}

.hero-botao{
    font-size:1rem;
    padding:18px 40px;
    box-shadow:0 0 20px rgba(0,214,62,.4);
    margin-top:550px; /* aumenta para descer mais */
}

/* === VÍDEO === */
.video-section {
    padding: 80px 0;
    background: var(--bg-color);
}

.video-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    background: #000;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.video-container video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

/* === PLANOS === */
.planos-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.planos-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
}

.planos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media(min-width: 768px) {
    .planos-grid { grid-template-columns: repeat(3, 1fr); }
}

.plano-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
}

.plano-card:hover {
    border-color: var(--brand-green);
    transform: translateY(-5px);
}

.plano-card.popular {
    border-color: var(--brand-green);
    box-shadow: 0 0 30px rgba(0, 214, 62, 0.1);
}

.destaque {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-green);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.plano-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-align: center;
}

.descricao {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.plano-card ul {
    margin-bottom: 30px;
    flex-grow: 1;
}

.plano-card li {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #d4d4d8;
    display: flex;
    align-items: center;
}

.plano-card li::before {
    content: '✓';
    color: var(--brand-green);
    font-weight: bold;
    margin-right: 10px;
}

/* === NOTIFICAÇÃO FLUTUANTE (PROVA SOCIAL) === */
.ativacao-dismiss {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    animation: slideIn 0.5s ease-out;
}

.ativacao-bar {
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid var(--brand-green);
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    font-size: 0.85rem;
    backdrop-filter: blur(5px);
}

.ativacao-bar::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--brand-green);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

/* === CTA FINAL & FOOTER === */
.cta-section {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

.cta-section h2 { font-size: 2rem; margin-bottom: 15px; }
.cta-section p { color: var(--text-muted); margin-bottom: 30px; }

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .cta-buttons { flex-direction: row; justify-content: center; }
}

.botao.secundary {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-main);
}
.botao.secundary:hover { border-color: var(--text-main); }

footer {
    padding: 50px 0;
    border-top: 1px solid var(--border-color);
    background: #000;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

@media(min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.logo-footer {
height:32px;
width:auto;
border-radius:12px;
padding:4px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.06);
box-shadow:0 6px 18px rgba(0,0,0,.25);
object-fit:contain;
}
.footer-logo-email p { color: var(--text-muted); font-size: 0.9rem; }

.footer-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 400px;
}

.footer-form input {
    padding: 12px;
    background: #1a1a1a;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: #fff;
    outline: none;
}

.footer-form input:focus { border-color: var(--brand-green); }

/* FAQ PREMIUM APPLE STYLE */

.faq-section{
padding:90px 20px;
background:
linear-gradient(180deg,#000,#05070d);
}

.faq-container{
max-width:980px;
margin:auto;
}

.faq-top{
text-align:center;
margin-bottom:45px;
}

.faq-mini{
display:inline-block;
padding:8px 14px;
border-radius:999px;
font-size:12px;
font-weight:700;
letter-spacing:.4px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.06);
color:#9fb3c8;
margin-bottom:16px;
}

.faq-top h2{
font-size:2.4rem;
font-weight:800;
margin-bottom:12px;
color:#fff;
}

.faq-top p{
max-width:700px;
margin:auto;
font-size:1.05rem;
color:#9aa8ba;
line-height:1.7;
}

.faq-list{
display:grid;
gap:14px;
}

.faq-item{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.06);
border-radius:22px;
padding:0 22px;
overflow:hidden;
transition:.25s;
backdrop-filter:blur(10px);
}

.faq-item:hover{
border-color:rgba(255,255,255,.14);
transform:translateY(-2px);
}

.faq-item summary{
list-style:none;
cursor:pointer;
padding:22px 34px 22px 0;
font-size:1rem;
font-weight:700;
color:#fff;
position:relative;
}

.faq-item summary::-webkit-details-marker{
display:none;
}

.faq-item summary::after{
content:"+";
position:absolute;
right:0;
top:20px;
font-size:24px;
font-weight:300;
color:#00e676;
transition:.25s;
}

.faq-item[open] summary::after{
transform:rotate(45deg);
}

.faq-content{
padding:0 0 22px;
color:#a8b4c4;
font-size:.97rem;
line-height:1.75;
animation:fadeFaq .25s ease;
}

@keyframes fadeFaq{
from{
opacity:0;
transform:translateY(-6px);
}
to{
opacity:1;
transform:translateY(0);
}
}

@media(max-width:768px){

.faq-section{
padding:70px 16px;
}

.faq-top h2{
font-size:1.8rem;
}

.faq-item summary{
font-size:.95rem;
padding:18px 28px 18px 0;
}

.faq-content{
font-size:.93rem;
}

}

/* === ANIMAÇÕES === */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.checkout-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.82);
z-index:99999;
backdrop-filter:blur(8px);
justify-content:center;
align-items:center;
}

.checkout-box{
width:95%;
max-width:460px;
height:92vh;
background:#000;
border-radius:22px;
overflow:hidden;
position:relative;
box-shadow:0 30px 80px rgba(0,0,0,.6);
}

.checkout-box iframe{
width:100%;
height:100%;
border:0;
}

.fechar{
position:absolute;
top:10px;
right:14px;
font-size:32px;
color:#fff;
cursor:pointer;
z-index:5;
}
