:root {
    --bg-deep: #f1f5f9;           
    --card-glass: rgba(255, 255, 255, 0.9); 
    --border-glass: rgba(15, 23, 42, 0.08); 
    --primary: #0f172a;           
    --accent: #2563eb;            
    --cyan: #0284c7;              
    --text-pure: #0f172a;
    --text-muted: #475569;
    --transition-fast: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fluid: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { background-color: var(--bg-deep); color: var(--text-pure); font-family: system-ui, -apple-system, sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* Grid y Luces de Fondo */
.tech-grid-overlay {
    position: fixed; inset: 0; z-index: -2; pointer-events: none;
    background-image: linear-gradient(to right, rgba(15, 23, 42, 0.015) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(15, 23, 42, 0.015) 1px, transparent 1px);
    background-size: 25px 25px;
}
.ambient-glow { position: fixed; inset: 0; z-index: -1; pointer-events: none; }
.glow-sphere { position: absolute; border-radius: 50%; filter: blur(140px); }
.sphere-1 { width: 500px; height: 500px; top: -10%; right: -5%; background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%); }
.sphere-2 { width: 600px; height: 600px; bottom: -15%; left: -10%; background: radial-gradient(circle, rgba(2, 132, 199, 0.04) 0%, transparent 70%); }
.sphere-3 { width: 400px; height: 400px; top: 40%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(30, 41, 59, 0.02) 0%, transparent 70%); }

.glass-card { background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.92)); backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px); border: 1px solid rgba(255,255,255,0.6); border-radius: 18px; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09); }

/* Navegación y Menú Drawer Premium */
header { position: fixed; top: 0; width: 100%; background: rgba(241, 245, 249, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-glass); z-index: 900; }
nav { max-width: 1200px; margin: 0 auto; padding: 0.75rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.2rem; font-weight: 900; text-decoration: none; color: var(--text-pure); letter-spacing: -0.5px; z-index: 1000; }
.logo span { color: var(--accent); }

.nav-container-drawer {
    position: fixed; top: 0; right: -100%; width: 420px; height: 100vh; 
    background: rgba(255, 255, 255, 0.98); border-left: 1px solid var(--border-glass);
    box-shadow: -10px 0 40px rgba(15,23,42,0.05); padding: 6rem 3rem 3rem;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1); z-index: 950;
    backdrop-filter: blur(20px); display: flex; flex-direction: column;
}
.nav-container-drawer.active { right: 0; }

.nav-links { list-style: none; display: flex; flex-direction: column; gap: 1.75rem; width: 100%; }
.nav-links li { opacity: 0; transform: translateY(-20px); transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.nav-container-drawer.active .nav-links li { 
    opacity: 1; transform: translateY(0); 
    transition-delay: calc(var(--i) * 0.08s); 
}

.nav-links a { color: var(--text-pure); text-decoration: none; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; transition: var(--transition-fast); display: block; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); transform: translateX(5px); }
.nav-links .btn-nav { background: var(--primary); color: white !important; padding: 1rem; border-radius: 8px; text-align: center; font-size: 1.1rem; margin-top: 1rem; box-shadow: 0 4px 12px rgba(15,23,42,0.15); }
.nav-links .btn-nav:hover { background: var(--accent); transform: none; }

.menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; gap: 5px; background: none; border: none; cursor: pointer; z-index: 1000; width: 30px; height: 30px; }
.menu-toggle .bar { width: 26px; height: 2.5px; background: var(--text-pure); border-radius: 2px; transition: var(--transition-fluid); }
.menu-toggle .bar:nth-child(2) { width: 18px; }
.menu-toggle.active .bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); width: 26px; }
.menu-toggle.active .bar:nth-child(2) { opacity: 0; width: 0; }
.menu-toggle.active .bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); width: 26px; }

/* Estilos de Estructura Base */
.hero-section { min-height: 65vh; display: flex; align-items: center; justify-content: center; padding: 5.5rem 2rem 2rem; }
.hero-content { max-width: 820px; text-align: center; }
.badge-glow { display: inline-block; padding: 0.25rem 0.75rem; background: white; border: 1px solid #e2e8f0; color: #1e3a8a; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 4px; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.hero-content h1 { font-size: 2.8rem; font-weight: 900; letter-spacing: -1px; line-height: 1.1; margin-bottom: 0.75rem; color: #0f172a; }
.gradient-text { background: linear-gradient(135deg, #0f172a, var(--accent)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; border-right: 2px solid var(--accent); padding-right: 3px; animation: blink 0.8s step-end infinite; }
.hero-content p { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 1.5rem; max-width: 680px; margin-inline: auto; line-height: 1.5; }
.cta-group { display: flex; gap: 0.5rem; justify-content: center; }

@keyframes blink { from, to { border-color: transparent } 50% { border-color: var(--accent); } }

.btn-primary, .btn-secondary { padding: 0.85rem 1.75rem; border-radius: 14px; font-weight: 700; text-decoration: none; font-size: 0.9rem; transition: var(--transition-fast); box-shadow: 0 16px 40px rgba(15,23,42,0.08); }
.btn-primary { background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%); color: white; border: 1px solid rgba(255,255,255,0.12); }
.btn-primary:hover { background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%); transform: translateY(-1px); box-shadow: 0 20px 45px rgba(15,23,42,0.18); }
.btn-secondary { background: rgba(255,255,255,0.92); border: 1px solid rgba(148,163,184,0.22); color: var(--text-pure); }
.btn-secondary:hover { background: #f8fafc; border-color: #94a3b8; }

section:not(.hero-section) { padding: 3rem 2rem; max-width: 1180px; margin: 0 auto 2rem; background: rgba(255,255,255,0.7); border-radius: 28px; box-shadow: 0 24px 60px rgba(15,23,42,0.04); }
.compact-section { padding-top: 1rem; padding-bottom: 1rem; }
.section-title { font-size: 1.6rem; font-weight: 900; text-align: center; margin-bottom: 0.2rem; letter-spacing: -0.5px; }
.section-desc { text-align: center; color: var(--text-muted); margin-bottom: 1.75rem; font-size: 0.9rem; }
.features-grid, .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }

/* Indicadores de Rendimiento */
.stats-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; padding: 1.5rem; text-align: center; background: white; }
.stat-item { padding: 0.5rem; border-right: 1px solid #e2e8f0; }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 2.2rem; font-weight: 900; color: #1e3a8a; font-family: monospace; line-height: 1; margin-bottom: 0.25rem; }
.stat-item p { font-size: 0.8rem; color: var(--text-muted); font-weight: 500; padding: 0 1rem; }

/* Grid Cards */
.features-grid article { padding: 1.75rem; border-radius: 18px; transition: var(--transition-fast); background: rgba(255,255,255,0.92); border: 1px solid rgba(148,163,184,0.18); box-shadow: 0 18px 40px rgba(15,23,42,0.06); }
.features-grid article:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 20px 45px rgba(15,23,42,0.1); }
.features-grid h3 { font-size: 1.1rem; margin-bottom: 0.4rem; font-weight: 800; }
.features-grid p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.45; }

.project-card { padding: 0; overflow: hidden; cursor: pointer; transition: var(--transition-fast); background: rgba(255,255,255,0.94); border-radius: 18px; border: 1px solid rgba(148,163,184,0.18); box-shadow: 0 18px 40px rgba(15,23,42,0.06); }
.card-image-box { height: 180px; position: relative; overflow: hidden; background: #eef2ff; border-bottom: 1px solid rgba(148,163,184,0.18); }
.card-image-box img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-fluid); }
.card-hover-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.35); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition-fast); backdrop-filter: blur(4px); }
.card-hover-overlay span { border: 1px solid white; padding: 0.4rem 0.9rem; border-radius: 4px; font-weight: 700; color: white; background: rgba(15, 23, 42, 0.7); font-size: 0.75rem; }
.project-card:hover .card-image-box img { transform: scale(1.02); }
.project-card:hover .card-hover-overlay { opacity: 1; }
.project-card:hover { border-color: var(--accent); box-shadow: 0 10px 25px rgba(37,99,235,0.06); }
.card-details { padding: 1rem; }
.card-meta { display: flex; align-items: center; gap: 0.4rem; font-size: 0.65rem; font-weight: 700; color: #16a34a; margin-bottom: 0.25rem; letter-spacing: 0.5px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.status-dot.green { background: #22c55e; }
.card-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--cyan); font-weight: 700; display: block; margin-bottom: 0.15rem; }
.card-details h3 { font-weight: 800; font-size: 1.1rem; }

/* FAQs Acordeón */
.faq-container { max-width: 750px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { padding: 1rem 1.25rem; border-radius: 8px; background: white; cursor: pointer; transition: var(--transition-fast); }
.faq-trigger { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 0.95rem; color: #0f172a; }
.faq-trigger span { font-size: 1.2rem; color: var(--text-muted); transition: transform 0.2s ease; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-content p { padding-top: 0.75rem; font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; }
.faq-item.active .faq-trigger span { transform: rotate(45deg); color: var(--accent); }

/* Formulario */
.contact-wrapper { padding: 2.5rem; max-width: 750px; margin: 0 auto; background: white; border-radius: 10px; text-align: left; }
.contact-panel { position: relative; overflow: hidden; padding: 3rem 2rem; max-width: 900px; margin: 0 auto; background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(236, 246, 255, 0.95)); }
.contact-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.14), transparent 24%),
                radial-gradient(circle at 85% 10%, rgba(37, 99, 235, 0.12), transparent 20%),
                radial-gradient(circle at 50% 90%, rgba(14, 165, 233, 0.08), transparent 18%);
    pointer-events: none;
    filter: blur(10px);
}
.contact-panel::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    top: -25px;
    right: -35px;
    filter: blur(8px);
    pointer-events: none;
}
.contact-accent { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.contact-header, .contact-body { position: relative; z-index: 1; }
.contact-header { text-align: left; margin-bottom: 1.5rem; }
.contact-meta { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; padding: 0.45rem 0.9rem; border-radius: 999px; background: rgba(255, 255, 255, 0.95); color: #0f172a; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.5px; border: 1px solid rgba(148, 163, 184, 0.25); box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); }
.contact-wrapper h2 { font-size: 1.9rem; font-weight: 900; margin-bottom: 0.65rem; letter-spacing: -0.5px; }
.contact-wrapper p { color: #334155; font-size: 1rem; line-height: 1.75; }
.contact-body { display: grid; grid-template-columns: 1.2fr auto; gap: 1.5rem; align-items: center; }
.contact-copy { max-width: 100%; }
.contact-copy-text { font-size: 1rem; color: #0f172a; line-height: 1.75; margin-bottom: 1.4rem; }
.contact-badges { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.contact-badge { display: inline-flex; align-items: center; justify-content: center; padding: 0.55rem 0.9rem; border-radius: 999px; background: #ffffff; color: #334155; border: 1px solid rgba(148, 163, 184, 0.28); font-size: 0.78rem; font-weight: 700; box-shadow: 0 12px 25px rgba(15, 23, 42, 0.06); }
.whatsapp-btn { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0.85rem; width: auto; min-width: 280px; min-height: 140px; background: linear-gradient(135deg, #22c55e 0%, #0f172a 100%); color: #ffffff; padding: 1.25rem 1.5rem; border-radius: 18px; text-decoration: none; box-shadow: 0 20px 50px rgba(34, 197, 94, 0.22); transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
.whatsapp-btn:hover { transform: translateY(-3px); box-shadow: 0 24px 55px rgba(34, 197, 94, 0.28); background: linear-gradient(135deg, #16a34a 0%, #0f172a 100%); }
.whatsapp-btn span.whatsapp-pill { display: inline-flex; align-items: center; justify-content: center; padding: 0.45rem 0.9rem; border-radius: 999px; background: rgba(255, 255, 255, 0.18); color: #f8fafc; font-size: 0.85rem; border: 1px solid rgba(255, 255, 255, 0.25); backdrop-filter: blur(10px); }
.btn-submit { background: var(--accent); border: none; padding: 0.9rem; border-radius: 6px; color: white; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: var(--transition-fast); margin-top: 0.5rem; }
.btn-submit:hover { background: #1d4ed8; }
.contact-panel .contact-header, .contact-panel .contact-body { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.contact-panel.active .contact-header, .contact-panel.active .contact-body { opacity: 1; transform: translateY(0); }
.contact-panel.active .contact-header { transition-delay: 0.18s; }
.contact-panel.active .contact-body { transition-delay: 0.32s; }
.whatsapp-btn.active { animation: pulseGlow 2.8s infinite ease-in-out 1.1s; }
@keyframes pulseGlow { 0%, 100% { transform: scale(1); box-shadow: 0 20px 50px rgba(34, 197, 94, 0.22); } 50% { transform: scale(1.02); box-shadow: 0 28px 70px rgba(34, 197, 94, 0.28); } }
@media (max-width: 780px) { .contact-body { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .contact-panel { padding: 2rem 1.25rem; } .contact-wrapper h2 { font-size: 1.6rem; } .contact-badges { gap: 0.65rem; } }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   MODAL INSPECTOR EN VIVO V4.0 (PÁGINAS COMPLETAS COMPLEMENTARIAS)
   ========================================================================== */
.modal-overlay { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.3); z-index: 2000; opacity: 0; pointer-events: none; transition: opacity 0.25s ease, backdrop-filter 0.25s ease; display: flex; align-items: center; justify-content: center; }
.modal-overlay.active { opacity: 1; pointer-events: auto; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.modal-container { width: 98%; max-width: 1440px; height: 88vh; padding: 1.5rem; position: relative; transform: scale(0.97) translateY(15px); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; background: white; }
.modal-overlay.active .modal-container { transform: scale(1) translateY(0); }
.modal-close { position: absolute; top: 0.75rem; right: 1rem; background: none; border: none; color: var(--text-muted); font-size: 1.6rem; cursor: pointer; z-index: 100; }

.modal-layout { display: grid; grid-template-columns: 2fr 0.9fr; gap: 1.5rem; height: 100%; align-items: stretch; }

.browser-mockup { background: #ffffff; border: 1px solid #cbd5e1; border-radius: 10px; display: flex; flex-direction: column; overflow: hidden; height: 100%; box-shadow: 0 25px 50px -12px rgba(15,23,42,0.08); }
.browser-header { background: #f8fafc; padding: 0.6rem 1rem; display: flex; align-items: center; gap: 1.5rem; border-bottom: 1px solid #e2e8f0; }
.browser-dots { display: flex; gap: 6px; }
.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot.red { background: #ef4444; }
.dot.yellow { background: #eab308; }
.dot.green { background: #22c55e; }
.browser-address { background: white; color: #475569; font-size: 0.7rem; padding: 0.3rem 1rem; border-radius: 6px; width: 100%; max-width: 450px; border: 1px solid #cbd5e1; font-family: monospace; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.browser-badge-live { font-size: 0.65rem; background: #f0fdf4; color: #16a34a; font-weight: 800; padding: 0.2rem 0.5rem; border-radius: 4px; border: 1px solid #bbf7d0; }

.browser-content { flex: 1; overflow-y: auto; background: #ffffff; position: relative; }

/* Panel lateral del inspector técnico */
.inspector-panel { background: #0f172a; border-radius: 8px; padding: 1.25rem; color: #f8fafc; margin: 1.25rem 0; font-family: inherit; }
.inspector-panel h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: #38bdf8; margin-bottom: 0.75rem; border-bottom: 1px solid #1e293b; padding-bottom: 0.5rem; }
.inspector-metric { display: flex; justify-content: space-between; font-size: 0.8rem; margin-bottom: 0.5rem; }
.inspector-metric span { color: #94a3b8; }
.inspector-metric strong { font-family: monospace; color: #38bdf8; }

/* ==========================================================================
   ESTILOS NATIVOS DE LAS WEB SIMULADAS INTERNAS (COMPLETAMENTE OPERATIVAS)
   ========================================================================== */
.sim-web { font-family: system-ui, sans-serif; color: #334155; display: flex; flex-direction: column; min-height: 100%; background: #ffffff; }

/* Barra Superior de Navegación */
.sim-nav { background: #ffffff; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f1f5f9; position: sticky; top: 0; z-index: 10; }
.sim-logo { font-weight: 800; font-size: 1rem; color: #0f172a; }
.sim-menu { display: flex; gap: 1.25rem; list-style: none; }
.sim-menu a { font-size: 0.8rem; font-weight: 600; color: #64748b; text-decoration: none; cursor: pointer; transition: color 0.2s ease; }
.sim-menu a:hover, .sim-menu a.active { color: #2563eb; }

/* Secciones de Contenido de la Web Emulada */
.sim-page-section { display: none; padding: 2rem 1.5rem; }
.sim-page-section.active { display: block; animation: pageFade 0.2s ease-in-out; }

@keyframes pageFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* Hero de las Webs Simuladas */
.sim-hero { background: #f8fafc; padding: 3rem 1.5rem; text-align: center; border-bottom: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 1.5rem; }
.sim-hero h2 { font-size: 1.8rem; font-weight: 900; color: #0f172a; line-height: 1.2; margin-bottom: 0.5rem; }
.sim-hero p { font-size: 0.9rem; color: #64748b; max-width: 550px; margin: 0 auto 1.25rem; }
.sim-btn { display: inline-block; background: #2563eb; color: white; padding: 0.5rem 1.25rem; font-size: 0.8rem; font-weight: 700; text-decoration: none; border-radius: 4px; border: none; cursor: pointer; }

/* Grids Internos del Simulador */
.sim-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 1rem; }
.sim-card { border: 1px solid #e2e8f0; padding: 1.25rem; border-radius: 6px; background: #ffffff; }
.sim-card h3 { font-size: 1rem; margin-bottom: 0.35rem; color: #0f172a; font-weight: 800; }
.sim-card p { font-size: 0.75rem; color: #64748b; line-height: 1.4; }

/* Cotizador Dinámico Especial (Mecanizados) */
.calc-box { background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 6px; padding: 1.5rem; max-width: 480px; margin: 0 auto; }
.calc-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; text-align: left; }
.calc-field label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; color: #475569; }
.calc-field select, .calc-field input { padding: 0.5rem; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 0.85rem; }
.calc-result { background: #e0f2fe; border: 1px solid #bae6fd; padding: 0.75rem; border-radius: 4px; text-align: center; margin-top: 1rem; font-weight: 800; color: #0369a1; font-size: 1rem; }

.modal-info { display: flex; flex-direction: column; justify-content: center; padding-left: 0.5rem; }
.modal-info h3 { font-size: 1.5rem; font-weight: 900; margin: 0.4rem 0; letter-spacing: -0.5px; }
.modal-info p { color: var(--text-muted); line-height: 1.45; font-size: 0.85rem; }

footer { text-align: center; padding: 1.5rem; border-top: 1px solid var(--border-glass); color: var(--text-muted); font-size: 0.75rem; background: white; }

@media (max-width: 1024px) {
    .modal-layout { grid-template-columns: 1fr; height: auto; gap: 1.25rem; }
    .modal-container { height: 92vh; overflow-y: auto; padding: 1.25rem; }
    .browser-mockup { height: 450px; }
    .stat-item { border-right: none; border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; }
    .stat-item:last-child { border-bottom: none; padding-bottom: 0; }
}
@media (max-width: 500px) {
    .nav-container-drawer { width: 100%; padding: 6rem 2rem 2rem; }
    .nav-links a { font-size: 1.3rem; }
}