.elementor-2744 .elementor-element.elementor-element-efb4c61:not(.elementor-motion-effects-element-type-background), .elementor-2744 .elementor-element.elementor-element-efb4c61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030103;}.elementor-2744 .elementor-element.elementor-element-efb4c61{transition:all 400ms;}.elementor-2744 .elementor-element.elementor-element-efb4c61 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2744 .elementor-element.elementor-element-4c86d71.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-2744 .elementor-element.elementor-element-4c86d71{transition:all 400ms;}.elementor-2744 .elementor-element.elementor-element-d96a707 > .elementor-widget-container{margin:-12px 0px 0px 0px;}.elementor-2744 .elementor-element.elementor-element-d96a707{transition:all 400ms;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d96a707 *//* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #fff;
    background: #000000;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    padding: 60px 0 80px;
    text-align: center;
    background: linear-gradient(135deg, #000000 0%, #1a0a1a 50%, #000000 100%);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 0, 102, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-main-title {
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 2rem;
    color: #FF0161;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #cccccc;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 50px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 0, 102, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 102, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FF0066;
    display: block;
}

.stat-label {
    color: #cccccc;
    font-size: 0.9rem;
    margin-top: 5px;
}

.cta-btn {
    background: linear-gradient(135deg, #FF0066, #FF4081);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(255, 0, 102, 0.3);
    margin: 10px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 0, 102, 0.4);
    text-decoration: none;
}

.cta-btn.secondary {
    background: transparent;
    border: 2px solid #FF0066;
    color: #FF0066;
    text-decoration: none;
}

.cta-btn.secondary:hover {
    background: #FF0066;
    color: white;
    text-decoration: none;
}

/* Benefícios Section */
.beneficios {
    padding: 80px 0;
    background: #000000;
}

.beneficios h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FF0161;
}

.beneficios .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(255, 0, 102, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.benefit-card:hover {
    border-color: #FF0066;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 0, 102, 0.2);
}

.benefit-icon {
    font-size: 3rem;
    color: #FF0066;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF0161;
    margin-bottom: 15px;
}

.benefit-description {
    color: #cccccc;
    line-height: 1.6;
}

/* Plano Base Section */
.plano-base {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 50%, #0a0a0a 100%);
}

.plano-base h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FF0161;
}

.plano-base .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.base-plan-card {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid #FF0066;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(10px);
}

.base-plan-card::before {
    content: 'PLANO BASE';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FF0066, #FF4081);
    color: white;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0 0 12px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-display {
    font-size: 3.5rem;
    font-weight: 800;
    color: #FF0066;
    margin: 20px 0;
}

.price-display .currency {
    font-size: 1.8rem;
}

.price-display .period {
    font-size: 1.2rem;
    color: #999;
    font-weight: 500;
}

.features-list {
    list-style: none;
    text-align: left;
    margin: 30px 0;
}

.features-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 35px;
    color: #e0e0e0;
    font-size: 1rem;
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FF0066;
    font-weight: bold;
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 0, 102, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 0, 102, 0.3);
}

/* Personalização Section */
.personalizacao {
    padding: 80px 0;
    background: #000000;
}

.personalizacao h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FF0161;
}

.personalizacao .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Toggle de Plano */
.plan-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    gap: 20px;
}

.discount-badge {
    background: linear-gradient(135deg, #00C851, #00A041);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 20px;
}

.plan-toggle {
    background: rgba(30, 30, 30, 0.9);
    border: 2px solid rgba(255, 0, 102, 0.3);
    border-radius: 50px;
    padding: 6px;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
}

.toggle-option {
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    z-index: 2;
    min-width: 100px;
    text-align: center;
}

.toggle-option.active {
    background: linear-gradient(135deg, #FF0066, #FF4081);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
}

.toggle-option:not(.active) {
    color: #cccccc;
}

.toggle-option:not(.active):hover {
    color: #FF0066;
}

.services-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.category-card {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(255, 0, 102, 0.3);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.category-card:hover {
    border-color: #FF0066;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 0, 102, 0.2);
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category-icon {
    font-size: 2rem;
    color: #FF0066;
    margin-right: 15px;
}

.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF0161;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-bottom: 5px;
    position: relative;
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.service-item:hover {
    background: rgba(255, 0, 102, 0.05);
}

.service-info {
    flex: 1;
    pointer-events: none;
}

.service-name {
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.service-type {
    color: #FF0066;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Checkbox melhorado */
.service-checkbox {
    position: relative;
    width: 28px;
    height: 28px;
    margin-left: 15px;
    flex-shrink: 0;
}

.service-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    margin: 0;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #FF0066;
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.service-checkbox input[type="checkbox"]:checked + .checkbox-custom {
    background: #FF0066;
    border-color: #FF0066;
    transform: scale(1.1);
}

.checkbox-custom::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-checkbox input[type="checkbox"]:checked + .checkbox-custom::after {
    opacity: 1;
}

.service-checkbox input[type="checkbox"]:hover + .checkbox-custom {
    border-color: #FF4081;
    box-shadow: 0 0 10px rgba(255, 0, 102, 0.3);
}

/* Calculadora */
.calculadora {
    background: rgba(30, 20, 25, 0.9);
    border: 2px solid #FF0066;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 20px;
}

.calculadora h3 {
    font-size: 2rem;
    color: #FF0161;
    margin-bottom: 20px;
}

.selected-services {
    text-align: left;
    margin: 20px 0;
    min-height: 60px;
}

.selected-services h4 {
    color: #FF0066;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.service-list {
    list-style: none;
}

.service-list li {
    padding: 5px 0;
    color: #e0e0e0;
    position: relative;
    padding-left: 20px;
}

.service-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FF0066;
}

.price-info {
    background: rgba(255, 0, 102, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.price-info p {
    color: #FF0066;
    font-weight: 600;
    font-size: 1.1rem;
}

.billing-info {
    background: rgba(0, 200, 81, 0.1);
    border: 1px solid rgba(0, 200, 81, 0.3);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #00C851;
}

/* Depoimentos Section */
.depoimentos {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 50%, #0a0a0a 100%);
}

.depoimentos h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #FF0161;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(255, 0, 102, 0.3);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.testimonial-text {
    color: #cccccc;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    color: #FF0066;
    font-weight: 600;
}

.testimonial-company {
    color: #999;
    font-size: 0.9rem;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #000000;
}

.faq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #FF0161;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(20, 20, 20, 0.8);
    border: 2px solid rgba(255, 0, 102, 0.3);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 0, 102, 0.1);
}

.faq-question h3 {
    color: #fff;
    font-size: 1.1rem;
}

.faq-icon {
    color: #FF0066;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer.active {
    padding: 20px;
    max-height: 200px;
}

.faq-answer p {
    color: #cccccc;
    line-height: 1.6;
}

/* CTA Final Section */
.cta-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #FF0066, #FF4081);
    text-align: center;
}

.cta-final h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FF0161;
}

.cta-final p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.cta-final .cta-btn {
    background: white;
    color: #FF0066;
    font-weight: 800;
}

.cta-final .cta-btn:hover {
    background: #f0f0f0;
}

/* Animações */
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background: #1a1a1a;
    margin: 5% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    border: 2px solid #FF0066;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -20px;
}

.close:hover {
    color: #FF0066;
}

.modal h3 {
    color: #FF0066;
    margin-bottom: 20px;
}

.modal p {
    color: #cccccc;
    margin-bottom: 20px;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero {
        padding: 40px 0 60px;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services-categories {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-card {
        padding: 20px;
    }
    
    .calculadora {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .plan-toggle-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .discount-badge {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .hero-main-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .price-display {
        font-size: 2.5rem;
    }
    
    .calculadora h3 {
        font-size: 1.5rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
    }
    
    .toggle-option {
        padding: 10px 20px;
        min-width: 80px;
    }
}

/* Remove sublinhado de todos os botões */
.cta-btn {
    text-decoration: none !important;
}

.cta-btn:hover {
    text-decoration: none !important;
}

.cta-btn:focus {
    text-decoration: none !important;
}

.cta-btn:active {
    text-decoration: none !important;
}

.cta-btn:visited {
    text-decoration: none !important;
}

/* Para botões secundários também */
.cta-btn.secondary {
    text-decoration: none !important;
}

.cta-btn.secondary:hover {
    text-decoration: none !important;
}

/* Regra geral para todos os links que são botões */
a.cta-btn {
    text-decoration: none !important;
}

a.cta-btn:hover {
    text-decoration: none !important;
}

.elementor-heading-title {
    color: #ffffff !important;
}
/* Corrigir cores dos títulos dos cards para branco */
.benefit-title {
    color: #ffffff !important;
}

.category-title {
    color: #ffffff !important;
}/* End custom CSS */