.elementor-1988 .elementor-element.elementor-element-915087e{--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-1988 .elementor-element.elementor-element-915087e:not(.elementor-motion-effects-element-type-background), .elementor-1988 .elementor-element.elementor-element-915087e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1120;}.elementor-1988 .elementor-element.elementor-element-40cb7b0{--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-1988 .elementor-element.elementor-element-40cb7b0:not(.elementor-motion-effects-element-type-background), .elementor-1988 .elementor-element.elementor-element-40cb7b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1120;}.elementor-1988 .elementor-element.elementor-element-67bbf5f{--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-1988 .elementor-element.elementor-element-67bbf5f:not(.elementor-motion-effects-element-type-background), .elementor-1988 .elementor-element.elementor-element-67bbf5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1120;}/* Start custom CSS for html, class: .elementor-element-44d4157 *//* CTA WhatsApp Section */
.cta-section {
    text-align: center;
    margin: 48px 20px;
    padding: 48px 24px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.08) 0%, rgba(234, 88, 12, 0.04) 100%);
    border: 1px solid rgba(249, 115, 22, 0.15);
    border-radius: 24px;
}

.cta-emoji {
    font-size: 3rem;
    display: block;
    margin-bottom: 16px;
}

.cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 16px;
}

.title-accent {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-description {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-description .highlight {
    color: #f8fafc;
    font-weight: 700;
    background: rgba(249, 115, 22, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #1DB954 0%, #059669 100%);
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px -10px rgba(29, 185, 84, 0.5);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px -10px rgba(29, 185, 84, 0.6);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
}

.cta-reminder {
    color: #64748b;
    font-size: 0.875rem;
    margin-top: 24px;
}

.cta-reminder .orange-text {
    color: #f97316;
}/* End custom CSS */