.elementor-48133 .elementor-element.elementor-element-6117a18{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-48133 .elementor-element.elementor-element-0fb4a80{text-align:center;}.elementor-48133 .elementor-element.elementor-element-0fb4a80 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:600;color:#FFFFFF;}.elementor-48133 .elementor-element.elementor-element-de34bab{text-align:center;}.elementor-48133 .elementor-element.elementor-element-de34bab .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:500;color:#FFFFFF;}.elementor-48133 .elementor-element.elementor-element-6f82690{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-48133 .elementor-element.elementor-element-83ece1b{width:100%;max-width:100%;}.elementor-48133 .elementor-element.elementor-element-83ece1b.elementor-element{--align-self:center;}.elementor-48133 .elementor-element.elementor-element-559e1c7{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:center;}.elementor-48133 .elementor-element.elementor-element-559e1c7.elementor-element{--align-self:center;}.elementor-48133 .elementor-element.elementor-element-559e1c7 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-48133 .elementor-element.elementor-element-aac6aea .elementor-button{background-color:#E43D2F;font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:600;padding:15px 25px 15px 25px;}.elementor-48133 .elementor-element.elementor-element-aac6aea .elementor-button:hover, .elementor-48133 .elementor-element.elementor-element-aac6aea .elementor-button:focus{background-color:#E13123;}.elementor-48133 .elementor-element.elementor-element-aac6aea .elementor-button-content-wrapper{flex-direction:row;}.elementor-48133 .elementor-element.elementor-element-7058a98{--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;}body.elementor-page-48133:not(.elementor-motion-effects-element-type-background), body.elementor-page-48133 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );background-image:url("https://agenciainsideout.com/wp-content/uploads/2022/12/bg-header-full.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}@media(max-width:767px){.elementor-48133 .elementor-element.elementor-element-559e1c7{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-48133 .elementor-element.elementor-element-559e1c7 .elementor-heading-title{font-size:18px;line-height:1.3em;}body.elementor-page-48133:not(.elementor-motion-effects-element-type-background), body.elementor-page-48133 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://agenciainsideout.com/wp-content/uploads/2022/12/bg-header-full.jpg");background-repeat:no-repeat;background-size:cover;}}/* Start custom CSS for html, class: .elementor-element-83ece1b */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

/* Seção do Funil */
.funil-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.funil-container {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.funil-stage {
    position: relative;
    margin-bottom: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Bordas retas - removendo o clip-path arredondado */
    border-radius: 0;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.funil-stage:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.stage-1 {
    background: #f4cccc;
    width: 100%;
}

.stage-2 {
    background: #ea9999;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.stage-3 {
    background: #e06666;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.stage-4 {
    background: #a61c00;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.stage-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.stage-4 .stage-content {
    color: white;
}

.stage-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.stage-number {
    font-size: 18px;
    font-weight: bold;
}

/* Seção dos Controles */
.controls-section {
    padding-left: 20px;
}

.control-group {
    margin-bottom: 30px;
}

.control-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

input[type="range"] {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a61c00;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #8a1700;
    transform: scale(1.1);
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a61c00;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}

.result-group {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #a61c00;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-label {
    font-weight: 600;
    color: #333;
}

.result-value {
    font-size: 18px;
    font-weight: bold;
    color: #a61c00;
}

/* Responsividade */
@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    
    .controls-section {
        padding-left: 0;
    }
    
    .funil-container {
        max-width: 300px;
    }
    
    .funil-stage {
        height: 60px;
    }
    
    .stage-label {
        font-size: 10px;
    }
    
    .stage-number {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }
    
    .container {
        padding: 15px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    .funil-container {
        max-width: 250px;
    }
    
    .funil-stage {
        height: 50px;
    }
}


/* Estilos para o campo de status */
.status-container {
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 2px solid #ddd;
}

.status-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.status-value {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-inviavel {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.status-equilibrado {
    background: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ff9800;
}

.status-lucrativo {
    background: #e8f5e8;
    color: #2e7d32;
    border: 1px solid #4caf50;
}/* End custom CSS */