.elementor-1371 .elementor-element.elementor-element-1e219a1d{--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;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-1371 .elementor-element.elementor-element-1e219a1d:not(.elementor-motion-effects-element-type-background), .elementor-1371 .elementor-element.elementor-element-1e219a1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-1371 .elementor-element.elementor-element-62a2be76{--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-1371 .elementor-element.elementor-element-62a2be76:not(.elementor-motion-effects-element-type-background), .elementor-1371 .elementor-element.elementor-element-62a2be76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c8ce20e *//* ===== CONTAINER ===== */
.titulo-planos-wrapper {
    text-align: center;
    padding: 80px 20px 40px;
    background: #F5F5F5; /* Cor da sua página */
}

/* ===== SUBTÍTULO ===== */
.titulo-planos-wrapper .subtitulo {
    font-size: 15px;
    color: #7A7A7A;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

/* ===== TÍTULO PRINCIPAL ===== */
.titulo-planos {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;
    color: #1e2639;
    font-family: 'Inter', sans-serif;
}

/* ===== PARTE DESTACADA ===== */
.titulo-planos span {
    display: block;
    margin-top: 10px;
    color: #AB8F63; /* Laranja premium */
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
    .titulo-planos {
        font-size: 28px;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62a2be76 *//* ===== Estrutura ===== */
.tabela-planos {
    width: 100%;
    overflow-x: auto;
    margin: 40px auto;
    font-family: 'Inter', sans-serif;
}

.tabela-planos table {
    width: 100%;
    border-collapse: collapse;
}

.tabela-planos td, 
.tabela-planos th {
    padding: 14px 20px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    font-size: 15px;
}

/* Coluna da esquerda */
.col-beneficios {
    width: 260px;
    text-align: left !important;
    font-weight: 700;
}

/* ===== Cabeçalhos ===== */
.head-box {
    padding: 18px 10px;
    border-radius: 8px 8px 0 0;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
}

.head-box span {
    font-weight: 400;
    font-size: 12px;
}

/* Cores dos planos (igual plaquinhas) */
.smart { background: #F4DCD2; color: #1e2639; }
.agile { background: #F28A2E; }
.outsourcing { background: #1e2639; }

/* ===== Checks e X ===== */
.check {
    color: #1DBF55;
    font-size: 22px;
    font-weight: bold;
}

.x {
    color: #D63B3B;
    font-size: 22px;
    font-weight: bold;
}

/* ===== Botões ===== */
.btn-smart,
.btn-agile,
.btn-outsourcing {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.btn-smart { background: #F4DCD2; color: #1e2639; }
.btn-agile { background: #F28A2E; }
.btn-outsourcing { background: #1e2639; }

.btn-smart:hover,
.btn-agile:hover,
.btn-outsourcing:hover {
    transform: translateY(-3px);
    opacity: .9;
}

/* ===== Responsivo ===== */
@media (max-width: 900px) {
    td, th { font-size: 13px; }
}/* End custom CSS */