:root{--bg-dark: #0a0a0a;--bg-card: #161616;--accent: #FF5722;--accent-hover: #ff784e;--text-main: #ffffff;--text-dim: #a0a0a0;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3{line-height:1.1}nav[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:fixed;width:100%;z-index:1000;background:#0a0a0acc;backdrop-filter:blur(10px)}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1rem;text-transform:uppercase}.logo[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{width:80px;height:80px}.logo[data-astro-cid-5blmo7yk] h1[data-astro-cid-5blmo7yk]{font-size:1.5rem;color:#fff;margin:0}.logo[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{color:var(--accent)}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:2rem;list-style:none}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--text-dim);font-size:.9rem;font-weight:500;transition:var(--transition)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--text-main)}.mobile-menu-btn[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;z-index:1001}.bar[data-astro-cid-5blmo7yk]{width:30px;height:3px;background-color:#fff;transition:var(--transition);border-radius:2px}@media(max-width:768px){.mobile-menu-btn[data-astro-cid-5blmo7yk]{display:flex}.nav-links[data-astro-cid-5blmo7yk]{position:fixed;top:0;right:-100%;height:100vh;width:70%;background-color:#121212;flex-direction:column;justify-content:center;align-items:center;transition:.4s ease-in-out;box-shadow:-10px 0 30px #00000080}.nav-links[data-astro-cid-5blmo7yk].active{right:0}.mobile-menu-btn[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-btn[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-5blmo7yk].open .bar[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}.hero[data-astro-cid-bbe6dxrz]{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 10%;background:radial-gradient(circle at center,#1a1a1a,#0a0a0a);position:relative}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:1}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:clamp(3rem,8vw,6rem);font-weight:900;margin-bottom:1.5rem;text-transform:uppercase}.hero[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{color:var(--text-dim);max-width:600px;margin:0 auto 2rem;font-size:1.2rem}.btn[data-astro-cid-bbe6dxrz]{background-color:var(--accent);color:#fff;padding:1rem 2.5rem;border-radius:4px;font-weight:700;text-transform:uppercase;text-decoration:none;display:inline-block;transition:var(--transition)}.btn[data-astro-cid-bbe6dxrz]:hover{background-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 10px 20px #ff57224d}.services[data-astro-cid-g5jplrhu]{background-color:#0f0f0f;padding:100px 10%;text-align:center}.services[data-astro-cid-g5jplrhu] h2[data-astro-cid-g5jplrhu]{font-size:2.5rem;color:var(--accent);margin-bottom:2rem}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.service-card[data-astro-cid-g5jplrhu]{background-color:var(--bg-card);padding:40px;border-radius:8px;border:1px solid #222;transition:var(--transition)}.service-card[data-astro-cid-g5jplrhu]:hover{border-color:var(--accent);transform:translateY(-10px)}.service-card[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{margin-bottom:15px;font-size:1.5rem}.service-card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{color:var(--text-dim);font-size:.9rem}footer[data-astro-cid-sz7xmlte]{padding:60px 10%;background-color:var(--bg-dark);border-top:1px solid #1a1a1a;color:var(--text-dim);font-size:.85rem}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between}.datos[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.contacto[data-astro-cid-xmivup5a]{padding:80px 10%;text-align:center;background-color:var(--bg-dark)}.contacto[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{font-size:2.5rem;color:var(--accent);margin-bottom:2rem}.contacto[data-astro-cid-xmivup5a] .services-grid[data-astro-cid-xmivup5a]{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:20px}.contacto[data-astro-cid-xmivup5a] img[data-astro-cid-xmivup5a]{width:40px;height:40px;transition:transform .3s ease,filter .3s ease;filter:brightness(0) invert(1)}.contacto[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover img[data-astro-cid-xmivup5a]{transform:translateY(-5px) scale(1.1);filter:invert(44%) sepia(91%) saturate(1915%) hue-rotate(345deg) brightness(101%) contrast(101%)}@media(max-width:480px){.contacto[data-astro-cid-xmivup5a] .services-grid[data-astro-cid-xmivup5a]{gap:25px}}.about[data-astro-cid-v2cbyr3p]{padding:100px 10%;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-text[data-astro-cid-v2cbyr3p] h2[data-astro-cid-v2cbyr3p]{font-size:2.5rem;color:var(--accent);margin-bottom:2rem}.about-text[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{color:var(--text-dim);margin-bottom:1rem}.stats[data-astro-cid-v2cbyr3p]{display:flex;gap:30px;margin-top:2rem}.stat-item[data-astro-cid-v2cbyr3p] h3[data-astro-cid-v2cbyr3p]{font-size:2rem;color:#fff}.stat-item[data-astro-cid-v2cbyr3p] span[data-astro-cid-v2cbyr3p]{color:var(--text-dim);font-size:.8rem;text-transform:uppercase}
