.section-title{text-align:center;font-size:var(--text-3xl);margin-bottom:var(--space-xl);color:var(--neutral-800)}.features{padding:var(--space-3xl) 0;background-color:white}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.feature-card{padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background-color:white;transition:transform var(--transition-normal),box-shadow var(--transition-normal);text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:2.5rem;margin-bottom:var(--space-md)}.feature-card h3{font-size:var(--text-xl);margin-bottom:var(--space-sm);color:var(--primary-700)}.feature-card p{color:var(--neutral-600);line-height:1.6}.navi-showcase{padding:var(--space-3xl) 0;background-color:var(--neutral-50)}.navi-description{text-align:center;max-width:800px;margin:0 auto var(--space-xl);font-size:var(--text-lg);color:var(--neutral-700);line-height:1.6}.navi-images{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-xl);gap:var(--space-xl)}.navi-image{text-align:center}.navi-image img{width:100%;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.navi-image img:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.navi-image p{margin-top:var(--space-md);color:var(--neutral-700);font-weight:500}.rounded-img{border-radius:var(--radius-md);aspect-ratio:16/9;object-fit:cover}.cta-section{padding:var(--space-3xl) 0;background-color:var(--primary-800);color:white}.cta-content{max-width:700px;margin:0 auto;text-align:center}.cta-content h2{font-size:var(--text-3xl);margin-bottom:var(--space-md)}.cta-content p{font-size:var(--text-lg);margin-bottom:var(--space-xl);opacity:.9}.cta-buttons{justify-content:center;gap:var(--space-lg)}.guarantee{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.2)}.guarantee small{font-size:var(--text-sm);opacity:.8;color:white}.transformation-section{padding:var(--space-3xl) 0;background:linear-gradient(135deg,var(--neutral-50) 0,white 100%)}.transformation-content{max-width:1000px;margin:0 auto}.before-after{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-2xl);gap:var(--space-2xl);margin-top:var(--space-xl)}.after,.before{padding:var(--space-xl);border-radius:var(--radius-lg);background-color:white;box-shadow:var(--shadow-md)}.before{border-left:4px solid #ef4444}.after{border-left:4px solid #22c55e}.after h3,.before h3{font-size:var(--text-xl);margin-bottom:var(--space-md)}.before h3{color:#dc2626}.after h3{color:#16a34a}.after ul,.before ul{list-style:none;padding:0}.after li,.before li{padding:var(--space-sm) 0;color:var(--neutral-700);line-height:1.5;border-bottom:1px solid var(--neutral-100)}.after li:last-child,.before li:last-child{border-bottom:none}.urgency-section{padding:var(--space-3xl) 0;background:linear-gradient(135deg,var(--primary-600) 0,var(--primary-700) 100%);color:white;text-align:center}.urgency-content h2{font-size:var(--text-3xl);margin-bottom:var(--space-md);color:white}.urgency-content p{font-size:var(--text-lg);margin-bottom:var(--space-xl);opacity:.9;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-xl);gap:var(--space-xl);margin-top:var(--space-xl)}.stat{padding:var(--space-lg);background:rgba(255,255,255,.1);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat strong{display:block;font-size:var(--text-2xl);font-weight:700;margin-bottom:var(--space-sm);color:var(--secondary-300)}.stat span{font-size:var(--text-sm);opacity:.9}.social-proof-section{padding:var(--space-3xl) 0;background-color:white}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg);margin-top:var(--space-xl)}.testimonial{padding:var(--space-xl);border-radius:var(--radius-lg);background:var(--neutral-50);border:1px solid var(--neutral-200);position:relative}.testimonial:before{content:'"';position:absolute;top:var(--space-sm);left:var(--space-lg);font-size:3rem;color:var(--primary-300);line-height:1}.testimonial p{font-style:italic;color:var(--neutral-700);line-height:1.6;margin-bottom:var(--space-md);margin-top:var(--space-md)}.testimonial cite{font-weight:600;color:var(--primary-600);font-style:normal;font-size:var(--text-sm)}.route-highlights{margin:var(--space-lg) 0}.highlight{padding:var(--space-md);margin-bottom:var(--space-sm);background:var(--neutral-50);border-radius:var(--radius-md);border-left:3px solid var(--primary-500)}.highlight strong{color:var(--primary-700)}.fuerte-bulnes-grid{margin-top:var(--space-xl);display:grid;grid-template-columns:2fr 1fr;grid-gap:var(--space-xl);gap:var(--space-xl)}.costanera-360-view{padding:var(--space-lg);background:white;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.costanera-360-view h3{color:var(--primary-700);margin-bottom:var(--space-sm);font-size:var(--text-lg)}.costanera-360-view p{color:var(--neutral-600);margin-bottom:var(--space-md);font-size:var(--text-sm)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.testimonial-card{padding:var(--space-xl);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background-color:white}.testimonial-rating{color:var(--secondary-500);font-size:var(--text-lg);margin-bottom:var(--space-md)}.testimonial-text{font-size:var(--text-md);line-height:1.7;color:var(--neutral-700);font-style:italic;margin-bottom:var(--space-md)}.testimonial-author{font-weight:600;color:var(--neutral-800)}.route-map-section{padding:var(--space-3xl) 0;background-color:var(--neutral-50)}.route-map-container{display:flex;flex-direction:column;gap:var(--space-xl)}.route-map-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:center}.route-map-info h2{font-size:var(--text-2xl);color:var(--primary-700);margin-bottom:var(--space-md)}.route-map-info p{color:var(--neutral-700);line-height:1.6;margin-bottom:var(--space-md)}.route-map-info ul{margin:var(--space-md) 0;padding-left:var(--space-lg)}.route-map-info li{margin-bottom:var(--space-sm);color:var(--neutral-700)}.route-map-wrapper{position:relative;height:400px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg)}.route-photos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-xl)}.route-photo{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);height:200px}.route-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.route-photo:hover img{transform:scale(1.05)}.route-cta{display:inline-block;background-color:var(--primary-600);color:white;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);text-decoration:none;font-weight:600;margin-top:var(--space-md);transition:background-color .3s ease}.route-cta:hover{background-color:var(--primary-700)}@media (max-width:992px){.features-grid,.navi-images,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.route-map-content{grid-template-columns:1fr}.route-map-wrapper{order:-1;margin-bottom:var(--space-lg)}.route-photos{grid-template-columns:repeat(2,1fr)}.before-after{grid-template-columns:1fr;gap:var(--space-lg)}.stats,.testimonials{grid-template-columns:repeat(2,1fr)}.fuerte-bulnes-grid{grid-template-columns:1fr}}@media (max-width:768px){.cta-content h2,.section-title{font-size:var(--text-2xl)}.cta-buttons{flex-direction:column;align-items:center}.urgency-content h2{font-size:var(--text-2xl)}.urgency-content p{font-size:var(--text-md)}.stats{gap:var(--space-md)}.stats,.testimonials{grid-template-columns:1fr}.transformation-section{padding:var(--space-2xl) 0}.after,.before{padding:var(--space-lg)}}@media (max-width:576px){.features-grid,.navi-images,.route-photos,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{gap:var(--space-md)}.social-proof-section,.urgency-section{padding:var(--space-2xl) 0}.testimonial{padding:var(--space-lg)}.stat{padding:var(--space-md)}.stat strong{font-size:var(--text-xl)}}.animated-landing{width:100vw;height:100vh;overflow:hidden;position:relative;background:#000;color:white}.progress-bar{position:fixed;top:0;left:0;width:100%;height:4px;background:rgba(255,255,255,.2);z-index:1000}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .5s ease}.sequence,.sequence-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sequence{text-align:center;padding:2rem;animation:slideIn .8s ease-out;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-sequence{background:linear-gradient(135deg,#1e293b,#334155);position:relative}.hero-sequence .background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-sequence .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.4));z-index:2}.hero-sequence .content{position:relative;z-index:3;max-width:900px}.hero-sequence .main-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;margin-bottom:1rem;animation:fadeInUp 1s ease-out .5s both;background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sequence .subtitle{font-size:clamp(1.5rem,4vw,3rem);font-weight:600;margin-bottom:2rem;animation:fadeInUp 1s ease-out .8s both;color:#3b82f6}.hero-sequence .description{font-size:clamp(1.2rem,2.5vw,1.5rem);animation:fadeInUp 1s ease-out 1.1s both;color:#e2e8f0}.problem-sequence{background:linear-gradient(135deg,#dc2626,#991b1b);flex-direction:column}.problem-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.problem-sequence .description{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:3rem;max-width:800px;animation:fadeInUp .8s ease-out .3s both}.problem-sequence .feature-list{list-style:none;padding:0;max-width:600px}.problem-sequence .feature-item{font-size:clamp(1rem,2.5vw,1.3rem);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2);animation:fadeInUp .6s ease-out both}.solution-sequence{background:linear-gradient(135deg,#059669,#047857);flex-direction:column;gap:3rem}.solution-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;animation:fadeInUp .8s ease-out}.solution-sequence .subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#a7f3d0;margin-bottom:2rem;animation:fadeInUp .8s ease-out .3s both}.solution-sequence .description{font-size:clamp(1.1rem,2.5vw,1.4rem);max-width:800px;animation:fadeInUp .8s ease-out .6s both}.solution-sequence .image-container{animation:scaleIn 1s ease-out .9s both}.gopro-sequence{background:linear-gradient(135deg,#7c3aed,#5b21b6);flex-direction:column;position:relative}.gopro-sequence.highlight{animation:pulse 2s ease-in-out infinite}.gopro-sequence:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0,transparent 70%);pointer-events:none}.gopro-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:white;padding:.8rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;margin-bottom:2rem;animation:scaleIn .8s ease-out;display:inline-block}.gopro-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1rem;animation:fadeInUp .8s ease-out .3s both}.gopro-sequence .subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#c4b5fd;margin-bottom:2rem;animation:fadeInUp .8s ease-out .6s both}.gopro-sequence .description{font-size:clamp(1.1rem,2.5vw,1.4rem);max-width:800px;margin-bottom:3rem;animation:fadeInUp .8s ease-out .9s both}.video-container{width:80%;max-width:800px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.3);animation:scaleIn 1s ease-out 1.2s both}.video-container iframe{width:100%;height:100%;border:none}.feature-sequence{background:linear-gradient(135deg,#1e40af,#1e3a8a);flex-direction:column}.feature-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.feature-sequence .feature-list{list-style:none;padding:0;max-width:900px}.feature-sequence .feature-item{font-size:clamp(1.2rem,3vw,1.6rem);padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.2);animation:fadeInUp .6s ease-out both;font-weight:500}.feature-sequence .feature-item:last-child{border-bottom:none}.stats-sequence{background:linear-gradient(135deg,#0f172a,#1e293b);flex-direction:column}.stats-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;width:100%;max-width:1000px}.stat-item{text-align:center;animation:scaleIn .8s ease-out both}.stat-value{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#3b82f6;margin-bottom:1rem}.stat-label{font-size:clamp(1rem,2vw,1.2rem);color:#e2e8f0;line-height:1.4}.cta-sequence{background:linear-gradient(135deg,#059669,#047857);flex-direction:column}.cta-sequence .title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.cta-sequence .subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#fbbf24;margin-bottom:2rem;animation:fadeInUp .8s ease-out .3s both}.cta-sequence .description{font-size:clamp(1.1rem,2.5vw,1.4rem);max-width:800px;margin-bottom:3rem;animation:fadeInUp .8s ease-out .6s both}.cta-buttons{display:flex;gap:2rem;margin-bottom:2rem;animation:fadeInUp .8s ease-out .9s both}.cta-buttons .btn{padding:1.2rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;border:2px solid transparent}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(59,130,246,.4)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#047857;transform:translateY(-2px)}.guarantee{font-size:1rem;color:#a7f3d0;animation:fadeInUp .8s ease-out 1.2s both}.controls{position:fixed;top:2rem;right:2rem;z-index:1000;opacity:0;transition:opacity .3s ease}.controls.visible{opacity:1}.restart-btn,.skip-btn{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);color:white;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.restart-btn:hover,.skip-btn:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.sequence-indicators{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.8rem;z-index:1000}.indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);transition:all .3s ease}.indicator.active{background:#3b82f6;transform:scale(1.2)}.indicator.completed{background:#22c55e}@media (max-width:768px){.sequence{padding:1rem}.cta-buttons{flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.video-container{width:95%}.controls{top:1rem;right:1rem}.sequence-indicators{bottom:1rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.gopro-badge{padding:.6rem 1.5rem;font-size:.9rem}}