.elementor-1430 .elementor-element.elementor-element-42ce740{--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;}.elementor-1430 .elementor-element.elementor-element-42ce740.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1430 .elementor-element.elementor-element-40024a2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1430 .elementor-element.elementor-element-42ce740{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-40024a2 *//* Reset and Base Styles */
* {
    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.5;
    color: #1f2937;
    background-color: #ffffff;
    min-height: 100vh;
}

.app {
    min-height: 100vh;
    background: white;
}

/* Utility Classes */
.text-green {
    color: #7CB342;
}

strong {
    font-weight: 600;
}

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

/* Hero Section */
.hero {
    position: relative;
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    color: white;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 3rem;
    position: relative;
    z-index: 10;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.hero-logo-wrapper {
    margin-bottom: 1rem;
}

.hero-logo {
    height: 9rem !important;
    width: auto;
    margin-bottom: -1rem;
}

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

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
}

.hero-checklist {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.hero-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

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

.hero-check-item span {
    font-size: 1.125rem;
}

.hero-cta-button {
    background-color: white;
    color: #7CB342;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.hero-cta-button:hover {
    background-color: #4e7c1f;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: scale(1.05);
}

.hero-limited-text {
    font-size: 0.875rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.hero-image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
}

/* Target Audience Section */
.target-audience {
    padding: 5rem 0;
    background-color: white;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    margin-bottom: 1.5rem;
    color: #1f2937;
    font-size: 2.25rem;
    font-weight: 700;
}

.section-subtitle-centered {
    font-size: 1.25rem;
    color: #4b5563;
    line-height: 1.625;
    max-width: 56rem;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.feature-card {
    background: linear-gradient(to bottom right, #f0fdf4, white);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #bbf7d0;
    transition: box-shadow 0.3s;
}

.feature-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.feature-icon-wrapper {
    background-color: #7CB342;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

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

.feature-text {
    color: #374151;
    line-height: 1.625;
}

/* What We Analyze Section */
.what-we-analyze {
    padding: 5rem 0;
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    color: white;
}

.section-header-white {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title-white {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-weight: 700;
}

.section-subtitle-white {
    font-size: 1.25rem;
    line-height: 1.625;
    max-width: 48rem;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

.analyze-grid-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.analyze-grid-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 40rem;
    margin: 2rem auto 0;
}

.analyze-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s;
}

.analyze-card:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.analyze-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.analyze-icon {
    width: 1.75rem;
    height: 1.75rem;
    color: white;
}

.analyze-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.analyze-card-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

/* Step By Step Section */
.step-by-step {
    padding: 5rem 0;
    background-color: white;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    border-radius: 0.75rem;
    transition: background-color 0.3s;
}

.step-item:hover {
    background-color: #f0fdf4;
}

.step-icon-container {
    flex-shrink: 0;
}

.step-icon-wrapper {
    position: relative;
}

.step-icon-circle {
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.step-item:hover .step-icon-circle {
    transform: scale(1.1);
}

.step-icon {
    width: 2rem;
    height: 2rem;
    color: white;
}

.step-number {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: white;
    color: #7CB342;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-size: 0.875rem;
    font-weight: 600;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
    font-weight: 600;
}

.step-description {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
}

/* Why It Stopped Section */
.why-it-stopped {
    padding: 5rem 0;
    background: linear-gradient(to bottom right, #f9fafb, #f0fdf4);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.why-image-wrapper {
    order: 2;
}

.why-image-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.why-image {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}

.order-1-mobile {
    order: 1;
}

.order-2-mobile {
    order: 2;
}

.why-badge {
    background-color: #7CB342;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.why-badge-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.why-badge-text {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.why-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
    margin-bottom: 2rem;
}

.why-highlight {
    background: linear-gradient(to right, #7CB342, #558B2F);
    padding: 1.5rem;
    border-radius: 0.75rem;
    color: white;
}

.why-highlight-text {
    font-size: 1.25rem;
    text-align: center;
}

/* Doctor Authority Section */
.doctor-authority {
    padding: 5rem 0;
    background-color: white;
}

.doctor-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.doctor-image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.doctor-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.doctor-info-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.doctor-header {
    display: flex;
    gap: 1rem;
}

.doctor-icon-wrapper {
    background-color: #7CB342;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

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

.doctor-name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
    font-weight: 600;
}

.doctor-crm {
    color: #4b5563;
}

.doctor-description {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
}

.doctor-quote {
    background: linear-gradient(to bottom right, #f0fdf4, white);
    border-left: 4px solid #7CB342;
    padding: 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
}

.doctor-quote-content {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.doctor-quote-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #7CB342;
    flex-shrink: 0;
}

.doctor-quote-text {
    font-size: 1.25rem;
    color: #374151;
    font-style: italic;
    line-height: 1.625;
}

.doctor-quote-author {
    font-size: 0.875rem;
    color: #6b7280;
    margin-left: 2.25rem;
}

.doctor-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.doctor-badge {
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    padding: 1rem;
    border-radius: 0.75rem;
    color: white;
    text-align: center;
}

.doctor-badge-icon {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 0.5rem;
}

.doctor-badge-text {
    font-size: 0.875rem;
}

/* Attendance Options Section */
.attendance-options {
    padding: 5rem 0;
    background: linear-gradient(to bottom right, #f9fafb, #f0fdf4);
}

.attendance-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 56rem;
    margin: 0 auto;
}

.attendance-card {
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    transition: all 0.3s;
}

.attendance-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #7CB342;
}

.attendance-icon-wrapper {
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.attendance-icon {
    width: 2rem;
    height: 2rem;
    color: white;
}

.attendance-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #1f2937;
    font-weight: 600;
}

.attendance-description {
    text-align: center;
    color: #4b5563;
    font-size: 1.125rem;
}

/* Final CTA Section */
.final-cta {
    padding: 5rem 0;
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    color: white;
    position: relative;
    overflow: hidden;
}

.final-cta-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.final-cta-sparkle-left {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    opacity: 0.2;
    width: 4rem;
    height: 4rem;
}

.final-cta-sparkle-right {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    opacity: 0.2;
    width: 5rem;
    height: 5rem;
}

.final-cta-sparkle-left svg,
.final-cta-sparkle-right svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.final-cta-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.final-cta-title {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-weight: 700;
}

.final-cta-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
}

.final-cta-button {
    background-color: white;
    color: #7CB342;
    padding: 1.25rem 2.5rem;
    border-radius: 9999px;
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.final-cta-button:hover {
    background-color: #4e7c1f;
    transform: scale(1.05);
}

.final-cta-arrow {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s;
}

.final-cta-button:hover .final-cta-arrow {
    transform: translateX(0.25rem);
}

.final-cta-limited {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.final-cta-pulse {
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

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

/* Footer */
.footer {
    background-color: #111827;
    color: white;
    padding: 3rem 0;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #7CB342;
    font-weight: 600;
}

.footer-description {
    color: #9ca3af;
    line-height: 1.625;
}

.footer-heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.footer-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #7CB342;
}

.footer-link {
    color: #9ca3af;
    font-size: 1.125rem;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #7CB342;
}

.footer-address {
    color: #9ca3af;
    line-height: 1.625;
}

.footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 2rem;
    text-align: center;
}

.footer-copyright {
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.footer-heart {
    width: 1rem;
    height: 1rem;
    color: #7CB342;
}

/* Responsive Design */
@media (min-width: 768px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .hero-image {
        height: 600px;
    }

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

    .section-title-white {
        font-size: 3rem;
    }

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

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

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

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

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

    .why-image {
        height: 500px;
    }

    .doctor-image {
        height: 650px;
    }

    .final-cta-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-container {
        padding: 5rem 8rem !important;
    }
    
    .hero-logo {
    height: 15rem !important;
    width: auto;
    margin-bottom: -2rem;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10rem;
    }
    
    .why-image {
    width: 100%;
    height: 650px !important;
    object-fit: cover;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .analyze-grid-top {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .why-image-wrapper {
        order: 1;
    }

    .order-1-mobile {
        order: 2;
    }

    .order-2-mobile {
        order: 1;
    }

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

html, body {
    overflow-x: hidden;
    width: 100%;
}

.app {
    width: 100%;
    overflow-x: hidden;
}

/* HERO MOBILE */
.hero-container {
    max-width: 100%;
    padding: 4rem 1rem 5rem;
}

.hero-title {
    font-size: 1.75rem;
    line-height: 1.2;
    word-break: break-word;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
}

.hero-check-item span {
    font-size: 1rem;
}

.hero-cta-button,
.final-cta-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
    line-height: 1.4;
    padding: 1rem 1.25rem;
}

/* CTA FINAL MOBILE */
.final-cta {
    overflow: hidden;
}

.final-cta-container {
    padding: 0 1rem;
}

.final-cta-title {
    font-size: 1.75rem;
    line-height: 1.2;
    word-break: break-word;
}

.final-cta-subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
}

/* Elementos decorativos não atrapalharem no mobile */
.final-cta-sparkle-left,
.final-cta-sparkle-right {
    display: none;
}

.step-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 0.75rem;
    transition: background-color 0.3s;
    min-width: 0;
}

.step-icon-container {
    flex: 0 0 4rem;
}

.step-content {
    flex: 1;
    min-width: 0;
}

.step-title,
.step-description {
    overflow-wrap: break-word;
    word-break: break-word;
}

.step-title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.step-description {
    font-size: 1rem;
    line-height: 1.6;
}

.hero {
    position: relative;
    background: linear-gradient(to bottom right, #7CB342, #558B2F);
    color: white;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: auto;
}

.target-audience {
    padding: 5rem 0;
    background-color: white;
    margin-top: 0;
    border-top: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e301bf7 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */