/* OZENFIT JSON PAGE - ESTILOS PRINCIPAIS */

/* RESET E BASE */
.ozenfit-advertorial * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ozenfit-advertorial {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.ozenfit-advertorial .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.ozenfit-header {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 30px 0;
    text-align: center;
}

.breaking-news {
    background: #fff;
    color: #ff6b6b;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.main-headline {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.sub-headline {
    font-size: 1.2rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.author-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid white;
}

.author-details {
    text-align: left;
}

.publish-date {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* MAIN CONTENT */
.ozenfit-content {
    background: white;
    padding: 40px 0;
}

.ozenfit-content section {
    margin-bottom: 40px;
}

.ozenfit-content h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    border-left: 5px solid #ff6b6b;
    padding-left: 15px;
}

.ozenfit-content h3 {
    font-size: 1.5rem;
    color: #34495e;
    margin: 25px 0 15px 0;
}

.ozenfit-content p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: justify;
}

.location {
    font-weight: bold;
    color: #2c3e50;
}

.highlight-price {
    background: #f39c12;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
}

.standout {
    background: #e8f5e8;
    border-left: 4px solid #27ae60;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #27ae60;
}

/* PROBLEMA */
.problem-list {
    background: #fff5f5;
    border: 2px solid #ff6b6b;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
}

.problem-item {
    font-size: 1.1rem;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #ffe6e6;
}

.problem-item:last-child {
    border-bottom: none;
}

.truth-box {
    background: #ff6b6b;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 25px;
}

/* MÉTODOS FALHARAM */
.failed-methods {
    display: grid;
    gap: 15px;
    margin: 20px 0;
}

.method-item {
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 15px;
    border-radius: 5px;
}

.doctor-quote {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin: 25px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.quote-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
}

blockquote {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

cite {
    font-weight: bold;
    color: #2c3e50;
}

/* BENEFÍCIOS */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.benefit-item {
    background: #e8f5e8;
    border: 2px solid #27ae60;
    border-radius: 8px;
    padding: 15px;
    font-size: 1.1rem;
}

/* EFEITO GEL */
.gel-effect-box {
    background: linear-gradient(135deg, #3498db 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin: 25px 0;
}

.gel-effect-box h4 {
    color: white;
    margin-bottom: 20px;
}

.gel-effect-box ol {
    margin: 20px 0;
    padding-left: 20px;
}

.gel-effect-box li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.gel-effect-box .result {
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: bold;
}

/* DEPOIMENTO PRINCIPAL */
.main-testimonial {
    background: #f8f9fa;
    padding: 40px 20px;
    border-radius: 15px;
    margin: 40px 0;
}

.testimonial-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.testimonial-image {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.testimonial-content blockquote {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2c3e50;
}

/* INGREDIENTES */
.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.ingredient-item {
    background: #fff;
    border: 2px solid #3498db;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* FASES */
.phases-timeline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
}

.phase-item {
    flex: 1;
    text-align: center;
}

.phase-number {
    width: 60px;
    height: 60px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

.phase-content {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TABELA COMPARAÇÃO */
.comparison-table {
    overflow-x: auto;
    margin: 25px 0;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.comparison-table th, 
.comparison-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.comparison-table th {
    background: #2c3e50;
    color: white;
    font-weight: bold;
}

.ozempic-col {
    background: #ffebee;
    color: #c62828;
}

.ozenfit-col {
    background: #e8f5e8;
    color: #2e7d32;
}

.ozenfit-col.highlight {
    font-weight: bold;
    background: #c8e6c9;
}

/* DEPOIMENTOS GRID */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.testimonial-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.testimonial-card blockquote {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 15px;
}

.stars {
    font-size: 1.2rem;
    color: #f39c12;
}

/* OFERTA */
.attention-banner {
    background: #ff6b6b;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 25px;
    animation: pulse 2s infinite;
}

.promo-box {
    background: linear-gradient(135deg, #3498db 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 30px 0;
}

.promo-box h3 {
    color: white;
    margin-bottom: 25px;
}

.price-section {
    margin: 25px 0;
}

.old-price {
    font-size: 1.5rem;
    text-decoration: line-through;
    opacity: 0.7;
    margin-right: 15px;
}

.new-price {
    font-size: 3rem;
    font-weight: bold;
    color: #f39c12;
}

.discount {
    background: #ff6b6b;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 1.2rem;
    margin-left: 15px;
}

.installments {
    font-size: 1.3rem;
    margin: 20px 0;
    color: #f39c12;
}

.bonus-section {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
}

.bonus-section h4 {
    color: white;
    margin-bottom: 20px;
}

.bonus-list {
    text-align: left;
}

.bonus-item {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.guarantee-section {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
}

.guarantee-section h4 {
    color: white;
    margin-bottom: 15px;
}

/* URGÊNCIA */
.urgency-banner {
    background: #e74c3c;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 25px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.7; }
}

.stock-counter {
    background: #fff5f5;
    border: 2px solid #e74c3c;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.stock-number {
    background: #e74c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.3rem;
}

/* COMO PEDIR */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.step-item {
    text-align: center;
    padding: 20px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

.security-badges {
    background: #e8f5e8;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin: 25px 0;
}

.badges-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.badge {
    background: #27ae60;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* CONTADOR */
.countdown-section {
    background: #2c3e50;
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.time-unit {
    text-align: center;
}

.time-unit span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    background: #ff6b6b;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.time-unit label {
    font-size: 1rem;
    opacity: 0.8;
}

/* BOTÕES CTA */
.cta-button {
    display: block;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    max-width: 600px;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
    text-decoration: none;
    color: white;
}

.main-cta-button {
    font-size: 1.5rem;
    padding: 25px 50px;
}

.final-cta-button {
    font-size: 1.4rem;
    padding: 25px 45px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
}

/* FAQ */
.faq-list {
    margin: 25px 0;
}

.faq-item {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-item h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
}

.faq-item h4:hover {
    color: #ff6b6b;
}

/* ÚLTIMA CHANCE */
.options-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 25px 0;
}

.option-box {
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.option-1 {
    background: #ffebee;
    border: 2px solid #e74c3c;
}

.option-2 {
    background: #e8f5e8;
    border: 2px solid #27ae60;
}

.option-box h4 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.final-message {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e74c3c;
    margin: 25px 0;
}

/* AVISO LEGAL */
.legal-notice {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #666;
}

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

    .sub-headline {
        font-size: 1.1rem;
    }

    .author-info {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-box {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-image {
        width: 150px;
        height: 180px;
        margin: 0 auto;
    }

    .phases-timeline {
        flex-direction: column;
    }

    .countdown-timer {
        gap: 15px;
    }

    .time-unit span {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .options-comparison {
        grid-template-columns: 1fr;
    }

    .cta-button {
        font-size: 1.1rem;
        padding: 18px 30px;
    }

    .main-cta-button {
        font-size: 1.2rem;
        padding: 20px 35px;
    }
}

@media (max-width: 480px) {
    .ozenfit-advertorial .container {
        padding: 0 15px;
    }

    .main-headline {
        font-size: 1.7rem;
    }

    .benefits-grid,
    .ingredients-grid,
    .testimonials-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .doctor-quote {
        flex-direction: column;
        text-align: center;
    }

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

    .countdown-timer {
        flex-direction: column;
        align-items: center;
    }
}