.not-found-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-background)}.not-found-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:var(--space-lg) 0}.not-found-container{max-width:600px;width:100%;margin:0 auto;padding:0 var(--space-md);text-align:center}.not-found-content{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.not-found-number{display:flex;align-items:center;justify-content:center;gap:8px;font-size:80px;font-weight:700;color:#e1e1e1;line-height:1;font-family:var(--font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:illuminate 2s ease-out .3s forwards}@media (min-width:768px){.not-found-number{font-size:120px}}.not-found-zero{width:80px;height:80px;border:8px solid #e1e1e1;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;animation:illuminate 2s ease-out .3s forwards}@media (min-width:768px){.not-found-zero{width:120px;height:120px;border-width:12px}}.not-found-face{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.not-found-eyes{display:flex;gap:16px;margin-top:8px}@media (min-width:768px){.not-found-eyes{gap:24px;margin-top:12px}}.not-found-eye{width:8px;height:8px;background-color:#e1e1e1;border-radius:50%;animation:blink 3s infinite}@media (min-width:768px){.not-found-eye{width:12px;height:12px}}.not-found-mouth{width:20px;height:8px;border:2px solid #e1e1e1;border-top:none;border-radius:0 0 20px 20px;animation:illuminate 2s ease-out .3s forwards}@media (min-width:768px){.not-found-mouth{width:30px;height:12px;border-width:3px}}.not-found-title{font-size:24px;font-weight:400;color:var(--color-text);margin:0;line-height:1.2;font-family:var(--font-family)}@media (min-width:768px){.not-found-title{font-size:32px}}.not-found-description{font-size:15px;color:var(--color-text-muted);margin:0;line-height:1.6;max-width:450px;font-family:var(--font-family)}@media (max-width:767px){.not-found-description{font-size:14px}}.not-found-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;justify-content:center}.not-found-btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:12px 20px;border-radius:6px;text-decoration:none;font-family:var(--font-family);font-size:15px;font-weight:400;transition:all .3s ease;cursor:pointer;border:none;min-width:120px;justify-content:center}@media (max-width:767px){.not-found-btn{font-size:14px;padding:10px 16px;min-width:110px}}.not-found-btn-primary{background-color:var(--color-text);color:var(--color-white)}.not-found-btn-primary:hover{background-color:var(--color-gray-light);transform:translateY(-2px)}.not-found-btn-secondary{background-color:transparent;color:var(--color-text);border:1px solid var(--color-border)}.not-found-btn-secondary:hover{background-color:var(--color-text);color:var(--color-white);transform:translateY(-2px)}.not-found-links{display:flex;flex-direction:column;gap:var(--space-sm);align-items:center;margin-top:var(--space-lg)}.not-found-links-title{font-size:var(--font-size-small);color:var(--color-text-muted);font-weight:400;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-family)}.not-found-links-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);width:100%;max-width:300px}@media (max-width:480px){.not-found-links-grid{grid-template-columns:1fr;max-width:200px}}.not-found-link{display:block;padding:var(--space-xs) var(--space-sm);text-decoration:none;color:var(--color-text);font-size:var(--font-size-small);border-radius:6px;transition:all .3s ease;text-align:center;border:1px solid transparent;font-family:var(--font-family)}.not-found-link:hover{background-color:var(--color-white);border-color:var(--color-border);transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes illuminate{0%{color:#e1e1e1;border-color:#e1e1e1}to{color:#080808;border-color:#080808}}@keyframes blink{0%,90%,to{opacity:1}95%{opacity:0}}.not-found-content>*{animation:fadeInUp .6s ease-out}.not-found-content>:first-child{animation-delay:.1s}.not-found-content>:nth-child(2){animation-delay:.2s}.not-found-content>:nth-child(3){animation-delay:.3s}.not-found-content>:nth-child(4){animation-delay:.4s}.not-found-content>:nth-child(5){animation-delay:.5s}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.hero,body{padding-top:80px}.hero{display:flex;align-items:center;justify-content:center;text-align:center;background-color:var(--color-background);position:relative;padding-bottom:60px}@media (max-width:767px){.hero,body{padding-top:56px}.hero{padding-bottom:80px}}.hero-content{max-width:800px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-title{margin-bottom:var(--space-2xl);line-height:1.1;font-weight:350;letter-spacing:.02em;word-spacing:.1em}@media (max-width:767px){.hero-title{font-size:32px;line-height:42px;margin-bottom:var(--space-lg)}}.hero-subtitle{font-size:17px;color:var(--color-text-muted);font-weight:300;line-height:1.5;margin-bottom:var(--space-5xl)}.hero-subtitle-desktop{display:block}.hero-subtitle-mobile{display:none}@media (max-width:767px){.hero-subtitle-desktop{display:none}.hero-subtitle-mobile{display:block}.hero-subtitle{margin-bottom:var(--space-4xl)}}@media (min-width:768px){.hero-subtitle{font-size:17px}}.hero-animated-text{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1);display:block;width:100%}.hero-animated-text.visible{opacity:1;transform:translateY(0)}.hero-animated-cta{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-animated-cta.visible{opacity:1;transform:translateY(0)}.page-animated-element{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.page-animated-element.visible{opacity:1;transform:translateY(0)}.cta-section{background-color:var(--color-background);padding:4rem 0;text-align:center;margin-top:100px;margin-bottom:100px}.cta-title{font-size:30px;margin-bottom:1rem;color:var(--color-text);font-weight:400}@media (min-width:768px){.cta-title{font-size:36px}}.cta-subtitle{font-size:16px;color:var(--color-text-muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.dark-theme{--color-background:#0f0f0f;--color-surface:#1a1a1a;--color-surface-elevated:#262626;--color-text:#fff;--color-text-muted:#a3a3a3;--color-text-light:#d4d4d4;--color-primary:#3b82f6;--color-primary-hover:#2563eb;--color-secondary:#6b7280;--color-border:#404040;--color-border-light:#525252;--color-accent:#f59e0b;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -1px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3)}.dark-theme,.dark-theme *,.dark-theme .contact-content,.dark-theme .contact-page,.dark-theme main{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease!important}.dark-theme .header{background-color:var(--color-background)!important;border-bottom-color:var(--color-border)!important}.dark-theme .header-nav-link,.dark-theme .header-phone,.dark-theme .header-phone svg{color:var(--color-text)!important}.dark-theme .header-nav-link:hover,.dark-theme .header-phone:hover{color:var(--color-text-muted)!important}.dark-theme .header-logo img,.dark-theme .header-logo svg{filter:brightness(0) invert(1)!important}.dark-theme .language-switcher,.dark-theme .language-switcher button{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}.dark-theme .language-switcher button:hover{background-color:var(--color-surface-elevated)!important;color:var(--color-text)!important}.dark-theme .header-dropdown{background-color:var(--color-surface)!important;border-color:var(--color-border)!important;box-shadow:var(--shadow-lg)!important}.dark-theme .header-dropdown-item{color:var(--color-text)!important}.dark-theme .header-dropdown-item:hover{background-color:var(--color-surface-elevated)!important;color:var(--color-text)!important}.dark-theme .footer{background-color:var(--color-background)!important;border-top-color:var(--color-border)!important}.dark-theme .footer *{color:var(--color-text)!important}.dark-theme .footer a:hover{color:var(--color-text-muted)!important}.dark-theme .contact-content,.dark-theme .contact-page,.dark-theme .contact-section,.dark-theme .service-section{background-color:var(--color-background)!important}.dark-theme .contact-description,.dark-theme .contact-label,.dark-theme .contact-section h1,.dark-theme .contact-section h2,.dark-theme .contact-section p,.dark-theme .contact-title,.dark-theme .service-section h1,.dark-theme .service-section h2,.dark-theme .service-section p{color:var(--color-text)!important}.dark-theme .btn-primary,.dark-theme .contact-button,.dark-theme .whatsapp-button{background-color:#fff!important;color:#000!important;border-color:#e5e7eb!important}.dark-theme .btn-primary:hover,.dark-theme .contact-button:hover,.dark-theme .whatsapp-button:hover{background-color:#f3f4f6!important;color:#000!important}.dark-theme main{background-color:var(--color-background)!important}.dark-theme .theme-toggle-track{background-color:#333!important}.dark-theme .theme-toggle-thumb{background-color:#fff!important;box-shadow:0 2px 4px rgba(0,0,0,.3)!important}.dark-theme .theme-toggle-thumb.dark{background-color:#fff!important}.dark-theme .theme-toggle-thumb .theme-toggle-icon{color:#333!important}.dark-theme body{background-color:var(--color-background)!important;color:var(--color-text)!important}