/*
Theme Name:  Secovi Site AR
Description:  Tema customizado Secovi Site AR com seções reutilizáveis - Tema standalone
Author:       Fellipe Sanches 
Version:      1.0.0
Text Domain:  secovi-ar
*/

/* ============================================
   Estilos Gerais
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    padding-top: 0 !important;
}

/* ============================================
   Barra de Rolagem Personalizada
   ============================================ */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2c3e50 #f0f0f0;
}

/* WebKit (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: #2c3e50;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

*::-webkit-scrollbar-thumb:hover {
    background: #233342;
}

*::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

/* Barra de rolagem para elementos com scroll específico */
html {
    scrollbar-width: thin;
    scrollbar-color: #2c3e50 #f0f0f0;
}

html::-webkit-scrollbar {
    width: 12px;
}

html::-webkit-scrollbar-track {
    background: #f9f9f9;
}

html::-webkit-scrollbar-thumb {
    background: #2c3e50;
    border-radius: 10px;
    border: 2px solid #f9f9f9;
}

html::-webkit-scrollbar-thumb:hover {
    background: #233342;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.text-center {
    text-align: center;
}

.site-content {
    min-height: 100vh;
}

.site-main {
    width: 100%;
}

/* ============================================
   Seção Hero
   ============================================ */
.secovi-hero-section {
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    height: 80vh; /* Altura 80vh no desktop */
}

.secovi-hero-section::before {
    display: none;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner picture {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.hero-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content {
    display: none;
}

.hero-title,
.hero-subtitle,
.hero-button {
    display: none;
}

/* ============================================
   Seção Etapas
   ============================================ */
.secovi-etapas-section {
    padding: 15px 20px;
    background: #f9f9f9; /* Nova cor de fundo clara */
    color: #4a5568; /* Cor do texto um pouco mais clara */
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.etapas-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 10px;
}

.etapa-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0.3rem 0;
    transition: transform 0.3s ease;
}

.etapa-connector {
    color: #4a5568;
    opacity: 0.2;
    font-size: 1rem;
    flex-shrink: 0;
}

.etapa-item:hover {
    transform: translateY(-3px);
}

.etapa-visual {
    position: relative;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2px;
    margin-bottom: 0.25rem;
}

.etapa-number {
    position: absolute;
    top: 62%;
    left: 28%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 900;
    color: #4a5568;
    opacity: 0.12;
    z-index: 1;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.etapa-icon {
    font-size: 1.5rem;
    color: #4a5568;
    position: relative;
    z-index: 2;
}

.etapa-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: #4a5568;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    z-index: 3;
}

/* ============================================
   Posts e Páginas
   ============================================ */
.entry-header {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.entry-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.entry-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.entry-meta span {
    margin-right: 1rem;
}

.entry-content {
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.post-thumbnail {
    margin-bottom: 2rem;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

.error-404 {
    padding: 80px 20px;
    text-align: center;
}

.error-404 .page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-404-actions {
    margin-top: 2rem;
}

.button {
    display: inline-block;
    padding: 12px 30px;
    background: #667eea;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.button:hover {
    background: #5568d3;
}

/* ============================================
   Formulário de Busca
   ============================================ */
.search-form {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.search-field {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    flex: 1;
}

.search-field:focus {
    outline: none;
    border-color: #667eea;
}

.search-submit {
    padding: 10px 20px;
    background: #667eea;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

.search-submit:hover {
    background: #5568d3;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ============================================
   Sobrescrever padding-top do body do plugin header
   ============================================ */
body,
body.page,
body.home,
body.single,
body.archive {
    padding-top: 0 !important;
}

/* Desktop e tablets */
@media (min-width: 769px) {
    body,
    body.page,
    body.home,
    body.single,
    body.archive {
        padding-top: 0 !important;
    }
}

/* Mobile - tablets e smartphones */
@media (max-width: 768px) {
    body,
    body.page,
    body.home,
    body.single,
    body.archive {
        padding-top: 0 !important;
    }
    
    .secovi-hero-section {
        margin-top: 40px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1080 / 1350;
    }

    .hero-banner {
        height: 100%;
    }
    
    .hero-banner {
        height: 100%;
    }
    
    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Carrossel de Etapas no Mobile */
    .secovi-etapas-section {
        padding: 15px 20px; /* Reduzi o padding vertical */
    }

    .secovi-etapas-section .container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .etapas-carousel-wrapper {
        overflow: hidden;
        width: 100%;
    }
    
    .etapas-carousel-inner {
        display: flex;
        width: max-content;
        animation: etapas-carrossel 30s linear infinite;
    }
    
    .etapas-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content;
        gap: 25px; /* Espaçamento ajustado */
    }
    
    .etapas-grid-clone {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content;
        gap: 25px; /* Espaçamento ajustado */
        margin-left: 50px; /* Aumenta o espaço entre o fim do primeiro loop e o início do segundo */
    }
    
    .etapa-item {
        flex: 0 0 auto !important;
        min-width: 120px;
        white-space: nowrap;
        padding: 0.25rem 0; /* Reduzi o padding vertical */
    }
    
    .etapa-visual {
        height: 50px; /* Reduzi a altura do container visual */
        margin-bottom: 0.25rem; /* Reduzi a margem inferior */
    }

    .etapa-number {
        font-size: 2.2rem; /* Reduzi o tamanho do número */
        left: 15% !important; /* Arrastado para a esquerda no mobile */
    }

    .etapa-icon {
        font-size: 1.8rem; /* Reduzi o tamanho do ícone */
    }
    
    .etapa-title {
        font-size: 0.8rem;
        text-align: center;
        letter-spacing: 0.3px;
    }
    
    .etapa-connector {
        flex-shrink: 0;
        font-size: 0.9rem;
        opacity: 0.15;
    }
    
    @keyframes etapas-carrossel {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .etapa-number {
        font-size: 2.2rem;
        left: 12% !important; /* Ainda mais para a esquerda em telas muito pequenas */
    }
    
    .etapa-title {
        font-size: 0.7rem;
    }
    
    .etapa-icon {
        font-size: 1.8rem;
    }
}

/* ============================================
   Seção Certificado (Design Refinado)
   ============================================ */
/* ============================================
   Seção Vantagens das esquadrias de PVC
   ============================================ */
.secovi-vantagens-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.vantagens-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    padding: 0 20px;
}

.vantagens-header-left {
    flex: 1;
}

.vantagens-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5dade2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.vantagens-title {
    font-size: 42px;
    font-weight: 900;
    color: #2c3e50;
    line-height: 1.2;
    margin: 0;
}

.vantagens-navigation {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.vantagens-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #ecf0f1;
    color: #34495e;
}

.vantagens-nav-btn:hover {
    background: #3498db;
    color: #ffffff;
    transform: scale(1.1);
}

.vantagens-nav-btn:active {
    transform: scale(0.95);
}

.vantagens-carousel-wrapper {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.vantagens-grid {
    display: flex;
    gap: 30px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-wrap: nowrap;
    align-items: stretch;
}

.vantagem-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 90px) / 4); /* 4 cards visíveis: (100% - 3 gaps de 30px) / 4 */
    min-width: 0;
    box-sizing: border-box;
}

.vantagem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.vantagem-number {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    position: relative;
}

.vantagem-number span {
    font-size: 36px;
    font-weight: 900;
    color: #2c3e50;
    line-height: 1;
}

.vantagem-number-square {
    width: 12px;
    height: 12px;
    background: #3498db;
    border-radius: 2px;
}

.vantagem-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vantagem-card-text {
    font-size: 15px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* Responsivo - Tablet */
@media (max-width: 1024px) {
    .vantagem-card {
        flex: 0 0 calc((100% - 25px) / 2); /* 2 cards por linha */
        min-width: calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }
    
    .vantagens-grid {
        gap: 25px;
    }
    
    .vantagens-title {
        font-size: 32px;
    }
}

/* ============================================
   Seção Portabilidade
   ============================================ */
.secovi-portabilidade-section {
    padding: 0 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e8ecf0 100%);
    overflow: hidden;
    position: relative;
}

.secovi-portabilidade-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(72, 121, 242, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(72, 121, 242, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.secovi-portabilidade-section.secovi-section {
    padding: 0 !important;
    margin: 0 !important;
}

.portabilidade-content {
    display: flex;
    align-items: stretch;
    min-height: 550px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.portabilidade-left {
    flex: 1.2;
    background: transparent;
    padding: 80px 60px 80px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.portabilidade-bg-icon {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(-12deg);
    font-size: 350px;
    color: rgba(72, 121, 242, 0.06);
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    opacity: 0.7;
}

.portabilidade-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4879f2 0%, #3667e0 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 30px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(72, 121, 242, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.portabilidade-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 121, 242, 0.4);
}

.portabilidade-title {
    font-size: 52px;
    font-weight: 900;
    color: #1a2b4e;
    line-height: 1.15;
    margin-bottom: 25px;
    max-width: 650px;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.portabilidade-subtitle {
    font-size: 19px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 600px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.portabilidade-button {
    display: inline-block;
    background: linear-gradient(135deg, #4879f2 0%, #3667e0 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 45px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 6px 25px rgba(72, 121, 242, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portabilidade-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.portabilidade-button:hover::before {
    left: 100%;
}

.portabilidade-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(72, 121, 242, 0.4);
    background: linear-gradient(135deg, #3667e0 0%, #4879f2 100%);
}


.portabilidade-right {
    flex: 1;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 0;
}

.portabilidade-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(72, 121, 242, 0.03) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.portabilidade-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.portabilidade-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    margin: 0;
    padding: 0;
}

.secovi-certificado-section {
    padding: 100px 0;
    background: #ffffff;
}

.secovi-certificado-section > .container:first-child {
    margin-top: 40px;
}

.certificate-section-header {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.certificate-main-title {
    font-size: 42px;
    font-weight: 900;
    color: #1a2b4e;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.certificate-main-subtitle {
    font-size: 18px;
    color: #718096;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.certificate-progress-bar {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.progress-segment {
    flex: 1;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.progress-segment.progress-active {
    background: #4879f2;
}

.certificate-options {
    display: flex;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: stretch;
    padding: 0 20px;
}

.certificate-column-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    min-width: 0;
    height: auto; /* Altura automática baseada no conteúdo */
    overflow-y: visible; /* Sem scroll vertical desnecessário */
}

.certificate-column-right {
    flex: 0 0 380px;
    height: 550px;
    position: static;
    align-self: flex-start;
}

/* Resumo sticky apenas na página de produtos */
.page-produtos .certificate-column-right {
    position: sticky;
    top: 130px; /* Ajustado para não ficar sobreposto pelo header fixo */
}

/* No desktop, box4 (resumo) sempre visível */
@media (min-width: 969px) {
    .certificate-column-right #box4.summary-box {
        display: flex !important;
    }
    
    .certificate-column-right #box4.summary-box.step-hidden {
        display: flex !important;
    }
}

.certificate-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    padding: 45px;
    border: 3px solid #f0f0f0;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.certificate-box.step-hidden {
    display: none !important;
}

/* Altura fixa para boxes visíveis, igual ao resumo */
.certificate-box.step-visible {
    height: auto !important; /* Altura automática para evitar scroll desnecessário */
    min-height: 550px;
    max-height: none; /* Remover max-height para permitir conteúdo natural */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    overflow: visible; /* Permitir que badges saiam do box */
}

/* Box1 específico - altura baseada no conteúdo sem scroll */
#box1.certificate-box.step-visible {
    height: auto !important;
    min-height: auto; /* Removido min-height fixo que pode causar scroll */
    max-height: none;
    overflow: visible !important; /* Forçar visible para evitar qualquer scroll */
}

/* Ajustar grid de certificados para não criar scroll desnecessário */
#box1 .certificates-grid-container {
    overflow-y: visible !important;
    overflow-x: visible !important;
    max-height: none !important;
    height: auto !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    flex: none !important; /* Remover flex que pode causar problemas de altura */
}

/* Ajustar box3 para não cortar badges e conteúdo */
#box3.certificate-box.step-visible {
    overflow: visible;
    padding-top: 20px; /* Espaço extra no topo para badges */
    padding-bottom: 20px; /* Espaço extra na parte inferior */
}

/* Garantir que box2 tenha o mesmo padding do box3 para o botão voltar ficar igual */
#box2.certificate-box.step-visible {
    padding-bottom: 20px; /* Mesmo padding do box3 para manter botão voltar na mesma posição */
}

/* Containers de conteúdo devem ocupar espaço disponível */
.certificates-grid-container {
    flex: 1;
    min-height: 0;
    overflow-y: visible; /* Sem scroll vertical desnecessário */
    overflow-x: visible;
    padding-top: 0; /* Removido para evitar overflow */
    margin-top: 0; /* Removido margin negativo */
}

.options-container {
    flex: 1;
    min-height: 0;
    overflow: visible; /* Não mostrar scroll sem necessidade */
    margin-bottom: 0;
}

.certificates-grid-container {
    padding-bottom: 0; /* Removido - o espaçamento será feito pelo footer do botão */
}

.options-container {
    padding-bottom: 0; /* Removido - o espaçamento será feito pelo footer do botão */
}

/* Garantir que box2 tenha o mesmo comportamento do box3 */
#box2 .options-container {
    margin-bottom: 0;
    flex: 1;
    min-height: 0;
    display: grid;
}

#box3 .options-container {
    margin-bottom: 0;
    flex: 1;
    min-height: 0;
    display: grid;
}

/* Botões voltar sempre no rodapé do box - funcionando como footer */
.certificate-box.step-visible > .btn-voltar {
    margin-top: auto;
    align-self: flex-start;
    flex-shrink: 0;
    padding-top: 0; /* Removido padding-top */
    margin-top: 30px; /* Espaçamento fixo do conteúdo acima */
    margin-bottom: 0;
    border-top: 1px solid #f0f0f0; /* Linha separadora para visual de footer */
    padding-top: 30px; /* Espaçamento interno do footer */
    width: 100%; /* Ocupar toda largura como footer */
}

/* Garantir que box2 e box3 tenham o mesmo comportamento para o botão voltar */
#box2.step-visible > .btn-voltar,
#box3.step-visible > .btn-voltar {
    margin-top: auto;
    align-self: flex-start;
    padding-top: 0;
    margin-top: 30px; /* Espaçamento fixo do conteúdo acima */
    border-top: 1px solid #f0f0f0; /* Linha separadora */
    padding-top: 30px; /* Espaçamento interno do footer */
    width: 100%;
}

/* Watermark e Header do Passo - Layout lado a lado para todas as seções */
.step-header {
    display: flex;
    align-items: flex-start;
    gap: 15px; /* Reduzido de 30px para aproximar o texto do número */
    margin-bottom: 40px;
}

.step-number-block {
    flex-shrink: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: transparent; /* Removido o fundo */
    border-radius: 12px;
    position: relative;
    padding-top: 0;
}

.step-watermark {
    position: relative;
    top: 0;
    left: 0;
    font-size: 4.5rem;
    font-weight: 900;
    color: #1a2b4e;
    opacity: 0.25; /* Bem visível */
    line-height: 1;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.step-text-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px; /* Reduzido de 8px */
}

.step-text-block h2 {
    margin-bottom: 0;
}

.step-text-block p {
    margin-bottom: 0;
}

.certificate-box h2 {
    font-size: 24px;
    color: #1a2b4e;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.certificate-box p {
    color: #718096;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Grid de Certificados */
.certificates-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

#box1 label {
    flex-direction: column;
    text-align: left;
    padding: 30px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    gap: 20px;
    background: #ffffff;
}

#box1 label:hover {
    border-color: #007aff;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 122, 255, 0.1);
}

/* Hover específico para e-CNPJ (segundo card) */
#box1 .certificates-grid > label:nth-child(4):hover {
    border-color: #10b981;
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.1);
}

#box1 input[type="radio"]:checked + label {
    border-color: #007aff;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 122, 255, 0.15);
}

/* Selecionado específico para e-CNPJ */
#box1 .certificates-grid > input[type="radio"]:nth-of-type(2):checked + label {
    border-color: #10b981;
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
}

.certificate-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.certificate-title-group {
    display: flex;
    flex-direction: column;
}

.certificate-icon {
    width: 60px;
    height: 60px;
    background: #f0f4ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff; /* Azul padrão para e-CPF */
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Variar cor do ícone para e-CNPJ (segundo card) */
#box1 .certificates-grid > label:nth-child(4) .certificate-icon {
    background: #ecfdf5; /* Verde claro */
    color: #10b981; /* Verde */
}

#box1 label:hover .certificate-icon {
    background: #007aff;
    color: #ffffff;
}

/* Hover específico para e-CNPJ */
#box1 .certificates-grid > label:nth-child(4):hover .certificate-icon {
    background: #10b981;
    color: #ffffff;
}

/* Selecionado específico para e-CNPJ */
#box1 .certificates-grid > input[type="radio"]:nth-of-type(2):checked + label .certificate-icon {
    background: #10b981;
    color: #ffffff;
}

.certificate-title {
    font-size: 20px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 2px;
}

.certificate-subtitle {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.2;
    margin-bottom: 0;
}

.certificate-features {
    text-align: left;
    width: 100%;
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
}

.certificate-features strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 10px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item i {
    color: #38a169; /* Volta para verde */
}

/* Opções Gerais (Box 2 e 3) */
.options-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0; /* Removido para não afetar posicionamento do botão voltar */
}

/* Grid de 1 coluna com 5 linhas para box2 (dispositivos) */
#box2 .options-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 10px;
    overflow: visible; /* Sem barra de rolagem no desktop */
    max-height: none;
    padding-top: 0;
    margin-top: 0;
    flex: 1;
    min-height: 0;
    margin-bottom: 0;
}

/* Esconder inputs do grid (são apenas para funcionalidade) */
#box2 .options-container > input[type="radio"] {
    display: none;
}

/* Labels ocupam 1 coluna por padrão - Desktop */
#box2 .options-container > label {
    margin: 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: auto;
    height: auto;
}

/* Quadrado ao redor dos ícones dos dispositivos - Desktop */
.device-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 2px solid #4a7bf5; /* Azul padrão - será sobrescrito por seletores específicos */
    border-radius: 6px;
    flex-shrink: 0;
    padding: 4px;
}

/* Variar cores dos ícones por dispositivo - mantendo mesma tonalidade */
/* Como há inputs antes dos labels, precisamos contar corretamente: input(1), label(2), input(3), label(4)... */
/* Então o primeiro label é nth-child(2), segundo é nth-child(4), etc. */
#box2 .options-container > label:nth-child(2) .device-icon-wrapper {
    border-color: #10b981 !important; /* Verde para A1 Arquivo */
}

#box2 .options-container > label:nth-child(2) .device-icon-wrapper i {
    color: #10b981 !important;
}

#box2 .options-container > label:nth-child(4) .device-icon-wrapper {
    border-color: #a855f7 !important; /* Roxo para A3 Cartão */
}

#box2 .options-container > label:nth-child(4) .device-icon-wrapper i {
    color: #a855f7 !important;
}

#box2 .options-container > label:nth-child(6) .device-icon-wrapper {
    border-color: #f59e0b !important; /* Laranja para A3 Licença */
}

#box2 .options-container > label:nth-child(6) .device-icon-wrapper i {
    color: #f59e0b !important;
}

#box2 .options-container > label:nth-child(8) .device-icon-wrapper {
    border-color: #4a7bf5 !important; /* Azul para A3 Token */
}

#box2 .options-container > label:nth-child(8) .device-icon-wrapper i {
    color: #4a7bf5 !important;
}

#box2 .options-container > label:nth-child(10) .device-icon-wrapper {
    border-color: #06b6d4 !important; /* Ciano para Certificado em nuvem */
}

#box2 .options-container > label:nth-child(10) .device-icon-wrapper i {
    color: #06b6d4 !important;
}

.device-icon-wrapper i {
    font-size: 16px;
    color: #4a7bf5; /* Cor padrão azul */
}

/* Último item não precisa mais de span 2, já que agora é 1 coluna */
#box2 .options-container > label.full-width {
    grid-column: 1;
}

/* Botão voltar removido do options-container - agora está no rodapé do box */

.certificate-box label {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    padding: 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #1a2b4e;
}

.certificate-box label:hover {
    border-color: #007aff;
    background: #f0f7ff;
}

/* Variar cores de hover e selecionado para box2 (dispositivos) */
#box2 .options-container > label:hover {
    border-color: #4a7bf5; /* Azul padrão - será sobrescrito */
    background: #f0f7ff;
}

/* Como há inputs antes dos labels: input(1), label(2), input(3), label(4)... */
#box2 .options-container > label:nth-child(2):hover {
    border-color: #10b981 !important;
    background: #ecfdf5; /* Verde claro */
}

#box2 .options-container > label:nth-child(4):hover {
    border-color: #a855f7 !important;
    background: #faf5ff; /* Roxo claro */
}

#box2 .options-container > label:nth-child(6):hover {
    border-color: #f59e0b !important;
    background: #fffbeb; /* Laranja claro */
}

#box2 .options-container > label:nth-child(8):hover {
    border-color: #4a7bf5 !important;
    background: #f0f7ff; /* Azul claro */
}

#box2 .options-container > label:nth-child(10):hover {
    border-color: #06b6d4 !important;
    background: #ecfeff; /* Ciano claro */
}

.certificate-box input[type="radio"] {
    display: none;
}

.certificate-box input[type="radio"]:checked + label {
    border-color: #007aff;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 122, 255, 0.1);
}

/* Variar cores quando selecionado para box2 */
#box2 .options-container > input[type="radio"]:checked + label {
    border-color: #4a7bf5; /* Azul padrão - será sobrescrito */
    box-shadow: 0 10px 25px rgba(74, 123, 245, 0.1);
}

#box2 .options-container > input[type="radio"]:nth-of-type(1):checked + label {
    border-color: #10b981 !important;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15);
}

#box2 .options-container > input[type="radio"]:nth-of-type(2):checked + label {
    border-color: #a855f7 !important;
    box-shadow: 0 10px 25px rgba(168, 85, 247, 0.15);
}

#box2 .options-container > input[type="radio"]:nth-of-type(3):checked + label {
    border-color: #f59e0b !important;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.15);
}

#box2 .options-container > input[type="radio"]:nth-of-type(4):checked + label {
    border-color: #4a7bf5 !important;
    box-shadow: 0 10px 25px rgba(74, 123, 245, 0.15);
}

#box2 .options-container > input[type="radio"]:nth-of-type(5):checked + label {
    border-color: #06b6d4 !important;
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.15);
}

/* Variar cores quando selecionado na etapa 03 também */
/* Não aplicar cores variadas para opções indisponíveis */
#box3 .options-container > input[type="radio"]:not(:disabled):nth-of-type(1):checked + label {
    border-color: #10b981 !important; /* Verde para 12 meses */
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.15);
}

#box3 .options-container > input[type="radio"]:not(:disabled):nth-of-type(2):checked + label {
    border-color: #a855f7 !important; /* Roxo para 24 meses */
    box-shadow: 0 10px 25px rgba(168, 85, 247, 0.15);
}

#box3 .options-container > input[type="radio"]:not(:disabled):nth-of-type(3):checked + label {
    border-color: #f59e0b !important; /* Laranja para 36 meses */
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.15);
}

/* Hover variado para box3 */
/* Não aplicar cores variadas para opções indisponíveis */
#box3 .options-container > label:not(.disabled):nth-child(2):hover {
    border-color: #10b981 !important;
    background: #ecfdf5; /* Verde claro */
}

#box3 .options-container > label:not(.disabled):nth-child(4):hover {
    border-color: #a855f7 !important;
    background: #faf5ff; /* Roxo claro */
}

#box3 .options-container > label:not(.disabled):nth-child(6):hover {
    border-color: #f59e0b !important;
    background: #fffbeb; /* Laranja claro */
}

/* Labels desabilitados (opções indisponíveis) */
.certificate-box input[type="radio"]:disabled + label,
.certificate-box label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f7f7f7;
    border-color: #e0e0e0;
}

.certificate-box input[type="radio"]:disabled + label:hover,
.certificate-box label.disabled:hover {
    border-color: #e0e0e0;
    background: #f7f7f7;
    transform: none;
}

.certificate-box input[type="radio"]:disabled + label .validity-price,
.certificate-box label.disabled .validity-price {
    color: #a0aec0;
    font-size: 18px;
}

/* Grid de 3 colunas para box3 (validade) */
#box3 .options-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    grid-auto-rows: auto;
    overflow: visible; /* Permitir que badges saiam */
    padding-top: 15px; /* Espaço para badges no topo */
    margin-top: -15px; /* Compensar padding */
}

#box3 .options-container > input[type="radio"] {
    display: none;
}

#box3 .options-container > label {
    margin: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 320px; /* Aumentado para não cortar conteúdo */
    min-height: 320px;
    padding: 20px 15px;
    padding-top: 35px; /* Espaço extra no topo para o badge */
    padding-bottom: 20px; /* Espaço na parte inferior */
    position: relative; /* Para posicionar o badge absolutamente */
    overflow: visible; /* Permitir que o badge saia do card */
}

/* Validade específica */
.validity-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 12px;
    height: 100%;
}

.validity-info > i {
    color: #4a7bf5; /* Azul padrão - será sobrescrito */
}

/* Variar cores dos ícones de calendário na etapa 03 */
/* Como há inputs antes dos labels: input(1), label(2), input(3), label(4)... */
/* Não aplicar cores variadas para opções indisponíveis */
#box3 .options-container > label:not(.disabled):nth-child(2) .validity-info > i {
    color: #10b981 !important; /* Verde para 12 meses */
}

#box3 .options-container > label:not(.disabled):nth-child(4) .validity-info > i {
    color: #a855f7 !important; /* Roxo para 24 meses */
}

#box3 .options-container > label:not(.disabled):nth-child(6) .validity-info > i {
    color: #f59e0b !important; /* Laranja para 36 meses */
}

.validity-name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #1a2b4e;
}

.validity-price {
    font-size: 22px;
    font-weight: 800;
    color: #4a7bf5; /* Azul padrão - será sobrescrito por seletores específicos */
    text-align: center;
}

/* Variar cores dos preços na etapa 03 */
/* Como há inputs antes dos labels: input(1), label(2), input(3), label(4)... */
/* Não aplicar cores variadas para opções indisponíveis */
#box3 .options-container > label:not(.disabled):nth-child(2) .validity-price {
    color: #10b981 !important; /* Verde para 12 meses */
}

#box3 .options-container > label:not(.disabled):nth-child(4) .validity-price {
    color: #a855f7 !important; /* Roxo para 24 meses */
}

#box3 .options-container > label:not(.disabled):nth-child(6) .validity-price {
    color: #f59e0b !important; /* Laranja para 36 meses */
}

.validity-month-price {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
    margin-top: -4px;
}

.validity-economy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #e6f7ff;
    color: #4a7bf5; /* Azul padrão - será sobrescrito */
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
}

/* Variar cores do badge de economia */
/* Como há inputs antes dos labels: input(1), label(2), input(3), label(4)... */
/* Não aplicar cores variadas para opções indisponíveis */
#box3 .options-container > label:not(.disabled):nth-child(4) .validity-economy {
    background: #f3e8ff !important; /* Roxo claro */
    color: #a855f7 !important; /* Roxo */
}

#box3 .options-container > label:not(.disabled):nth-child(6) .validity-economy {
    background: #fef3c7 !important; /* Laranja claro */
    color: #f59e0b !important; /* Laranja */
}

.validity-economy i {
    font-size: 10px;
}

.validity-best {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff4e6;
    color: #f59e0b;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
    z-index: 10;
    white-space: nowrap;
}

.validity-best i {
    font-size: 10px;
}

.validity-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #38a169;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    width: 100%;
}

.validity-benefits i {
    font-size: 14px;
}

.validity-unavailable-msg {
    font-size: 12px;
    color: #a0aec0;
    margin-top: 8px;
    line-height: 1.4;
    text-align: center;
}

/* Botão voltar removido do options-container - agora está no rodapé do box */

/* Resumo (Sidebar) */
.summary-box {
    border: 3px solid #f0f0f0;
    padding: 40px;
    height: 550px !important; /* Reduzido de 650px */
    min-height: 550px;
    max-height: 550px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: none; /* Removida a sombra */
}

.summary-box h2 {
    font-size: 22px;
    border-bottom: 2px solid #f7fafc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.summary-details {
    flex-grow: 0; /* Removido flex-grow para diminuir o espaçamento */
}

.resumo-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; /* Reduzido de 15px */
    border-bottom: 1px solid #f7fafc;
}

.resumo-item-label {
    color: #a0aec0;
    font-size: 14px;
    font-weight: 500;
}

.resumo-item-value {
    color: #1a2b4e;
    font-weight: 700;
    text-align: right;
}

.resumo-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px dashed #edf2f7;
    margin-bottom: 20px;
    padding: 15px 0; /* Reduzido de 30px para 15px */
}

.resumo-total-label {
    font-size: 18px;
    font-weight: 700;
    color: #4a5568;
}

.resumo-total-value {
    font-size: 32px;
    font-weight: 900;
    color: #007aff;
}

.btn-finalizar {
    width: 100%;
    padding: 20px;
    background: #28a745; /* Verde solicitado */
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.2);
}

.btn-finalizar:hover:not(.disabled) {
    background: #218838; /* Verde mais escuro no hover */
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(40, 167, 69, 0.3);
}

.btn-finalizar.disabled,
.btn-finalizar:disabled {
    background: #cbd5e0;
    color: #a0aec0;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.btn-finalizar.disabled:hover,
.btn-finalizar:disabled:hover {
    background: #cbd5e0;
    transform: none;
    box-shadow: none;
}

/* Notificação de sucesso ao adicionar ao carrinho */
.security-footer {
    margin-top: 30px;
    text-align: center;
}

.seguranca-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: #cbd5e0;
    margin-bottom: 15px;
}

.links-container {
    font-size: 12px;
    color: #a0aec0;
}

.links-politica {
    color: #007aff;
    text-decoration: none;
    font-weight: 600;
}

.btn-voltar {
    background: #f7fafc;
    border: none;
    color: #718096;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 8px;
    width: fit-content;
    align-self: flex-start; /* Alinhado à esquerda */
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-voltar:hover {
    background: #edf2f7;
    color: #1a2b4e;
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
    .portabilidade-content {
        min-height: 500px;
    }
    
    .portabilidade-left {
        padding: 70px 50px 70px 60px;
    }
    
    .portabilidade-bg-icon {
        font-size: 280px;
        right: -60px;
    }
    
    .portabilidade-title {
        font-size: 44px;
    }
    
    .portabilidade-subtitle {
        font-size: 18px;
    }
}

/* Responsive - Mobile */
@media (max-width: 968px) {
    .secovi-portabilidade-section {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .secovi-portabilidade-section.secovi-section {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .portabilidade-content {
        flex-direction: column;
        min-height: auto;
    }
    
    .portabilidade-left {
        flex: 1;
        padding: 60px 40px;
        text-align: center;
        align-items: center;
    }
    
    .portabilidade-bg-icon {
        font-size: 120px;
        right: auto;
        left: 20px;
        top: 20px;
        transform: none;
        opacity: 0.4;
    }
    
    .portabilidade-badge {
        align-self: center;
        font-size: 11px;
        padding: 8px 20px;
    }
    
    .portabilidade-title {
        font-size: 36px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .portabilidade-subtitle {
        font-size: 17px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 35px;
    }
    
    .portabilidade-button {
        align-self: center;
        padding: 18px 40px;
        font-size: 15px;
    }
    
    .portabilidade-right {
        flex: 1;
        height: 450px;
        min-height: 450px;
        max-height: 450px;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
    }
    
    .portabilidade-image {
        height: 450px;
        width: 100%;
        display: block;
    }
    
    .portabilidade-img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    .secovi-vantagens-section {
        padding: 60px 0;
    }
    
    .vantagens-header {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .vantagens-navigation {
        align-self: flex-start;
    }
    
    .vantagens-carousel-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none !important;
        -ms-overflow-style: none;
        padding-bottom: 10px;
    }
    
    .vantagens-carousel-wrapper::-webkit-scrollbar {
        display: none !important;
    }
    
    .vantagens-grid {
        gap: 20px;
        width: max-content;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .vantagem-card {
        flex: 0 0 calc(100vw - 80px);
        min-width: calc(100vw - 80px);
        max-width: calc(100vw - 80px);
    }
    
    .vantagens-title {
        font-size: 28px;
    }
    
    .vantagem-card-title {
        font-size: 18px;
    }
    
    .vantagem-card-text {
        font-size: 14px;
    }

    .secovi-certificado-section {
        padding: 60px 0;
    }

    .certificate-section-header {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .certificate-main-title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .certificate-main-subtitle {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .certificate-progress-bar {
        max-width: 300px;
        gap: 6px;
    }
    
    .progress-segment {
        height: 6px;
    }

    .certificate-options {
        flex-direction: column;
        gap: 30px;
    }
    
    .certificate-column-right {
        flex: 1;
        position: static;
        height: auto;
        order: 2; /* Aparece depois das etapas no mobile */
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    
    /* Resumo não sticky no mobile */
    .page-produtos .certificate-column-right {
        position: static;
    }
    
    .certificate-column-left {
        order: 1; /* Etapas aparecem primeiro */
    }
    
    /* No mobile, box4 se comporta como uma etapa */
    #box4.summary-box {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Box4 escondido por padrão no mobile até ser ativado */
    #box4.summary-box.step-hidden {
        display: none !important;
    }
    
    /* Box4 visível quando for a etapa ativa no mobile */
    #box4.summary-box.step-visible {
        display: flex !important;
        flex-direction: column;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        padding: 25px 15px !important; /* Reduzido padding lateral para aproveitar mais espaço */
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }
    
    /* Ajustar container para box4 aproveitar mais espaço no mobile */
    .certificate-column-right #box4.summary-box.step-visible {
        margin: 0 auto; /* Centralizar */
        width: 100%; /* Usar 100% da coluna que já está com max-width reduzido */
        padding: 25px 20px; /* Padding interno */
    }
    
    /* Botão voltar do box4 - visível apenas no mobile */
    #box4.summary-box.step-visible .btn-voltar-box4 {
        display: block !important;
        margin-top: 15px;
        margin-bottom: 0;
        width: 100%;
        align-self: center;
    }
    
    /* Reduzir largura do summary-details e resumo-total no mobile */
    #box4.summary-box.step-visible .summary-details {
        width: 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #box4.summary-box.step-visible .resumo-total {
        width: 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Reduzir tamanho do resumo-total-value no mobile */
    #box4.summary-box.step-visible .resumo-total-value {
        font-size: 24px;
    }
    
    /* No desktop, esconder botão voltar do box4 */
    @media (min-width: 969px) {
        .btn-voltar-box4 {
            display: none !important;
        }
    }
    
    .certificates-grid-container {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        flex: 1;
        min-height: 0;
        max-height: calc(550px - 60px - 100px); /* Altura total (550px) - padding (30px top + 30px bottom) - header (~100px) */
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centralizar verticalmente */
        align-items: center; /* Centralizar horizontalmente */
    }

    .certificates-grid-container::-webkit-scrollbar {
        display: none !important; /* Chrome, Safari, Opera */
    }

    .certificates-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 12px; /* Reduzido ainda mais para caber dentro da caixa */
        padding-bottom: 5px;
        height: auto;
        width: 100%; /* Garantir largura total */
    }

    .certificates-grid > input[type="radio"] {
        display: none;
    }

    .certificates-grid > label {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin: 0;
    }

    .certificate-box {
        padding: 30px;
        border-radius: 12px;
        overflow: hidden; /* Esconder overflow para manter conteúdo dentro da caixa */
    }
    
    /* Restaurar altura fixa no mobile para certificate-box.step-visible */
    .certificate-box.step-visible {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
        overflow: hidden; /* Esconder overflow para não sobrepor */
    }
    
    /* Garantir que box1 também mantenha a altura no mobile */
    #box1.certificate-box.step-visible {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
        overflow: hidden; /* Esconder overflow */
    }
    
    /* Reduzir padding do box3 no mobile para economizar espaço */
    #box3.certificate-box.step-visible {
        padding: 20px 25px !important; /* Reduzido de 30px para economizar espaço vertical */
    }
    
    /* Garantir que box2 tenha o mesmo padding do box3 no mobile para alinhar botão */
    #box2.certificate-box.step-visible {
        padding: 20px 25px !important; /* Mesmo padding do box3 para alinhar botão no rodapé */
    }
    
    /* Garantir que box3 não corte badges no mobile */
    #box3 {
        overflow: hidden; /* Mudado de visible para hidden para evitar scroll */
    }
    
    /* Botão voltar como footer no mobile - mesmo espaçamento do desktop */
    /* Botão voltar como footer no mobile - mesmo espaçamento do desktop */
    .certificate-box.step-visible > .btn-voltar {
        margin-top: 30px !important; /* Mesmo espaçamento do desktop */
        align-self: center;
        border-top: 1px solid #f0f0f0 !important; /* Linha separadora */
        padding-top: 30px !important; /* Mesmo espaçamento do desktop */
        width: 100% !important;
        flex-shrink: 0; /* Não encolher */
    }
    
    /* Garantir que box2 tenha o mesmo comportamento do box3 no mobile */
    #box2.step-visible > .btn-voltar,
    #box3.step-visible > .btn-voltar {
        margin-top: 30px !important; /* Mesmo espaçamento do desktop */
        align-self: center !important;
        border-top: 1px solid #f0f0f0 !important;
        padding-top: 30px !important; /* Mesmo espaçamento do desktop */
        width: 100% !important;
        flex-shrink: 0 !important;
    }
    
    /* Remover padding-bottom dos containers no mobile - o footer cuida do espaçamento */
    .options-container {
        padding-bottom: 0 !important;
    }
    
    .certificates-grid-container {
        padding-bottom: 0 !important;
    }

    /* Ajustes específicos para box1 no mobile */
    #box1 label {
        padding: 20px 15px; /* Reduzido padding para caber melhor */
        gap: 0px; /* Gap zerado */
        min-height: auto;
        max-height: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .certificate-header {
        gap: 15px;
        margin-bottom: 20px;
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .certificate-title {
        font-size: 18px;
    }

    .certificate-subtitle {
        font-size: 13px;
    }

    /* Mostrar features no box1, mas ocultar título e diminuir textos */
    #box1 .certificate-features {
        display: block !important;
        padding: 10px;
        margin-top: 10px;
    }

    #box1 .certificate-features strong {
        display: none !important; /* Ocultar título "Recursos" */
    }

    #box1 .feature-item {
        display: flex !important;
        font-size: 9px;
        gap: 6px;
        margin-bottom: 4px;
    }

    #box1 .feature-item i {
        display: inline-block !important;
        font-size: 10px;
    }
    
    /* Ocultar features nos outros boxes */
    #box2 .certificate-features,
    #box3 .certificate-features {
        display: none !important;
    }

    /* Ajustes específicos para box3 (validade) no mobile - 1 coluna com 3 linhas sem scroll */
    #box3 .options-container {
        display: grid;
        grid-template-columns: 1fr; /* Uma coluna */
        grid-template-rows: repeat(3, 1fr); /* 3 linhas com altura igual */
        gap: 6px; /* Reduzido ainda mais para caber sem scroll */
        overflow-x: hidden;
        overflow-y: hidden; /* Sem scroll vertical */
        padding-bottom: 0;
        padding-top: 5px; /* Reduzido espaço no topo */
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        flex: 1;
        min-height: 0;
        max-height: calc(550px - 40px - 65px); /* Altura box (550px) - padding reduzido (40px: 20px top + 20px bottom) - header reduzido (65px) */
        height: calc(550px - 40px - 65px);
    }

    #box3 .options-container::-webkit-scrollbar {
        display: none !important; /* Chrome, Safari, Opera */
    }

    #box3 .options-container > input[type="radio"] {
        display: none;
    }

    #box3 .options-container > label {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin: 0;
        height: 100%;
        min-height: 0;
        max-height: 100%;
        padding: 10px 12px; /* Padding ajustado */
        padding-top: 20px; /* Reduzido espaço para badge */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #box3 .validity-info {
        gap: 0;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    /* Container esquerdo: ícone em cima do texto */
    /* Wrapper para ícone + texto à esquerda */
    #box3 .validity-info-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 auto;
    }

    /* Container esquerdo: ícone em cima do texto */
    #box3 .validity-info-left > i {
        font-size: 42px !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
        display: block !important;
        text-align: center !important;
    }

    #box3 .validity-info-left .validity-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0;
        text-align: center;
    }

    /* Container direito: preços */
    #box3 .validity-info > .validity-price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    #box3 .validity-price {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 2px;
        text-align: right;
    }

    #box3 .validity-month-price {
        font-size: 11px;
        margin-bottom: 0;
        text-align: right;
    }

    /* Ocultar badges e benefits no mobile */
    #box3 .validity-economy,
    #box3 .validity-best,
    #box3 .validity-benefits {
        display: none !important;
    }

    /* Ajustar cores dos ícones no mobile usando o novo wrapper */
    #box3 .options-container > label:not(.disabled):nth-child(2) .validity-info-left > i {
        color: #10b981 !important; /* Verde para 12 meses */
    }

    #box3 .options-container > label:not(.disabled):nth-child(4) .validity-info-left > i {
        color: #a855f7 !important; /* Roxo para 24 meses */
    }

    #box3 .options-container > label:not(.disabled):nth-child(6) .validity-info-left > i {
        color: #f59e0b !important; /* Laranja para 36 meses */
    }

    #box3 .validity-economy,
    #box3 .validity-best {
        font-size: 9px; /* Reduzido de 10px */
        padding: 3px 6px; /* Reduzido padding */
        margin-top: 4px;
    }

    .validity-benefits {
        display: none !important; /* Ocultar validity-benefits no mobile */
    }
    
    .validity-unavailable-msg {
        display: none !important; /* Ocultar validity-unavailable-msg no mobile */
    }

    #box3 .options-container > .btn-voltar {
        display: none; /* Botão será adicionado no rodapé do box */
    }
    
    /* Garantir que box2 também tenha o botão no rodapé */
    #box2 .options-container > .btn-voltar {
        display: none; /* Botão será adicionado no rodapé do box */
    }

    /* Ajustes específicos para box2 (dispositivos) no mobile - 1 coluna com 5 linhas */
    #box2 .options-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 8px;
        overflow: hidden; /* Sem rolagem */
        padding-bottom: 0;
        padding-top: 0;
        margin: 0;
        flex: 1;
        min-height: 0;
        max-height: calc(550px - 40px - 65px - 70px); /* Altura box - padding - header - espaço para botão */
        height: calc(550px - 40px - 65px - 70px); /* Altura fixa descontando espaço para o botão no rodapé */
    }

    #box2 .options-container > input[type="radio"] {
        display: none;
    }

    #box2 .options-container > label {
        margin: 0;
        padding: 12px 12px;
        gap: 10px;
        font-size: 13px;
        min-height: 55px;
        height: auto;
        display: flex;
        align-items: center;
    }

    #box2 .options-container > label.full-width {
        grid-column: 1; /* Não precisa mais de span 2 em 1 coluna */
    }

    /* Ocultar itens além da 5ª posição (5 linhas) */
    #box2 .options-container > label:nth-child(n+11) {
        display: none;
    }

    .device-icon-wrapper {
        width: 32px;
        height: 32px;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .device-icon-wrapper i {
        font-size: 14px;
    }

    /* Botão voltar agora está no rodapé do box, não mais no container */

    .step-watermark {
        font-size: 3.5rem; /* Reduzido para mobile */
    }

    /* Layout lado a lado no mobile também */
    .step-header {
        flex-direction: row;
        gap: 12px; /* Reduzido de 20px para aproximar no mobile */
        align-items: flex-start;
        margin-bottom: 20px; /* Reduzido de 40px para economizar espaço */
    }

    .step-number-block {
        width: 90px;
        height: auto;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .step-text-block {
        text-align: left;
    }

    .step-text-block h2 {
        font-size: 17px; /* Reduzido de 18px */
        line-height: 1.2;
    }

    .step-text-block p {
        font-size: 12px; /* Reduzido de 13px */
        line-height: 1.3;
        margin-top: 2px;
    }
    
    /* Ajustes específicos para box3 no mobile - reduzir header */
    #box3 .step-header {
        margin-bottom: 15px; /* Ainda mais reduzido para box3 */
    }
    
    #box3 .step-text-block h2 {
        font-size: 16px;
    }
    
    #box3 .step-text-block p {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    /* Reduzir padding do box3 no mobile pequeno também */
    #box3.certificate-box.step-visible {
        padding: 18px 20px !important; /* Reduzido ainda mais no mobile pequeno */
    }
    
    /* Garantir que box2 tenha o mesmo padding do box3 no mobile pequeno */
    #box2.certificate-box.step-visible {
        padding: 18px 20px !important; /* Mesmo padding do box3 para alinhar botão no rodapé */
    }
    
    .certificate-section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .certificate-main-title {
        font-size: 18px;
        margin-bottom: 6px;
        letter-spacing: -0.3px;
    }

    .certificate-main-subtitle {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .certificate-progress-bar {
        max-width: 250px;
        gap: 5px;
    }
    
    .progress-segment {
        height: 5px;
    }
    
    /* Restaurar altura fixa no mobile pequeno também */
    .certificate-box.step-visible {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
        overflow: hidden !important; /* Esconder overflow no mobile pequeno */
    }
    
    /* Garantir que box1 também mantenha a altura no mobile pequeno */
    #box1.certificate-box.step-visible {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
        overflow: hidden !important; /* Esconder overflow */
    }
    
    /* Ajustar altura do certificates-grid-container no mobile pequeno */
    #box1 .certificates-grid-container {
        max-height: calc(550px - 60px - 85px) !important; /* Altura do box - padding (30px top + 30px bottom) - header (~85px no mobile pequeno) */
        overflow-y: auto;
        justify-content: center !important; /* Centralizar verticalmente */
        align-items: center !important; /* Centralizar horizontalmente */
    }

    /* Ajustes adicionais para box1 em mobile pequeno */
    #box1 label {
        padding: 18px 12px; /* Reduzido padding ainda mais no mobile pequeno */
        gap: 0px; /* Gap zerado */
        min-height: auto; /* Removido min-height fixo */
        max-height: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .certificate-header {
        gap: 14px;
        margin-bottom: 18px;
    }

    .certificate-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .certificate-title {
        font-size: 17px;
    }

    .certificate-subtitle {
        font-size: 12px;
    }

    /* Mostrar features no box1 no mobile pequeno também */
    #box1 .certificate-features {
        display: block !important;
        padding: 8px;
        margin-top: 8px;
    }

    #box1 .certificate-features strong {
        display: none !important; /* Ocultar título "Recursos" */
    }

    #box1 .feature-item {
        display: flex !important;
        font-size: 8px;
        gap: 5px;
        margin-bottom: 3px;
    }

    #box1 .feature-item i {
        display: inline-block !important;
        font-size: 9px;
    }
    
    /* Ocultar features nos outros boxes */
    #box2 .certificate-features,
    #box3 .certificate-features {
        display: none !important;
    }

    /* Ajustes adicionais para step-text-block em mobile pequeno */
    .step-text-block h2 {
        font-size: 16px;
    }

    .step-text-block p {
        font-size: 12px;
        line-height: 1.3;
    }

    /* Ajustes adicionais para box2 em mobile pequeno */
    #box2 .options-container {
        grid-template-columns: 1fr !important;
        grid-template-rows: repeat(5, auto) !important;
        gap: 6px !important;
        max-height: calc(550px - 36px - 55px) !important; /* Mesma altura do box3 para alinhar botão no rodapé */
        height: calc(550px - 36px - 55px) !important; /* Altura fixa para garantir que o botão fique no rodapé */
        flex: 1 !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #box2 .options-container > label {
        padding: 11px 10px;
        gap: 8px;
        font-size: 12px;
        min-height: 52px;
        height: auto;
        display: flex;
        align-items: center;
    }

    .device-icon-wrapper {
        width: 30px;
        height: 30px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .device-icon-wrapper i {
        font-size: 13px;
    }

    /* Ajustes adicionais para box3 em mobile pequeno - 1 coluna com 3 linhas sem scroll */
    #box3 .options-container {
        display: grid !important;
        grid-template-columns: 1fr !important; /* Uma coluna */
        grid-template-rows: repeat(3, 1fr) !important; /* 3 linhas com altura igual */
        gap: 5px !important; /* Reduzido ainda mais */
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3px !important;
        padding-bottom: 0 !important;
        max-height: calc(550px - 36px - 55px) !important; /* Altura box (550px) - padding reduzido (36px: 18px top + 18px bottom) - header menor (55px) */
        height: calc(550px - 36px - 55px) !important;
    }
    
    #box3 .options-container > label {
        width: 100% !important;
        min-width: auto !important;
        max-width: 100% !important;
        flex: none !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: 100% !important;
        padding: 8px 10px !important;
        padding-top: 18px !important; /* Reduzido espaço para badge */
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    #box3 .validity-info {
        gap: 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    /* Container esquerdo: ícone em cima do texto no mobile pequeno */
    #box3 .validity-info-left {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex: 0 0 auto !important;
    }

    #box3 .validity-info-left > i {
        font-size: 38px !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    #box3 .validity-info-left .validity-name {
        font-size: 13px !important;
        line-height: 1.2;
        text-align: center !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }

    #box3 .validity-info > .validity-price-wrapper {
        flex-shrink: 0;
        margin-left: auto;
    }

    #box3 .validity-info > .validity-price-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        text-align: right !important;
    }

    #box3 .validity-price {
        font-size: 15px !important;
        line-height: 1.2;
        text-align: right !important;
        margin-bottom: 2px !important;
    }

    #box3 .validity-month-price {
        font-size: 10px !important;
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    /* Ocultar badges e benefits no mobile pequeno */
    #box3 .validity-economy,
    #box3 .validity-best,
    #box3 .validity-benefits {
        display: none !important;
    }

    /* Ajustar cores dos ícones no mobile pequeno usando o novo wrapper */
    #box3 .options-container > label:not(.disabled):nth-child(2) .validity-info-left > i {
        color: #10b981 !important; /* Verde para 12 meses */
    }

    #box3 .options-container > label:not(.disabled):nth-child(4) .validity-info-left > i {
        color: #a855f7 !important; /* Roxo para 24 meses */
    }

    #box3 .options-container > label:not(.disabled):nth-child(6) .validity-info-left > i {
        color: #f59e0b !important; /* Laranja para 36 meses */
    }

    #box3 .validity-month-price {
        font-size: 10px !important;
    }

    #box3 .validity-economy,
    #box3 .validity-best {
        font-size: 8px !important;
        padding: 2px 5px !important;
    }

    .validity-benefits {
        display: none !important; /* Ocultar validity-benefits no mobile pequeno também */
    }
    
    .validity-unavailable-msg {
        display: none !important; /* Ocultar validity-unavailable-msg no mobile pequeno também */
    }
    
    /* Botão voltar como footer no mobile pequeno */
    /* Botão voltar como footer no mobile pequeno - mesmo espaçamento do desktop */
    .certificate-box.step-visible > .btn-voltar {
        margin-top: auto !important; /* Empurrar para o rodapé */
        align-self: center;
        margin-top: 30px !important; /* Mesmo espaçamento do desktop - sobrescreve o auto */
        border-top: 1px solid #f0f0f0 !important; /* Linha separadora */
        padding-top: 30px !important; /* Mesmo espaçamento do desktop */
        width: 100% !important;
        flex-shrink: 0 !important;
    }
    
    /* Garantir que box2 tenha o mesmo comportamento do box3 no mobile pequeno */
    #box2.step-visible > .btn-voltar,
    #box3.step-visible > .btn-voltar {
        margin-top: auto !important; /* Empurrar para o rodapé */
        align-self: center !important;
        margin-top: 30px !important; /* Mesmo espaçamento do desktop - sobrescreve o auto */
        border-top: 1px solid #f0f0f0 !important;
        padding-top: 30px !important; /* Mesmo espaçamento do desktop */
        width: 100% !important;
        flex-shrink: 0 !important;
    }
    
    /* Remover padding-bottom dos containers no mobile pequeno */
    .options-container {
        padding-bottom: 0 !important;
    }
    
    .certificates-grid-container {
        padding-bottom: 0 !important;
    }
    
    /* Reduzir ainda mais o header no mobile pequeno */
    #box3 .step-header {
        margin-bottom: 12px !important;
    }
    
    #box3 .step-text-block h2 {
        font-size: 15px !important;
        line-height: 1.2;
    }
    
    #box3 .step-text-block p {
        font-size: 10px !important;
        line-height: 1.2;
    }

    .validity-best {
        font-size: 10px;
        padding: 4px 10px;
    }
    
    /* Ajustes adicionais para summary no mobile pequeno */
    #box4.summary-box.step-visible .summary-details {
        width: 85%;
        max-width: 85%;
    }
    
    #box4.summary-box.step-visible .resumo-total {
        width: 85%;
        max-width: 85%;
    }
    
    #box4.summary-box.step-visible .resumo-total-value {
        font-size: 22px;
    }
    
    /* Ajustes para portabilidade no mobile pequeno */
    .portabilidade-left {
        padding: 50px 25px;
    }
    
    .portabilidade-bg-icon {
        font-size: 100px;
        right: auto;
        left: 15px;
        top: 15px;
        transform: none;
        opacity: 0.35;
    }
    
    .portabilidade-badge {
        font-size: 10px;
        padding: 8px 18px;
        margin-bottom: 25px;
    }
    
    .portabilidade-title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    
    .portabilidade-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .portabilidade-button {
        padding: 16px 35px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    
    .portabilidade-right {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
    }
    
    .portabilidade-image {
        height: 400px;
    }
    
    .portabilidade-img {
        height: 400px;
    }
}

/* ========================================
   Seção Produtos/Linha Exclusiva
   ======================================== */

.secovi-produtos-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a2b4e 0%, #2d4a7a 100%);
    overflow: hidden;
    position: relative;
}

.secovi-produtos-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(72, 121, 242, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(72, 121, 242, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.produtos-modern-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.produto-modern-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    background: transparent;
}

.produto-modern-item:last-child {
    border-bottom: none;
}

.produto-modern-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4879f2 0%, #3667e0 100%);
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top;
}

.produto-modern-item:hover {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 60px;
    padding-right: 60px;
}

.produto-modern-item:hover::before {
    transform: scaleY(1);
}

.produto-modern-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(72, 121, 242, 0.15);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.produto-modern-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #4879f2 0%, #3667e0 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.produto-modern-icon i {
    font-size: 32px;
    color: #4879f2;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.produto-modern-item:hover .produto-modern-icon {
    background: transparent;
    transform: scale(1.1) rotate(5deg);
}

.produto-modern-item:hover .produto-modern-icon::before {
    opacity: 1;
}

.produto-modern-item:hover .produto-modern-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.produto-modern-content {
    flex: 1;
    min-width: 0;
}

.produto-modern-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.produto-modern-item:hover .produto-modern-title {
    color: #4879f2;
    transform: translateX(5px);
}

.produto-modern-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.produto-modern-item:hover .produto-modern-description {
    color: rgba(255, 255, 255, 0.95);
}


/* Responsive - Tablet */
@media (max-width: 1024px) {
    .secovi-produtos-section {
        padding: 80px 0;
    }
    
    .produto-modern-item {
        padding: 35px 40px;
        gap: 25px;
    }
    
    .produto-modern-item:hover {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .produto-modern-icon {
        width: 60px;
        height: 60px;
    }
    
    .produto-modern-icon i {
        font-size: 28px;
    }
    
    .produto-modern-title {
        font-size: 24px;
    }
    
    .produto-modern-description {
        font-size: 15px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .secovi-produtos-section {
        padding: 60px 0;
    }
    
    .produtos-modern-wrapper {
        gap: 0;
    }
    
    .produto-modern-item {
        padding: 30px 25px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .produto-modern-item:hover {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .produto-modern-item::before {
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 4px;
        transform: scaleX(0);
        transform-origin: left;
    }
    
    .produto-modern-item:hover::before {
        transform: scaleX(1);
    }
    
    .produto-modern-icon {
        width: 55px;
        height: 55px;
    }
    
    .produto-modern-icon i {
        font-size: 24px;
    }
    
    .produto-modern-content {
        width: 100%;
    }
    
    .produto-modern-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .produto-modern-item:hover .produto-modern-title {
        transform: translateX(0);
    }
    
    .produto-modern-description {
        font-size: 14px;
    }
    
}

/* Responsive - Mobile Pequeno */
@media (max-width: 480px) {
    .secovi-produtos-section {
        padding: 50px 0;
    }
    
    .produto-modern-item {
        padding: 25px 20px;
        gap: 18px;
    }
    
    .produto-modern-item:hover {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .produto-modern-icon {
        width: 50px;
        height: 50px;
    }
    
    .produto-modern-icon i {
        font-size: 22px;
    }
    
    .produto-modern-title {
        font-size: 20px;
    }
    
    .produto-modern-description {
        font-size: 13px;
    }
    
}

/* ========================================
   Seção Mapa/Localização
   ======================================== */

.secovi-mapa-section {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

.mapa-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #e8ecf0;
}

.mapa-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
    .mapa-wrapper {
        height: 350px;
    }
}

/* Responsive - Mobile */
@media (max-width: 968px) {
    .mapa-wrapper {
        height: 300px;
    }
}

/* Responsive - Mobile Pequeno */
@media (max-width: 480px) {
    .mapa-wrapper {
        height: 280px;
    }
}

/* ========================================
   Sistema de Notificações
   ======================================== */

#secovi-notifications-container {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999999; /* Aumentado para garantir sobreposição */
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 480px; /* Aumentado levemente */
    width: auto;
    min-width: 300px;
    pointer-events: none;
}

.secovi-notification {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    opacity: 0;
    transform: translateX(50px) translateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: all;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 70px;
    min-width: 320px; /* Garante que não fique muito pequena */
}

.secovi-notification.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.notification-icon {
    font-size: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.notification-message {
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
    font-weight: 500;
    color: #1a2b4e;
    word-break: break-word;
    margin-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-message ul {
    margin: 6px 0 0 20px;
    padding: 0;
    list-style-type: disc;
}

.notification-message li {
    margin-bottom: 4px;
}

.notification-message a {
    color: inherit;
    text-decoration: underline;
    font-weight: 700;
    transition: opacity 0.2s ease;
}

.notification-message a:hover {
    opacity: 0.7;
}

.notification-action-btn {
    background: #ffffff;
    color: #1a2b4e;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 1px solid #e2e8f0;
    margin-left: auto;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.notification-action-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e0;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.notification-close {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
    opacity: 0.6;
}

.notification-close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #475569;
    opacity: 1;
}

.notification-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    transform-origin: left;
    border-radius: 0 0 0 12px;
}

/* Cores específicas por tipo */
.secovi-notification-success {
    background: #f0fdf4;
    border-left: 6px solid #10b981;
}

.secovi-notification-success .notification-icon {
    color: #10b981;
    background: #ffffff;
}

.secovi-notification-warning {
    background: #fffbeb;
    border-left: 6px solid #f59e0b;
}

.secovi-notification-warning .notification-icon {
    color: #f59e0b;
    background: #ffffff;
}

.secovi-notification-info {
    background: #eff6ff;
    border-left: 6px solid #3b82f6;
}

.secovi-notification-info .notification-icon {
    color: #3b82f6;
    background: #ffffff;
}

.secovi-notification-error {
    background: #fef2f2;
    border-left: 6px solid #ef4444;
}

.secovi-notification-error .notification-icon {
    color: #ef4444;
    background: #ffffff;
}

/* Ocultar avisos originais interceptados pelo JS */
.secovi-hidden-notice {
    display: none !important;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    #secovi-notifications-container {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        gap: 10px;
    }
    
    .secovi-notification {
        padding: 18px 20px;
        transform: translateY(-50px);
        gap: 14px;
        min-height: 70px;
    }
    
    .secovi-notification.show {
        transform: translateY(0);
    }
    
    .notification-content {
        gap: 14px;
        flex-wrap: nowrap; /* Manter ícone e texto na mesma linha */
    }
    
    .notification-icon {
        font-size: 16px;
        width: 32px;
        height: 32px;
    }
    
    .notification-message {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .notification-action-btn {
        padding: 10px 16px;
        font-size: 12px;
        width: auto;
        text-align: center;
        margin-top: 0;
        margin-left: 10px;
    }
    
    .notification-close {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/* Responsive - Mobile Pequeno */
@media (max-width: 480px) {
    #secovi-notifications-container {
        top: 5px;
        right: 5px;
        left: 5px;
        gap: 8px;
    }
    
    .secovi-notification {
        padding: 15px 18px;
        transform: translateY(-50px);
        gap: 14px;
        min-height: 65px;
        min-width: 0; /* Remover min-width no mobile pequeno */
        width: 100%;
    }
    
    .notification-content {
        gap: 12px;
    }
    
    .notification-icon {
        font-size: 14px;
        width: 28px;
        height: 28px;
    }
    
    .notification-message {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .notification-action-btn {
        padding: 8px 12px;
        font-size: 11px;
        margin-left: 5px;
    }
    
    .notification-close {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
}

/* ============================================
   Produtos Complementares dentro do Certificate Box
   ============================================ */

.produtos-complementares-box {
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    padding-bottom: 20px !important;
}

.produtos-complementares-grid-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.produtos-complementares-box .produto-complementar-card {
    max-width: 100%;
    margin: 0;
}

/* ============================================
   Seção Por que escolher a CertDigi?
   ============================================ */

.certdigi-title-box {
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    padding: 30px 45px !important;
}

.certdigi-title-box .step-header {
    text-align: center;
    margin-bottom: 0;
}

.certdigi-title-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b4e;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.certdigi-benefits-box {
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    padding-top: 20px !important;
}

.certdigi-logo {
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
    max-width: 180px !important;
    vertical-align: baseline;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(15%) sepia(30%) saturate(2000%) hue-rotate(200deg) brightness(0.3) contrast(1.2);
    object-fit: contain;
    margin-left: 8px;
}

.certdigi-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.certdigi-benefit-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certdigi-benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e6f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.certdigi-benefit-icon i {
    font-size: 32px;
    color: #1a2b4e;
}

.certdigi-benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 10px;
    line-height: 1.3;
}

.certdigi-benefit-subtitle {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .certdigi-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .certdigi-benefit-icon {
        width: 70px;
        height: 70px;
    }
    
    .certdigi-benefit-icon i {
        font-size: 28px;
    }
    
    .certdigi-benefit-title {
        font-size: 16px;
    }
    
    .certdigi-benefit-subtitle {
        font-size: 13px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .certdigi-title-box {
        padding: 25px 20px !important;
    }
    
    .certdigi-title-box h2 {
        font-size: 24px;
    }
    
    .certdigi-benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .certdigi-benefit-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .certdigi-benefit-icon i {
        font-size: 28px;
    }
    
    .certdigi-benefit-title {
        font-size: 16px;
    }
    
    .certdigi-benefit-subtitle {
        font-size: 13px;
    }
}

.produtos-complementares-header {
    text-align: center;
    margin-bottom: 40px;
}

.produtos-complementares-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.produtos-complementares-title i {
    font-size: 1.8rem;
    color: #2c3e50;
}

.produtos-complementares-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.produtos-complementares-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.produto-complementar-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.produto-complementar-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.produto-complementar-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.produto-complementar-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.produto-complementar-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.3;
}

.produto-complementar-description {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: 10px;
    flex-grow: 1;
}

.produto-complementar-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.produto-complementar-price .woocommerce-Price-amount {
    color: #2c3e50;
}

.produto-complementar-quantity {
    display: flex !important;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    border: 1.5px solid #e0e0e0;
    border-radius: 5px;
    padding: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-height: 32px;
    box-sizing: border-box;
    overflow: hidden;
}

.qty-btn {
    flex: 1 1 0;
    min-width: 28px;
    max-width: none;
    height: 32px;
    border: none;
    background: #2c3e50;
    color: #fff;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    line-height: 1;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.qty-btn.qty-minus {
    border-radius: 5px 0 0 5px;
    flex: 1 1 0;
}

.qty-btn.qty-plus {
    border-radius: 0 5px 5px 0;
    flex: 1 1 0;
}

.qty-btn:hover {
    background: #233342;
}

.qty-btn:active {
    transform: scale(0.95);
}

.qty-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.qty-input {
    flex: 0 0 60px;
    min-width: 60px;
    max-width: 60px;
    height: 32px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    background: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
    box-sizing: border-box;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .secovi-produtos-complementares-section {
        padding: 50px 0;
    }
    
    .produtos-complementares-title {
        font-size: 1.75rem;
    }
    
    .produtos-complementares-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 16px;
    }
    
    .produto-complementar-card {
        max-width: 180px;
    }
}

/* Responsive - Tablet e Mobile para produtos complementares */
@media (max-width: 968px) {
    .produtos-complementares-grid-inline {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 14px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    #box5.produtos-complementares-box {
        padding: 15px 20px 5px 20px !important;
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
    }
    
    #box5.produtos-complementares-box .step-header {
        margin-bottom: 10px;
    }
    
    #box5.produtos-complementares-box h2 {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    
    #box5.produtos-complementares-box p {
        font-size: 0.85rem;
        margin-bottom: 0;
        line-height: 1.4;
    }
    
    .produtos-complementares-grid-inline {
        display: flex;
        flex-direction: row;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        padding-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }
    
    .produtos-complementares-grid-inline::-webkit-scrollbar {
        height: 6px;
    }
    
    .produtos-complementares-grid-inline::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 3px;
    }
    
    .produtos-complementares-grid-inline::-webkit-scrollbar-thumb {
        background: #2c3e50;
        border-radius: 3px;
    }
    
    .produtos-complementares-box .produto-complementar-card {
        flex: 0 0 200px;
        min-width: 200px;
        max-width: 200px;
        scroll-snap-align: start;
    }
    
    .produto-complementar-image {
        height: 100px;
    }
    
    .produto-complementar-content {
        padding: 10px;
    }
    
    .produto-complementar-title {
        font-size: 0.85rem;
    }
    
    .produto-complementar-description {
        font-size: 0.65rem;
    }
    
    .produto-complementar-price {
        font-size: 0.95rem;
    }
    
    .qty-btn {
        height: 30px;
        font-size: 0.9rem;
    }
    
    .qty-input {
        flex: 0 0 70px;
        min-width: 70px;
        max-width: 70px;
        height: 30px;
        font-size: 0.85rem;
    }
    
    .qty-btn {
        min-width: 20px;
        flex: 0 0 20px;
    }
}

/* ============================================
   Seção Depoimentos
   ============================================ */

.secovi-depoimentos-section {
    padding: 80px 0;
    background: #ffffff;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.depoimento-card {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.depoimento-stars {
    color: #fbbf24;
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
}

.depoimento-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

.depoimento-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.depoimento-author strong {
    font-size: 16px;
    color: #1a2b4e;
    font-weight: 600;
}

.depoimento-author span {
    font-size: 14px;
    color: #718096;
}

/* ============================================
   Seção Segurança
   ============================================ */

.secovi-seguranca-section {
    padding: 80px 0;
    background: #1a2b4e;
}

.seguranca-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.seguranca-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.seguranca-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seguranca-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #ffffff;
}

.seguranca-item i {
    color: #10b981;
    font-size: 20px;
    flex-shrink: 0;
}

/* ============================================
   Seção FAQ
   ============================================ */

.secovi-faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.secovi-faq-section .container {
    padding: 0 20px;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2b4e;
    text-align: left;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.faq-item {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    margin-bottom: 20px;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1a2b4e;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question i {
    color: #007aff;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 25px 25px 25px;
    padding-bottom: 25px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.faq-answer p {
    margin: 0;
}

.faq-item.active .faq-answer {
    padding: 0 0 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.faq-contact {
    background: #e6f2ff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-contact-text {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b4e;
    margin-bottom: 10px;
}

.faq-contact-info {
    font-size: 16px;
    color: #4879f2;
    margin: 0;
    line-height: 1.8;
}

.faq-contact-info a {
    color: #4879f2;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.faq-contact-info a:hover {
    text-decoration: underline;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .depoimentos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .seguranca-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .seguranca-title,
    .faq-title {
        font-size: 28px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .secovi-depoimentos-section,
    .secovi-seguranca-section,
    .secovi-faq-section {
        padding: 60px 0;
    }
    
    .secovi-faq-section .container {
        padding: 0 15px;
    }
    
    .faq-title {
        font-size: 24px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .faq-list {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }
    
    .faq-answer {
        padding: 0 20px 22px 20px;
        padding-bottom: 22px;
        font-size: 14px;
    }
    
    .faq-contact {
        padding: 25px 20px;
        margin: 20px 15px 0;
    }
    
    .depoimentos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .depoimento-card {
        padding: 25px;
    }
    
    .seguranca-grid {
        gap: 25px;
    }
    
    .faq-contact-text {
        font-size: 16px;
    }
    
    .faq-contact-whatsapp {
        font-size: 14px;
    }
}

/* ============================================
   Página de Suporte
   ============================================ */

.secovi-suporte-section {
    padding: 0;
    background: #f8fafc;
}

/* Hero Section com Background */
.suporte-hero {
    background-image: url('/wp-content/uploads/2025/02/background-suporte.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.suporte-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 43, 78, 0.3);
    z-index: 1;
}

.suporte-hero .container {
    position: relative;
    z-index: 2;
}

.suporte-hero > .container:first-child {
    margin-top: 40px;
}

.suporte-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 500px;
}

.suporte-hero-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.suporte-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suporte-hero-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    max-width: 550px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}

.suporte-hero-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 25px;
    margin-top: 0;
}

.suporte-hero-text {
    margin-bottom: 25px;
}

.suporte-hero-text p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.suporte-hero-text p:last-child {
    margin-bottom: 0;
}

.suporte-hero-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #f0f7ff;
    border-radius: 8px;
}

.suporte-help-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.suporte-hero-help i {
    color: #4a7bf5;
    font-size: 20px;
}

.suporte-hero-help span {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b4e;
}

.suporte-help-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.suporte-help-right .suporte-logo-item {
    margin-bottom: 0;
}

.suporte-help-right .suporte-logo-item span {
    display: none;
}

.suporte-hero-logos {
    display: flex;
    gap: 20px;
    align-items: center;
}

.suporte-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.suporte-logo-item:hover {
    transform: scale(1.1);
}

.suporte-logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a7bf5 0%, #3667e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 8px;
}

.suporte-logo-circle img {
    width: 120%;
    height: 120%;
    object-fit: contain;
}

.suporte-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.suporte-logo-item span {
    font-size: 12px;
    color: #4a5568;
    text-transform: lowercase;
    font-weight: 500;
}

.suporte-header {
    text-align: center;
    margin-bottom: 60px;
}

.suporte-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 15px;
}

.suporte-subtitle {
    font-size: 18px;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

/* Canais de Contato */
.suporte-canais {
    margin-bottom: 60px;
}

.canais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.canal-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.canal-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.canal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #ffffff;
}

.canal-icon.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.canal-icon.email {
    background: linear-gradient(135deg, #4a7bf5 0%, #3667e0 100%);
}

.canal-icon.telefone {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.canal-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 10px;
}

.canal-description {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
}

.canal-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #4a7bf5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.canal-link:hover {
    color: #3667e0;
}

/* Horários de Atendimento */
.suporte-horarios {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.horarios-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 30px;
    text-align: center;
}

.horarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.horario-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
}

.horario-item i {
    font-size: 32px;
    color: #4a7bf5;
}

.horario-info {
    display: flex;
    flex-direction: column;
}

.horario-info strong {
    font-size: 16px;
    color: #1a2b4e;
    margin-bottom: 5px;
}

.horario-info span {
    font-size: 14px;
    color: #718096;
}

/* Formulário de Suporte */
.suporte-formulario {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.formulario-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 30px;
    text-align: center;
}

.suporte-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a2b4e;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a7bf5;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.btn-enviar {
    background: linear-gradient(135deg, #4a7bf5 0%, #3667e0 100%);
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.btn-enviar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 123, 245, 0.3);
}

/* FAQ Suporte */
.suporte-faq {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b4e;
    margin-bottom: 30px;
    text-align: center;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 15px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #4a7bf5;
}

.faq-question span {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b4e;
}

.faq-question i {
    font-size: 14px;
    color: #4a7bf5;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
}

.faq-item.active .faq-answer {
    padding: 0 0 20px;
}

.faq-answer p {
    font-size: 16px;
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

/* Mensagens de Sucesso/Erro */
.suporte-message {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.suporte-message.success {
    background: #ecfdf5;
    color: #059669;
    border: 2px solid #10b981;
}

.suporte-message.error {
    background: #fef2f2;
    color: #dc2626;
    border: 2px solid #ef4444;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .canais-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .horarios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .secovi-suporte-section {
        padding: 0;
    }

    .suporte-hero {
        padding: 60px 0;
    }

    .suporte-hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: auto;
    }

    .suporte-hero-image {
        min-height: 300px;
        order: 2;
    }

    .suporte-hero-card {
        max-width: 100%;
        padding: 40px 25px;
        margin: 0;
        order: 1;
    }

    .suporte-hero-title {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .suporte-hero-text p {
        font-size: 14px;
    }

    .suporte-hero-help {
        padding: 12px 15px;
    }

    .suporte-hero-help span {
        font-size: 14px;
    }

    .suporte-hero-logos {
        gap: 15px;
    }

    .suporte-logo-circle {
        width: 50px;
        height: 50px;
        padding: 4px;
    }

    .suporte-logo-circle img {
        width: 120%;
        height: 120%;
    }

    .suporte-logo-item span {
        font-size: 11px;
    }

    .suporte-title {
        font-size: 28px;
    }

    .suporte-subtitle {
        font-size: 16px;
    }

    .canais-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .canal-item {
        padding: 30px 20px;
    }

    .suporte-horarios,
    .suporte-formulario,
    .suporte-faq {
        padding: 30px 20px;
    }

    .horarios-title,
    .formulario-title,
    .faq-title {
        font-size: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Seção de Título (Separada)
   ============================================ */

.suporte-title-section {
    background: #1a2b4e;
    padding: 50px 0;
    position: relative;
}

.suporte-title-section .suporte-downloads-title {
    text-align: center;
    margin-bottom: 0;
}

.suporte-title-section .suporte-downloads-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
}

.suporte-title-section .suporte-downloads-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #4a7bf5;
    border-radius: 2px;
}

/* ============================================
   Seção de Downloads e Links (Aprimorada)
   ============================================ */

.suporte-downloads-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
    position: relative;
}

/* Menu de Navegação Estilo Tabs */
.suporte-nav-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(74, 123, 245, 0.1);
}

.nav-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 14px 24px;
    border-radius: 14px;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.nav-menu-item i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.nav-menu-item:hover {
    color: #4a7bf5;
    background: rgba(74, 123, 245, 0.05);
}

.nav-menu-item.active {
    color: #ffffff;
    background: #4a7bf5;
    box-shadow: 0 8px 20px rgba(74, 123, 245, 0.3);
}

.nav-menu-item.active i {
    transform: scale(1.1);
}

/* Wrapper de Conteúdo */
.suporte-content-wrapper {
    position: relative;
    min-height: 300px;
}

/* Botões de Download e Cards de Conteúdo */
.suporte-downloads-buttons,
.suporte-content-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.download-button,
.suporte-content-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.download-button:hover,
.suporte-content-logo-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.download-button.safeweb:hover,
.suporte-content-logo-card.safeweb:hover {
    border-color: #2a819b;
}

.download-button.certisign:hover,
.suporte-content-logo-card.certisign:hover {
    border-color: #7c3aed;
}

/* Efeito de Card Bloqueado */
.suporte-content-logo-card.blocked {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.7;
    background: #f1f5f9;
}

.suporte-content-logo-card.blocked:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-color: transparent;
}

.suporte-content-logo-card.blocked img {
    opacity: 0.3;
}

.blocked-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #64748b;
}

.blocked-overlay i {
    font-size: 24px;
}

.blocked-overlay span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.download-button img,
.suporte-content-logo-card img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.download-button:hover img,
.suporte-content-logo-card:hover img {
    transform: scale(1.1);
}

/* Card de Título dentro do Conteúdo Dinâmico */
.suporte-content-title-card {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 10px;
}

.suporte-content-title-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b4e;
    margin: 0;
}

/* Área de Conteúdo Dinâmico */
.suporte-content-area {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.suporte-content-area.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.suporte-default-content {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.suporte-default-content.hidden {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    display: none;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .suporte-title-section {
        padding: 40px 0;
    }

    .suporte-title-section .suporte-downloads-title h2 {
        font-size: 28px;
    }

    .suporte-downloads-section {
        padding: 40px 0;
    }

    .suporte-nav-menu {
        padding: 6px;
        gap: 5px;
    }

    .nav-menu-item {
        padding: 12px 18px;
        font-size: 14px;
    }

    .nav-menu-item i {
        font-size: 18px;
    }

    .download-button,
    .suporte-content-logo-card {
        padding: 30px;
        min-height: 160px;
    }

    .download-button img,
    .suporte-content-logo-card img {
        max-height: 90px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .suporte-downloads-section {
        padding: 30px 0;
    }
    .suporte-nav-menu {
        width: 100%;
        border-radius: 12px;
        padding: 10px;
        overflow-x: auto;
        justify-content: center;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu-item {
        flex: 0 0 auto;
    }

    .nav-menu-item span {
        display: none;
    }

    .nav-menu-item {
        padding: 12px;
        min-width: 50px;
        justify-content: center;
    }

    .nav-menu-item i {
        margin: 0;
    }

    .suporte-downloads-buttons,
    .suporte-content-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .download-button,
    .suporte-content-logo-card {
        max-width: 100%;
    }

    .suporte-title-section {
        padding: 30px 0;
    }

    .suporte-title-section .suporte-downloads-title h2 {
        font-size: 24px;
    }
}

/* ============================================
   Página de Documentos Necessários - Bento Style
   ============================================ */

/* Seção de Título */
.documentos-title-section {
    background: #1a2b4e;
    padding: 60px 0;
    position: relative;
    margin-top: 80px; /* Compensar header fixo */
}

.documentos-title-section > .container:first-child {
    margin-top: 40px;
}

.documentos-title-section .documentos-title {
    text-align: center;
}

/* Estilo para documentos-title com welcome (avatar + conteúdo) */
.documentos-title-section .documentos-title-welcome {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.documentos-title-section .welcome-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.documentos-title-section .avatar-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a7bf5 0%, #1a2b4e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(74, 123, 245, 0.25);
    position: relative;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.documentos-title-section .avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.documentos-title-section .avatar-initial {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}

.documentos-title-section .welcome-content {
    flex: 1;
    text-align: left;
}

.documentos-title-section .documentos-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    display: block;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}

.documentos-title-section .documentos-title h2 span {
    color: #4a7bf5;
}

.documentos-title-section .documentos-title p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

.documentos-title-section .documentos-title h2::after {
    display: none;
}

/* Seção de Conteúdo */
.documentos-content-section {
    padding: 60px 0;
    background: #f8fafc;
    position: relative;
}

/* Menu de Navegação Bento */
.documentos-nav-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    padding: 10px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.doc-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 14px 28px;
    border-radius: 18px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
}

.doc-nav-item i {
    font-size: 18px;
}

.doc-nav-item:hover {
    color: #4a7bf5;
    background: rgba(74, 123, 245, 0.05);
}

.doc-nav-item.active {
    color: #ffffff;
    background: #4a7bf5;
    box-shadow: 0 8px 20px rgba(74, 123, 245, 0.3);
}

/* Grid Bento */
.documentos-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.documentos-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(80px, auto);
    gap: 30px;
}

.bento-card {
    border-radius: 32px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: none;
    min-height: 100%;
}


/* Cores Bento */
.bento-grey { background: #ffffff; color: #1a2b4e; border: 1px solid #e2e8f0; }
.bento-dark { background: #1a2b4e; color: #ffffff; }
.bento-purple { background: #7c3aed; color: #ffffff; }
.bento-blue { background: #3b82f6; color: #ffffff; }
.bento-orange { background: #f97316; color: #ffffff; }
.bento-light-blue { background: #e0f2fe; color: #0369a1; }
.bento-green { background: #10b981; color: #ffffff; }
.bento-amber { background: #fffbeb; color: #92400e; border: 1px solid #fef3c7; }

/* Tipografia Bento */
.bento-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: inherit;
}

.bento-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

.bento-card .bento-icon {
    font-size: 32px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.bento-card .bento-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.05);
    color: inherit;
    width: fit-content;
}

.bento-dark .bento-icon,
.bento-purple .bento-icon,
.bento-blue .bento-icon,
.bento-orange .bento-icon,
.bento-green .bento-icon,
.bento-dark p,
.bento-purple p,
.bento-blue p,
.bento-orange p,
.bento-green p,
.bento-dark h3,
.bento-purple h3,
.bento-blue h3,
.bento-orange h3,
.bento-green h3 {
    opacity: 1;
    color: #ffffff !important;
}

.bento-dark .bento-badge, 
.bento-purple .bento-badge, 
.bento-blue .bento-badge, 
.bento-orange .bento-badge,
.bento-green .bento-badge {
    background: rgba(255, 255, 255, 0.2);
}

/* Tamanhos de Cards (Desktop) - Ajustados para preenchimento total */
.bento-7-4, .bento-7-3 { grid-column: span 7; grid-row: span 3; }
.bento-5-4, .bento-5-3 { grid-column: span 5; grid-row: span 3; }
.bento-8-2 { grid-column: span 8; grid-row: span 2; }
.bento-4-2 { grid-column: span 4; grid-row: span 2; }
.bento-12-2 { grid-column: span 12; grid-row: span 2; }
.bento-12-1 { grid-column: span 12; }
.bento-4-4 { grid-column: span 4; grid-row: span 4; }
.bento-8-4 { grid-column: span 8; grid-row: span 4; }
.bento-6-3 { grid-column: span 6; grid-row: span 3; }
.bento-6-2 { grid-column: span 6; grid-row: span 2; }

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .bento-hero, .bento-side, .bento-wide, .bento-small {
        grid-column: span 6;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .documentos-title-section {
        margin-top: 40px; /* Compensar header fixo no mobile */
        padding: 40px 0;
    }
    
    .documentos-title-section .documentos-title-welcome {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .documentos-title-section .welcome-content {
        text-align: center;
    }
    
    .documentos-title-section .avatar-circle {
        width: 80px;
        height: 80px;
        border-width: 3px;
    }
    
    .documentos-title-section .avatar-initial {
        font-size: 36px;
    }

    .documentos-title-section .documentos-title h2 {
        font-size: 26px;
        text-align: center;
    }
    
    .documentos-title-section .documentos-title p {
        text-align: center;
        font-size: 14px;
    }
    
    .documentos-title-section .documentos-title h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .documentos-nav-menu {
        width: 100%;
        border-radius: 16px;
        padding: 8px;
        overflow-x: auto;
        justify-content: center;
    }

    .doc-nav-item span {
        display: none;
    }

    .doc-nav-item {
        padding: 12px;
        min-width: 54px;
        justify-content: center;
    }

    .documentos-bento-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .bento-card {
        padding: 30px 20px;
        border-radius: 24px;
        min-height: auto;
    }

    /* Ajustes específicos para Minha Conta no Mobile */
    .bento-orders-hero {
        min-height: 310px;
    }

    .bento-orders-hero .hero-title {
        font-size: 24px !important;
    }

    .bento-orders-hero .hero-description {
        font-size: 15px !important;
        max-width: 100%;
    }

    .bento-icon-bg {
        opacity: 0.12;
    }

    .bento-orders-hero .bento-icon-bg {
        font-size: 70px;
        right: -10px;
        bottom: -5px;
    }

    .bento-agendamentos-hero .bento-icon-bg {
        font-size: 55px;
        right: -10px;
        bottom: -5px;
    }

    .bento-account-hero .bento-icon-bg {
        font-size: 45px;
        right: -10px;
        bottom: -10px;
    }

    .bento-address-hero .bento-icon-bg {
        font-size: 45px;
        right: 5px;
        top: -20px;
    }

    .bento-support-full .bento-icon-bg {
        font-size: 70px;
        right: -15px;
        top: -15px;
    }

    .bento-support-full .support-flex-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bento-support-full .support-content-left {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .bento-support-full .bento-icon {
        font-size: 32px;
        flex-shrink: 0;
    }

    .btn-support-action {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .btn-bento-action {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .bento-card h3 {
        font-size: 20px;
    }

    .bento-support-full h3 {
        font-size: 16px;
    }
}

/* Cards de Conteúdo */
.documentos-content-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.documentos-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.documentos-logo-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.documentos-logo-card.safeweb:hover {
    border-color: #2a819b;
}

.documentos-logo-card.certisign:hover {
    border-color: #7c3aed;
}

/* Efeito de Card Bloqueado */
.documentos-logo-card.blocked {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.7;
    background: #f1f5f9;
}

.documentos-logo-card.blocked:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-color: transparent;
}

.documentos-logo-card.blocked img {
    opacity: 0.3;
}

.documentos-logo-card img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.documentos-logo-card:hover img {
    transform: scale(1.1);
}

.documentos-content-area {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.documentos-content-cards.fade-in {
    animation: fadeInUp 0.4s ease forwards;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
    .documentos-title-section {
        margin-top: 80px; /* Compensar header fixo no tablet */
        padding: 40px 0;
    }

    .documentos-title-section .documentos-title h2 {
        font-size: 28px;
    }

    .documentos-content-section {
        padding: 40px 0;
    }

    .documentos-nav-menu {
        padding: 6px;
        gap: 5px;
    }

    .doc-nav-item {
        padding: 12px 18px;
        font-size: 14px;
    }

    .doc-nav-item i {
        font-size: 18px;
    }

    .documentos-logo-card {
        padding: 30px;
        min-height: 160px;
    }

    .documentos-logo-card img {
        max-height: 90px;
    }

    .documentos-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }

    .documento-item:nth-child(1),
    .documento-item:nth-child(2),
    .documento-item:nth-child(3),
    .documento-item:nth-child(4),
    .documento-item:nth-child(5) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .documento-item {
        padding: 20px;
    }

    .documento-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .secovi-documentos-section {
        padding: 0;
    }

    .documentos-title-section {
        margin-top: 40px; /* Compensar header fixo no mobile pequeno */
        padding: 30px 0;
    }

    .documentos-title-section .documentos-title h2 {
        font-size: 24px;
    }

    .documentos-nav-menu {
        width: 100%;
        border-radius: 12px;
        padding: 10px;
        overflow-x: auto;
        justify-content: center;
        -webkit-overflow-scrolling: touch;
    }

    .doc-nav-item {
        flex: 0 0 auto;
    }

    .doc-nav-item span {
        display: none;
    }

    .doc-nav-item {
        padding: 12px;
        min-width: 50px;
        justify-content: center;
    }

    .doc-nav-item i {
        margin: 0;
    }

    .documentos-content-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .documentos-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .documento-item:nth-child(1),
    .documento-item:nth-child(2),
    .documento-item:nth-child(3),
    .documento-item:nth-child(4),
    .documento-item:nth-child(5) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .documento-item {
        padding: 18px;
    }

    .documento-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .documento-title {
        font-size: 16px;
    }

    .documento-description {
        font-size: 13px;
    }

    .documentos-alert {
        padding: 18px;
        margin-top: 20px;
    }

    .alert-header h3 {
        font-size: 16px;
    }

    .alert-header i {
        font-size: 20px;
    }

    .documentos-section {
        padding: 18px;
        margin-top: 20px;
    }

    .section-title {
        font-size: 15px;
    }

    .documentos-resolucao {
        font-size: 12px;
        padding: 12px;
    }
}

/* ==========================================================================
   Página de Funcionalidades e Benefícios
   ========================================================================== */

.secovi-funcionalidades-section {
    padding: 0;
}

.funcionalidades-title-section {
    background: #1a2b4e;
    padding: 60px 0;
    margin-top: 80px;
    text-align: center;
}

.funcionalidades-title-section > .container:first-child {
    margin-top: 40px;
}

.funcionalidades-title h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    margin: 0;
    text-align: center;
}

.funcionalidades-content-section {
    padding: 60px 0;
    background: #f8fafc;
}

.funcionalidades-nav-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    padding: 10px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.func-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 14px 28px;
    border-radius: 18px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
}

.func-nav-item i {
    font-size: 18px;
}

.func-nav-item:hover {
    color: #4a7bf5;
    background: rgba(74, 123, 245, 0.05);
}

.func-nav-item.active {
    color: #ffffff;
    background: #4a7bf5;
    box-shadow: 0 8px 20px rgba(74, 123, 245, 0.3);
}

.funcionalidades-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive Funcionalidades */
@media (max-width: 768px) {
    .funcionalidades-title-section {
        margin-top: 40px;
        padding: 40px 0;
    }

    .funcionalidades-title h2 {
        font-size: 28px;
    }

    .funcionalidades-nav-menu {
        width: 100%;
        border-radius: 16px;
        padding: 8px;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .func-nav-item span {
        display: none;
    }

    .func-nav-item {
        padding: 12px;
        min-width: 54px;
        justify-content: center;
    }

    .func-nav-item i {
        margin: 0;
    }
}

/* ==========================================================================
   Página de Contato
   ========================================================================== */

.contato-title-section {
    background: #1a2b4e;
    padding: 60px 0;
    margin-top: 80px;
    text-align: center;
}

.contato-title-section > .container:first-child {
    margin-top: 40px;
}

.contato-title h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.contato-title p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.contato-content-section {
    padding: 60px 0;
    background: #f8fafc;
}

@media (max-width: 768px) {
    .contato-title-section {
        margin-top: 40px;
        padding: 40px 0;
    }
    
    .contato-title h2 {
        font-size: 28px;
    }
    
    .contato-title p {
        font-size: 16px;
    }
}

/* ==========================================================================
   Página Minha Conta (WooCommerce) - Baseada em Documentos Necessários
   ========================================================================== */

.secovi-my-account-section {
    padding: 0;
}

.my-account-content-section {
    padding: 60px 0 80px;
    background: #f8fafc;
    min-height: calc(100vh - 200px);
}

.my-account-content-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-account-content-section > .container:first-child {
    margin-top: 40px;
}

.my-account-main-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-account-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Menu de Navegação Minha Conta */
.my-account-nav-menu ul {
    list-style: none;
    padding: 10px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.my-account-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 18px;
    color: #64748b;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.my-account-nav-item:hover {
    color: #4a7bf5;
    background: rgba(74, 123, 245, 0.05);
}

.woocommerce-MyAccount-navigation-link.is-active .my-account-nav-item {
    color: #ffffff;
    background: #4a7bf5;
    box-shadow: 0 8px 20px rgba(74, 123, 245, 0.3);
}

/* Dashboard Bento */
.my-account-welcome {
    margin-bottom: 40px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.welcome-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.avatar-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a7bf5 0%, #1a2b4e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(74, 123, 245, 0.25);
    position: relative;
    overflow: hidden;
    border: 4px solid #ffffff;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-initial {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}

.welcome-content {
    flex: 1;
    text-align: left;
}

.my-account-welcome h2 {
    font-size: 28px;
    font-weight: 900;
    color: #1a2b4e;
    margin-bottom: 8px;
    text-align: left;
}

.my-account-welcome h2 span {
    color: #4a7bf5;
}

.my-account-welcome p {
    color: #64748b;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
    text-align: left;
    max-width: 800px;
}

.btn-bento-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #4a7bf5;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: gap 0.3s ease;
}

.btn-bento-link:hover {
    gap: 12px;
}

.bento-dark .btn-bento-link,
.bento-purple .btn-bento-link,
.bento-blue .btn-bento-link,
.bento-orange .btn-bento-link,
.bento-green .btn-bento-link {
    color: #ffffff;
}

/* Botão de ação dos bento cards - estilo igual ao suporte */
.btn-bento-action {
    margin: 0;
    margin-top: auto;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.btn-bento-action:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
    color: #ffffff !important;
}

/* Ajustes para bento cards coloridos */
.bento-purple .btn-bento-action,
.bento-blue .btn-bento-action,
.bento-orange .btn-bento-action,
.bento-dark .btn-bento-action,
.bento-green .btn-bento-action {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.bento-purple .btn-bento-action:hover,
.bento-blue .btn-bento-action:hover,
.bento-orange .btn-bento-action:hover,
.bento-dark .btn-bento-action:hover,
.bento-green .btn-bento-action:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Para bento cards claros (grey) */
.bento-grey .btn-bento-action {
    background: rgba(26, 43, 78, 0.1);
    color: #1a2b4e !important;
}

.bento-grey .btn-bento-action:hover {
    background: rgba(26, 43, 78, 0.2);
    color: #1a2b4e !important;
}

/* Ajustes para tabelas e formulários WooCommerce */
.woocommerce-MyAccount-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Dashboard Bento (sem fundo branco no wrapper, mas com box interna) */
.my-account-dashboard-wrapper {
    background: transparent;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-account-bento-box {
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.my-account-bento-box .documentos-bento-grid {
    gap: 30px;
}

/* Bento de Boas-vindas - Minha Conta */
.my-account-welcome-bento {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.my-account-header-bento {
    position: relative;
    overflow: hidden;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 50px;
    text-align: center;
}

.my-account-header-bento .bento-content-main {
    flex: 1;
    z-index: 2;
    position: relative;
    text-align: center;
}

.my-account-bento-title {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 12px 0;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.my-account-bento-user {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.my-account-bento-user .user-name {
    font-weight: 700;
    color: #ffffff;
}


/* Outras páginas (pedidos, detalhes, etc) com fundo branco */
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 90%;
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* Removemos o fundo branco e sombra apenas quando estivermos no dashboard para o bento brilhar */
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content {
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}

/* Título de boas-vindas no dashboard - Estilos duplicados removidos, usando os de cima */

/* Estilos específicos para o conteúdo do dashboard */
.my-account-dashboard-wrapper {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.woocommerce-account .my-account-dashboard-wrapper {
    background: transparent !important;
}

/* Garantir que o grid do dashboard esteja centralizado */
.my-account-dashboard-wrapper .documentos-bento-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
}

/* Garantir que o conteúdo não fique invisível */
.visible {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile-text {
    display: none;
}

.my-account-footer-actions {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logout-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
}

.logout-info i {
    color: #ef4444;
    font-size: 18px;
}

.btn-logout-action {
    background: #fee2e2;
    color: #ef4444;
    padding: 12px 24px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-logout-action:hover {
    background: #ef4444;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.2);
}

@media (max-width: 768px) {
    .my-account-footer-actions {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .logout-info {
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-logout-action {
        width: 100%;
        justify-content: center;
    }
}

/* Customizações para o Bento Hero de Pedidos */
.bento-orders-hero {
    position: relative;
    overflow: hidden;
}

.bento-orders-hero .hero-title {
    font-size: 28px;
    margin-bottom: 0;
    color: #1a2b4e !important;
    font-weight: 800;
    display: block !important;
}

.bento-orders-hero .hero-description {
    font-size: 16px;
    line-height: 1.5;
    max-width: 70%;
    color: #64748b !important;
}

.bento-icon-bg {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.15;
}

/* Posicionamento específico para cada card */
.bento-orders-hero .bento-icon-bg {
    right: -40px;
    bottom: -20px;
    font-size: 280px;
    color: #1a2b4e;
    transform: rotate(-15deg);
}

.bento-agendamentos-hero {
    position: relative;
    overflow: hidden;
}

.bento-agendamentos-hero .bento-icon-bg {
    right: -30px;
    bottom: -20px;
    font-size: 200px;
    color: #ffffff;
    transform: rotate(15deg);
}

.bento-agendamentos-hero .bento-content-main,
.bento-agendamentos-hero h3,
.bento-agendamentos-hero p,
.bento-agendamentos-hero .btn-bento-action {
    position: relative;
    z-index: 2;
}

.bento-account-hero {
    position: relative;
    overflow: hidden;
}

.bento-account-hero .bento-icon-bg {
    right: -25px;
    bottom: -30px;
    font-size: 180px;
    color: #ffffff;
    transform: rotate(-10deg);
}

.bento-account-hero .bento-content-main,
.bento-account-hero h3,
.bento-account-hero p,
.bento-account-hero .btn-bento-action {
    position: relative;
    z-index: 2;
}

.bento-address-hero {
    position: relative;
    overflow: hidden;
}

.bento-address-hero .bento-icon-bg {
    right: 5px;
    top: -45px;
    font-size: 180px;
    color: #ffffff;
    transform: rotate(10deg);
}

.bento-address-hero .bento-content-main,
.bento-address-hero h3,
.bento-address-hero p,
.bento-address-hero .btn-bento-action {
    position: relative;
    z-index: 2;
}

.bento-support-full {
    position: relative;
    overflow: hidden;
}

.bento-support-full .bento-icon-bg {
    right: -50px;
    top: -30px;
    font-size: 320px;
    color: #ffffff;
    transform: rotate(-20deg);
    opacity: 0.12;
}

.bento-support-full .support-flex-wrapper {
    position: relative;
    z-index: 2;
}

.bento-content-main {
    position: relative;
    z-index: 2;
}

/* Estilos para o Card de Suporte Full Width */
.bento-support-full .support-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bento-support-full .support-content-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bento-support-full .bento-icon {
    font-size: 48px;
    margin: 0;
    color: #ffffff !important;
}

.bento-support-full h3 {
    margin-bottom: 0;
    color: #ffffff !important;
}

.bento-support-full p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0;
}

.btn-support-action {
    margin: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-support-action:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

/* ==========================================================================
   Estilos para Meus Agendamentos (Integração com Plugin)
   ========================================================================== */

.my-account-agendamentos-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.agendamentos-content {
    margin-top: 30px;
}

/* Integração com o plugin de agendamento - Estilos customizados */
.agendamentos-lista {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.lista-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.lista-header h2 {
    color: #1a2b4e;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lista-header h2 i {
    color: #4a7bf5;
}

.lista-filters {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box i {
    position: absolute;
    left: 15px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.search-box input {
    padding: 10px 16px 10px 40px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    background: #ffffff;
    color: #1a2b4e;
    font-weight: 500;
    min-width: 250px;
    transition: all 0.3s ease;
}

.search-box input:focus {
    outline: none;
    border-color: #4a7bf5;
    box-shadow: 0 0 0 3px rgba(74, 123, 245, 0.1);
}

.search-box input::placeholder {
    color: #94a3b8;
}

.lista-filters select {
    padding: 10px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    background: #ffffff;
    color: #1a2b4e;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lista-filters select:focus {
    outline: none;
    border-color: #4a7bf5;
    box-shadow: 0 0 0 3px rgba(74, 123, 245, 0.1);
}

/* Lista de agendamentos - Design moderno */
.agendamentos-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agendamento-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
    animation: slideInUp 0.5s ease forwards;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
}

.agendamento-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: #4a7bf5;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header do card - Layout de lista */
.agendamento-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.agendamento-card .agendamento-id-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
}

.agendamento-card .agendamento-id-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.agendamento-label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.agendamento-number {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
}

/* Status badges - Design moderno */
.status-badge {
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.status-badge.status-pendente {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.status-pendente::before {
    background: #f59e0b;
}

.status-badge.status-confirmado {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.status-confirmado::before {
    background: #10b981;
}

.status-badge.status-reserva {
    background: #dbeafe;
    color: #1e40af;
}

.status-badge.status-reserva::before {
    background: #3b82f6;
}

.status-badge.status-cancelado {
    background: #fee2e2;
    color: #991b1b;
}

.status-badge.status-cancelado::before {
    background: #ef4444;
}

.status-badge.status-abandonado {
    background: #f3f4f6;
    color: #374151;
}

.status-badge.status-abandonado::before {
    background: #6b7280;
}

/* Body do card - Layout de lista */
.agendamento-card .card-body {
    padding: 20px 30px;
}

/* Data e Hora no topo */
.agendamento-datetime {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.datetime-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #1a2b4e;
    font-weight: 600;
}

.datetime-item i {
    color: #10b981;
    font-size: 16px;
}

/* Informações em duas colunas */
.agendamento-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
}

.info-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item-labeled {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.info-label i {
    color: #10b981;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.info-label strong {
    color: #1a2b4e;
    font-weight: 700;
}

.info-value {
    font-size: 15px;
    color: #1a2b4e;
    font-weight: 500;
    padding-left: 24px;
}

.info-value.order-link {
    color: #10b981;
    font-weight: 700;
}

/* Observações */
.observacoes {
    margin-top: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #4a7bf5;
}

.observacoes strong {
    display: block;
    color: #1a2b4e;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.observacoes p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* Footer do card - Layout de lista */
.agendamento-card .card-footer {
    padding: 15px 30px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.data-criacao {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.data-criacao i {
    color: #4a7bf5;
}

/* Botões de ação dos cards de agendamento */
.agendamento-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.agendamento-actions .btn-secondary,
.agendamento-actions .btn-danger,
.agendamento-actions .btn-warning {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.agendamento-actions .btn-secondary {
    background: #64748b;
    color: #ffffff;
}

.agendamento-actions .btn-secondary:hover {
    background: #475569;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}

.agendamento-actions .btn-warning {
    background: #f97316;
    color: #ffffff;
}

.agendamento-actions .btn-warning:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.agendamento-actions .btn-danger {
    background: #ef4444;
    color: #ffffff;
}

.agendamento-actions .btn-danger:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.agendamento-actions .btn-secondary i,
.agendamento-actions .btn-danger i,
.agendamento-actions .btn-warning i {
    font-size: 14px;
}

/* Estado vazio */
.no-agendamentos {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px dashed #e2e8f0;
}

.no-agendamentos i {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.no-agendamentos h3 {
    color: #1a2b4e;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.no-agendamentos p {
    color: #64748b;
    font-size: 16px;
    margin: 0;
}

/* Paginação */
.agendamentos-pagination {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #f1f5f9;
}

.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.pagination-btn {
    padding: 10px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #1a2b4e;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(.disabled) {
    background: #4a7bf5;
    color: #ffffff;
    border-color: #4a7bf5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 123, 245, 0.2);
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-number {
    min-width: 40px;
    height: 40px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #1a2b4e;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.page-number:hover {
    background: #f8fafc;
    border-color: #4a7bf5;
}

.page-number.active {
    background: #4a7bf5;
    color: #ffffff;
    border-color: #4a7bf5;
    cursor: default;
}

.page-ellipsis {
    color: #94a3b8;
    font-weight: 600;
    padding: 0 5px;
}

.pagination-info {
    text-align: center;
    margin-top: 15px;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

/* Footer da lista */
.lista-footer {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #f8fafc;
    border-radius: 12px;
    color: #64748b;
    font-size: 14px;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .agendamentos-grid {
        gap: 12px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .lista-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .pagination-controls {
        gap: 10px;
    }
    
    .pagination-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .page-number {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .lista-filters {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }
    
    .search-box {
        width: 100%;
    }
    
    .search-box input {
        width: 100%;
        min-width: auto;
    }

    .lista-filters select {
        width: 100%;
    }

    .agendamento-card {
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .agendamento-card .card-header {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .agendamento-card .agendamento-id-tag {
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .agendamento-card .agendamento-id-tag .agendamento-label {
        font-size: 11px;
    }
    
    .agendamento-card .agendamento-id-tag .agendamento-number {
        font-size: 12px;
    }
    
    .status-badge {
        width: 100%;
        justify-content: center;
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .agendamento-card .card-body {
        padding: 16px;
    }
    
    .agendamento-datetime {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    
    .datetime-item {
        font-size: 13px;
        gap: 8px;
    }
    
    .datetime-item i {
        font-size: 14px;
    }
    
    .agendamento-info {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .info-column {
        gap: 12px;
    }
    
    .info-item-labeled {
        gap: 4px;
    }
    
    .info-label {
        font-size: 11px;
        gap: 6px;
    }
    
    .info-label i {
        font-size: 12px;
        width: 14px;
    }
    
    .info-value {
        font-size: 13px;
        padding-left: 20px;
        line-height: 1.5;
    }
    
    .observacoes {
        margin-top: 16px;
        padding: 12px;
        font-size: 12px;
    }
    
    .observacoes strong {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .observacoes p {
        font-size: 12px;
    }
    
    .agendamento-card .card-footer {
        padding: 12px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .data-criacao {
        font-size: 11px;
        justify-content: center;
        text-align: center;
    }
    
    .agendamento-actions {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }
    
    .agendamento-actions .btn-secondary,
    .agendamento-actions .btn-danger,
    .agendamento-actions .btn-warning {
        width: 100%;
        flex: 1;
        justify-content: center;
        padding: 12px 16px;
        font-size: 13px;
        min-width: 0;
    }
}

/* Esconder o header duplicado do plugin, já que temos nosso próprio */
.agendamentos-lista .lista-header h2 {
    display: none;
}

.agendamentos-lista .lista-header {
    justify-content: flex-end;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 800;
    color: #1a2b4e;
}

.woocommerce-table--order-details,
.shop_table_responsive {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none !important;
}

.woocommerce-table th {
    background: #f1f5f9;
    padding: 15px 20px !important;
    font-weight: 700 !important;
    color: #1a2b4e !important;
    border: none !important;
}

.woocommerce-table td {
    padding: 15px 20px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.woocommerce-Button, .woocommerce-button {
    background: #4a7bf5 !important;
    color: white !important;
    padding: 12px 25px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-Button:hover {
    background: #1a2b4e !important;
    transform: translateY(-2px);
}

/* Estilo para avisos WooCommerce */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    border-top: 4px solid #4a7bf5 !important;
    padding: 20px !important;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #4a7bf5 !important;
}

@media (max-width: 1024px) {
    .my-account-nav-menu ul {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .my-account-content-section {
        padding: 40px 0 60px;
    }
    
    .my-account-welcome {
        flex-direction: row;
        gap: 15px;
        text-align: left;
        padding: 20px 15px;
        margin-bottom: 25px;
        margin-top: -20px;
        border-radius: 20px;
    }
    
    .welcome-content {
        text-align: left;
    }
    
    .welcome-avatar {
        margin-bottom: 0;
    }
    
    .avatar-circle {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    
    .avatar-initial {
        font-size: 24px;
    }
    
    .my-account-welcome h2 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 4px;
    }
    
    .my-account-welcome p {
        font-size: 13px;
        max-width: 100%;
        text-align: left;
        line-height: 1.4;
    }

    .desktop-text {
        display: none;
    }
    
    .mobile-text {
        display: block;
    }

    .my-account-bento-box {
        padding: 20px 15px;
        border-radius: 20px;
        margin: 0 10px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .my-account-dashboard-wrapper {
        padding: 0 10px;
    }

    .my-account-bento-box .documentos-bento-grid {
        gap: 15px;
    }
    
    /* Bento de Boas-vindas - Mobile */
    .my-account-welcome-bento {
        margin: 0 10px 20px 10px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    
    .my-account-header-bento {
        padding: 25px 20px;
        min-height: 100px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .my-account-header-bento .bento-content-main {
        text-align: center;
    }
    
    .my-account-bento-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .my-account-bento-user {
        font-size: 15px;
    }
    

    .bento-card {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .bento-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .bento-card p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .bento-orders-hero .hero-title {
        font-size: 20px !important;
    }

    .bento-orders-hero .hero-description {
        font-size: 13px !important;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .bento-badge {
        font-size: 11px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }

    .btn-bento-action,
    .btn-support-action {
        padding: 12px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    .my-account-nav-item span {
        display: none;
    }

    .my-account-nav-item {
        padding: 12px;
        min-width: 50px;
        justify-content: center;
    }

    .woocommerce-MyAccount-content:not(:has(.my-account-dashboard-wrapper)) {
        padding: 25px;
        border-radius: 24px;
    }
}

/* ==========================================================================
   Estilos para Páginas Customizadas de Minha Conta
   ========================================================================== */

/* Header das seções */
.my-account-section-header,
.address-header,
.account-header,
.downloads-header,
.order-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-content {
    flex: 1;
}

.back-button-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a2b4e;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.back-button-circle:hover {
    background: #f8fafc;
    border-color: #4a7bf5;
    color: #4a7bf5;
    transform: translateX(-3px);
    box-shadow: 0 4px 12px rgba(74, 123, 245, 0.15);
}

.back-button-circle i {
    font-size: 16px;
    font-weight: 600;
}

.my-account-section-header h2,
.address-header h2,
.account-header h2,
.downloads-header h2,
.order-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 10px;
}

.my-account-section-header p,
.address-header p,
.account-header p,
.downloads-header p {
    color: #64748b;
    font-size: 16px;
}

/* Página de Pedidos */
.my-account-orders-wrapper {
    width: 100%;
}

.orders-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

.woocommerce-orders-table thead {
    background: #f8fafc;
}

.woocommerce-orders-table th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    color: #1a2b4e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-orders-table td {
    padding: 20px;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
}

.woocommerce-orders-table tbody tr:hover {
    background: #f8fafc;
}

.woocommerce-orders-table a {
    color: #4a7bf5;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce-orders-table a:hover {
    color: #1a2b4e;
}

/* Cards de Pedidos */
.orders-cards-wrapper {
    width: 100%;
}

.orders-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.order-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card:hover {
    border-color: #4a7bf5;
    box-shadow: 0 4px 12px rgba(74, 123, 245, 0.15);
    transform: translateY(-2px);
}

.order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.order-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-number {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-number-link {
    color: #1a2b4e;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s ease;
}

.order-number-link:hover {
    color: #4a7bf5;
}

.order-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 13px;
}

.order-date i {
    font-size: 12px;
}

.order-status-badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.order-status-badge.status-pending {
    background: #fef3c7;
    color: #92400e;
}

.order-status-badge.status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.order-status-badge.status-on-hold {
    background: #f3e8ff;
    color: #6b21a8;
}

.order-status-badge.status-completed {
    background: #d1fae5;
    color: #065f46;
}

.order-status-badge.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.order-status-badge.status-refunded {
    background: #f3f4f6;
    color: #374151;
}

.order-status-badge.status-failed {
    background: #fee2e2;
    color: #991b1b;
}

.order-card-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 12px;
    flex-shrink: 0;
    width: 100%;
}

/* Carrossel de Produtos */
.order-products-carousel {
    position: relative;
    width: 100%;
}

.carousel-container {
    overflow: hidden;
    border-radius: 12px;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 12px;
}

.carousel-track .order-product-item {
    min-width: 100%;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
}

.carousel-btn {
    width: 50px;
    min-width: 50px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    color: #1a2b4e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel-btn:hover:not(:disabled) {
    background: #4a7bf5;
    color: #ffffff;
    border-color: #4a7bf5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(74, 123, 245, 0.2);
}

.carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel-btn i {
    font-size: 14px;
}

.carousel-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
    margin: 0 12px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot.active {
    background: #4a7bf5;
    width: 24px;
    border-radius: 4px;
}

.carousel-dot:hover {
    background: #94a3b8;
}

.product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #94a3b8;
    font-size: 24px;
}

.product-info {
    flex: 1;
    min-width: 0;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a2b4e;
    margin-bottom: 4px;
    line-height: 1.4;
    word-wrap: break-word;
}

.product-quantity {
    font-size: 12px;
    color: #64748b;
}

.order-product-more {
    text-align: center;
    padding: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.order-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    gap: 16px;
}

.order-total {
    display: flex;
    align-items: center;
    gap: 8px;
}

.total-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.total-value {
    color: #1a2b4e;
    font-size: 18px;
    font-weight: 800;
}

.order-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.order-action-btn {
    padding: 8px 16px;
    background: #4a7bf5;
    color: #ffffff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.order-action-btn.order-action-view {
    background: #6b7280;
    color: #ffffff;
}

.order-action-btn.order-action-view:hover {
    background: #4b5563;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(107, 114, 128, 0.3);
}

.order-action-btn.order-action-pay {
    background: #10b981;
    color: #ffffff;
}

.order-action-btn.order-action-pay:hover {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.order-action-btn.order-action-cancel {
    background: #ef4444;
    color: #ffffff;
}

.order-action-btn.order-action-cancel:hover {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.order-action-btn.order-action-order_again_checkout {
    background: #4a7bf5;
    color: #ffffff;
}

.order-action-btn.order-action-order_again_checkout:hover {
    background: #1a2b4e;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(74, 123, 245, 0.3);
}

.order-action-btn:not(.order-action-view):not(.order-action-pay):not(.order-action-cancel):not(.order-action-order_again_checkout):hover {
    background: #1a2b4e;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(74, 123, 245, 0.3);
}

@media (max-width: 768px) {
    .orders-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .order-card {
        padding: 20px;
    }
    
    .order-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .order-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .order-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    
    .order-action-btn {
        width: 100%;
        text-align: center;
    }
}

/* Página de Detalhes do Pedido */
.my-account-view-order-wrapper {
    width: 100%;
}

.order-header {
    background: #ffffff;
    padding: 0;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.order-header .header-content {
    flex: 1;
}

.order-header-info {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4a7bf5;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}

.back-link:hover {
    color: #1a2b4e;
}

.order-header .header-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 0;
    line-height: 1.2;
}

.order-date-badge,
.order-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 14px;
}

.order-date-badge i,
.order-status-badge i {
    color: #64748b;
    font-size: 14px;
}

.order-date-badge .badge-label {
    color: #64748b;
    font-weight: 500;
}

.order-date-badge .badge-value {
    color: #1a2b4e;
    font-weight: 600;
}

.order-status-badge {
    padding: 10px 16px;
}

.order-status-badge .badge-label {
    color: #64748b;
    font-weight: 500;
}

.order-status-badge .badge-value {
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status colors */
.order-status-badge.status-pending {
    background: #fef3c7;
}

.order-status-badge.status-pending .badge-value {
    background: #fbbf24;
    color: #78350f;
}

.order-status-badge.status-processing {
    background: #dbeafe;
}

.order-status-badge.status-processing .badge-value {
    background: #3b82f6;
    color: #ffffff;
}

.order-status-badge.status-on-hold {
    background: #fef3c7;
}

.order-status-badge.status-on-hold .badge-value {
    background: #f59e0b;
    color: #78350f;
}

.order-status-badge.status-completed {
    background: #d1fae5;
}

.order-status-badge.status-completed .badge-value {
    background: #10b981;
    color: #ffffff;
}

.order-status-badge.status-cancelled {
    background: #fee2e2;
}

.order-status-badge.status-cancelled .badge-value {
    background: #ef4444;
    color: #ffffff;
}

.order-status-badge.status-refunded {
    background: #f3f4f6;
}

.order-status-badge.status-refunded .badge-value {
    background: #6b7280;
    color: #ffffff;
}

.order-status-badge.status-failed {
    background: #fee2e2;
}

.order-status-badge.status-failed .badge-value {
    background: #dc2626;
    color: #ffffff;
}

.order-status-badge.status-trash {
    background: #f3f4f6;
}

.order-status-badge.status-trash .badge-value {
    background: #6b7280;
    color: #ffffff;
}

.order-details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.order-section {
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
}

.order-section h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-items {
    grid-column: 1 / -1;
}

.order-items h3::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #4a7bf5 0%, #1a2b4e 100%);
    border-radius: 2px;
}

.shop_table.order_details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 8px;
}

.shop_table.order_details thead {
    background: #f8fafc;
}

.shop_table.order_details th {
    background: #f8fafc;
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    color: #1a2b4e;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0;
}

.shop_table.order_details th:first-child {
    border-top-left-radius: 12px;
}

.shop_table.order_details th:last-child {
    border-top-right-radius: 12px;
    text-align: right;
}

.shop_table.order_details tbody tr {
    transition: all 0.2s ease;
}

.shop_table.order_details tbody tr:hover {
    background: #f8fafc;
}

.shop_table.order_details td {
    padding: 20px;
    border-top: 1px solid #f1f5f9;
    vertical-align: top;
}

.shop_table.order_details td.product-name {
    color: #1a2b4e;
    font-weight: 600;
    line-height: 1.6;
}

.shop_table.order_details td.product-name a {
    color: #4a7bf5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.shop_table.order_details td.product-name a:hover {
    color: #1a2b4e;
}

.shop_table.order_details .product-quantity {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.shop_table.order_details td.product-total {
    font-weight: 700;
    color: #1a2b4e;
    font-size: 16px;
    text-align: right;
}

.shop_table.order_details tfoot {
    background: #f8fafc;
    border-top: 2px solid #e2e8f0;
}

.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-bottom: 20px;
}

.shop_table.order_details tfoot th {
    background: #f8fafc;
    font-weight: 700;
    padding: 16px 20px;
    color: #64748b;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    border: none;
    text-align: left;
}

.shop_table.order_details tfoot td {
    background: #f8fafc;
    font-weight: 800;
    padding: 16px 20px;
    color: #1a2b4e;
    font-size: 16px;
    text-align: right;
    border: none;
}

.shop_table.order_details tfoot tr.order-total th,
.shop_table.order_details tfoot tr.order-total td {
    background: #ffffff;
    border-top: 2px solid #e2e8f0;
    font-size: 18px;
}

.shop_table.order_details tfoot tr.order-total td {
    color: #1a2b4e;
    font-weight: 900;
}

.customer-details p {
    margin: 10px 0;
    color: #64748b;
}

.customer-details strong {
    color: #1a2b4e;
}

/* Ocultar tabela de campos customizados do plugin */
.woocommerce-table--custom-fields,
table.woocommerce-table--custom-fields,
.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields,
table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    display: none !important;
}

/* Ocultar botão "Comprar Novamente" (order-again-custom) */
.order-again-custom,
.order-again,
.my-account-view-order-wrapper .order-again-custom,
.order-details-grid .order-again-custom {
    display: none !important;
}

address {
    font-style: normal;
    line-height: 1.8;
    color: #64748b;
}

/* Seção de Produtos Agendáveis */
.order-schedulable-products {
    grid-column: 1 / -1;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

.schedulable-header {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    padding: 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.schedulable-header::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.schedulable-header i {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.schedulable-header h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.schedulable-header p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.95;
}

.schedulable-products-list {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.schedulable-product-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.schedulable-product-card:hover {
    border-color: #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
    transform: translateY(-2px);
}

.product-card-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #22c55e;
}

.product-card-icon {
    width: 56px;
    height: 56px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-card-icon i {
    font-size: 24px;
    color: #22c55e;
}

.product-card-info {
    flex: 1;
    min-width: 0;
}

.product-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b4e;
    line-height: 1.5;
}

.product-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.btn-schedule {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #22c55e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 120px;
}

.btn-schedule:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    color: #ffffff;
}

.btn-schedule i {
    font-size: 16px;
}

.btn-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ffffff;
    color: #22c55e;
    border: 2px solid #22c55e;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
}

.btn-copy:hover {
    background: #dcfce7;
    border-color: #16a34a;
    color: #16a34a;
    transform: translateY(-2px);
}

.btn-copy i {
    font-size: 16px;
}

/* Agendamentos Relacionados ao Pedido */
.order-appointments {
    grid-column: 1 / -1;
}

.order-appointments h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-appointments h3 i {
    color: #4a7bf5;
}

.order-appointments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.order-appointment-card {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.order-appointment-card:hover {
    border-color: #4a7bf5;
    box-shadow: 0 4px 12px rgba(74, 123, 245, 0.1);
    transform: translateY(-2px);
}

.appointment-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.appointment-id {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #1a2b4e;
    font-size: 14px;
}

.appointment-id i {
    color: #4a7bf5;
}

.appointment-status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.appointment-status-badge.status-pendente {
    background: #fef3c7;
    color: #92400e;
}

.appointment-status-badge.status-confirmado {
    background: #d1fae5;
    color: #065f46;
}

.appointment-status-badge.status-reserva {
    background: #dbeafe;
    color: #1e40af;
}

.appointment-status-badge.status-cancelado {
    background: #fee2e2;
    color: #991b1b;
}

.appointment-status-badge.status-abandonado {
    background: #f3f4f6;
    color: #374151;
}

.appointment-card-body {
    margin-bottom: 15px;
}

.appointment-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.appointment-info-item:last-child {
    margin-bottom: 0;
}

.appointment-info-item strong {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a2b4e;
    font-weight: 600;
    min-width: 120px;
    flex-shrink: 0;
}

.appointment-info-item strong i {
    color: #4a7bf5;
    width: 16px;
}

.appointment-info-item span {
    color: #64748b;
    flex: 1;
}

.appointment-card-footer {
    padding-top: 15px;
    border-top: 2px solid #e2e8f0;
}

.appointment-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #4a7bf5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.appointment-view-btn:hover {
    background: #1a2b4e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 43, 78, 0.2);
}

/* Página de Edição de Endereço */
.my-account-edit-address-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.edit-address-form {
    background: transparent;
    padding: 0;
    margin-top: 30px;
}

.address-fields {
    display: flex;
    flex-direction: column;
}

.address-fields .form-row-first,
.address-fields .form-row-last,
.address-fields .form-row-wide {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

.address-fields .form-row-first,
.address-fields .form-row-last {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

/* Garantir que inputs dentro do form-row-group ocupem 100% */
.form-row-group .form-row-first,
.form-row-group .form-row-last {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

/* Sobrescrever regras do WooCommerce */
.edit-address-form .form-row-first,
.edit-address-form .form-row-last,
.woocommerce .edit-address-form .form-row-first,
.woocommerce .edit-address-form .form-row-last,
.woocommerce-page .edit-address-form .form-row-first,
.woocommerce-page .edit-address-form .form-row-last {
    width: 100% !important;
    overflow: visible;
}

.address-fields label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1a2b4e;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.address-fields label i {
    font-size: 14px;
    color: #64748b;
    width: 16px;
}

.address-fields .required {
    color: #ef4444;
    margin-left: 2px;
}

.address-fields input,
.address-fields select,
.address-fields textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    background: #ffffff;
    box-sizing: border-box;
}

.address-fields input::placeholder,
.address-fields textarea::placeholder {
    color: #94a3b8;
    opacity: 0.7;
}

.address-fields input:focus,
.address-fields select:focus,
.address-fields textarea:focus {
    outline: none;
    border-color: #4a7bf5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(74, 123, 245, 0.1);
    transform: translateY(-1px);
}

.address-fields input.field-invalid,
.account-fields input.field-invalid {
    border-color: #ef4444;
    background: #fef2f2;
}

.address-fields input.field-invalid:focus,
.account-fields input.field-invalid:focus {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.address-fields select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a2b4e' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.address-actions {
    margin-top: 30px;
}

.button-link {
    color: #4a7bf5;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.button-link:hover {
    color: #1a2b4e;
}

/* Página de Edição de Conta */
.my-account-edit-account-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.edit-account-form {
    background: transparent;
    padding: 0;
    margin-top: 30px;
}

/* Seções do Formulário */
.account-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.account-section:hover {
    border-color: #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.account-section-password {
    border-top: 3px solid #f1f5f9;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
}

.account-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
}

.account-section-header i {
    font-size: 20px;
    color: #4a7bf5;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74, 123, 245, 0.1);
    border-radius: 8px;
}

.account-section-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b4e;
    margin: 0;
}

.account-fields {
    display: flex;
    flex-direction: column;
}

.form-row-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.address-fields .form-row-middle {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

.form-row-group .form-row-middle {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

.account-fields .form-row-first,
.account-fields .form-row-last,
.account-fields .form-row-wide {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

.account-fields .form-row-first,
.account-fields .form-row-last {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

/* Garantir que inputs dentro do form-row-group ocupem 100% */
.form-row-group .form-row-first,
.form-row-group .form-row-last {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

/* Sobrescrever regras do WooCommerce */
.edit-account-form .form-row-first,
.edit-account-form .form-row-last,
.woocommerce .edit-account-form .form-row-first,
.woocommerce .edit-account-form .form-row-last,
.woocommerce-page .edit-account-form .form-row-first,
.woocommerce-page .edit-account-form .form-row-last {
    width: 100% !important;
    overflow: visible;
}

.account-fields label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1a2b4e;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.account-fields label i {
    font-size: 14px;
    color: #64748b;
    width: 16px;
}

.account-fields .required {
    color: #ef4444;
    margin-left: 2px;
}

.account-fields input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    background: #ffffff;
    box-sizing: border-box;
}

/* Garantir que inputs dentro do form-row-group tenham largura completa */
.form-row-group input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.account-fields input::placeholder {
    color: #94a3b8;
    opacity: 0.7;
}

.account-fields input:focus {
    outline: none;
    border-color: #4a7bf5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(74, 123, 245, 0.1);
    transform: translateY(-1px);
}

.field-description {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
    line-height: 1.5;
    font-style: italic;
}

.password-note {
    margin-top: -8px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #4a7bf5;
}

.form-actions {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: flex-end;
}

.btn-save-account {
    padding: 14px 32px;
    background: #4a7bf5;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
}

.btn-save-account:hover {
    background: #1a2b4e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 123, 245, 0.3);
}

.btn-save-account i {
    font-size: 14px;
}

/* Página de Downloads */
.my-account-downloads-wrapper {
    width: 100%;
}

.downloads-list {
    display: grid;
    gap: 20px;
}

.download-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.download-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.download-info h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a2b4e;
    margin-bottom: 8px;
}

.download-name {
    color: #64748b;
    font-size: 14px;
    margin: 5px 0;
}

.download-remaining,
.download-expires {
    color: #64748b;
    font-size: 13px;
    margin: 5px 0;
}

/* Paginação */
.woocommerce-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 968px) {
    .order-details-grid {
        grid-template-columns: 1fr;
    }
    
    .address-fields {
        display: flex;
        flex-direction: column;
    }
    
    .address-fields .form-row-first,
    .address-fields .form-row-last {
        width: 100% !important;
        max-width: 100%;
    }
    
    .address-fields input,
    .address-fields select,
    .address-fields textarea {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .download-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .my-account-section-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }
    
    .back-button-circle {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    
    .back-button-circle i {
        font-size: 14px;
    }
    
    .header-content {
        flex: 1;
        min-width: 0;
    }
    
    .header-content p {
        display: none;
    }

    .my-account-section-header h2,
    .address-header h2,
    .account-header h2,
    .downloads-header h2,
    .order-header h2 {
        font-size: 24px;
    }
    
    .order-header {
        padding: 0px 0px 25px 0px;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
    
    .order-header .back-button-circle {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }
    
    .order-header .back-button-circle i {
        font-size: 13px;
    }
    
    .order-header .header-content {
        flex: 1;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .order-header .header-content h2 {
        font-size: 20px;
    }
    
    .order-header-info {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        width: 100%;
    }
    
    .order-date-badge,
    .order-status-badge {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }
    
    .order-date-badge .badge-label,
    .order-status-badge .badge-label {
        text-align: left;
    }
    
    .order-date-badge .badge-value,
    .order-status-badge .badge-value {
        text-align: right;
        margin-left: auto;
    }
    
    .order-date-badge i,
    .order-status-badge i {
        font-size: 12px;
    }
    
    .order-date-badge .badge-label,
    .order-status-badge .badge-label {
        font-size: 12px;
    }
    
    .order-date-badge .badge-value {
        font-size: 12px;
    }
    
    .order-status-badge .badge-value {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    .order-appointments-grid {
        grid-template-columns: 1fr;
    }
    
    .appointment-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .appointment-info-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .appointment-info-item strong {
        min-width: auto;
    }
    
    .order-details-grid {
        gap: 20px;
    }
    
    .order-section {
        padding: 0;
        border-radius: 16px;
    }
    
    .order-section h3 {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    
    .order-section h3::before {
        width: 3px;
        height: 20px;
    }
    
    .shop_table.order_details {
        font-size: 12px;
        margin-top: 4px;
    }
    
    .shop_table.order_details thead {
        display: none;
    }
    
    .shop_table.order_details tbody tr {
        display: block;
        margin-bottom: 16px;
        padding: 16px;
        background: #f8fafc;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
    }
    
    .shop_table.order_details tbody td {
        display: block;
        padding: 8px 0;
        border: none;
        text-align: left !important;
    }
    
    .shop_table.order_details tbody td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        color: #1a2b4e;
        display: inline-block;
        min-width: 80px;
        margin-right: 8px;
    }
    
    .shop_table.order_details tbody td.product-name {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .shop_table.order_details tbody td.product-name:before {
        display: none;
    }
    
    .shop_table.order_details tbody td.product-total {
        font-size: 16px;
        font-weight: 800;
        color: #1a2b4e;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #e2e8f0;
    }
    
    .shop_table.order_details tbody td.product-total:before {
        content: "Total: ";
    }
    
    .shop_table.order_details tfoot {
        display: block;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 2px solid #e2e8f0;
    }
    
    .shop_table.order_details tfoot tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        margin-bottom: 8px;
    }
    
    .shop_table.order_details tfoot tr:last-child {
        margin-bottom: 0;
        padding-top: 16px;
        border-top: 2px solid #e2e8f0;
        margin-top: 8px;
    }
    
    .shop_table.order_details tfoot th,
    .shop_table.order_details tfoot td {
        display: block;
        padding: 0;
        background: transparent;
        border: none;
        text-align: left;
        font-size: 14px;
    }
    
    .shop_table.order_details tfoot tr.order-total th,
    .shop_table.order_details tfoot tr.order-total td {
        font-size: 18px;
    }
    
    .shop_table.order_details tfoot tr.order-total td {
        font-weight: 900;
    }
    
    .order-schedulable-products {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .schedulable-header {
        padding: 20px 16px;
        position: relative;
    }
    
    .schedulable-header::before {
        width: 120px;
        height: 120px;
        top: -40px;
        right: -40px;
    }
    
    .schedulable-header i {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .schedulable-header h3 {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 6px;
        line-height: 1.3;
    }
    
    .schedulable-header p {
        font-size: 12px;
        line-height: 1.4;
        opacity: 0.95;
    }
    
    .schedulable-products-list {
        padding: 20px 16px;
        gap: 12px;
    }
    
    .schedulable-product-card {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 16px;
        border-width: 2px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .schedulable-product-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
    }
    
    .product-card-indicator {
        width: 4px;
    }
    
    .product-card-icon {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }
    
    .product-card-icon i {
        font-size: 18px;
    }
    
    .product-card-info {
        flex: 1;
        min-width: 0;
    }
    
    .product-card-info {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }
    
    .product-card-name {
        font-size: 14px;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .product-card-actions {
        flex-direction: column;
        gap: 8px;
        flex-shrink: 0;
        width: auto;
        min-width: 100px;
    }
    
    .btn-schedule,
    .btn-copy {
        min-width: 100px;
        padding: 10px 16px;
        font-size: 12px;
        justify-content: center;
    }
    
    .btn-schedule i,
    .btn-copy i {
        font-size: 12px;
    }
    
    .btn-schedule:hover,
    .btn-copy:hover {
        transform: translateY(-1px);
    }
    
    .customer-details p {
        font-size: 14px;
        margin: 8px 0;
    }
    
    .order-customer-info,
    .order-billing-address,
    .order-shipping-address {
        margin-bottom: 20px;
    }
    
}

/* ============================================
   Estilos para Plugin de Agendamento
   Compatibilidade com classes do plugin
   ============================================ */

/* Seção de agendamento do plugin - usar mesmo estilo do tema */
/* Funciona tanto dentro do wrapper do tema quanto na estrutura padrão do WooCommerce */
.my-account-view-order-wrapper .agendamento-section,
.woocommerce-MyAccount-content .agendamento-section,
.order-details-grid .agendamento-section {
    grid-column: 1 / -1;
    background: #ffffff;
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Garantir que a seção do plugin apareça dentro do grid do tema */
.order-details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.order-details-grid .agendamento-section {
    grid-column: 1 / -1;
}

/* Header da seção de agendamento do plugin */
.agendamento-section > div:first-child {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    padding: 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.agendamento-section > div:first-child::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.agendamento-section > div:first-child h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff !important;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
}

.agendamento-section > div:first-child h3 i {
    font-size: 32px;
    margin-bottom: 0;
    display: inline-block;
}

.agendamento-section > div:first-child p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

/* Lista de produtos do plugin */
.agendamento-products-list {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Card de produto do plugin - Atualizado para combinar com o tema */
.agendamento-product-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.agendamento-product-item:hover {
    border-color: #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
    transform: translateY(-2px);
}

/* Barra lateral do card */
.agendamento-product-item > div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    border-radius: 0 2px 2px 0;
}

/* Ícone circular do produto */
.agendamento-product-item > div:nth-child(2) {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.agendamento-product-item:hover > div:nth-child(2) {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.agendamento-product-item > div:nth-child(2) i {
    font-size: 24px;
    color: #22c55e;
}

/* Informações do produto */
.agendamento-product-item .product-info {
    flex: 1;
    min-width: 0;
    margin-left: 0;
    padding-left: 4px;
}

.agendamento-product-item .product-info strong {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b4e;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
}

.agendamento-product-item .product-info div {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Container de botões do plugin */
.agendamento-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    align-items: stretch;
}

/* Botão de agendar do plugin */
.agendamento-button-individual {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    cursor: pointer;
    min-width: 140px;
    margin-top: 0 !important;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
    white-space: nowrap;
}

.agendamento-button-individual:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.agendamento-button-individual:active {
    transform: translateY(0);
}

.agendamento-button-individual i {
    font-size: 16px;
}

/* Botão de copiar do plugin */
.agendamento-button-share {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px !important;
    background: #ffffff !important;
    color: #22c55e !important;
    border: 2px solid #22c55e !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
    min-width: 140px;
    white-space: nowrap;
}

.agendamento-button-share:hover {
    background: #dcfce7 !important;
    border-color: #16a34a !important;
    color: #16a34a !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
}

.agendamento-button-share:active {
    transform: translateY(0);
}

.agendamento-button-share i {
    font-size: 16px;
}

/* Produto domiciliar (roxo) */
.agendamento-product-item.domiciliar-product {
    border-color: #e2e8f0;
}

.agendamento-product-item.domiciliar-product:hover {
    border-color: #9333ea;
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.15);
}

.agendamento-product-item.domiciliar-product > div:first-child {
    background: linear-gradient(180deg, #9333ea 0%, #7c3aed 100%);
}

.agendamento-product-item.domiciliar-product > div:nth-child(2) {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.12);
}

.agendamento-product-item.domiciliar-product > div:nth-child(2) i {
    color: #9333ea;
}

.agendamento-product-item.domiciliar-product:hover > div:nth-child(2) {
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.2);
}

/* Seção vermelha (sem agendamentos disponíveis) */
.agendamento-section > div:first-child[style*="background: linear-gradient(135deg, #ff6b6b"] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%) !important;
}

/* Responsivo para plugin */
@media (max-width: 768px) {
    .agendamento-section {
        border-radius: 16px;
        margin-bottom: 20px;
    }
    
    .agendamento-section > div:first-child {
        padding: 20px 16px;
    }
    
    .agendamento-section > div:first-child h3 {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 6px;
    }
    
    .agendamento-section > div:first-child h3 i {
        font-size: 20px;
    }
    
    .agendamento-section > div:first-child p {
        font-size: 12px;
    }
    
    .agendamento-products-list {
        padding: 20px 16px;
        gap: 12px;
    }
    
    .agendamento-product-item {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px;
        border-width: 2px;
    }
    
    .agendamento-product-item > div:nth-child(2) {
        width: 48px;
        height: 48px;
        align-self: flex-start;
    }
    
    .agendamento-product-item > div:nth-child(2) i {
        font-size: 20px;
    }
    
    .agendamento-product-item .product-info {
        padding-left: 0;
        width: 100%;
    }
    
    .agendamento-product-item .product-info strong {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .agendamento-buttons-container {
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }
    
    .agendamento-button-individual,
    .agendamento-button-share {
        width: 100% !important;
        min-width: auto !important;
        justify-content: center;
    }
    
    .agendamento-button-individual,
    .agendamento-button-share {
        min-width: 100px;
        padding: 10px 16px !important;
        font-size: 12px !important;
    }
    
    .agendamento-button-individual i,
    .agendamento-button-share i {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .agendamento-product-item {
        flex-wrap: wrap;
    }
    
    .agendamento-buttons-container {
        width: 100%;
        flex-direction: row;
    }
    
    .agendamento-button-individual,
    .agendamento-button-share {
        flex: 1;
        min-width: auto;
    }
}

/* ==========================================================================
   Estilos de Login e Cadastro (WooCommerce)
   ========================================================================== */

.secovi-login-wrapper {
    padding: 100px 0;
    background: #f8fafc;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.login-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.login-header {
    text-align: center;
    margin-bottom: 40px;
}

.login-icon {
    font-size: 48px;
    color: #4a7bf5;
    margin-bottom: 20px;
}

.login-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #1a2b4e;
    margin: 0 0 10px 0;
}

.login-header p {
    color: #64748b;
    font-size: 16px;
    margin: 0;
}

.login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.woocommerce-form-login__submit {
    width: 100% !important;
    margin-top: 20px !important;
    padding: 16px !important;
}

.lost_password {
    text-align: center;
    margin-top: 20px !important;
}

.lost_password a {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.lost_password a:hover {
    color: #4a7bf5;
}

.col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .secovi-login-wrapper {
        padding: 60px 0;
    }

    .col2-set {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .login-card {
        padding: 30px;
    }
}

/* Desabilitar loader do WooCommerce - CSS Agressivo */
.blockUI,
.blockOverlay,
.woocommerce .blockUI,
.woocommerce .blockOverlay,
body.blockUI,
body.blockOverlay,
.woocommerce-blockUI,
.woocommerce-blockOverlay,
div.blockUI,
div.blockOverlay,
.woocommerce div.blockUI,
.woocommerce div.blockOverlay,
form.blockUI,
form.blockOverlay,
.woocommerce form.blockUI,
.woocommerce form.blockOverlay,
.processing::before,
.processing::after,
.woocommerce .processing::before,
.woocommerce .processing::after,
*[class*="blockUI"],
*[class*="blockOverlay"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Remover spinner do WooCommerce */
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .blockUI.blockOverlay::after,
.blockUI.blockOverlay::before,
.blockUI.blockOverlay::after {
    display: none !important;
    content: none !important;
}

/* Loader para trocas de páginas */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    aspect-ratio: .75;
    --c: no-repeat linear-gradient(#1a2b4e 0 0);
    background: 
        var(--c) 0%   50%,
        var(--c) 50%  50%,
        var(--c) 100% 50%;
    background-size: 20% 50%;
    animation: l7 1s infinite linear alternate;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
}

.loader.active {
    opacity: 1;
    visibility: visible;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
}

.loader-overlay.active {
    opacity: 1;
    visibility: visible;
}

@keyframes l7 {
    0%  {background-size: 20% 50% ,20% 50% ,20% 50% }
    20% {background-size: 20% 20% ,20% 50% ,20% 50% }
    40% {background-size: 20% 100%,20% 20% ,20% 50% }
    60% {background-size: 20% 50% ,20% 100%,20% 20% }
    80% {background-size: 20% 50% ,20% 50% ,20% 100%}
    100%{background-size: 20% 50% ,20% 50% ,20% 50% }
}

