@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#7df0ff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,sans-serif;color:#f4f7ff;background-color:#03050b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,#0b1a2b,#03050b 65%);display:flex;justify-content:center}#root{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;padding:0 clamp(1rem,4vw,3rem)}.anim-outer{width:100%;display:block;padding:2rem 0}.anim-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;min-height:240px;height:auto;max-width:100%;max-height:none}@media(max-width:768px){.anim-wrapper{height:min(45vh,360px)}}.ltw-container{position:relative;width:calc(100% + 2*clamp(1rem,4vw,3rem));margin-left:calc(-1*clamp(1rem,4vw,3rem));margin-right:calc(-1*clamp(1rem,4vw,3rem));box-sizing:border-box;overflow-x:hidden}.ltw-anim{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.ltw-anim .anim-outer{padding:0;height:100%}.ltw-anim .anim-wrapper{aspect-ratio:unset;min-height:unset;height:100%}.ltw-overlay{position:relative;width:100%;display:flex;align-items:stretch;background:linear-gradient(90deg,#03050bf7,#03050beb,#03050b8c 60%,#03050b00);z-index:3}.ltw-left{width:500px;max-width:100%;box-sizing:border-box;text-align:left;padding-left:40px;position:relative;z-index:3;background:none;color:#fff}.ltw-eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:#ffffff73;margin:0 0 .5rem}.ltw-title{margin:0 0 .5rem;font-size:50px;text-align:left;color:#fff}.ltw-title-accent{color:#7df0ff}.ltw-paragraph{margin:0;color:#f4f7ffe6;line-height:1.5;text-align:left;font-size:20px}.ltw-paragraph--secondary{color:#f4f7ff99;font-size:16px}.ltw-logo{width:200px;height:220px;display:block;margin:0 auto;flex-shrink:0}.ltw-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;color:#fff;background:transparent;border-radius:6px;text-decoration:none;transition:transform .12s ease,opacity .12s ease}.ltw-icon:hover{transform:translateY(-2px);opacity:.9}@media(max-width:768px){.ltw-overlay{background:linear-gradient(180deg,#03050bf7,#03050bd9 70%,#03050b00)}.ltw-left{width:100%;padding-left:1rem;padding-right:1rem}}.app-downloads{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap;align-items:center;position:relative;overflow:visible}.app-pill{--dot-size: 8px;--dot-radius: calc(var(--dot-size) / 2);--dot-outline-offset: 1px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #ffffff;border-radius:8px;color:#fff;text-decoration:none;position:relative;overflow:visible;margin:0 8px}.app-pill svg{color:#fff}.app-pill.android svg{color:#3ddc84}.app-pill.apple svg,.app-pill.mac svg{color:#fff}.app-pill.windows svg{color:#0078d6}.app-pill.debian svg{color:#a80030}.app-pill-label{font-size:14px}@media(max-width:480px){.ltw-label{font-size:13px}}.app-header{padding:0 50px;position:sticky;top:0;z-index:100;width:100vw;margin-left:calc(50% - 50vw);transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease;background:transparent}.app-header--scrolled{background:#03050bd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px #ffffff0f}.header-inner{display:flex;align-items:center;gap:1.5rem;padding:14px 0;margin:0 auto}.header-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.header-logo{height:36px;width:33px;display:block;flex-shrink:0}.header-brand-name{font-size:1.1rem;font-weight:700;color:#f4f7ff;letter-spacing:-.01em}.header-brand-accent{color:#7df0ff}.header-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.header-nav-link{padding:6px 14px;border-radius:8px;font-size:.9rem;font-weight:500;color:#f4f7ffb3;text-decoration:none;transition:color .18s ease,background .18s ease}.header-nav-link:hover{color:#f4f7ff;background:#ffffff0f}.header-cta{display:inline-flex;align-items:center;padding:8px 20px;border-radius:999px;font-size:.88rem;font-weight:600;text-decoration:none;color:#03050b;background:#7df0ff;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap;flex-shrink:0}.header-cta:hover{background:#a8f5ff;transform:translateY(-1px);box-shadow:0 6px 20px #7df0ff59;color:#03050b}.header-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:6px;margin-left:auto}.header-hamburger span{display:block;width:22px;height:2px;background:#f4f7ff;border-radius:2px;transition:transform .25s ease,opacity .25s ease;margin:0 auto}.header-hamburger:focus{outline:none}.header-hamburger:focus-visible{box-shadow:0 0 0 4px #7df0ff1f;border-radius:8px}.header-hamburger,.header-hamburger span{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}.header-hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-mobile-menu{display:flex;flex-direction:column;gap:4px;padding:12px clamp(16px,4vw,48px) 20px;background:#03050bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.07);animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-mobile-link{padding:12px 16px;border-radius:10px;font-size:1rem;font-weight:500;color:#f4f7ffcc;text-decoration:none;transition:background .15s ease,color .15s ease}.header-mobile-link:hover{background:#ffffff0f;color:#f4f7ff}.header-cta--mobile{margin-top:8px;justify-content:center;padding:13px 20px;font-size:1rem}@media(max-width:768px){.header-nav,.header-cta:not(.header-cta--mobile){display:none}.header-hamburger{display:flex}}.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.features-section{padding:clamp(3rem,6vw,5rem) 0;scroll-margin-top:80px}.features-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.features-eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.78rem;color:#ffffff80;margin:0 0 .75rem}.features-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#f4f7ff;margin:0 0 .75rem;line-height:1.15;letter-spacing:-.02em}.features-subheading{font-size:clamp(.95rem,1.5vw,1.1rem);color:#f4f7ff8c;margin:0;max-width:48ch;margin-inline:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(1rem,2vw,1.5rem)}.feature-card{position:relative;padding:clamp(1.25rem,2.5vw,1.75rem);border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--card-accent, #7df0ff) 8%,transparent),transparent 65%);pointer-events:none}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0006,0 0 0 1px color-mix(in srgb,var(--card-accent, #7df0ff) 30%,transparent);border-color:color-mix(in srgb,var(--card-accent, #7df0ff) 25%,transparent)}.feature-card__icon{font-size:2rem;margin-bottom:1rem;display:block;line-height:1}.feature-card__title{font-size:1rem;font-weight:700;color:#f4f7ff;margin:0 0 .5rem;letter-spacing:-.01em}.feature-card__desc{font-size:.9rem;color:#f4f7ff99;margin:0;line-height:1.6}@media(max-width:480px){.features-grid{grid-template-columns:1fr}}.advantages-module{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.75rem,3vw,3rem);border-radius:32px;background:linear-gradient(125deg,#192948e6,#080c16f2);border:1px solid rgba(255,255,255,.08);box-shadow:0 35px 80px #0000008c;color:#eef5ff}.advantages-left{flex:1 1 250px;min-width:220px;display:flex;flex-direction:column;gap:.75rem;text-align:left}.eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.8rem;color:#fff9;margin:0}.headline{font-size:clamp(3rem,12vw,4.75rem);line-height:.9;margin:0}.product-name{font-size:clamp(1.5rem,3vw,2rem);margin:0;color:#8bf4ff}.description{margin:0;color:#ffffffb8;max-width:32ch}.advantages-right{flex:2 1 360px;min-width:320px;background:#060b14cc;border-radius:24px;border:1px solid rgba(255,255,255,.08);padding:clamp(1.25rem,2vw,2rem);display:flex;flex-direction:column;gap:1.5rem}.timeline{position:relative;padding-left:1.75rem}.timeline-line{position:absolute;left:14px;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(180deg,#8e74f9b3,#7df0ff1a)}.advantages-list{list-style:none;margin:0;padding:0;position:relative;height:288px;overflow:hidden}.advantage-bubble{position:absolute;left:0;right:0;height:70px;display:flex;align-items:center;gap:.9rem;padding:0 1.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#f8fbff;font-weight:500;letter-spacing:.01em;overflow:hidden;will-change:transform,opacity;transition:transform .82s cubic-bezier(.4,0,.2,1),opacity .82s ease}.bubble-indicator{width:12px;height:12px;flex-shrink:0;border-radius:50%;box-shadow:0 0 15px #fff9}.ticker-hint{margin:0;font-size:.9rem;color:#ffffff94}@media(max-width:768px){.advantages-module{padding:1.5rem}.timeline{padding-left:1.25rem}.timeline-line{left:10px}}.legal-wrapper{font-family:Arial,sans-serif;line-height:1.6;background-color:#f4f4f9;color:#000;max-width:1200px;margin:0 auto;padding:20px}.legal-header{text-align:center;margin-bottom:30px;padding:30px 20px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#444 0% 100%);box-shadow:0 4px 16px #0000001a}.legal-header h1{color:#fff;font-size:2.4em;margin-bottom:8px;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.1)}.legal-header h2{color:#fff;font-size:1.4em;font-weight:400;margin:0;letter-spacing:2px;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.08)}.legal-section{margin-bottom:30px;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 5px #0000001a}.legal-section h2{margin-top:0;border-bottom:1px solid #ddd;padding-bottom:8px}.legal-section h3{margin-top:20px}.legal-section ul,.legal-section ol{padding-left:20px}.legal-section li{margin-bottom:8px}.legal-footer{text-align:center;margin-top:30px;padding-top:15px;border-top:1px solid #ddd;font-size:.9em}.legal-form{display:flex;flex-direction:column;gap:15px}.legal-form-group{display:flex;flex-direction:column;gap:5px}.legal-form label{font-weight:700}.legal-form input,.legal-form textarea,.legal-form select{padding:10px;border:1px solid #ddd;border-radius:4px;width:100%;font-family:inherit}.legal-form input:focus,.legal-form textarea:focus,.legal-form select:focus{outline:none;border-color:#444;box-shadow:0 0 3px #0003}.legal-form button{padding:12px 20px;background-color:#444;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .3s ease;align-self:flex-start}.legal-form button:hover{background-color:#333}.legal-required:after{content:" *";color:red}.legal-alert{padding:15px;border-radius:4px;margin-top:20px}.legal-alert-success{background-color:#d4edda;border-left:4px solid #28a745;color:#155724}.legal-alert-error{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.legal-info-box{background-color:#f8f8f8;padding:15px;border-radius:4px;margin-bottom:20px;border-left:4px solid #444}@media(max-width:768px){.legal-wrapper{margin:10px;padding:10px}.legal-section{padding:15px}}.site-footer{max-width:1100px;text-align:center;color:inherit}.footer-divider{width:100%;height:1px;background:linear-gradient(90deg,rgba(0,0,0,0),currentColor,rgba(0,0,0,0));opacity:.12;margin-bottom:24px}.footer-content{background:transparent;border:none;border-radius:28px;padding:28px clamp(16px,4vw,48px);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.footer-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px}.footer-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:.95rem;letter-spacing:.01em;text-decoration:none;border:1px solid currentColor;background:transparent;color:inherit;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.footer-chip svg{flex-shrink:0}.footer-chip--whatsapp,.footer-chip--developer{background:transparent;color:inherit;box-shadow:none}.footer-chip:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.footer-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:18px}.footer-link{position:relative;padding:6px 0;color:inherit;text-decoration:none;font-weight:600}.footer-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;opacity:.12}.footer-link:hover:after{transform:scaleX(1)}.footer-legal{margin:0;font-size:.9rem;color:inherit;opacity:.85}@media(max-width:640px){.site-footer{margin-top:0}.footer-content{border-radius:20px;padding:24px}.footer-chip{width:100%}}
