/* =====================================================
   FLEXCREDI - DESKTOP OPTIMIZATION
   Layout clean, profissional e moderno
   ===================================================== */

/* =====================================================
   1. TIPOGRAFIA GLOBAL - FONTE ÚNICA: INTER
   (COM EXCEÇÃO PARA FONTAWESOME)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Aplicar Inter a todos os elementos EXCETO ícones FontAwesome */
*:not(i):not([class*="fa-"]):not(.fas):not(.far):not(.fab):not(.fal):not(.fad) {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =====================================================
   CORREÇÃO GLOBAL DE ÍCONES FONTAWESOME
   Garantir que TODOS os ícones FA funcionem corretamente
   ===================================================== */

/* Reset global para ícones FontAwesome */
i.fas, i.far, i.fab, i.fal, i.fad,
.fas, .far, .fab, .fal, .fad,
[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-style: normal !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 1;
}

/* Ícones regulares (far) usam peso 400 */
i.far, .far {
    font-weight: 400 !important;
}

/* Ícones de marcas (fab) usam peso 400 */
i.fab, .fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", FontAwesome !important;
    font-weight: 400 !important;
}

/* Garantir que ícones dentro de botões, labels, títulos funcionem */
button i, 
.btn i,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
label i,
span i,
p i,
a i,
.section-title i,
.step-header i,
.document-label i,
.upload-label i,
.alert i {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-style: normal !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

/* =====================================================
   ÍCONES ESPECÍFICOS DO FORMULÁRIO MULTI-STEP
   ===================================================== */

/* Ícones nas seções do formulário */
.form-step i,
.form-step .fas,
.form-step .far,
.form-step .fab,
.review-section i,
.review-section .fas,
.card-title i,
.section-title i,
h2 i, h3 i, h4 i,
.step-navigation i,
.btn-prev i,
.btn-next i,
.btn-submit i,
.btn-success i,
.btn-secondary i {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-style: normal !important;
    font-weight: 900 !important;
    display: inline-block !important;
    margin-right: 6px;
}

/* Ícones de upload de documentos */
.document-upload-group i,
.upload-area i,
.btn-camera i,
.upload-text i,
.fa-cloud-upload-alt,
.fa-camera,
.fa-id-card,
.fa-home,
.fa-credit-card,
.fa-file-upload {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-style: normal !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

/* Ícones específicos comuns no formulário */
.fa-user::before { content: "\f007" !important; }
.fa-briefcase::before { content: "\f0b1" !important; }
.fa-university::before { content: "\f19c" !important; }
.fa-check-circle::before { content: "\f058" !important; }
.fa-dollar-sign::before { content: "\f155" !important; }
.fa-lock::before { content: "\f023" !important; }
.fa-arrow-left::before { content: "\f060" !important; }
.fa-arrow-right::before { content: "\f061" !important; }
.fa-paper-plane::before { content: "\f1d8" !important; }
.fa-cloud-upload-alt::before { content: "\f382" !important; }
.fa-camera::before { content: "\f030" !important; }
.fa-id-card::before { content: "\f2c2" !important; }
.fa-home::before { content: "\f015" !important; }
.fa-credit-card::before { content: "\f09d" !important; }
.fa-file-upload::before { content: "\f574" !important; }
.fa-info-circle::before { content: "\f05a" !important; }
.fa-calculator::before { content: "\f1ec" !important; }
.fa-star::before { content: "\f005" !important; }

/* =====================================================
   2. HEADER - SLIM E PROFISSIONAL
   ===================================================== */

@media (min-width: 768px) {
    
    .header {
        background: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06);
        padding: 0;
    }
    
    .navbar {
        height: 56px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        gap: 12px;
    }
    
    /* Logo - 30% MAIOR */
    .logo-img {
        height: 50px;
        transition: transform 0.2s ease;
        flex-shrink: 0;
    }
    
    .logo-img:hover {
        transform: scale(1.02);
    }
    
    /* Menu Navigation - COMPACTO */
    .navbar-nav {
        gap: 0;
        display: flex !important;
        list-style: none;
        flex: 1;
        justify-content: center;
    }
    
    .navbar-nav li {
        display: inline-block;
    }
    
    .nav-link {
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #4b5563 !important;
        padding: 6px 10px !important;
        border-radius: 6px;
        transition: all 0.2s ease;
        letter-spacing: -0.01em;
        border: none !important;
        position: relative;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }
    
    /* Remover TODOS os ícones do menu incluindo chevron */
    .nav-link i {
        display: none !important;
    }
    
    /* Remover tracinhos/underline animado do menu */
    .nav-link::after,
    .navbar-nav .nav-link::after,
    .navbar-nav li a::after {
        display: none !important;
        content: '' !important;
        width: 0 !important;
        height: 0 !important;
        border: none !important;
        background: transparent !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    
    .nav-link:hover::after,
    .nav-link.active::after {
        display: none !important;
        width: 0 !important;
        background: transparent !important;
    }
    
    .nav-link:hover {
        color: #16a34a !important;
        background: #f0fdf4;
    }
    
    /* Dropdown mais clean */
    .dropdown-menu {
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        border-radius: 12px;
        padding: 8px;
    }
    
    .dropdown-item {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 16px;
        border-radius: 8px;
    }
    
    .dropdown-item:hover {
        background: #f0fdf4;
        color: #16a34a;
    }
    
    /* =====================================================
       SELETOR DE IDIOMAS - COMPACTO E CLEAN
       ===================================================== */
    
    .language-selector {
        display: flex;
        align-items: center;
        gap: 1px;
        background: #f8fafc;
        padding: 2px;
        border-radius: 5px;
        border: 1px solid #e2e8f0;
        flex-shrink: 0;
    }
    
    .language-btn {
        width: 24px !important;
        height: 22px !important;
        min-width: 24px;
        border: none !important;
        background: transparent !important;
        border-radius: 3px;
        font-size: 9px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
        opacity: 0.6;
        padding: 0 !important;
    }
    
    .language-btn:hover {
        opacity: 1;
        background: #e2e8f0 !important;
    }
    
    .language-btn.active {
        opacity: 1;
        background: white !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }
    
    /* Esconder emojis e usar texto em desktop */
    .language-btn .lang-emoji {
        display: none;
    }
    
    .language-btn .lang-text {
        display: block;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 9px !important;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        color: #64748b;
    }
    
    .language-btn.active .lang-text {
        color: #16a34a;
    }
    
    /* Botão LOGIN - COMPACTO E SEM ÍCONE */
    .navbar-buttons {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }
    
    .navbar-buttons .btn i,
    .btn-primary.btn-sm i {
        display: none !important;
    }
    
    .btn-primary.btn-sm,
    .navbar-buttons .btn {
        background: #16a34a !important;
        border: none !important;
        padding: 5px 14px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        border-radius: 5px !important;
        letter-spacing: -0.01em;
        box-shadow: 0 1px 3px rgba(22, 163, 74, 0.2);
        transition: all 0.2s ease;
        height: 26px !important;
        line-height: 1;
        display: flex;
        align-items: center;
    }
    
    .btn-primary.btn-sm:hover {
        background: #15803d !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(22, 163, 74, 0.25);
    }
    
    /* Mobile toggle hidden in desktop */
    .mobile-menu-toggle {
        display: none !important;
    }
    
    /* =====================================================
       3. HERO BANNER - 20% MENOR NA ALTURA, TEXTOS MANTIDOS
       ===================================================== */
    
    /* Remover barra verde do topo */
    .hero-carousel::before,
    .carousel::before,
    section.hero::before,
    .hero-section::before,
    .hero::before {
        display: none !important;
        content: none !important;
        background: none !important;
        height: 0 !important;
    }
    
    /* Remover qualquer padding/margin verde no topo */
    .hero-carousel,
    .carousel,
    .hero,
    .hero-section {
        padding-top: 0 !important;
        background-color: transparent !important;
    }
    
    .hero-carousel {
        margin-top: 56px;
        min-height: 160px !important;
        max-height: 190px !important;
        height: 190px !important;
        overflow: hidden;
    }
    
    .carousel-slide {
        min-height: 160px !important;
        max-height: 190px !important;
        height: 190px !important;
    }
    
    .carousel-slide .hero-content {
        padding: 16px 40px;
        max-width: 550px;
    }
    
    /* TEXTOS MANTIDOS NO TAMANHO ATUAL */
    .carousel-slide .hero-slogan {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px;
        opacity: 0.9;
    }
    
    .carousel-slide h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 8px;
        letter-spacing: -0.02em;
    }
    
    .carousel-slide p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        opacity: 0.95;
        max-width: 400px;
    }
    
    /* Carousel indicators */
    .carousel-indicators {
        bottom: 8px;
    }
    
    .carousel-indicators button {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 3px;
        opacity: 0.5;
    }
    
    .carousel-indicators button.active {
        opacity: 1;
        width: 24px;
        border-radius: 4px;
    }
    
    /* =====================================================
       4. SEÇÃO FORMULÁRIO - ULTRA COMPACTO
       ===================================================== */
    
    #simulacao-rapida {
        padding: 24px 0;
        background: #fafafa;
    }
    
    #simulacao-rapida .container {
        max-width: 1100px;
    }
    
    #simulacao-rapida .row.cards-side-by-side {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 20px;
        align-items: stretch;
        margin: 0;
    }
    
    #simulacao-rapida .row.cards-side-by-side > .col-6 {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        padding: 0 !important;
    }
    
    /* Card do Formulário - ULTRA COMPACTO */
    .card {
        background: white;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        padding: 16px;
    }
    
    .card-title {
        font-size: 15px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 2px;
        letter-spacing: -0.02em;
    }
    
    .card-title i {
        font-size: 14px;
        color: #16a34a;
        margin-right: 6px;
    }
    
    .card-subtitle {
        font-size: 11px;
        font-weight: 400;
        color: #6b7280;
        margin-bottom: 12px;
    }
    
    /* Progress Bar - ULTRA COMPACTA */
    .progress-bar-container {
        background: #f8fafc;
        border-radius: 6px;
        padding: 10px 14px;
        margin-bottom: 10px;
        border: 1px solid #e5e7eb;
    }
    
    .progress-bar {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    
    .progress-bar::before {
        content: '';
        position: absolute;
        top: 11px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: #e5e7eb;
        z-index: 0;
    }
    
    .progress-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        flex: 1;
        gap: 4px;
    }
    
    .progress-circle {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: white;
        border: 2px solid #d1d5db;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: #9ca3af;
        transition: all 0.3s ease;
    }
    
    /* Mostrar ícones FontAwesome nos círculos */
    .progress-circle i {
        display: inline-flex !important;
        font-size: 9px !important;
        color: inherit;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
        font-style: normal !important;
    }
    
    .progress-circle i::before {
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
    }
    
    .progress-step.active .progress-circle {
        background: #16a34a;
        border-color: #16a34a;
        color: white;
        box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.12);
    }
    
    .progress-step.active .progress-circle i {
        color: white !important;
    }
    
    .progress-step.completed .progress-circle {
        background: #16a34a;
        border-color: #16a34a;
        color: white;
    }
    
    .progress-step.completed .progress-circle i {
        color: white !important;
    }
    
    .progress-label {
        font-family: 'Inter', sans-serif !important;
        font-size: 9px !important;
        font-weight: 500;
        color: #6b7280;
        text-align: center;
        line-height: 1.2;
        max-width: 70px;
    }
    
    .progress-step.active .progress-label {
        color: #16a34a;
        font-weight: 600;
    }
    
    /* Slider de Valor - MESMO LAYOUT DA PROGRESS BAR */
    .compact-slider-group {
        background: #f0fdf4;
        border: 1px solid #d1fae5;
        border-radius: 6px;
        padding: 8px 12px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .compact-slider-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    
    .slider-container-compact {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    
    /* Labels inline com slider */
    .slider-labels-compact {
        display: none !important;
    }
    
    .slider-min-label,
    .compact-slider-group .min-value {
        font-family: 'Inter', sans-serif !important;
        font-size: 10px !important;
        font-weight: 600;
        color: #6b7280;
        white-space: nowrap;
    }
    
    .slider-max-label,
    .compact-slider-group .max-value {
        font-family: 'Inter', sans-serif !important;
        font-size: 10px !important;
        font-weight: 600;
        color: #6b7280;
        white-space: nowrap;
    }
    
    .custom-slider.compact {
        height: 16px !important;
        margin: 0;
        position: relative;
        flex: 1;
    }
    
    .custom-slider.compact .slider-track {
        height: 4px !important;
        border-radius: 2px;
        background: #d1d5db;
    }
    
    .custom-slider.compact .slider-fill {
        height: 100% !important;
        background: #16a34a;
        border-radius: 2px;
    }
    
    .custom-slider.compact .slider-thumb {
        width: 14px !important;
        height: 14px !important;
        border: 2px solid white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        background: #16a34a;
        border-radius: 50%;
    }
    
    /* Input do valor - INLINE */
    .valor-display-compact {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    
    .valor-input-compact,
    input[type="text"].valor-display,
    .valor-display {
        width: 56px !important;
        height: 24px !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #16a34a !important;
        text-align: center;
        border: 1.5px solid #16a34a;
        border-radius: 4px;
        background: white;
        padding: 0 4px;
    }
    
    /* Form inputs - ULTRA COMPACTOS */
    .form-control {
        height: 34px !important;
        min-height: 34px !important;
        font-size: 12px;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        padding: 6px 10px;
        transition: all 0.2s ease;
    }
    
    .form-control:focus {
        border-color: #16a34a;
        box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.1);
    }
    
    .form-control::placeholder {
        color: #9ca3af;
        font-size: 12px;
    }
    
    .form-group {
        margin-bottom: 6px !important;
    }
    
    .form-label {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #4b5563;
    }
    
    /* Checkbox compacto */
    .form-check {
        padding: 6px 10px !important;
        margin-bottom: 6px !important;
        background: #f9fafb;
        border-radius: 5px;
    }
    
    .form-check-label {
        font-size: 11px !important;
    }
    
    .form-check-input {
        width: 14px !important;
        height: 14px !important;
    }
    
    /* Botão Next - ULTRA COMPACTO */
    .btn-next,
    button[type="button"].btn-success,
    .step-navigation button {
        background: #16a34a !important;
        border: none;
        padding: 8px 24px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 6px;
        transition: all 0.2s ease;
        height: 32px;
    }
    
    .btn-next:hover {
        background: #15803d !important;
        transform: translateY(-1px);
    }
    
    .step-navigation {
        margin-top: 10px !important;
        padding-top: 10px !important;
        gap: 8px;
    }
    
    /* =====================================================
       5. WHY APPLY SIDEBAR - ULTRA COMPACTO
       ===================================================== */
    
    .benefits-card,
    .card:has(.beneficios-lista) {
        padding: 16px;
    }
    
    .benefits-card .card-title,
    h3:has(+ .beneficios-lista) {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    
    .beneficios-lista,
    .benefits-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .beneficio-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px solid #f3f4f6;
    }
    
    .beneficio-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .beneficio-item i,
    .benefit-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        background: #f0fdf4;
        border-radius: 5px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 10px !important;
        color: #16a34a !important;
        font-style: normal !important;
    }
    
    .beneficio-item i.fas,
    .beneficio-item i.far,
    .beneficio-item i.fab {
        display: flex !important;
        font-size: 10px !important;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
    }
    
    .beneficio-item i::before {
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
    }
    
    /* Remover traço após h5 */
    .beneficio-item h5::after {
        display: none !important;
        content: none !important;
    }
    
    .beneficio-item h5,
    .benefit-title {
        font-size: 11px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 1px;
    }
    
    .beneficio-item p,
    .benefit-desc {
        font-size: 10px;
        font-weight: 400;
        color: #6b7280;
        line-height: 1.4;
        margin: 0;
    }
    
    /* Loan Calculator - MESMO PADRÃO DO SLIDER */
    .loan-calculator {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 12px;
        margin-top: 10px;
    }
    
    .calculator-title,
    .loan-calculator h4 {
        font-family: 'Inter', sans-serif !important;
        font-size: 11px;
        font-weight: 600;
        color: #16a34a;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .calculator-label,
    .loan-calculator label {
        font-family: 'Inter', sans-serif !important;
        font-size: 10px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 4px;
        display: block;
    }
    
    /* Slider rows no calculator - MESMO PADRÃO */
    .loan-calculator .slider-row,
    .calculator-slider-row {
        background: #f0fdf4;
        border: 1px solid #d1fae5;
        border-radius: 6px;
        padding: 8px 10px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .loan-calculator .slider-min,
    .loan-calculator .min-label {
        font-family: 'Inter', sans-serif !important;
        font-size: 10px;
        font-weight: 600;
        color: #6b7280;
        min-width: 28px;
    }
    
    .loan-calculator .slider-max,
    .loan-calculator .max-label {
        font-family: 'Inter', sans-serif !important;
        font-size: 10px;
        font-weight: 600;
        color: #6b7280;
        min-width: 28px;
        text-align: right;
    }
    
    .loan-calculator .custom-slider,
    .loan-calculator input[type="range"] {
        flex: 1;
        height: 16px;
        -webkit-appearance: none;
        appearance: none;
        background: transparent;
    }
    
    .loan-calculator input[type="range"]::-webkit-slider-track {
        height: 4px;
        border-radius: 2px;
        background: #d1d5db;
    }
    
    .loan-calculator input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #16a34a;
        border: 2px solid white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        margin-top: -5px;
        cursor: pointer;
    }
    
    .loan-calculator .slider-track {
        height: 4px !important;
        border-radius: 2px;
        background: #d1d5db;
    }
    
    .loan-calculator .slider-fill {
        height: 100% !important;
        background: #16a34a;
        border-radius: 2px;
    }
    
    .loan-calculator .slider-thumb {
        width: 14px !important;
        height: 14px !important;
        border: 2px solid white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        background: #16a34a;
        border-radius: 50%;
    }
    
    /* Value display boxes - MESMO PADRÃO */
    .loan-calculator .value-display,
    .loan-calculator .slider-value {
        width: 50px !important;
        height: 24px !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #16a34a !important;
        text-align: center;
        border: 1.5px solid #16a34a;
        border-radius: 4px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    /* Frequency selector - PADRONIZADO */
    .frequency-selector {
        display: flex;
        gap: 4px;
        margin-bottom: 8px;
    }
    
    .frequency-btn {
        flex: 1;
        padding: 6px 6px;
        font-family: 'Inter', sans-serif !important;
        font-size: 9px !important;
        font-weight: 600;
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        background: white;
        color: #6b7280;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    .frequency-btn:hover {
        border-color: #16a34a;
        color: #16a34a;
        background: #f0fdf4;
    }
    
    .frequency-btn.active {
        background: #16a34a;
        border-color: #16a34a;
        color: white;
    }
    
    /* Result box - PADRONIZADO */
    .result-box-compact,
    .loan-calculator .result-box {
        background: #16a34a;
        border-radius: 6px;
        padding: 8px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
    }
    
    .result-installments-compact,
    .loan-calculator .result-label {
        font-family: 'Inter', sans-serif !important;
        font-size: 9px;
        font-weight: 500;
        color: rgba(255,255,255,0.9);
    }
    
    .result-value-compact,
    .loan-calculator .result-value {
        font-family: 'Inter', sans-serif !important;
        font-size: 14px;
        font-weight: 700;
        color: white;
    }
    
    .interest-rate-compact,
    .loan-calculator .interest-rate {
        font-family: 'Inter', sans-serif !important;
        font-size: 8px;
        color: rgba(255,255,255,0.8);
    }
    
    /* Note text */
    .loan-calculator .note,
    .loan-calculator small {
        font-family: 'Inter', sans-serif !important;
        font-size: 8px;
        color: #9ca3af;
        font-style: italic;
        display: block;
        margin-top: 2px;
        margin-bottom: 6px;
    }
    
    /* =====================================================
       6. WHY CHOOSE SECTION - COMPACTO COM ÍCONES
       ===================================================== */
    
    section:has(h2[data-translate*="Why Choose"]),
    .why-choose-section {
        padding: 32px 0;
        background: #f8fafc;
    }
    
    .section-title h2,
    h2[data-translate*="Why Choose"] {
        font-family: 'Inter', sans-serif !important;
        font-size: 20px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 4px;
        letter-spacing: -0.02em;
    }
    
    .section-subtitle {
        font-family: 'Inter', sans-serif !important;
        font-size: 12px;
        font-weight: 400;
        color: #6b7280;
        margin-bottom: 24px;
    }
    
    /* Benefit Cards Grid - COMPACTO */
    .row.g-4 {
        gap: 12px !important;
        margin: 0 !important;
    }
    
    .row.g-4 > [class*="col"] {
        padding: 6px !important;
    }
    
    .benefit-card,
    .feature-card {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 16px 14px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
    }
    
    .benefit-card:hover {
        border-color: #d1fae5;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
        transform: translateY(-2px);
    }
    
    /* Ícones nos cards - ESTILO CONSISTENTE */
    .benefit-card i,
    .feature-card i,
    .benefit-card i.fas,
    .benefit-card i.far,
    .benefit-card i.fab {
        width: 36px !important;
        height: 36px !important;
        background: #f0fdf4 !important;
        border: 1px solid #d1fae5 !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        color: #16a34a !important;
        margin: 0 auto 10px auto !important;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
        font-style: normal !important;
    }
    
    .benefit-card i::before,
    .feature-card i::before {
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
    }
    
    /* Forçar ícones específicos */
    .benefit-card i.fa-rocket::before { content: "\f135" !important; }
    .benefit-card i.fa-clock::before { content: "\f017" !important; }
    .benefit-card i.fa-hand-holding-dollar::before { content: "\f4c0" !important; }
    .benefit-card i.fa-lock::before { content: "\f023" !important; }
    .benefit-card i.fa-users::before { content: "\f0c0" !important; }
    .benefit-card i.fa-coins::before { content: "\f51e" !important; }
    
    .benefit-card h5,
    .feature-card h5 {
        font-family: 'Inter', sans-serif !important;
        font-size: 13px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 6px;
    }
    
    .benefit-card p,
    .feature-card p {
        font-family: 'Inter', sans-serif !important;
        font-size: 11px;
        font-weight: 400;
        color: #6b7280;
        line-height: 1.5;
        margin: 0;
    }
    
    /* =====================================================
       7. SUCCESS STORIES - CLEAN E COMPACTO
       ===================================================== */
    
    section:has(h2[data-translate*="Success Stories"]),
    .success-stories-section {
        padding: 64px 0;
        background: #fafafa;
    }
    
    /* CORREÇÃO: Garantir que estrelas de avaliação apareçam */
    .story-rating i,
    .story-rating i.fas,
    .story-rating i.fa-star {
        display: inline-block !important;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
        font-style: normal !important;
        font-size: 14px !important;
        color: #f59e0b !important;
        margin-right: 2px;
        background: transparent !important;
        border: none !important;
        width: auto !important;
        height: auto !important;
    }
    
    .story-rating i.fa-star::before {
        content: "\f005" !important;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
        font-weight: 900 !important;
    }
    
    .story-rating {
        display: flex;
        align-items: center;
        gap: 2px;
        margin-bottom: 8px;
    }
    
    .section-title h2[data-translate*="Success"],
    h2[data-translate*="Success Stories"] {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.02em;
    }
    
    /* Story Cards - COMPACTO */
    .story-card,
    .testimonial-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        border: 1px solid #f3f4f6;
        transition: all 0.3s ease;
    }
    
    .story-card:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        transform: translateY(-4px);
    }
    
    .story-card img,
    .testimonial-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    
    .story-card .card-body,
    .testimonial-card .card-body {
        padding: 20px;
    }
    
    .story-card h5,
    .testimonial-card h5 {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 4px;
    }
    
    .story-card .business-type,
    .testimonial-card .subtitle {
        font-size: 12px;
        font-weight: 500;
        color: #16a34a;
        margin-bottom: 8px;
    }
    
    .story-card p,
    .testimonial-card p {
        font-size: 13px;
        color: #6b7280;
        line-height: 1.6;
        margin: 0;
    }
    
    .story-card .loan-amount,
    .testimonial-card .amount {
        font-size: 14px;
        font-weight: 600;
        color: #16a34a;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #f3f4f6;
    }
    
    /* =====================================================
       8. CTA SECTION - CLEAN
       ===================================================== */
    
    .cta-section,
    section:has(h2[data-translate*="Ready to Make"]) {
        padding: 64px 0;
        background: white;
        text-align: center;
    }
    
    .cta-section h2,
    h2[data-translate*="Ready to Make"] {
        font-size: 28px;
        font-weight: 700;
        color: #16a34a;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
    }
    
    .cta-section p {
        font-size: 15px;
        color: #6b7280;
        margin-bottom: 24px;
    }
    
    .cta-section .btn-primary {
        padding: 14px 32px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 12px;
    }
    
    .cta-section .btn-outline {
        padding: 14px 32px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 12px;
        border: 2px solid #e5e7eb;
        color: #4b5563;
        background: white;
        margin-left: 12px;
    }
    
    .cta-section .btn-outline:hover {
        border-color: #16a34a;
        color: #16a34a;
    }
    
    .cta-section .security-badge {
        font-size: 12px;
        color: #9ca3af;
        margin-top: 20px;
    }
    
    /* =====================================================
       9. FOOTER - CLEAN
       ===================================================== */
    
    .footer {
        background: #1f2937;
        padding: 48px 0 24px 0;
    }
    
    .footer-content {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 40px;
    }
    
    .footer-section h4 {
        font-size: 14px;
        font-weight: 600;
        color: white;
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .footer-section p {
        font-size: 13px;
        color: #9ca3af;
        line-height: 1.6;
    }
    
    .footer-section a {
        font-size: 13px;
        color: #9ca3af;
        text-decoration: none;
        transition: color 0.2s ease;
        display: block;
        margin-bottom: 8px;
    }
    
    .footer-section a:hover {
        color: #16a34a;
    }
    
    .footer .social-links {
        display: flex;
        gap: 12px;
        margin-top: 16px;
    }
    
    .footer .social-links a {
        width: 36px;
        height: 36px;
        background: #374151;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #9ca3af;
        font-size: 16px;
        transition: all 0.2s ease;
        margin: 0;
    }
    
    .footer .social-links a:hover {
        background: #16a34a;
        color: white;
    }
    
    .footer-bottom {
        border-top: 1px solid #374151;
        margin-top: 32px;
        padding-top: 24px;
        font-size: 12px;
        color: #6b7280;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-bottom a {
        color: #6b7280;
        margin-left: 16px;
    }
    
    .footer-bottom a:hover {
        color: #16a34a;
    }
    
    /* =====================================================
       10. ESPAÇAMENTOS GERAIS - CLEAN
       ===================================================== */
    
    section {
        padding: 56px 0;
    }
    
    .container {
        max-width: 1200px;
        padding: 0 24px;
    }
    
    /* Row gaps */
    .row {
        margin: 0 -12px;
    }
    
    .row > [class*="col"] {
        padding: 0 12px;
    }
    
    /* Grid gaps para cards */
    .row.g-4 {
        gap: 24px;
        margin: 0;
    }
    
    .row.g-4 > [class*="col"] {
        padding: 0;
    }
    
    /* Scroll to top */
    .scroll-to-top {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #16a34a;
        box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    }
    
    .scroll-to-top:hover {
        transform: translateY(-2px);
    }

} /* END @media (min-width: 768px) */

/* =====================================================
   11. LARGE DESKTOP (1440px+)
   ===================================================== */

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-carousel {
        max-height: 420px;
    }
    
    .carousel-slide h1 {
        font-size: 42px;
    }
}
