
a{
    color:#;
    text-decoration:none;
    background-color:transparent
}

a:hover {
    color: #;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: # !important;
    border-color: # !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #;
    border-color: #;
}
.btn.btn-primary:hover {
    box-shadow: 0 4px 11px rgb(106 116 123 / 35%);
}


.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#;
    outline:0;
    box-shadow:none
}

.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#;
    border-color:#}

.btn-outline-primary{
    color:#;
    border-color:#}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#;
    border-color:#}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#;
    background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{
    color:#fff;
    background-color:#;
    border-color:#}

.btn-link{
    font-weight:500;
    color:#;
    text-decoration:none
}

.dropdown-item:focus,.dropdown-item:hover{
    background: #f9f9f9 !important;
    transition: 0.1s;
    color:# !important;
    text-decoration:none;
    background-color:transparent
}
.dropdown-item.active,.dropdown-item:active{
    color:#;
    text-decoration:none;
    background-color:transparent
}

.custom-file-input:focus~.custom-file-label{
    border-color:#;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:#;
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{
    color:#}

/* ===== HERO SECTION MODERNA ===== */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.search-hero-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.search-form .form-control-lg {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    height: 50px;
    border: 2px solid transparent;
}

.search-form .btn-lg {
    height: 50px;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    position: relative;
    z-index: 5;
}

.hero-stats .stat-item {
    padding: 1rem 0;
}

/* Fix para cliques - garante que todos os links e botões sejam clicáveis */
.hero-section a, 
.hero-section button, 
.hero-section .btn, 
.hero-section input[type="submit"],
.hero-section input[type="button"],
.cta-final-modern a,
.cta-final-modern button,
.cta-final-modern .btn {
    position: relative;
    z-index: 15 !important;
    pointer-events: auto !important;
}

/* Fix geral para botões em todo o site */
.btn, button, a.btn, input[type="submit"], input[type="button"] {
    position: relative;
    z-index: 5;
}

/* Fix para modais ficarem na frente do header (z-index: 9999) */
.modal {
    z-index: 11000 !important;
}

.modal-backdrop {
    z-index: 10500 !important;
}

/* Específico para o modal do mapa */
#mapModal {
    z-index: 11000 !important;
}

#mapModal .modal-dialog {
    z-index: 11001 !important;
}

#mapModal .modal-content {
    z-index: 11002 !important;
}

/* Fix para qualquer modal do Bootstrap */
.modal.fade.show {
    z-index: 11000 !important;
}

/* Background Elements Decorativos */
.hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.bg-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
}

.bg-element-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.bg-element-2 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.bg-element-3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 70%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* ===== CATEGORIAS POPULARES ===== */
.category-hover {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef !important;
}

.category-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    border-color: # !important;
}

.category-card:hover .card-title {
    color: # !important;
}

.category-icon {
    transition: all 0.3s ease;
}

.category-hover:hover .category-icon {
    transform: scale(1.1);
}

/* Hero Image Section */
.hero-image-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
    animation: float 6s ease-in-out infinite;
    border-radius: 15px;
}

/* Floating Cards */
.floating-card {
    position: absolute;
    background: white;
    border-radius: 15px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    animation: float 4s ease-in-out infinite;
}

.floating-card-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}

.floating-card-2 {
    top: 60%;
    right: -15%;
    animation-delay: 2s;
}

.floating-card-3 {
    bottom: 15%;
    left: 10%;
    animation-delay: 4s;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.card-content i {
    font-size: 1.2rem;
}

.card-content span {
    font-weight: 600;
    color: #2c3e50;
}

/* Search Form Improvements */
.search-hero-wrapper {
    max-width: 100%;
}

.search-form .input-group-text {
    padding: 0.8rem 1rem;
}

.search-form .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(103, 126, 234, 0.1);
}

/* Hero Stats Improvements */
.hero-stats .stat-item {
    padding: 0.5rem 0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 2rem 0 1rem !important;
        text-align: center;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    .hero-section h1 {
        font-size: 1.75rem !important;
        line-height: 1.3;
        margin-bottom: 1rem !important;
    }
    
    .hero-section .lead {
        font-size: 0.95rem;
        margin-bottom: 2rem !important;
    }
    
    /* Barra de busca mobile */
    .search-hero-wrapper {
        margin-bottom: 2rem !important;
    }
    
    .search-hero-wrapper .bg-white {
        padding: 0.75rem !important;
    }
    
    .search-hero-wrapper .row {
        margin: 0;
    }
    
    .search-hero-wrapper .col-md-7,
    .search-hero-wrapper .col-md-5 {
        margin-bottom: 0.5rem;
    }
    
    .search-hero-wrapper .btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .search-hero-wrapper .form-control {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Estatísticas mobile */
    .hero-stats {
        margin-bottom: 2rem !important;
    }
    
    .hero-stats .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        margin: 0 !important;
        gap: 0.5rem;
    }
    
    .hero-stats .col-4 {
        text-align: center !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        flex: 1 !important;
        max-width: none !important;
        width: auto !important;
    }
    
    .hero-stats .stat-item {
        padding: 0.75rem 0.25rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .hero-stats h4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.25rem !important;
        line-height: 1.2;
    }
    
    .hero-stats p {
        font-size: 0.7rem;
        margin-bottom: 0;
        line-height: 1.1;
    }
    
    /* Imagem hero mobile */
    .hero-image-container {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-main-image {
        max-height: 280px;
    }
    
    .hero-image-wrapper {
        height: auto;
        margin-bottom: 1rem;
    }
    
    .floating-card {
        position: static;
        display: inline-block;
        margin: 0.5rem;
        animation: none;
    }
    
    .floating-card-1,
    .floating-card-2,
    .floating-card-3 {
        position: static;
    }
    
    .bg-element {
        display: none;
    }
    
    /* CATEGORIAS SECTION */
    .py-5 {
        padding: 2rem 0 !important;
    }
    
    .category-card .card-body {
        padding: 1.5rem 1rem !important;
    }
    
    .category-card h6 {
        font-size: 0.9rem;
    }
    
    .category-icon {
        margin-bottom: 0.75rem !important;
    }
    
    /* AJUSTES GERAIS */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .mb-8, .mt-8 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    
    .mb-6, .mt-6 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    
    .mb-5, .mt-5 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important;
    }
    
    /* TIPOGRAFIA GERAL */
    h1 {
        font-size: 1.75rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h3 {
        font-size: 1.3rem !important;
    }
    
    h4 {
        font-size: 1.1rem !important;
    }
    
    h5 {
        font-size: 1rem !important;
    }
    
    .lead {
        font-size: 0.95rem !important;
    }
    
    /* BOTÕES */
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .btn {
        font-size: 0.9rem;
    }
    
    .hero-section .row {
        flex-direction: column-reverse;
    }
    
    .hero-section .col-lg-6:first-child {
        text-align: center;
        margin-bottom: 0;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .search-form .col-md-7,
    .search-form .col-md-5 {
        margin-bottom: 1rem;
    }
    
    .search-form .btn {
        width: 100%;
    }
    
    .hero-image-wrapper {
        height: 300px;
        margin-bottom: 2rem;
    }
    
    .floating-card {
        position: static;
        display: inline-block;
        margin: 0.5rem;
        animation: none;
    }
    
    .floating-card-1,
    .floating-card-2,
    .floating-card-3 {
        position: static;
    }
    
    .bg-element {
        display: none;
    }
    
    .hero-stats .row {
        justify-content: center;
    }
    
    .hero-stats .col-4 {
        text-align: center;
        margin-bottom: 1rem;
    }
}

/* ===== TIMELINE COMO FUNCIONA ===== */
.workflow-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.timeline-container {
    position: relative;
    margin: 2rem 0;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.step-number.client {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.step-number:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.step-content {
    flex: 1;
    padding-top: 0.5rem;
}

.step-content h5 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

/* Timeline Center */
.timeline-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 300px;
    position: relative;
}

.center-line {
    width: 3px;
    background: linear-gradient(to bottom, #, #28a745);
    flex: 1;
    margin: 1rem 0;
}

.center-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, # 0%, #28a745 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Timeline Sides */
.professional-side .timeline-step:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 70px;
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(to bottom, #, transparent);
}

.client-side .timeline-step:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 70px;
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(to bottom, #28a745, transparent);
}

.professional-side .timeline-step:last-child:before,
.client-side .timeline-step:last-child:before {
    display: none;
}

/* Responsive Timeline */
@media (max-width: 991px) {
    .timeline-center {
        order: -1;
        flex-direction: row;
        min-height: auto;
        margin: 2rem 0;
    }
    
    .center-line {
        height: 3px;
        width: 100%;
        margin: 0 1rem;
    }
    
    .center-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .professional-side .timeline-step:before,
    .client-side .timeline-step:before {
        left: 25px;
        width: 2px;
        height: calc(100% + 20px);
    }
}

@media (max-width: 768px) {
    .workflow-section {
        padding: 2rem 0 !important;
    }
    
    .timeline-container {
        margin-top: 1rem;
    }
    
    .timeline-step {
        margin-bottom: 1.5rem !important;
        padding: 1rem;
        background: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .step-number {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
        margin-right: 1rem;
        flex-shrink: 0;
    }
    
    .step-content h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .step-content p {
        font-size: 0.85rem;
        margin-bottom: 0;
        line-height: 1.4;
    }
    
    .timeline-side {
        margin-bottom: 2rem;
    }
    
    .timeline-side h3 {
        font-size: 1.2rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    /* Botões do workflow mobile */
    .workflow-section .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .workflow-section .row .col-md-6 {
        margin-bottom: 1rem;
    }
    
    .center-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* ===== FEATURES SECTION MODERNA ===== */
.features-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.feature-card-modern {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color: #;
}

.feature-card-modern:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card-modern:hover:before {
    transform: scaleX(1);
}

.feature-icon-wrapper {
    margin-bottom: 1.5rem;
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-content h4 {
    color: #2c3e50;
    transition: color 0.3s ease;
}

.feature-card-modern:hover .feature-content h4 {
    color: #;
}

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

.feature-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

/* ===== MÉTRICAS DE CONFIANÇA ===== */
.trust-metrics {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
}

.metric-card {
    text-align: center;
    padding: 1.5rem 1rem;
    transition: all 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-5px);
}

.metric-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metric-label {
    color: #6c757d;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Features */
@media (max-width: 991px) {
    .feature-card-modern {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .trust-metrics {
        padding: 2rem 1rem;
    }
    
    .metric-number {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 2rem 0 !important;
    }
    
    .feature-card-modern {
        padding: 1.5rem !important;
        margin-bottom: 1.5rem;
    }
    
    .feature-icon-wrapper {
        margin-bottom: 1rem !important;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .feature-content h4 {
        font-size: 1.1rem;
    }
    
    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .feature-list li {
        font-size: 0.85rem;
        padding: 0.25rem 0;
    }
    
    /* Métricas mobile */
    .trust-metrics {
        margin-top: 2rem !important;
        padding: 1.5rem 0 !important;
    }
    
    .metric-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .metric-icon {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem;
    }
    
    .metric-number {
        font-size: 1.5rem !important;
    }
}

/* ===== TESTIMONIALS MODERNOS ===== */
.testimonials-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonial-card-modern {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #;
}

.testimonial-card-modern:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-card-modern:hover:before {
    transform: scaleX(1);
}

.testimonial-rating {
    font-size: 0.9rem;
}

.testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-quote:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 3rem;
    color: #;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.author-avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.author-name {
    color: #2c3e50;
    font-weight: 600;
}

.author-role {
    font-size: 0.85rem;
}

.verified-badge {
    margin-top: 0.5rem;
}

.verified-badge small {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Mobile Testimonial Cards */
.testimonial-card-mobile {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin: 0 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.testimonial-card-mobile .author-avatar {
    width: 60px;
    height: 60px;
}

.testimonial-card-mobile .avatar-placeholder {
    width: 60px;
    height: 60px;
}

/* Carousel Customization */
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.testimonial-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover {
    background: #;
    transform: scale(1.2);
}

/* Grid Responsive */
@media (max-width: 991px) {
    .testimonial-card-modern {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonials-modern {
        padding: 2rem 0 !important;
    }
    
    .testimonials-modern .row {
        display: none;
    }
    
    .testimonial-card-mobile {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-card-modern {
        padding: 1.5rem 1rem !important;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-quote {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .author-info h6 {
        font-size: 0.9rem;
    }
    
    .author-role {
        font-size: 0.8rem;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
    
    .verified-badge {
        font-size: 0.8rem;
    }
}

/* ===== CALL TO ACTION FINAL ===== */
.cta-final-modern {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 8s ease-in-out infinite;
}

.cta-element-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.cta-element-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 20%;
    animation-delay: 3s;
}

.cta-element-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 60%;
    animation-delay: 6s;
}

.cta-title {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.cta-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.stat-pill {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.stat-pill:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.stat-pill i {
    font-size: 1rem;
}

.cta-buttons {
    margin-bottom: 3rem;
}

.btn-cta-primary {
    background: white;
    color: #;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.btn-cta-primary:hover {
    background: #f8f9fa;
    color: #;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn-cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.btn-cta-secondary:hover {
    background: white;
    color: #;
    text-decoration: none;
    transform: translateY(-3px);
}

.cta-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.trust-item i {
    font-size: 1.2rem;
}

.trust-item small {
    font-weight: 600;
}

/* Responsive CTA */
@media (max-width: 991px) {
    .cta-final-modern {
        padding: 4rem 0;
    }
    
    .cta-title {
        font-size: 2.5rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .btn-cta-secondary {
        margin-top: 1rem;
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .cta-final-modern {
        padding: 2rem 0 !important;
    }
    
    .cta-content {
        padding: 2rem 1rem !important;
    }
    
    .cta-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .cta-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem !important;
    }
    
    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem !important;
    }
    
    .cta-buttons .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
        margin: 0 !important;
        display: block;
        width: 100%;
    }
    
    .cta-trust {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        margin-top: 1rem;
    }
    
    .trust-item {
        font-size: 0.8rem;
        margin: 0.25rem 0;
    }
    
    /* CTA Elements Mobile */
    .cta-bg-elements {
        display: none;
    }
    
    .cta-stats {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 280px;
    }
    
    .cta-trust {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-element {
        display: none;
    }
}

/* ===== HEADER MODERNO ===== */
.modern-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.modern-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.modern-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: relative;
}

/* Logo/Brand */
.nav-brand {
    flex-shrink: 0;
}

.brand-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.brand-link:hover {
    text-decoration: none;
    transform: scale(1.02);
}

.brand-logo {
    height: 70px;
    width: auto;
}

/* Desktop Navigation */
.desktop-menu {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-link:hover {
    color: #;
    background: rgba(103, 126, 234, 0.1);
    text-decoration: none;
    transform: translateY(-1px);
}

.nav-link.active {
    color: white;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    box-shadow: 0 4px 15px rgba(103, 126, 234, 0.3);
}

.nav-icon {
    font-size: 0.9rem;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.nav-link:hover .nav-icon {
    transform: scale(1.1);
}

/* Dropdown */
.dropdown-toggle::after {
    display: none;
}

.dropdown-arrow {
    font-size: 0.7rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.nav-item:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.modern-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 10000;
}

.nav-item:hover .modern-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.modern-dropdown .dropdown-item {
    padding: 0.8rem 1.5rem;
    color: #2c3e50;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-radius: 0;
}

.modern-dropdown .dropdown-item:hover {
    background: rgba(103, 126, 234, 0.1);
    color: #;
    padding-left: 2rem;
}

/* User Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.btn-modern i {
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.btn-modern.btn-primary {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(103, 126, 234, 0.3);
}

.btn-modern.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(103, 126, 234, 0.4);
    text-decoration: none;
    color: white;
}

.btn-modern.btn-outline {
    background: transparent;
    color: #2c3e50;
    border-color: #e9ecef;
}

.btn-modern.btn-outline:hover {
    background: #f8f9fa;
    border-color: #;
    color: #;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-modern.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
    color: white;
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 0;
    justify-content: center;
    align-items: center;
}

/* Força o botão mobile sempre visível em telas pequenas */
@media (max-width: 991.98px) {
    .mobile-menu-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column !important;
        z-index: 999999 !important;
        background: none !important;
        border: none !important;
        min-width: 40px !important;
        min-height: 40px !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .hamburger-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 25px !important;
        height: 3px !important;
        background: #2c3e50 !important;
        margin: 2px 0 !important;
        border-radius: 2px !important;
    }
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    margin: 3px 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 99999999 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* MENU MOBILE FUNCIONANDO - VERSÃO FINAL */
.mobile-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 2147483647 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
}

.mobile-menu-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 300px !important;
    height: 100vh !important;
    background: white !important;
    padding: 2rem !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease !important;
    overflow-y: auto !important;
    z-index: 2147483647 !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2) !important;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0) !important;
}

/* REMOVIDO - definição duplicada */

/* Responsividade específica para telas muito pequenas */
@media (max-width: 480px) {
    .mobile-menu-content {
        width: 280px;
        padding: 1.5rem;
    }
    
    .mobile-menu-header {
        margin-bottom: 1.5rem;
        padding-bottom: 0.75rem;
    }
    
    .mobile-logo {
        height: 25px;
    }
    
    .mobile-nav-list li {
        margin-bottom: 0.5rem;
    }
    
    .mobile-nav-link {
        padding: 0.75rem 0;
        font-size: 0.95rem;
    }
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.mobile-logo {
    height: 30px;
}

.mobile-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.mobile-nav-list li {
    margin-bottom: 0.5rem;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: rgba(103, 126, 234, 0.1);
    color: #;
    text-decoration: none;
}

.mobile-nav-link.active {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: white;
}

.mobile-nav-link i {
    margin-right: 1rem;
    width: 20px;
    text-align: center;
}

.mobile-actions {
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.btn-block {
    width: 100%;
    display: block;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex !important;
    }
    
    .nav-actions {
        display: none;
    }
}

/* Garantir que o menu mobile sempre apareça em tablets e celulares */
@media (max-width: 991px) {
    .mobile-menu-btn {
        display: flex !important;
        flex-direction: column;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        gap: 4px;
        position: relative;
        z-index: 20;
    }
}

/* Mobile Header Simplificado */
@media (max-width: 768px) {
    .modern-header {
        height: 60px;
        min-height: 60px;
        width: 100vw !important;
        max-width: 100vw !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        z-index: 10000 !important;
    }
    
    .header-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .modern-nav {
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        height: 60px;
        width: 100% !important;
        max-width: 100vw !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .nav-brand {
        flex: 0 0 auto;
        z-index: 15;
    }
    
    .brand-logo {
        height: 35px;
    }
    
    /* Menu hamburger sempre visível no mobile */
    .mobile-menu-btn {
        display: flex !important;
        z-index: 999999 !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: none !important;
        border: none !important;
        cursor: pointer;
        padding: 0.5rem;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 40px !important;
        height: 40px !important;
        pointer-events: auto !important;
    }
    
    .hamburger-line {
        width: 22px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
        margin: 2px 0;
        display: block;
    }
    
    /* Esconder botão de login mobile temporariamente */
    .mobile-login-btn {
        display: none !important;
    }
    
    /* Para usuários não logados, esconder o botão de login móvel */
    .nav-guest .mobile-login-btn {
        display: none !important;
    }
    
    /* Prevenir overflow horizontal */
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
    html {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
}

/* CSS já incluído acima no Mobile Header Simplificado */

/* Scroll Effect */
body {
    padding-top: 70px;
}

/* Override para mobile */
@media (max-width: 768px) {
    body {
        padding-top: 60px !important;
    }
}

body.overflow-hidden {
    overflow: hidden;
}

/* ===== FOOTER MODERNO ===== */
.modern-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

/* Background Elements */
.footer-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(103, 126, 234, 0.1);
    animation: float 10s ease-in-out infinite;
}

.footer-element-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.footer-element-2 {
    width: 100px;
    height: 100px;
    top: 60%;
    right: 10%;
    animation-delay: 3s;
}

.footer-element-3 {
    width: 120px;
    height: 120px;
    bottom: 10%;
    left: 70%;
    animation-delay: 6s;
}

/* Main Footer */
.footer-main {
    position: relative;
    z-index: 2;
    padding: 4rem 0 3rem;
}

.footer-logo {
    height: 50px;
    width: auto;
    filter: brightness(1.2);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Footer Sections */
.footer-section {
    margin-bottom: 2rem;
}

.footer-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.footer-icon {
    margin-right: 0.8rem;
    color: #;
    font-size: 1rem;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1rem;
}

.footer-link:before {
    content: '›';
    position: absolute;
    left: 0;
    color: #;
    font-weight: bold;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #;
    text-decoration: none;
    padding-left: 1.5rem;
}

.footer-link:hover:before {
    transform: translateX(0.3rem);
}

/* Social Media */
.social-section {
    margin-top: 2rem;
}

.social-title {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link.facebook {
    background: rgba(59, 89, 152, 0.2);
    border: 2px solid rgba(59, 89, 152, 0.3);
}

.social-link.facebook:before {
    background: #3b5998;
}

.social-link.twitter {
    background: rgba(29, 161, 242, 0.2);
    border: 2px solid rgba(29, 161, 242, 0.3);
}

.social-link.twitter:before {
    background: #1da1f2;
}

.social-link.linkedin {
    background: rgba(0, 119, 181, 0.2);
    border: 2px solid rgba(0, 119, 181, 0.3);
}

.social-link.linkedin:before {
    background: #0077b5;
}

.social-link.instagram {
    background: rgba(225, 48, 108, 0.2);
    border: 2px solid rgba(225, 48, 108, 0.3);
}

.social-link.instagram:before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link:hover {
    transform: translateY(-3px);
    text-decoration: none;
    color: white;
}

.social-link:hover:before {
    transform: scale(1);
}

.social-link i {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
}

/* Contact Info */
.contact-info {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(103, 126, 234, 0.3);
    transform: translateY(-2px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 1rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

/* Newsletter */
.newsletter-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-title {
    color: white;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.newsletter-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 25px 0 0 25px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #;
    color: white;
    box-shadow: none;
}

.newsletter-btn {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border: none;
    color: white;
    border-radius: 0 25px 25px 0;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #667eea 0%, # 100%);
    transform: translateY(-1px);
    color: white;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.bottom-link:hover {
    color: #;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-main {
        padding: 3rem 0 2rem;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 2rem 0 1.5rem;
    }
    
    .footer-element {
        display: none;
    }
    
    /* Footer Grid Mobile */
    .footer-main .row {
        text-align: center;
    }
    
    .footer-main .col-lg-3,
    .footer-main .col-lg-2,
    .footer-main .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    .footer-main .col-lg-3:last-child,
    .footer-main .col-lg-2:last-child,
    .footer-main .col-lg-4:last-child {
        margin-bottom: 1rem;
    }
    
    /* Footer Logo Mobile */
    .footer-logo {
        height: 40px;
        margin-bottom: 1rem;
    }
    
    /* Footer Links Mobile */
    .footer-links {
        padding: 0;
        list-style: none;
    }
    
    .footer-links li {
        margin-bottom: 0.75rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footer-links a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    /* Footer Titles Mobile */
    .footer-title {
        font-size: 1.1rem !important;
        margin-bottom: 1rem !important;
        color: #ffffff;
        font-weight: 600;
    }
    
    /* Social Links Mobile */
    .social-links {
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* Contact Info Mobile */
    .contact-info {
        text-align: center;
    }
    
    .contact-info p {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .contact-info i {
        margin-right: 0.5rem;
        color: #;
    }
    
    /* Newsletter Mobile */
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-input {
        border-radius: 25px;
        margin-bottom: 1rem;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .newsletter-btn {
        border-radius: 25px;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Footer Bottom Mobile */
    .footer-bottom {
        padding: 1rem 0;
        text-align: center;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-top: 1rem;
    }
    
    .footer-bottom-links a {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
    }
    
    .copyright-text {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}
.navbar-light .navbar-text a{
    color:#}
.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:#}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:#}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{
    color:#}

.badge-primary{
    color:#fff;
    background-color:#}

.bg-primary{
    background-color:#!important
}

.text-primary{
    color:#!important
}

.btn.btn-light-primary{
    background:rgba(40,110,251,.1);
    color:#}
.btn.btn-light-primary:hover{
    color:#fff;
    background-color:#;
    box-shadow:0 4px 11px rgba(40,110,251,.35)
}

.badge-primary-soft{
    background-color: rgba(106,116,123,.1);
    color: #;
}
a.badge-primary-soft:focus,a.badge-primary-soft:hover{
    background-color:rgba(106,116,123,.1);
    color:#}

.badge-white-soft.active{
    background-color:#fff;
    color:#}
.badge-white-soft.active:focus,.badge-white-soft.active:hover{
    background-color:#f6f9fc;
    color:#}

.bg-primary::-moz-selection{
    color:#;
    background:#fff
}
.bg-primary::selection{
    color:#;
    background:#fff
}
.bg-primary{
    color:#;
    background:#fff
}

.svg-injector{
    width:auto;
    height:auto;
    fill:none;
    stroke:currentcolor;
    stroke-width:0;
    stroke-linecap:round;
    stroke-linejoin:round;
    color:#}

.breadcrumb .breadcrumb-item a{
    color:#}

::-moz-selection{
    color:#fff;
    background:#}
::selection{
    color:#fff;
    background:#}
::-moz-selection{
    color:#fff;
    background:#}
.navbar-dark .navbar-text a{
    color:#}
.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
    color:#}

.scroll-to-top{
    font-size:20px;
    text-align:center;
    color: #;
    background-color: rgba(40,110,251,.1);
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    border-radius:50%;
    width:35px;
    height:35px;
    line-height:35px;
    z-index:9999;
    outline:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease
}
.scroll-to-top i{
    color:#}
.scroll-to-top:hover{
    color:#fff;
    background:#}
.icon-style-two .icon{
    display:inline-block;
    vertical-align:middle;
    border-radius:50px;
    padding:10px;
    line-height:2.2rem;
    text-align:center;
    background-color:rgba(40,110,251,.1);
    color:#;
    height:3.5rem;
    width:3.5rem
}

.list-style1 i{
    color:#;
    font-size:12px;
    background:rgba(40,110,251,.1);
    border-radius:30px;
    padding:7px;
    line-height:13px
}

.hover-primary:hover{
    color:#;
    transition:all .3s ease-in-out
}

.fill-primary{
    fill:#}

.overlay-primary:before{
    background-color:#286efb
}

@media (max-width:991.98px){
    .navbar-dark .navbar-nav .nav-link:hover{
        color:#6a747b;
        color:#    }
    .navbar-dark .navbar-nav .nav-link:focus{
        color:#    }
}


.footer-list-style li a:hover{
    color:#}



.footer-list-style-two li a:hover{
    color:#;
    text-decoration: underline;
}

.footer-title-style2:after{
    position:absolute;
    content:'';
    background:#;
    width:60px;
    height:2px;
    bottom:2px;
    left:0;
    right:0;
    margin:0 auto
}

.accordion>.card .btn-link:after{
    background:0 0;
    content:"-";
    right:17px;
    left:inherit;
    font-size:20px;
    height:auto;
    -webkit-transform:none;
    transform:none;
    width:auto;
    position:absolute;
    color:#;
    top:0;
    bottom:0;
    margin:auto 0;
    height:34px
}

.social-icon li a{
    font-size:1.16rem;
    color:#}

.social-icon3 li a{
    width:35px;
    height:35px;
    line-height:35px;
    border:1px solid #;
    text-align:center;
    border-radius:50%;
    font-size:15px;
    display:inline-block
}
.social-icon3 li a:hover{
    background-color:#;
    color:#fff
}

.tab-style-one .resp-tabs-list li.resp-tab-active{
    border:1px solid #;
    border-bottom:none;
    border-color:#!important;
    margin-bottom:-1px;
    border-top:4px solid #!important;
    border-bottom:0 #fff solid;
    border-bottom:none;
    background-color:#fff;
    color:#;
    -ms-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -ms-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -o-border-top-right-radius:5px;
    -ms-border-radius-top-left:5px;
    -webkit-border-radius-top-left:5px;
    -moz-border-radius-top-left:5px;
    -o-border-radius-top-left:5px;
    -ms-border-radius-topright:5px;
    -webkit-border-radius-topright:5px;
    -moz-border-radius-topright:5px;
    -o-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top:none!important;
    border-left:none!important;
    border-right:none!important
}


.tab-style-one .resp-tabs-list li.resp-tab-active:after{
    content:"";
    background:#;
    height:1px;
    width:100%;
    position:absolute;
    bottom:-1px;
    left:0;
    margin:0 auto;
    right:0
}

.html-code .copy-clipboard:hover{
    background:#;
    color:#fff!important
}

ul.pagination li a {
    background: #f1f1f1;
    padding: 10px 20px;
    color: #;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 4px;
}

ul.pagination li a:hover {
    background:#;
    color: #fff !important;
}

.pagination>.active>a{ 
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: # !important;
    border-color: #514adf !important;
}

.icon-plan i {
    background-color: rgba(40,110,251,.1);
    border-color: #;
    font-size: 16px;
    color: #;
    padding: 20px;
    border-radius: 50px;
}

.purple .pricing-label {
  background: #cad2ff;
  color: #;
}

.purple .price-tag {
  color: #;
}

.ui-state-default:hover {
	background: rgba(40,110,251,.1);
	color: #;
}

.ui-state-active {
	background: rgba(40,110,251,.1);
	color: #;
}

.staff-rdo > input + div:hover{
    border: 2px solid #;
}

.staff-rdo > input:checked + div {
    background-color: #fff;
    border: 2px solid #;
    border-radius: 4px;
}

.bg-primary-soft{
    background-color: rgba(40,110,251,.1);
    color: #;
}

.ui-timepicker-standard .ui-state-hover {
    border: 1px solid #fff !important;
    background-color: rgba(40,110,251,.1) !important;
    color: # !important;
}

.learn-more{
    color: # !important;
    text-decoration: underline;
}

.btn-aceptar{
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px !important;
    color: # !important;
    border: 1px solid # !important;
    background-color: #fff !important;
    font-size: 12px !important;
}

.btn-aceptar:hover{
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px !important;
    color: #fff !important;
    border: 1px solid # !important;
    background-color: # !important;
    font-size: 12px !important;
}

.service-rdo > input + div:hover{
    border: 2px solid #;
}

.service-rdo > input{ 
    visibility: hidden; 
    position: absolute;
}

.service-rdo > input:checked + div {
    background-color: #fff;
    border: 2px solid #;
    border-radius: 4px;
}

.slider-section .owl-theme .owl-nav [class*=owl-]{
    background:#;
    color:#fff;
    width:3rem;
    height:3rem
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
    background:#fff;
    color:#}
.btn-primary {
    color: #fff;
    background-color: #;
    border-color: #;
}

/* =================================
   SEÇÃO PROFISSIONAIS MAIS BEM AVALIADOS
   ================================= */

.top-rated-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.top-rated-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.top-rated-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
}

.top-rated-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, # 0%, #ff6b6b 100%);
}

.top-rated-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.top-rated-card .card-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
    position: relative;
}

.staff-photo {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.staff-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.staff-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.5rem;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.rating-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    padding: 8px 12px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid #ffffff;
}

.rating-badge i {
    margin-right: 4px;
    color: #ff6b35;
}

.top-rated-card .card-body {
    padding: 1rem 2rem 2rem;
    text-align: center;
}

.staff-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.staff-category {
    color: #;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.staff-company {
    color: #718096;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.staff-company i {
    color: #a0aec0;
}

.rating-info {
    margin-bottom: 1.5rem;
}

.stars {
    margin-bottom: 0.5rem;
}

.stars i {
    font-size: 1rem;
    margin: 0 2px;
    color: #e2e8f0;
}

.stars i.filled {
    color: #ffd700;
}

.rating-count {
    font-size: 0.8rem;
    color: #718096;
}

.card-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.card-actions .btn {
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 120px;
}

.card-actions .btn-primary {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.card-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.card-actions .btn-outline-primary {
    border: 2px solid #;
    color: #;
    background: transparent;
}

.card-actions .btn-outline-primary:hover {
    background: #;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 768px) {
    .top-rated-section {
        padding: 2rem 0 !important;
    }
    
    .top-rated-card {
        margin-bottom: 1.5rem;
    }
    
    .top-rated-card .card-header {
        padding: 1.5rem 1rem 0.5rem;
    }
    
    .top-rated-card .card-body {
        padding: 0.5rem 1rem 1.5rem;
    }
    
    .staff-img, .staff-placeholder {
        width: 70px;
        height: 70px;
    }
    
    .staff-placeholder {
        font-size: 1.8rem;
    }
    
    .rating-badge {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
    
    .staff-name {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .staff-category,
    .staff-company {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .card-actions {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .card-actions .btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }
    
    .rating-info .stars {
        font-size: 0.9rem;
    }
    
    .rating-count {
        font-size: 0.8rem;
    }
    
    .card-actions {
        flex-direction: column;
    }
    
    .card-actions .btn {
        min-width: auto;
    }
}

/* =================================
   PÁGINA DE PROFISSIONAIS MODERNA
   ================================= */

/* Hero da Página */
.professionals-hero {
    background: linear-gradient(135deg, #070679 0%, #667eea 100%);
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.professionals-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(79, 70, 229, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

/* Seção de Filtros */
.filters-section {
    background: #f8f9ff;
    padding: 3rem 0;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.filters-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.filter-group {
    margin-bottom: 1rem;
}

.filter-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.filter-label i {
    margin-right: 8px;
    color: #;
    width: 16px;
}

.filter-input, .filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.filter-input:focus, .filter-select:focus {
    outline: none;
    border-color: #;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-near-me, .btn-filter, .btn-map {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-near-me {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
}

.btn-near-me:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.btn-filter {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
}

.btn-filter:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-map {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
}

.btn-map:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
}

/* Seção Principal */
.professionals-section {
    padding: 4rem 0;
    background: #ffffff;
}

/* Header de Resultados */
.results-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.results-count {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.location-badge {
    display: inline-block;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 1rem;
}

.btn-view-option {
    background: #ffffff;
    border: 2px solid #;
    color: #;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-option:hover {
    background: #;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Grid de Profissionais */
.professionals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.professional-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.professional-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Background do Card */
.card-background {
    height: 120px;
    position: relative;
    overflow: hidden;
}

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

.default-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Avatar do Profissional */
.professional-avatar {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.avatar-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Conteúdo do Card */
.card-content {
    padding: 3rem 1.5rem 1.5rem;
    text-align: center;
}

.category-badge {
    display: inline-block;
    background: rgba(102, 126, 234, 0.1);
    color: #;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.professional-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.professional-title {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.location-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.location-info i {
    color: #;
}

/* Avaliação */
.rating-info {
    margin-bottom: 1.5rem;
}

.stars {
    margin-bottom: 0.5rem;
}

.stars i {
    color: #ffd700;
    font-size: 1rem;
    margin: 0 1px;
}

.rating-text {
    color: #718096;
    font-size: 0.85rem;
}

/* Botão de Ação */
.card-actions {
    display: flex;
    justify-content: center;
}

.btn-view-profile-single {
    width: 100%;
    max-width: 200px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border: none;
    color: #ffffff;
}

.btn-view-profile-single:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: #ffffff;
    text-decoration: none;
}

/* Badge de Destaque */
.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Estado Vazio */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-content {
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon {
    font-size: 4rem;
    color: #a0aec0;
    margin-bottom: 2rem;
}

.empty-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.empty-text {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn-empty-action {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-empty-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Paginação */
.pagination-wrapper {
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.pagination-wrapper .pagination {
    justify-content: center;
    margin: 0;
}

.pagination-wrapper .pagination li {
    margin: 0 2px;
}

.pagination-wrapper .pagination li a {
    padding: 8px 12px;
    font-size: 0.9rem;
    border-radius: 6px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination li a:hover {
    background: #;
    color: #ffffff;
    border-color: #;
    transform: translateY(-1px);
}

.pagination-wrapper .pagination li.active a {
    background: #;
    color: #ffffff;
    border-color: #;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .filters-card {
        padding: 1.5rem 1rem;
    }
    
    .professionals-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .results-header .row {
        flex-direction: column;
        text-align: center;
    }
    
    .results-header .col-md-6:last-child {
        margin-top: 1rem;
    }
    
    .location-badge {
        display: block;
        margin: 1rem 0 0 0;
    }
    
    .btn-view-profile-single {
        max-width: none;
        width: 100%;
    }
    
    /* Paginação Mobile */
    .pagination-wrapper {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .pagination-wrapper .pagination li a {
        padding: 6px 10px;
        font-size: 0.85rem;
        margin: 0 1px;
    }
    
    .pagination-wrapper .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =================================
   PÁGINA DE CONTATO MODERNA
   ================================= */

/* Hero da Página de Contato */
.contact-hero {
    background: linear-gradient(135deg, #070679 0%, #667eea 100%);
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(79, 70, 229, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Seção Principal de Contato */
.contact-section {
    padding: 4rem 0;
    background: #f8f9ff;
}

/* Card de Informações de Contato */
.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    height: 100%;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-title i {
    color: #;
    font-size: 1.3rem;
}

.contact-info-text {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Items de Contato */
.contact-items {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon i {
    color: #ffffff;
    font-size: 1.2rem;
}

.contact-details h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.contact-link {
    color: #;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #667eea;
    text-decoration: none;
}

/* Redes Sociais */
.social-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

.social-section h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    border-color: #;
    color: #;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Card do Formulário */
.contact-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-title i {
    color: #;
    font-size: 1.3rem;
}

.form-subtitle {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Alertas Modernos */
.alert-success-modern, .alert-error-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.alert-success-modern {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #065f46;
}

.alert-success-modern i {
    color: #10b981;
    font-size: 1.2rem;
}

.alert-error-modern {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #7f1d1d;
}

.alert-error-modern i {
    color: #ef4444;
    font-size: 1.2rem;
}

/* Formulário Moderno */
.modern-contact-form {
    margin-top: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group-modern {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-label i {
    color: #;
    width: 16px;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: inherit;
}

.form-input:focus, .form-textarea:focus {
    outline: none;
    border-color: #;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

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

.form-hint {
    color: #a0aec0;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    display: block;
}

/* Captcha */
.captcha-container {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

/* Ações do Formulário */
.form-actions {
    text-align: center;
    margin-top: 2rem;
}

.btn-send-message {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.btn-send-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-send-message:active {
    transform: translateY(0);
}

.btn-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-privacy {
    color: #a0aec0;
    font-size: 0.8rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.form-privacy i {
    color: #10b981;
}

/* Seção FAQ Rápidas */
.quick-faq-section {
    padding: 4rem 0;
    background: #ffffff;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.faq-subtitle {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.faq-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
}

.faq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.faq-question i {
    color: #;
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.faq-answer {
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .contact-hero {
        padding: 3rem 0 1.5rem;
    }
    
    .contact-section {
        padding: 3rem 0;
    }
    
    .contact-info-card, .contact-form-card {
        padding: 2rem 1.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .contact-item {
        padding: 1rem 0;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .form-title, .contact-info-title {
        font-size: 1.3rem;
    }
    
    .faq-card {
        padding: 1.5rem;
    }
}

/* ====================================
   ESTILOS DA PÁGINA DE FAQs
   ==================================== */

/* Hero da Página de FAQs */
.faq-hero {
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.faq-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Seção Principal de FAQs */
.faqs-section {
    padding: 4rem 0;
    background: #f8f9ff;
}

/* Container dos FAQs */
.faqs-container {
    max-width: 100%;
}

/* Item Individual de FAQ */
.faq-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Pergunta do FAQ */
.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    transition: all 0.3s ease;
    user-select: none;
}

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

.question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.question-icon {
    color: #;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Ícone de Toggle */
.toggle-icon {
    margin-left: 1rem;
    flex-shrink: 0;
}

.toggle-icon i {
    color: #;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

/* Resposta do FAQ */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f8f9ff;
}

.faq-answer.open {
    max-height: 500px;
}

.answer-content {
    padding: 0 2rem 1.5rem;
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Estado Vazio */
.empty-state {
    padding: 4rem 0;
    text-align: center;
}

.empty-state-content {
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.empty-icon i {
    color: #ffffff;
    font-size: 2rem;
}

.empty-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.empty-text {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Seção de Ajuda */
.help-section {
    padding: 4rem 0;
    background: #ffffff;
}

.help-card {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.help-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.help-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.help-title i {
    font-size: 1.3rem;
    color: #ffffff;
}

.help-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.btn-help {
    background: #ffffff;
    color: #;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-help:hover {
    background: #f7fafc;
    color: #;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* Responsividade */
@media (max-width: 768px) {
    .faq-hero {
        padding: 3rem 0 1.5rem;
    }
    
    .faqs-section {
        padding: 3rem 0;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
    }
    
    .answer-content {
        padding: 0 1.5rem 1.25rem;
    }
    
    .question-text {
        font-size: 1rem;
    }
    
    .help-card {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    
    .help-title {
        font-size: 1.3rem;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    
    .btn-help {
        margin-top: 1rem;
    }
    
    .empty-icon {
        width: 60px;
        height: 60px;
    }
    
    .empty-icon i {
        font-size: 1.5rem;
    }
    
    .empty-title {
        font-size: 1.3rem;
    }
}

/* ====================================
   ESTILOS DA PÁGINA DE BLOG
   ==================================== */

/* Hero da Página de Blog */
.blog-hero {
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Container de Busca */
.search-container {
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Formulário de Busca */
.blog-search-form {
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 4px 4px 4px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.search-input-wrapper.focused {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.search-icon {
    color: #a0aec0;
    margin-right: 12px;
    font-size: 1.1rem;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #2d3748;
    background: transparent;
    padding: 12px 0;
}

.search-input::placeholder {
    color: #a0aec0;
}

.search-btn {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Seção Principal do Blog */
.blog-section {
    padding: 4rem 0;
    background: #f8f9ff;
}

/* Cabeçalho dos Resultados de Busca */
.search-results-header {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.results-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.search-term {
    color: #;
}

.results-count {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.btn-clear-search-header, .btn-clear-search {
    background: #ffffff;
    color: #;
    border: 2px solid #;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-clear-search-header:hover, .btn-clear-search:hover {
    background: #;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Grid de Posts */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Card Individual do Post */
.blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Imagem do Post */
.blog-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3rem;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
    gap: 8px;
}

.blog-card:hover .image-overlay {
    opacity: 1;
}

.blog-card:hover .post-image {
    transform: scale(1.1);
}

.image-overlay i {
    font-size: 2rem;
    margin-bottom: 8px;
}

.image-overlay span {
    font-size: 1rem;
    font-weight: 600;
}

/* Conteúdo do Post */
.blog-content {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Meta Informações */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.blog-category, .blog-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #718096;
}

.blog-category {
    background: rgba(102, 126, 234, 0.1);
    color: #;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.blog-category i {
    font-size: 0.8rem;
}

/* Título do Post */
.blog-title {
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.blog-title a {
    color: #2d3748;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a:hover {
    color: #;
}

/* Excerpt */
.blog-excerpt {
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Ações do Post */
.blog-actions {
    margin-top: auto;
}

.read-more-btn {
    color: #;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #667eea;
    text-decoration: none;
    gap: 12px;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(4px);
}

/* Paginação */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .blog-hero {
        padding: 3rem 0 1.5rem;
    }
    
    .blog-section {
        padding: 3rem 0;
    }
    
    .search-container {
        margin-top: 1.5rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 1.5rem;
    }
    
    .blog-meta {
        gap: 0.5rem;
    }
    
    .blog-category, .blog-date {
        font-size: 0.8rem;
    }
    
    .blog-title a {
        font-size: 1.1rem;
    }
    
    .search-results-header {
        padding: 1.5rem;
        text-align: center;
    }
    
    .btn-clear-search-header {
        margin-top: 1rem;
    }
    
    .search-input-wrapper {
        padding: 4px 4px 4px 16px;
    }
    
    .search-input {
        font-size: 0.95rem;
        padding: 10px 0;
    }
    
    .search-btn {
        width: 45px;
        height: 45px;
    }
}

/* ================================
   MOBILE MENU MODAL SLIDEOUT
   ================================ */

/* Modal que desliza da direita */
.modal-dialog-slideout {
    position: fixed;
    margin: 0;
    width: 320px;
    height: 100vh;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99999 !important;
}

.modal.fade .modal-dialog-slideout {
    transform: translateX(100%);
}

.modal.show .modal-dialog-slideout {
    transform: translateX(0);
}

.modal-dialog-slideout .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 99999 !important;
    position: relative;
}

.modal-dialog-slideout .modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.modal-dialog-slideout .modal-header .close {
    font-size: 1.5rem;
    margin: -1rem -1rem -1rem auto;
    color: #666;
    opacity: 0.8;
}

.modal-dialog-slideout .modal-header .close:hover {
    opacity: 1;
    color: #333;
}

.modal-dialog-slideout .modal-body {
    padding: 0;
    flex: 1;
    overflow-y: auto;
}

.modal-dialog-slideout .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
}

.modal-dialog-slideout .list-group-item:hover {
    background-color: #f8f9fa;
    color: #;
    border-color: transparent;
}

.modal-dialog-slideout .list-group-item:first-child {
    border-top: none;
}

.modal-dialog-slideout .list-group-item:last-child {
    border-bottom: none;
}

.modal-dialog-slideout .mobile-actions {
    padding: 1rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.modal-dialog-slideout .btn {
    font-weight: 500;
    text-transform: none;
    border-radius: 6px;
}

.modal-dialog-slideout .btn-block {
    padding: 0.7rem 1rem;
}

/* Overlay escuro */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998 !important;
}

/* Modal principal - FORÇA Z-INDEX MÁXIMO */
.modal#mobileMenuModal {
    z-index: 999999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.modal#mobileMenuModal .modal-dialog {
    z-index: 999999999 !important;
    position: fixed !important;
}

.modal#mobileMenuModal .modal-dialog-slideout {
    z-index: 999999999 !important;
    position: fixed !important;
}

.modal#mobileMenuModal .modal-content {
    z-index: 999999999 !important;
    position: relative !important;
}

/* Backdrop também com z-index alto */
.modal-backdrop.show {
    z-index: 999999998 !important;
}

/* Garantir que TUDO do modal seja o mais alto possível */
.modal.show#mobileMenuModal {
    z-index: 999999999 !important;
}

.modal.show#mobileMenuModal * {
    z-index: inherit !important;
}

/* Forçar elementos específicos para trás quando modal está aberto */
body.modal-open .main-wrapper > *:not(.modal):not(.modal-backdrop) {
    z-index: 1 !important;
    position: relative !important;
}

body.modal-open .hero-section,
body.modal-open .hero,
body.modal-open .home-hero,
body.modal-open .main-content,
body.modal-open .content-wrapper,
body.modal-open .search-section {
    z-index: 1 !important;
    position: relative !important;
}

/* Garante que o modal seja sempre o mais alto */
body.modal-open #mobileMenuModal {
    z-index: 999999999 !important;
}

body.modal-open .modal-backdrop {
    z-index: 999999998 !important;
}

/* Modal de Localização/Mapa na página de empresas */
#mapModal {
    z-index: 999999999 !important;
    position: fixed !important;
}

#mapModal .modal-dialog {
    z-index: 999999999 !important;
    position: relative !important;
}

#mapModal .modal-content {
    z-index: 999999999 !important;
    position: relative !important;
}

#mapModal + .modal-backdrop {
    z-index: 999999998 !important;
}

/* Ajustes para mobile */
@media (max-width: 576px) {
    .modal-dialog-slideout {
        width: 280px;
    }
    
    .modal-dialog-slideout .modal-header {
        padding: 1.25rem;
    }
    
    .modal-dialog-slideout .mobile-actions {
        padding: 1rem 0.75rem;
    }
}

/* ================================
   SEÇÃO DE PREÇOS
   ================================ */

.pricing-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Seletor de Período */
.pricing-selector-wrapper {
    margin-bottom: 3rem;
}

.pricing-selector {
    display: inline-flex;
    background: white;
    padding: 0.5rem;
    border-radius: 60px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    gap: 0.25rem;
}

.period-btn {
    background: transparent;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.period-btn:hover {
    color: #;
    transform: translateY(-1px);
}

.period-btn.active {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

.period-btn .badge {
    background: #28a745;
    color: white;
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    margin-left: 0.25rem;
    font-weight: 600;
}

.period-btn.active .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Card Único de Preço */
.pricing-card-single {
    background: white;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 3px solid #;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card-single:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.pricing-card-single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, # 0%, #667eea 100%);
}

/* Cards de Preço (para compatibilidade) */
.pricing-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
    border: 3px solid #;
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 20px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Cabeçalho do Preço */
.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1rem;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #;
}

.price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #343a40;
    line-height: 1;
}

.period {
    font-size: 1.25rem;
    color: #6c757d;
    font-weight: 500;
}

.plan-description {
    color: #6c757d;
    margin-bottom: 0;
}

/* Features List */
.pricing-features {
    margin-bottom: 2rem;
}

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

.features-list li {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
    color: #495057;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li i {
    color: #28a745;
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* Footer do Card */
.pricing-footer {
    margin-top: auto;
}

.pricing-card .btn {
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    text-transform: none;
    transition: all 0.3s ease;
}

.pricing-card.featured .btn-primary {
    background: linear-gradient(135deg, # 0%, #667eea 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.pricing-card.featured .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

/* Banner Teste Grátis */
.free-trial-banner {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(40, 167, 69, 0.3);
}

.free-trial-banner h4 {
    color: white;
}

.free-trial-banner .btn-success {
    background: white;
    color: #28a745;
    border: none;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.free-trial-banner .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: #28a745;
}

/* Responsividade */
@media (max-width: 768px) {
    .pricing-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .pricing-selector {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: 20px;
    }
    
    .period-btn {
        width: 100%;
        text-align: center;
    }
    
    .pricing-card-single {
        padding: 2rem;
    }
    
    .price {
        font-size: 2.5rem !important;
    }
    
    .free-trial-banner {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        padding: 1.5rem;
    }
    
    .pricing-card-single {
        padding: 1.5rem;
        border-radius: 16px;
    }
    
    .popular-badge {
        font-size: 0.75rem;
        padding: 0.375rem 1rem;
    }
    
    .period-btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .pricing-selector {
        padding: 0.75rem;
    }
}

