.landing-page{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-soft:#eff6ff;--blue-glow:#2563eb40;--indigo:#6366f1;--green:#16a34a;--green-soft:#f0fdf4;--amber:#d97706;--red:#dc2626;--red-soft:#fef2f2;--dark-bg:#080d19;--dark-surface:#ffffff09;--dark-border:#ffffff14;--dark-text:#e2e8f0;--dark-text-secondary:#94a3b8;--bg:#f8fafc;--surface:#fff;--surface-glass:#ffffffb8;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0cc;--border-strong:#cbd5e1;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0f172a06, 0 4px 14px #0f172a06;--shadow-md:0 4px 12px #0f172a09, 0 8px 26px #0f172a0b;--shadow-lg:0 8px 22px #0f172a0b, 0 18px 48px #0f172a0f;--shadow-xl:0 12px 32px #0f172a0e, 0 28px 64px #0f172a13;--shadow-blue:0 8px 22px #2563eb24, 0 16px 42px #2563eb17;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--max-w:1200px;--gutter:14px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.16, 1, .3, 1)}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.landing-page{font-family:var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-optical-sizing:auto;line-height:1.6;overflow-x:hidden}.landing-page:after{content:"";z-index:9999;pointer-events:none;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :before,.landing-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.landing-page .reveal{opacity:1!important;transition-delay:0s!important;transform:none!important}html{scroll-behavior:auto}}.landing-page ::selection{color:var(--text);background:#2563eb26}.landing-page a{color:inherit;text-decoration:none}.landing-page img{max-width:100%;display:block}.landing-page button,.landing-page a{-webkit-tap-highlight-color:transparent}.landing-page a:focus-visible,.landing-page button:focus-visible,.landing-page summary:focus-visible{outline:3px solid var(--blue-glow);outline-offset:3px;border-radius:12px}.landing-page .container{width:min(var(--max-w), calc(100% - var(--gutter) * 2));margin:0 auto}.landing-page .section{padding:80px 0;position:relative}.landing-page .reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);animation:.4s ease-out 2.5s forwards reveal-failsafe;transform:translateY(32px)}.landing-page.observer-ready .reveal{animation:none}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}@keyframes reveal-failsafe{to{opacity:1;transform:none}}.landing-page .hero .reveal{opacity:1;transform:none}.landing-page .reveal-delay-1{transition-delay:.1s}.landing-page .reveal-delay-2{transition-delay:.2s}.landing-page .reveal-delay-3{transition-delay:.3s}.landing-page .reveal-delay-4{transition-delay:.4s}.landing-page .reveal-delay-5{transition-delay:.5s}.landing-page .eyebrow{border-radius:var(--radius-full);background:var(--blue-soft);color:var(--blue);letter-spacing:.04em;text-transform:uppercase;border:1px solid #2563eb1f;align-items:center;gap:8px;padding:7px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.landing-page .section-head{max-width:720px;margin-bottom:64px}.landing-page .section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.landing-page .section-title{letter-spacing:-.04em;color:var(--text);margin:16px 0 14px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.06}.landing-page .section-subtitle{max-width:600px;color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.7}.landing-page .section-head.centered .section-subtitle{margin-left:auto;margin-right:auto}.landing-page .btn{border-radius:var(--radius-full);white-space:nowrap;cursor:pointer;width:100%;transition:all var(--transition);border:none;justify-content:center;align-items:center;gap:10px;padding:15px 28px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.landing-page .btn-primary{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}.landing-page .btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 10px 26px #2563eb38,0 18px 42px #2563eb1c}.landing-page .btn-primary:active{box-shadow:var(--shadow-blue);transition-duration:.1s;transform:translateY(0)}.landing-page .btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);box-shadow:var(--shadow-xs)}.landing-page .btn-secondary:hover{background:var(--blue-soft);border-color:#2563eb33;transform:translateY(-2px)}.landing-page .btn-secondary:active{transition-duration:.1s;transform:translateY(0)}@keyframes float-slow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@keyframes float-medium{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(-4deg)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.landing-page .nav{z-index:100;transition:transform .4s;position:fixed;top:14px;left:0;right:0;transform:translateZ(0)}.landing-page .nav.scrolled{background:0 0}.landing-page .nav.scrolled .nav-inner{background:#ffffffe6;border-color:#cbd5e1b8;box-shadow:0 14px 38px #0f172a1c}.landing-page .nav.scrolled .nav-links a{color:var(--text-secondary)}.landing-page .nav.scrolled .nav-links a:hover{color:var(--blue)}.landing-page .nav.scrolled .nav-links a:after{background:var(--blue)}.landing-page .nav.scrolled .nav-signin,.landing-page .nav.scrolled .menu-toggle svg{color:var(--blue)}.landing-page .nav-inner{background:#080d19b8;border:1px solid #ffffff1c;border-radius:22px;justify-content:flex-start;align-items:center;gap:14px;min-height:62px;padding:8px 10px 8px 20px;transition:background-color .35s,border-color .35s,box-shadow .35s;display:flex;box-shadow:0 14px 38px #02061738}.landing-page .brand{color:var(--blue);align-items:center;transition:color .4s;display:inline-flex}.landing-page .nav .brand{box-shadow:none;background:0 0;border:0;flex-shrink:0;padding:8px 4px}.landing-page .brand-wordmark{letter-spacing:-.06em;font-size:1.55rem;font-weight:900;line-height:1}.landing-page .brand-mark{border-radius:10px;flex-shrink:0;width:38px;height:38px;overflow:hidden}.landing-page .brand-mark img{object-fit:contain;width:100%;height:100%}.landing-page .nav-links{align-items:center;gap:6px;margin-left:auto;display:none}.landing-page .nav-links a{color:#ffffffc7;border-radius:var(--radius-full);padding:9px 12px;font-size:.88rem;font-weight:600;transition:color .3s,background-color .3s;position:relative}.landing-page .nav-links a:hover{color:#fff;background:#ffffff14}.landing-page .nav.scrolled .nav-links a:hover{background:var(--blue-soft)}.landing-page .nav-cta{align-items:center;gap:8px;display:none}.landing-page .nav-cta .btn{box-shadow:none;padding:10px 17px;font-size:.86rem}.landing-page .nav-signin{color:#ffffffe6;border-radius:var(--radius-full);white-space:nowrap;transition:color var(--transition), background-color var(--transition);padding:9px 11px;font-size:.86rem;font-weight:700}.landing-page .nav-signin:hover{color:#fff;background:#ffffff14}.landing-page .nav.scrolled .nav-signin:hover{background:var(--blue-soft)}.landing-page .language-switcher{position:relative}.landing-page .language-switcher summary{border:1px solid var(--border-strong);border-radius:var(--radius-full);min-height:38px;color:var(--text-muted);letter-spacing:.04em;cursor:pointer;transition:color var(--transition), background var(--transition), border-color var(--transition);justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.72rem;font-weight:800;list-style:none;display:inline-flex}.landing-page .language-switcher summary::-webkit-details-marker{display:none}.landing-page .language-switcher summary>svg{width:16px;height:16px}.landing-page .language-switcher .language-switcher-chevron{width:12px;height:12px;transition:transform var(--transition)}.landing-page .language-switcher[open] .language-switcher-chevron{transform:rotate(180deg)}.landing-page .language-switcher>nav{border:1px solid var(--border);min-width:164px;box-shadow:var(--shadow-md);background:#fff;border-radius:14px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.landing-page .language-switcher>nav a{color:var(--text-secondary);border-radius:9px;justify-content:space-between;align-items:center;gap:18px;padding:9px 10px;font-size:.82rem;font-weight:650;display:flex}.landing-page .language-switcher>nav a:hover{color:var(--blue-dark);background:var(--blue-soft)}.landing-page .language-switcher>nav a[aria-current=page]{color:var(--blue);background:var(--blue-soft)}.landing-page .language-switcher>nav a span:last-child{color:var(--text-muted);font-size:.68rem;font-weight:800}.landing-page .language-switcher:not([open])>nav{display:none}.landing-page .language-switcher[open]{z-index:5}.landing-page .language-switcher summary:hover{color:var(--blue-dark);background:var(--blue-soft)}.landing-page .language-switcher--header{display:none}.landing-page .language-switcher--header summary{color:#ffffffd1;border-color:#ffffff38}.landing-page .language-switcher--header summary:hover{color:#fff;background:#ffffff1f}.landing-page .nav.scrolled .language-switcher--header summary{color:var(--text-muted);border-color:var(--border-strong)}.landing-page .nav.scrolled .language-switcher--header summary:hover{color:var(--blue-dark);background:var(--blue-soft)}.landing-page .language-switcher--footer>nav{top:auto;bottom:calc(100% + 8px)}.landing-page .menu-toggle{cursor:pointer;background:0 0;border:0;margin-left:auto;padding:8px;display:inline-flex}.landing-page .menu-toggle svg{color:#fff;width:24px;height:24px;transition:color .4s}.landing-page.mobile-menu-open .nav-inner{border-color:var(--border);box-shadow:var(--shadow-md);background:#fffffff5}.landing-page.mobile-menu-open .brand{color:var(--blue)}.landing-page.mobile-menu-open .menu-toggle svg{color:var(--text)}.landing-page .mobile-menu{top:72px;left:var(--gutter);right:var(--gutter);overscroll-behavior:contain;border:1px solid var(--border);border-radius:var(--radius-lg);z-index:120;visibility:hidden;opacity:0;transform-origin:top;background:#fffffff5;max-width:420px;max-height:calc(100dvh - 100px);margin-left:auto;transition:opacity .22s,transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;position:fixed;overflow-y:auto;transform:translateY(-10px)scale(.985);box-shadow:0 24px 60px #0f172a2e}.landing-page .mobile-menu.open{visibility:visible;opacity:1;transform:translateY(0)scale(1)}.landing-page .mobile-menu .container{gap:2px;width:100%;padding:12px;display:grid}.landing-page .mobile-menu-group{letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted,#64748b);padding:10px 10px 4px;font-size:.68rem;font-weight:700}.landing-page .mobile-menu-group+.mobile-menu-group{margin-top:6px}.landing-page .mobile-menu hr{border:0;border-top:1px solid var(--border);margin:8px 10px}.landing-page .mobile-menu a{min-height:48px;color:var(--text-secondary);transition:background var(--transition), color var(--transition);border-radius:14px;align-items:center;gap:12px;padding:8px 10px;font-size:.95rem;font-weight:600;display:flex}.landing-page .mobile-menu a:hover,.landing-page .mobile-menu a:focus-visible{background:var(--blue-soft);color:var(--blue-dark)}.landing-page .mobile-menu a:active{background:var(--blue-soft)}.landing-page .mobile-menu-icon{background:var(--blue-soft);width:34px;height:34px;color:var(--blue);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.landing-page .mobile-menu .language-switcher--mobile{width:fit-content;margin:2px 0 2px 10px;display:block}.landing-page .mobile-menu .language-switcher--mobile>nav{left:0;right:auto}.landing-page .mobile-menu .mobile-download-cta{color:#fff;border-radius:var(--radius-full);width:100%;box-shadow:var(--shadow-blue);justify-content:center;margin-top:10px;padding:14px 18px;display:inline-flex}.landing-page .mobile-menu .mobile-download-cta:hover{background:var(--blue-dark);color:#fff}.landing-page .hero{background:var(--dark-bg);color:var(--dark-text);padding:110px 0 70px;position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#2563eb38 0%,#0000 70%),radial-gradient(50% 50% at 85%,#6366f11f 0%,#0000 70%),radial-gradient(40% 40% at 15% 80%,#2563eb14 0%,#0000 70%);position:absolute;inset:0}.landing-page .hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff0f,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.landing-page .hero .btn-secondary{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.landing-page .hero .btn-secondary:hover{background:#ffffff1f;border-color:#fff3}.landing-page .hero-grid{z-index:1;grid-template-columns:1fr;align-items:center;gap:40px;display:grid;position:relative}.landing-page .hero-copy h1{letter-spacing:-.045em;color:#fff;max-width:14ch;margin:20px 0 24px;font-size:clamp(3rem,6.5vw,4.8rem);font-weight:900;line-height:1}.landing-page .hero-copy h1 .hero-accent{background:linear-gradient(135deg,#60a5fa,#a78bfa,#60a5fa) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradient-shift}.landing-page .hero-copy>p{color:#ffffff8c;max-width:520px;margin:0 0 36px;font-size:1.15rem;line-height:1.75}.landing-page .hero-availability{color:#ffffffc7;margin-bottom:12px;font-size:.9rem;font-weight:700}.landing-page .hero-actions{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px;display:flex}.landing-page .hero-store-buttons{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.landing-page .hero-web-option{color:#ffffff94;flex-wrap:wrap;align-items:center;gap:7px;font-size:.9rem;display:flex}.landing-page .hero-web-link,.landing-page .hero-demo-link{width:fit-content;transition:color var(--transition), transform var(--transition);align-items:center;gap:6px;font-weight:700;display:inline-flex}.landing-page .hero-web-link{color:#93c5fd}.landing-page .hero-web-link:hover{color:#fff;transform:translate(2px)}.landing-page .hero-demo-link{color:#ffffffb8;font-size:.9rem}.landing-page .hero-demo-link:hover{color:#fff;transform:translateY(2px)}.landing-page .hero-visual{flex-direction:column;justify-content:center;align-items:center;gap:24px;margin-top:20px;display:flex;position:relative}.landing-page .hero-visual:before{content:"";z-index:0;background:radial-gradient(circle,#2563eb33 0%,#0000 70%);border-radius:50%;width:480px;height:480px;animation:4s infinite pulse-glow;position:absolute}.landing-page .phone-wrapper{z-index:1;position:relative}.landing-page .phone-wrapper.primary{animation:6s ease-in-out infinite float-slow}.landing-page .phone-wrapper.secondary{margin-top:30px;animation:5s ease-in-out -1.5s infinite float-medium}.landing-page .phone{background:linear-gradient(145deg,#1a1a2e,#0f0f1a);border-radius:36px;width:100%;max-width:280px;padding:8px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #ffffff0f,0 0 0 .5px #0000004d,0 0 80px #2563eb1f}.landing-page .phone:before{content:"";z-index:5;background:#0f0f1a;border-radius:0 0 16px 16px;width:120px;height:26px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-page .phone.secondary-phone{max-width:220px}.landing-page .phone-screen{border-radius:var(--radius-lg);background:#000;overflow:hidden}.landing-page .phone-screen img{border-radius:28px;width:100%;height:auto;display:block}.landing-page .phone-label{text-align:center;color:#ffffff59;letter-spacing:.01em;margin-top:16px;font-size:.82rem;font-weight:700}.landing-page .why-section{background:radial-gradient(circle at 84% 14%,#6366f117,#0000 30%),linear-gradient(#f8fbff 0%,#eef4ff 100%);border-bottom:1px solid #2563eb14}.landing-page .why-grid{grid-template-columns:1fr;align-items:stretch;gap:18px;display:grid}.landing-page .why-card{border-radius:var(--radius-lg);transition:all var(--transition-spring);padding:clamp(26px,3.2vw,36px);position:relative;overflow:hidden}.landing-page .why-card:hover{transform:translateY(-2px)}.landing-page .why-card.problem{color:#e2e8f0;box-shadow:var(--shadow-md), inset 0 1px 0 #ffffff0a;background:radial-gradient(circle at 92% 8%,#2563eb2e,#0000 32%),linear-gradient(145deg,#07101f 0%,#13223b 100%);border:1px solid #94a3b829}.landing-page .why-card.problem:hover{box-shadow:var(--shadow-lg), inset 0 1px 0 #ffffff0a}.landing-page .why-card.problem:before{content:"";background:linear-gradient(90deg,#f87171d9,#2563ebb8);height:3px;position:absolute;top:0;left:0;right:0}.landing-page .why-card.problem h3{color:#f1f5f9}.landing-page .why-card.solution{box-shadow:0 0 0 3px #2563eb0a, var(--shadow-md);background:#fffffff0;border:1px solid #2563eb2e;order:-1}.landing-page .why-card.solution:hover{box-shadow:0 0 0 3px #2563eb11, var(--shadow-lg)}.landing-page .why-card.solution:before{content:"";background:linear-gradient(90deg, var(--blue), var(--blue-dark));height:3px;position:absolute;top:0;left:0;right:0}.landing-page .why-card-label{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.landing-page .why-card.problem .why-card-label{color:#fca5a5;background:#dc262626}.landing-page .why-card.solution .why-card-label{background:var(--blue-soft);color:var(--blue)}.landing-page .why-card-label svg{width:14px;height:14px}.landing-page .why-card h3{letter-spacing:-.02em;margin-bottom:12px;font-size:1.25rem;font-weight:800}.landing-page .why-card>p{margin-bottom:18px;font-size:.95rem;line-height:1.62}.landing-page .why-card.problem>p{color:#94a3b8}.landing-page .why-card.solution>p{color:var(--text-secondary)}.landing-page .why-list{gap:11px;list-style:none;display:grid}.landing-page .why-list li{align-items:flex-start;gap:12px;font-size:.92rem;font-weight:600;display:flex}.landing-page .why-card.problem .why-list li{color:#cbd5e1}.landing-page .why-card.solution .why-list li{color:var(--text-secondary)}.landing-page .why-list svg{flex-shrink:0;width:18px;height:18px;margin-top:3px}.landing-page .why-card.problem .why-list svg{color:#f87171}.landing-page .why-card.solution .why-list svg{color:var(--green)}.landing-page #funciones{background:var(--dark-bg);position:relative}.landing-page #funciones:before{content:"";pointer-events:none;background:radial-gradient(50% 50% at 25% 20%,#2563eb14 0%,#0000 70%),radial-gradient(40% 40% at 75% 80%,#6366f10f 0%,#0000 70%);position:absolute;inset:0}.landing-page #funciones:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff0f,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.landing-page #funciones .container{z-index:1;position:relative}.landing-page #funciones .section-title{color:#fff}.landing-page #funciones .section-subtitle{color:var(--dark-text-secondary)}.landing-page .bento-grid{grid-template-columns:1fr;gap:16px;margin:0;padding:0;display:grid}.landing-page .bento-item{border-radius:var(--radius-lg);background:var(--dark-surface);border:1px solid var(--dark-border);border-top:2px solid #2563eb66;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1)}.landing-page .bento-item:first-child,.landing-page .bento-item:nth-child(4),.landing-page .bento-item:nth-child(5){grid-column:auto}.landing-page .bento-item:nth-child(2){border-top-color:#d9770666}.landing-page .bento-item:nth-child(3){border-top-color:#16a34a66}.landing-page .bento-item:nth-child(4){border-top-color:#6366f166}.landing-page .bento-item:nth-child(5){border-top-color:#8b5cf666}.landing-page .bento-item:nth-child(6){border-top-color:#dc262666}.landing-page .bento-item:hover{background:#ffffff0f;border-bottom-color:#ffffff1f;border-left-color:#ffffff1f;border-right-color:#ffffff1f;transform:translateY(-2px)}.landing-page .bento-item dt{letter-spacing:-.02em;color:#fff;align-items:center;gap:10px;margin-bottom:10px;font-size:1.05rem;font-weight:800;display:flex}.landing-page .bento-item dt svg{color:#a5b4fc;flex-shrink:0;width:20px;height:20px}.landing-page .bento-item:first-child dt,.landing-page .bento-item:nth-child(4) dt,.landing-page .bento-item:nth-child(5) dt{font-size:1.2rem}.landing-page .bento-item dd{color:var(--dark-text-secondary);margin:0;font-size:.95rem;line-height:1.65}.landing-page .showcase{position:relative;overflow:hidden}.landing-page .trust-section{background:radial-gradient(circle at 12% 10%,#2563eb33,#0000 30%),radial-gradient(circle at 88% 88%,#6366f124,#0000 34%),linear-gradient(145deg,#07101f 0%,#0b172b 58%,#101b33 100%);position:relative;overflow:hidden}.landing-page .trust-section .section-title{color:#fff}.landing-page .trust-section .section-subtitle{color:#cbd5e1b8}.landing-page .trust-section .container{z-index:1;position:relative}.landing-page .trust-grid{gap:16px;display:grid}.landing-page .trust-card{border-radius:var(--radius-lg);transition:transform var(--transition-spring), background-color var(--transition), border-color var(--transition);background:#ffffff0b;border:1px solid #94a3b829;padding:28px;box-shadow:inset 0 1px #ffffff0a}.landing-page .trust-card:hover{background:#ffffff12;border-color:#60a5fa47;transform:translateY(-2px)}.landing-page .trust-card h3{color:#f8fafc;margin-bottom:8px;font-size:1.08rem}.landing-page .trust-card p{color:#cbd5e1b8;line-height:1.65}.landing-page .showcase-item{grid-template-columns:1fr;align-items:center;gap:40px;padding:80px 0;display:grid}.landing-page .showcase-item+.showcase-item{border-top:1px solid var(--border)}.landing-page .showcase-item.reversed .showcase-visual{order:0}.landing-page .showcase-content .eyebrow{margin-bottom:14px}.landing-page .showcase-content h3{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.12}.landing-page .showcase-content p{color:var(--text-secondary);margin-bottom:24px;font-size:1.05rem;line-height:1.75}.landing-page .showcase-bullets{gap:14px;list-style:none;display:grid}.landing-page .showcase-bullets li{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.95rem;font-weight:600;display:flex}.landing-page .showcase-bullets svg{width:20px;height:20px;color:var(--blue);flex-shrink:0;margin-top:2px}.landing-page .showcase-visual{justify-content:center;align-items:center;display:flex;position:relative}.landing-page .showcase-visual:before{content:"";aspect-ratio:1;filter:blur(3px);background:radial-gradient(circle,#2563eb2e,#6366f10d 58%,#0000 72%);border-radius:50%;width:min(92%,470px);position:absolute}.landing-page .invitation-preview{border-radius:var(--radius-lg);width:min(88vw,440px);box-shadow:var(--shadow-lg);text-align:center;z-index:1;transition:transform var(--transition-spring), box-shadow var(--transition-spring);background:#fffffff5;border:1px solid #2563eb24;padding:38px 36px 32px;position:relative}.landing-page .invitation-preview:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.landing-page .invitation-preview-mail{width:56px;height:56px;color:var(--blue);background:var(--blue-soft);border-radius:18px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.landing-page .invitation-preview-mail svg{width:28px;height:28px}.landing-page .invitation-preview-brand{color:var(--blue);letter-spacing:-.06em;margin-bottom:18px;font-size:1.35rem;font-weight:900;display:block}.landing-page .invitation-preview h4{color:var(--text);letter-spacing:-.04em;margin:0 0 12px;font-size:1.5rem;line-height:1.12}.landing-page .invitation-preview>p{color:var(--text-secondary);margin:0 0 22px;font-size:.92rem;line-height:1.62}.landing-page .invitation-preview-action{border-radius:var(--radius-full);color:#fff;background:var(--blue);box-shadow:var(--shadow-blue);padding:13px 18px;font-size:.88rem;font-weight:750;display:block}.landing-page .invitation-preview-note{color:var(--text-muted);background:var(--bg);text-align:left;border-radius:12px;align-items:flex-start;gap:10px;margin-top:18px;padding:12px 14px;font-size:.76rem;line-height:1.45;display:flex}.landing-page .invitation-preview-note svg{width:18px;height:18px;color:var(--blue);flex:none}.landing-page .how-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-page .steps-grid{grid-template-columns:1fr;gap:24px;display:grid;position:relative}.landing-page .steps-grid:before{content:"";background:linear-gradient(90deg, var(--blue), var(--indigo), var(--blue));opacity:.15;z-index:0;height:2px;display:none;position:absolute;top:60px;left:12.5%;right:12.5%}.landing-page .step-card{border-radius:var(--radius-lg);background:var(--bg);border:1px solid var(--border);text-align:center;transition:all var(--transition);z-index:1;padding:36px 28px;position:relative}.landing-page .step-card:hover{box-shadow:var(--shadow-sm);background:#fff;border-color:#2563eb26}.landing-page .step-number{background:linear-gradient(135deg, var(--blue), var(--blue-dark));color:#fff;width:50px;height:50px;box-shadow:var(--shadow-blue);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:1.1rem;font-weight:900;display:flex}.landing-page .step-card h3{margin:0 0 8px;font-size:1rem;font-weight:700}.landing-page .step-card p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.landing-page .uses-strip{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--blue-soft), #f8fafc, #eef2ff);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:28px}.landing-page .uses-row{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.landing-page .use-pill{border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);box-shadow:var(--shadow-xs);transition:all var(--transition);align-items:center;gap:10px;padding:12px 20px;font-size:.92rem;font-weight:700;display:inline-flex}.landing-page .use-pill:hover{box-shadow:var(--shadow-sm);color:var(--blue);border-color:#2563eb33}.landing-page p.hero-trust{letter-spacing:-.01em;color:var(--dark-text-secondary);align-items:flex-start;gap:7px;margin:18px 0 0;font-size:.78rem;font-weight:500;line-height:1.5;display:flex}.landing-page p.hero-trust svg{opacity:.75;flex-shrink:0;margin-top:3px}.landing-page .pricing-section{background:linear-gradient(180deg, #f0f5ff 0%, var(--bg) 100%)}.landing-page .pricing-core-box{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);color:var(--text-secondary);border-radius:18px;margin-bottom:32px;padding:20px 24px;font-size:.95rem;line-height:1.7}.landing-page .pricing-core-box strong{color:var(--text)}.landing-page .pricing-grid{grid-template-columns:1fr;gap:20px;display:grid}.landing-page .price-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;padding:32px;display:flex;position:relative}.landing-page .price-card:hover{box-shadow:var(--shadow-md)}.landing-page .price-card.featured{border-color:#2563eb40;border-top:3px solid var(--blue);box-shadow:0 0 0 3px #2563eb0d, var(--shadow-sm);background:linear-gradient(160deg,#f8fbff 0%,#eff6ff 100%)}.landing-page .price-card.featured:hover{box-shadow:0 0 0 3px #2563eb14, var(--shadow-md)}.landing-page .price-name{margin-bottom:4px;font-size:1.15rem;font-weight:800}.landing-page .price-tagline{color:var(--text-secondary);margin-bottom:16px;font-size:.85rem;font-weight:700}.landing-page .price-card.featured .price-tagline{color:var(--blue)}.landing-page .price-amount{letter-spacing:-.04em;margin-bottom:4px;font-size:2.6rem;font-weight:900;line-height:1}.landing-page .price-amount span{color:var(--text-muted);font-size:1rem;font-weight:600}.landing-page .price-period{color:var(--text-muted);margin-bottom:16px;font-size:.82rem;font-weight:600}.landing-page .price-desc{color:var(--text-secondary);min-height:48px;margin-bottom:24px;font-size:.92rem;line-height:1.6}.landing-page .price-list{flex:1;gap:12px;margin-bottom:28px;list-style:none;display:grid}.landing-page .price-list li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9rem;font-weight:600;display:flex}.landing-page .price-list svg{width:18px;height:18px;color:var(--blue);flex-shrink:0;margin-top:2px}.landing-page .price-card .btn{width:100%}.landing-page .showcase-cta{flex-direction:column;align-items:center;gap:12px;margin-top:72px;display:flex}.landing-page .showcase-cta-note{color:var(--text-muted);font-size:.85rem}.landing-page .pricing-trust{text-align:center;color:var(--text-muted);margin-top:28px;font-size:.88rem}.landing-page .b2b-box{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;gap:20px;margin-top:40px;padding:32px;display:flex}.landing-page .b2b-box .b2b-copy h3{letter-spacing:-.02em;margin-bottom:8px;font-size:1.15rem;font-weight:800}.landing-page .b2b-box .b2b-copy p{color:var(--text-secondary);max-width:60ch;font-size:.95rem}.landing-page .b2b-box .btn{flex-shrink:0}.landing-page .saving-badge{border-radius:var(--radius-full);color:var(--green);letter-spacing:.01em;vertical-align:middle;background:#16a34a1f;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:800;display:inline-flex}.landing-page #faq{background:radial-gradient(circle at 84% 12%,#2563eb0f,#0000 28%),#f8fafc}.landing-page .faq-grid{gap:12px;max-width:820px;display:grid}.landing-page .faq-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);transform-origin:50%;transition:transform var(--transition-spring), box-shadow var(--transition), border-color var(--transition), background var(--transition);border-radius:18px;position:relative;overflow:hidden}.landing-page .faq-item:before{content:"";background:linear-gradient(180deg, var(--blue), var(--indigo));opacity:0;transform-origin:50%;width:4px;transition:opacity var(--transition), transform var(--transition-spring);position:absolute;inset:0 auto 0 0;transform:scaleY(.35)}.landing-page .faq-item:hover{box-shadow:var(--shadow-sm);border-color:#2563eb2e;transform:translateY(-2px)}.landing-page .faq-item[open]{box-shadow:var(--shadow-md);background:linear-gradient(#fff 0%,#f8fbff 100%);border-color:#2563eb38;animation:.42s cubic-bezier(.16,1,.3,1) faq-card-pop}.landing-page .faq-item[open]:before{opacity:1;transform:scaleY(1)}.landing-page .faq-question{cursor:pointer;transition:background var(--transition), color var(--transition);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;list-style:none;display:flex;position:relative}.landing-page .faq-question:hover{background:#2563eb0b}.landing-page .faq-question::-webkit-details-marker{display:none}.landing-page .faq-item h3{transition:color var(--transition), transform var(--transition);margin:0;font-size:.98rem;font-weight:700}.landing-page .faq-item:hover h3{color:var(--blue);transform:translate(2px)}.landing-page .faq-item[open] h3{color:var(--text);transform:none}.landing-page .faq-chevron{background:var(--blue-soft);width:32px;height:32px;color:var(--blue);transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.landing-page .faq-item:hover .faq-chevron{background:var(--blue);color:#fff;transform:scale(1.06);box-shadow:0 8px 20px #2563eb2e}.landing-page .faq-chevron svg{width:16px;height:16px;transition:transform var(--transition)}.landing-page .faq-item[open] .faq-chevron svg{transform:rotate(180deg)}.landing-page .faq-answer{border-radius:var(--radius-sm);background:#2563eb0b;border:1px solid #2563eb14;margin:0 24px 22px;padding:16px 18px 18px;animation:.42s cubic-bezier(.16,1,.3,1) faq-answer-open}@keyframes faq-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes faq-answer-open{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes faq-card-pop{0%{transform:translateY(-2px)scale(.992)}to{transform:translateY(0)scale(1)}}.landing-page .faq-answer p{color:var(--text-secondary);margin:0;font-size:.94rem;line-height:1.7}.landing-page .cta-section{background:linear-gradient(135deg, #1e3a8a 0%, var(--blue) 40%, var(--indigo) 100%);color:#fff;padding:120px 0 140px;position:relative;overflow:hidden}.landing-page .cta-inner{z-index:1;text-align:center;max-width:720px;margin:0 auto;position:relative}.landing-page .cta-inner h2{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.08}.landing-page .cta-inner p{color:#ffffffd1;max-width:560px;margin:0 auto 32px;font-size:1.1rem;line-height:1.7}.landing-page .cta-actions{flex-flow:column wrap;justify-content:center;align-items:stretch;gap:14px;display:flex}.landing-page .cta-store-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.landing-page .cta-web-option{color:#ffffffad;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;font-size:.9rem;display:flex}.landing-page .cta-web-link{color:#fff;width:fit-content;transition:opacity var(--transition), transform var(--transition);align-items:center;gap:6px;font-weight:700;display:inline-flex}.landing-page .cta-web-link:hover{opacity:.82;transform:translate(2px)}.landing-page .cta-footnote{color:#fff9;margin-top:20px;font-size:.88rem;font-weight:600}.landing-page .footer{color:#fff;background:radial-gradient(circle at 8% 0,#2563eb38,#0000 34%),linear-gradient(145deg,#07101f 0%,#0b172b 55%,#101b33 100%);padding:72px 0 28px;position:relative;overflow:hidden}.landing-page .footer:before{content:"";background:linear-gradient(90deg,#0000,#60a5fa9e,#0000);height:1px;position:absolute;inset:0 0 auto}.landing-page .footer-inner{gap:46px;display:grid;position:relative}.landing-page .footer-top{gap:42px;display:grid}.landing-page .footer-brand-block{max-width:610px}.landing-page .footer-disclaimer{color:#e2e8f0b3;margin:22px 0 0;font-size:.88rem;line-height:1.75}.landing-page .footer-links{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:4px 18px;display:grid}.landing-page .footer-links a{color:#e2e8f0c7;width:fit-content;min-height:40px;transition:color var(--transition), background-color var(--transition), transform var(--transition);border-radius:10px;align-items:center;padding:8px 10px;font-size:.88rem;font-weight:650;display:inline-flex}.landing-page .footer-links a:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.landing-page .footer-inner .brand{color:#60a5fa}.landing-page .footer-inner .brand-wordmark{font-size:2rem}.landing-page .footer-bottom{border-top:1px solid #94a3b82b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;display:flex}.landing-page .footer-copy{color:#94a3b8c7;flex-wrap:wrap;gap:6px 18px;font-size:.78rem;font-weight:500;display:flex}.landing-page .footer .language-switcher summary{color:#e2e8f0c7;border-color:#94a3b847}.landing-page .footer .language-switcher summary:hover{color:#fff;background:#ffffff12;border-color:#94a3b86b}.landing-page :target{scroll-margin-top:88px}@media (min-width:561px){.landing-page .section{padding:120px 0}.landing-page{--gutter:24px}.landing-page .btn{width:auto}.landing-page .cta-actions{flex-direction:column;align-items:center}.landing-page .hero-store-buttons{flex-direction:row;align-items:center}.landing-page .phone{width:270px;max-width:none}.landing-page .phone.secondary-phone{width:230px;max-width:none}.landing-page .phone-wrapper.secondary{margin-top:30px}.landing-page .hero-visual{flex-direction:row;gap:20px}.landing-page .cta-section{padding:120px 0}.landing-page .uses-strip{padding:40px}}@media (min-width:861px){.landing-page .nav-links,.landing-page .nav-cta{display:flex}.landing-page .menu-toggle{display:none}.landing-page .hero{padding:160px 0 120px}.landing-page .hero-grid{grid-template-columns:1fr 1fr;gap:40px}.landing-page .hero-visual{margin-top:0}.landing-page .showcase-item{grid-template-columns:1fr 1fr}.landing-page .showcase-item.reversed .showcase-visual{order:-1}.landing-page .bento-grid{grid-template-columns:1fr 1fr}.landing-page .bento-item.wide{grid-column:1/-1}.landing-page .trust-grid{grid-template-columns:repeat(3,1fr)}.landing-page .pricing-grid,.landing-page .steps-grid{grid-template-columns:1fr 1fr}.landing-page .b2b-box{flex-direction:row;justify-content:space-between;align-items:center}.landing-page .footer-top{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:80px}.landing-page .footer-links{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (min-width:1081px){.landing-page .language-switcher--header{display:inline-flex}.landing-page .hero-grid{grid-template-columns:1.1fr .9fr;gap:60px}.landing-page .bento-grid{grid-template-columns:repeat(3,1fr)}.landing-page .bento-item:first-child,.landing-page .bento-item:nth-child(4),.landing-page .bento-item:nth-child(5){grid-column:span 2}.landing-page #funciones .bento-item:first-child{grid-column:auto}.landing-page .steps-grid{grid-template-columns:repeat(4,1fr)}.landing-page .steps-grid:before{display:block}.landing-page .showcase-item{gap:70px}.landing-page .why-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:28px}.landing-page .why-card.solution{order:0}}@media print{.landing-page *,.landing-page :before,.landing-page :after{box-shadow:none!important;transition:none!important;animation:none!important}.landing-page{color:#000;background:#fff;font-size:11pt;line-height:1.5}.landing-page .nav,.landing-page .mobile-menu,.landing-page .cta-section,.landing-page .hero-visual,.landing-page .menu-toggle{display:none!important}.landing-page .hero{color:#000;background:#fff;padding-top:24px}.landing-page .hero-copy h1,.landing-page .hero-copy h1 .hero-accent{color:#000;-webkit-text-fill-color:#000;background:0 0}.landing-page .hero-copy>p{color:#333}.landing-page .phone-label{color:#666}.landing-page #funciones{background:#fff}.landing-page #funciones .section-title{color:#000}.landing-page #funciones .section-subtitle,.landing-page .bento-item dd{color:#333}.landing-page .bento-item{background:#fff;border-color:#ccc}.landing-page .bento-item dt{color:#000}.landing-page .section{padding:32px 0}.landing-page .container{width:100%;max-width:100%}.landing-page .reveal{opacity:1!important;transform:none!important}.landing-page .btn{border:1px solid #999;padding:6px 12px}.landing-page a[href]:after{content:" (" attr(href) ")";color:#666;font-size:.8em}.landing-page a[href^=\#]:after{content:""}}.landing-page .mobile-menu .nav-signin{color:var(--text)}.landing-page .footer-internal{opacity:.72}.landing-page .store-badge-link{width:196px;height:64px;transition:transform var(--transition), opacity var(--transition);border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;line-height:0;display:inline-flex}.landing-page .store-badge-link img{object-fit:contain;max-width:none;display:block}.landing-page .store-badge-link--apple img{width:186px;height:62px}.landing-page .store-badge-link--google img{width:204px;height:79px}.landing-page .store-badge-link:hover{opacity:.88;transform:translateY(-2px)}.landing-page .cta-actions .store-badge-link{align-self:center}@media (max-width:560px){.landing-page .hero-visual{flex-direction:row;align-items:flex-start;gap:10px}.landing-page .phone{width:min(46vw,220px)}.landing-page .phone.secondary-phone{width:min(40vw,190px)}.landing-page .phone-wrapper.secondary{margin-top:36px}.landing-page .phone:before{width:42%;height:18px}.landing-page .hero-store-buttons{align-items:stretch;width:100%}.landing-page .store-badge-link{justify-content:center;align-self:center;width:176px;height:58px}.landing-page .store-badge-link--apple img{width:168px;height:56px}.landing-page .store-badge-link--google img{width:184px;height:71px}.landing-page .hero-actions,.landing-page .cta-actions{gap:16px}.landing-page .hero-web-option{text-align:center;justify-content:center;width:100%}.landing-page .hero-demo-link{align-self:center}}.landing-page .footer-links a.footer-social{align-items:center;gap:6px;display:inline-flex}.landing-page .skip-link:focus{top:0}.landing-page.legal-page{background:radial-gradient(circle at 16% 0%, #2563eb47, transparent 34%), radial-gradient(circle at 86% 12%, #6366f138, transparent 30%), radial-gradient(circle at 50% 88%, #2563eb24, transparent 38%), linear-gradient(180deg, var(--dark-bg) 0%, #0f172a 48%, #111c32 100%);min-height:100vh;color:var(--text)}.landing-page .legal-hero{color:#fff;padding:28px 0 76px;position:relative;overflow:hidden}.landing-page .legal-nav,.landing-page .legal-hero-grid,.landing-page .legal-content-grid{z-index:1;position:relative}.landing-page .legal-nav{justify-content:space-between;align-items:center;gap:20px;margin-bottom:72px;display:flex}.landing-page .legal-nav .brand{color:#fff}.landing-page .legal-back-top{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1a;border-color:#ffffff2e}.landing-page .legal-back-top:hover{color:#fff;background:#ffffff2e;border-color:#ffffff6b}.landing-page .legal-hero-grid{align-items:end;gap:28px;display:grid}.landing-page .legal-hero-copy{max-width:100%}.landing-page .legal-eyebrow{color:#bfdbfe;background:#ffffff1a;border-color:#ffffff24}.landing-page .legal-hero-copy h1{letter-spacing:-.07em;max-width:100%;margin:22px 0 20px;font-size:clamp(3rem,8vw,6.4rem);font-weight:900;line-height:.95}.landing-page .legal-hero-copy p{color:#e2e8f0d1;max-width:650px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75}.landing-page .legal-meta-row{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.landing-page .legal-meta-row span,.landing-page .legal-loading-pill{border-radius:var(--radius-full);color:#ffffffd1;background:#ffffff14;border:1px solid #ffffff24;align-items:center;gap:8px;padding:9px 14px;font-size:.86rem;font-weight:700;display:inline-flex}.landing-page .legal-document{box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(22px)saturate(160%);backdrop-filter:blur(22px)saturate(160%);background:#ffffffdb;border:1px solid #e2e8f0d9}.landing-page .legal-summary-card{color:#fff;border-radius:var(--radius-xl);background:#ffffff1a;border-color:#ffffff29;padding:28px}.landing-page .legal-summary-kicker,.landing-page .legal-reading-label{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:900;display:block}.landing-page .legal-summary-card h2,.landing-page .legal-reading-card h2{letter-spacing:-.04em;margin:0 0 12px;font-size:1.45rem;line-height:1.1}.landing-page .legal-summary-card p{color:#e2e8f0c7;margin:0}.landing-page .legal-content-section{margin-top:-34px;padding:0 0 96px;position:relative}.landing-page .legal-content-grid{gap:24px;min-width:0;display:grid}.landing-page .legal-reading-card{border-radius:var(--radius-lg);align-self:start;padding:24px}.landing-page .legal-reading-card p{color:var(--text-secondary);margin:0 0 20px}.landing-page .legal-document{border-radius:var(--radius-xl);overflow-wrap:anywhere;min-width:0;max-width:100%;padding:clamp(24px,5vw,56px)}.landing-page.legal-page .footer{background:#ffffffeb}.landing-page .legal-document h1,.landing-page .legal-document h2,.landing-page .legal-document h3{color:var(--text);letter-spacing:-.035em;margin:1.5em 0 .55em;line-height:1.12}.landing-page .legal-document h1:first-child,.landing-page .legal-document h2:first-child,.landing-page .legal-document h3:first-child{margin-top:0}.landing-page .legal-document h1{font-size:clamp(2rem,4vw,3rem)}.landing-page .legal-document h2{font-size:clamp(1.45rem,3vw,2.1rem)}.landing-page .legal-document h3{font-size:1.2rem}.landing-page .legal-document p,.landing-page .legal-document li{color:var(--text-secondary);font-size:1rem;line-height:1.85}.landing-page .legal-document p{margin:0 0 1.1em}.landing-page .legal-document ul,.landing-page .legal-document ol{margin:0 0 1.2em;padding-left:1.3rem}.landing-page .legal-document a{color:var(--blue);text-underline-offset:4px;font-weight:800;text-decoration:underline;text-decoration-thickness:2px}.landing-page .legal-document hr{border:0;border-top:1px solid var(--border);margin:32px 0}.landing-page .legal-loading-pill span{border:2px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:16px;height:16px;animation:.8s linear infinite legal-spin}.landing-page .legal-loading-card div,.landing-page .legal-document-loading div{border-radius:var(--radius-full);background:linear-gradient(90deg,#e2e8f099,#f8fafcf2,#e2e8f099) 0 0/220% 100%;height:14px;animation:1.6s infinite shimmer}.landing-page .legal-loading-card div+div,.landing-page .legal-document-loading div+div{margin-top:14px}.landing-page .legal-loading-card div:first-child{width:45%}.landing-page .legal-loading-card div:nth-child(2){width:82%}.landing-page .legal-loading-card div:nth-child(3){width:68%}.landing-page .legal-document-loading div:first-child{width:72%;height:28px}.landing-page .legal-document-loading div:nth-child(2){width:100%}.landing-page .legal-document-loading div:nth-child(3){width:94%}.landing-page .legal-document-loading div:nth-child(4){width:88%}.landing-page .legal-document-loading div:nth-child(5){width:66%}@keyframes legal-spin{to{transform:rotate(360deg)}}@media (min-width:861px){.landing-page .legal-hero-grid,.landing-page .legal-content-grid{grid-template-columns:minmax(0,1fr)}.landing-page .legal-content-grid-single{max-width:100%;margin-inline:auto}}.landing-page .nav-signin[aria-expanded=true]{color:#fff;background:#ffffff14}.landing-page .nav.scrolled .nav-signin[aria-expanded=true]{background:var(--blue-soft)}.nav-menu{background:linear-gradient(#172136f9 0%,#0d1324fb 100%);border:1px solid #94a3b82e;border-radius:18px;margin-top:20px;padding:6px;box-shadow:0 32px 64px -16px #020617b3,0 12px 24px -12px #0206178c,inset 0 1px #ffffff17}.nav-menu [role=menuitem]{color:#cbd5e1;text-align:left;border-radius:12px;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 12px;font-size:14px;font-weight:500;transition:background-color .18s,color .18s;display:flex}.nav-menu [role=menuitem] .nav-menu-icon{color:#94a3b8;background:#94a3b81f;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .18s,color .18s;display:inline-flex}.nav-menu [role=menuitem]:hover,.nav-menu [role=menuitem]:focus-visible{color:#fff;background:#ffffff12;outline:none}.nav-menu [role=menuitem]:hover .nav-menu-icon,.nav-menu [role=menuitem]:focus-visible .nav-menu-icon{color:#c7d2fe;background:#6366f138}.nav-menu [role=menuitem]:focus-visible{box-shadow:inset 0 0 0 1px #c7d2fe73}.nav-menu [role=separator]{background:#94a3b829;height:1px;margin:6px 8px}body.nav-scrolled .nav-menu{background:linear-gradient(#fffffffb 0%,#f8fafcfc 100%);border-color:#cbd5e1b8;box-shadow:0 24px 48px -16px #0f172a2e,0 8px 20px -12px #0f172a1f,inset 0 1px #ffffffe6}body.nav-scrolled .nav-menu [role=menuitem]{color:var(--text-secondary)}body.nav-scrolled .nav-menu [role=menuitem] .nav-menu-icon{color:var(--text-muted);background:#94a3b829}body.nav-scrolled .nav-menu [role=menuitem]:hover,body.nav-scrolled .nav-menu [role=menuitem]:focus-visible{background:var(--blue-soft);color:var(--blue-dark)}body.nav-scrolled .nav-menu [role=menuitem]:hover .nav-menu-icon,body.nav-scrolled .nav-menu [role=menuitem]:focus-visible .nav-menu-icon{color:var(--blue);background:#3b82f629}body.nav-scrolled .nav-menu [role=menuitem]:focus-visible{box-shadow:inset 0 0 0 1px #3b82f659}body.nav-scrolled .nav-menu [role=separator]{background:#cbd5e1b3}
