/* Configurações Gerais */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; background-color: #fdfbff; color: #1a1a2e; }

/* Header */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.logo-area { display: flex; align-items: center; gap: 10px; }
.logo-box { background: #1a1a2e; color: white; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: bold; }
.btn-entrar { background: linear-gradient(to right, #8e2de2, #f00056); color: white; padding: 10px 25px; border-radius: 12px; text-decoration: none; font-weight: 600; }

/* Hero */
.hero { text-align: center; padding: 80px 10%; background: linear-gradient(180deg, #fff 0%, #f9f0ff 100%); }
.badge { display: inline-block; background: white; padding: 8px 20px; border-radius: 50px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); color: #f00056; font-weight: bold; margin-bottom: 20px; }
h1 { font-size: 2.8rem; margin-bottom: 20px; }
h1 span { background: linear-gradient(to right, #8e2de2, #f00056); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { color: #666; font-size: 1.1rem; line-height: 1.6; margin-bottom: 30px; }

/* Botões */
.hero-btns { display: flex; justify-content: center; gap: 15px; }
.btn-gradient { background: linear-gradient(to right, #8e2de2, #f00056); color: white; padding: 15px 30px; border-radius: 15px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.btn-outline { border: 2px solid #8e2de2; color: #8e2de2; padding: 15px 30px; border-radius: 15px; text-decoration: none; font-weight: bold; }

/* Planos */
/* Planos com fundo cinza sutil */
.planos { 
    text-align: center; 
    padding: 100px 5%; 
    background-color: #f2f2f7; /* Cinza mais escuro que o branco, estilo Apple */
    border-radius: 50px 50px 0 0; /* Curva suave para separar da seção de cima */
}

.planos h2 {
    font-size: 3.5rem; /* Escrita bem maior como você pediu */
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.planos p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
}
.grid-planos { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
.card-plano { 
    background: white; 
    border-radius: 35px; /* Mais arredondado */
    padding: 50px 40px; 
    width: 350px; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.04); 
    border: 1px solid rgba(0,0,0,0.05); 
    position: relative;
    transition: 0.4s transform ease;
}

.card-plano:hover {
    transform: scale(1.03); /* Leve pulo ao passar o mouse */
}

.card-plano.destaque { 
    border: 2px solid #8e2de2; 
    box-shadow: 0 25px 50px rgba(142, 45, 226, 0.1);
}

/* Deixar o preço mais elegante */
.preco { 
    font-size: 3rem; 
    font-weight: 800; 
    color: #1a1a2e; 
    margin: 30px 0; 
}
.destaque { border: 2px solid #8e2de2; }
.save-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(to right, #8e2de2, #f00056); color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; }
.preco { font-size: 2.5rem; font-weight: 700; color: #8e2de2; margin: 20px 0; }
.preco span { font-size: 1rem; color: #777; }
/* Container da lista */
.lista-recursos {
    list-style: none;
    text-align: left;
    margin: 30px 0;
    padding: 0;
}

/* Estilo de cada item da lista */
.lista-recursos li {
    position: relative;
    padding-left: 35px; /* Espaço para o novo ícone */
    margin-bottom: 15px;
    color: #444;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Criando o novo "Check" Pretinho para todos os planos */
.lista-recursos li::before {
    content: '✓'; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #1a1a2e; /* O preto elegante que você gostou */
    color: #fff; /* O check em branco para destacar no fundo preto */
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave preta */
}

/* Remova ou comente aquela parte que mudava a cor só no destaque, 
   para que ambos fiquem iguais agora */

/* WhatsApp */
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; background: #25d366; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.whatsapp-float img { width: 35px; }

/* Benefícios Rápidos */
.beneficios-rapidos { display: flex; justify-content: center; gap: 20px; padding: 20px 5%; margin-top: -40px; flex-wrap: wrap; }
.card-mini { background: white; padding: 20px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); text-align: center; width: 200px; }
.card-mini strong { display: block; font-size: 1.1rem; margin-top: 10px; }
.card-mini span { font-size: 0.85rem; color: #777; }

/* Demonstração */
.demonstracao { text-align: center; padding: 80px 5%; background: #fff; }
.badge-demo { display: inline-block; border: 1px solid #8e2de2; color: #8e2de2; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; margin-bottom: 15px; }
.mockup-container { margin-top: 40px; max-width: 1000px; margin-inline: auto; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.img-mockup { width: 100%; display: block; }

/* Recursos Detalhados */
.recursos-detalhados { text-align: center; padding: 60px 5%; }
.grid-recursos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; }
.card-recurso { background: white; padding: 40px 30px; border-radius: 25px; text-align: left; box-shadow: 0 5px 20px rgba(0,0,0,0.03); border: 1px solid #f0f0f0; }
.card-recurso h4 { margin: 20px 0 10px; font-size: 1.2rem; }
.card-recurso p { color: #666; font-size: 0.95rem; line-height: 1.5; }

/* Ícones coloridos igual às fotos */
.icon-bg { width: 60px; height: 60px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.purple-light { background: #f3e8ff; }
.blue-light { background: #e0f2fe; }
.green-light { background: #dcfce7; }

/* --- Estilos para o Mockup do Celular --- */

.mockup-section {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* A Moldura do Celular */
.phone-frame {
    width: 320px; /* Largura padrão de um celular no desktop */
    height: 650px; /* Altura proporcional */
    background: #1a1a2e; /* Cor da moldura (pode ser preta) */
    border-radius: 40px; /* Cantos bem arredondados */
    padding: 15px; /* Espaço entre a moldura e a tela */
    box-shadow: 0 25px 50px rgba(0,0,0,0.2); /* Sombra suave para dar profundidade */
    position: relative;
    overflow: hidden;
}

/* A Tela do Celular (Onde a foto fica) */
.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px; /* Cantos arredondados da tela interna */
    overflow-y: scroll; /* Permite rolar a imagem longa se necessário */
    scrollbar-width: none; /* Esconde a barra de rolagem no Firefox */
}

.phone-screen::-webkit-scrollbar {
    display: none; /* Esconde a barra de rolagem no Chrome/Safari */
}

/* A Imagem da Loja Velmora */
.loja-img {
    width: 100%;
    display: block;
    height: auto;
}

/* Botão Veja na Prática (Igual à Foto 9) */
.btn-pratica {
    background: linear-gradient(to right, #8e2de2, #f00056);
    color: white;
    padding: 18px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(142, 45, 226, 0.3);
    transition: 0.3s;
}

.btn-pratica:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(142, 45, 226, 0.4);
}

/* --- Background Glow e Seção Premium --- */
.demonstracao-premium {
    position: relative;
    padding: 100px 5%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

/* O círculo de luz no fundo */
.glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(142, 45, 226, 0.15) 0%, rgba(240, 0, 86, 0.05) 50%, transparent 70%);
    filter: blur(80px);
    z-index: 1;
}

.content-wrap { position: relative; z-index: 2; }

/* --- Moldura iPhone Realista --- */
.mockups-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
    perspective: 1000px; /* Efeito 3D leve */
}

.iphone-frame {
    width: 280px;
    height: 580px;
    background: #000;
    border: 8px solid #222; /* Borda de metal */
    border-radius: 45px;
    position: relative;
    box-shadow: 0 50px 100px rgba(0,0,0,0.2), 0 0 20px rgba(142, 45, 226, 0.2);
    transition: transform 0.5s ease;
}

.iphone-frame {
    width: 290px;
    height: 590px;
    background: #000;
    border: 10px solid #222; /* Moldura de metal mais robusta */
    border-radius: 50px; /* Curva perfeita de iPhone */
    position: relative;
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* O Notch (a parte preta de cima) mais fiel */
.iphone-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 28px;
    background: #000;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Detalhe da saída de som no notch */
.speaker { 
    width: 35px; 
    height: 4px; 
    background: #1a1a1a; 
    border-radius: 10px; 
}

.iphone-screen {
    width: 100%;
    height: 100%;
    border-radius: 40px; /* Acompanha a curva da moldura */
    overflow-y: auto; /* Permite ver a foto inteira rolando */
    background: white;
    scrollbar-width: none;
}

/* O "Notch" do iPhone */
.iphone-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 25px;
    background: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.speaker { width: 40px; height: 4px; background: #222; border-radius: 10px; }
.camera { width: 8px; height: 8px; background: #111; border-radius: 50%; border: 1px solid #222; }

/* Tela Interna */
.iphone-screen {
    width: 100%;
    height: 100%;
    border-radius: 37px;
    overflow-y: auto;
    background: white;
    scrollbar-width: none;
}

.iphone-screen img { width: 100%; display: block; }

/* Botão com Glow */
.btn-pratica-glow {
    display: inline-block;
    background: linear-gradient(45deg, #8e2de2, #f00056);
    color: white;
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 0 30px rgba(240, 0, 86, 0.4);
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% { box-shadow: 0 0 20px rgba(142, 45, 226, 0.4); }
    50% { box-shadow: 0 0 40px rgba(240, 0, 86, 0.6); }
    100% { box-shadow: 0 0 20px rgba(142, 45, 226, 0.4); }
}

/* Cores e Brilhos para os Novos Cards */
.orange-light { 
    background: rgba(255, 165, 0, 0.1); 
    color: #ffa500;
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.2); /* Brilho Laranja */
}

.gold-light { 
    background: rgba(255, 215, 0, 0.1); 
    color: #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); /* Brilho Dourado */
}

/* Deixando os cards mais Premium com efeito de vidro */
.card-recurso {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px); /* Efeito de vidro embaçado */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 35px;
    transition: 0.4s ease-in-out;
}

.card-recurso:hover {
    transform: translateY(-10px);
    border: 1px solid #8e2de2; /* Borda brilha no hover */
    box-shadow: 0 15px 40px rgba(142, 45, 226, 0.15);
}

/* Seção CTA Final */
.cta-final {
    background: linear-gradient(135deg, #8e2de2 0%, #f00056 100%);
    padding: 100px 10%;
    text-align: center;
    color: white;
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.cta-final h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 700px;
    margin-inline: auto;
}

.cta-final p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 600px;
    margin-inline: auto;
}

/* Botão Branco de Destaque */
.btn-cta-branco {
    display: inline-block;
    background: white;
    color: #8e2de2;
    padding: 20px 60px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3rem;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.btn-cta-branco:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.star-icon {
    margin-left: 10px;
}

/* Footer (Rodapé) */
.footer-simples {
    background: #0d0d1a; /* Preto azulado bem escuro */
    padding: 60px 5% 40px;
    color: white;
    text-align: center;
}

.footer-simples .logo-area {
    justify-content: center;
    margin-bottom: 30px;
}

.copyright {
    color: #666;
    font-size: 0.9rem;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
}

/* Estilo idêntico ao da imagem circulada */
.titulo-vender-online {
    font-size: 3.2rem; /* Tamanho grande */
    font-weight: 900; /* Letras bem grossas */
    color: #0f172a; /* Preto profundo */
    line-height: 1.1;
    letter-spacing: -2px; /* Letras "grudadinhas" igual ao print */
    text-align: center;
    margin-bottom: 15px;
}

.titulo-vender-online span {
    background: linear-gradient(to right, #8e2de2, #f00056);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; /* Faz o 'vender online' ficar na linha de baixo */
}

.subtitulo-vender {
    font-size: 1.2rem;
    color: #64748b;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Ajuste para não ficar grande demais no celular */
@media (max-width: 768px) {
    .titulo-vender-online {
        font-size: 2.2rem;
        letter-spacing: -1px;
    }
}

/* Estilo para a imagem da Logo */
.logo-img {
    width: 45px; /* Tamanho ideal para o cabeçalho */
    height: auto;
    object-fit: contain;
    border-radius: 8px; /* Mantém o estilo que você já tinha no box */
}

/* Ajuste para a logo no Rodapé (se quiser ela um pouco maior) */
.footer-simples .logo-img {
    width: 50px;
    margin-bottom: 10px;
}

/* Garante que o texto ao lado da logo continue alinhado */
.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Rodapé Estilo Premium */
.footer-premium {
    background-color: #0d0d1a; /* Preto azulado profundo da imagem */
    padding: 60px 5% 30px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Container principal do rodapé */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza conforme a imagem */
}

/* Área da Logo no Rodapé */
.logo-area-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03); /* Box suave em volta da logo */
    padding: 15px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-img-footer {
    width: 45px;
    height: auto;
}

.logo-text-footer strong {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.logo-text-footer span {
    font-size: 0.8rem;
    color: #94a3b8; /* Cinza claro */
}

/* Linha de Copyright */
.footer-bottom {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
}

.footer-bottom p {
    color: #64748b;
    font-size: 0.9rem;
}

/* Brilho sutil no canto do rodapé (Glow) */
.footer-premium::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}