@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--red:#dc2626;--red-dark:#b91c1c;--blue:#1e40af;--blue-dark:#1e3a8a;--green:#22c55e;--green-dark:#16a34a;--dark:#111827;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-700:#374151;--white:#fff;--radius:12px;--shadow:0 4px 24px #00000014;--shadow-lg:0 12px 40px #00000026}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-200);background:#ffffffeb;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow)}.header .container{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo img{border-radius:10px;width:40px;height:40px}.logo span{color:var(--dark);font-size:1.4rem;font-weight:800}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--gray-700);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--red)}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 24px #dc262659}.btn-green{background:var(--green);color:var(--white)}.btn-green:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #22c55e59}.btn-outline{color:var(--dark);border:2px solid var(--gray-300);background:0 0}.btn-outline:hover{border-color:var(--red);color:var(--red)}.btn-white{background:var(--white);color:var(--red)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--dark);width:24px;height:2px;transition:all .3s}.hero{background:linear-gradient(135deg,#fef2f2 0%,#fff 50%,#eff6ff 100%);align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#dc26260f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-content h1{margin-bottom:8px;font-size:3.5rem;font-weight:900;line-height:1.1}.hero-content h1 .highlight{display:inline;position:relative}.hero-content h1 .highlight:after{content:"";background:var(--red);opacity:.7;border-radius:3px;width:100%;height:6px;position:absolute;bottom:4px;left:0}.hero-badge{color:var(--red);background:#dc262614;border-radius:50px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.hero-badge .dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-subtitle{color:var(--gray-500);max-width:480px;margin:20px 0 32px;font-size:1.1rem}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-stats{color:var(--gray-500);align-items:center;gap:8px;margin-top:28px;font-size:.9rem;display:flex}.hero-stats .avatars{display:flex}.hero-stats .avatars span{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;font-size:.7rem;font-weight:700;display:flex}.hero-stats .avatars span:first-child{background:var(--red);margin-left:0}.hero-stats .avatars span:nth-child(2){background:var(--blue)}.hero-stats .avatars span:nth-child(3){background:var(--green)}.hero-stats .avatars span:nth-child(4){background:#f59e0b}.hero-image{justify-content:center;display:flex;position:relative}.phone-mockup{width:300px;position:relative}.phone-frame{width:100%;box-shadow:var(--shadow-lg);border:8px solid var(--dark);background:var(--dark);border-radius:36px;overflow:hidden}.phone-frame img{border-radius:28px;width:100%}.phone-mockup .float-card{background:var(--white);box-shadow:var(--shadow-lg);border-radius:16px;padding:14px 18px;font-size:.85rem;font-weight:600;animation:3s ease-in-out infinite float;position:absolute}.float-card.card-1{top:10%;right:-60px}.float-card.card-2{bottom:20%;left:-60px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.ecosystem{text-align:center;padding:100px 0}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--red);margin-bottom:16px;font-size:.8rem;font-weight:700}.section-title{margin-bottom:16px;font-size:2.8rem;font-weight:900;line-height:1.15}.section-subtitle{color:var(--gray-500);max-width:600px;margin:0 auto 48px;font-size:1.05rem}.categories{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.category-item{flex-direction:column;align-items:center;gap:12px;transition:transform .3s;display:flex}.category-item:hover{transform:translateY(-6px)}.category-icon{background:var(--gray-100);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;transition:all .3s;display:flex}.category-item:hover .category-icon{background:var(--red);color:var(--white);box-shadow:0 8px 20px #dc262640}.category-item span{color:var(--gray-700);font-size:.9rem;font-weight:600}.features{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);color:var(--white);padding:100px 0;position:relative;overflow:hidden}.features:before{content:"";background:#ffffff0a;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.features:after{content:"";background:#ffffff08;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;left:-100px}.features .section-label{color:#ffffffb3}.features .section-title{color:var(--white)}.features .section-subtitle{color:#ffffffb3}.features-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:36px 28px;transition:all .3s}.feature-card:hover{background:#ffffff2e;transform:translateY(-6px);box-shadow:0 12px 32px #0003}.feature-icon{background:#ffffff26;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:12px;font-size:1.25rem;font-weight:700}.feature-card p{color:#ffffffbf;font-size:.95rem;line-height:1.6}.flash-deals{padding:100px 0;overflow:hidden}.flash-deals .container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.flash-left{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);color:var(--white);border-radius:24px;padding:48px;position:relative;overflow:hidden}.flash-left:before{content:"";background:#ffffff14;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.flash-left h2{margin-bottom:16px;font-size:2.5rem;font-weight:900;line-height:1.15}.flash-left p{opacity:.85;margin-bottom:28px;font-size:1rem}.flash-right{grid-template-columns:1fr 1fr;gap:20px;display:grid}.deal-card{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:16px;padding:24px;transition:all .3s;position:relative;overflow:hidden}.deal-card:hover{box-shadow:var(--shadow);border-color:var(--red);transform:translateY(-4px)}.deal-badge{background:var(--red);color:var(--white);border-radius:50px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.deal-card h4{color:var(--red);margin-bottom:4px;font-size:1.8rem;font-weight:900}.deal-card p{color:var(--gray-500);font-size:.85rem}.whatsapp-section{background:var(--gray-100);padding:100px 0}.whatsapp-section .container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.whatsapp-content .section-label{color:var(--green)}.whatsapp-content h2{margin-bottom:16px;font-size:2.5rem;font-weight:900;line-height:1.15}.whatsapp-content p{color:var(--gray-500);margin-bottom:28px;font-size:1.05rem}.whatsapp-phone{justify-content:center;display:flex}.wa-features{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.wa-features li{color:var(--gray-700);align-items:center;gap:10px;font-size:.95rem;display:flex}.wa-features li .check{width:24px;height:24px;color:var(--green);background:#22c55e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex}.early-access{background:linear-gradient(135deg, var(--red) 0%, #7c3aed 40%, var(--blue) 100%);text-align:center;color:var(--white);padding:120px 0;position:relative;overflow:hidden}.early-access:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.early-access .container{z-index:2;position:relative}.ea-sparkle{background:#fff9;border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite sparkle;position:absolute}.ea-sparkle:first-child{animation-delay:0s;top:15%;left:10%}.ea-sparkle:nth-child(2){animation-delay:.5s;top:25%;right:15%}.ea-sparkle:nth-child(3){animation-delay:1s;bottom:30%;left:20%}.ea-sparkle:nth-child(4){animation-delay:1.5s;top:40%;left:50%}.ea-sparkle:nth-child(5){animation-delay:2s;bottom:15%;right:25%}.ea-sparkle:nth-child(6){width:4px;height:4px;animation-delay:.8s;top:10%;left:60%}.ea-sparkle:nth-child(7){width:8px;height:8px;animation-delay:1.3s;bottom:25%;left:40%}.ea-sparkle:nth-child(8){animation-delay:1.8s;top:50%;right:10%}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.ea-overline{text-transform:uppercase;letter-spacing:3px;opacity:.8;margin-bottom:20px;font-size:.85rem;font-weight:700}.early-access h2{text-shadow:0 4px 20px #00000026;margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.early-access .ea-sub{opacity:.85;max-width:550px;margin:0 auto 40px;font-size:1.15rem}.ea-cta-wrap{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:36px;display:flex}.btn-ea{background:var(--white);color:var(--red);cursor:pointer;border:none;border-radius:50px;padding:18px 40px;font-family:inherit;font-size:1.1rem;font-weight:800;transition:all .3s;animation:2.5s infinite ea-pulse;box-shadow:0 8px 32px #0003}.btn-ea:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 12px 40px #0000004d}@keyframes ea-pulse{0%,to{box-shadow:0 8px 32px #0003}50%{box-shadow:0 8px 32px #0003,0 0 0 8px #ffffff26}}.ea-counter{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.ea-counter-item{text-align:center}.ea-counter-item .num{font-size:2.5rem;font-weight:900;display:block}.ea-counter-item .label{opacity:.7;font-size:.85rem}.waitlist{text-align:center;padding:100px 0}.waitlist-form{flex-direction:column;gap:16px;max-width:500px;margin:0 auto;display:flex}.waitlist-form input,.waitlist-form select{border:2px solid var(--gray-200);border-radius:50px;outline:none;width:100%;padding:16px 24px;font-family:inherit;font-size:1rem;transition:border .3s}.waitlist-form select{appearance:none;cursor:pointer;color:var(--gray-700);background-color:#fff;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 24px center;background-repeat:no-repeat;background-size:12px}.waitlist-form select:invalid{color:var(--gray-500)}.waitlist-form input:focus,.waitlist-form select:focus{border-color:var(--red)}.footer{background:var(--dark);color:var(--white);padding:60px 0 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-brand .logo{margin-bottom:16px}.footer-brand .logo span{color:var(--white)}.footer-brand p{color:var(--gray-500);max-width:280px;font-size:.9rem}.footer-col h4{color:var(--white);margin-bottom:16px;font-size:.95rem;font-weight:700}.footer-col a{color:var(--gray-500);margin-bottom:10px;font-size:.9rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.footer-bottom p{color:var(--gray-500);font-size:.85rem}.footer-socials{gap:12px;display:flex}.footer-socials a{width:40px;height:40px;color:var(--gray-500);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .3s;display:flex}.footer-socials a:hover{background:var(--red);color:var(--white)}.contact-item,.location-item{color:var(--gray-500);align-items:flex-start;gap:12px;margin-bottom:16px;font-size:.9rem;display:flex}.contact-item svg,.location-item svg{flex-shrink:0;margin-top:2px}.contact-item .emails{flex-direction:column;display:flex}.location-item strong{color:var(--white);margin-bottom:2px;display:block}.mt-3{margin-top:12px}.mt-4{margin-top:24px}.mb-3{margin-bottom:16px}.footer-links{gap:20px;display:flex}.footer-links a{color:var(--gray-500);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.fade-up{opacity:0;transition:all .7s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.mobile-nav{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow);z-index:999;padding:24px;display:none;position:fixed;top:72px;left:0;right:0}.mobile-nav.active{flex-direction:column;gap:16px;display:flex}.mobile-nav a{color:var(--gray-700);padding:8px 0;font-size:1rem;font-weight:500}@media (max-width:1024px){.hero .container{text-align:center;grid-template-columns:1fr}.hero-content h1{font-size:2.8rem}.hero-subtitle{margin:20px auto 32px}.hero-buttons,.hero-stats{justify-content:center}.hero-image{margin-top:40px}.features-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.flash-deals .container,.whatsapp-section .container{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}.hero-content h1{font-size:2.2rem}.section-title{font-size:2rem}.early-access h2{font-size:2.4rem}.flash-right{grid-template-columns:1fr}.categories,.ea-counter{gap:24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.float-card{display:none}}
