.elementor-891 .elementor-element.elementor-element-069b4c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c8daf97 *//* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    overflow-x: hidden; /* Previne rolagem horizontal em dispositivos móveis */
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Reduzido para melhor visualização em mobile */
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; /* Centraliza todos os títulos */
}

p {
    margin-bottom: 15px;
}

ul {
    list-style: none;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #0066cc;
    transition: color 0.3s ease;
}

a:hover {
    color: #004499;
}

/* Section Styles */
section {
    padding: 40px 0; /* Reduzido para melhor visualização em mobile */
    width: 100%;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff0000; /* Vermelho mais vivo */
}

/* Header Section */
.header {
    background-color: #f5f5f5;
    background-image: url('https://unicapsules.online/wp-content/uploads/2025/07/header-background-desktop.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    color: #333;
    text-align: center;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-headline {
    font-size: 42px;
    color: #333;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    text-align: center;
}

.sub-headline {
    font-size: 22px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    text-align: center;
}

.header-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.logo {
    margin-bottom: 20px;
    max-width: 250px;
}

.logo-img {
    max-width: 100%;
    height: auto;
}

.header-benefits {
    width: 100%;
}

.benefits-list {
    text-align: left;
    margin: 0 auto 30px;
    padding-left: 0;
    list-style-type: none;
    max-width: 500px;
}

.benefits-list li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}

.header-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* Problem Section */
.problem-section {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    color: #333;
    padding: 50px 0;
}

.problem-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.problem-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.highlight-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff0000; /* Vermelho mais vivo */
    text-align: center;
}

.symptoms {
    margin-top: 30px;
}

.symptoms h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.symptoms-list {
    max-width: 600px;
    margin: 0 auto;
}

.symptoms-list li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 25px;
}

.symptoms-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff0000; /* Vermelho mais vivo */
    font-size: 20px;
}

.problem-alert {
    background-color: #ff0000; /* Vermelho mais vivo */
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.problem-alert p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

/* Solution Section */
.solution-section {
    background-color: #fff;
    padding: 50px 0;
}

.solution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.solution-product {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.solution-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.solution-benefits {
    width: 100%;
    max-width: 800px;
}

.benefits-list-alt {
    margin: 0 auto 30px;
    max-width: 800px;
}

.benefits-list-alt li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 25px;
}

.benefits-list-alt li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff0000;
    font-weight: bold;
}

.solution-cta {
    text-align: center;
    margin-top: 30px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: #ff0000; /* Vermelho mais vivo */
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.cta-button:hover {
    background-color: #cc0000; /* Vermelho mais escuro ao passar o mouse */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Ingredients Section */
.ingredients-section {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.ingredients-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.ingredients-list {
    width: 100%;
    max-width: 800px;
}

.ingredient-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ingredient-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.ingredient-text {
    flex: 1;
}

.ingredients-image {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.ingredients-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ingredients-note {
    text-align: center;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Results Section */
.results-section {
    background-color: #fff;
    padding: 50px 0;
}

.results-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.results-timeline {
    width: 100%;
    max-width: 800px;
}

.timeline-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.timeline-number {
    width: 50px;
    height: 50px;
    background-color: #ff0000; /* Vermelho mais vivo */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.timeline-text {
    flex: 1;
}

.timeline-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.timeline-text p {
    font-size: 16px;
    color: #666;
}

/* Expert Section */
.expert-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.expert-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.expert-image {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.expert-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.expert-text {
    width: 100%;
    max-width: 800px;
}

.expert-title {
    margin-bottom: 20px;
    text-align: center;
}

.expert-title h3 {
    font-size: 24px;
    color: #333;
}

.expert-quote {
    font-style: italic;
    color: #666;
    text-align: center;
}

.expert-name {
    font-weight: 700;
    margin-top: 20px;
    color: #333;
    text-align: center;
}

.expert-credentials {
    color: #666;
    text-align: center;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.testimonials-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.testimonial-item {
    width: 100%;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-image {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff0000; /* Vermelho mais vivo */
}

.testimonial-text {
    text-align: center;
}

.testimonial-stars {
    color: #ffcc00;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-name {
    font-weight: 700;
    margin-top: 15px;
}

/* How to Use Section */
.how-to-use-section {
    background-color: #fff;
    padding: 50px 0;
}

.usage-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.usage-text {
    width: 100%;
    max-width: 800px;
}

.usage-list {
    margin: 0 auto 30px;
    max-width: 800px;
}

.usage-list li {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.usage-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff0000;
    font-weight: bold;
}

.usage-image {
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.usage-img {
    max-width: 100%;
}

/* How to Order Section */
.how-to-order-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.order-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.order-step {
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.order-step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #ff0000; /* Vermelho mais vivo */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.step-img {
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}

/* Order Section */
.order-section {
    background-color: #fff;
    padding: 50px 0;
}

.order-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.order-product {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.order-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stock-info {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.stock-count {
    font-weight: 700;
    color: #ff0000; /* Vermelho mais vivo */
}

.order-form {
    width: 100%;
    max-width: 400px;
}

/* FAQ Section */
.faq-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.faq-content {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    background-color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f5f5f5;
}

.faq-toggle {
    font-size: 24px;
    margin-right: 15px;
    color: #ff0000; /* Vermelho mais vivo */
    transition: transform 0.3s ease;
}

.faq-question h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
    flex: 1;
    text-align: left;
}

.faq-answer {
    background-color: #f5f5f5;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer p {
    padding: 20px;
    margin-bottom: 0;
    color: #666;
}

.faq-item.active .faq-answer {
    padding: 0;
    max-height: 500px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Footer Section */
.footer {
    background-color: #333;
    color: #666;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-link {
    color: #666;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ff0000; /* Vermelho mais vivo */
}

.footer-disclaimer {
    text-align: center;
    font-size: 12px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Estilos para o formulário - Adaptado para o Papaya Cleanse */
.form-container {
    max-width: 380px;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #ff0000, #cc0000); /* Vermelho mais vivo */
    color: #fff;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    border: 2px solid #f5f5f5;
}

/* Título do formulário */
.form-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Estilos para o seletor de país */
.country-select {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background-color: white;
    color: #333;
    appearance: menulist;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Estilos para os campos de entrada */
.form-input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Estilos para o preço */
.price-container {
    text-align: center;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
}

.discount-badge {
    background-color: #ffcc00;
    color: #333;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.old-price {
    text-decoration: line-through;
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 5px;
    color: #fff;
}

.new-price {
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Estilo para o botão */
.submit-button {
    width: 100%;
    background-color: #ffcc00;
    color: #333;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.submit-button:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.submit-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Asterisco para o botão */
.asterisk {
    font-size: 14px;
    vertical-align: super;
}

/* Informações de segurança */
.security-info {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}

.security-icon {
    margin-right: 5px;
}

/* Animation Classes */
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.stock-update {
    animation: stockUpdate 1s;
}

@keyframes stockUpdate {
    0% {
        color: #ff0000;
        transform: scale(1);
    }
    50% {
        color: #ff0000;
        transform: scale(1.2);
    }
    100% {
        color: #ff0000;
        transform: scale(1);
    }
}

.animate {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles - Melhorados para centralização em smartphones */
@media (min-width: 768px) {
    .order-steps {
        flex-direction: row;
        justify-content: center;
    }
    
    .testimonials-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .testimonial-item {
        flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}

@media (min-width: 992px) {
    .header-product {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    
    .solution-content,
    .ingredients-content,
    .usage-content,
    .expert-content,
    .order-content {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .main-headline {
        font-size: 32px;
    }
    
    .sub-headline {
        font-size: 18px;
    }
    
    .benefits-list li,
    .symptoms-list li,
    .benefits-list-alt li,
    .usage-list li {
        font-size: 16px;
    }
    
    .ingredient-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .ingredient-text {
        text-align: center;
    }
    
    .ingredient-text h3 {
        text-align: center;
    }
    
    .timeline-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .timeline-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .timeline-text h3 {
        text-align: center;
    }
    
    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .section-title h2 {
        font-size: 22px;
    }
    
    .main-headline {
        font-size: 28px;
    }
    
    .sub-headline {
        font-size: 16px;
    }
    
    .form-container {
        padding: 15px;
    }
    
    .form-title {
        font-size: 18px;
    }
    
    .submit-button {
        font-size: 18px;
        padding: 12px;
    }
    
    .new-price {
        font-size: 30px;
    }
}/* End custom CSS */