* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
}

/* Imagens responsivas globais */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, #000 0%, #1a1a1a 100%);
    padding: 120px 30px;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url("img01.jpg");
}

.brand-name {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1rem;
    color: #b0b0b0;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.highlight {
    color: #C8B273;
}

.hero-description {
    font-size: 1rem;
    color: #b0b0b0;
    margin-bottom: 30px;
}

.cta-button {
    background: linear-gradient(90deg, #00ff00 0%, #00cc00 100%);
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 18px 50px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 255, 0, 0.3);
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 0, 0.4);
}

.testimonial-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    backdrop-filter: blur(10px);
}

.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #C8B273;
}

.testimonial-content {
    flex: 1;
    text-align: left;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #d0d0d0;
    line-height: 1.6;
}

.black-friday-badge {
    background: #8B0000;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
}

.badge-text {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
}

.badge-subtitle {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #fff;
    line-height: 1.2;
}

/* Secret Section */
.secret-section {
    background: #0a0a0a;
    padding: 80px 20px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
}

.section-text {
    font-size: 1.1rem;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7;
}

.pillar-item {
    background: rgba(255, 255, 255, 0.03);
    border-left: 4px solid #C8B273;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
}

.pillar-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #C8B273;
    margin-bottom: 10px;
}

.pillar-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.pillar-text {
    font-size: 1rem;
    color: #b0b0b0;
    line-height: 1.6;
}

/* Benefits Section */
.benefits-section {
    background: #000;
    padding: 80px 20px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.check-icon {
    color: #00ff00;
    font-size: 1.5rem;
    font-weight: 900;
    min-width: 30px;
}

.benefit-item p {
    font-size: 1rem;
    color: #c0c0c0;
    line-height: 1.6;
    margin: 0;
}

.cta-text {
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin: 40px 0 30px;
}

/* Revenue Section */
.revenue-section {
    background: #0a0a0a;
    padding: 80px 20px;
}

.screenshots-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.screenshot-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
}

/* About Section */
.about-section {
    background: #000;
    padding: 80px 20px;
}

.brand-name-large {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.about-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-img-euro {
    display: block;
    width: 100%;
    height: auto;
}

.about-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.7) 70%, #000 100%);
    pointer-events: none;
}

.about-text {
    font-size: 1rem;
    color: #c0c0c0;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.about-text strong {
    color: #C8B273;
    font-weight: 700;
}

.video-container {
            border: 5px solid #fff; /* Apenas para você ver onde o vídeo está */
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }


/* Footer */
.footer-section {
    background: #000;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-text {
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.footer-text.small {
    font-size: 0.75rem;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    /* Hero Section Mobile */
    .hero-section {
        padding: 60px 15px;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .brand-name {
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    /* Botões CTA Mobile */
    .cta-button {
        font-size: 0.95rem;
        padding: 16px 30px;
        max-width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

    .pt-10 {
        padding-top: 20px;
    }

    .mt-10 {
        margin-top: 20px;
    }

    /* Imagens do Hero Mobile */
    .hero-section .row img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        object-fit: contain;
    }

    .hero-section .col-6 {
        padding: 5px;
        margin-bottom: 10px;
    }

    .hero-section .row {
        margin: 0;
    }

    /* Section Titles Mobile */
    .section-title {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0 10px;
    }

    .section-text {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    /* Pillar Items Mobile */
    .pillar-item {
        padding: 20px 15px;
        margin: 20px 0;
    }

    .pillar-number {
        font-size: 2rem;
    }

    .pillar-title {
        font-size: 1.1rem;
    }

    .pillar-text {
        font-size: 0.9rem;
    }

    /* Benefit Items Mobile */
    .benefit-item {
        padding: 15px;
        margin: 15px 0;
    }

    .benefit-item p {
        font-size: 0.9rem;
    }

    .check-icon {
        font-size: 1.2rem;
        min-width: 25px;
    }

    /* Testimonial Box Mobile */
    .testimonial-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .testimonial-content {
        text-align: center;
    }

    .black-friday-badge {
        margin: 20px auto 0;
    }

    /* Video/Iframe Mobile */
    iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        max-width: 100%;
    }

    /* Screenshots Mobile */
    .screenshots-container {
        flex-direction: column;
        align-items: center;
    }

    .screenshot-img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .revenue-section .row .col-3,
    .revenue-section .row .col-4,
    .revenue-section .row .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    /* About Section Mobile */
    .about-section {
        padding: 50px 15px;
    }

    .brand-name-large {
        font-size: 1.5rem;
    }

    .about-text {
        font-size: 0.9rem;
    }

    .about-img-wrapper {
        margin-bottom: 30px;
    }

    /* Sections Padding Mobile */
    .secret-section,
    .benefits-section,
    .revenue-section {
        padding: 50px 15px;
    }

    /* Footer Mobile */
    .footer-section {
        padding: 30px 15px;
    }

    .footer-text {
        font-size: 0.85rem;
    }

    .footer-text.small {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 0.85rem;
        padding: 14px 25px;
    }

    .hero-section {
        padding: 40px 10px;
    }
}

@media (max-width: 992px) {
    .about-img {
        margin-bottom: 40px;
    }

    .about-section .row {
        flex-direction: column;
    }

    .about-section .col-lg-5 {
        margin-bottom: 30px;
    }
}

/* Classe para wrapper de vídeo responsivo */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 20px auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}