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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: #000000;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Countdown Top Bar */
.countdown-top-bar {
    background: #000000;
    border-bottom: 2px solid #ff0000;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.countdown-item {
    text-align: center;
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    border: 2px solid #ff0000;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    min-width: 80px;
}

.countdown-label {
    font-size: 0.85rem;
    color: #ff0000;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* Dobra Base */
.dobra {
    padding: 60px 0;
}

/* Dobra 1: Banner and Title */
.dobra-1 {
    background: #000000;
    text-align: center;
}

.banner-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #ff0000;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ff0000;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.emoji-start,
.emoji-end {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.main-subtitle {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
}

/* Dobra 2: Date and CTA */
.dobra-2 {
    background: #0a0a0a;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

.date-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.date-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ff0000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    line-height: 1.3;
}

.date-description {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 40px;
}

.date-description strong {
    color: #ff0000;
}

/* Dobra 3: Opportunity */
.dobra-3 {
    background: #000000;
    border-bottom: 1px solid #ff0000;
    padding: 100px 0;
}

.opportunity-content {
    max-width: 900px;
    margin: 0 auto;
}

.opportunity-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ff0000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    line-height: 1.3;
}

.opportunity-text {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 20px;
}

.opportunity-highlight {
    font-size: 1.4rem;
    color: #ff0000;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 30px;
}

/* Dobra 4: The Method */
.dobra-4 {
    background: #0a0a0a;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

.method-content {
    max-width: 900px;
    margin: 0 auto;
}

.method-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ff0000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    line-height: 1.3;
}

.method-text {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
}

/* Dobra 5: Rotinas */
.dobra-5 {
    background: #000000;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ff0000;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
}

.rotinas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.rotina-card {
    background: #0a0a0a;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #ff0000;
    position: relative;
    padding-top: 60px;
}

.rotina-number {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #ff0000;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}

.rotina-card h3 {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.rotina-card p {
    color: #999999;
    font-size: 0.95rem;
    line-height: 1.7;
}

.rotinas-conclusion {
    text-align: center;
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.dobra-5 .cta-button {
    display: block;
    margin: 0 auto;
}

/* Dobra 6: Evolution */
.dobra-6 {
    background: #0a0a0a;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

.evolution-content {
    max-width: 900px;
    margin: 0 auto;
}

.evolution-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ff0000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.evolution-text {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 20px;
}

.dobra-6 .cta-button {
    display: block;
    margin-top: 30px;
}

/* Dobra 7: About */
.dobra-7 {
    background: #000000;
    border-bottom: 1px solid #ff0000;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about-image {
    display: flex;
    justify-content: center;
}

.about-photo {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    border: 2px solid #ff0000;
    height: auto;
}

.about-text h3 {
    font-size: 1.8rem;
    color: #ff0000;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.about-text p {
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 15px;
}

.dobra-7 .cta-button {
    display: block;
    margin-top: 30px;
}

/* Dobra 8: Offer */
.dobra-8 {
    background: #0a0a0a;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

.offer-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.offer-highlight {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.price-box {
    background: #000000;
    padding: 40px;
    border-radius: 8px;
    border: 2px solid #ff0000;
    margin-bottom: 30px;
}

.original-price {
    font-size: 1.1rem;
    color: #999999;
    text-decoration: line-through;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

.offer-text {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 15px;
}

.mystery-price {
    font-size: 3rem;
    color: #ff0000;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
}

.offer-info {
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 15px;
}

.offer-warning {
    font-size: 1rem;
    color: #ff0000;
    margin-bottom: 30px;
}

.dobra-8 .cta-button {
    display: block;
    margin: 30px auto 0;
}

/* CTA Buttons */
.cta-button {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.cta-primary {
    background: #00d084;
    color: #000000;
}

.cta-primary:hover {
    background: #00b86f;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 208, 132, 0.3);
}

.cta-secondary {
    background: #ff0000;
    color: #ffffff;
}

.cta-secondary:hover {
    background: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
}

/* Footer */
.footer {
    padding: 40px 0;
    background: #000000;
    border-top: 2px solid #ff0000;
    text-align: center;
}

.footer p {
    font-size: 0.95rem;
    color: #999999;
    margin: 8px 0;
}

.footer p strong {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .emoji-start,
    .emoji-end {
        font-size: 1.5rem;
    }

    .main-title span:nth-child(2) {
        margin: 0 10px;
    }

    .date-title {
        font-size: 1.8rem;
    }

    .opportunity-title {
        font-size: 2.2rem;
    }

    .method-title {
        font-size: 1.8rem;
    }

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

    .rotinas-grid {
        grid-template-columns: 1fr;
    }

    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-photo {
        margin-bottom: 30px;
    }

    .evolution-title {
        font-size: 2rem;
    }

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

    .dobra-3 {
        padding: 80px 0;
    }

    .mystery-price {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .countdown-container {
        gap: 20px;
    }

    .countdown-number {
        font-size: 2rem;
        padding: 8px 15px;
    }

    .countdown-label {
        font-size: 0.75rem;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .main-subtitle {
        font-size: 1rem;
    }

    .date-title {
        font-size: 1.5rem;
    }

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

    .opportunity-title {
        font-size: 1.8rem;
    }

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

    .method-title {
        font-size: 1.5rem;
    }

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

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

    .rotina-card h3 {
        font-size: 1.1rem;
    }

    .rotina-card p {
        font-size: 0.85rem;
    }

    .rotinas-conclusion {
        font-size: 0.9rem;
    }

    .evolution-title {
        font-size: 1.8rem;
    }

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

    .about-text h3 {
        font-size: 1.5rem;
    }

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

    .offer-highlight {
        font-size: 1.1rem;
    }

    .original-price {
        font-size: 1rem;
    }

    .offer-text {
        font-size: 1.1rem;
    }

    .mystery-price {
        font-size: 2rem;
    }

    .offer-info,
    .offer-warning {
        font-size: 0.9rem;
    }

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

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