.hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:90vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#0074ff14 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:20s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:radial-gradient(circle,#4fa8ff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:15s ease-in-out infinite reverse float;position:absolute;bottom:-30%;left:-10%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-content{text-align:left}.hero-image{justify-content:center;align-items:center;animation:1s fadeInRight;display:flex}.hero-image img{filter:drop-shadow(0 10px 40px #0074ff33);max-width:320px;height:auto;animation:6s ease-in-out infinite floatMascot}@keyframes floatMascot{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-badge{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);letter-spacing:.5px;border-radius:50px;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;animation:.8s fadeInDown;display:inline-block;box-shadow:0 4px 15px #0074ff4d}.hero h1{font-family:var(--font-primary);color:var(--negro-carbon);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.8s .2s both fadeInUp}.hero h1 .highlight{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-family:var(--font-secondary);color:var(--gris-medio);max-width:700px;margin-bottom:3rem;font-size:1.4rem;line-height:1.7;animation:.8s .4s both fadeInUp}.hero-cta{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.5rem;animation:.8s .6s both fadeInUp;display:flex}.btn-primary{background:var(--azul-electrico);color:var(--blanco-puro);font-family:var(--font-primary);transition:var(--transition-smooth);border:2px solid #0000;border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 6px 25px #0074ff4d}.btn-primary:hover{background:var(--azul-claro);transform:translateY(-3px);box-shadow:0 10px 35px #0074ff66}.btn-secondary{color:var(--negro-carbon);font-family:var(--font-primary);transition:var(--transition-smooth);border:2px solid var(--negro-carbon);background:0 0;border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none}.btn-secondary:hover{background:var(--negro-carbon);color:var(--blanco-puro);transform:translateY(-3px)}.stats{background:var(--blanco-puro);border-top:1px solid var(--gris-humo);border-bottom:1px solid var(--gris-humo);padding:4rem 2rem}.stats-container{grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto;display:grid}.stat-item{text-align:center;opacity:0;transition:var(--transition-smooth);transform:translateY(30px)}.stat-item.visible{opacity:1;transform:translateY(0)}.stat-number{font-family:var(--font-primary);color:var(--azul-electrico);margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1}.stat-label{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1.1rem;font-weight:500}.value-prop{background:linear-gradient(180deg,var(--blanco-puro)0%,#f8f9fa 100%);padding:6rem 2rem;position:relative}.value-prop-container{max-width:1400px;margin:0 auto;position:relative}.value-prop-mascot{text-align:center;opacity:.9;width:100%;max-width:300px;margin:3rem auto;animation:8s ease-in-out infinite floatMascot}.value-prop-mascot img{filter:drop-shadow(0 8px 30px #0074ff26);width:100%;height:auto}.section-header{text-align:center;margin-bottom:4rem}.section-badge{color:var(--azul-electrico);font-family:var(--font-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.section-title{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.section-subtitle{font-family:var(--font-secondary);color:var(--gris-medio);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-card{background:var(--blanco-puro);border:1px solid var(--gris-humo);transition:var(--transition-smooth);opacity:0;border-radius:20px;padding:2.5rem;transform:translateY(30px)}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{border-color:var(--azul-electrico);transform:translateY(-8px);box-shadow:0 15px 40px #00000014}.feature-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:15px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.feature-icon svg{width:30px;height:30px;fill:var(--blanco-puro)}.feature-title{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.feature-description{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem;line-height:1.7}.process{background:var(--blanco-puro);padding:6rem 2rem}.process-container{max-width:1200px;margin:0 auto}.process-timeline{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid;position:relative}.process-timeline:before{content:"";background:linear-gradient(90deg,var(--azul-electrico),var(--azul-claro));z-index:0;height:2px;position:absolute;top:40px;left:12.5%;right:12.5%}.process-step{text-align:center;z-index:1;opacity:0;transition:var(--transition-smooth);position:relative;transform:scale(.9)}.process-step.visible{opacity:1;transform:scale(1)}.process-number{background:var(--blanco-puro);border:3px solid var(--azul-electrico);width:80px;height:80px;font-family:var(--font-primary);color:var(--azul-electrico);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 15px #0074ff33}.process-step:hover .process-number{background:var(--azul-electrico);color:var(--blanco-puro);transform:scale(1.1)}.process-title{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.process-description{font-family:var(--font-secondary);color:var(--gris-medio);font-size:.95rem;line-height:1.6}.testimonial{background:linear-gradient(135deg,var(--negro-profundo),var(--negro-carbon));color:var(--blanco-puro);padding:6rem 2rem}.testimonial-container{text-align:center;max-width:900px;margin:0 auto}.testimonial-quote{font-family:var(--font-secondary);color:var(--blanco-puro);margin-bottom:2rem;font-size:1.8rem;font-style:italic;font-weight:400;line-height:1.6}.testimonial-author{font-family:var(--font-primary);color:var(--azul-claro);font-size:1.1rem;font-weight:600}.testimonial-role{font-family:var(--font-secondary);color:var(--gris-medio);margin-top:.3rem;font-size:.95rem}.final-cta{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.final-cta-container{text-align:center;background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:30px;max-width:900px;margin:0 auto;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0074ff4d}.final-cta-mascot{opacity:.2;pointer-events:none;width:280px;position:absolute;bottom:-30px;right:-30px}.final-cta-mascot img{width:100%;height:auto;animation:2s ease-in-out infinite celebrate}@keyframes celebrate{0%,to{transform:rotate(-5deg)scale(1)}50%{transform:rotate(5deg)scale(1.05)}}.final-cta h2{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.final-cta p{font-family:var(--font-secondary);color:#fffffff2;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.6}.final-cta .btn-primary{background:var(--blanco-puro);color:var(--azul-electrico);box-shadow:0 8px 30px #00000026}.final-cta .btn-primary:hover{background:var(--gris-humo);transform:translateY(-5px);box-shadow:0 12px 40px #00000040}@media (max-width:1024px){.hero h1{font-size:3.5rem}.hero-container{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center}.hero-cta{justify-content:center}.hero-image img,.value-prop-mascot{max-width:250px}.features-grid{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:repeat(2,1fr);gap:3rem}.process-timeline:before{display:none}.final-cta-mascot{width:200px;bottom:-20px;right:-20px}}@media (max-width:768px){.hero{min-height:80vh}.hero h1{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.hero-cta{flex-direction:column}.hero-image img{max-width:220px}.value-prop-mascot{max-width:180px;margin:2rem auto}.btn-primary,.btn-secondary{text-align:center;width:100%;max-width:350px}.stats-container{grid-template-columns:1fr;gap:3rem}.features-grid{grid-template-columns:1fr}.section-title{font-size:2.2rem}.process-timeline{grid-template-columns:1fr}.testimonial-quote{font-size:1.4rem}.final-cta h2{font-size:2.2rem}.final-cta p{font-size:1.1rem}.final-cta-container{padding:3rem 2rem}.final-cta-mascot{opacity:.15;width:150px}}@media (max-width:480px){.hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.05rem}.hero-image{display:none}.value-prop-mascot{max-width:150px}.stat-number{font-size:3rem}.section-title{font-size:1.8rem}.feature-card{padding:2rem}.final-cta h2{font-size:1.8rem}.final-cta-mascot{display:none}}
