.ai-search-section { position: relative; z-index: 2; margin-top: -20px; }
.ai-search-wrap { padding: 24px 0 8px; }
.ai-search-card {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,255,255,0.92));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(102,126,234,0.15);
  border-radius: 18px; box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  padding: 22px 22px; align-items: center;
}
.ai-search-title { font-size: 1.45rem; font-weight: 800; margin: 0 0 4px 0; background: linear-gradient(135deg,#667eea,#8b5cf6,#10b981); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ai-search-sub { margin: 0; color: #6b7280; font-size: 1rem; }
.ai-search-input-wrap { display: flex; align-items: center; gap: 10px; background: #0f172a; color: #c7d2fe; padding: 14px 16px; border-radius: 14px; cursor: text; box-shadow: inset 0 0 0 1px rgba(99,102,241,0.35), 0 10px 24px rgba(99,102,241,0.18); position: relative; }
.ai-search-input-wrap:hover { box-shadow: inset 0 0 0 1px rgba(99,102,241,0.55), 0 14px 32px rgba(99,102,241,0.24); }
.ai-icon { color: #a5b4fc; font-size: 1.2rem; }
.ai-chip { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: linear-gradient(135deg,#8b5cf6,#6366f1); color: #fff; border-radius: 999px; padding: 6px 10px; font-size: 0.8rem; font-weight: 800; box-shadow: 0 6px 16px rgba(99,102,241,.4); }
.ai-search-input { flex: 1; background: transparent; border: 0; outline: 0; color: #e5e7eb; font-size: 1.02rem; letter-spacing: .2px; }
.ai-search-input::placeholder { color: #a5b4fc; }

/* Modal IA */
.ai-modal { position: fixed; inset: 0; background:
  conic-gradient(from var(--angleBg), #ff0080, #ff2ea1, #a100ff, #7c00ff, #ff0080),
  linear-gradient(-45deg, #ff0080, #ff2ea1, #a100ff, #7c00ff),
  linear-gradient(45deg, #7c00ff, #a100ff, #ff2ea1, #ff0080);
  background-size: 150% 150%, 400% 400%, 400% 400%;
  background-blend-mode: screen, normal, normal;
  animation: angleBgCycle 28s linear infinite, aiBgDual 16s ease-in-out infinite;
  backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; z-index: 60; }
.ai-modal.open { display: flex; }
.ai-dialog { width: min(880px, 92vw); position: relative; border-radius: 18px; overflow: hidden;
  background:
    linear-gradient(160deg, rgba(20,0,18,0.72), rgba(20,0,18,0.72)),
    conic-gradient(from var(--angleBg), #ff0080, #ff2ea1, #a100ff, #7c00ff, #ff0080),
    linear-gradient(-45deg, #ff0080, #ff2ea1, #a100ff, #7c00ff),
    linear-gradient(45deg, #7c00ff, #a100ff, #ff2ea1, #ff0080);
  background-size: auto, 150% 150%, 400% 400%, 400% 400%;
  background-position: left top, 50% 50%, 0% 50%, 100% 50%;
  background-blend-mode: normal, screen, normal, normal;
  border: 1px solid rgba(255, 46, 161, 0.55);
  box-shadow: 0 26px 90px rgba(255, 46, 161, 0.28), 0 10px 30px rgba(0,0,0,0.40);
  animation: aiPop .28s ease-out, angleBgCycle 28s linear infinite, aiBgDualDialog 18s ease-in-out infinite;
}
.ai-dialog::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 18px; padding: 2px;
  background: conic-gradient(from var(--angle), #ff0080, #ff2ea1, #a100ff, #7c00ff, #ff0080);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; box-sizing: border-box;
  animation: angleCycle 6s linear infinite;
}

/* Animated color wash inside the dialog */
.ai-dialog::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 16px;
  background: linear-gradient(120deg, rgba(255,0,128,.10), rgba(161,0,255,.10), rgba(124,0,255,.10));
  background-size: 300% 300%;
  animation: aiPanelShift 14s ease-in-out infinite;
}
.ai-dialog::after { content:""; position:absolute; width: 300px; height: 300px; right:-80px; bottom:-80px; border-radius: 50%; filter: blur(40px); pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(139,92,246,.55), rgba(99,102,241,.15) 60%, transparent 70%);
  animation: orbFloat 8s ease-in-out infinite;
}
.ai-dialog-header { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(90deg, rgba(255,0,128,0.35), rgba(161,0,255,0.25));
  color: #ffe9f6; background-size: 200% 200%; animation: gradientSweep 10s ease-in-out infinite; }
.ai-dialog-header strong { font-weight: 900; letter-spacing: .3px; background: linear-gradient(135deg,#a5b4fc,#c4b5fd,#6ee7b7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ai-dialog-header i { color:#a5b4fc; text-shadow: 0 0 12px rgba(165,180,252,.6); animation: twinkle 2.4s ease-in-out infinite; }
.ai-dialog-body { padding: 20px; display: grid; gap: 14px; position: relative; }
.ai-dialog-body::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: none; }
.ai-prompt { width: 100%; min-height: 140px; resize: vertical; background: rgba(26, 0, 22, 0.92); color: #ffe9f6; border: 1px solid rgba(255,122,197,0.5); border-radius: 12px; padding: 14px; box-shadow: inset 0 0 0 1px rgba(255,122,197,0.14); transition: box-shadow .2s ease, border-color .2s ease; caret-color: #ffb2dc; }
.ai-prompt::placeholder { color: #ffc3e6; }
.ai-prompt:focus { outline: none; border-color: rgba(255,122,197,0.85); box-shadow: 0 0 0 3px rgba(255,122,197,.22), inset 0 0 0 1px rgba(255,122,197,.25); }
.ai-prompt:focus { outline: none; border-color: rgba(160,0,127,0.72); box-shadow: 0 0 0 3px rgba(160,0,127,.26), inset 0 0 0 1px rgba(160,0,127,.32); }
.ai-dialog-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 20px 20px 20px; }
.ai-suggest { display: flex; flex-wrap: wrap; gap: 8px; }
.ai-suggest .chip { position: relative; background: rgba(40, 0, 33, 0.8); color: #ffe9f6; border-radius: 999px; font-size: .85rem; cursor: pointer; transition: box-shadow .2s ease, transform .2s ease, background .2s ease; padding: 8px 12px; }
.ai-suggest .chip::before { content:""; position:absolute; inset:0; padding:1.5px; border-radius:999px; background: conic-gradient(from var(--angleChip), #ff0080, #ff2ea1, #a100ff, #7c00ff, #ff0080); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite: exclude; animation: angleCycleChip 4s linear infinite; }
.ai-suggest .chip:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,46,161,.25); background: rgba(55, 0, 44, 0.9); }
.btn-ia { background: linear-gradient(135deg,#ff2ea1 0%, #a0007f 50%, #ff2ea1 100%); background-size: 300% 300%; color:#fff; border:0; border-radius: 12px; padding: 12px 18px; font-weight: 900; box-shadow: 0 14px 36px rgba(255,46,161,.35); cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, filter .2s ease; animation: gradientShift 3.2s ease-in-out infinite; }
.btn-ia:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(99,102,241,.45); filter: brightness(1.05) saturate(1.05); }
.btn-ia.secondary { background: transparent; color: #c7d2fe; border: 1px solid rgba(99,102,241,0.3); box-shadow: none; }
.btn-ia.secondary:hover { background: rgba(99,102,241,0.12); }

@keyframes borderGlow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
/* Angle-based hue flow for borders (color spins around without rotating the element) */
@property --angle { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes angleCycle { from { --angle: 0deg; } to { --angle: 360deg; } }
@property --angleChip { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes angleCycleChip { from { --angleChip: 0deg; } to { --angleChip: 360deg; } }
@keyframes aiBgMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes aiPanelShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes aiBgDual { 0% { background-position: 0% 50%, 100% 50%; } 50% { background-position: 100% 50%, 0% 50%; } 100% { background-position: 0% 50%, 100% 50%; } }
@keyframes aiBgDualDialog { 0% { background-position: left top, 0% 50%, 100% 50%; } 50% { background-position: left top, 100% 50%, 0% 50%; } 100% { background-position: left top, 0% 50%, 100% 50%; } }
@property --angleBg { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes angleBgCycle { from { --angleBg: 0deg; } to { --angleBg: 360deg; } }
@keyframes aiPop { from { transform: translateY(10px) scale(.98); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes twinkle { 0%, 100% { opacity: .9; filter: drop-shadow(0 0 6px rgba(165,180,252,.6)); } 50% { opacity: .6; filter: drop-shadow(0 0 2px rgba(165,180,252,.3)); } }
@keyframes orbFloat { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-10px) scale(1.05); } }
@keyframes gradientSweep { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }
@keyframes glowPulse { 0%,100% { box-shadow: inset 0 0 0 1px rgba(99,102,241,0.12), 0 0 0 0 rgba(139,92,246,.0); } 50% { box-shadow: inset 0 0 0 1px rgba(99,102,241,0.18), 0 0 24px 2px rgba(139,92,246,.18); } }

@media (max-width: 900px){ .ai-search-card{ grid-template-columns: 1fr; gap: 10px; } }
/* Reset e base */
:root {
    --primary-color: #2d7be5;
    --secondary-color: #b8004b;
    --accent-color: #6f6fff;
    --text-primary: #222;
    --text-secondary: #555;
    --text-muted: #888;
    --bg-primary: #fafbfc;
    --bg-secondary: #fff;
    --bg-tertiary: #f0f6ff;
    --border-color: #e0e6ef;
    --shadow-color: rgba(0,0,0,0.1);
    --gradient-primary: linear-gradient(90deg, #2d7be5 60%, #b8004b 100%);
    --gradient-secondary: linear-gradient(90deg, #4f8cff 0%, #6f6fff 100%);
    --gradient-accent: linear-gradient(90deg, #00c853 60%, #43e97b 100%);
}

/* Variáveis de modo escuro removidas */

body, body.home-bg, body.home-bg::before, body.home-bg::after {
    background: var(--bg-primary) !important;
    filter: none !important;
    box-shadow: none !important;
    background-image: none !important;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
}

body.home-bg {
    position: relative;
    min-height: 100vh;
}

body.home-bg::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85%, var(--bg-secondary) 100%), url('images/pagina-inicial.jpg') no-repeat center center fixed;
    background-size: cover;
    filter: blur(5px) brightness(1.08);
    pointer-events: none;
    transition: filter 0.3s ease;
}

/* Estilo de modo escuro removido */

/* Botão de modo escuro removido */

/* Fundo melhorado da página principal */
.hero-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(102, 126, 234, 0.4) 0%, 
        rgba(139, 92, 246, 0.35) 25%, 
        rgba(168, 85, 247, 0.3) 50%, 
        rgba(139, 92, 246, 0.35) 75%, 
        rgba(102, 126, 234, 0.4) 100%) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    height: 100vh;
}

.hero-bg-shapes {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0.12 !important;
    filter: blur(1px);
}

.bg-shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -100px;
    background: linear-gradient(135deg, #2d7be5, #6f6fff);
}

.bg-shape-2 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: -100px;
    background: linear-gradient(135deg, #6f6fff, #b8004b);
}

.bg-shape-3 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: 20%;
    background: linear-gradient(135deg, #00c853, #43e97b);
}

.bg-shape-4 {
    width: 100px;
    height: 100px;
    top: 20%;
    right: 30%;
    background: linear-gradient(135deg, #2d7be5, #b8004b);
}

.bg-shape-5 {
    width: 120px;
    height: 120px;
    top: 80%;
    left: 15%;
    background: linear-gradient(135deg, #6f6fff, #2d7be5);
}

.bg-shape-6 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 60%;
    background: linear-gradient(135deg, #b8004b, #6f6fff);
}

.bg-shape-7 {
    width: 180px;
    height: 180px;
    bottom: 30%;
    left: 40%;
    background: linear-gradient(135deg, #2d7be5, #00c853);
}

.bg-shape-8 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 60%;
    background: linear-gradient(135deg, #6f6fff, #b8004b);
}

/* Grid tecnológico */
.hero-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    opacity: 0.15 !important;
}

.grid-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    opacity: 0.15;
    opacity: 0.15 !important;
}

.grid-line-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    animation-delay: 0s;
}

.grid-line-2 {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    animation-delay: 1s;
}

.grid-line-3 {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    animation-delay: 2s;
}

.grid-line-4 {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    animation-delay: 3s;
}

.grid-line-5 {
    top: 25%;
    left: 0;
    width: 100%;
    height: 2px;
    animation-delay: 4s;
}

.grid-line-6 {
    top: 0;
    left: 25%;
    width: 2px;
    height: 100%;
    animation-delay: 5s;
}

/* Partículas flutuantes */
.hero-bg-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--accent-color);
    border-radius: 50%;
    opacity: 0.4 !important;
    box-shadow: 0 0 10px var(--accent-color);
}

.particle-1 { top: 10%; left: 10%; background: #2d7be5; }
.particle-2 { top: 20%; left: 80%; background: #6f6fff; }
.particle-3 { top: 30%; left: 20%; background: #b8004b; }
.particle-4 { top: 40%; left: 70%; background: #2d7be5; }
.particle-5 { top: 50%; left: 30%; background: #6f6fff; }
.particle-6 { top: 60%; left: 80%; background: #b8004b; }
.particle-7 { top: 70%; left: 15%; background: #2d7be5; }
.particle-8 { top: 80%; left: 60%; background: #6f6fff; }
.particle-9 { top: 90%; left: 25%; background: #b8004b; }
.particle-10 { top: 15%; left: 90%; background: #2d7be5; }

/* Ondas de energia */
.hero-bg-waves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    opacity: 0.1 !important;
}

.wave {
    position: absolute;
    width: 200%;
    height: 200%;
    background: var(--gradient-primary);
    border-radius: 50%;
    opacity: 0.1 !important;
}

.wave-1 {
    top: -50%;
    left: -50%;
    background: linear-gradient(135deg, #2d7be5, #6f6fff);
}

.wave-2 {
    top: -50%;
    left: -50%;
    background: linear-gradient(135deg, #6f6fff, #b8004b);
}

.wave-3 {
    top: -50%;
    left: -50%;
    background: linear-gradient(135deg, #b8004b, #2d7be5);
}

/* Linhas de conexão tecnológicas */
.hero-bg-connections {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.06;
    opacity: 0.1 !important;
}

.connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    opacity: 0.1 !important;
}

.connection-line-1 {
    top: 20%;
    left: 10%;
    width: 80%;
}

.connection-line-2 {
    top: 60%;
    left: 20%;
    width: 60%;
}

.connection-line-3 {
    top: 80%;
    left: 5%;
    width: 90%;
}

.connection-line-4 {
    top: 40%;
    left: 15%;
    width: 70%;
}

.connection-line-5 {
    top: 70%;
    left: 25%;
    width: 50%;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); }
    50% { transform: translateY(-20px) rotate(180deg) scale(1.1); }
}

/* Animação gridPulse removida para evitar mudanças de opacidade */

@keyframes particleFloat {
    0% { 
        transform: translateY(0px) translateX(0px);
        opacity: 0;
    }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { 
        transform: translateY(-100px) translateX(50px);
        opacity: 0;
    }
}

/* Animação waveExpand removida para evitar mudanças de opacidade */

/* Animação connectionPulse removida para evitar mudanças de opacidade */

/* Ajustes para modo escuro */
.dark-mode .navbar,
html.dark-mode .navbar {
    background: #2d2d2d !important;
    border-bottom: 1px solid #4a4a4a !important;
}

.dark-mode .navbar-link,
html.dark-mode .navbar-link {
    color: #f0f0f0 !important;
}

.dark-mode .navbar-link:hover,
html.dark-mode .navbar-link:hover {
    color: #4f8cff !important;
}

.dark-mode .dropdown-menu,
html.dark-mode .dropdown-menu {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .dropdown-menu a,
html.dark-mode .dropdown-menu a {
    color: #f0f0f0 !important;
}

.dark-mode .dropdown-menu a:hover,
html.dark-mode .dropdown-menu a:hover {
    background: #3a3a3a !important;
    color: #4f8cff !important;
}

.dark-mode .premium-hero-card,
html.dark-mode .premium-hero-card {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .hero-filtro,
html.dark-mode .hero-filtro {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .filtro-group input,
.dark-mode .filtro-group select,
html.dark-mode .filtro-group input,
html.dark-mode .filtro-group select {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode .filtro-group input:focus,
.dark-mode .filtro-group select:focus,
html.dark-mode .filtro-group input:focus,
html.dark-mode .filtro-group select:focus {
    border-color: #4f8cff !important;
    background: #2d2d2d !important;
}

.dark-mode .leilao-card,
html.dark-mode .leilao-card {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}

.dark-mode .leilao-card:hover,
html.dark-mode .leilao-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
    border-color: #4f8cff !important;
}

.dark-mode .main-footer,
html.dark-mode .main-footer {
    background: #2d2d2d !important;
    border-top: 1px solid #4a4a4a !important;
    color: #d0d0d0 !important;
}

.dark-mode .features-section,
html.dark-mode .features-section {
    background: #2d2d2d !important;
}

.dark-mode .depoimentos-section,
html.dark-mode .depoimentos-section {
    background: linear-gradient(90deg, #3a3a3a 60%, #1a1a1a 100%) !important;
}

.dark-mode .depoimento-card,
html.dark-mode .depoimento-card {
    background: #2d2d2d !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3) !important;
}

.dark-mode .auth-container,
html.dark-mode .auth-container {
    background: linear-gradient(90deg, #3a3a3a 60%, #1a1a1a 100%) !important;
}

.dark-mode .auth-box,
html.dark-mode .auth-box {
    background: #2d2d2d !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3) !important;
}

.dark-mode .auth-box h2,
html.dark-mode .auth-box h2 {
    color: #4f8cff !important;
}

.dark-mode .auth-form label,
html.dark-mode .auth-form label {
    color: #f0f0f0 !important;
}

.dark-mode .auth-form input,
html.dark-mode .auth-form input {
    background: #3a3a3a !important;
    border-color: #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode .auth-form input:focus,
html.dark-mode .auth-form input:focus {
    border-color: #4f8cff !important;
}

.dark-mode .auth-links a,
html.dark-mode .auth-links a {
    color: #4f8cff !important;
}

.dark-mode .auth-links a:hover,
html.dark-mode .auth-links a:hover {
    color: #ff6b9d !important;
}

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

/* Header */
.main-header {
    background: #fff;
    padding: 48px 0 24px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.main-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}
.subtitle {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 0;
}

/* Hero Section */
.hero-section {
    background: none;
    padding: 56px 0 32px 0;
}
.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}
.hero-text {
    flex: 1 1 340px;
}
.hero-text h2 {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 20%, #8b5cf6 40%, #a855f7 60%, #10b981 80%, #667eea 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 6s ease-in-out infinite;
    position: relative;
}

.hero-text h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthExpand 4s ease-in-out infinite;
}

.hero-text p {
    font-size: 1.4rem;
    color: #64748b;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 500;
    background: linear-gradient(135deg, #475569 0%, #64748b 50%, #94a3b8 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: subtleGradient 8s ease-in-out infinite;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}
.btn, .btn-primary, .btn-secondary, .btn-danger {
    padding: 12px 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 14px;
    box-sizing: border-box;
    text-decoration: none !important;
}
.btn i, .btn-primary i, .btn-secondary i, .btn-danger i {
    margin-right: 8px;
    font-size: 1.1em;
    display: inline-block;
    text-decoration: none !important;
}
.btn-block { width: 100%; }
.user-profile-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.user-profile-actions .btn {
    flex: 1 1 0;
    min-width: 0;
}
.btn-secondary {
    background: var(--bg-secondary);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn-secondary:hover {
    background: var(--bg-tertiary);
}
.hero-img {
    flex: 1 1 320px;
    text-align: right;
}
.hero-img img {
    border-radius: 32px;
    border: 6px solid #fff;
    box-shadow: 0 8px 32px rgba(45,123,229,0.13), 0 2px 8px rgba(0,0,0,0.04);
    background: #fff;
    max-width: 420px;
    margin-top: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Features Section */
.features-section {
    background: var(--bg-secondary);
    padding: 48px 0 32px 0;
}
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 30%, #8b5cf6 60%, #a855f7 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 4s ease-in-out infinite;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthPulse 3s ease-in-out infinite;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}
.feature-card {
    background: var(--bg-tertiary);
    border-radius: 18px;
    box-shadow: 0 2px 12px var(--shadow-color);
    padding: 32px 18px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
    box-shadow: 0 8px 32px rgba(45,123,229,0.13);
    transform: translateY(-4px) scale(1.03);
}
.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    display: block;
}

/* Depoimentos Section */
.depoimentos-section {
    background: linear-gradient(90deg, var(--bg-tertiary) 60%, var(--bg-primary) 100%);
    padding: 48px 0 32px 0;
}
.depoimentos-grid {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.depoimento-card {
    background: var(--bg-secondary);
    border-radius: 18px;
    box-shadow: 0 4px 24px var(--shadow-color);
    padding: 32px 24px 24px 24px;
    max-width: 340px;
    min-width: 260px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.depoimento-avatar {
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 16px;
}
.depoimento-text {
    font-size: 1.08rem;
    color: #444;
    margin-bottom: 18px;
    text-align: center;
}
.depoimento-info {
    text-align: center;
}
.depoimento-nome {
    font-weight: 700;
    color: #2d7be5;
}
.depoimento-cargo {
    color: #888;
    font-size: 0.98rem;
}

/* Leilões Section (cards) */
.leiloes-section {
    background: #fafbfc;
    padding: 40px 0 60px 0;
}
.leiloes-section .section-title {
    margin-bottom: 32px;
}
.leiloes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 32px;
}
.leilao-card {
    background: var(--bg-secondary);
    border-radius: 22px;
    box-shadow: 0 6px 32px var(--shadow-color);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.22s, transform 0.22s;
    position: relative;
    min-height: 480px;
}
.leilao-card:hover {
    box-shadow: 0 12px 40px var(--shadow-color);
    transform: translateY(-6px) scale(1.025);
}
.leilao-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 0 0;
}
.badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 18px;
    border-radius: 16px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 2;
    letter-spacing: 0.5px;
}
.badge-ativo { background: var(--gradient-accent); }
.badge-finalizado { background: linear-gradient(90deg, var(--secondary-color) 60%, #e53935 100%); }
.leilao-info {
    padding: 28px 24px 18px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.leilao-info h3 {
    font-size: 1.22rem;
    font-weight: 800;
    margin: 0 0 6px 0;
    color: var(--text-primary);
    letter-spacing: 0.2px;
}
.localizacao {
    color: var(--text-secondary);
    font-size: 1.01rem;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.detalhes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    align-items: center;
}
.detalhes li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(102, 126, 234, 0.12);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.detalhes li:before {
    content: '';
    display: none;
}
.lances {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 8px 0;
    gap: 18px;
}
.lance-inicial, .lance-atual {
    font-size: 1.01rem;
    color: var(--text-muted);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.lance-inicial strong {
    color: var(--secondary-color);
    font-size: 1.13rem;
    font-weight: 700;
}
.lance-atual strong {
    color: #00c853;
    font-size: 1.13rem;
    font-weight: 700;
}
.leilao-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.99rem;
    color: #888;
    margin-bottom: 10px;
    align-items: center;
    gap: 12px;
}
.leilao-footer .lances-num {
    display: flex;
    align-items: center;
    gap: 5px;
}
.leilao-footer .termina-em {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-lance {
    display: block;
    width: calc(100% - 48px);
    margin: 12px auto 0 auto;
    background: linear-gradient(90deg, #2d7be5 60%, #1a5bb8 100%);
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border-radius: 12px;
    font-size: 1.06rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.10);
    letter-spacing: 0.5px;
}
.btn-lance:hover { background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%); box-shadow: 0 6px 24px rgba(45,123,229,0.13); transform: translateY(-2px) scale(1.02); }
/* Garantir que o botão fique 100% alinhado dentro do card */
.leilao-info .btn-lance {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 0 !important;
    box-sizing: border-box !important;
}
@media (max-width: 900px) {
    .leiloes-grid { grid-template-columns: 1fr; gap: 22px; }
    .leilao-card { min-height: 0; }
}
.no-leiloes {
    text-align: center;
    color: #b8004b;
    font-size: 1.1rem;
    margin: 40px 0;
}

.main-footer {
    position: relative;
    z-index: 2;
    background: var(--bg-secondary);
    color: var(--text-muted);
    text-align: center;
    padding: 24px 0 12px 0;
    font-size: 1rem;
    box-shadow: 0 -2px 8px var(--shadow-color);
    margin-top: 40px;
    filter: none;
}

/* Auth (login/cadastro) */
.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--bg-tertiary) 60%, var(--bg-primary) 100%);
}
.auth-box {
    background: var(--bg-secondary);
    border-radius: 18px;
    box-shadow: 0 4px 24px var(--shadow-color);
    padding: 40px 32px 32px 32px;
    min-width: 320px;
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.auth-box h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 24px;
}
.auth-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
}
.auth-form label {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
}
.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"] {
    padding: 12px 14px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    background: var(--bg-tertiary);
    transition: border 0.2s;
}
.auth-form input:focus {
    border-color: var(--primary-color);
}
.btn-block {
    width: 100%;
}
.auth-links {
    margin-top: 8px;
    text-align: center;
    font-size: 1rem;
}
.auth-links a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 4px;
    transition: color 0.2s;
}
.auth-links a:hover {
    color: var(--secondary-color);
}
.auth-error {
    background: #ffe6e6;
    color: var(--secondary-color);
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}
.auth-success {
    background: #e6ffe6;
    color: #008a5b;
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 500px) {
    .auth-box { min-width: 0; padding: 24px 8px; }
}

@media (max-width: 900px) {
    .hero-content { flex-direction: column; text-align: center; gap: 24px; }
    .hero-img { text-align: center; }
    .hero-img img { max-width: 90vw; margin-top: 18px; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .depoimentos-grid { flex-direction: column; align-items: center; }
    .hero-section { padding: 32px 0 18px 0; }
}
@media (max-width: 700px) {
    .container { padding: 0 8px; }
    .features-grid { grid-template-columns: 1fr; }
    .leiloes-grid { grid-template-columns: 1fr; gap: 18px; }
    .leilao-img { height: 160px; }
    .main-header { padding: 32px 0 16px 0; }
    .leiloes-section { padding: 24px 0 32px 0; }
} 

/* Painel do Usuário */
.user-panel-section {
    background: #f8fafd;
    padding: 48px 0 32px 0;
}
.user-panel-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.user-profile-box, .user-bids-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(45,123,229,0.07);
    padding: 32px 24px 24px 24px;
    min-width: 280px;
    max-width: 340px;
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.user-profile-box h2, .user-bids-box h2 {
    color: #2d7be5;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.user-profile-box p {
    margin: 4px 0;
    color: #444;
}
.user-bids-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 0.98rem;
}
.user-bids-table th, .user-bids-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #e0e4ea;
    text-align: left;
}
.user-bids-table th {
    color: #2d7be5;
    font-weight: 700;
    background: #f5f7fa;
}
.user-bids-table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 900px) {
    .user-panel-content { flex-direction: column; gap: 24px; align-items: center; }
    .user-profile-box, .user-bids-box { max-width: 100%; }
} 

/* Admin Table & Relatórios */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 16px 0;
    font-size: 0.98rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(45,123,229,0.07);
}
.admin-table th, .admin-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #e0e4ea;
    text-align: left;
}
.admin-table th {
    color: #2d7be5;
    font-weight: 700;
    background: #f5f7fa;
}
.admin-table tr:last-child td {
    border-bottom: none;
}
.admin-table tr:hover { background: var(--bg-tertiary); }

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}
.admin-stat-card {
    background: #f5f7fa;
    border-radius: 14px;
    padding: 24px 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(45,123,229,0.05);
}
.admin-stat-label {
    color: #888;
    font-size: 1rem;
    display: block;
    margin-bottom: 6px;
}
.admin-stat-value {
    color: #2d7be5;
    font-size: 1.5rem;
    font-weight: 700;
}
.admin-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.admin-actions .btn { min-width: 160px; }

.admin-form-section {
    background: #f8fafd;
    padding: 40px 0 32px 0;
}
.admin-form {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(45,123,229,0.07);
    padding: 32px 24px 24px 24px;
    max-width: 480px;
    margin: 0 auto 24px auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.admin-form label {
    font-weight: 600;
    color: #444;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.admin-form input[type="text"],
.admin-form input[type="email"],
.admin-form input[type="number"],
.admin-form input[type="datetime-local"],
.admin-form select,
.admin-form textarea {
    padding: 10px 12px;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    background: #f8fafd;
    transition: border 0.2s;
}
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus {
    border-color: #2d7be5;
}
.admin-form textarea { min-height: 60px; }
.btn-danger { background: var(--secondary-color); color: #fff; border: none; }
.btn-danger:hover { background: #a0003a; }
.btn-sm { font-size: 0.95rem; padding: 7px 18px; border-radius: 8px; }
@media (max-width: 900px) {
    .admin-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    .admin-stats-grid { grid-template-columns: 1fr; }
    .admin-graph-box { padding: 8px 0 4px 0; }
} 

.admin-access-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(45,123,229,0.07);
    padding: 32px 24px 24px 24px;
    min-width: 280px;
    max-width: 340px;
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}
.admin-access-box h2 {
    color: #b8004b;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.admin-access-box .btn {
    margin-bottom: 10px;
    width: 100%;
}
@media (max-width: 900px) {
    .admin-access-box { max-width: 100%; }
} 

/* --- MENU PREMIUM FIXO E MEGA DROPDOWN --- */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #fff;
    box-shadow: 0 2px 16px rgba(45,123,229,0.07);
    z-index: 1000;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: box-shadow 0.3s;
}
.navbar-spacer { height: 84px; }
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
}
.navbar-logo {
    font-size: 2.1rem;
    font-weight: 900;
    color: #2d7be5;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.2s;
}
.navbar-logo span { color: var(--secondary-color); }

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-item { position: relative; }
.navbar-link {
    color: #222;
    font-weight: 600;
    font-size: 1.08rem;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.navbar-link:hover, .navbar-link:focus {
    background: #f0f6ff;
    color: #2d7be5;
}

/* Dropdown */
.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(45,123,229,0.13);
    border-radius: 14px;
    padding: 18px 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 0.25s, transform 0.25s;
    z-index: 10;
}
.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    padding: 10px 28px 10px 22px;
    text-decoration: none;
    font-size: 1.04rem;
    border-radius: 6px;
    transition: background 0.18s, color 0.18s;
}
.dropdown-menu a:hover {
    background: #f0f6ff;
    color: #2d7be5;
}

/* Mega menu */
.mega-menu {
    display: flex;
    gap: 32px;
    min-width: 700px;
    padding: 28px 32px;
}
.mega-menu-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 150px;
}
.mega-title {
    font-weight: 700;
    color: #2d7be5;
    margin-bottom: 8px;
    font-size: 1.08rem;
}

/* Auth à direita */
.navbar-auth {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 32px;
}
.navbar-user {
    color: #2d7be5;
    font-weight: 700;
    font-size: 1.08rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.btn-sm { font-size: 0.98rem; padding: 7px 18px; border-radius: 8px; }
.btn-danger { background: #b8004b; color: #fff; border: none; }
.btn-danger:hover { background: #a0003a; }

/* Toggle para mobile */
.navbar-toggle {
    display: none;
    font-size: 2rem;
    color: #2d7be5;
    cursor: pointer;
    margin-left: 18px;
}

/* Responsividade */
@media (max-width: 1100px) {
    .mega-menu { min-width: 420px; gap: 16px; padding: 18px 8px; }
    .mega-menu-col { min-width: 100px; }
}
@media (max-width: 900px) {
    .navbar-container { flex-wrap: wrap; height: auto; }
    .navbar-menu {
        position: fixed;
        top: 84px; left: 0; right: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        box-shadow: 0 8px 32px rgba(45,123,229,0.13);
        padding: 18px 0;
        z-index: 1001;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
    }
    .navbar-menu.open { max-height: 600px; }
    .navbar-item { width: 100%; }
    .dropdown-menu, .mega-menu { position: static; box-shadow: none; min-width: 0; padding: 0; }
    .dropdown-menu { opacity: 1; pointer-events: auto; transform: none; background: none; }
    .mega-menu { flex-direction: column; gap: 0; }
    .mega-menu-col { min-width: 0; }
    .navbar-auth { margin: 18px 0 0 0; }
    .navbar-toggle { display: block; }
}
@media (max-width: 700px) {
    .navbar-spacer { height: 64px; }
    .navbar-container { height: 64px; }
    .navbar-logo { font-size: 1.4rem; }
}

/* Animações suaves */
.navbar, .dropdown-menu, .mega-menu, .navbar-link, .btn, .feature-card, .leilao-card {
    transition: all 0.2s cubic-bezier(.4,0,.2,1);
}

/* Sombra ao rolar */
body.scrolled .navbar {
    box-shadow: 0 4px 24px rgba(45,123,229,0.13);
} 

/* --- HERO PREMIUM ZUK STYLE --- */
.premium-hero {
    background: none;
    padding: 0 0 32px 0;
    position: relative;
    overflow: visible;
    min-height: 100vh;
    width: 100%;
}
.premium-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}
.premium-hero-left {
    flex: 1 1 420px;
    min-width: 320px;
    max-width: 520px;
    text-align: left;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}
.premium-hero-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(45,123,229,0.13);
    padding: 32px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    max-width: 600px;
    min-width: 320px;
    width: 100%;
    height: 440px !important;
    justify-content: space-between;
    min-height: 440px !important;
    max-height: 440px !important;
    flex: 1;
}
.premium-hero-desc-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding-top: 0;
}
.premium-hero-desc {
    font-size: 1.15rem;
    color: #444;
    margin: 0 0 8px 0;
    line-height: 1.6;
    font-weight: 500;
    width: 100%;
    text-align: left;
}
.premium-hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    background: linear-gradient(90deg, #2d7be5 0%, #6a7be5 40%, #b8004b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 18px;
    line-height: 1.15;
    width: 100%;
    text-align: left;
}
.premium-hero-subtitle {
    color: #222;
    font-size: 1.18rem;
    margin-bottom: 0;
    font-weight: 500;
}
.premium-hero-right {
    flex: 1 1 520px;
    min-width: 320px;
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    align-self: stretch;
}
.premium-hero-img {
    width: 100%;
    max-width: 640px;
    min-width: 340px;
    min-height: 400px;
    height: 480px;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(45,123,229,0.10);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 0;
}
.premium-hero-img::after {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 80% 40%, rgba(45,123,229,0.18) 0%, rgba(184,0,75,0.10) 60%, rgba(0,0,0,0.18) 100%);
    pointer-events: none;
    z-index: 1;
}
.hero-filtro {
    background: rgba(255,255,255,0.96);
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(45,123,229,0.13);
    padding: 28px 38px 28px 38px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 700px;
    width: 100%;
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
    height: 450px !important;
    justify-content: space-between;
    min-height: 450px !important;
    max-height: 450px !important;
    flex: 1;
}
.filtro-header {
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
    margin-top: 0;
}
.gradient-intro {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 20%, #a855f7 40%, #8b5cf6 60%, #6366f1 80%, #4f46e5 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    animation: gradientFlow 5s ease-in-out infinite;
    position: relative;
}

.gradient-intro::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthPulse 3s ease-in-out infinite;
}

.filtro-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: flex-end;
}
.filtro-inline {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
}
.filtro-inline .filtro-label {
    margin-bottom: 0 !important;
    white-space: nowrap;
}
.filtro-inline select {
    margin-top: 0;
    min-width: 120px;
    max-width: 180px;
}
.filtro-row-top, .filtro-row-bottom {
    margin-bottom: 0;
}
.filtro-group {
    display: flex;
    flex-direction: column;
    min-width: 140px;
    flex: 1 1 160px;
    gap: 4px;
    justify-content: flex-end;
}
.filtro-group-icon input,
.filtro-group-icon select {
    font-size: 1.08rem;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.5px solid #e0e6ef;
    background: #f8fafd;
    color: #222;
    outline: none;
    transition: border 0.18s;
    margin-top: 2px;
}
.filtro-group-icon input:focus,
.filtro-group-icon select:focus {
    border: 1.5px solid #2d7be5;
    background: #fff;
}
.filtro-label {
    font-size: 1.05rem;
    color: #2d7be5;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}
.filtro-actions {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-left: 12px;
    margin-top: 8px;
}
.filtro-buscar, .filtro-mapa {
    font-size: 1.12rem;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(45,123,229,0.08);
}
.filtro-buscar { background: var(--gradient-primary); color: #fff; border: none; }
.filtro-buscar:hover { background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%); }
.filtro-mapa { background: var(--bg-secondary); color: var(--primary-color); border: 2px solid var(--primary-color); }
.filtro-mapa:hover { background: var(--bg-tertiary); }
@media (max-width: 1100px) {
    .premium-hero-content { flex-direction: column; gap: 24px; text-align: center; }
    .premium-hero-left, .premium-hero-right { max-width: 100%; justify-content: center; align-items: center; }
    .premium-hero-card { max-width: 100%; min-height: 0 !important; }
    .hero-filtro { max-width: 100% !important; min-height: 0 !important; }
}
@media (max-width: 700px) {
    .premium-hero-title { font-size: 1.3rem !important; }
    .premium-hero-card { padding: 12px 4px 6px 4px !important; min-height: 0 !important; }
    .hero-filtro { padding: 10px 4px 4px 4px !important; min-height: 0 !important; }
    .premium-hero-content { gap: 12px !important; }
} 

/* --- USER DASHBOARD PREMIUM (HOSTINGER STYLE) --- */
.user-dashboard-section {
    background: #f8fafd;
    min-height: 100vh;
    padding: 48px 0 32px 0;
}
.user-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.user-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(45,123,229,0.08);
    padding: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
}
.user-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d7be5;
    background: #f5f7fa;
    border-radius: 18px 18px 0 0;
    padding: 22px 32px 16px 32px;
    border-bottom: 1.5px solid #e0e6ef;
    transition: background 0.18s, color 0.18s;
}
.user-card-header i {
    font-size: 2rem;
    color: #2d7be5;
    transition: color 0.18s, transform 0.18s;
}
.user-card-header:hover, .user-card-header:focus {
    background: #e9f0ff;
}
.user-card-header:hover i, .user-card-header:focus i {
    color: #1a5bb8;
    transform: scale(1.12) rotate(-6deg);
}
.user-card-body {
    padding: 24px 32px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.user-profile-info div {
    font-size: 1.08rem;
    margin-bottom: 6px;
}
.user-profile-actions {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}
.btn-block { width: 100%; margin-bottom: 0; }
.btn-danger, .btn-primary, .btn-secondary {
    border: none;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 12px;
    padding: 14px 0;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.08);
    cursor: pointer;
}
.btn-primary, .hostinger-btn-primary {
    background: linear-gradient(90deg, #2d7be5 0%, #1a5bb8 100%);
    color: #fff;
    transition: background-position 0.5s cubic-bezier(.4,1.4,.6,1), box-shadow 0.25s, filter 0.25s, transform 0.18s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.08);
    background-size: 200% 100%;
    background-position: 0% 0%;
}
.btn-primary:hover, .btn-primary:focus,
.hostinger-btn-primary:hover, .hostinger-btn-primary:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus,
.hostinger-btn.hostinger-btn-primary:hover, .hostinger-btn.hostinger-btn-primary:focus {
    background-position: 100% 0%;
    filter: brightness(1.10);
    box-shadow: 0 8px 28px rgba(45,123,229,0.22);
    transform: translateY(-2px) scale(1.035);
}
.btn-secondary {
    background: #fff;
    color: #2d7be5;
    border: 2px solid #2d7be5;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: #f0f6ff;
    color: #1a5bb8;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
.btn-danger {
    background: linear-gradient(90deg, #2d7be5 60%, #1a5bb8 100%);
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus {
    background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
.admin-panel-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}
.admin-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafd;
    color: #2d7be5;
    font-weight: 600;
    font-size: 1.08rem;
    border-radius: 10px;
    padding: 14px 22px;
    text-decoration: none;
    border: 1.5px solid #e0e6ef;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.04);
}
.admin-link:hover, .admin-link:focus {
    background: #e9f0ff;
    color: #1a5bb8;
    box-shadow: 0 4px 16px rgba(45,123,229,0.10);
    transform: translateY(-2px) scale(1.03);
}
.user-bids-card { grid-column: span 2; }
.user-bids-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: 8px;
    background: none;
}
.user-bids-table th, .user-bids-table td {
    padding: 12px 16px;
    background: #f5f7fa;
    border-radius: 8px;
    font-size: 1.05rem;
    text-align: left;
}
.user-bids-table th {
    color: #2d7be5;
    font-weight: 700;
    background: #e9f0ff;
}
.user-bids-empty {
    color: #888;
    font-size: 1.08rem;
    text-align: center;
    margin: 24px 0 0 0;
}
.animate-fadein {
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(32px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
    .user-dashboard-grid { grid-template-columns: 1fr; gap: 24px; }
    .user-bids-card { grid-column: span 1; }
    .user-card-body { padding: 18px 10px 0 10px; }
    .user-card-header { padding: 18px 10px 12px 10px; }
} 

/* --- ADMIN DASHBOARD PREMIUM --- */
.admin-dashboard-section {
    background: #f8fafd;
    min-height: 100vh;
    padding: 48px 0 32px 0;
}
.admin-dashboard-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
}
.admin-dashboard-subtitle {
    color: #666;
    font-size: 1.18rem;
    text-align: center;
    margin-bottom: 32px;
}
.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    margin-bottom: 32px;
}
.admin-stat-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(45,123,229,0.08);
    padding: 28px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
    min-width: 0;
}
.admin-stat-card i {
    font-size: 2.1rem;
    color: #2d7be5;
    margin-bottom: 8px;
    transition: color 0.18s, transform 0.18s;
}
.admin-stat-card:hover i {
    color: #1a5bb8;
    transform: scale(1.12) rotate(-6deg);
}
.admin-stat-label {
    color: #888;
    font-size: 1.08rem;
    font-weight: 600;
}
.admin-stat-value {
    color: #2d7be5;
    font-size: 2.1rem;
    font-weight: 800;
    margin-top: 2px;
}
.admin-graph-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(45,123,229,0.08);
    padding: 32px 24px 18px 24px;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
}
.admin-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 18px;
}
.admin-actions .btn {
    min-width: 180px;
    font-size: 1.12rem;
    border-radius: 12px;
    font-weight: 700;
    padding: 14px 0;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.08);
    cursor: pointer;
}
.admin-actions .btn-primary {
    background: linear-gradient(90deg, #2d7be5 60%, #1a5bb8 100%);
    color: #fff;
    border: none;
}
.admin-actions .btn-primary:hover, .admin-actions .btn-primary:focus {
    background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
.admin-actions .btn-secondary {
    background: #fff;
    color: #2d7be5;
    border: 2px solid #2d7be5;
}
.admin-actions .btn-secondary:hover, .admin-actions .btn-secondary:focus {
    background: #f0f6ff;
    color: #1a5bb8;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
@media (max-width: 900px) {
    .admin-stats-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .admin-graph-box { padding: 18px 4px 8px 4px; }
    .admin-actions .btn { min-width: 120px; font-size: 1rem; }
}
@media (max-width: 600px) {
    .admin-stats-grid { grid-template-columns: 1fr; }
    .admin-graph-box { padding: 8px 0 4px 0; }
} 

/* --- BOTÕES HOSTINGER STYLE NO ADMIN --- */
.hostinger-actions {
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
}
.hostinger-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.18rem;
    font-weight: 700;
    border-radius: 16px;
    padding: 18px 36px;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: 0 2px 12px rgba(45,123,229,0.08);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    cursor: pointer;
    margin-bottom: 0;
}
.hostinger-btn i {
    font-size: 1.3em;
    transition: color 0.18s, transform 0.18s;
}
.hostinger-btn-primary {
    background: linear-gradient(90deg, #2d7be5 60%, #1a5bb8 100%);
    color: #fff;
    border: none;
}
.hostinger-btn-primary:hover, .hostinger-btn-primary:focus {
    background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
.hostinger-btn-secondary {
    background: #fff;
    color: #2d7be5;
    border: 2px solid #2d7be5;
}
.hostinger-btn-secondary:hover, .hostinger-btn-secondary:focus {
    background: #f0f6ff;
    color: #1a5bb8;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 16px rgba(45,123,229,0.13);
}
@media (max-width: 900px) {
    .hostinger-actions { gap: 12px; }
    .hostinger-btn { font-size: 1rem; padding: 14px 18px; }
}
@media (max-width: 600px) {
    .hostinger-actions { flex-direction: column; gap: 12px; }
    .hostinger-btn { width: 100%; justify-content: center; }
} 

/* --- FILTROS E CARDS PREMIUM NO ADMIN --- */
.admin-filtros-form {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.admin-filtros-form label {
    font-size: 1.08rem;
    color: #2d7be5;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.admin-filtros-form input[type="date"] {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1.5px solid #e0e6ef;
    font-size: 1.05rem;
    background: #f8fafd;
    color: #222;
    outline: none;
    transition: border 0.18s;
}
.admin-filtros-form input[type="date"]:focus {
    border: 1.5px solid #2d7be5;
    background: #fff;
}
.admin-filtros-form .btn { min-width: 120px; }
.admin-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}
.admin-content-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(45,123,229,0.08);
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    animation: fadeInUp 0.7s cubic-bezier(.4,0,.2,1);
}
.admin-content-header {
    font-size: 1.18rem;
    font-weight: 700;
    color: #2d7be5;
    background: #f5f7fa;
    border-radius: 18px 18px 0 0;
    padding: 18px 28px 12px 28px;
    border-bottom: 1.5px solid #e0e6ef;
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin-content-body {
    padding: 18px 28px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.admin-content-empty {
    color: #888;
    font-size: 1.08rem;
    text-align: center;
    margin: 18px 0 0 0;
}
.admin-log-list, .admin-auction-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.admin-log-item, .admin-auction-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 1.04rem;
}
.admin-log-item:last-child, .admin-auction-item:last-child { border-bottom: none; }
.admin-log-icon {
    color: #2d7be5;
    font-size: 1.2em;
    background: #e9f0ff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-log-main { font-weight: 600; color: #222; }
.admin-log-main small { color: #888; font-weight: 400; margin-left: 6px; }
.admin-log-meta { color: #888; font-size: 0.98em; margin-left: auto; }
.admin-auction-title { font-weight: 700; color: #2d7be5; }
.admin-auction-meta { color: #888; font-size: 0.98em; margin-right: 12px; }
.admin-auction-item .btn { font-size: 0.98em; padding: 7px 18px; border-radius: 8px; }
@media (max-width: 1100px) {
    .admin-content-grid { grid-template-columns: 1fr; gap: 18px; }
    .admin-content-card, .admin-content-body { padding: 0 0 0 0; }
} 

/* --- RELATÓRIOS E LOGS PREMIUM --- */
.admin-relatorios-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.45rem;
    font-weight: 800;
    color: #2d7be5;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(45,123,229,0.06);
    padding: 18px 32px 12px 32px;
    margin: 32px auto 18px auto;
    max-width: 600px;
    justify-content: center;
}
.admin-relatorios-header i {
    font-size: 1.5em;
    color: #1a5bb8;
}
.admin-relatorios-section {
    margin-bottom: 32px !important;
    margin-top: 24px !important;
}
.admin-relatorios-filtros {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.admin-relatorios-filtros input,
.admin-relatorios-filtros select {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1.5px solid #e0e6ef;
    font-size: 1.05rem;
    background: #f8fafd;
    color: #222;
    outline: none;
    transition: border 0.18s;
    min-width: 120px;
}
.admin-relatorios-filtros input:focus,
.admin-relatorios-filtros select:focus {
    border: 1.5px solid #2d7be5;
    background: #fff;
}
.admin-relatorios-filtros .btn { min-width: 100px; }
.admin-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(45,123,229,0.06);
    padding: 0 0 8px 0 !important;
    margin-bottom: 32px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.admin-table-logs {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px !important;
    table-layout: auto !important;
    margin: 0;
    margin-top: 0 !important;
}
.admin-table-logs th, .admin-table-logs td {
    padding: 7px 6px !important;
    font-size: 0.93rem !important;
    min-width: 70px !important;
    max-width: 180px !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.admin-table-logs th {
    color: #2d7be5;
    font-weight: 700;
    background: #e9f0ff;
    font-size: 1rem !important;
}
.admin-table-logs td:last-child, .admin-table-logs th:last-child {
    max-width: 120px !important;
    word-break: break-all !important;
}
.admin-table-logs td:nth-child(6), .admin-table-logs th:nth-child(6) {
    max-width: 220px !important;
}
.admin-table-logs td:nth-child(7), .admin-table-logs th:nth-child(7) {
    max-width: 120px !important;
}
.admin-table-logs tr:hover td {
    background: #e9f0ff;
}
.admin-table-logs thead tr th {
    background: #e9f0ff !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: #2d7be5;
    font-weight: 700;
    font-size: 1.08rem;
    border-bottom: 2px solid #e9f0ff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.admin-table-logs thead {
    background: #e9f0ff !important;
    margin-top: 0 !important;
}
.admin-table-logs {
    background: #e9f0ff !important;
}
@media (max-width: 1100px) {
    .admin-relatorios-header { font-size: 1.1rem; padding: 12px 8px 8px 8px; }
    .admin-table-logs th, .admin-table-logs td {
        font-size: 0.89rem !important;
        padding: 6px 3px !important;
        min-width: 60px !important;
        max-width: 120px !important;
    }
    .admin-table-logs td:nth-child(6), .admin-table-logs th:nth-child(6) {
        max-width: 120px !important;
    }
    .admin-table-logs td:nth-child(7), .admin-table-logs th:nth-child(7) {
        max-width: 80px !important;
    }
}
@media (max-width: 700px) {
    .admin-relatorios-header { margin: 18px auto 10px auto !important; }
    .admin-table-logs th, .admin-table-logs td {
        font-size: 0.85rem !important;
        padding: 4px 2px !important;
        min-width: 40px !important;
        max-width: 80px !important;
    }
    .admin-table-logs td:nth-child(6), .admin-table-logs th:nth-child(6) {
        max-width: 80px !important;
    }
    .admin-table-logs td:nth-child(7), .admin-table-logs th:nth-child(7) {
        max-width: 60px !important;
    }
} 

/* UNIVERSAL PREMIUM AZUL BUTTONS */
.btn-primary, .hostinger-btn-primary, .btn.btn-primary, button.btn-primary, input[type=submit].btn-primary, .hostinger-btn.btn-primary, .hostinger-btn.btn-primary, .hostinger-btn-primary.btn, .hostinger-btn.btn-primary.btn, .btn-blue, .btn-azul, .filtro-buscar, .admin-actions .btn-primary, .admin-actions .hostinger-btn-primary, .user-profile-actions .btn-primary, .user-profile-actions .hostinger-btn-primary, .admin-table .btn-primary, .admin-table .hostinger-btn-primary, .admin-table-logs .btn-primary, .admin-table-logs .hostinger-btn-primary, .admin-link.btn-primary, .admin-link.hostinger-btn-primary, .navbar .btn-primary, .navbar .hostinger-btn-primary {
    background: linear-gradient(100deg, #2d7be5 0%, #1a5bb8 60%, #4fc3f7 100%);
    color: #fff;
    transition: box-shadow 0.28s, filter 0.28s, transform 0.18s;
    box-shadow: 0 2px 8px rgba(45,123,229,0.10);
    position: relative;
    overflow: hidden;
}
.btn-primary:hover, .btn-primary:focus,
.hostinger-btn-primary:hover, .hostinger-btn-primary:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus,
button.btn-primary:hover, button.btn-primary:focus,
input[type=submit].btn-primary:hover, input[type=submit].btn-primary:focus,
.hostinger-btn.btn-primary:hover, .hostinger-btn.btn-primary:focus,
.hostinger-btn-primary.btn:hover, .hostinger-btn-primary.btn:focus,
.hostinger-btn.btn-primary.btn:hover, .hostinger-btn.btn-primary.btn:focus,
.btn-blue:hover, .btn-blue:focus, .btn-azul:hover, .btn-azul:focus, .filtro-buscar:hover, .filtro-buscar:focus,
.admin-actions .btn-primary:hover, .admin-actions .btn-primary:focus,
.admin-actions .hostinger-btn-primary:hover, .admin-actions .hostinger-btn-primary:focus,
.user-profile-actions .btn-primary:hover, .user-profile-actions .btn-primary:focus,
.user-profile-actions .hostinger-btn-primary:hover, .user-profile-actions .hostinger-btn-primary:focus,
.admin-table .btn-primary:hover, .admin-table .btn-primary:focus,
.admin-table .hostinger-btn-primary:hover, .admin-table .hostinger-btn-primary:focus,
.admin-table-logs .btn-primary:hover, .admin-table-logs .btn-primary:focus,
.admin-table-logs .hostinger-btn-primary:hover, .admin-table-logs .hostinger-btn-primary:focus,
.admin-link.btn-primary:hover, .admin-link.btn-primary:focus,
.admin-link.hostinger-btn-primary:hover, .admin-link.hostinger-btn-primary:focus,
.navbar .btn-primary:hover, .navbar .hostinger-btn-primary:hover, .navbar .hostinger-btn-primary:focus {
    filter: brightness(1.07) saturate(1.04);
    box-shadow: 0 8px 28px rgba(45,123,229,0.16);
    transform: translateY(-2px) scale(1.03);
}
.btn-primary::after, .hostinger-btn-primary::after, .btn.btn-primary::after, button.btn-primary::after, input[type=submit].btn-primary::after, .hostinger-btn.btn-primary::after, .hostinger-btn-primary.btn::after, .hostinger-btn.btn-primary.btn::after, .btn-blue::after, .btn-azul::after, .filtro-buscar::after, .admin-actions .btn-primary::after, .admin-actions .hostinger-btn-primary::after, .user-profile-actions .btn-primary::after, .user-profile-actions .hostinger-btn-primary::after, .admin-table .btn-primary::after, .admin-table .hostinger-btn-primary::after, .admin-table-logs .btn-primary::after, .admin-table-logs .hostinger-btn-primary::after, .admin-link.btn-primary::after, .admin-link.hostinger-btn-primary::after, .navbar .btn-primary::after, .navbar .hostinger-btn-primary::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    height: 100%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 80%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s;
}
.btn-primary:hover::after, .btn-primary:focus::after,
.hostinger-btn-primary:hover::after, .hostinger-btn-primary:focus::after,
.btn.btn-primary:hover::after, .btn.btn-primary:focus::after,
button.btn-primary:hover::after, button.btn-primary:focus::after,
input[type=submit].btn-primary:hover::after, input[type=submit].btn-primary:focus::after,
.hostinger-btn.btn-primary:hover::after, .hostinger-btn.btn-primary:focus::after,
.hostinger-btn-primary.btn:hover::after, .hostinger-btn-primary.btn:focus::after,
.hostinger-btn.btn-primary.btn:hover::after, .hostinger-btn.btn-primary.btn:focus::after,
.btn-blue:hover::after, .btn-blue:focus::after, .btn-azul:hover::after, .btn-azul:focus::after, .filtro-buscar:hover::after, .filtro-buscar:focus::after,
.admin-actions .btn-primary:hover::after, .admin-actions .btn-primary:focus::after,
.admin-actions .hostinger-btn-primary:hover::after, .admin-actions .hostinger-btn-primary:focus::after,
.user-profile-actions .btn-primary:hover::after, .user-profile-actions .btn-primary:focus::after,
.user-profile-actions .hostinger-btn-primary:hover::after, .user-profile-actions .hostinger-btn-primary:focus::after,
.admin-table .btn-primary:hover::after, .admin-table .btn-primary:focus::after,
.admin-table .hostinger-btn-primary:hover::after, .admin-table .hostinger-btn-primary:focus::after,
.admin-table-logs .btn-primary:hover::after, .admin-table-logs .btn-primary:focus::after,
.admin-table-logs .hostinger-btn-primary:hover::after, .admin-table-logs .hostinger-btn-primary:focus::after,
.admin-link.btn-primary:hover::after, .admin-link.btn-primary:focus::after,
.admin-link.hostinger-btn-primary:hover::after, .admin-link.hostinger-btn-primary:focus::after,
.navbar .btn-primary:hover::after, .navbar .btn-primary:focus::after,
.navbar .hostinger-btn-primary:hover::after, .navbar .hostinger-btn-primary:focus::after {
    opacity: 1;
}
/* FIM UNIVERSAL PREMIUM AZUL BUTTONS */ 

/* UNIVERSAL PREMIUM VERMELHO BUTTONS */
.btn-danger, .btn.btn-danger, button.btn-danger, input[type=submit].btn-danger, .hostinger-btn.btn-danger, .hostinger-btn-danger.btn, .hostinger-btn.btn-danger.btn, .btn-red, .btn-vermelho, .admin-actions .btn-danger, .user-profile-actions .btn-danger, .admin-table .btn-danger, .admin-table-logs .btn-danger, .admin-link.btn-danger, .navbar .btn-danger {
    background: linear-gradient(100deg, #b8002d 0%, #e53935 60%, #c62828 100%);
    color: #fff;
    transition: box-shadow 0.28s, filter 0.28s, transform 0.18s;
    box-shadow: 0 2px 8px rgba(184,0,45,0.13);
    position: relative;
    overflow: hidden;
}
.btn-danger:hover, .btn-danger:focus,
.btn.btn-danger:hover, .btn.btn-danger:focus,
button.btn-danger:hover, button.btn-danger:focus,
input[type=submit].btn-danger:hover, input[type=submit].btn-danger:focus,
.hostinger-btn.btn-danger:hover, .hostinger-btn.btn-danger:focus,
.hostinger-btn-danger.btn:hover, .hostinger-btn-danger.btn:focus,
.hostinger-btn.btn-danger.btn:hover, .hostinger-btn.btn-danger.btn:focus,
.btn-red:hover, .btn-red:focus, .btn-vermelho:hover, .btn-vermelho:focus,
.admin-actions .btn-danger:hover, .admin-actions .btn-danger:focus,
.user-profile-actions .btn-danger:hover, .user-profile-actions .btn-danger:focus,
.admin-table .btn-danger:hover, .admin-table .btn-danger:focus,
.admin-table-logs .btn-danger:hover, .admin-table-logs .btn-danger:focus,
.admin-link.btn-danger:hover, .admin-link.btn-danger:focus,
.navbar .btn-danger:hover, .navbar .btn-danger:focus {
    filter: brightness(1.07) saturate(1.04);
    box-shadow: 0 8px 28px rgba(184,0,45,0.19);
    transform: translateY(-2px) scale(1.03);
}
.btn-danger::after, .btn.btn-danger::after, button.btn-danger::after, input[type=submit].btn-danger::after, .hostinger-btn.btn-danger::after, .hostinger-btn-danger.btn::after, .hostinger-btn.btn-danger.btn::after, .btn-red::after, .btn-vermelho::after, .admin-actions .btn-danger::after, .user-profile-actions .btn-danger::after, .admin-table .btn-danger::after, .admin-table-logs .btn-danger::after, .admin-link.btn-danger::after, .navbar .btn-danger::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    height: 100%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(229,57,53,0.10) 0%, rgba(229,57,53,0.00) 80%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s;
}
.btn-danger:hover::after, .btn-danger:focus::after,
.btn.btn-danger:hover::after, .btn.btn-danger:focus::after,
button.btn-danger:hover::after, button.btn-danger:focus::after,
input[type=submit].btn-danger:hover::after, input[type=submit].btn-danger:focus::after,
.hostinger-btn.btn-danger:hover::after, .hostinger-btn.btn-danger:focus::after,
.hostinger-btn-danger.btn:hover::after, .hostinger-btn-danger.btn:focus::after,
.hostinger-btn.btn-danger.btn:hover::after, .hostinger-btn.btn-danger.btn:focus::after,
.btn-red:hover::after, .btn-red:focus::after, .btn-vermelho:hover::after, .btn-vermelho:focus::after,
.admin-actions .btn-danger:hover::after, .admin-actions .btn-danger:focus::after,
.user-profile-actions .btn-danger:hover::after, .user-profile-actions .btn-danger:focus::after,
.admin-table .btn-danger:hover::after, .admin-table .btn-danger:focus::after,
.admin-table-logs .btn-danger:hover::after, .admin-table-logs .btn-danger:focus::after,
.admin-link.btn-danger:hover::after, .admin-link.btn-danger:focus::after,
.navbar .btn-danger:hover::after, .navbar .btn-danger:focus::after {
    opacity: 1;
}
/* FIM UNIVERSAL PREMIUM VERMELHO BUTTONS */ 

.gradient-title {
    background: var(--gradient-primary);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
    font-size: 2.9rem;
    text-align: center;
    margin-bottom: 54px;
    animation: gradientMove 3.5s cubic-bezier(0.4,0,0.2,1) infinite;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    40% { background-position: 100% 50%; }
    60% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.leiloes-section .gradient-title {
    margin-bottom: 54px;
    margin-top: 24px;
}
.leiloes-filtros-bar {
    margin-bottom: 54px;
    margin-top: 0px;
}
.leiloes-grid {
    margin-top: 0px;
}
@media (max-width: 700px) {
    .gradient-title { font-size: 1.6rem !important; }
    .leiloes-section .gradient-title { margin-bottom: 32px; margin-top: 12px; }
    .leiloes-filtros-bar { margin-bottom: 28px; }
}

.leiloes-filtros-bar {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.filtro-btn {
    border: none;
    outline: none;
    font-size: 1.08rem;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 22px;
    color: #fff;
    box-shadow: 0 4px 24px var(--shadow-color), 0 1.5px 8px var(--shadow-color);
    cursor: pointer;
    transition: background 0.22s, box-shadow 0.22s, transform 0.15s;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    filter: drop-shadow(0 2px 8px var(--shadow-color));
}
.filtro-btn-opp {
    background: linear-gradient(90deg, #ffb300 0%, #ff9800 100%);
    box-shadow: 0 4px 24px var(--shadow-color), 0 1.5px 8px var(--shadow-color);
}
.filtro-btn-24h {
    background: var(--gradient-accent);
    box-shadow: 0 4px 24px var(--shadow-color), 0 1.5px 8px var(--shadow-color);
}
.filtro-btn-fim {
    background: linear-gradient(90deg, #e53935 0%, var(--secondary-color) 100%);
    box-shadow: 0 4px 24px var(--shadow-color), 0 1.5px 8px var(--shadow-color);
}
.filtro-btn-primeira {
    background: linear-gradient(90deg, #5e72e4 0%, #b800e6 100%);
    box-shadow: 0 4px 24px var(--shadow-color), 0 1.5px 8px var(--shadow-color);
}
.filtro-btn:hover, .filtro-btn:focus {
    filter: brightness(1.10) saturate(1.10) drop-shadow(0 6px 24px var(--shadow-color));
    box-shadow: 0 10px 32px var(--shadow-color), 0 2px 8px var(--shadow-color);
    transform: translateY(-3px) scale(1.06);
}
.img-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
    color: var(--primary-color);
    box-shadow: 0 2px 8px var(--shadow-color);
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.18s, background 0.18s, color 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-nav-left { left: 10px; }
.img-nav-right { right: 10px; }
.img-nav:hover, .img-nav:focus {
    background: #2d7be5;
    color: #fff;
}
@media (max-width: 700px) {
    .gradient-title { font-size: 1.3rem !important; }
    .leiloes-filtros-bar { gap: 8px; }
    .filtro-btn { font-size: 0.98rem; padding: 10px 14px; }
}

/* Painel premium de criação de leilão */
.premium-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(45,123,229,0.10);
    padding: 38px 32px 28px 32px;
    max-width: 980px;
    margin: 0 auto 38px auto;
    align-items: flex-start;
}
.premium-form-grid .form-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.premium-form-grid label {
    font-weight: 600;
    color: #444;
    margin-bottom: 2px;
    font-size: 1.04rem;
}
.premium-form-grid input[type="text"],
.premium-form-grid input[type="number"],
.premium-form-grid input[type="datetime-local"],
.premium-form-grid textarea {
    padding: 12px 14px;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    background: #f8fafd;
    transition: border 0.2s;
    margin-top: 4px;
}
.premium-form-grid input:focus, .premium-form-grid textarea:focus {
    border-color: #2d7be5;
}
.premium-form-grid textarea {
    min-height: 60px;
    resize: vertical;
}
.premium-form-grid .form-actions-row {
    grid-column: 1 / span 2;
    display: flex;
    gap: 18px;
    margin-top: 18px;
    justify-content: flex-end;
}
.premium-form-grid .btn-block {
    min-width: 180px;
    font-size: 1.08rem;
}
/* Seletor visual de tipo */
.tipo-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 8px;
}
.tipo-option {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f8fafd;
    border: 2px solid #e0e4ea;
    border-radius: 12px;
    padding: 8px 18px 8px 12px;
    font-weight: 600;
    color: #155c2e;
    font-size: 1.04rem;
    cursor: pointer;
    transition: border 0.18s, box-shadow 0.18s, background 0.18s;
    box-shadow: 0 1.5px 8px rgba(45,123,229,0.04);
    position: relative;
    min-width: 140px;
    user-select: none;
}
.tipo-option input[type="radio"] {
    accent-color: #2d7be5;
    margin-right: 4px;
}
.tipo-option i {
    font-size: 1.25em;
    color: #0a3d1e;
    margin-right: 4px;
}
.tipo-option:hover, .tipo-option input[type="radio"]:checked + span, .tipo-option input[type="radio"]:checked ~ span {
    border-color: #2d7be5;
    background: #e9f0ff;
    color: #2d7be5;
}
.tipo-option input[type="radio"]:checked + span i, .tipo-option input[type="radio"]:checked ~ span i {
    color: #2d7be5;
}
@media (max-width: 900px) {
    .premium-form-grid {
        grid-template-columns: 1fr;
        padding: 22px 6px 18px 6px;
        gap: 22px 0;
    }
    .premium-form-grid .form-actions-row {
        grid-column: 1 / span 1;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
}

/* Upload customizado de imagens */
#custom-upload-btn {
    background: linear-gradient(90deg, #2d7be5 60%, #1a5bb8 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 1.08rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(45,123,229,0.10);
    cursor: pointer;
    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 2px;
}
#custom-upload-btn:hover, #custom-upload-btn:focus {
    background: linear-gradient(90deg, #1a5bb8 60%, #2d7be5 100%);
    box-shadow: 0 6px 24px rgba(45,123,229,0.13);
    transform: translateY(-2px) scale(1.03);
}
#imagens-nomes {
    color: #2d7be5;
    font-weight: 600;
    font-size: 1.01rem;
    margin-left: 2px;
    margin-bottom: 2px;
    word-break: break-all;
}
input[type="file"]#imagens {
    display: none !important;
}

/* Filtros premium para admin/leiloes.php */
.admin-filtros-form input[type="text"],
.admin-filtros-form input[type="date"],
.admin-filtros-form select {
    padding: 13px 16px !important;
    border-radius: 10px !important;
    border: 1.5px solid #e0e6ef !important;
    background: #f8fafd !important;
    color: #222 !important;
    font-size: 1.08rem !important;
    outline: none !important;
    transition: border 0.18s !important;
    margin-top: 2px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    box-shadow: none !important;
    height: 44px !important;
}
.admin-filtros-form input[type="text"]:focus,
.admin-filtros-form input[type="date"]:focus,
.admin-filtros-form select:focus {
    border: 1.5px solid #2d7be5 !important;
    background: #fff !important;
}
.admin-filtros-form input[type="text"]::placeholder,
.admin-filtros-form input[type="date"]::placeholder {
    color: #888 !important;
    opacity: 1 !important;
}
.admin-filtros-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}
@media (max-width: 700px) {
    .admin-filtros-form label { width: 100% !important; }
    .admin-filtros-form input, .admin-filtros-form select { width: 100% !important; }
}

/* Botão premium para administrar leilão */
.btn-admin-premium {
    background: linear-gradient(90deg, #4f8cff 0%, #6f6fff 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-size: 1.08rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(79,140,255,0.10);
    transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin-left: 8px;
    text-align: center;
}
.btn-admin-premium:hover {
    background: linear-gradient(90deg, #6f6fff 0%, #4f8cff 100%);
    box-shadow: 0 4px 16px rgba(79,140,255,0.18);
    transform: translateY(-2px) scale(1.04);
}

/* Estilos para as novas páginas */
.page-header {
    background: linear-gradient(135deg, #f8fafd 0%, #e8f2ff 100%);
    padding: 60px 0 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-top: 12px;
}

/* Página Sobre */
.about-section {
    padding: 40px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.about-content h2 {
    font-size: 2rem;
    color: #2d7be5;
    margin-bottom: 24px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.stat-item {
    text-align: center;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d7be5;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

.mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.mission-card, .vision-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    text-align: center;
}

.mission-card i, .vision-card i {
    font-size: 3rem;
    color: #2d7be5;
    margin-bottom: 20px;
}

.mission-card h3, .vision-card h3 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 16px;
}

.mission-card p, .vision-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

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

.values-section h2 {
    font-size: 2rem;
    color: #2d7be5;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-item {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
}

.value-item i {
    font-size: 2.5rem;
    color: #2d7be5;
    margin-bottom: 20px;
}

.value-item h4 {
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 16px;
}

.value-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Página Blog */
.blog-section {
    padding: 40px 0;
}

.blog-filters {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    font-weight: 600;
    color: #222;
    font-size: 0.95rem;
}

.filter-group select {
    padding: 10px 16px;
    border: 1.5px solid #e0e6ef;
    border-radius: 10px;
    background: #f8fafd;
    color: #222;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
}

.filter-group select:focus {
    border-color: #2d7be5;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.blog-card.featured {
    grid-column: span 2;
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

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

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #2d7be5;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.blog-content {
    padding: 24px;
}

.blog-content h3 {
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-meta span {
    font-size: 0.9rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-link {
    padding: 10px 16px;
    border: 1px solid #e0e6ef;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s;
}

.page-link:hover, .page-link.active {
    background: #2d7be5;
    color: #fff;
    border-color: #2d7be5;
}

/* Página Como Comprar */
.how-to-buy-section {
    padding: 40px 0;
}

.steps-overview {
    text-align: center;
    margin-bottom: 60px;
}

.steps-overview h2 {
    font-size: 2rem;
    color: #2d7be5;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.step-item {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2d7be5 0%, #1a5bb8 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 12px;
}

.step-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.detailed-steps {
    margin-bottom: 60px;
}

.step-detail {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    margin-bottom: 30px;
    overflow: hidden;
}

.step-header {
    background: linear-gradient(135deg, #f8fafd 0%, #e8f2ff 100%);
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #e0e6ef;
}

.step-header i {
    font-size: 1.5rem;
    color: #2d7be5;
}

.step-header h3 {
    font-size: 1.4rem;
    color: #222;
    margin: 0;
}

.step-content {
    padding: 32px;
}

.step-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.step-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.step-content li {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 8px;
}

.step-action {
    margin-top: 24px;
}

.warning-box, .tip-box {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.warning-box i {
    color: #f39c12;
    font-size: 1.2rem;
    margin-top: 2px;
}

.tip-box {
    background: #d1ecf1;
    border-color: #bee5eb;
}

.tip-box i {
    color: #17a2b8;
}

.requirements-section {
    margin-bottom: 60px;
}

.requirements-section h2 {
    font-size: 2rem;
    color: #2d7be5;
    text-align: center;
    margin-bottom: 40px;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.requirement-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    text-align: center;
}

.requirement-card i {
    font-size: 2.5rem;
    color: #2d7be5;
    margin-bottom: 20px;
}

.requirement-card h4 {
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 20px;
}

.requirement-card ul {
    text-align: left;
    padding-left: 20px;
}

.requirement-card li {
    font-size: 1rem;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

.faq-section h2 {
    font-size: 2rem;
    color: #2d7be5;
    text-align: center;
    margin-bottom: 40px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.faq-item {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #e0e6ef;
}

.faq-item h4 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Página Fale Conosco */
.contact-section {
    padding: 40px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.contact-info h2 {
    font-size: 2rem;
    color: #2d7be5;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.contact-methods {
    display: grid;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #e0e6ef;
}

.contact-method i {
    font-size: 1.5rem;
    color: #2d7be5;
    margin-top: 4px;
}

.contact-method h4 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 8px;
}

.contact-method p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 4px;
    margin-top: 0;
}

.social-media h4 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 16px;
}

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

.social-link {
    width: 50px;
    height: 50px;
    background: #2d7be5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background: #1a5bb8;
    transform: translateY(-3px);
}

.contact-form-container {
    display: flex;
    justify-content: center;
}

.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e0e6ef;
    width: 100%;
    max-width: 500px;
}

.contact-form-card h3 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.contact-form-card p {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-bottom: 32px;
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-group label {
    font-weight: 600;
    color: #222;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1.5px solid #e0e6ef;
    border-radius: 10px;
    background: #f8fafd;
    color: #222;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #2d7be5;
}

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

.btn-full {
    width: 100%;
    padding: 16px !important;
    font-size: 1.1rem !important;
}

.message {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-weight: 600;
}

.message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.faq-contact {
    margin-top: 60px;
}

.faq-contact h2 {
    font-size: 2rem;
    color: #2d7be5;
    text-align: center;
    margin-bottom: 40px;
}

/* Footer */
.footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    margin-top: 60px;
}

/* Responsividade */
@media (max-width: 900px) {
    .about-grid,
    .mission-vision,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-card.featured {
        grid-column: span 1;
    }
    
    .steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .page-header {
        padding: 40px 0 30px 0;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid,
    .requirements-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form-card {
        padding: 24px;
    }
    
    .step-header {
        padding: 20px 24px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .step-content {
        padding: 24px;
    }
}

.dark-mode .section-title,
html.dark-mode .section-title {
    color: #4f8cff !important;
}

.dark-mode .feature-card,
html.dark-mode .feature-card {
    background: #3a3a3a !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
}

.dark-mode .feature-card:hover,
html.dark-mode .feature-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .leilao-info h3,
html.dark-mode .leilao-info h3 {
    color: #f0f0f0 !important;
}

.dark-mode .localizacao,
html.dark-mode .localizacao {
    color: #d0d0d0 !important;
}

.dark-mode .detalhes,
html.dark-mode .detalhes {
    color: #b0b0b0 !important;
}

.dark-mode .lance-inicial,
.dark-mode .lance-atual,
html.dark-mode .lance-inicial,
html.dark-mode .lance-atual {
    color: #b0b0b0 !important;
}

.dark-mode .lance-inicial strong,
html.dark-mode .lance-inicial strong {
    color: #ff6b9d !important;
}

.dark-mode .btn-lance,
html.dark-mode .btn-lance {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    color: #fff !important;
}

.dark-mode .btn-lance:hover,
html.dark-mode .btn-lance:hover {
    background: linear-gradient(90deg, #6f6fff 60%, #4f8cff 100%) !important;
}

.dark-mode .no-leiloes,
html.dark-mode .no-leiloes {
    color: #ff6b9d !important;
}

/* Melhorias no fundo para modo escuro */
.dark-mode .bg-shape,
html.dark-mode .bg-shape {
    opacity: 0.2;
    filter: blur(2px);
}

.dark-mode .grid-line,
html.dark-mode .grid-line {
    background: linear-gradient(90deg, transparent, #8b8bff, transparent) !important;
    opacity: 0.15;
}

.dark-mode .particle,
html.dark-mode .particle {
    background: #8b8bff !important;
    opacity: 1;
    box-shadow: 0 0 15px #8b8bff !important;
}

.dark-mode .wave,
html.dark-mode .wave {
    background: linear-gradient(135deg, #6f6fff, #8b8bff) !important;
    opacity: 0.15;
}

.dark-mode .connection-line,
html.dark-mode .connection-line {
    background: linear-gradient(90deg, transparent, #8b8bff, transparent) !important;
    opacity: 0.12;
}

/* Melhorias na responsividade do fundo */
@media (max-width: 900px) {
    .bg-shape-1, .bg-shape-2, .bg-shape-3, .bg-shape-4,
    .bg-shape-5, .bg-shape-6, .bg-shape-7, .bg-shape-8 {
        opacity: 0.08;
    }
    
    .grid-line {
        opacity: 0.04;
    }
    
    .particle {
        opacity: 0.6;
    }
    
    .wave {
        opacity: 0.05;
    }
    
    .connection-line {
        opacity: 0.04;
    }
}

@media (max-width: 700px) {
    .bg-shape-1, .bg-shape-2, .bg-shape-3, .bg-shape-4,
    .bg-shape-5, .bg-shape-6, .bg-shape-7, .bg-shape-8 {
        opacity: 0.05;
    }
    
    .grid-line {
        opacity: 0.02;
    }
    
    .particle {
        opacity: 0.4;
    }
    
    .wave {
        opacity: 0.03;
    }
    
    .connection-line {
        opacity: 0.02;
    }
}

/* Melhorias nos elementos do fundo para modo claro */
.bg-shape {
    box-shadow: 0 0 20px rgba(45, 123, 229, 0.3);
}

.particle {
    box-shadow: 0 0 15px currentColor;
}

.connection-line {
    box-shadow: 0 0 10px rgba(111, 111, 255, 0.5);
}

/* Efeitos de hover para elementos interativos */
.dark-mode .btn-primary:hover,
html.dark-mode .btn-primary:hover {
    background: linear-gradient(90deg, #6f6fff 60%, #4f8cff 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 140, 255, 0.4) !important;
}

.dark-mode .btn-secondary:hover,
html.dark-mode .btn-secondary:hover {
    background: #4a4a4a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 140, 255, 0.3) !important;
}

.dark-mode .btn-danger:hover,
html.dark-mode .btn-danger:hover {
    background: #a0003a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(184, 0, 75, 0.4) !important;
}

/* Garantir que o modo escuro funcione em todos os elementos */
html.dark-mode,
body.dark-mode {
    background: #1a1a1a !important;
    color: #f0f0f0 !important;
}

html.dark-mode *,
body.dark-mode * {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Estilos específicos para elementos que podem não estar sendo afetados */
.dark-mode .navbar-logo,
html.dark-mode .navbar-logo {
    color: #f0f0f0 !important;
}

.dark-mode .navbar-logo span,
html.dark-mode .navbar-logo span {
    color: #ff6b9d !important;
}

.dark-mode .navbar-user,
html.dark-mode .navbar-user {
    color: #f0f0f0 !important;
}

.dark-mode .btn-primary,
html.dark-mode .btn-primary {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    color: #fff !important;
}

.dark-mode .btn-secondary,
html.dark-mode .btn-secondary {
    background: #2d2d2d !important;
    color: #4f8cff !important;
    border-color: #4f8cff !important;
}

.dark-mode .btn-danger,
html.dark-mode .btn-danger {
    background: #ff6b9d !important;
    color: #fff !important;
}

/* Melhorias nos gradientes para modo escuro */
.dark-mode .gradient-text,
html.dark-mode .gradient-text {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-mode .gradient-title,
html.dark-mode .gradient-title {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-mode .gradient-intro,
html.dark-mode .gradient-intro {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Melhorias nos filtros para modo escuro */
.dark-mode .filtro-btn,
html.dark-mode .filtro-btn {
    box-shadow: 0 4px 24px rgba(0,0,0,0.3), 0 1.5px 8px rgba(0,0,0,0.3) !important;
}

.dark-mode .filtro-btn:hover,
html.dark-mode .filtro-btn:hover {
    filter: brightness(1.10) saturate(1.10) drop-shadow(0 6px 24px rgba(0,0,0,0.3)) !important;
    box-shadow: 0 10px 32px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.3) !important;
}

/* Melhorias nos botões de navegação de imagem para modo escuro */
.dark-mode .img-nav,
html.dark-mode .img-nav {
    background: rgba(45, 45, 45, 0.85) !important;
    color: #8b8bff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

.dark-mode .img-nav:hover,
html.dark-mode .img-nav:hover {
    background: rgba(60, 60, 60, 0.95) !important;
    color: #4f8cff !important;
}

/* Melhorias nos badges para modo escuro */
.dark-mode .badge,
html.dark-mode .badge {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

/* Melhorias nos filtros de botões para modo escuro */
.dark-mode .leiloes-filtros-bar,
html.dark-mode .leiloes-filtros-bar {
    background: transparent !important;
}

/* Melhorias nos cards de leilão para modo escuro */
.dark-mode .leilao-footer,
html.dark-mode .leilao-footer {
    border-top: 1px solid #4a4a4a !important;
}

.dark-mode .lances-num,
.dark-mode .termina-em,
html.dark-mode .lances-num,
html.dark-mode .termina-em {
    color: #b0b0b0 !important;
}

/* Melhorias nos formulários para modo escuro */
.dark-mode .filtro-label,
html.dark-mode .filtro-label {
    color: #f0f0f0 !important;
}

.dark-mode .filtro-group input::placeholder,
.dark-mode .filtro-group select::placeholder,
html.dark-mode .filtro-group input::placeholder,
html.dark-mode .filtro-group select::placeholder {
    color: #b0b0b0 !important;
}

/* Melhorias nos dropdowns para modo escuro */
.dark-mode .mega-menu,
html.dark-mode .mega-menu {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .mega-title,
html.dark-mode .mega-title {
    color: #4f8cff !important;
}

.dark-mode .mega-menu a,
html.dark-mode .mega-menu a {
    color: #f0f0f0 !important;
}

.dark-mode .mega-menu a:hover,
html.dark-mode .mega-menu a:hover {
    background: #3a3a3a !important;
    color: #4f8cff !important;
}

/* ESTILOS ANTIGOS REMOVIDOS */

/* ESTILOS ANTIGOS REMOVIDOS */

/* Corrigir seções que não estavam ficando pretas */
.dark-mode .features-section,
html.dark-mode .features-section {
    background: #1a1a1a !important;
}

.dark-mode .depoimentos-section,
html.dark-mode .depoimentos-section {
    background: #1a1a1a !important;
}

.dark-mode .main-footer,
html.dark-mode .main-footer {
    background: #1a1a1a !important;
    border-top: 1px solid #4a4a4a !important;
}

/* Corrigir fundo de baixo especificamente */
.dark-mode .features-section,
.dark-mode .depoimentos-section,
.dark-mode .main-footer,
.dark-mode .hero-section,
.dark-mode .container,
.dark-mode .row,
.dark-mode .col,
html.dark-mode .features-section,
html.dark-mode .depoimentos-section,
html.dark-mode .main-footer,
html.dark-mode .hero-section,
html.dark-mode .container,
html.dark-mode .row,
html.dark-mode .col {
    background: #1a1a1a !important;
}

/* Forçar fundo preto em todas as seções */
.dark-mode section,
html.dark-mode section {
    background: #1a1a1a !important;
}

.dark-mode div,
html.dark-mode div {
    background: transparent !important;
}

/* Corrigir cards e elementos que estavam com quadrados azuis */
.dark-mode .premium-hero-card,
html.dark-mode .premium-hero-card {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .hero-filtro,
html.dark-mode .hero-filtro {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .leilao-card,
html.dark-mode .leilao-card {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}

.dark-mode .feature-card,
html.dark-mode .feature-card {
    background: #2d2d2d !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
}

.dark-mode .depoimento-card,
html.dark-mode .depoimento-card {
    background: #2d2d2d !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3) !important;
}

.dark-mode .auth-container,
html.dark-mode .auth-container {
    background: #1a1a1a !important;
}

.dark-mode .auth-box,
html.dark-mode .auth-box {
    background: #2d2d2d !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3) !important;
}

/* Corrigir navbar no modo escuro */
.dark-mode .navbar,
html.dark-mode .navbar {
    background: #2d2d2d !important;
    border-bottom: 1px solid #4a4a4a !important;
}

.dark-mode .navbar-link,
html.dark-mode .navbar-link {
    color: #f0f0f0 !important;
}

.dark-mode .navbar-link:hover,
html.dark-mode .navbar-link:hover {
    color: #4f8cff !important;
}

/* Corrigir formulários no modo escuro */
.dark-mode .filtro-group input,
.dark-mode .filtro-group select,
html.dark-mode .filtro-group input,
html.dark-mode .filtro-group select {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode .filtro-group input:focus,
.dark-mode .filtro-group select:focus,
html.dark-mode .filtro-group input:focus,
html.dark-mode .filtro-group select:focus {
    border-color: #4f8cff !important;
    background: #2d2d2d !important;
}

/* Corrigir botões no modo escuro */
.dark-mode .btn-primary,
html.dark-mode .btn-primary {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    color: #fff !important;
    border: none !important;
}

.dark-mode .btn-secondary,
html.dark-mode .btn-secondary {
    background: #2d2d2d !important;
    color: #4f8cff !important;
    border: 1px solid #4f8cff !important;
}

.dark-mode .btn-danger,
html.dark-mode .btn-danger {
    background: #ff6b9d !important;
    color: #fff !important;
    border: none !important;
}

/* Corrigir botões específicos da página principal */
.dark-mode .btn,
html.dark-mode .btn {
    background: linear-gradient(90deg, #6f6fff 60%, #8b8bff 100%) !important;
    color: #fff !important;
    border: none !important;
}

.dark-mode .btn:hover,
html.dark-mode .btn:hover {
    background: linear-gradient(90deg, #8b8bff 60%, #6f6fff 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 111, 255, 0.4) !important;
}

/* Corrigir textos e elementos específicos */
.dark-mode .section-title,
html.dark-mode .section-title {
    color: #4f8cff !important;
}

.dark-mode .leilao-info h3,
html.dark-mode .leilao-info h3 {
    color: #f0f0f0 !important;
}

.dark-mode .localizacao,
html.dark-mode .localizacao {
    color: #d0d0d0 !important;
}

.dark-mode .detalhes,
html.dark-mode .detalhes {
    color: #b0b0b0 !important;
}

.dark-mode .lance-inicial,
.dark-mode .lance-atual,
html.dark-mode .lance-inicial,
html.dark-mode .lance-atual {
    color: #b0b0b0 !important;
}

.dark-mode .lance-inicial strong,
html.dark-mode .lance-inicial strong {
    color: #ff6b9d !important;
}

.dark-mode .btn-lance,
html.dark-mode .btn-lance {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    color: #fff !important;
    border: none !important;
}

.dark-mode .no-leiloes,
html.dark-mode .no-leiloes {
    color: #ff6b9d !important;
}

/* Forçar cor branca em todos os textos no modo escuro */
.dark-mode p,
.dark-mode span,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode label,
.dark-mode strong,
.dark-mode em,
.dark-mode small,
html.dark-mode p,
html.dark-mode span,
html.dark-mode h1,
html.dark-mode h2,
html.dark-mode h3,
html.dark-mode h4,
html.dark-mode h5,
html.dark-mode h6,
html.dark-mode label,
html.dark-mode strong,
html.dark-mode em,
html.dark-mode small {
    color: #f0f0f0 !important;
}

/* Exceções para elementos que devem manter cores específicas */
.dark-mode .navbar-logo span,
html.dark-mode .navbar-logo span {
    color: #ff6b9d !important;
}

.dark-mode .section-title,
html.dark-mode .section-title {
    color: #4f8cff !important;
}

.dark-mode .btn-primary,
html.dark-mode .btn-primary {
    color: #fff !important;
}

.dark-mode .btn-secondary,
html.dark-mode .btn-secondary {
    color: #4f8cff !important;
}

.dark-mode .btn-danger,
html.dark-mode .btn-danger {
    color: #fff !important;
}

/* Corrigir fundo dos elementos tecnológicos no modo escuro */
.dark-mode .bg-shape,
html.dark-mode .bg-shape {
    opacity: 0.2;
    filter: blur(2px);
}

.dark-mode .grid-line,
html.dark-mode .grid-line {
    background: linear-gradient(90deg, transparent, #8b8bff, transparent) !important;
    opacity: 0.15;
}

.dark-mode .particle,
html.dark-mode .particle {
    background: #8b8bff !important;
    opacity: 1;
    box-shadow: 0 0 15px #8b8bff !important;
}

.dark-mode .wave,
html.dark-mode .wave {
    background: linear-gradient(135deg, #6f6fff, #8b8bff) !important;
    opacity: 0.15;
}

.dark-mode .connection-line,
html.dark-mode .connection-line {
    background: linear-gradient(90deg, transparent, #8b8bff, transparent) !important;
    opacity: 0.12;
}

/* ===== CORREÇÕES ADICIONAIS PARA O MODO ESCURO ===== */

/* Corrigir dropdowns que não estavam sendo afetados */
.dark-mode .dropdown-menu a,
html.dark-mode .dropdown-menu a {
    color: #f0f0f0 !important;
}

.dark-mode .dropdown-menu a:hover,
html.dark-mode .dropdown-menu a:hover {
    background: #3a3a3a !important;
    color: #4f8cff !important;
}

/* Corrigir mega menu no modo escuro */
.dark-mode .mega-menu,
html.dark-mode .mega-menu {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .mega-title,
html.dark-mode .mega-title {
    color: #4f8cff !important;
}

.dark-mode .mega-menu a,
html.dark-mode .mega-menu a {
    color: #f0f0f0 !important;
}

.dark-mode .mega-menu a:hover,
html.dark-mode .mega-menu a:hover {
    background: #3a3a3a !important;
    color: #4f8cff !important;
}

/* Corrigir filtros de botões no modo escuro */
.dark-mode .leiloes-filtros-bar,
html.dark-mode .leiloes-filtros-bar {
    background: transparent !important;
}

/* Corrigir cards de leilão no modo escuro */
.dark-mode .leilao-footer,
html.dark-mode .leilao-footer {
    border-top: 1px solid #4a4a4a !important;
}

.dark-mode .lances-num,
.dark-mode .termina-em,
html.dark-mode .lances-num,
html.dark-mode .termina-em {
    color: #b0b0b0 !important;
}

/* Corrigir formulários no modo escuro */
.dark-mode .filtro-label,
html.dark-mode .filtro-label {
    color: #f0f0f0 !important;
}

.dark-mode .filtro-group input::placeholder,
.dark-mode .filtro-group select::placeholder,
html.dark-mode .filtro-group input::placeholder,
html.dark-mode .filtro-group select::placeholder {
    color: #b0b0b0 !important;
}

/* Corrigir botões de navegação de imagem no modo escuro */
.dark-mode .img-nav,
html.dark-mode .img-nav {
    background: rgba(45, 45, 45, 0.85) !important;
    color: #8b8bff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

.dark-mode .img-nav:hover,
html.dark-mode .img-nav:hover {
    background: rgba(60, 60, 60, 0.95) !important;
    color: #4f8cff !important;
}

/* Corrigir badges no modo escuro */
.dark-mode .badge,
html.dark-mode .badge {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

/* Corrigir filtros no modo escuro */
.dark-mode .filtro-btn,
html.dark-mode .filtro-btn {
    box-shadow: 0 4px 24px rgba(0,0,0,0.3), 0 1.5px 8px rgba(0,0,0,0.3) !important;
}

.dark-mode .filtro-btn:hover,
html.dark-mode .filtro-btn:hover {
    filter: brightness(1.10) saturate(1.10) drop-shadow(0 6px 24px rgba(0,0,0,0.3)) !important;
    box-shadow: 0 10px 32px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.3) !important;
}

/* Corrigir gradientes no modo escuro */
.dark-mode .gradient-text,
html.dark-mode .gradient-text {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-mode .gradient-title,
html.dark-mode .gradient-title {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-mode .gradient-intro,
html.dark-mode .gradient-intro {
    background: linear-gradient(90deg, #4f8cff 60%, #6f6fff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Corrigir elementos específicos que podem ter problemas */
.dark-mode .navbar-logo,
html.dark-mode .navbar-logo {
    color: #f0f0f0 !important;
}

.dark-mode .navbar-logo span,
html.dark-mode .navbar-logo span {
    color: #ff6b9d !important;
}

.dark-mode .navbar-user,
html.dark-mode .navbar-user {
    color: #f0f0f0 !important;
}

/* Corrigir hover dos botões no modo escuro */
.dark-mode .btn-primary:hover,
html.dark-mode .btn-primary:hover {
    background: linear-gradient(90deg, #6f6fff 60%, #4f8cff 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 140, 255, 0.4) !important;
}

.dark-mode .btn-secondary:hover,
html.dark-mode .btn-secondary:hover {
    background: #4a4a4a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 140, 255, 0.3) !important;
}

.dark-mode .btn-danger:hover,
html.dark-mode .btn-danger:hover {
    background: #a0003a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(184, 0, 75, 0.4) !important;
}

/* Garantir que todos os elementos de fundo sejam afetados */
.dark-mode .container,
html.dark-mode .container {
    background: transparent !important;
}

.dark-mode .row,
html.dark-mode .row {
    background: transparent !important;
}

.dark-mode .col,
html.dark-mode .col {
    background: transparent !important;
}

/* Corrigir elementos de texto específicos */
.dark-mode p,
html.dark-mode p {
    color: #f0f0f0 !important;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
html.dark-mode h1,
html.dark-mode h2,
html.dark-mode h3,
html.dark-mode h4,
html.dark-mode h5,
html.dark-mode h6 {
    color: #f0f0f0 !important;
}

.dark-mode a,
html.dark-mode a {
    color: #4f8cff !important;
}

.dark-mode a:hover,
html.dark-mode a:hover {
    color: #6f6fff !important;
}

/* Corrigir elementos de lista */
.dark-mode ul,
.dark-mode ol,
html.dark-mode ul,
html.dark-mode ol {
    color: #f0f0f0 !important;
}

.dark-mode li,
html.dark-mode li {
    color: #f0f0f0 !important;
}

/* Corrigir elementos de tabela */
.dark-mode table,
html.dark-mode table {
    background: #2d2d2d !important;
    color: #f0f0f0 !important;
}

.dark-mode th,
.dark-mode td,
html.dark-mode th,
html.dark-mode td {
    background: #2d2d2d !important;
    color: #f0f0f0 !important;
    border-color: #4a4a4a !important;
}

/* Corrigir elementos de formulário específicos */
.dark-mode textarea,
html.dark-mode textarea {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode textarea:focus,
html.dark-mode textarea:focus {
    border-color: #4f8cff !important;
    background: #2d2d2d !important;
}

/* Corrigir elementos de navegação */
.dark-mode .breadcrumb,
html.dark-mode .breadcrumb {
    background: #2d2d2d !important;
    color: #f0f0f0 !important;
}

.dark-mode .breadcrumb-item,
html.dark-mode .breadcrumb-item {
    color: #f0f0f0 !important;
}

.dark-mode .breadcrumb-item.active,
html.dark-mode .breadcrumb-item.active {
    color: #4f8cff !important;
}

/* Corrigir elementos de paginação */
.dark-mode .pagination,
html.dark-mode .pagination {
    background: #2d2d2d !important;
}

.dark-mode .page-link,
html.dark-mode .page-link {
    background: #3a3a3a !important;
    border-color: #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode .page-link:hover,
html.dark-mode .page-link:hover {
    background: #4a4a4a !important;
    color: #4f8cff !important;
}

.dark-mode .page-item.active .page-link,
html.dark-mode .page-item.active .page-link {
    background: #4f8cff !important;
    border-color: #4f8cff !important;
    color: #fff !important;
}

/* ===== CORREÇÕES FINAIS PARA O MODO ESCURO ===== */

/* Forçar fundo preto em elementos específicos que podem estar causando problemas */
.dark-mode body::after,
.dark-mode body::before,
html.dark-mode body::after,
html.dark-mode body::before {
    background: #1a1a1a !important;
}

/* ESTILOS ANTIGOS REMOVIDOS - SUBSTITUÍDOS PELOS NOVOS */

/* ESTILOS ANTIGOS REMOVIDOS - SUBSTITUÍDOS PELOS NOVOS */

/* ESTILOS ANTIGOS REMOVIDOS - SUBSTITUÍDOS PELOS NOVOS */

/* ESTILOS ANTIGOS REMOVIDOS - SUBSTITUÍDOS PELOS NOVOS */

/* ESTILOS ANTIGOS REMOVIDOS */

/* Corrigir elementos com classes de texto */
.dark-mode .text-primary,
.dark-mode .text-secondary,
.dark-mode .text-light,
.dark-mode .text-dark,
.dark-mode .text-muted,
html.dark-mode .text-primary,
html.dark-mode .text-secondary,
html.dark-mode .text-light,
html.dark-mode .text-dark,
html.dark-mode .text-muted {
    color: #f0f0f0 !important;
}

/* Exceções para elementos que devem manter cores específicas */
.dark-mode .text-primary.text-primary,
.dark-mode .text-secondary.text-secondary,
html.dark-mode .text-primary.text-primary,
html.dark-mode .text-secondary.text-secondary {
    color: #4f8cff !important;
}

.dark-mode .text-danger,
html.dark-mode .text-danger {
    color: #ff6b9d !important;
}

.dark-mode .text-success,
html.dark-mode .text-success {
    color: #00c853 !important;
}

.dark-mode .text-warning,
html.dark-mode .text-warning {
    color: #ff9800 !important;
}

.dark-mode .text-info,
html.dark-mode .text-info {
    color: #2196f3 !important;
}

/* ESTILOS ANTIGOS REMOVIDOS - SUBSTITUÍDOS PELOS NOVOS ACIMA */

/* ===== MODO ESCURO LIMPO E FUNCIONAL ===== */

/* Reset completo para modo escuro */
html.dark-mode,
body.dark-mode {
    background: #1a1a1a !important;
    color: #f0f0f0 !important;
}

/* Aplicar transições suaves */
html.dark-mode *,
body.dark-mode * {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Fundo da página principal */
.dark-mode body.home-bg,
html.dark-mode body.home-bg {
    background: #1a1a1a !important;
}

.dark-mode body.home-bg::before,
html.dark-mode body.home-bg::before {
    background: linear-gradient(to bottom, rgba(26,26,26,0) 0%, rgba(26,26,26,0) 85%, #1a1a1a 100%), url('images/pagina-inicial.jpg') no-repeat center center fixed !important;
    filter: blur(5px) brightness(0.3) contrast(1.2) !important;
}

/* Seções principais */
.dark-mode .hero-section,
.dark-mode .features-section,
.dark-mode .depoimentos-section,
.dark-mode .main-footer,
.dark-mode .auth-container,
html.dark-mode .hero-section,
html.dark-mode .features-section,
html.dark-mode .depoimentos-section,
html.dark-mode .main-footer,
html.dark-mode .auth-container {
    background: #1a1a1a !important;
}

/* Cards e elementos */
.dark-mode .premium-hero-card,
.dark-mode .hero-filtro,
.dark-mode .leilao-card,
.dark-mode .feature-card,
.dark-mode .depoimento-card,
.dark-mode .auth-box,
html.dark-mode .premium-hero-card,
html.dark-mode .hero-filtro,
html.dark-mode .leilao-card,
html.dark-mode .feature-card,
html.dark-mode .depoimento-card,
html.dark-mode .auth-box {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}

/* Navbar */
.dark-mode .navbar,
html.dark-mode .navbar {
    background: #2d2d2d !important;
    border-bottom: 1px solid #4a4a4a !important;
}

.dark-mode .navbar-link,
html.dark-mode .navbar-link {
    color: #f0f0f0 !important;
}

.dark-mode .navbar-link:hover,
html.dark-mode .navbar-link:hover {
    color: #6f6fff !important;
}

/* Dropdowns */
.dark-mode .dropdown-menu,
.dark-mode .mega-menu,
html.dark-mode .dropdown-menu,
html.dark-mode .mega-menu {
    background: #2d2d2d !important;
    border: 1px solid #4a4a4a !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.dark-mode .dropdown-menu a,
.dark-mode .mega-menu a,
html.dark-mode .dropdown-menu a,
html.dark-mode .mega-menu a {
    color: #f0f0f0 !important;
}

.dark-mode .dropdown-menu a:hover,
.dark-mode .mega-menu a:hover,
html.dark-mode .dropdown-menu a:hover,
html.dark-mode .mega-menu a:hover {
    background: #3a3a3a !important;
    color: #6f6fff !important;
}

/* Formulários */
.dark-mode .filtro-group input,
.dark-mode .filtro-group select,
.dark-mode input,
.dark-mode select,
.dark-mode textarea,
html.dark-mode .filtro-group input,
html.dark-mode .filtro-group select,
html.dark-mode input,
html.dark-mode select,
html.dark-mode textarea {
    background: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    color: #f0f0f0 !important;
}

.dark-mode .filtro-group input:focus,
.dark-mode .filtro-group select:focus,
.dark-mode input:focus,
.dark-mode select:focus,
.dark-mode textarea:focus,
html.dark-mode .filtro-group input:focus,
html.dark-mode .filtro-group select:focus,
html.dark-mode input:focus,
html.dark-mode select:focus,
html.dark-mode textarea:focus {
    background: #2d2d2d !important;
    border-color: #6f6fff !important;
    color: #f0f0f0 !important;
}

/* Botões - TODOS com gradiente roxo */
.dark-mode .btn,
.dark-mode .btn-primary,
.dark-mode .btn-secondary,
.dark-mode .btn-danger,
.dark-mode .btn-lance,
html.dark-mode .btn,
html.dark-mode .btn-primary,
html.dark-mode .btn-secondary,
html.dark-mode .btn-danger,
html.dark-mode .btn-lance {
    background: linear-gradient(90deg, #6f6fff 60%, #8b8bff 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(111, 111, 255, 0.3) !important;
}

.dark-mode .btn:hover,
.dark-mode .btn-primary:hover,
.dark-mode .btn-secondary:hover,
.dark-mode .btn-danger:hover,
.dark-mode .btn-lance:hover,
html.dark-mode .btn:hover,
html.dark-mode .btn-primary:hover,
html.dark-mode .btn-secondary:hover,
html.dark-mode .btn-danger:hover,
html.dark-mode .btn-lance:hover {
    background: linear-gradient(90deg, #8b8bff 60%, #6f6fff 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 111, 255, 0.5) !important;
}

/* Textos - TODOS brancos */
.dark-mode p,
.dark-mode span,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode label,
.dark-mode strong,
.dark-mode em,
.dark-mode small,
.dark-mode .text-primary,
.dark-mode .text-secondary,
.dark-mode .text-light,
.dark-mode .text-dark,
.dark-mode .text-muted,
html.dark-mode p,
html.dark-mode span,
html.dark-mode h1,
html.dark-mode h2,
html.dark-mode h3,
html.dark-mode h4,
html.dark-mode h5,
html.dark-mode h6,
html.dark-mode label,
html.dark-mode strong,
html.dark-mode em,
html.dark-mode small,
html.dark-mode .text-primary,
html.dark-mode .text-secondary,
html.dark-mode .text-light,
html.dark-mode .text-dark,
html.dark-mode .text-muted {
    color: #f0f0f0 !important;
}

/* Exceções para elementos especiais */
.dark-mode .navbar-logo span,
html.dark-mode .navbar-logo span {
    color: #ff6b9d !important;
}

.dark-mode .section-title,
html.dark-mode .section-title {
    color: #6f6fff !important;
}

/* Gradientes de texto */
.dark-mode .gradient-text,
.dark-mode .gradient-title,
.dark-mode .gradient-intro,
html.dark-mode .gradient-text,
html.dark-mode .gradient-title,
html.dark-mode .gradient-intro {
    background: linear-gradient(90deg, #6f6fff 60%, #8b8bff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Imagens - SEMPRE visíveis */
.dark-mode img,
.dark-mode .leilao-card img,
.dark-mode .feature-card img,
.dark-mode .depoimento-card img,
html.dark-mode img,
html.dark-mode .leilao-card img,
html.dark-mode .feature-card img,
html.dark-mode .depoimento-card img {
    opacity: 1 !important;
    filter: brightness(1) contrast(1) !important;
    display: block !important;
    visibility: visible !important;
}

/* Elementos de fundo tecnológico - opacidade baixa */
.dark-mode .bg-shape,
.dark-mode .grid-line,
.dark-mode .particle,
.dark-mode .wave,
.dark-mode .connection-line,
html.dark-mode .bg-shape,
html.dark-mode .grid-line,
html.dark-mode .particle,
html.dark-mode .wave,
html.dark-mode .connection-line {
    opacity: 0.08 !important;
}

/* Fundo do hero - gradiente sutil */
.dark-mode .hero-background,
html.dark-mode .hero-background {
    background: linear-gradient(135deg, 
        rgba(111, 111, 255, 0.03) 0%, 
        rgba(139, 139, 255, 0.02) 25%, 
        rgba(111, 111, 255, 0.03) 50%, 
        rgba(139, 139, 255, 0.02) 75%, 
        rgba(111, 111, 255, 0.03) 100%) !important;
}

/* Placeholders */
.dark-mode input::placeholder,
.dark-mode textarea::placeholder,
html.dark-mode input::placeholder,
html.dark-mode textarea::placeholder {
    color: #b0b0b0 !important;
}

/* Links */
.dark-mode a,
html.dark-mode a {
    color: #6f6fff !important;
}

.dark-mode a:hover,
html.dark-mode a:hover {
    color: #8b8bff !important;
}

/* FUNCIONALIDADE DE MODO ESCURO REMOVIDA */

/* ===== BOTÕES MODERNOS E VIBRANTES ===== */

/* Botão Login - Gradiente vibrante com efeitos */
.btn-primary, .hostinger-btn-primary, .btn.btn-primary, button.btn-primary, input[type=submit].btn-primary, .hostinger-btn.btn-primary, .hostinger-btn.btn-primary, .hostinger-btn-primary.btn, .hostinger-btn.btn-primary.btn, .btn-blue, .btn-azul, .filtro-buscar, .admin-actions .btn-primary, .admin-actions .hostinger-btn-primary, .user-profile-actions .btn-primary, .user-profile-actions .hostinger-btn-primary, .admin-table .btn-primary, .admin-table .hostinger-btn-primary, .admin-table-logs .btn-primary, .admin-table-logs .hostinger-btn-primary, .admin-link.btn-primary, .admin-link.hostinger-btn-primary, .navbar .btn-primary, .navbar .hostinger-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #764ba2 75%, #667eea 100%) !important;
    background-size: 300% 300% !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4) !important;
    position: relative !important;
    overflow: hidden !important;
    animation: gradientShift 3s ease-in-out infinite !important;
}

.btn-primary:hover, .btn-primary:focus,
.hostinger-btn-primary:hover, .hostinger-btn-primary:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus,
button.btn-primary:hover, button.btn-primary:focus,
input[type=submit].btn-primary:hover, input[type=submit].btn-primary:focus,
.hostinger-btn.btn-primary:hover, .hostinger-btn.btn-primary:focus,
.hostinger-btn-primary.btn:hover, .hostinger-btn-primary.btn:focus,
.hostinger-btn.btn-primary.btn:hover, .hostinger-btn.btn-primary.btn:focus,
.btn-blue:hover, .btn-blue:focus,
.btn-azul:hover, .btn-azul:focus,
.filtro-buscar:hover, .filtro-buscar:focus,
.admin-actions .btn-primary:hover, .admin-actions .btn-primary:focus,
.admin-actions .hostinger-btn-primary:hover, .admin-actions .hostinger-btn-primary:focus,
.user-profile-actions .btn-primary:hover, .user-profile-actions .btn-primary:focus,
.user-profile-actions .hostinger-btn-primary:hover, .user-profile-actions .hostinger-btn-primary:focus,
.admin-table .btn-primary:hover, .admin-table .btn-primary:focus,
.admin-table .hostinger-btn-primary:hover, .admin-table .hostinger-btn-primary:focus,
.admin-table-logs .btn-primary:hover, .admin-table-logs .btn-primary:focus,
.admin-table-logs .hostinger-btn-primary:hover, .admin-table-logs .hostinger-btn-primary:focus,
.admin-link.btn-primary:hover, .admin-link.btn-primary:focus,
.admin-link.hostinger-btn-primary:hover, .admin-link.hostinger-btn-primary:focus,
.navbar .btn-primary:hover, .navbar .btn-primary:focus,
.navbar .hostinger-btn-primary:hover, .navbar .hostinger-btn-primary:focus {
    transform: translateY(-4px) scale(1.05) !important;
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.6), 0 0 0 4px rgba(102, 126, 234, 0.2) !important;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #764ba2 50%, #667eea 75%, #764ba2 100%) !important;
    background-size: 300% 300% !important;
    animation: gradientShift 1.5s ease-in-out infinite !important;
}

/* Botão Fazer Lance - Gradiente roxo vibrante */
.btn-lance {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 25%, #8b5cf6 50%, #a855f7 75%, #8b5cf6 100%) !important;
    background-size: 300% 300% !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.5) !important;
    position: relative !important;
    overflow: hidden !important;
    animation: gradientShift 2.5s ease-in-out infinite !important;
}

.btn-lance:hover {
    transform: translateY(-6px) scale(1.08) !important;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.7), 0 0 0 6px rgba(139, 92, 246, 0.3) !important;
    background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 25%, #a855f7 50%, #8b5cf6 75%, #a855f7 100%) !important;
    background-size: 300% 300% !important;
    animation: gradientShift 1s ease-in-out infinite !important;
}

/* Botão Buscar - Gradiente verde vibrante */
.filtro-buscar {
    background: linear-gradient(135deg, #10b981 0%, #059669 25%, #10b981 50%, #059669 75%, #10b981 100%) !important;
    background-size: 300% 300% !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.5) !important;
    position: relative !important;
    overflow: hidden !important;
    animation: gradientShift 2s ease-in-out infinite !important;
}

.filtro-buscar:hover {
    transform: translateY(-6px) scale(1.08) !important;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.7), 0 0 0 6px rgba(16, 185, 129, 0.3) !important;
    background: linear-gradient(135deg, #059669 0%, #10b981 25%, #059669 50%, #10b981 75%, #059669 100%) !important;
    background-size: 300% 300% !important;
    animation: gradientShift 1s ease-in-out infinite !important;
}

/* Efeito de brilho nos botões */
.btn-primary::before, .hostinger-btn-primary::before, .btn.btn-primary::before, button.btn-primary::before, input[type=submit].btn-primary::before, .hostinger-btn.btn-primary::before, .hostinger-btn-primary.btn::before, .hostinger-btn.btn-primary.btn::before, .btn-blue::before, .btn-azul::before, .filtro-buscar::before, .admin-actions .btn-primary::before, .admin-actions .hostinger-btn-primary::before, .user-profile-actions .btn-primary::before, .user-profile-actions .hostinger-btn-primary::before, .admin-table .btn-primary::before, .admin-table .hostinger-btn-primary::before, .admin-table-logs .btn-primary::before, .admin-table-logs .hostinger-btn-primary::before, .admin-link.btn-primary::before, .admin-link.hostinger-btn-primary::before, .navbar .btn-primary::before, .navbar .hostinger-btn-primary::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    transition: left 0.6s ease !important;
    z-index: 1 !important;
}

.btn-primary:hover::before, .btn-primary:focus::before,
.hostinger-btn-primary:hover::before, .hostinger-btn-primary:focus::before,
.btn.btn-primary:hover::before, .btn.btn-primary:focus::before,
button.btn-primary:hover::before, button.btn-primary:focus::before,
input[type=submit].btn-primary:hover::before, input[type=submit].btn-primary:focus::before,
.hostinger-btn.btn-primary:hover::before, .hostinger-btn.btn-primary:focus::before,
.hostinger-btn-primary.btn:hover::before, .hostinger-btn-primary.btn:focus::before,
.hostinger-btn.btn-primary.btn:hover::before, .hostinger-btn.btn-primary.btn:focus::before,
.btn-blue:hover::before, .btn-blue:focus::before,
.btn-azul:hover::before, .btn-azul:focus::before,
.filtro-buscar:hover::before, .filtro-buscar:focus::before,
.admin-actions .btn-primary:hover::before, .admin-actions .btn-primary:focus::before,
.admin-actions .hostinger-btn-primary:hover::before, .admin-actions .hostinger-btn-primary:focus::before,
.user-profile-actions .btn-primary:hover::before, .user-profile-actions .btn-primary:focus::before,
.user-profile-actions .hostinger-btn-primary:hover::before, .user-profile-actions .hostinger-btn-primary:focus::before,
.admin-table .btn-primary:hover::before, .admin-table .btn-primary:focus::before,
.admin-table .hostinger-btn-primary:hover::before, .admin-table .hostinger-btn-primary:focus::before,
.admin-table-logs .btn-primary:hover::before, .admin-table-logs .btn-primary:focus::before,
.admin-table-logs .hostinger-btn-primary:hover::before, .admin-table-logs .hostinger-btn-primary:focus::before,
.admin-link.btn-primary:hover::before, .admin-link.btn-primary:focus::before,
.admin-link.hostinger-btn-primary:hover::before, .admin-link.hostinger-btn-primary:focus::before,
.navbar .btn-primary:hover::before, .navbar .btn-primary:focus::before,
.navbar .hostinger-btn-primary:hover::before, .navbar .hostinger-btn-primary:focus::before {
    left: 100% !important;
}

/* Animação do gradiente */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== ÁREA DE LEILÕES MODERNA E TECNOLÓGICA ===== */

/* Seção de leilões com design premium */
.leiloes-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.leiloes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Título com gradiente animado */
.leiloes-section .gradient-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #8b5cf6 50%, #a855f7 75%, #667eea 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    animation: gradientMove 4s ease-in-out infinite;
}

.leiloes-section .gradient-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthPulse 3s ease-in-out infinite;
}

/* Grid de leilões moderno */
.leiloes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
/* Responsivo: 3 -> 2 -> 1 */
@media (max-width: 1024px) {
  .leiloes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .leiloes-grid { grid-template-columns: 1fr; }
}

/* Cards de leilão premium */
.leilao-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    min-height: 360px;
}

.leilao-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leilao-card:hover {
    transform: translateY(-4px) scale(1.005);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.leilao-card:hover::before {
    opacity: 1;
}

/* Imagem do leilão com efeitos */
.leilao-img {
    position: relative;
    height: 170px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    background-size: cover;
    background-position: center;
}

.leilao-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    will-change: transform;
}

.leilao-card:hover .leilao-img img {
    transform: scale(1.03);
}

/* Badge de status moderno */
.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
}

.badge-ativo {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
}

.badge-finalizado {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4);
}

/* Informações do leilão */
.leilao-info {
    padding: 18px 18px 16px 18px;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.leilao-info h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.25;
}

.localizacao {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.localizacao i {
    color: #667eea;
    font-size: 1.1rem;
}

/* Detalhes do leilão */
.detalhes {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
}

.detalhes li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

.detalhes li:before {
    content: '•';
    color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Área de lances */
.lances {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 14px;
    border-radius: 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.lance-inicial, .lance-atual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    gap: 10px;
}

.lance-inicial:last-child, .lance-atual:last-child {
    margin-bottom: 0;
}

.lance-inicial strong, .lance-atual strong { color: #1e293b; font-weight: 700; font-size: 1.0rem; word-break: break-word; overflow-wrap: anywhere; }

.lance-atual strong { color: #10b981; font-size: 1.15rem; word-break: break-word; overflow-wrap: anywhere; }

/* Footer do card */
.leilao-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

.lances-num {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
}

.termina-em {
    color: #ef4444;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Botão de lance moderno */
.btn-lance {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 25%, #8b5cf6 50%, #a855f7 75%, #8b5cf6 100%);
    background-size: 300% 300%;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
    position: relative;
    overflow: hidden;
    animation: gradientShift 3s ease-in-out infinite;
    width: calc(100% - 36px);
    margin: 12px 18px 18px 18px;
}

.btn-lance:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 40px rgba(139, 92, 246, 0.6);
    background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 25%, #a855f7 50%, #8b5cf6 75%, #a855f7 100%);
    background-size: 300% 300%;
    animation: gradientShift 1.5s ease-in-out infinite;
}

/* Mensagem quando não há leilões */
.no-leiloes {
    text-align: center;
    padding: 80px 20px;
    color: #64748b;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border-radius: 20px;
    margin: 40px 0;
    border: 2px dashed rgba(102, 126, 234, 0.3);
}

/* Animações */
@keyframes widthPulse {
    0%, 100% { width: 120px; }
    50% { width: 180px; }
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== TEXTOS PRINCIPAIS COM GRADIENTES ANIMADOS ===== */

/* Título principal da página inicial */
.hero-text h2 {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 20%, #8b5cf6 40%, #a855f7 60%, #10b981 80%, #667eea 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 6s ease-in-out infinite;
    position: relative;
}

.hero-text h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthExpand 4s ease-in-out infinite;
}

/* Subtítulo elegante */
.hero-text p {
    font-size: 1.4rem;
    color: #64748b;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 500;
    background: linear-gradient(135deg, #475569 0%, #64748b 50%, #94a3b8 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: subtleGradient 8s ease-in-out infinite;
}

/* Texto do filtro principal */
.gradient-intro {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 20%, #a855f7 40%, #8b5cf6 60%, #6366f1 80%, #4f46e5 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    animation: gradientFlow 5s ease-in-out infinite;
    position: relative;
}

.gradient-intro::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthPulse 3s ease-in-out infinite;
}

/* Títulos de seção com gradientes */
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 30%, #8b5cf6 60%, #a855f7 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 4s ease-in-out infinite;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #8b5cf6, #10b981);
    border-radius: 2px;
    animation: widthPulse 3s ease-in-out infinite;
}

/* Títulos de cards com gradientes sutis */
.feature-card h3,
.depoimento-card h3 {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: subtleGradient 6s ease-in-out infinite;
}

/* Animações dos gradientes */
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

@keyframes subtleGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes widthExpand {
    0%, 100% { width: 100%; }
    50% { width: 80%; }
}

/* ===== RESPONSIVO PARA OS NOVOS ESTILOS ===== */

@media (max-width: 900px) {
    /* Títulos responsivos */
    .hero-text h2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    
    .hero-text p {
        font-size: 1.2rem;
        margin-bottom: 24px;
    }
    
    .gradient-intro {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }
    
    /* Botões responsivos */
    .btn-primary, .btn-lance, .filtro-buscar {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    
    /* Grid de leilões responsivo */
    .leiloes-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 24px;
        margin-top: 40px;
    }
    
    .leilao-card {
        border-radius: 16px;
    }
    
    .leilao-img {
        height: 200px;
    }
    
    .leilao-info {
        padding: 20px;
    }
    
    .leilao-info h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 700px) {
    /* Títulos muito pequenos */
    .hero-text h2 {
        font-size: 2.2rem;
        margin-bottom: 16px;
    }
    
    .hero-text p {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .gradient-intro {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }
    
    /* Botões compactos */
    .btn-primary, .btn-lance, .filtro-buscar {
        padding: 10px 20px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    /* Grid de leilões compacto */
    .leiloes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 32px;
    }
    
    .leilao-card {
        border-radius: 12px;
    }
    
    .leilao-img {
        height: 180px;
    }
    
    .leilao-info {
        padding: 16px;
    }
    
    .leilao-info h3 {
        font-size: 1.1rem;
    }
    
    .detalhes {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .leilao-footer {
        padding: 16px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    /* Títulos extremamente compactos */
    .hero-text h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .hero-text p {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    
    .gradient-intro {
        font-size: 1.1rem;
        margin-bottom: 16px;
    }
    
    .section-title {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }
    
    /* Botões muito compactos */
    .btn-primary, .btn-lance, .filtro-buscar {
        padding: 8px 16px;
        font-size: 0.85rem;
        border-radius: 8px;
    }
    
    /* Cards muito compactos */
    .leilao-card {
        border-radius: 10px;
    }
    
    .leilao-img {
        height: 160px;
    }
    
    .leilao-info {
        padding: 12px;
    }
    
    .leilao-info h3 {
        font-size: 1rem;
    }
    
    .lances {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .leilao-footer {
        padding: 12px;
    }
}

/* ===== NAVEGAÇÃO INTEGRADA AO HERO ===== */

/* Container da navegação integrada */
.hero-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding: 24px 0;
    position: relative;
    z-index: 10;
}

/* Lado esquerdo da navegação */
.hero-nav-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

/* Logo integrado */
.hero-logo {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #667eea 0%, #8b5cf6 50%, #a855f7 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 4s ease-in-out infinite;
    text-shadow: 0 0 40px rgba(102, 126, 234, 0.5);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.hero-logo:hover {
    transform: scale(1.05);
    text-shadow: 0 0 50px rgba(102, 126, 234, 0.7);
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.5));
}

/* Links de navegação */
.hero-nav-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero-nav-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    width: fit-content;
}

.hero-nav-link::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.6s ease;
}

.hero-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.hero-nav-link:hover::before {
    left: 100%;
}

/* Lado direito da navegação */
.hero-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Usuário logado */
.hero-user {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-user i {
    color: #667eea;
    font-size: 1.1rem;
}

/* Botões de autenticação */
.hero-nav-right .btn {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-nav-right .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}

/* Responsivo para a navegação integrada */
@media (max-width: 1200px) {
    .hero-nav-left {
        gap: 24px;
    }
    
    .hero-nav-links {
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .hero-navigation {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .hero-nav-left {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .hero-nav-links {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hero-nav-right {
        gap: 16px;
    }
}

@media (max-width: 700px) {
    .hero-navigation {
        margin-bottom: 32px;
        padding: 16px 0;
    }
    
    .hero-logo {
        font-size: 1.8rem;
    }
    
    .hero-nav-links {
        gap: 10px;
    }
    
    .hero-nav-link {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    
    .hero-nav-right {
        flex-direction: column;
        gap: 12px;
    }
    
    /* Ajustes específicos para o filtro em telas pequenas */
    .hero-filtro {
        gap: 10px;
    }
    
    .filtro-row {
        gap: 12px;
    }
    
    .filtro-group {
        gap: 2px;
    }
    
    .filtro-group-icon input,
    .filtro-group-icon select {
        padding: 8px 14px;
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .hero-navigation {
        margin-bottom: 24px;
    }
    
    .hero-logo {
        font-size: 1.6rem;
    }
    
    .hero-nav-links {
        gap: 8px;
    }
    
    .hero-nav-link {
        font-size: 0.85rem;
        padding: 5px 8px;
    }
}

/* ===== CONTAINER DOS CARDS DO HERO ===== */

.hero-cards-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

/* Responsivo para o container dos cards */
@media (max-width: 1200px) {
    .hero-cards-container {
        gap: 32px;
    }
}

@media (max-width: 900px) {
    .hero-cards-container {
        flex-direction: column;
        gap: 32px;
        margin-top: 16px;
    }
}

@media (max-width: 700px) {
    .hero-cards-container {
        gap: 24px;
        margin-top: 12px;
    }
}

@media (max-width: 500px) {
    .hero-cards-container {
        gap: 20px;
        margin-top: 8px;
    }
}

/* ===== SEÇÃO DE LOTES ===== */

/* Seção de Lotes */
.lotes-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
    position: relative;
    overflow: hidden;
}

.lotes-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23e0e7ff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

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

.lotes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.lote-grupo-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.lote-grupo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.lote-grupo-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.lote-grupo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102, 126, 234, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.lote-grupo-card:hover .lote-grupo-overlay {
    opacity: 1;
}

.btn-ver-grupo {
    background: white;
    color: #667eea;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-ver-grupo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.lote-grupo-info {
    padding: 20px;
}

.lote-grupo-info h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.lote-grupo-info p {
    color: #6b7280;
    line-height: 1.5;
    margin: 0 0 15px 0;
    font-size: 0.95rem;
}

.lote-grupo-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lote-grupo-data {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 0.9rem;
}

.sem-lotes {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.sem-lotes i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.sem-lotes h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #374151;
}

.sem-lotes p {
    font-size: 1.1rem;
    opacity: 0.8;
}

/* Responsividade para lotes */
@media (max-width: 1200px) {
    .lotes-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .lotes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .lotes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .lotes-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .lotes-grid {
        grid-template-columns: 1fr;
    }
}

/* Cards de Leilões Compactos (estilo similar aos grupos de lotes) */
.leilao-card-compact {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 360px;
    display: flex;
    flex-direction: column;
}

.leilao-card-compact:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.leilao-card-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.youtube-badge-compact {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.youtube-badge-compact i {
    margin-right: 4px;
}

.leilao-status-badge-compact {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.leilao-status-badge-compact.active {
    background: rgba(34, 197, 94, 0.9);
    color: white;
}

.leilao-status-badge-compact.ended {
    background: rgba(239, 68, 68, 0.9);
    color: white;
}

.leilao-card-overlay {
    flex: 1;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leilao-card-info-overlay {
    flex: 1;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leilao-card-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.leilao-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leilao-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.leilao-card-type,
.leilao-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.leilao-card-type i,
.leilao-card-location i {
    color: #2d7be5;
    font-size: 0.7rem;
}

.leilao-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.leilao-card-details span {
    background: rgba(45, 123, 229, 0.1);
    color: #1e40af;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.leilao-card-details i {
    font-size: 0.7rem;
}

.leilao-card-values {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.leilao-card-current-bid,
.leilao-card-time-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leilao-card-current-bid .label,
.leilao-card-time-left .label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.leilao-card-current-bid .value {
    font-size: 1rem;
    color: #00c853;
    font-weight: 700;
}

.leilao-card-time-left .value {
    font-size: 0.9rem;
    color: #f59e0b;
    font-weight: 600;
}

.leilao-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.leilao-card-bids,
.leilao-card-lance-inicial {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.leilao-card-bids i {
    color: #f59e0b;
    font-size: 0.7rem;
}

.leilao-card-actions {
    margin-top: 16px;
    text-align: center;
}

.leilao-card-actions .btn-ver-grupo {
    background: linear-gradient(135deg, #2d7be5 0%, #667eea 100%);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
}

.leilao-card-actions .btn-ver-grupo:hover {
    background: linear-gradient(135deg, #1a5bb8 0%, #5a67d8 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45,123,229,0.3);
}

/* Responsividade para leilões compactos */
@media (max-width: 1200px) {
    .leiloes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .leiloes-grid {
        grid-template-columns: 1fr;
    }
    
    .leilao-card-compact {
        height: 340px;
    }
    
    .leilao-card-img {
        height: 200px;
    }
    
    .leilao-card-overlay,
    .leilao-card-info-overlay {
        padding: 16px;
    }
    
    .leilao-card-title {
        font-size: 1rem;
    }
    
    .leilao-card-details {
        gap: 6px;
    }
    
    .leilao-card-details span {
        font-size: 0.7rem;
        padding: 3px 6px;
    }
}

