/* Estilos Globais e da Landing Page */
:root {
    --primary-color: #6f42c1; /* Roxo Bootstrap */
    --secondary-color: #f8f9fa; /* Cinza claro Bootstrap */
    --gradient-hero: linear-gradient(135deg,#6f42c1 0%,#8d57ff 40%,#b898ff 100%);
    --bg-soft: #f5f0ff;
    --radius-lg: 24px;
    --radius-md: 14px;
    --radius-sm: 8px;
    --shadow-sm: 0 4px 10px -4px rgba(50,0,120,.18);
    --shadow: 0 8px 28px -6px rgba(50,0,120,.22);
    --transition: .28s cubic-bezier(.4,.2,.2,1);
    --body-bg: #ffffff;
    --text-color: #2b1e3d;
    --text-muted: #6c5a85;
    --border-color: #e6dcf7;
}

[data-theme="dark"] {
    --body-bg: #12101a;
    --bg-soft: #1d1826;
    --text-color: #f8f6fb;
    --text-muted: #b9accb;
    --border-color: #2d2437;
    --gradient-hero: linear-gradient(135deg,#2b1648 0%,#4f2795 35%,#6f42c1 100%);
    --primary-color: #8d6bff;
}

/* Dark theme para novos elementos */
[data-theme="dark"] .hero-modern {
    background: linear-gradient(135deg, #2b1648 0%, #4f2795 100%);
}

[data-theme="dark"] .layer-1 {
    background: radial-gradient(circle at 20% 80%, #8d6bff 0%, transparent 50%);
}

[data-theme="dark"] .layer-2 {
    background: radial-gradient(circle at 80% 20%, #6f42c1 0%, transparent 50%);
}

[data-theme="dark"] .layer-3 {
    background: radial-gradient(circle at 40% 40%, #b899ff 0%, transparent 50%);
}

[data-theme="dark"] .hero-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f8f6fb;
}

[data-theme="dark"] .card-float {
    background: rgba(31, 24, 40, 0.95);
    color: #f8f6fb;
    border: 2px solid rgba(141, 107, 255, 0.3);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .journey-section {
    background: linear-gradient(to bottom, #1a1625, #12101a);
}

[data-theme="dark"] .section-badge {
    background: linear-gradient(45deg, #8d6bff, #6f42c1);
}

[data-theme="dark"] .section-title {
    color: #f8f6fb;
}

[data-theme="dark"] .section-subtitle {
    color: #b9accb;
}

[data-theme="dark"] .step-info h3 {
    color: #f8f6fb !important;
}

[data-theme="dark"] .step-info p {
    color: #b9accb !important;
}

[data-theme="dark"] .step-features li {
    color: #d4c8e0 !important;
}

[data-theme="dark"] .achievement-card {
    background: linear-gradient(135deg, #2b1648, #4f2795);
}

[data-theme="dark"] .social-proof {
    background: #1a1625;
}

[data-theme="dark"] .testimonial-card {
    background: #1f1828;
    border: 1px solid #2d2437;
}

[data-theme="dark"] .testimonial-card p {
    color: #b9accb !important;
}

[data-theme="dark"] .testimonial-card strong {
    color: #8d6bff !important;
}

[data-theme="dark"] .final-cta {
    background: linear-gradient(135deg, #2b1648, #4f2795);
}

[data-theme="dark"] .cta-title {
    color: #f8f6fb;
}

[data-theme="dark"] .cta-subtitle {
    color: #d4c8e0;
}

/* Melhorar legibilidade no dark theme */
[data-theme="dark"] p, 
[data-theme="dark"] span, 
[data-theme="dark"] div, 
[data-theme="dark"] li, 
[data-theme="dark"] a {
    color: #e2d6f0 !important;
    font-weight: 500 !important;
}

[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6 {
    color: #f8f6fb !important;
    font-weight: 800 !important;
}

[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
    color: #e2d6f0 !important;
    font-weight: 600 !important;
}

[data-theme="dark"] .navbar-light .navbar-brand {
    color: #f8f6fb !important;
    font-weight: 700 !important;
}

[data-theme="dark"] .btn-outline-primary {
    border-color: #8d6bff;
    color: #8d6bff;
    font-weight: 600 !important;
}

[data-theme="dark"] .btn-outline-primary:hover {
    background-color: #8d6bff;
    border-color: #8d6bff;
    color: #fff;
}

[data-theme="dark"] .btn-primary {
    background-color: #8d6bff;
    border-color: #8d6bff;
    color: #fff;
    font-weight: 600 !important;
}

[data-theme="dark"] .navbar-light {
    background-color: rgba(18, 16, 26, 0.95) !important;
    backdrop-filter: blur(10px);
}

[data-theme="dark"] .card-float i {
    color: #8d6bff !important;
}

[data-theme="dark"] .stat-item strong {
    color: #b899ff !important;
    font-weight: 800 !important;
}

[data-theme="dark"] .step-number {
    background: linear-gradient(45deg, #8d6bff, #6f42c1) !important;
    color: #fff !important;
    font-weight: 800 !important;
}

body {
    padding-top: 70px; /* Altura do header fixo */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--body-bg);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    font-weight: 500; /* Peso base mais robusto */
}

/* Global safeguards to avoid elements collapsing too narrow and to allow natural wrapping */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Correção para textos muito finos */
p, span, div, li, a {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

/* Títulos específicos mais robustos */
.hero-title, .section-title, .step-info h3 {
    font-weight: 800 !important;
    text-rendering: optimizeLegibility;
}

/* Textos de cards e badges mais visíveis */
.card-float, .hero-badge, .section-badge, .result-badge {
    font-weight: 600 !important;
}

/* Textos pequenos mais legíveis */
.step-features li, .stat-item span {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

/* Botões navbar super visíveis */
.navbar-nav .btn-outline-primary {
    border: 3px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 800 !important;
    background: rgba(74, 144, 226, 0.1) !important;
    border-radius: 25px !important;
    padding: 10px 24px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(74, 144, 226, 0.2) !important;
}

.navbar-nav .btn-outline-primary:hover {
    background: var(--primary-color) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4) !important;
    border-color: var(--primary-color) !important;
}

.navbar-nav .btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #5a67d8) !important;
    border: 3px solid var(--primary-color) !important;
    color: white !important;
    font-weight: 800 !important;
    border-radius: 25px !important;
    padding: 10px 28px !important;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.navbar-nav .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.5) !important;
    background: linear-gradient(135deg, #5a67d8, var(--primary-color)) !important;
    border-color: #5a67d8 !important;
}

/* Temas escuros */
[data-theme="dark"] .navbar-nav .btn-outline-primary {
    border-color: #60a5fa !important;
    color: #60a5fa !important;
    background: rgba(96, 165, 250, 0.15) !important;
    box-shadow: 0 2px 10px rgba(96, 165, 250, 0.3) !important;
}

[data-theme="dark"] .navbar-nav .btn-outline-primary:hover {
    background: #60a5fa !important;
    color: #1e293b !important;
    border-color: #60a5fa !important;
}

[data-theme="dark"] .navbar-nav .btn-primary {
    background: linear-gradient(135deg, #60a5fa, #3b82f6) !important;
    border-color: #60a5fa !important;
}

/* Hero content expandido */
.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 1200px;
    min-width: 400px;
    width: 100%;
    padding-right: 2rem;
}

/* Botão de tema */
.theme-toggle {
    background: rgba(111, 66, 193, 0.1);
    border: 1px solid rgba(111, 66, 193, 0.2);
    color: var(--text-color);
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.theme-toggle:hover {
    background: rgba(111, 66, 193, 0.2);
    border-color: rgba(111, 66, 193, 0.4);
}

[data-theme="dark"] .theme-toggle {
    background: rgba(141, 107, 255, 0.1);
    border-color: rgba(141, 107, 255, 0.2);
    color: #f8f6fb;
}

[data-theme="dark"] .theme-toggle:hover {
    background: rgba(141, 107, 255, 0.2);
    border-color: rgba(141, 107, 255, 0.4);
}

/* Background layers hero */
.hero-bg-layers {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.layer-1 {
    background: radial-gradient(circle at 20% 80%, #667eea 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

.layer-2 {
    background: radial-gradient(circle at 80% 20%, #764ba2 0%, transparent 50%);
    animation: float 8s ease-in-out infinite reverse;
}

.layer-3 {
    background: radial-gradient(circle at 40% 40%, #f093fb 0%, transparent 50%);
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Allow long words to break and avoid strange line-breaks */
html, body, p, li, h1, h2, h3, h4, h5, a, span {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Ensure flex/grid children can shrink but not collapse to zero width */
.row > div, .feature-icon, .card-surface, .testimonial, .stats-bar .stat, .hero-section .lead {
    min-width: 180px;
    box-sizing: border-box;
}

body,html {scroll-behavior:smooth;}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: var(--body-bg);}
::-webkit-scrollbar-thumb {background: #bfa8ef;border-radius: 8px;}
[data-theme="dark"] ::-webkit-scrollbar-thumb {background:#5d3ea0;}

/* Barra de Métricas */
.stats-bar {
    background: #4f2d99;
    padding: 2rem 0;
}
.stats-bar .stat h3 {
    font-weight: 700;
    margin: 0;
}
.stats-bar .stat p {
    margin: 0;
    font-size: .9rem;
    opacity: .85;
}

/* Header */
.navbar-brand {
    font-weight: bold;
}
.navbar .btn {
    margin-left: 0.5rem;
}

/* Hero Moderno com largura expandida */
.hero-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.hero-modern .container,
.hero-modern .container-fluid {
    max-width: 1400px;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 900px;
    min-width: 400px;
    width: 100%;
    padding-right: 2rem;
}

.hero-bg-layers {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.layer-1 {
    background: radial-gradient(circle at 20% 80%, #667eea 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

.layer-2 {
    background: radial-gradient(circle at 80% 20%, #764ba2 0%, transparent 50%);
    animation: float 8s ease-in-out infinite reverse;
}

.layer-3 {
    background: radial-gradient(circle at 40% 40%, #f093fb 0%, transparent 50%);
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(45deg, #f093fb, #f5576c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    margin-bottom: 2rem;
    max-width: 1000px;
    font-weight: 500 !important;
    line-height: 1.6;
    text-align: justify;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f093fb;
}

.stat-item span {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* ========================================
   SEÇÃO DE RECURSOS
======================================== */

.features-section {
    background: linear-gradient(135deg, 
        rgba(102, 126, 234, 0.03) 0%, 
        rgba(118, 75, 162, 0.03) 50%, 
        rgba(240, 147, 251, 0.03) 100%);
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(102,126,234,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.feature-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.1);
}

[data-theme="dark"] .feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

[data-theme="dark"] .feature-card:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.feature-card:hover .feature-icon::before {
    transform: translateX(100%);
}

.feature-icon i {
    font-size: 2rem;
    color: white;
    z-index: 1;
    position: relative;
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.3;
}

[data-theme="dark"] .feature-title {
    color: #ffffff;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 1.5rem;
}

[data-theme="dark"] .feature-description {
    color: #cbd5e1;
}

.feature-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.highlight-tag {
    background: rgba(102, 126, 234, 0.1);
    color: #4a67e3;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

[data-theme="dark"] .highlight-tag {
    background: rgba(102, 126, 234, 0.2);
    color: #8fa7ff;
    border-color: rgba(102, 126, 234, 0.3);
}

/* Responsividade para Features */
@media (max-width: 768px) {
    .feature-card {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    
    .feature-highlights {
        justify-content: center;
    }
}

/* ========================================
   MELHORIAS DOS BALÕES DO BANNER
======================================== */

.floating-cards-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 1.5rem;
    min-width: 200px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.15);
    pointer-events: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
}

[data-theme="dark"] .floating-card {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.floating-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.floating-card:hover::before {
    left: 100%;
}

.floating-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 30px 80px rgba(102, 126, 234, 0.25);
    border-color: rgba(102, 126, 234, 0.4);
}

[data-theme="dark"] .floating-card:hover {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #334155;
}

[data-theme="dark"] .card-header {
    color: #e2e8f0;
}

.card-header i {
    font-size: 1.5rem;
    color: #667eea;
    padding: 0.5rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 12px;
}

.card-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #10b981, #059669);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-status {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

[data-theme="dark"] .card-status {
    color: #94a3b8;
}

.card-pulse {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

/* Posicionamento dos cards */
.card-vip {
    top: 15%;
    right: 10%;
    animation: floatSlow 8s ease-in-out infinite;
}

.card-vehicle {
    top: 45%;
    left: 5%;
    animation: floatMedium 6s ease-in-out infinite reverse;
}

.card-money {
    bottom: 20%;
    right: 15%;
    animation: floatFast 7s ease-in-out infinite;
}

/* Animações melhoradas */
@keyframes floatSlow {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg); 
    }
    33% { 
        transform: translateY(-20px) translateX(10px) rotate(1deg); 
    }
    66% { 
        transform: translateY(10px) translateX(-5px) rotate(-1deg); 
    }
}

@keyframes floatMedium {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg); 
    }
    50% { 
        transform: translateY(-25px) translateX(15px) rotate(2deg); 
    }
}

@keyframes floatFast {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-15px) translateX(-10px) rotate(-1deg); 
    }
    75% { 
        transform: translateY(20px) translateX(8px) rotate(1deg); 
    }
}

/* Melhorias para os indicadores de performance */
.performance-indicators {
    position: absolute;
    bottom: 10%;
    left: 10%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.1);
}

[data-theme="dark"] .indicator {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #94a3b8;
}

.indicator.active {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.3);
    animation: pulse 2s infinite;
}

.indicator i {
    font-size: 1.2rem;
    color: #667eea;
}

.indicator.active i {
    color: #10b981;
}

/* Responsividade dos balões */
@media (max-width: 1200px) {
    .floating-card {
        min-width: 180px;
        padding: 1.2rem;
    }
    
    .card-value {
        font-size: 1.6rem;
    }
    
    .card-vip {
        top: 12%;
        right: 8%;
    }
    
    .card-vehicle {
        top: 42%;
        left: 3%;
    }
    
    .card-money {
        bottom: 18%;
        right: 12%;
    }
}

@media (max-width: 992px) {
    .floating-card {
        min-width: 160px;
        padding: 1rem;
    }
    
    .card-value {
        font-size: 1.5rem;
    }
    
    .card-header {
        font-size: 0.9rem;
    }
    
    .card-status {
        font-size: 0.8rem;
    }
    
    .card-vip {
        top: 10%;
        right: 5%;
    }
    
    .card-vehicle {
        top: 40%;
        left: 0%;
    }
    
    .card-money {
        bottom: 15%;
        right: 10%;
    }
}

@media (max-width: 768px) {
    .floating-cards-container {
        display: none;
    }
    
    .performance-indicators {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 2rem;
        gap: 0.5rem;
    }
    
    .indicator {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
        flex: 1;
        min-width: auto;
    }

    .journey-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 2rem 0;
        width: 100%;
    }

    .journey-step .step-number {
        position: static;
        margin-bottom: 1rem;
    }

    .journey-step .step-content {

        position: relative;
        
        width: 90%;
        margin: 0;
    }

    .journey-step .step-media {
          position:absolute;
        width: 100%;
        display: none;
        margin-bottom: 1rem;
    }

    .journey-step .step-info {
        width: 100%;
    }

    .journey-step .step-info h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .journey-step .step-info p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .performance-indicators {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .indicator {
        font-size: 0.85rem;
        text-align: center;
    }
}

.hero-visual {
    position: relative;
    z-index: 3;
}

.floating-cards {
    position: relative;
    width: 100%;
    height: 400px;
}

.card-float {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 1.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    transition: transform 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
    min-width: 200px;
    min-height: 80px;
}

.card-1 {
    top: 20%;
    left: 10%;
    animation: floatCard 6s ease-in-out infinite;
}

.card-2 {
    top: 50%;
    right: 5%;
    animation: floatCard 8s ease-in-out infinite reverse;
}

.card-3 {
    bottom: 20%;
    left: 20%;
    animation: floatCard 7s ease-in-out infinite;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(2deg); }
}

.card-float i {
    font-size: 2rem;
    color: #667eea;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-device {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.device-screen {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.device-glow {
    position: absolute;
    inset: -20px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 30px;
    filter: blur(30px);
    opacity: 0.3;
    z-index: -1;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    opacity: 0.8;
}

.scroll-mouse {
    width: 25px;
    height: 40px;
    border: 2px solid white;
    border-radius: 15px;
    margin: 0 auto 0.5rem;
    position: relative;
}

.scroll-wheel {
    width: 3px;
    height: 6px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

/* Journey Section com largura expandida */
.journey-section {
    padding: 6rem 0;
    background: linear-gradient(to bottom, #f8f9ff, #fff);
}

.journey-section .container {
    max-width: 1300px;
}

.section-header {
    max-width: 800px;
    margin: 0 auto;
}

.journey-timeline {
    position: relative;
    max-width: 1200px;
    margin: 4rem auto;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #333;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    font-weight: 500 !important;
}

.journey-step {
    position: relative;
    margin: 4rem 0;
    display: flex;
    align-items: center;
}

.journey-step.reverse {
    flex-direction: row-reverse;
}

.step-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    z-index: 2;
}

.step-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 45%;
}

.journey-step.reverse .step-content {
    margin-left: auto;
    flex-direction: row-reverse;
    text-align: right;
}

.step-media {
    flex: 0 0 200px;
    position: relative;
}

.step-media img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.media-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.step-info {
    flex: 1;
}

.step-info h3 {
    font-size: 1.6rem;
    font-weight: 800 !important;
    margin-bottom: 0.75rem;
    color: #333;
    text-rendering: optimizeLegibility;
}

.step-info p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-weight: 500 !important;
    font-size: 1rem;
}

.step-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.step-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600 !important;
    color: #444;
}

.step-features i {
    color: #28a745;
}

.result-badge {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.meta-achievement {
    text-align: center;
    margin-top: 4rem;
}

.achievement-card {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(102, 126, 234, 0.3);
}

.achievement-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.achievement-stats {
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    gap: 1rem;
    flex-wrap: wrap;
}

.achievement-stats .stat {
    text-align: center;
}

.achievement-stats strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f093fb;
}

/* Social Proof */
.social-proof {
    background: #f8f9ff;
}

.testimonials-mini {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.testimonial-card {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 200px;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 0.5rem;
    color: #333;
}

.testimonial-card strong {
    color: #667eea;
    font-size: 0.9rem;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-xl {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* Responsive com layout melhorado */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        font-weight: 800 !important;
    }
    
    .hero-content {
        max-width: 100%;
        min-width: 280px;
        padding: 0 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        text-align: left;
        margin-bottom: 2rem;
    }
    
    .hero-modern {
        padding: 0 1rem;
    }
    
    .journey-section .container {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .section-header {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .journey-timeline {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    /* Layout responsivo - imagem em cima */
    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }
    
    .order-first {
        order: -1 !important;
    }
    
    .hero-visual {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .floating-cards {
        position: relative;
        height: auto;
        margin-bottom: 1rem;
    }
    
    .card-float {
        position: relative !important;
        display: inline-block;
        margin: 0.5rem;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}

@media (max-width: 992px) {
    .hero-subtitle {
        max-width: 800px;
    }
    
    .hero-content {
        max-width: 900px;
    }
}
    
    .step-number {
        left: 30px;
        transform: none;
    }
    
    .step-content {
        width: 100%;
        margin-left: 80px;
    }
    
    .journey-step.reverse .step-content {
        margin-left: 80px;
        flex-direction: row;
        text-align: left;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    /* Textos móveis mais legíveis */
    .step-info h3 {
        font-size: 1.4rem !important;
        font-weight: 800 !important;
    }
    
    .step-info p {
        font-size: 1rem !important;
        font-weight: 500 !important;
    }
    
    .step-features li {
        font-size: 0.95rem !important;
        font-weight: 600 !important;
    }
    
    .section-subtitle {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
/* Novo layout Hero com personagem e moeda animada */
.hero-section .hero-copy {position:relative;z-index:3;}
[data-theme="dark"] .floating-badge {background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);} 

/* Flow de Passos */
body {scroll-snap-type:y proximity;}
#stepsFlow {position:relative;}
.step-section {min-height:85vh;display:flex;align-items:center;position:relative;padding:4.5rem 0;scroll-snap-align:start;overflow:hidden;}
.step-section.alt-bg {background:linear-gradient(135deg,#faf7ff,#f1ecff);} 
[data-theme="dark"] .step-section.alt-bg {background:linear-gradient(135deg,#181320,#241933);} 
.step-section.final-step {display:flex;justify-content:center;}
.step-label {position:absolute;top:12px;left:50%;transform:translateX(-50%);font-size:.65rem;letter-spacing:1px;text-transform:uppercase;background:rgba(111,66,193,.1);padding:.4rem .7rem;border-radius:20px;color:#6f42c1;font-weight:600;backdrop-filter:blur(6px);} 
[data-theme="dark"] .step-label {background:rgba(141,107,255,.15);color:#cbb3ff;}

/* Barra lateral */
.steps-progress {position:fixed;top:50%;left:24px;transform:translateY(-50%);z-index:1000;} 
.steps-progress ol {list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;position:relative;} 
.steps-progress ol:before {content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#cbb3ff,#6f42c1);} 
.steps-progress li {width:14px;height:14px;border-radius:50%;background:#d9c9f3;position:relative;cursor:pointer;transition:.35s;z-index:2;} 
.steps-progress li:after {content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#6f42c1,#a887ff);opacity:0;transform:scale(.4);transition:.45s cubic-bezier(.6,.2,.2,1);} 
.steps-progress li:before {content:attr(data-step);position:absolute;left:22px;top:50%;transform:translateY(-50%);font-size:.6rem;letter-spacing:.5px;text-transform:uppercase;color:#7a4cc7;opacity:0;transition:.3s;} 
.steps-progress li.active {background:#6f42c1;box-shadow:0 0 0 4px rgba(111,66,193,.25);} 
.steps-progress li.active:before {opacity:1;} 
.steps-progress li.passed {background:#a887ff;} 
.steps-progress li.active:after {opacity:1;transform:scale(1);} 
[data-theme="dark"] .steps-progress li {background:#3a2c52;} 
[data-theme="dark"] .steps-progress li.active {background:#8d6bff;box-shadow:0 0 0 4px rgba(141,107,255,.3);} 
[data-theme="dark"] .steps-progress li:before {color:#cbb3ff;}
@media (max-width: 992px){.steps-progress {display:none;}}

/* Blocos que entram dos cantos */
.corner-block {position:absolute;max-width:440px;background:rgba(255,255,255,.6);backdrop-filter:blur(16px);padding:1.35rem 1.15rem;border-radius:20px;box-shadow:0 10px 34px -14px rgba(50,0,120,.35);border:1px solid rgba(111,66,193,.22);opacity:0;transform:translate3d(0,0,0);transition:.85s cubic-bezier(.62,.15,.25,1);} 
[data-theme="dark"] .corner-block {background:rgba(31,24,40,.65);border-color:#2d2437;} 
.corner-block.visual {background:transparent;box-shadow:none;border:none;padding:0;max-width:none;} 
.corner-block.from-tl {top:10%;left:4%;transform:translate(-80px,-80px);}
.corner-block.from-tr {top:12%;right:6%;transform:translate(80px,-80px);} 
.corner-block.from-bl {bottom:12%;left:6%;transform:translate(-80px,80px);} 
.corner-block.from-br {bottom:10%;right:5%;transform:translate(80px,80px);} 
.corner-block.in {opacity:1;transform:translate(0,0);} 

/* Métricas / pills */
.metric-box {background:#ffffff;padding:1.2rem 1.1rem;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;box-shadow:0 10px 30px -12px rgba(50,0,120,.35);min-width:180px;} 
.metric-box.alt {background:linear-gradient(145deg,#6f42c1,#8d57ff);color:#fff;} 
.metric-box strong {font-size:1.9rem;line-height:1;font-weight:700;background:linear-gradient(90deg,#6f42c1,#a887ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;} 
[data-theme="dark"] .metric-box {background:#1f1828;} 
.plans-inline {display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem;} 
.plan-pill {background:#ffffff;border:1px solid rgba(111,66,193,.2);border-radius:16px;padding:.9rem 1.1rem;min-width:160px;box-shadow:0 6px 18px -8px rgba(50,0,120,.25);} 
.plan-pill h5 {font-size:.85rem;font-weight:700;margin:0 0 .35rem;letter-spacing:.5px;text-transform:uppercase;color:#6f42c1;} 
.plan-pill .price {font-weight:700;font-size:1.1rem;} 
.plan-pill .price small {font-weight:400;font-size:.7rem;color:#6c5a85;} 
[data-theme="dark"] .plan-pill {background:#241a33;border-color:#332544;} 
[data-theme="dark"] .plan-pill h5 {color:#cbb3ff;} 

.faq-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:.75rem;} 
.faq-grid > div {background:rgba(255,255,255,.6);padding:.9rem .8rem;border-radius:14px;font-size:.7rem;display:flex;flex-direction:column;gap:.25rem;letter-spacing:.3px;} 
.faq-grid > div strong {font-weight:600;color:#552d9c;font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;} 
[data-theme="dark"] .faq-grid > div {background:rgba(31,24,40,.65);} 
[data-theme="dark"] .faq-grid > div strong {color:#cbb3ff;}

.mini-list {margin:0;padding-left:1rem;font-size:.85rem;}
.mini-list li {margin-bottom:.35rem;}
.corner-block h1,.corner-block h2,.corner-block h3 {margin-top:.25rem;margin-bottom:.65rem;}
.corner-block p {margin-bottom:.65rem;}
.mini-list {margin-top:.25rem;}
.step-media:after {content:"";position:absolute;width:180px;height:180px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.55),transparent 70%);top:-60px;right:-60px;filter:blur(12px);opacity:.6;pointer-events:none;}
.step-media .badge-float {position:absolute;bottom:10px;left:10px;background:rgba(255,255,255,.75);backdrop-filter:blur(8px);padding:.4rem .65rem;border-radius:14px;font-size:.6rem;font-weight:600;letter-spacing:.5px;color:#5a35a3;box-shadow:0 4px 14px -6px rgba(50,0,120,.4);} 
[data-theme="dark"] .step-media .badge-float {background:rgba(31,24,40,.7);color:#cbb3ff;} 
@media (min-width:1400px){
    .layout-full .container {gap:1.75rem;}
    .step-section {min-height:80vh;padding:4rem 0;}
}

/* Layout full central: reposiciona corner-blocks para preencher e não ficarem nos cantos */
.layout-full .corner-block {position:relative !important;transform:none !important;opacity:1 !important;flex:1 1 300px;max-width:400px;margin:.75rem;}
.layout-full .container {gap:1.25rem;}
.layout-full {text-align:center;}
.layout-full .corner-block h2,.layout-full .corner-block h3 {text-align:center;}
.layout-full .metric-box, .layout-full .plan-pill {margin-left:auto;margin-right:auto;}
@media (min-width:992px){
    .layout-full .container {display:flex !important;}
}

/* Modo caótico */
body.chaotic .layout-full .corner-block, body.chaotic .layout-full .step-media {transition:transform 1.1s cubic-bezier(.65,.05,.3,1), box-shadow .6s, filter .6s;}
body.chaotic .layout-full .corner-block:nth-of-type(odd) {transform:rotate(-2.8deg) translateY(-6px);} 
body.chaotic .layout-full .corner-block:nth-of-type(even) {transform:rotate(3.2deg) translateY(4px);} 
body.chaotic .layout-full .step-media:nth-of-type(odd) {transform:rotate(4deg) translateY(10px);} 
body.chaotic .layout-full .step-media:nth-of-type(even) {transform:rotate(-5deg) translateY(-12px);} 
body.chaotic .layout-full .corner-block:hover, body.chaotic .layout-full .step-media:hover {filter:brightness(1.05) saturate(1.15);}
@media (max-width: 991px){body.chaotic .layout-full .corner-block, body.chaotic .layout-full .step-media {transform:none !important;}}

/* Mídia dos passos */
.step-media {flex:1 1 300px;max-width:430px;position:relative;margin:.75rem;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#6f42c1 0%,#8d57ff 55%,#b898ff 100%);padding:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 48px -16px rgba(50,0,120,.45);} 
.step-media img {width:100%;height:auto;display:block;border-radius:18px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));transform:scale(1);transition:1s cubic-bezier(.6,.2,.2,1);} 
.step-media:before {content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.35),transparent 70%);pointer-events:none;} 
.step-media:hover img {transform:scale(1.035);} 
[data-theme="dark"] .step-media {background:linear-gradient(135deg,#2b1648,#4f2795 55%,#6f42c1);} 

/* Parallax suave (JS ajusta translateY) */
[data-parallax-speed] {will-change:transform;transition:transform .6s ease-out;} 

/* Micro animação nos corner-blocks ao hover */
.corner-block:not(.visual):hover {transform:translateY(-4px) !important; box-shadow:0 16px 48px -18px rgba(50,0,120,.45);} 

/* Preferência de redução de movimento */
@media (prefers-reduced-motion: reduce){
    .corner-block,.feature-card,#heroCoin,.step-media img,[data-animate],[data-parallax-speed]{animation:none !important;transition:none !important;transform:none !important;}
}

@media (max-width: 991px){
    .corner-block {position:relative;transform:none !important;opacity:1 !important;margin:1.2rem auto;display:block;}
    .step-section {padding:5.5rem 0 4.5rem;}
    .corner-block.visual {margin-top:2rem;}
    body {scroll-snap-type:none;}
}
.hero-section .hero-visual {position:relative;max-width:520px;min-height:420px;}
.hero-character {filter:drop-shadow(0 10px 25px rgba(0,0,0,.35));position:relative;z-index:2;object-fit:contain;}
.hero-hand-target {position:absolute;width:54px;height:54px;right:32%;bottom:18%;z-index:2;pointer-events:none;}
.hero-coin-wrapper {position:absolute;top:8%;right:12%;width:90px;height:90px;z-index:3;pointer-events:none;}
#heroCoin {width:100%;height:100%;background:radial-gradient(circle at 30% 30%,#ffe77a,#f6c739 65%,#dca010);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#6f42c1;font-weight:700;box-shadow:0 6px 18px -4px rgba(0,0,0,.4),0 0 0 4px rgba(255,231,122,.4);position:relative;animation:coinFloat 4.5s ease-in-out infinite;}
#heroCoin:before {content:"";position:absolute;inset:0;border-radius:50%;padding:3px;background:linear-gradient(135deg,#fff6c9,#e0a90a 55%,#c68a00);-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;}
@keyframes coinFloat {0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-18px) rotate(8deg);}}
.floating-badge {position:absolute;left:-14px;top:16%;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);padding:.65rem .9rem;border-radius:14px;display:flex;align-items:center;gap:.55rem;font-size:.8rem;letter-spacing:.5px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 22px -8px rgba(0,0,0,.4);} 
.floating-badge i {font-size:1rem;}
.hero-bullets li {display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;color:rgba(255,255,255,.9);} 
.hero-bullets li i {font-size:1rem;}
.hero-bottom-wave {position:absolute;left:0;right:0;bottom:-1px;height:120px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.35),transparent 60%);} 

/* Slider Hero */
.hero-slider {position:relative;max-width:480px;}
.hero-slides-wrapper {position:relative;overflow:hidden;min-height:130px;}
.hero-slide {position:absolute;inset:0;opacity:0;transform:translateX(60px);transition:.7s cubic-bezier(.6,.2,.2,1);display:flex;flex-direction:column;justify-content:center;padding:.75rem .25rem .75rem 0;}
.hero-slide[data-side="left"] {transform:translateX(-60px);} 
.hero-slide.active {opacity:1;transform:translateX(0);} 
.hero-slide.exit-left {opacity:0;transform:translateX(-60px);} 
.hero-slide.exit-right {opacity:0;transform:translateX(60px);} 
.slide-title {font-size:1.05rem;font-weight:600;letter-spacing:.5px;margin-bottom:.35rem;display:flex;align-items:center;}
.hero-slider-nav button {backdrop-filter:blur(6px);} 
.hero-dots {display:flex;gap:.5rem;}
.hero-dots button {width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.35);padding:0;cursor:pointer;transition:.35s;position:relative;}
.hero-dots button.active {background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.25);} 
.hero-dots button:focus-visible {outline:2px solid #fff;outline-offset:2px;} 
.hero-progress {height:6px;background:rgba(255,255,255,.25);border-radius:4px;overflow:hidden;position:relative;}
.hero-progress-bar {height:100%;width:0;background:linear-gradient(90deg,#ffe77a,#ffc547,#f6b422);transition:.6s cubic-bezier(.6,.2,.2,1);} 
.step-header {font-size:.7rem;letter-spacing:.5px;text-transform:uppercase;}

/* Abas de planos animadas e melhoradas */
.plans-tabs-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #e6f3ff 100%);
    margin-bottom: -2rem;
    z-index: 20;
    position: relative;
}

[data-theme="dark"] .plans-tabs-section {
    background: linear-gradient(135deg, #1a1625 0%, #2b1648 100%);
}

.plans-tabs-wrapper {
    gap: 1.5rem;
}

.plans-tab {
    background: rgba(255,255,255,0.9);
    border: 2px solid rgba(74,103,226,0.2);
    outline: none;
    font-weight: 700;
    font-size: 1.1rem;
    color: #4a67e2;
    border-radius: 35px;
    padding: 0.8rem 2.5rem;
    box-shadow: 0 4px 15px rgba(74,103,226,0.12);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.plans-tab:hover {
    background: rgba(74,103,226,0.1);
    border-color: #4a67e2;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(74,103,226,0.2);
}

.plans-tab.active {
    background: linear-gradient(135deg, #4a67e2 0%, #8d57ff 100%);
    color: #fff;
    border-color: #4a67e2;
    box-shadow: 0 8px 30px rgba(74,103,226,0.25);
    transform: translateY(-3px) scale(1.05);
}

.plans-tab.active:hover {
    transform: translateY(-3px) scale(1.05);
}

.plans-tab i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.plans-tab.active i {
    transform: scale(1.1);
}

.plans-tabs-underline {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #4a67e2 0%, #8d57ff 100%);
    border-radius: 2px;
    margin: 1.5rem auto 0;
    opacity: 0.15;
    max-width: 500px;
    animation: underlinePulse 3s ease-in-out infinite;
}

@keyframes underlinePulse {
    0%, 100% { opacity: 0.15; transform: scaleX(1); }
    50% { opacity: 0.25; transform: scaleX(1.02); }
}

/* Cards de planos super animados */
.plans-section {
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: -1rem;
}

.plan-card-outer {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.6s cubic-bezier(.4,0,.2,1);
    will-change: opacity, transform;
    display: none;
}

.plan-card-outer.show-anim {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    display: block !important;
    animation: planCardReveal 0.8s cubic-bezier(.4,0,.2,1);
}

@keyframes planCardReveal {
    0% { 
        opacity: 0; 
        transform: translateY(50px) scale(0.95) rotateX(15deg); 
    }
    60% { 
        opacity: 0.8; 
        transform: translateY(-10px) scale(1.02) rotateX(-2deg); 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0) scale(1) rotateX(0deg); 
    }
}

.plan-card {
    background: rgba(255,255,255,0.98);
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(74,103,226,0.12);
    padding: 2.5rem 2rem 2rem 2rem;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    border: 2px solid rgba(74,103,226,0.1);
    position: relative;
    overflow: hidden;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a67e2 0%, #8d57ff 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.plan-card:hover {
    box-shadow: 0 20px 60px rgba(74,103,226,0.2);
    border-color: #8d57ff;
    transform: translateY(-8px) scale(1.02);
}

.plan-card:hover::before {
    transform: scaleX(1);
}

.plan-card-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.plan-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-block;
}

.plan-card-price {
    font-size: 2.3rem;
    font-weight: 900;
    color: #4a67e2;
    margin-bottom: 1rem;
    text-align: center;
}

.price-main {
    display: block;
    line-height: 1;
}

.price-desc {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    opacity: 0.8;
}

.plan-card-desc {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1.5rem;
    min-height: 80px;
    line-height: 1.5;
    text-align: center;
}

.plan-card-footer {
    margin-top: auto;
}

/* Responsividade melhorada */
@media (max-width: 991px) {
    .plans-tabs-wrapper { 
        flex-direction: column; 
        gap: 1rem; 
        align-items: center;
    }
    
    .plans-tab {
        min-width: 200px;
        justify-content: center;
    }
    
    .plan-card { 
        padding: 2rem 1.5rem; 
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .plans-tab { 
        font-size: 1rem; 
        padding: 0.7rem 1.8rem;
        min-width: 180px;
    }
    
    .plan-card { 
        padding: 1.8rem 1.2rem; 
        min-height: 320px;
    }
    
    .plan-card-price {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .plans-tab {
        font-size: 0.95rem;
        padding: 0.6rem 1.5rem;
        min-width: 160px;
    }
    
    .plan-card {
        padding: 1.5rem 1rem;
        min-height: 300px;
    }
    
    .plan-card-title {
        font-size: 1.2rem;
    }
    
    .plan-card-price {
        font-size: 1.8rem;
    }
}

/* Tema escuro */
[data-theme="dark"] .plans-tab {
    background: rgba(30,24,40,0.9);
    color: #b899ff;
    border-color: rgba(184,153,255,0.3);
}

[data-theme="dark"] .plans-tab:hover {
    background: rgba(184,153,255,0.15);
    border-color: #b899ff;
}

[data-theme="dark"] .plans-tab.active {
    background: linear-gradient(135deg, #8d57ff 0%, #4a67e2 100%);
    color: #fff;
    border-color: #8d57ff;
}

[data-theme="dark"] .plan-card {
    background: rgba(30,24,40,0.98);
    border-color: rgba(184,153,255,0.2);
    color: #e2d6f0;
}

[data-theme="dark"] .plan-card:hover {
    border-color: #b899ff;
}

[data-theme="dark"] .plan-card-title { 
    color: #b899ff; 
}

[data-theme="dark"] .plan-card-price { 
    color: #8d57ff; 
}

[data-theme="dark"] .plan-card-desc { 
    color: #b9accb; 
}

[data-theme="dark"] .price-desc {
    color: #9ca3af;
}

/* ========================================
   TIPOGRAFIA E TEXTOS GLOBAIS
======================================== */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #334155;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-theme="dark"] body {
    color: #e2e8f0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1e293b;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: #f1f5f9;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
}

[data-theme="dark"] p {
    color: #cbd5e1;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: #475569;
}

[data-theme="dark"] .lead {
    color: #94a3b8;
}

.text-muted {
    color: #94a3b8 !important;
}

[data-theme="dark"] .text-muted {
    color: #64748b !important;
}

/* Melhorias para legibilidade */
.readable-text {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 65ch;
    margin: 0 auto;
}

.section-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 1.5rem;
}

[data-theme="dark"] .section-text {
    color: #cbd5e1;
}

.highlight-text {
    background: linear-gradient(120deg, rgba(102, 126, 234, 0.1) 0%, rgba(102, 126, 234, 0.1) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    color: #4a67e3;
}

[data-theme="dark"] .highlight-text {
    background: linear-gradient(120deg, rgba(102, 126, 234, 0.2) 0%, rgba(102, 126, 234, 0.2) 100%);
    color: #8fa7ff;
}

/* ========================================
   HERO ULTRA MODERNO
======================================== */

.hero-ultra-modern {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 90px 0 80px 0;
    overflow: hidden;
}

.hero-content-modern {
    position: relative;
    z-index: 2;
}

.hero-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(111, 66, 193, 0.1);
    border: 1px solid rgba(111, 66, 193, 0.2);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6f42c1;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-badge-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.15);
}

.badge-icon {
    font-size: 1.2rem;
}

.badge-pulse {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.hero-title-modern {
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

[data-theme="dark"] .hero-title-modern {
    color: #ffffff;
}

.gradient-text-animated {
    background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #f5576c);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 4s ease-in-out infinite;
}

.gradient-secondary {
    background: linear-gradient(45deg, #f093fb, #f5576c, #ff6b6b, #ffa500);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 4s ease-in-out infinite reverse;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle-modern {
    margin-bottom: 2.5rem;
}

.subtitle-main {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 2rem;
    font-weight: 500;
    max-width: 650px;
    letter-spacing: -0.02em;
}

[data-theme="dark"] .subtitle-main {
    color: #cbd5e1;
}

.subtitle-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-highlight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a67e3;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

[data-theme="dark"] .feature-highlight {
    background: rgba(102, 126, 234, 0.2);
    color: #8fa7ff;
}

.feature-highlight i {
    font-size: 1rem;
}

.hero-actions-modern {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.btn-primary-modern,
.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    font-size: 1.1rem;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-secondary-modern {
    background: rgba(255, 255, 255, 0.1);
    color: #667eea;
    border: 2px solid rgba(102, 126, 234, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary-modern:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    transform: translateY(-2px);
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary-modern:hover .btn-shine {
    left: 100%;
}

.hero-stats-modern {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    min-width: 180px;
}

[data-theme="dark"] .stat-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

[data-theme="dark"] .stat-label {
    color: #cbd5e1;
}

.stat-trend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 600;
}

.stat-trend i {
    font-size: 1rem;
}

/* Responsividade para Hero */
@media (max-width: 992px) {
    .hero-ultra-modern {
        padding: 80px 0 60px 0;
    }
    
    .hero-title-modern {
        font-size: clamp(2.2rem, 5vw, 3.5rem);
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .subtitle-main {
        font-size: 1.2rem;
        max-width: 100%;
        text-align: center;
    }
    
    .subtitle-features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-ultra-modern {
        padding: 75px 0 45px 0;
    }
    
    .hero-title-modern {
        font-size: clamp(1.8rem, 4vw, 2.8rem);
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .subtitle-main {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .feature-highlight {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .btn-primary-modern,
    .btn-secondary-modern {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        font-size: 1rem;
        padding: 0.9rem 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .stat-card {
        min-width: 120px;
        padding: 1rem 0.8rem;
        flex: 1;
        max-width: 140px;
    }
    
    .stat-number {
        font-size: 1.3rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-ultra-modern {
        padding: 70px 0 35px 0;
    }
    
    .hero-title-modern {
        font-size: clamp(1.6rem, 4vw, 2.2rem);
        margin-bottom: 1.2rem;
    }
    
    .subtitle-main {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .hero-badge-modern {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1.8rem;
    }
    
    .subtitle-features {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .btn-primary-modern,
    .btn-secondary-modern {
        font-size: 0.95rem;
        padding: 0.8rem 1.2rem;
        max-width: 100%;
    }
    
    .stat-card {
        width: 100%;
        max-width: 200px;
        min-width: auto;
        margin-bottom: 0.5rem;
    }
}

/* ========================================
   NAVBAR RESPONSIVO E COMPACTO
======================================== */

.modern-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    padding: 0.5rem 0 !important;
    min-height: 70px;
}

[data-theme="dark"] .modern-navbar {
    background: rgba(18, 16, 26, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo compacto */
.navbar-logo {
    height: 32px !important;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-logo:hover {
    transform: scale(1.05);
}

.brand-text {
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    background: linear-gradient(135deg, var(--primary-color), #5a67d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Toggler compacto */
.navbar-toggler {
    border: none !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 1rem !important;
}

.navbar-toggler-icon-custom {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 14px;
    justify-content: space-between;
}

.navbar-toggler-icon-custom span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Links compactos */
.nav-link-modern {
    font-weight: 600 !important;
    color: #4a5568 !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.95rem !important;
}

.nav-link-modern:hover {
    color: var(--primary-color) !important;
    background: rgba(74, 144, 226, 0.1);
    transform: translateY(-1px);
}

[data-theme="dark"] .nav-link-modern {
    color: #e2d6f0 !important;
}

[data-theme="dark"] .nav-link-modern:hover {
    color: #60a5fa !important;
    background: rgba(96, 165, 250, 0.15);
}

/* Botões navbar compactos */
.btn-nav {
    font-weight: 600 !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 25px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-width: 2px !important;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none !important;
    font-size: 0.9rem !important;
}

.btn-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta {
    background: linear-gradient(135deg, var(--primary-color), #5a67d8) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-cta:hover::before {
    left: 100%;
}

/* Theme toggle compacto */
.theme-toggle-modern {
    width: 36px !important;
    height: 36px !important;
    border: 2px solid rgba(74, 144, 226, 0.2);
    background: rgba(74, 144, 226, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.theme-toggle-modern:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.theme-toggle-modern:hover .theme-icon {
    color: white;
    transform: rotate(180deg);
}

.theme-icon {
    font-size: 1rem !important;
    color: var(--primary-color);
    transition: all 0.4s ease;
}

/* Responsividade navbar */
@media (max-width: 991px) {
    .modern-navbar {
        min-height: 65px;
        padding: 0.4rem 0 !important;
    }
    
    .modern-navbar .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border-radius: 12px;
        margin-top: 0.8rem;
        padding: 1rem;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    [data-theme="dark"] .modern-navbar .navbar-collapse {
        background: rgba(18, 16, 26, 0.98);
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .nav-link-modern {
        margin-bottom: 0.3rem;
        padding: 0.6rem 1rem !important;
    }
    
    .btn-nav {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.4rem;
        padding: 0.7rem 1.5rem !important;
    }
    
    .theme-toggle-modern {
        margin: 0.5rem auto 0;
    }
}

@media (max-width: 575px) {
    .modern-navbar {
        min-height: 60px;
        padding: 0.3rem 0 !important;
    }
    
    .navbar-logo {
        height: 28px !important;
    }
    
    .brand-text {
        font-size: 1.2rem !important;
    }
    
    .btn-nav {
        font-size: 0.85rem !important;
        padding: 0.6rem 1.3rem !important;
    }
}

/* Ajuste do hero para navbar compacta */
#heroSection {
    padding-top: 80px !important;
}

@media (max-width: 991px) {
    #heroSection {
        padding-top: 75px !important;
    }
}

@media (max-width: 575px) {
    #heroSection {
        padding-top: 70px !important;
    }
}
