.elementor-5643 .elementor-element.elementor-element-9f7a9da{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-78a713b *//* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #374151;
    background: #ffffff;
    overflow-x: hidden;
}

/* Containers */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-small {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-small-cta {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.container-medium {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3b82f6 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-overlay-1,
.hero-overlay-2 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-overlay-1 {
    background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.3) 0%, transparent 50%);
}

.hero-overlay-2 {
    background: radial-gradient(circle at 70% 50%, rgba(30, 58, 138, 0.4) 0%, transparent 50%);
}

.hero-content {
    padding: 3rem 1rem 5rem;
    position: relative;
    z-index: 10;
}

.hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.logo-container {
    margin-bottom: 1.5rem;
}

.logo {
    height: 4rem !important;
    width: auto;
}

.hero-title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.625;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-image-container {
    display: none;
}

.hero-image {
    border-radius: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-primary {
    background: white;
    color: #1e3a8a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: #f9fafb;
}

.btn-secondary {
    background: #1e3a8a;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
    background: #1e40af;
}

.icon {
    width: 1.25rem;
    height: 1.25rem;
}

/* Introduction Section */
.introduction {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(to bottom, white, #f0f4ff);
}

.intro-box {
    background: white;
    border-left: 4px solid #1e3a8a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.intro-text {
    font-size: 1rem;
    color: #1e3a8a;
    line-height: 1.625;
}

/* Symptoms and Benefits Section */
.symptoms-benefits {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(to bottom, #f0f4ff, white);
}

.two-columns {
    display: grid;
    gap: 3rem;
}

.section-title {
    font-size: 1.875rem;
    color: #1e3a8a;
    margin-bottom: 2rem;
}

.section-title-center {
    font-size: 1.875rem;
    color: #1e3a8a;
    margin-bottom: 3rem;
    text-align: center;
}

.symptoms-list,
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.symptom-card,
.benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: white;
    padding: 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.icon-check {
    width: 1.5rem;
    height: 1.5rem;
    color: #1e3a8a;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1e3a8a;
    color: white;
    flex-shrink: 0;
}

.icon-white {
    width: 1.5rem;
    height: 1.5rem;
}

.benefit-card p {
    margin-top: 0.5rem;
    flex: 1;
}

.disclaimer {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 1.5rem;
    font-style: italic;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
}

/* Target Section */
.target {
    padding: 2.5rem 0 3rem;
    background: white;
}

.two-columns-target {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.target-image-container {
    display: flex;
    justify-content: center;
    order: 2;
}

.target-image {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 28rem;
    height: 580px !important;
    object-fit: cover !important;
}

.target-content {
    order: 1;
}

.target-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.target-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f0f4ff;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #1e3a8a;
    flex-shrink: 0;
    margin-top: 0.625rem;
}

.target-item p {
    font-size: 1.125rem;
    color: #374151;
}

/* Why Choose Section */
.why-choose {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(to bottom, white 0%, #f0f4ff 50%, white 100%);
}

.why-grid {
    display: grid;
    gap: 2rem;
    align-items: flex-start;
}

.why-images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.why-image-main {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.why-image-secondary {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 192px;
    object-fit: cover;
}

.why-reasons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reason-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.icon-circle-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1e3a8a;
    color: white;
    flex-shrink: 0;
}

.reason-title {
    font-size: 1.125rem;
    color: #1e3a8a;
    margin-bottom: 0.25rem;
}

.reason-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

/* How It Works Section */
.how-works {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(to bottom, white 0%, #f0f4ff 50%, white 100%);
}

.steps {
    position: relative;
}

.step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.step:last-child {
    margin-bottom: 0;
}

.step-number-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1e3a8a;
    color: white;
    flex-shrink: 0;
    font-weight: 500;
}

.step-line {
    width: 0.125rem;
    height: 100%;
    background: rgba(30, 58, 138, 0.2);
    margin: 0.5rem 0;
}

.step-content {
    flex: 1;
    padding-bottom: 2rem;
}

.step-card {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.step-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.icon-step {
    width: 1.5rem;
    height: 1.5rem;
    color: #1e3a8a;
}

.step-title {
    font-size: 1.25rem;
    color: #1e3a8a;
}

.step-desc {
    color: #6b7280;
}

/* FAQ Section */
.faq {
    padding: 2.5rem 0 3rem;
    background: white;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
}

.faq-question:hover {
    background: #f9fafb;
}

.faq-question.active {
    background: #1e3a8a;
    color: white;
}

.faq-question span {
    padding-right: 1rem;
    color: #1e3a8a;
}

.faq-question.active span {
    color: white;
}

.faq-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: #1e3a8a;
}

.faq-question.active .faq-icon {
    transform: rotate(180deg);
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #dbeafe;
}

.faq-answer.active {
    max-height: 500px;
    padding: 1rem 1.5rem 1.5rem;
}

.faq-answer p {
    color: #374151;
    line-height: 1.625;
    padding-top: 1rem;
}

/* Social Proof Section */
.social-proof {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(to bottom, #1e3a8a, #1e40af);
    color: white;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

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

.proof-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    margin-bottom: 1rem;
}

.proof-value {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
}

.proof-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Final CTA Section */
.final-cta {
    padding: 2.5rem 0 3rem;
    background: white;
}

.final-cta-text {
    font-size: 1.125rem;
    color: #374151;
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    padding: 2rem 0;
    background: linear-gradient(to bottom, #1e40af, #1e3a8a);
    color: white;
}

.footer-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.footer-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.footer-text {
    font-size: 0.875rem;
    opacity: 0.9;
}

.footer-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-row-small {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.footer-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.footer-link {
    font-size: 0.875rem;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-link:hover {
    opacity: 0.8;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
    margin-bottom: 0.75rem;
}

.footer-social:hover {
    opacity: 0.8;
}

.footer-social span {
    font-size: 0.875rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    text-align: center;
}

.footer-copyright {
    font-size: 0.75rem;
    opacity: 0.75;
}

/* Responsive - Tablet */
@media (min-width: 640px) {
    .container,
    .container-small,
    .container-medium,
    .container-small-cta {
        padding: 0 1.5rem;
    }

    .hero-content {
        padding: 4rem 1.5rem 5rem;
    }

    .logo {
        height: 5rem;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .intro-box {
        padding: 2rem;
    }

    .intro-text {
        font-size: 1.125rem;
    }

    .section-title,
    .section-title-center {
        font-size: 2.25rem;
    }

    .proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive - Desktop */
@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }

    .container-small,
    .container-medium,
    .container-small-cta {
        padding: 0 2rem;
    }

    .hero-content {
        padding: 3rem 2rem 5rem;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-image-container {
        display: block;
    }

    .two-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .two-columns-target {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .target-image-container {
        order: 1;
    }

    .target-content {
        order: 2;
    }

    .target-image {
        height: 600px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .why-image-main {
        height: 1000px;
    }

    .why-image-secondary {
        height: 384px;
    }

    .proof-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .final-cta-text {
        font-size: 1.25rem;
    }
}

/* Mobile-specific adjustments */
@media (max-width: 639px) {
    body {
        overflow-x: hidden;
    }

    .why-image-main {
        height: 500px;
    }

    .why-image-secondary {
        height: 192px;
    }

    .target-image {
        height: 380px !important;
    }
}

/* Mobile-specific adjustments */
@media (max-width: 639px) {
    body {
        overflow-x: hidden;
    }

    /* FIX DO BOTÃO: Garante que ele ocupe a largura disponível sem estourar */
    .btn {
        width: 100%; /* Faz o botão ocupar toda a largura interna disponível */
        justify-content: center; /* Centraliza o texto e o ícone internamente */
        padding: 1rem 1.25rem; /* Reduz ligeiramente o preenchimento lateral */
        font-size: 0.9rem; /* Diminui um pouco a fonte para o texto longo caber sem quebrar feio */
    }

    /* FIX DO FAQ: Força o texto a quebrar linha corretamente */
    .faq-question {
        padding: 1rem; /* Reduz o padding para dar mais espaço ao texto */
    }

    .faq-question span {
        flex: 1; /* Força o texto a ocupar apenas o espaço restante, obrigando-o a quebrar linha */
        padding-right: 0.5rem;
        word-break: break-word; /* Evita que palavras muito longas quebrem o layout */
    }

    /* Ajustes de imagem que você já tinha */
    .why-image-main {
        height: 500px;
    }

    .why-image-secondary {
        height: 192px;
    }

    .target-image {
        height: 480px;
    }
}

/* Mobile-specific adjustments */
@media (max-width: 639px) {
    body {
        overflow-x: hidden;
    }

    /* --- CORREÇÃO DO FAQ (ANTI-ESTOUROS) --- */
    .faq-question {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        white-space: normal !important; /* Força o texto do botão a quebrar linha */
        text-align: left !important;
        padding: 1.25rem 1rem !important; /* Ajusta o espaçamento interno */
    }

    .faq-question span {
        flex: 1 !important;
        min-width: 0 !important; /* Permite que o texto reduza e respeite a quebra */
        padding-right: 0.75rem !important;
        word-wrap: break-word !important;
    }

    .faq-icon {
        flex-shrink: 0 !important; /* Garante que a seta não fique amassada ou oval */
    }

    /* --- FIM DA CORREÇÃO DO FAQ --- */


    /* Mantendo os outros ajustes do botão hero e imagens */
    .btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }

    .why-image-main {
        height: 500px;
    }

    .why-image-secondary {
        height: 192px;
    }

    .target-image {
        height: 480px;
    }
}/* End custom CSS */