:root{--bg-dark: #0a0a0a;--bg-card: #111;--bg-card-hover: #1a1a1a;--accent-red: #e63946;--accent-gold: #d4a574;--accent-cream: #f4e8d8;--gradient-fire: linear-gradient(135deg, #e63946 0%, #d4a574 100%);--text-light: #f8f8f8;--text-muted: #888;--text-dim: #555;--font-display: "Bebas Neue", sans-serif;--font-body: "Crimson Pro", Georgia, serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.skip-link{position:absolute;top:-40px;left:0;background:var(--accent-red);color:#fff;padding:8px;z-index:1000;transition:top .3s}.skip-link:focus{top:0}.nav{position:fixed;top:0;left:0;right:0;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;background:linear-gradient(to bottom,rgba(10,10,10,.98) 0%,rgba(10,10,10,.9) 50%,transparent 100%);transition:all .3s}.nav.scrolled{background:#0a0a0afa;backdrop-filter:blur(10px)}.logo{font-family:var(--font-display);font-size:1.8rem;letter-spacing:4px;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-family:var(--font-mono);font-size:.75rem;letter-spacing:2px;color:var(--text-muted);text-decoration:none;text-transform:uppercase;transition:color .3s;position:relative}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--accent-gold)}.nav-links a[aria-current=page]:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:var(--accent-gold)}.nav-cta{font-family:var(--font-mono);font-size:.75rem;padding:.8rem 1.5rem;background:transparent;border:1px solid var(--accent-red);color:var(--accent-red);cursor:pointer;transition:all .3s;text-decoration:none;text-transform:uppercase}.nav-cta:hover{background:var(--accent-red);color:var(--bg-dark);box-shadow:0 0 30px #e639464d}.nav-menu-btn{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:102}.nav-menu-btn span{width:25px;height:2px;background:var(--accent-gold);transition:all .3s ease}.nav-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-menu-btn.active span:nth-child(2){opacity:0}.nav-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-sidebar{position:fixed;top:0;left:-100%;width:300px;max-width:85vw;height:100vh;background:var(--bg-dark);z-index:101;transition:left .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1)}.mobile-sidebar.active{left:0}.mobile-sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(5px);z-index:100;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-sidebar-overlay.active{opacity:1;visibility:visible}.mobile-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.mobile-sidebar-logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:4px;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile-sidebar-close{width:40px;height:40px;background:transparent;border:1px solid rgba(255,255,255,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.mobile-sidebar-close:hover{border-color:var(--accent-red);background:#e639461a}.mobile-sidebar-close svg{width:20px;height:20px;stroke:var(--text-muted);transition:stroke .3s ease}.mobile-sidebar-close:hover svg{stroke:var(--accent-red)}.mobile-sidebar-nav{flex:1;padding:1.5rem;overflow-y:auto}.mobile-sidebar-nav ul{list-style:none}.mobile-sidebar-nav li{margin-bottom:.5rem}.mobile-sidebar-nav a{display:block;padding:1rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:2px;color:var(--text-muted);text-decoration:none;text-transform:uppercase;border-left:2px solid transparent;transition:all .3s ease}.mobile-sidebar-nav a:hover,.mobile-sidebar-nav a.active{color:var(--accent-gold);border-left-color:var(--accent-gold);background:#d4a5740d}.mobile-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-sidebar-cta{display:block;width:100%;padding:1rem 1.5rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:1px;text-align:center;background:var(--gradient-fire);color:var(--bg-dark);text-decoration:none;text-transform:uppercase;font-weight:600;transition:all .3s ease}.mobile-sidebar-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #e6394666}.mobile-sidebar-contact{margin-top:1rem;text-align:center}.mobile-sidebar-contact a{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);text-decoration:none;transition:color .3s}.mobile-sidebar-contact a:hover{color:var(--accent-gold)}.mobile-sidebar-contact svg{width:16px;height:16px;fill:currentColor}.breadcrumbs{padding:1rem 3rem;margin-top:80px;font-family:var(--font-mono);font-size:.7rem;letter-spacing:1px}.breadcrumbs ol{list-style:none;display:flex;gap:.5rem;max-width:1400px;margin:0 auto}.breadcrumbs li{display:flex;align-items:center;gap:.5rem}.breadcrumbs li:after{content:"/";color:var(--text-dim)}.breadcrumbs li:last-child:after{display:none}.breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color .3s}.breadcrumbs a:hover,.breadcrumbs span{color:var(--accent-gold)}.hero{padding:4rem 3rem 6rem;position:relative;min-height:60vh;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(230,57,70,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(212,165,116,.08) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:1;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:3px;color:var(--accent-gold);margin-bottom:1.5rem;text-transform:uppercase}.hero-badge:before{content:"";width:30px;height:1px;background:var(--accent-gold)}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);line-height:.95;letter-spacing:-2px;margin-bottom:1.5rem}.hero-title .gradient{background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.3rem;color:var(--text-muted);max-width:700px;margin-bottom:2rem;line-height:1.7}.hero-subtitle strong{color:var(--accent-cream)}.hero-stats{display:flex;gap:4rem;margin-bottom:2.5rem}.stat-item{text-align:left}.stat-value{font-family:var(--font-display);font-size:3rem;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.stat-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:2px;color:var(--text-muted);text-transform:uppercase}.stat-source{display:block;font-family:var(--font-mono);font-size:.55rem;color:var(--text-dim);margin-top:.2rem;font-style:normal}.stat-source a{color:var(--text-dim);text-decoration:underline;transition:color .3s}.stat-source a:hover{color:var(--accent-gold)}.btn-primary{font-family:var(--font-mono);font-size:.8rem;padding:1.2rem 2.5rem;background:var(--gradient-fire);border:none;color:var(--bg-dark);cursor:pointer;transition:all .3s;text-transform:uppercase;font-weight:500;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #e6394666}.services-section{padding:6rem 3rem}.services-container{max-width:1400px;margin:0 auto}.section-header{margin-bottom:4rem}.section-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:4px;color:var(--accent-gold);margin-bottom:1rem;display:flex;align-items:center;gap:1rem;text-transform:uppercase}.section-label:before{content:"";width:30px;height:1px;background:var(--accent-gold)}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);line-height:1;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-description{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin-top:1rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);padding:2.5rem;position:relative;overflow:hidden;transition:all .4s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gradient-fire);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card:hover{transform:translateY(-8px);border-color:#d4a5744d;background:var(--bg-card-hover)}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:60px;height:60px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#e639461a;border:1px solid rgba(230,57,70,.2);transition:all .3s}.service-card:hover .service-icon{background:#d4a57426;border-color:#d4a5744d}.service-icon svg{width:28px;height:28px;stroke:var(--accent-gold);stroke-width:1.5;fill:none}.service-tag{font-family:var(--font-mono);font-size:.6rem;letter-spacing:2px;color:var(--accent-red);text-transform:uppercase;margin-bottom:.5rem}.service-name{font-family:var(--font-display);font-size:1.8rem;margin-bottom:1rem;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.service-desc{font-size:1rem;color:var(--text-muted);line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:.5rem}.service-features li:before{content:"✓";color:var(--accent-gold);font-size:.6rem}.service-link{font-family:var(--font-mono);font-size:.7rem;letter-spacing:2px;color:var(--accent-gold);text-transform:uppercase;display:flex;align-items:center;gap:.5rem;transition:gap .3s}.service-card:hover .service-link{gap:1rem}.service-link svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.service-card.featured{grid-column:span 2;grid-row:span 1;padding:3rem;gap:.5rem}.service-card.featured .service-icon{width:80px;height:80px}.service-card.featured .service-icon svg{width:40px;height:40px}.service-card.featured .service-name{font-size:2.5rem}.service-card.featured .service-desc{font-size:1.1rem;max-width:60ch}.service-card.featured .service-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.5rem}.why-section{padding:6rem 3rem;background:var(--bg-card)}.why-container{max-width:1400px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.why-item{text-align:center;padding:2rem}.why-number{font-family:var(--font-display);font-size:4rem;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:.5rem}.why-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:2px;color:var(--text-muted);text-transform:uppercase}.why-source{display:block;font-family:var(--font-mono);font-size:.55rem;color:var(--text-dim);margin-top:.3rem}.why-source a{color:var(--text-dim);text-decoration:underline;transition:color .3s}.why-source a:hover{color:var(--accent-gold)}.process-section{padding:6rem 3rem}.process-container{max-width:1400px;margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;position:relative}.process-grid:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--accent-red),var(--accent-gold));z-index:0}.process-step{text-align:center;padding:0 1.5rem;position:relative;z-index:1}.process-number{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--bg-dark);border:2px solid var(--accent-red);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;color:var(--accent-gold);transition:all .3s}.process-step:hover .process-number{background:var(--gradient-fire);color:var(--bg-dark);border-color:transparent}.process-title{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.5rem;color:var(--text-light)}.process-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}.faq-section{padding:6rem 3rem;background:linear-gradient(180deg,var(--bg-dark) 0%,var(--bg-card) 100%)}.faq-container{max-width:900px;margin:0 auto}.faq-list{margin-top:3rem}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-question{width:100%;padding:1.5rem 0;background:transparent;border:none;color:var(--text-light);font-family:var(--font-body);font-size:1.15rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s}.faq-question:hover{color:var(--accent-gold)}.faq-question svg{width:20px;height:20px;stroke:var(--accent-gold);stroke-width:2;fill:none;transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:300px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-muted);line-height:1.7}.cta-section{padding:8rem 3rem;text-align:center;position:relative}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(230,57,70,.15) 0%,transparent 60%);pointer-events:none}.cta-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-text{font-size:1.2rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.7}.footer{background:var(--bg-card);padding:4rem 3rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-main{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.05)}.footer-logo{font-family:var(--font-display);font-size:2rem;letter-spacing:4px;background:var(--gradient-fire);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.footer-about p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s}.footer-social a:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.footer-title{font-family:var(--font-mono);font-size:.7rem;letter-spacing:3px;color:var(--accent-gold);text-transform:uppercase;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:var(--accent-gold)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim);letter-spacing:1px}.footer-address{font-style:normal;color:var(--text-muted);font-size:.85rem;line-height:1.6;margin-bottom:1rem}.footer-address a{color:var(--text-muted);text-decoration:none;transition:color .3s}.footer-address a:hover{color:var(--accent-gold)}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;cursor:pointer;z-index:99;transition:all .3s ease;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float svg{width:32px;height:32px;fill:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card.featured{grid-column:span 2;grid-row:span 1}.why-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.process-grid:before{display:none}.footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav-links,.nav-cta{display:none}.nav-menu-btn{display:flex}.breadcrumbs{padding:1rem 1.5rem;margin-top:70px}.hero{padding:2rem 1.5rem 4rem}.hero-stats{flex-direction:column;gap:1.5rem}.services-section{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr}.service-card.featured{grid-column:span 1}.service-card.featured .service-features{grid-template-columns:1fr}.why-section{padding:4rem 1.5rem}.why-grid{grid-template-columns:1fr 1fr;gap:1rem}.process-section{padding:4rem 1.5rem}.process-grid{grid-template-columns:1fr;gap:2rem}.faq-section,.cta-section{padding:4rem 1.5rem}.footer{padding:3rem 1.5rem 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px}}
