:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-gradient:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--secondary-color:#f8fafc;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--purple-color:#8b5cf6;--pink-color:#ec4899;--emerald-color:#10b981;--orange-color:#f97316;--text-color:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--background:#ffffff;--surface:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--max-width:1200px;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.hero{padding:8rem 2rem 6rem;background:#fff}.hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero__beta-announcement{display:inline-flex;align-items:center;gap:.75rem;background:rgba(37,99,235,8%);border:1px solid rgba(37,99,235,.2);border-radius:50px;padding:.5rem 1rem .5rem .5rem;margin-bottom:1.5rem;font-size:.9rem;color:#1f2937;animation:fadeInUp .6s ease-out}.hero__beta-announcement .beta-pill{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.hero__content h1,.hero .gradient-title{background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem}.hero__image{position:relative}.hero__image-container{position:relative;border-radius:2rem;overflow:visible;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__image img{width:100%;height:auto;display:block;border-radius:2rem}.hero__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__stats{display:flex;gap:2rem;margin-top:2rem;justify-content:space-between}@media(max-width:768px){.hero{padding:8rem 1rem 4rem}.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__content h1{font-size:2.5rem}.hero__cta{gap:1rem;justify-content:center}.hero__cta .button{flex:1;font-size:.9rem;padding:1rem;min-height:3rem}.hero__stats{gap:.5rem;justify-content:center;margin-top:2.5rem}.hero__image-container{border-radius:1.5rem}.hero__image-container img{border-radius:1.5rem}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero__stats{margin-top:2rem;gap:.25rem}}.hero--about{background:#fff;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero--about .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.hero--about .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero--about h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero--about h1{font-size:2.5rem}}.hero--about .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.hero--about .hero__stats{display:flex;gap:2rem;margin-top:2rem}@media(max-width:768px){.hero--about .hero__stats{justify-content:center}}@media(max-width:480px){.hero--about .hero__stats{flex-direction:column;gap:1rem}}.about-visual{display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:flex-start;padding:2rem 0}.about-visual .about-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-width:280px;max-width:320px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.about-visual .about-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.about-visual .about-card--mission{border-left:4px solid #2563eb;animation-delay:.2s}.about-visual .about-card--vision{border-left:4px solid #8b5cf6;animation-delay:.4s}.about-visual .about-card__icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-visual .about-card__icon svg{width:20px;height:20px;color:#fff}.about-visual .about-card__content{display:flex;flex-direction:column}.about-visual .about-card__label{font-size:.875rem;color:#6b7280;font-weight:500}.about-visual .about-card__value{font-size:1rem;font-weight:600;color:#1f2937}.mission-section{padding:8rem 2rem;background:#f8fafc}.mission-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:768px){.mission-section__container{grid-template-columns:1fr;gap:4rem}.mission-section__container .mission-section__visual{order:2}.mission-section__container .mission-section__content{order:1}}@media(min-width:1200px){.mission-section__container{grid-template-columns:.8fr 1.2fr;gap:8rem}}.mission-section__content .gradient-title{margin-bottom:1.5rem}.mission-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.mission-section__visual{display:flex;justify-content:center;align-items:center}.mission-features{display:grid;grid-template-columns:1fr;gap:2rem}.mission-feature{display:flex;align-items:flex-start;gap:1rem}.mission-feature__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mission-feature__icon svg{width:24px;height:24px;color:#fff}.mission-feature__content{flex:1}.mission-feature h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.mission-feature p{color:#6b7280;line-height:1.6;margin:0}.mission-showcase{display:flex;justify-content:center;align-items:center}.tech-stack{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 12px 48px rgba(0,0,0,.12);border:1px solid #e2e8f0;position:relative;overflow:hidden;max-width:400px;opacity:0;transform:translateX(-50px);transition:all .8s ease-out}.tech-stack.animate{opacity:1;transform:translateX(0);transition-delay:.2s}.tech-stack::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);opacity:.02;z-index:0}.tech-stack__header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.tech-stack__header h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.tech-stack__header p{font-size:.9rem;color:#6b7280;margin:0}.tech-items{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.tech-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,8%);box-shadow:0 2px 8px rgba(0,0,0,4%);transition:all .6s ease-out;position:relative;opacity:0;transform:translateY(20px)}.tech-stack.animate .tech-item{opacity:1;transform:translateY(0)}.tech-stack.animate .tech-item:nth-child(1){transition-delay:.4s}.tech-stack.animate .tech-item:nth-child(2){transition-delay:.6s}.tech-stack.animate .tech-item:nth-child(3){transition-delay:.8s}.tech-item:hover{transform:translateY(-3px)translateX(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(99,102,241,.2)}.tech-item--mexico .tech-flag{background:linear-gradient(135deg,#059669,#10b981)}.tech-item--chile .tech-flag{background:linear-gradient(135deg,#dc2626,#f59e0b)}.tech-item--brazil .tech-flag{background:linear-gradient(135deg,#0ea5e9,#8b5cf6)}.tech-item .tech-flag{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.tech-item .tech-method{font-weight:600;color:#1f2937;font-size:1rem}.team-section{padding:8rem 2rem;background:#fff}.team-section__container{max-width:1200px;margin:0 auto;text-align:center}.team-section .gradient-title{margin-bottom:1.5rem}.team-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.team-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.value-card .value-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-card .value-icon svg{width:28px;height:28px;color:#fff}.value-card h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.story-section{padding:8rem 2rem;background:#f8fafc}.story-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:768px){.story-section__container{grid-template-columns:1fr;gap:4rem}}.story-section .gradient-title{margin-bottom:2rem}.story-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.story-section__visual{display:flex;justify-content:center;align-items:center}.story-content{font-size:1.125rem;line-height:1.8;color:#1f2937}.story-content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1rem}.story-content h2::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}.story-content h3{font-size:1.75rem;font-weight:600;color:#2563eb;margin:2.5rem 0 1rem;line-height:1.3}.story-content p{margin-bottom:1.5rem}.story-content ul{margin:1.5rem 0;padding-left:2rem}.story-content ul li{margin-bottom:.75rem;line-height:1.7}.story-content ul li::marker{color:#2563eb}.story-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.story-content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.story-features{display:grid;grid-template-columns:1fr;gap:2rem}.story-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.story-feature:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.story-feature__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.story-feature__icon svg{width:24px;height:24px;color:#fff}.story-feature h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.story-feature p{color:#6b7280;line-height:1.6;margin:0}.story-showcase{display:flex;justify-content:center;align-items:center;position:relative}.story-visual{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;text-align:center;max-width:400px;position:relative}.story-visual .story-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.story-visual .story-icon svg{width:40px;height:40px;color:#fff}.story-visual h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.story-visual p{color:#6b7280;line-height:1.6;margin:0}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.about-visual{padding:1rem 0;gap:1.5rem}.about-visual .about-card{min-width:260px;max-width:300px}.mission-section{padding:6rem 1rem}.team-section{padding:6rem 1rem}.story-section{padding:6rem 1rem}.team-values{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem 1.5rem}}@media(max-width:480px){.hero--about{padding:6rem 1rem 4rem}.mission-section{padding:4rem 1rem}.team-section{padding:4rem 1rem}.story-section{padding:4rem 1rem}.tech-stack{padding:1.5rem}.tech-item{padding:.75rem;gap:.75rem}}.roadmap-visual{display:flex;flex-direction:column;align-items:center;max-width:500px;margin:0 auto}.roadmap-container{width:100%;position:relative}.roadmap-timeline{position:relative;display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.timeline-line{position:absolute;left:2rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2563eb,#06b6d4);border-radius:1px;opacity:.3}@media(max-width:768px){.timeline-line{left:1.5rem}}.roadmap-phase{position:relative;display:flex;align-items:flex-start;gap:1.5rem;padding-left:.5rem}@media(max-width:768px){.roadmap-phase{gap:1rem;padding-left:.25rem}}.phase-marker{position:relative;z-index:2;flex-shrink:0}.phase-marker .phase-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;position:relative}@media(max-width:768px){.phase-marker .phase-icon{width:40px;height:40px}}.phase-marker .phase-icon svg{width:20px;height:20px;color:#fff;position:relative;z-index:1}@media(max-width:768px){.phase-marker .phase-icon svg{width:18px;height:18px}}.phase-content{flex:1;padding-bottom:.5rem}.phase-content .phase-period{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.phase-content h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.3}@media(max-width:768px){.phase-content h4{font-size:1.125rem}}.phase-content p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:768px){.phase-content p{font-size:.875rem}}.roadmap-phase--completed .phase-icon{background:linear-gradient(135deg,#10b981,#059669)}.roadmap-phase--completed .phase-content h4{color:#059669}.roadmap-phase--current .phase-icon{background:linear-gradient(135deg,#2563eb,#8b5cf6);overflow:visible}.roadmap-phase--current .phase-icon::after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:rgba(99,102,241,.7);animation:pulse 2s infinite;z-index:0;transform:translate(-50%,-50%);pointer-events:none}.roadmap-phase--current .phase-icon svg{position:relative;z-index:1}.roadmap-phase--current .phase-content h4{color:#2563eb}.roadmap-phase--upcoming .phase-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.roadmap-phase--upcoming .phase-content h4{color:#0891b2}.roadmap-phase--future .phase-icon{background:linear-gradient(135deg,#6b7280,#4b5563);opacity:.8}.roadmap-phase--future .phase-content{opacity:.8}.roadmap-phase--future .phase-content h4{color:#4b5563}@keyframes pulse{0%,100%{transform:translate(-50%,-50%)scale(1);opacity:.7}50%{transform:translate(-50%,-50%)scale(1.6);opacity:.1}}