*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#050508;color:#e0e0e8;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1140px;margin:0 auto;padding:0 24px}.ambient-glow{position:fixed;border-radius:50%;pointer-events:none;z-index:0;filter:blur(120px);opacity:.4}.ambient-glow--1{width:600px;height:600px;top:-200px;left:-150px;background:radial-gradient(circle,rgba(245,197,24,.15),transparent 70%);animation:float1 20s ease-in-out infinite}.ambient-glow--2{width:500px;height:500px;bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(245,197,24,.08),transparent 70%);animation:float2 25s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0)}33%{transform:translate(80px,60px)}66%{transform:translate(-40px,100px)}}@keyframes float2{0%,to{transform:translate(0)}33%{transform:translate(-60px,-80px)}66%{transform:translate(50px,-40px)}}.noise-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.gold{color:#f5c518}section{position:relative;z-index:2;background:#050508}.section-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;color:#f5c518;background:#f5c51814;border:1px solid rgba(245,197,24,.15);padding:6px 16px;border-radius:100px;margin-bottom:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:56px;color:#fff}.nav{position:fixed;top:0;left:0;width:100%;z-index:100;background:#05050899;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.04)}.nav-inner{max-width:1140px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:800;color:#fff;margin-right:auto}.nav-links{display:flex;gap:.25rem}.nav-link{font-size:.82rem;font-weight:500;color:#8888a0;padding:.4rem .9rem;border-radius:8px;transition:color .25s,background .25s}.nav-link:hover{color:#fff;background:#ffffff0d}.hero-section{position:relative;min-height:100vh;z-index:2;overflow:hidden}.dot-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.dot-grid__wrap{width:100%;height:100%}.dot-grid__canvas{display:block;width:100%;height:100%}.hero-dotgrid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-sticky-wrap{position:relative;z-index:3;padding:6.5rem 1.5rem 3rem;display:flex;justify-content:center;align-items:center;min-height:100vh}.hero-card{max-width:48rem;width:100%;text-align:center;padding:2.5rem 3rem 2.25rem;border-radius:1.5rem;background:#0a0a128c;backdrop-filter:blur(40px) saturate(1.3);-webkit-backdrop-filter:blur(40px) saturate(1.3);border:1px solid rgba(255,255,255,.07);box-shadow:0 .5rem 3.75rem #00000080,0 0 5rem #f5c5180a,inset 0 1px #ffffff0d;transition:box-shadow .4s ease}.hero-card:hover{box-shadow:0 .75rem 5rem #0009,0 0 6rem #f5c51812,inset 0 1px #ffffff0f}.hero-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;color:#f5c518;background:#f5c5180f;border:1px solid rgba(245,197,24,.2);padding:.35rem 1rem;border-radius:100px;margin-bottom:1rem}.hero-title{font-size:clamp(1.4rem,3.2vw,2.4rem);font-weight:900;line-height:1.2;color:#fff;margin:0 auto .75rem}.hero-word{display:inline-block}.hero-sub{font-size:.9rem;color:#8888a0;margin:0 auto 1.25rem;line-height:1.6}.hero-stats{display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.25rem;padding:.75rem 1.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:.75rem}.hero-stat{text-align:center}.hero-stat-num{display:block;font-size:1.5rem;font-weight:800;color:#f5c518;line-height:1;margin-bottom:.15rem}.hero-stat-label{font-size:.65rem;font-weight:500;color:#8888a0;text-transform:uppercase;letter-spacing:.1em}.hero-stat-divider{width:1px;height:2rem;background:#ffffff1a}.hero-badges{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.badge{font-size:.7rem;font-weight:600;color:#f5c518;border:1px solid rgba(245,197,24,.2);padding:.35rem 1rem;border-radius:100px;background:#f5c5180a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.badge:hover{background:#f5c5181a;border-color:#f5c51866;box-shadow:0 0 1.25rem #f5c5181a}.btn-glow{display:inline-block;position:relative;font-family:inherit;font-size:.9rem;font-weight:700;color:#050508;background:linear-gradient(135deg,#f5c518,#e0a800);padding:.85rem 2.25rem;border:none;border-radius:.7rem;cursor:pointer;text-decoration:none;transition:transform .25s,box-shadow .35s;box-shadow:0 0 1.5rem #f5c51833,0 4px 12px #0000004d}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 0 2.5rem #f5c51859,0 8px 20px #0000004d}.btn-glow:active{transform:translateY(0);box-shadow:0 0 1rem #f5c51826,0 2px 6px #0000004d}.btn-glow:disabled{opacity:.5;cursor:not-allowed;transform:none}.spotlight-card{position:relative;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:36px 32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .4s ease,transform .3s ease,box-shadow .4s ease}.spotlight-card:before{content:"";position:absolute;top:var(--mouse-y, -100px);left:var(--mouse-x, -100px);width:350px;height:350px;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--spotlight-color, rgba(245,197,24,.12)),transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.spotlight-card:hover:before{opacity:1}.spotlight-card:hover{border-color:#f5c51826;box-shadow:0 8px 40px #0000004d,0 0 40px #f5c5180a}.spotlight-card>*{position:relative;z-index:1}.sistema{padding:120px 0}.sistema-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sistema-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sistema-icon{font-size:1.6rem}.sistema-num{font-size:.8rem;font-weight:800;color:#f5c518;background:#f5c51814;border:1px solid rgba(245,197,24,.15);padding:6px 14px;border-radius:8px}.sistema-card-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.4}.sistema-card-sub{font-size:.88rem;color:#f5c518;font-weight:600;margin-bottom:18px;opacity:.85}.sistema-list li{font-size:.88rem;color:#8888a0;padding:5px 0 5px 22px;position:relative}.sistema-list li:before{content:"";position:absolute;left:0;top:13px;width:6px;height:6px;border-radius:50%;background:#f5c518;box-shadow:0 0 8px #f5c51866}.dolor{padding:120px 0}.dolor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px}.dolor-card{text-align:left}.dolor-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:.9rem;font-weight:800;color:#ff6b6b;border:1px solid rgba(255,107,107,.25);background:#ff6b6b0f;border-radius:12px;margin-bottom:20px}.dolor-card h3{font-size:1.02rem;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.4}.dolor-card p{font-size:.88rem;color:#8888a0;line-height:1.7}.dolor-conclusion{text-align:center;font-size:1.05rem;color:#8888a0;max-width:640px;margin:0 auto}.dolor-conclusion strong{color:#fff}.clientes{padding:100px 0}.clientes-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.clientes-track{display:flex;gap:14px;width:max-content;animation:marquee 35s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.cliente-chip{flex-shrink:0;font-size:.8rem;font-weight:600;color:#8888a0;background:#ffffff08;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:14px 26px;border-radius:12px;white-space:nowrap;transition:all .3s ease}.cliente-chip:hover{color:#fff;border-color:#f5c51840;background:#f5c5180a;box-shadow:0 0 20px #f5c5180f}.prensa{padding:80px 0}.prensa-card{max-width:720px}.prensa-badge{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.15em;color:#f5c518;text-transform:uppercase;background:#f5c51814;border:1px solid rgba(245,197,24,.15);padding:6px 16px;border-radius:8px;margin-bottom:20px}.prensa-headline{font-size:1.25rem;font-weight:700;color:#fff;line-height:1.4;margin-bottom:16px}.prensa-excerpt{font-size:.92rem;color:#8888a0;line-height:1.7;margin-bottom:24px}.prensa-link{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;color:#f5c518;transition:all .3s ease}.prensa-link:hover{opacity:.8;gap:12px}.timeline{padding:120px 0}.timeline-track{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}.timeline-line{display:none}.timeline-phase{text-align:center;position:relative}.timeline-dot{display:block;width:12px;height:12px;background:#f5c518;border-radius:50%;margin:0 auto 20px;box-shadow:0 0 12px #f5c51880,0 0 30px #f5c51833}.timeline-phase--accent{border-color:#f5c51840!important;background:#f5c51808!important}.timeline-label{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:#f5c518;background:#f5c51814;border:1px solid rgba(245,197,24,.15);padding:5px 14px;border-radius:100px;margin-bottom:16px}.timeline-phase-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:12px}.timeline-phase-desc{font-size:.85rem;color:#8888a0;line-height:1.7}.contacto{padding:120px 0}.contacto-sub{font-size:1rem;color:#8888a0;margin-top:-40px;margin-bottom:44px}.contacto-form{max-width:600px;display:flex;flex-direction:column;gap:14px}.form-row{display:flex;gap:14px}.form-row>*{flex:1}.contacto-form input,.contacto-form textarea{width:100%;font-family:inherit;font-size:.92rem;color:#e0e0e8;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 20px;outline:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.contacto-form input::placeholder,.contacto-form textarea::placeholder{color:#555}.contacto-form input:focus,.contacto-form textarea:focus{border-color:#f5c51859;box-shadow:0 0 20px #f5c5180f;background:#ffffff0a}.contacto-form textarea{resize:vertical}.contacto-form .btn-glow{align-self:flex-start;margin-top:.5rem}.form-ok{font-size:.9rem;color:#4ade80;font-weight:600}.form-error{font-size:.9rem;color:#f87171;font-weight:600}.footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.04);background:#050508;position:relative;z-index:2}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.78rem;color:#555}@media (max-width: 768px){.hero-section{min-height:100vh}.hero-sticky-wrap{padding:5rem 1rem 2rem}.hero-card{padding:1.75rem 1.25rem 1.5rem;border-radius:1.25rem}.hero-title{font-size:1.25rem}.hero-sub{font-size:.8rem}.hero-badges{flex-wrap:wrap}.hero-stats{flex-direction:row;gap:1rem;padding:.6rem 1.25rem}.hero-stat-num{font-size:1.2rem}.hero-stat-divider{width:1px;height:1.5rem}.sistema-grid,.dolor-grid,.timeline-track{grid-template-columns:1fr}.timeline-line{display:none}.form-row{flex-direction:column}.footer-inner{flex-direction:column;gap:12px;text-align:center}.section-title{font-size:1.5rem;margin-bottom:36px}.sistema,.dolor,.timeline,.contacto{padding:80px 0}.nav-links{display:none}.btn-glow{font-size:.82rem;padding:.7rem 1.5rem}}@media (max-width: 480px){.hero-title{font-size:1.1rem}.hero-card{padding:1.5rem 1rem 1.25rem}.hero-stats{gap:.75rem;padding:.5rem 1rem}.hero-stat-num{font-size:1rem}.hero-stat-label{font-size:.55rem}.badge{font-size:.6rem;padding:.25rem .75rem}.spotlight-card{padding:1.5rem 1.25rem}}
