/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;

    overflow-x: hidden;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.back-button {
    background: #fff;
    color: #000000;
    padding: 3px 30px;
    margin-top: 0px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
    margin-left: 25px; /* Espaçamento entre o botão e o título */
}
.back-button:hover {
    background: #000000;
    color: #ffc400;

}
header {
    background: #0073e6;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.header-content {
    display: flex;
    align-items: center; /* Alinha o botão e o título verticalmente */
    justify-content: center; /* Centraliza o conteúdo */
    margin-bottom: 10px; /* Espaçamento abaixo do título */
}
.header-content img{
    width: 30px;
    margin-left: 5px;
}
.pcor{
    color: rgb(255, 230, 0);
    font-size: 22px;



}
header h1 {
    font-size: 2.5rem;
    margin: 0; /* Remove a margem padrão do h1 */
}
header p {
    font-size: 1.2rem;
}

/* video do youtub */
.video-section {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}
.video-section h2 {
    font-size: 2.5rem;
    letter-spacing: 3px; /* Aumenta o espaçamento entre as letras */
    font-weight: 500;
    font-family: 'Staatliches', sans-serif; /* Única e estilosa */


}
.video-section p {
    font-size: 1.4rem;
    margin-bottom: 50px;
    margin-top: -5px;

}
.video-container {
    position: relative;
    padding-bottom: 30%; /* Tamanho menor do vídeo */
    height: 0;
    overflow: hidden;
    max-width: 880px; /* Largura menor */
    margin: 0 auto;
}

#alargar {
    width: 890px; 
    height: 500px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* funcionalidades incliveis */
.features {
    padding: 40px 0;
    background: #e6f3ff;
    text-align: center;
}
.features h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.features-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 22%;
    max-width: 22%;
    text-align: center;
}
.feature .emoji {
    font-size: 2rem;
    margin-bottom: 10px;
}
.feature h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* o que os clientes dizem */
.testimonials {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}
.testimonials h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.testimonials-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.testimonial {
    background: #e6f3ff;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 45%;
    max-width: 45%;
    text-align: center;
}
.testimonial .video-container {
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}

/* pronto para impulsionar sua vendas */
.cta {
    padding: 40px 0;
    background: #0073e6;
    color: #fff;
    text-align: center;
}
.cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.cta-button {
    background: #fff;
    color: #0073e6;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
}
.espaco{
    margin-bottom: 40px;
}

/* perguntas frequentes*/
.faq {
    padding: 40px 0;
    background: #e6f3ff;
    text-align: center;
}
.faq h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.faq-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.faq-item {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 45%;
    max-width: 45%;
    text-align: left;
}


/* algumas funçoes */
.functions {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}
.functions h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.functions-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.function {
    flex: 1 1 30%;
    max-width: 30%;
    margin: 10px;
    text-align: center;
}
.function img {
    width: 100%;
    max-width: 350px;
    height: 180px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 2px solid rgb(59, 56, 59);
}
.function p {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}



.pricing {
    padding: 40px 0;
    background: #0073e6;
    text-align: center;
}
.pricing h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: white;
}
.pricing-grid {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    position: relative; /* Adicionado para referência */
    padding-bottom: 60px; /* Espaço para o link */
}
.plan {
    background: #fff;
    padding: 30px 0px 30px 0px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    max-width: 380px;
    position: relative;
    text-align: center;
    overflow: hidden; /* Esconde o que sai das bordas */
}
.plan h3 {
    font-size: 28px;
}
.plan.popular {
    border: 3px solid #4CAF50;
}
.ribbon {
    position: absolute;
    top: 23px;
    right: -45px;
    background: #4CAF50;
    color: #fff;
    padding: 6px 50px;
    border-radius: 5px;
    font-size: 1rem;
    transform: rotate(38deg);
}
.original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 1.5rem;
}
.promo-price {
    font-size: 1.8rem;
    color: #4CAF50;
    font-weight: bold;
    margin: 10px 0;
}
.plan ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: justify;
    margin-left: 50px;
}
.plan ul li {
    margin: 5px 0;
    font-size: 1.2rem;
}
.botao-comprar {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.3s ease;
}
.botao-comprar:hover {
    background: #45a049;
}
.botao-comprar.destaque {
    animation: pulse 1.5s infinite;
    position: relative;
    overflow: hidden;
}
.botao-comprar.destaque::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    animation: ripple 1.5s infinite;
}
.apenaswa {
    position: absolute;
    right: -40px; /* Distância da direita */
    bottom: 10px; /* Distância de baixo */
    margin: 0; /* Remove margens antigas */
}
.apenaswa a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s ease;
}
.apenaswa a:hover {
    opacity: 0.8;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
@keyframes ripple {
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* rodape do site */
footer {
    background: #0073e6;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
footer p {
    margin: 5px 0;
}

/* ========== MEDIA QUERIES PARA RESPONSIVIDADE ========== */

/* TABLETS (768px a 1024px) */
@media (max-width: 1024px) {
    /* Ajustes gerais */
    .container {
        width: 95%;
    }
    
    /* Header */
    .header-content h1{
        margin-right: 30px;
        margin-bottom: -10px;
    }
    .back-button {
        margin: 15px 0 0 0;
    }
    .container h2{
        font-size: 29px;
    }
    .container p{
        font-size: 19px;
    }
    
    /* Vídeos */
    .video-container {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 56.25%; /* Mantém proporção 16:9 */
    }
    
    #alargar {
        width: 100% !important;
        height: auto !important;
    }
    
    /* Features */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Testimonials */
    .testimonials-grid {
        flex-direction: column;
    }
    .functions p {
    font-size: 14px;
    }
    .features h3 {
        font-size: 16px;

    }
    .features p{
        font-size: 14px;
    }
    .testimonial {
        max-width: 100%;
        margin: 10px 0;
    }
    .plan ul li {
        margin: 5px 0;
        font-size: 1rem;
    }
    .pricing-grid {
        gap: 20px;
    }
    .plan {
        max-width: 100%;
    }
    .apenaswa {
        position: static;
        margin-top: 20px;
        text-align: center;
    }
    .apenaswa a {
        font-size: 1.3rem;

    }
    .faq-item h3{
        font-size: 22px;

    }
    .faq-item p{
        font-size: 15px;

    }





}

/* CELULARES (até 767px) */
@media (max-width: 767px) {
    /* Header */
    header h1 {
        font-size: 1.8rem;
    }
    .header-content{
        flex-direction: column;
    }
    .header-content h1{
        margin-left: 50px;
    }
    .header-content img{
        margin-bottom: -3px;
    }
    .plus p{
        font-size: 14px;
    }
    .pcor {
        font-size: 0.9rem;
    }

    #maior{
        font-size: 30px;
    }
    
    /* Seções */
    .video-section h2,
    .features h2,
    .testimonials h2,
    .cta h2,
    .faq h2,
    .functions h2 {
        font-size: 1.5rem;
    }
    
    /* Vídeos (ajuste especial para mobile) */
    .video-container {
        padding-bottom: 75%; /* Mais altura para mobile */
        margin-bottom: -120px;
    }
    .video-section p {
        font-size: 1rem;
        margin: 15px 0;
    }

    #alargar iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78%;
        border-radius: 5px;
    }
    .video-section p {
        font-size: 15px;
    }
    
    /* Features */
    .features-grid {
        flex-direction: column;
    }
    .feature {
        max-width: 100%;
        margin: 10px 0;
    }
    .testimonials h2{
        font-size: 20px;
    }
    .testimonials-grid p {
        font-size: 12px;
    }
    .cta .container h2{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .espaco{
        margin-bottom: 25px;
    }
    .cta .container p{
        font-size: 11px;
    }
    .cta a{
        font-size: 13px;
    }

    .functions .container h2{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .functions .container p{
        font-size: 19px;
    }
    
    /* Functions */

    .functions {
        padding: 40px 0;
        background: #fff;
        text-align: center;
    }
    .functions h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        color: #333;
    }
    .functions-grid {
        display: flex;
        flex-direction: column; /* Coloca os itens em coluna */
        align-items: center; /* Centraliza horizontalmente */
        gap: 30px; /* Espaço entre os itens */
    }
    .function {
        width: 100%;
        max-width: 300px; /* Largura máxima dos cards */
        text-align: center;
        padding: 2px;
        background: #f8f8f8;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .function:hover {
        transform: translateY(-5px);
    }
    .function img {
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 8px;
        margin: 0 auto 15px;
        display: block;
    }
    .function p {
        font-size: 1.2rem;
        color: #333;
        font-weight: bold;
        margin: 0;
        font-family: 'Arial', sans-serif;
    }


    .plan ul li {
        font-size: 1rem;
    }


    .faq {
        padding: 40px 0;
        background: #e6f3ff;
        text-align: center;
    }
    .faq h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        color: #333;
    }
    .faq-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 350px;
        margin: 0 auto;
    }
    .faq-item {
        margin-left: 0px;
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: left;
        transition: transform 0.3s ease;
    }
    .faq-item:hover {
        transform: translateY(-3px);
    }
    .faq-item h3 {
        color: #0073e6;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .faq-item p {
        font-size: 1rem;
        line-height: 1.5;
        color: #555;
    }
    .creu p{
        font-size: 15px;
    }


}
