.elementor-68186 .elementor-element.elementor-element-23be6a0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68186 .elementor-element.elementor-element-23be6a0:not(.elementor-motion-effects-element-type-background), .elementor-68186 .elementor-element.elementor-element-23be6a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-68186 .elementor-element.elementor-element-51115b7{width:var( --container-widget-width, 6% );max-width:6%;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:6%;--container-widget-flex-grow:0;}.elementor-68186 .elementor-element.elementor-element-51115b7.elementor-element{--align-self:center;}.elementor-68186 .elementor-element.elementor-element-8d1f0c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@media(min-width:768px){
     div#column1 {
    position: sticky;
    align-self: flex-start;
    top: 0;
}
 }
 a#utm_tracking_id:hover,
       a#utm_tracker_id_bonus_vertical_gerar_posts:hover { /* Adicionado ID do segundo botão secundário */
            color: white !important;
            background-color: #07f !important; /* Cor de fundo no hover para botões secundários */
        }

        /* Reset e Base */
        *,
        ::after,
        ::before {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth; /* Habilita scroll suave para links de âncora */
            font-size: 16px;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: #000222;
            background-color: #f3f7fc;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
        }

        /* Tipografia */
        h1,
        h2,
        h3 {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            color: #000222;
        }

        h1 {
            font-size: 2.2rem;
            line-height: 1.2;
            margin-bottom: 0;
        }

        h2 {
            font-size: 2.5rem;
            line-height: 1.2;
            letter-spacing: -1.2px;
            margin-bottom: 20px;
            text-align: center;
        }

        h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-top: 35px;
            margin-bottom: 15px;
            color: #000222;
        }

        p,
        li {
            font-family: 'Inter', sans-serif;
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.75;
            margin-bottom: 1.3em;
            color: #2c3e50;
        }

        .subtitle-hook {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.6;
            text-align: center;
            margin-bottom: 50px;
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
            color: #333a5d;
        }

        ul {
            list-style: none;
            padding-left: 0;
        }

        /* Seções e Conteúdo */
        .full-width-section {
            width: 100%;
            padding: 60px 20px;
            position: relative;
        }

        .gradient-bg {
            background: linear-gradient(180deg, #fff, #f3f7fc);
        }

        .content-container {
            max-width: 1088px;
            margin: 0 auto;
        }
        
        .text-center {
            text-align: center;
        }

        /* Ícones em listas */
        .icon-list li {
            font-size: 1.0625rem;
            margin-bottom: 1em;
            padding-left: 0;
            position: relative;
            display: flex;
            align-items: flex-start;
        }
        .icon-list li::before {
            content: none;
        }
        .icon-list li i {
            margin-right: 10px;
            color: #07f; /* Cor padrão do ícone */
            font-size: 1.1em;
            margin-top: 4px; /* Ajuste fino de alinhamento vertical */
            min-width: 20px; /* Para garantir espaço */
        }
        .problem-list li i { color: #856404 !important; } /* Cor para ícones de problemas */
        .solution-list li i { color: #07f !important; } /* Cor para ícones de solução */
        .benefits-list li i { color: #28a745 !important; } /* Cor para ícones de benefícios */


        /* Cards e Efeitos */
        .vidro-espelhado-bonus {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            padding: 25px 30px;
            margin-bottom: 25px;
            border-top: 4px solid;
            border-image: linear-gradient(to right, #07f, #00c6ff) 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
        .vidro-espelhado-bonus:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
        }
        .vidro-espelhado-bonus p {
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 0.5em; /* Ajuste para parágrafos dentro do card */
        }
        .vidro-espelhado-bonus p:last-child {
            margin-bottom: 0;
        }
        .vidro-espelhado-bonus .icon-lead {
            font-size: 1.3em;
            margin-right: 12px;
            vertical-align: middle;
        }

        .simple-card-bonus {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 20px 25px;
            margin-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .simple-card-bonus:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        .simple-card-bonus p {
            font-size: 1.05rem;
            margin-bottom: 0.5em;
        }
        .simple-card-bonus p:last-child {
            margin-bottom: 0;
        }


        /* Botões */
        .btn {
            display: inline-block;
            padding: 12px 30px;
            font-size: 1rem;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            color: #fff;
            background-color: #07f;
            border-radius: 50px;
            text-decoration: none;
            transition: background-color .3s, transform .2s, box-shadow .3s, color .3s;
            box-shadow: 0 4px 10px rgba(0,119,255,.3);
            border: none;
            cursor: pointer;
            text-align: center;
        }
        .btn:hover, .btn:focus {
            background-color: #0056b3;
            transform: translateY(-3px) scale(1.05) !important;
            box-shadow: 0 6px 15px rgba(0,119,255,.4) !important;
            outline: none;
            animation: none !important;
            color:white !important;
        }
        .btn-secondary {
            background-color: transparent;
            color: #07f;
            border: 2px solid #07f;
            box-shadow: none;
        }
        .btn-secondary:hover, .btn-secondary:focus {
            background-color:#07f !important; /* Mantém a cor azul no hover */
            color:white !important;
            box-shadow: none !important;
        }
        .btn i {
            margin-right: 8px;
        }
        
        /* Estilos da Seção Bônus VERTICAL */
        #page-header {
            background-color: #fff;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 0;
        }
        #page-header h1 {
            color: #07f;
            font-size: 2rem;
        }

        #bonus-section-vertical {
            padding-top: 50px;
            padding-bottom: 50px;
            border-top: none;
        }

        .bonus-vertical-header .fa-star {
            animation: pulseStar 2s infinite;
        }

        @keyframes pulseStar {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        .bonus-vertical-content {
            margin-top: 30px;
        }

        .bonus-step {
            margin-bottom: 50px;
            position: relative;
            padding-left: 60px; /* Espaço para o indicador */
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease-out, transform 0.7s ease-out;
        }
        
        .bonus-step.is-visible-step {
            opacity: 1;
            transform: translateY(0);
        }

        .step-indicator {
            position: absolute;
            left: 0;
            top: 0;
            width: 45px;
            height: 45px;
            background-color: #07f;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            font-family: 'Poppins', sans-serif;
            box-shadow: 0 4px 10px rgba(0,119,255,0.3);
            z-index: 1;
        }
        .step-indicator span {
            line-height: 1;
        }

        .step-content h3 { /* Títulos principais de cada Passo */
            font-size: 2rem;
            color: #000222;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
            position: relative;
            margin-top: 0;
        }
        .step-content h3 small { /* "(principalmente se está começando...)" */
            font-size: 0.7em;
            font-weight: 500;
            color: #555;
            display: block; /* Para quebra de linha se necessário */
            margin-top: 5px;
        }
        .step-content h4 { /* "Recomendações:", "A ferramenta secreta..." */
            font-size: 1.5rem;
            color: #07f;
            margin-top: 30px;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
        }
        .step-content h5 { /* Títulos dentro dos simple-cards */
            font-family: 'Poppins', sans-serif;
            font-size: 1.2rem;
            color: #000222;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .step-content h5 .icon-tip { /* Ícone ao lado do H5 */
            margin-right: 10px;
            font-size: 1.1em;
        }

        /* Alertas estilizados */
        .alert-card-danger {
            border-top-color: #dc3545;
            border-image: linear-gradient(to right, #dc3545, #ff7851) 1;
            background: rgba(255,235,238,0.9);
        }
        .alert-card-danger p, .alert-card-danger strong {
            color: #721c24;
        }
        .alert-card-warning {
            border-top-color: #ffc107;
            border-image: linear-gradient(to right, #ffc107, #ffdb5d) 1;
            background: rgba(255,250,230,0.9);
        }
        .alert-card-warning h4, .alert-card-warning p, .alert-card-warning li {
            color: #856404;
        }
        
        .solution-card {
            background: linear-gradient(135deg, #e6f7ff, #ffffff);
            border-left: 5px solid #07f;
        }
        .solution-list li { padding-left: 10px; margin-bottom: 12px;}
        .solution-list li i { color: #07f; margin-right: 10px; }

        .callout-card {
            border-image: linear-gradient(to right, #00c6ff, #007bff) 1;
            background: rgba(230, 247, 255, 0.9);
        }
        .callout-card p strong {
             display: block; margin-top:10px;
        }

        /* Layout de colunas para benefícios */
        .two-columns-layout {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            align-items: flex-start;
        }
         @media (min-width: 768px) {
            .two-columns-layout {
                grid-template-columns: 1fr 1fr;
            }
        }
        .benefits-layout .simple-card-bonus {
            min-height: 100px; /* Ajuste se necessário */
            display: flex;
            /* align-items: center; */ /* Removido para permitir que o texto flua naturalmente se for longo */
            background: #fff;
        }
        .benefits-layout .simple-card-bonus p { 
            display: flex; 
            align-items: center; /* Alinha ícone e texto no topo */
            margin-bottom: 0; 
        }
        .benefits-layout .simple-card-bonus i { 
            font-size: 1.5em; 
            color: #28a745; 
            margin-right: 15px; 
            min-width: 25px; 
            text-align:center;
            margin-top: 2px; /* Pequeno ajuste vertical do ícone */
        }

        hr.bonus-step-divider {
            border: 0;
            height: 1px;
            background-image: linear-gradient(to right, rgba(0, 119, 255, 0), rgba(0, 119, 255, 0.5), rgba(0, 119, 255, 0));
            margin: 40px auto 60px;
            width: 80%;
        }

        #page-footer {
            background-color: #000222;
            color: #f3f7fc;
            text-align: center;
            padding: 30px 20px;
            margin-top: 0;
        }
        #page-footer p {
            margin-bottom: 0;
            font-size: 0.95rem;
            color: #adb5bd;
        }
        #page-footer a {
            color: #07f;
            text-decoration: none;
        }
        #page-footer a:hover {
            text-decoration: underline;
        }

        /* Seta para baixo indicando scroll */
        .scroll-down-arrow {
            text-align: center;
            margin: 20px auto 40px;
            opacity: 0;
        }
        .scroll-down-arrow a {
            text-decoration: none;
            display: inline-block;
        }
        .scroll-down-arrow i {
            font-size: 2.8rem;
            color: #07f;
            opacity: 0.7;
            transition: color 0.3s ease, transform 0.3s ease;
        }
        .scroll-down-arrow a:hover i {
            color: #0056b3;
            transform: scale(1.1);
        }
        .scroll-down-arrow.is-visible-step {
            animation: fadeInArrow 1s 0.8s forwards, bounceArrow 2.5s infinite 1.8s;
        }

        @keyframes fadeInArrow {
            to {
                opacity: 0.7;
            }
        }
        @keyframes bounceArrow {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-12px);
            }
            60% {
                transform: translateY(-6px);
            }
        }

        /* Animação de Pulsação para Botões CTA */
        .btn:not(.btn-secondary) {
             animation: pulseButton 2s infinite ease-in-out;
        }
        @keyframes pulseButton {
            0% {
                transform: scale(1);
                box-shadow: 0 4px 10px rgba(0,119,255,.3);
            }
            50% {
                transform: scale(1.03);
                box-shadow: 0 5px 15px rgba(0,119,255,.4);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 4px 10px rgba(0,119,255,.3);
            }
        }

        /* Imagem horizontal */
        .horizontal-image-placeholder {
            width: 100%;
            max-width: 700px;
            height: auto;
            border-radius: 10px;
            margin: 25px auto;
            display: block;
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
        }


        /* Responsividade para Bônus Vertical */
        @media (max-width: 768px) {
             #page-header h1 { font-size: 1.8rem; }
            .bonus-step {
                padding-left: 0;
                margin-bottom: 40px;
            }
            .step-indicator {
                position: static;
                margin: 0 auto 20px;
                width: 40px;
                height: 40px;
                font-size: 1.3rem;
            }
            .step-content h3 {
                font-size: 1.6rem;
                text-align: center;
            }
            .step-content h4 {
                font-size: 1.3rem;
                text-align: center;
            }
             hr.bonus-step-divider {
                margin: 30px auto 40px;
            }
            .scroll-down-arrow i { font-size: 2.2rem; }
        }
         @media (max-width: 480px) {
            .step-content h3 { font-size: 1.4rem; }
            .step-content h4 { font-size: 1.2rem; }
            .vidro-espelhado-bonus, .simple-card-bonus { padding: 20px; }
            .btn { padding: 10px 20px; font-size: 0.9rem;}
            .btn i { margin-right: 5px;}
            .horizontal-image-placeholder { max-width: 95%; }
        }/* End custom CSS */