.elementor-743 .elementor-element.elementor-element-ce82100{--display:flex;}.elementor-743 .elementor-element.elementor-element-3994ca6{--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;}.elementor-743 .elementor-element.elementor-element-ba521a9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ceb690 *//* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

h1 {
    font-size: 42px;
    color: #e62731;
}

h2 {
    font-size: 32px;
    color: #e62731;
}

h3 {
    font-size: 24px;
    color: #333;
}

p {
    margin-bottom: 15px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #e62731;
    text-transform: uppercase;
}

/* Buttons */
.cta-button {
    display: inline-block;
    background-color: #e62731;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.cta-button:hover {
    background-color: #c91f28;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.cta-center {
    text-align: center;
    margin: 30px 0;
}

/* Sections */
section {
    padding: 80px 0;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://unicapsules.online/wp-content/uploads/2025/07/bg-sect2.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.benefit {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.benefit i {
    color: #e62731;
    font-size: 24px;
    margin-right: 10px;
}

.hero-tagline {
    margin: 30px 0;
}

.hero-tagline h3 {
    font-size: 28px;
    color: #e62731;
}

/* Novo estilo para o produto e formulário lado a lado */
.hero-product-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

.hero-image {
    flex: 1;
    max-width: 300px;
}

.hero-form {
    flex: 1;
    max-width: 350px;
}

/* Benefits Section */
.benefits {
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

.benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.benefits .container {
    position: relative;
    z-index: 2;
}

.benefits .section-title h2 {
    color: white;
    border-bottom-color: white;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.benefit-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-card h3 {
    color: white;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.8);
}

/* Statistics Section */
.statistics-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.statistics-text {
    flex: 1;
    min-width: 300px;
}

.statistics-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.complications h3 {
    margin-bottom: 20px;
}

.complications-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.complication {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
}

.complication i {
    color: #e62731;
    font-size: 20px;
    margin-right: 10px;
}

.warning {
    margin-top: 30px;
    padding: 20px;
    background-color: #ffe6e6;
    border-left: 5px solid #e62731;
    border-radius: 5px;
}

/* Expert Section */
.expert {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.expert::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.expert .container {
    position: relative;
    z-index: 2;
}

.expert-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.expert-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.expert-text {
    flex: 2;
    min-width: 300px;
}

.expert-signature {
    margin-top: 20px;
    font-style: italic;
}

/* Effects Section */
.effects-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.effect-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.effect-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.effect-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

/* Ingredients Section */
.ingredients {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.ingredients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ingredients .container {
    position: relative;
    z-index: 2;
}

.ingredients .section-title h2 {
    color: white;
    border-bottom-color: white;
}

.ingredients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.ingredient-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    backdrop-filter: blur(5px);
}

.ingredient-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white;
}

.ingredient-card h3 {
    color: white;
}

.ingredient-card p {
    color: rgba(255, 255, 255, 0.8);
}

.ingredient-source {
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Clinical Studies Section */
.studies-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.study-point {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 300px;
}

.study-point i {
    color: #e62731;
    font-size: 24px;
    margin-right: 15px;
}

.graph {
    text-align: center;
    margin-top: 40px;
}

.graph-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
}

.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 3px;
}

.legend-color.blue {
    background-color: #3498db;
}

.legend-color.red {
    background-color: #e74c3c;
}

/* Testimonials Section */
.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.testimonial-info h3 {
    margin-bottom: 5px;
}

.testimonial-info p {
    color: #777;
    margin-bottom: 0;
}

/* How to Use Section */
.usage-instructions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.usage-point {
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.usage-icon {
    width: 80px;
    height: 80px;
    background-color: #e62731;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.usage-icon i {
    font-size: 36px;
}

/* Order Process Section */
.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.process-step {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #e62731;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.step-icon {
    width: 70px;
    height: 70px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-icon i {
    font-size: 30px;
    color: #e62731;
}

/* Order Form Section */
.order-form {
    background-color: #f1f1f1;
}

.order-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.product-image {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    text-align: center;
}

.form-wrapper {
    flex: 1;
    min-width: 350px;
    max-width: 450px;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-question h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.faq-question i {
    color: #e62731;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-question {
    background-color: #f9f9f9;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 1000px;
}

/* Final CTA Section */
.final-cta {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    text-align: center;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.final-cta .container {
    position: relative;
    z-index: 2;
}

.final-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.final-cta h2, .final-cta h3 {
    color: white;
}

.final-cta p {
    margin-bottom: 30px;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    padding: 40px 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-logo h2 {
    color: white;
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links p {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .hero {
        padding: 80px 0;
    }
    
    .benefit-card, .effect-card, .ingredient-card, .testimonial-card, .process-step {
        min-width: 100%;
    }
    
    .statistics-content, .expert-content, .order-content {
        flex-direction: column;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .hero-product-form {
        flex-direction: column;
    }
}

/* Formulário fornecido pelo usuário */
.form-container {
  max-width: 350px;
  padding: 25px;
  border-radius: 15px;
  background: white; /* Fundo branco */
  color: #e62731; /* Cor do texto alterada para #e62731 */
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* Título do formulário */
.form-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  color: #e62731; /* Cor do título alterada para #e62731 */
}

/* Estilos para o seletor de país */
.country-select {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  color: #333;
  appearance: menulist;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Estilos para os campos de entrada */
.form-input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', Arial, sans-serif;
  transition: all 0.3s ease;
  color: #333;
}

.form-input:focus {
  outline: none;
  border-color: #e62731; /* Alterado para combinar com a nova cor */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(230, 39, 49, 0.5);
}

/* Estilos para o preço */
.price-container {
  text-align: center;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 10px;
}

.old-price {
  text-decoration: line-through;
  font-size: 20px;
  opacity: 0.7;
  color: #666;
}

.new-price {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
  color: #e62731; /* Alterado para a nova cor */
}

/* Estilo para o botão */
.submit-button {
  width: 100%;
  background-color: #e62731; /* Cor do botão alterada para #e62731 */
  color: white;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 18/* End custom CSS */