@import url('autoptimize_995e710e4fc02169f6e1f30a38b85ae8.css');

:root {
    --black: #171422;
    --black-darker: #000000;
    --black-text: rgba(23,20,34,1);
    --black-light: rgba(23,20,34,.7);
    --gray: #f4f2e9;
    --gray-lighter: rgba(244,242,233,.5);
    --white: #FFFFFF;
    --white-text: rgba(255,255,255,.75);
    --main: #9302d9;
    --main-darker: #7002a3;
    --main-lighter: rgba(147, 2, 217, 0.4);
    --second: #fd5800;
    --red: #9302d9;
    --font-main: 'Muli', sans-serif;
    --font-headers: 'Heebo', sans-serif;
    --font-subheaders: 'Heebo', sans-serif;
}

body {
    font-family: var(--font-main);
    color: var(--black-text);
    background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-headers);
}

.custom-section {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-section .container {
    position: relative;
    z-index: 2;
}

.custom-section .subheader {
    color: var(--main);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.custom-section .header {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.custom-section .section-content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.custom-section .btn-wrap {
    margin-top: 30px;
}

.section-hero {
    min-height: 600px;
    display: flex;
    align-items: center;
    color: var(--white);
}

.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.section-features {
    background-color: var(--gray);
}

.section-cta {
    background-color: var(--main);
    color: var(--white);
    text-align: center;
}

/* ============================================
   SEÇÃO COMO FUNCIONA / PROCESSO
   ============================================ */

.step-box {
    text-align: center;
    padding: 30px;
}

.step-box h4,
.step-box .header {
    color: var(--white) !important;
    font-size: 24px;
    margin-bottom: 15px;
}

.step-box p {
    color: var(--white-text) !important;
    font-size: 16px;
    line-height: 1.7;
}

/* Seção de passos em fundo escuro */
.vc_section .step-box h4,
.vc_section .step-box p,
.bg-color-black .step-box h4,
.bg-color-black .step-box p {
    color: var(--white) !important;
}

.bg-color-black .step-box p {
    color: var(--white-text) !important;
}

/* Heading da seção Como Funciona */
.vc_section .heading .header,
.vc_section .heading .subheader {
    color: var(--white);
}

.vc_section .heading.subcolor-main .subheader {
    color: var(--main);
}

.planos-section {
    background: linear-gradient(180deg, #f6f0ff 0%, #ffffff 100%);
}

.plan-cards-row {
    margin-top: 50px;
}

.planos-section .plan-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.planos-section .plan-card-header {
    padding: 28px 24px;
    text-align: center;
    background: linear-gradient(135deg, var(--main) 0%, #8b0f19 100%);
    color: #ffffff;
}

.planos-section .plan-card-header .plan-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color:white;
}

.planos-section .plan-card-body {
    padding: 28px 24px 30px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f9f4ff 0%, #ffffff 100%);
}

.planos-section .plan-features {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.planos-section .plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--black-text);
}

.planos-section .plan-features i {
    margin-top: 3px;
    color: var(--main);
}

.planos-section .plan-price {
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: var(--black-text);
}

.planos-section .plan-button-wrap {
    text-align: center;
}

.planos-section .plan-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--main) 0%, #8b0f19 100%);
    border: none;
}

.planos-section .plan-button:hover {
    background: linear-gradient(135deg, #8b0f19 0%, var(--main) 100%);
}

@media (max-width: 991px) {
    .planos-section .col-md-4 {
        margin-bottom: 30px;
    }
}

/* ============================================
   BLOG - Listagem de Posts Premium
   ============================================ */

/* Área de conteúdo do blog */
.content-area {
    padding: 80px 0;
    background: var(--black);
    min-height: 60vh;
}

.blog-archive {
    background: linear-gradient(180deg, var(--black) 0%, var(--black-darker) 100%);
}

/* Header do Archive */
.blog-archive .archive-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-archive .archive-title {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 15px;
}

.blog-archive .archive-description {
    color: var(--white-text);
    font-size: 18px;
}

/* Grid de Posts */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* Card de Post */
.blog-post-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.blog-post-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(214, 17, 30, 0.2);
    border-color: rgba(214, 17, 30, 0.3);
}

/* Thumbnail do Post */
.blog-post-item .post-thumbnail {
    overflow: hidden;
    position: relative;
}

.blog-post-item .post-thumbnail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(23, 20, 34, 0.9), transparent);
    pointer-events: none;
}

.blog-post-item .post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-post-item:hover .post-thumbnail img {
    transform: scale(1.1);
}

/* Conteúdo do Post */
.blog-post-item .post-content {
    padding: 30px;
}

/* Meta do Post */
.blog-post-item .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: var(--white-text);
    margin-bottom: 15px;
}

.blog-post-item .post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-post-item .post-meta i {
    color: var(--main);
}

.blog-post-item .post-meta a {
    color: var(--second);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-item .post-meta a:hover {
    color: var(--main);
}

/* Título do Post */
.blog-post-item .post-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-post-item .post-title a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.blog-post-item .post-title a:hover {
    color: var(--main);
}

/* Excerpt */
.blog-post-item .post-excerpt {
    color: var(--white-text);
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
}

.blog-post-item .post-excerpt p {
    margin: 0;
}

/* Botão Leia Mais */
.blog-post-item .post-read-more .btn {
    background: transparent;
    border: 2px solid var(--main);
    color: var(--main);
    padding: 10px 25px;
    font-size: 13px;
}

.blog-post-item .post-read-more .btn:hover {
    background: var(--main);
    color: var(--white);
}

/* ============================================
   SINGLE POST - Artigo Único Premium
   ============================================ */

.single-post {
    background: linear-gradient(180deg, var(--black) 0%, var(--black-darker) 100%);
    padding: 80px 0;
}

.single-post article {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

/* Thumbnail do Single Post */
.single-post .post-thumbnail {
    margin: -40px -40px 40px -40px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-post .post-thumbnail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, var(--black), transparent);
}

/* Header do Entry */
.single-post .entry-header {
    margin-bottom: 40px;
}

/* Meta do Single Post */
.single-post .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
    color: var(--white-text);
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-post .post-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post .post-meta i {
    color: var(--main);
    font-size: 16px;
}

.single-post .post-meta a {
    color: var(--second);
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-post .post-meta a:hover {
    color: var(--main);
}

/* Título do Single Post */
.single-post .entry-title {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
}

/* Conteúdo do Artigo */
.single-post .entry-content {
    font-size: 17px;
    line-height: 1.9;
    color: var(--white-text);
}

.single-post .entry-content h2 {
    font-size: 32px;
    color: var(--white);
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 4px solid var(--main);
}

.single-post .entry-content h3 {
    font-size: 26px;
    color: var(--white);
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-post .entry-content h4 {
    font-size: 22px;
    color: var(--second);
    margin-top: 35px;
    margin-bottom: 15px;
}

.single-post .entry-content p {
    margin-bottom: 25px;
}

.single-post .entry-content a {
    color: var(--main);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.single-post .entry-content a:hover {
    border-color: var(--main);
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.single-post .entry-content li {
    margin-bottom: 10px;
    color: var(--white-text);
}

.single-post .entry-content li::marker {
    color: var(--main);
}

.single-post .entry-content blockquote {
    background: rgba(214, 17, 30, 0.1);
    border-left: 4px solid var(--main);
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: var(--white);
}

.single-post .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

.single-post .entry-content pre,
.single-post .entry-content code {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 20px;
    overflow-x: auto;
    color: var(--second);
    font-size: 14px;
}

.single-post .entry-content code {
    padding: 3px 8px;
}

/* Footer do Entry */
.single-post .entry-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tags */
.single-post .post-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.single-post .post-tags i {
    color: var(--main);
    font-size: 18px;
}

.single-post .post-tags a {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white-text);
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.single-post .post-tags a:hover {
    background: var(--main);
    color: var(--white);
    border-color: var(--main);
}

/* Navegação entre Posts */
.post-navigation {
    margin-top: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation a {
    color: var(--white);
    text-decoration: none;
    display: block;
    padding: 15px;
    border-radius: 12px;
    transition: background 0.3s ease;
}

.post-navigation a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--main);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.post-navigation .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

/* ============================================
   SIDEBAR Premium
   ============================================ */

.sidebar {
    padding-left: 30px;
}

.sidebar .widget {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar .widget-title {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--main);
    position: relative;
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .widget li:last-child {
    border-bottom: none;
}

.sidebar .widget a {
    color: var(--white-text);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
}

.sidebar .widget a:hover {
    color: var(--main);
}

/* Widget de Busca */
.sidebar .search-form {
    display: flex;
}

.sidebar .search-field {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px 0 0 8px;
    color: var(--white);
    font-size: 14px;
}

.sidebar .search-field::placeholder {
    color: var(--white-text);
}

.sidebar .search-submit {
    background: var(--main);
    border: none;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    color: var(--white);
    cursor: pointer;
    transition: background 0.3s ease;
}

.sidebar .search-submit:hover {
    background: var(--main-darker);
}

/* ============================================
   PAGINAÇÃO Premium
   ============================================ */

.pagination {
    margin: 60px 0 30px;
    text-align: center;
}

.pagination ul,
.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination li,
.page-numbers {
    display: inline-block;
}

.pagination li a,
.pagination li span,
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.pagination li a:hover,
.page-numbers:hover,
.pagination li.active span,
.page-numbers.current {
    background: var(--main);
    color: var(--white);
    border-color: var(--main);
    box-shadow: 0 5px 20px rgba(214, 17, 30, 0.3);
}

/* ============================================
   COMENTÁRIOS Premium
   ============================================ */

.comments-area {
    margin-top: 60px;
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comments-title {
    font-size: 28px;
    color: var(--black-text);
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    padding: 30px;
    background: var(--gray);
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-author img {
    border-radius: 50%;
    border: 2px solid var(--main);
}

.comment-author .fn {
    color: var(--black-text);
    font-weight: 600;
}

.comment-metadata {
    font-size: 13px;
    color: var(--black-light);
}

.comment-metadata a {
    color: var(--black-light);
    text-decoration: none;
}

.comment-content {
    color: var(--black-text);
    line-height: 1.7;
}

.comment-content p {
    color: var(--black-text);
    margin-bottom: 10px;
}

.comment-reply-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--main);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.comment-reply-link:hover {
    color: var(--second);
}

/* Formulário de Comentário */
.comment-respond {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-reply-title {
    font-size: 24px;
    color: var(--black-text);
    margin-bottom: 25px;
}

.comment-reply-title small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.comment-reply-title small a {
    color: var(--main);
}

.comment-form label {
    display: block;
    color: var(--black-text);
    margin-bottom: 8px;
    font-weight: 600;
}

.comment-form .comment-notes {
    color: var(--black-light);
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-form .required {
    color: var(--main);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 15px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color: var(--black-text);
    font-size: 15px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: var(--black-light);
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--main);
    box-shadow: 0 0 0 3px rgba(214, 17, 30, 0.1);
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form p {
    margin-bottom: 20px;
}

.comment-form .form-submit {
    margin-top: 10px;
}

.comment-form .submit {
    background: var(--main);
    color: var(--white);
    border: none;
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-form .submit:hover {
    background: var(--main-darker);
    box-shadow: 0 5px 25px rgba(214, 17, 30, 0.4);
}

/* Checkbox de cookies */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
}

.comment-form-cookies-consent label {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-light);
}

/* ============================================
   RESPONSIVIDADE BLOG
   ============================================ */

@media (max-width: 991px) {
    .single-post .entry-title {
        font-size: 32px;
    }
    
    .single-post article {
        padding: 30px;
    }
    
    .single-post .post-thumbnail {
        margin: -30px -30px 30px -30px;
    }
    
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .post-navigation .nav-next {
        text-align: left;
    }
    
    .sidebar {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .content-area {
        padding: 50px 0;
    }
    
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .single-post .entry-title {
        font-size: 26px;
    }
    
    .single-post article {
        padding: 20px;
    }
    
    .single-post .post-thumbnail {
        margin: -20px -20px 25px -20px;
    }
    
    .single-post .post-thumbnail img {
        height: 250px;
    }
    
    .single-post .entry-content h2 {
        font-size: 24px;
    }
    
    .comments-area {
        padding: 25px;
    }
}

/* ============================================
   PÁGINA NÃO ENCONTRADO
   ============================================ */

.no-results {
    text-align: center;
    padding: 80px 20px;
}

.no-results-content {
    max-width: 600px;
    margin: 0 auto;
}

.no-results-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(214, 17, 30, 0.1);
    border-radius: 50%;
    border: 2px solid rgba(214, 17, 30, 0.2);
}

.no-results-icon i {
    font-size: 48px;
    color: var(--main);
}

.no-results .page-title {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 20px;
}

.no-results .page-content {
    color: var(--white-text);
    font-size: 18px;
    margin-bottom: 40px;
}

.no-results .page-content a {
    color: var(--main);
}

.no-results .search-form {
    display: flex;
    max-width: 400px;
    margin: 30px auto 0;
}

.no-results .search-form .search-field {
    flex: 1;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px 0 0 12px;
    color: var(--white);
    font-size: 16px;
}

.no-results .search-form .search-submit {
    padding: 15px 25px;
    background: var(--main);
    border: none;
    border-radius: 0 12px 12px 0;
    color: var(--white);
    cursor: pointer;
    transition: background 0.3s ease;
}

.no-results .search-form .search-submit:hover {
    background: var(--main-darker);
}

.no-results-actions {
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-main {
    background-color: var(--main);
    color: var(--white);
}

.btn-main:hover {
    background-color: var(--main-darker);
    color: var(--white);
}

.btn-second {
    background-color: var(--second);
    color: var(--black-text);
}

.btn-second:hover {
    background-color: var(--main);
    color: var(--white);
}

.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
}

.page-header {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: var(--white);
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: wheat;
}

.breadcrumbs {
    font-size: 14px;
    margin-top: 15px;
}

.breadcrumbs a {
    color: var(--white);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--second);
}

.breadcrumbs .separator {
    margin: 0 10px;
}

.widget-area {
    padding-left: 30px;
}

.widget {
    margin-bottom: 40px;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--main);
}

.error-404 {
    padding: 100px 0;
    text-align: center;
}

.error-404 .page-title {
    font-size: 120px;
    color: var(--main);
    margin-bottom: 20px;
}

.error-404 h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.error-404-links {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .custom-section .header {
        font-size: 32px;
    }
    
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .single-post .entry-title {
        font-size: 28px;
    }
    
    .widget-area {
        padding-left: 0;
        margin-top: 50px;
    }
}

/* ========================================
   MENU / NAVBAR - SEMPRE VISÍVEL
======================================== */
.navbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(23, 20, 34, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar.dark {
    background: rgba(23, 20, 34, 0.95);
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 50px;
    width: auto;
}

.logo .site-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* Menu Links */
.navbar-nav {
    display: flex !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav > li {
    margin: 0 5px;
}

.navbar-nav > li > a {
    color: #fff !important;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.navbar-nav > li.current-menu-item > a {
    color: var(--main) !important;
}

/* Submenu */
.navbar-nav > li.menu-item-has-children {
    position: relative;
}

.navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(23, 20, 34, 0.98);
    min-width: 200px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.navbar-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-nav > li > .sub-menu > li > a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.navbar-nav > li > .sub-menu > li > a:hover {
    color: var(--main);
    background: rgba(255,255,255,0.05);
}

/* Mobile Toggle Button */
.navbar-toggle {
    display: none;
    background: var(--main);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Navbar Collapse */
.navbar-collapse {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .navbar .container {
        flex-wrap: wrap;
    }
    
    .navbar-toggle {
        display: block !important;
        margin-left: 0;
        margin-right: 0;
        z-index: 10000;
    }
    
    .navbar-collapse {
        width: 100%;
        display: none !important;
        flex-direction: column;
        padding: 20px 0;
    }
    
    .navbar-collapse.show,
    .navbar-collapse.in {
        display: flex !important;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-nav > li {
        width: 100%;
        margin: 0;
    }
    
    .navbar-nav > li > a {
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .navbar-nav > li > .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(0,0,0,0.3);
    }
}

/* ========================================
   GARANTIR TEXTOS VISÍVEIS
======================================== */
h1, h2, h3, h4, h5, h6,
p, span, a, li, div,
.header, .subheader, .text,
.heading, .title, .content {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Cores dos títulos por contexto */
.header {
    color: var(--black);
}

/* Títulos em seções com background escuro */
.vc_section-has-fill .header,
.bg-color-black .header,
.section-hero .header,
.carousel-slide-title {
    color: #fff !important;
}

/* Títulos em seções claras */
.bg-color-white .header,
.bg-color-gray .header {
    color: var(--black) !important;
}

/* Subtítulos sempre vermelho */
.subheader {
    color: var(--main) !important;
}

/* ========================================
   ESPAÇOS PARA IMAGENS CUSTOMIZÁVEIS
======================================== */
.image-placeholder {
    background: linear-gradient(135deg, var(--gray) 0%, #e0ded5 100%);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px dashed rgba(0,0,0,0.1);
}

.image-placeholder::before {
    content: 'Adicionar Imagem';
    color: var(--black-light);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Featured Image Areas */
.featured-image-area {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.featured-image-area img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.featured-image-area:hover img {
    transform: scale(1.05);
}

/* ========================================
   RESPONSIVIDADE GERAL
======================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="col-"] {
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 { width: 33.333%; }
    .col-md-6 { width: 50%; }
    .col-md-8 { width: 66.666%; }
    .col-md-12 { width: 100%; }
}

@media (min-width: 992px) {
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.333%; }
    .col-lg-6 { width: 50%; }
    .col-lg-8 { width: 66.666%; }
}

/* ========================================
   BODY PADDING PARA MENU FIXO
======================================== */
body {
    padding-top: 80px;
}

/* ========================================
   BOTÕES SEMPRE VISÍVEIS
======================================== */
.btn,
.btn-main,
.btn-second {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-main {
    background: var(--main);
    color: #fff !important;
}

.btn-main:hover {
    background: var(--main-darker);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(214, 17, 30, 0.3);
}

.btn-second {
    background: var(--second);
    color: var(--black) !important;
}

.btn-second:hover {
    background: #c9b45f;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(221, 199, 109, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--main);
    color: var(--main) !important;
}

.btn-outline:hover {
    background: var(--main);
    color: #fff !important;
}
.planos-template .hero-section,
.servicos-template .hero-section,
.aplicativos-template .hero-section,
.dispositivos-template .hero-section {
    position: relative;
    overflow: hidden;
}

.planos-template .hero-section::before,
.servicos-template .hero-section::before,
.aplicativos-template .hero-section::before,
.dispositivos-template .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.planos-template .hero-section > .container,
.servicos-template .hero-section > .container,
.aplicativos-template .hero-section > .container,
.dispositivos-template .hero-section > * {
    position: relative;
    z-index: 1;
}

.dispositivos-template .vc_column_container:hover,
.dispositivos-template .plan-card:hover,
.dispositivos-template .service-card:hover,
.dispositivos-template .feature-card:hover {
    transform: none !important;
}

.hdd {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  z-index: 1;
  overflow: hidden;
}

.hdd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

/* Ícones consideration */
.consideration-icon i::before,
.device-icon i::before,
.mobile-icon i::before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
