.landing-body{--bg:#05070a;--bg-2:#0a0d12;--bg-3:#10151c;--fg:#e8fff4;--fg-dim:#8a9aa0;--fg-faint:#4a5560;--line:#ffffff14;--line-2:#00ff882e;--accent:#0f8;--accent-2:#00d9ff;--accent-glow:#00ff8859;--danger:#f36;--warn:#ffb020;--font-display:var(--font-manrope), "Manrope", system-ui, sans-serif;--font-body:var(--font-manrope), "Manrope", system-ui, sans-serif;--font-mono:var(--font-jetbrains-mono), "JetBrains Mono", ui-monospace, monospace;--glow-intensity:2;--grain-intensity:2;background:var(--bg);color:var(--fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:16px;line-height:1.5;position:relative;overflow-x:hidden}.landing-body[data-theme=light]{--bg:#f4f6f2;--bg-2:#eaeee5;--bg-3:#dfe4d8;--fg:#0a1510;--fg-dim:#4a5560;--fg-faint:#8a9090;--line:#00000014;--line-2:#0082462e;--accent:#00a85a;--accent-2:#0094b3;--accent-glow:#00a85a40}.landing-body *{box-sizing:border-box;margin:0;padding:0}.landing-body:before{content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);pointer-events:none;z-index:0;opacity:.7;background-position:50%;background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 80%);mask-image:radial-gradient(#000 20%,#0000 80%)}.landing-body:after{content:"";pointer-events:none;z-index:1;opacity:calc(.06 * var(--grain-intensity));mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.landing-body main,.landing-body nav,.landing-body footer{z-index:2;position:relative}.landing-body h1,.landing-body h2,.landing-body h3,.landing-body h4{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;font-weight:500;line-height:1.05}.landing-body p{text-wrap:pretty}.landing-body .mono{font-family:var(--font-mono);letter-spacing:.02em;font-size:.78rem}.landing-body .mono-dim{font-family:var(--font-mono);color:var(--fg-dim);font-size:.78rem}.landing-body .container{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width:720px){.landing-body .container{padding:0 20px}}.landing-body .btn{font-family:var(--font-body);color:var(--fg);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;align-items:center;gap:10px;padding:14px 22px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.landing-body .btn-primary{background:var(--accent);color:#000;box-shadow:0 0 0 0 var(--accent-glow), 0 0 40px calc(var(--glow-intensity) * 0px) var(--accent-glow);font-weight:600;transition:box-shadow .3s,transform .15s}.landing-body .btn-primary:hover{box-shadow:0 0 0 1px var(--accent), 0 0 calc(40px * var(--glow-intensity)) var(--accent-glow), 0 0 calc(80px * var(--glow-intensity)) var(--accent-glow);transform:translateY(-1px)}.landing-body .btn-ghost{border-color:var(--line);color:var(--fg)}.landing-body .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.landing-body .section-label{font-family:var(--font-body);color:var(--accent);text-transform:uppercase;letter-spacing:.22em;background:0 0;border:none;margin-bottom:20px;padding:0 0 0 40px;font-size:.75rem;font-weight:600;display:inline-block;position:relative}.landing-body .section-label:before{content:"";background:var(--accent);width:28px;height:1px;box-shadow:0 0 calc(8px * var(--glow-intensity)) var(--accent);position:absolute;top:50%;left:0}@keyframes landingPulse{0%,to{opacity:1}50%{opacity:.4}}.landing-body .section-title{letter-spacing:-.03em;max-width:900px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:500;line-height:1.05}.landing-body section{padding:120px 0;position:relative}@media (max-width:720px){.landing-body section{padding:80px 0}}.landing-body nav.top{z-index:100;-webkit-backdrop-filter:blur(16px);background:color-mix(in oklab, var(--bg) 70%, transparent);border-bottom:1px solid var(--line);position:fixed;top:0;left:0;right:0}.landing-body nav.top .inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:16px 32px;display:flex}.landing-body .brand-wab{color:var(--accent)}.landing-body .brand-lee{color:var(--fg)}.landing-body .logo{font-family:var(--font-display);letter-spacing:-.03em;color:var(--fg);align-items:center;gap:8px;font-size:1.15rem;font-weight:600;text-decoration:none;display:flex}.landing-body .logo-dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 calc(12px * var(--glow-intensity)) var(--accent);border-radius:50%;animation:2s ease-in-out infinite landingPulse}.landing-body nav.top ul{gap:28px;list-style:none;display:flex}.landing-body nav.top ul a{color:var(--fg-dim);font-size:.9rem;text-decoration:none;transition:color .2s}.landing-body nav.top ul a:hover{color:var(--accent)}@media (max-width:820px){.landing-body nav.top ul{display:none}}.landing-body .theme-toggle{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:100px;align-items:center;padding:4px;transition:border-color .2s,box-shadow .2s;display:flex}.landing-body .theme-toggle:hover{border-color:var(--accent);box-shadow:0 0 calc(12px * var(--glow-intensity)) var(--accent-glow)}.landing-body .theme-toggle-track{background:var(--bg-3);border-radius:100px;width:44px;height:22px;display:block;position:relative}.landing-body .theme-toggle-thumb{border-radius:50%;place-items:center;width:18px;height:18px;transition:left .25s,background .25s,color .25s;display:grid;position:absolute;top:2px}.landing-body .theme-toggle-thumb.dark{background:var(--accent);color:#000;left:2px}.landing-body .theme-toggle-thumb.light{background:var(--accent);color:#000;left:24px}.landing-body .fade-up{opacity:0;transition:opacity .9s,transform .9s;transform:translateY(24px)}.landing-body .fade-up.in{opacity:1;transform:translateY(0)}.landing-body .hero{padding:140px 0 80px;position:relative;overflow:hidden}.landing-body .hero:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);width:1000px;height:1000px;opacity:calc(.4 * var(--glow-intensity));pointer-events:none;filter:blur(calc(40px * var(--glow-intensity)));position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-body .hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}@media (max-width:920px){.landing-body .hero-grid{grid-template-columns:1fr;gap:60px}}.landing-body .hero-eyebrow{border:1px solid var(--line-2);color:var(--fg);letter-spacing:0;background:#00ff880a;border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 16px;font-size:.82rem;font-weight:400;display:inline-flex}.landing-body .hero-eyebrow-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 calc(8px * var(--glow-intensity)) var(--accent);border-radius:50%;animation:2s ease-in-out infinite landingPulse}.landing-body .hero-title{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:28px;font-size:clamp(3rem,7vw,5.5rem);font-weight:500;line-height:.95}.landing-body .hero-title-accent{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 calc(20px * var(--glow-intensity)) var(--accent-glow));-webkit-background-clip:text;background-clip:text;padding:.15em .05em .25em;font-style:italic;line-height:1.15;display:inline-block;position:relative}.landing-body .hero-sub{color:var(--fg-dim);max-width:540px;margin-bottom:36px;font-size:1.15rem;line-height:1.55}.landing-body .hero-sub strong{color:var(--fg);font-weight:500}.landing-body .hero-ctas{flex-wrap:wrap;gap:14px;display:flex}.landing-body .hero-ctas .btn-primary{box-shadow:0 0 0 1px var(--accent), 0 0 calc(30px * var(--glow-intensity)) var(--accent-glow), 0 0 calc(60px * var(--glow-intensity)) var(--accent-glow);padding:16px 26px;font-size:1rem;animation:3s ease-in-out infinite primaryPulse}@keyframes primaryPulse{0%,to{box-shadow:0 0 0 1px var(--accent), 0 0 calc(30px * var(--glow-intensity)) var(--accent-glow), 0 0 calc(60px * var(--glow-intensity)) var(--accent-glow)}50%{box-shadow:0 0 0 1px var(--accent), 0 0 calc(45px * var(--glow-intensity)) var(--accent-glow), 0 0 calc(90px * var(--glow-intensity)) var(--accent-glow)}}.landing-body .hero-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;padding-top:32px;display:grid}.landing-body .hero-stat-num{font-family:var(--font-display);color:var(--fg);letter-spacing:-.04em;font-size:2.4rem;font-weight:500;line-height:1}.landing-body .hero-stat-num span{color:var(--accent);font-size:.5em;font-family:var(--font-mono);margin-left:2px;font-weight:400}.landing-body .hero-stat-label{font-family:var(--font-body);color:var(--fg-dim);letter-spacing:0;margin-top:8px;font-size:.82rem}.landing-body .hero-visual{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.landing-body .orbit-chats{aspect-ratio:1;width:100%;max-width:620px;margin:0 auto;position:relative}.landing-body .oc-ring{border:1px dashed var(--line-2);pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-body .oc-ring-1{opacity:.6;width:42%;height:42%;animation:24s linear infinite ocSpin}.landing-body .oc-ring-2{opacity:.35;width:70%;height:70%;animation:40s linear infinite reverse ocSpin}.landing-body .oc-ring-3{opacity:.18;width:94%;height:94%;animation:60s linear infinite ocSpin}@keyframes ocSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.landing-body .oc-shockwave{border:2px solid var(--accent);pointer-events:none;z-index:3;border-radius:50%;width:80px;height:80px;animation:1s ease-out ocShock;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ocShock{0%{opacity:1;width:80px;height:80px}to{opacity:0;width:400px;height:400px}}.landing-body .oc-core{aspect-ratio:1;z-index:5;width:36%;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-body .oc-core.oc-core-active{transform:translate(-50%,-50%)scale(1.06)}.landing-body .oc-core-pulse{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);pointer-events:none;border-radius:50%;animation:3s ease-in-out infinite ocCorePulse;position:absolute;inset:-10%}.landing-body .oc-core-pulse-2{animation-delay:1.5s}@keyframes ocCorePulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:.2;transform:scale(1.2)}}.landing-body .oc-core-inner{background:radial-gradient(circle at 30% 25%, #00ff8814, transparent 60%), radial-gradient(circle at 70% 75%, #00d9ff0f, transparent 60%), var(--bg-2);border:1px solid var(--accent);text-align:center;box-shadow:inset 0 0 30px #00ff881a, 0 0 calc(40px * var(--glow-intensity)) var(--accent-glow), 0 0 calc(80px * var(--glow-intensity)) var(--accent-glow);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:4%;display:flex;position:absolute;inset:0}.landing-body .oc-core-brand{font-family:var(--font-display);color:var(--fg);letter-spacing:-.02em;align-items:center;gap:5px;font-size:clamp(.8rem,1.6vw,1.05rem);font-weight:600;display:flex}.landing-body .oc-core-dot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:1.5s ease-in-out infinite landingPulse}.landing-body .oc-core-counter{font-family:var(--font-display);color:var(--accent);letter-spacing:-.04em;text-shadow:0 0 calc(20px * var(--glow-intensity)) var(--accent-glow);font-variant-numeric:tabular-nums;margin:6px 0 3px;font-size:clamp(1.4rem,3.4vw,2.2rem);font-weight:500;line-height:1}.landing-body .oc-core-sub{font-family:var(--font-mono);color:var(--fg-dim);text-transform:lowercase;letter-spacing:.05em;font-size:clamp(.55rem,1vw,.7rem);line-height:1.2}.landing-body .oc-core-status{border:1px solid var(--line-2);font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;background:#00ff8814;border-radius:100px;align-items:center;gap:4px;margin-top:8px;padding:3px 8px;font-size:clamp(.55rem,1vw,.65rem);display:flex}.landing-body .oc-status-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite landingPulse}.landing-body .oc-lines{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.landing-body .oc-bullet{z-index:7;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-body .oc-bullet-in{animation:.9s cubic-bezier(.22,1,.36,1) forwards ocBulletIn}.landing-body .oc-bullet-out{animation:1s cubic-bezier(.22,1,.36,1) forwards ocBulletOut}@keyframes ocBulletIn{0%{top:var(--start-y);left:var(--start-x);opacity:0;transform:translate(-50%,-50%)scale(1)}15%{opacity:1}85%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)scale(.2)}}@keyframes ocBulletOut{0%{opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)scale(.3)}15%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{top:var(--end-y);left:var(--end-x);opacity:0;transform:translate(-50%,-50%)scale(.6)}}.landing-body .mini-chat{background:var(--bg-2);border:1px solid var(--line);z-index:4;opacity:.55;border-radius:12px;width:200px;padding:10px;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;transform:scale(.9);box-shadow:0 10px 30px #00000080}.landing-body .mini-chat.active{opacity:1;border-color:var(--accent);box-shadow:0 20px 50px #0009, 0 0 calc(30px * var(--glow-intensity)) var(--accent-glow);z-index:6;transform:scale(1.05)}.landing-body .mini-chat-head{border-bottom:1px solid var(--line);align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.landing-body .mini-chat-avatar{border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid}.landing-body .mini-chat-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.75rem;font-weight:500;overflow:hidden}.landing-body .mini-chat-body{flex-direction:column;gap:5px;min-height:58px;display:flex}.landing-body .mini-bubble{max-width:88%;color:var(--fg);border:1px solid #0000;border-radius:8px;padding:6px 9px;font-size:.72rem;line-height:1.3;transition:opacity .3s}.landing-body .mini-bubble.user{border-color:var(--line);background:#ffffff14;border-top-left-radius:2px;align-self:flex-start}.landing-body .mini-bubble.bot{border-color:var(--line-2);color:var(--fg);background:#00ff881f;border-top-right-radius:2px;align-self:flex-end}.landing-body .mini-bubble.hide{opacity:.3}.landing-body .mini-bubble.just-in{animation:.4s cubic-bezier(.16,1,.3,1) bubblePop}@keyframes bubblePop{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.landing-body .mini-bubble .dots{align-items:center;gap:3px;display:inline-flex}.landing-body .mini-bubble .dots i{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite miniDot}.landing-body .mini-bubble .dots i:nth-child(2){animation-delay:.15s}.landing-body .mini-bubble .dots i:nth-child(3){animation-delay:.3s}@keyframes miniDot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (max-width:720px){.landing-body .mini-chat{width:150px;padding:8px}.landing-body .mini-chat-name{font-size:.65rem}.landing-body .mini-bubble{padding:5px 7px;font-size:.65rem}}@media (max-width:480px){.landing-body .orbit-chats{max-width:340px}.landing-body .mini-chat{width:128px}.landing-body .oc-bullet{width:24px;height:24px}}.landing-body .channels-section{padding:100px 0}.landing-body .section-sub{color:var(--fg-dim);max-width:620px;margin-top:20px;margin-bottom:48px;font-size:1.05rem}.landing-body .channels-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:920px){.landing-body .channels-grid{grid-template-columns:repeat(2,1fr)}}.landing-body .channel-card{background:var(--bg-2);border:1px solid var(--line);border-radius:6px;flex-direction:column;gap:12px;padding:28px 20px;transition:all .25s;display:flex;position:relative;overflow:hidden}.landing-body .channel-card:before{content:"";background:radial-gradient(circle at top, var(--card-color), transparent 60%);opacity:0;pointer-events:none;transition:opacity .25s;position:absolute;inset:0}.landing-body .channel-card:hover{border-color:var(--card-color);transform:translateY(-4px)}.landing-body .channel-card:hover:before{opacity:.08}.landing-body .channel-icon{color:var(--card-color)}.landing-body .channel-name{font-family:var(--font-display);font-size:1.2rem;font-weight:500}.landing-body .channel-status{font-family:var(--font-body);border-radius:100px;align-self:flex-start;padding:3px 10px;font-size:.72rem;font-weight:500}.landing-body .channel-status-integrado{color:var(--accent);border:1px solid var(--line-2);background:#00ff8814}.landing-body .channel-status-en-beta{color:var(--warn);background:#ffb02014;border:1px solid #ffb02033}.landing-body .channel-status-próximamente{color:var(--fg-faint);border:1px solid var(--line);background:#ffffff0a}.landing-body .how-section{padding:120px 0;position:relative}.landing-body .how-steps{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px;display:grid}@media (max-width:920px){.landing-body .how-steps{grid-template-columns:1fr}}.landing-body .how-step{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:16px;padding:36px 32px;transition:all .3s;display:flex;position:relative}.landing-body .how-step:hover{border-color:var(--line-2);box-shadow:0 20px 50px #0000004d, 0 0 calc(30px * var(--glow-intensity)) var(--accent-glow);transform:translateY(-4px)}.landing-body .how-step-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.landing-body .how-step-icon{border:1px solid var(--line-2);width:56px;height:56px;color:var(--accent);background:#00ff8814;border-radius:12px;place-items:center;display:grid}.landing-body .how-step-num{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600}.landing-body .how-step-title{letter-spacing:-.02em;font-size:1.55rem;font-weight:500}.landing-body .how-step-copy{color:var(--fg-dim);font-size:.98rem;line-height:1.55}.landing-body .how-step-bullet{border-top:1px dashed var(--line);color:var(--accent);margin-top:auto;padding-top:20px;font-size:.92rem;font-weight:500}.landing-body .cases-section{background:linear-gradient(#0000,#00ff8804 50%,#0000);padding:140px 0;position:relative}.landing-body .cases-section .section-title{margin-bottom:18px}.landing-body .cases-section .section-sub{max-width:640px;margin-bottom:36px}.landing-body .rubros-chips{background:var(--bg-2);border:1px solid var(--line);border-radius:999px;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;padding:10px;display:flex}@media (max-width:720px){.landing-body .rubros-chips{border-radius:18px;flex-wrap:nowrap;justify-content:flex-start;padding:8px;overflow-x:auto}.landing-body .rubros-chips::-webkit-scrollbar{display:none}}.landing-body .rubros-chip{--chip-accent:var(--accent);color:var(--fg-dim);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .25s;display:inline-flex}.landing-body .rubros-chip:hover{color:var(--fg);background:var(--bg-3)}.landing-body .rubros-chip.active{background:color-mix(in oklab, var(--chip-accent) 12%, var(--bg-2));border-color:color-mix(in oklab, var(--chip-accent) 40%, transparent);color:var(--fg);box-shadow:0 0 calc(20px * var(--glow-intensity)) color-mix(in oklab, var(--chip-accent) 30%, transparent)}.landing-body .rubros-chip-icon{width:18px;height:18px;color:var(--fg-dim);place-items:center;transition:color .25s;display:inline-grid}.landing-body .rubros-chip-icon svg{width:18px;height:18px}.landing-body .rubros-chip.active .rubros-chip-icon{color:var(--chip-accent)}.landing-body .rubros-stage{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;animation:.4s rubroFade;display:grid}@keyframes rubroFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (max-width:960px){.landing-body .rubros-stage{grid-template-columns:1fr}}.landing-body .rubros-brain{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:22px;padding:32px 32px 28px;display:flex;position:relative;overflow:hidden}.landing-body .rubros-brain:before{content:"";background:radial-gradient(circle, color-mix(in oklab, var(--rubro-accent) 22%, transparent), transparent 65%);pointer-events:none;opacity:.5;width:280px;height:280px;position:absolute;top:0;right:0}.landing-body .rubros-brain>*{z-index:1;position:relative}@media (max-width:720px){.landing-body .rubros-brain{padding:24px}}.landing-body .rubros-brain-head{justify-content:flex-start;display:flex}.landing-body .rubros-brain-pill{background:color-mix(in oklab, var(--rubro-accent) 12%, var(--bg));border:1px solid color-mix(in oklab, var(--rubro-accent) 30%, transparent);color:var(--fg-dim);font-size:.78rem;font-family:var(--font-mono);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.landing-body .rubros-brain-pill strong{color:var(--rubro-accent);font-weight:600}.landing-body .rubros-brain-pulse{background:var(--rubro-accent);width:7px;height:7px;box-shadow:0 0 8px var(--rubro-accent);border-radius:50%;animation:1.4s ease-in-out infinite landingPulse}.landing-body .rubros-brain-headline{font-family:var(--font-display);letter-spacing:-.01em;color:var(--fg);text-wrap:pretty;margin:0;font-size:clamp(1.3rem,2.2vw,1.65rem);font-weight:500;line-height:1.25}.landing-body .rubros-brain-training{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:16px 18px}.landing-body .rubros-brain-title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:12px;font-size:.7rem}.landing-body .rubros-brain-list{flex-direction:column;gap:8px;display:flex}.landing-body .rubros-brain-row{border-top:1px dashed var(--line);opacity:0;grid-template-columns:100px 1fr;align-items:baseline;gap:12px;padding:8px 0;animation:.3s forwards rowIn;display:grid}.landing-body .rubros-brain-row:first-child{border-top:none;padding-top:0}@keyframes rowIn{to{opacity:1}}@media (max-width:520px){.landing-body .rubros-brain-row{grid-template-columns:1fr;gap:2px}}.landing-body .rubros-brain-key{font-family:var(--font-mono);color:var(--rubro-accent);font-size:.76rem;font-weight:500}.landing-body .rubros-brain-key:before{content:"› ";opacity:.6}.landing-body .rubros-brain-val{color:var(--fg);font-size:.9rem;line-height:1.4;font-family:var(--font-mono)}.landing-body .rubros-brain-caret{color:var(--rubro-accent);margin-left:2px;font-size:.8em;animation:.8s steps(2,end) infinite caretBlink;display:inline-block}@keyframes caretBlink{50%{opacity:0}}.landing-body .rubros-brain-metric{background:linear-gradient(135deg, color-mix(in oklab, var(--rubro-accent) 12%, var(--bg)), var(--bg));border:1px solid color-mix(in oklab, var(--rubro-accent) 25%, var(--line));border-radius:14px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:2px 16px;padding:16px 20px;display:grid;position:relative;overflow:hidden}.landing-body .rubros-brain-metric-num{font-family:var(--font-display);color:var(--rubro-accent);letter-spacing:-.02em;text-shadow:0 0 calc(20px * var(--glow-intensity)) color-mix(in oklab, var(--rubro-accent) 50%, transparent);font-variant-numeric:tabular-nums;grid-row:1/3;font-size:3rem;font-weight:600;line-height:1}.landing-body .rubros-brain-metric-label{color:var(--fg);align-self:end;font-size:.85rem}.landing-body .rubros-brain-metric-spark{opacity:.7;grid-column:2;align-self:start;margin-top:2px}.landing-body .rubros-brain-wins{grid-template-columns:1fr 1fr;gap:10px 18px;display:grid}@media (max-width:480px){.landing-body .rubros-brain-wins{grid-template-columns:1fr}}.landing-body .rubros-brain-win{color:var(--fg-dim);opacity:0;gap:8px;font-size:.88rem;line-height:1.4;animation:.4s forwards winIn;display:flex}@keyframes winIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.landing-body .rubros-brain-check{color:var(--rubro-accent);flex-shrink:0;font-weight:600}.landing-body .rubros-chat{background:var(--bg-2);border:1px solid var(--line);min-height:520px;box-shadow:0 0 calc(60px * var(--glow-intensity)) color-mix(in oklab, var(--rubro-accent) 18%, transparent);border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden}.landing-body .rubros-chat:after{content:"";pointer-events:none;border:1px solid color-mix(in oklab, var(--rubro-accent) 25%, transparent);border-radius:20px;position:absolute;inset:0}.landing-body .rubros-chat-header{background:var(--bg-3);border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:16px 18px;display:flex}.landing-body .rubros-chat-avatar{background:color-mix(in oklab, var(--rubro-accent) 20%, var(--bg));border:1px solid color-mix(in oklab, var(--rubro-accent) 40%, transparent);border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.landing-body .rubros-chat-ident{flex:1;min-width:0}.landing-body .rubros-chat-name{color:var(--fg);font-size:.95rem;font-weight:600}.landing-body .rubros-chat-status{color:var(--fg-dim);align-items:center;gap:6px;margin-top:2px;font-size:.76rem;display:flex}.landing-body .rubros-chat-dot{background:#25d366;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite landingPulse;box-shadow:0 0 6px #25d366}.landing-body .rubros-chat-ch{color:#fff;background:#25d366;border-radius:6px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.landing-body .rubros-chat-body{background:radial-gradient(circle at 20% 20%, color-mix(in oklab, var(--rubro-accent) 6%, transparent), transparent 50%), var(--bg);flex-direction:column;flex:1;gap:12px;padding:20px 18px;display:flex;position:relative;overflow:hidden}.landing-body .rubros-chat-body:before{content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.15;pointer-events:none;background-size:24px 24px;position:absolute;inset:0}.landing-body .rubros-chat-body>*{z-index:1;position:relative}.landing-body .rubros-msg{flex-direction:column;max-width:82%;animation:.35s cubic-bezier(.2,.8,.2,1) msgIn;display:flex}@keyframes msgIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}.landing-body .rubros-msg-bubble{word-wrap:break-word;border-radius:14px;padding:10px 14px;font-size:.92rem;line-height:1.4}.landing-body .rubros-msg-user{align-self:flex-end;align-items:flex-end}.landing-body .rubros-msg-user .rubros-msg-bubble{background:var(--bg-3);border:1px solid var(--line-2);color:var(--fg);border-bottom-right-radius:4px}.landing-body .rubros-msg-bot{align-self:flex-start}.landing-body .rubros-msg-bot .rubros-msg-bubble{background:color-mix(in oklab, var(--rubro-accent) 14%, var(--bg-2));border:1px solid color-mix(in oklab, var(--rubro-accent) 30%, transparent);color:var(--fg);border-bottom-left-radius:4px}.landing-body .rubros-msg-meta{font-family:var(--font-mono);color:var(--rubro-accent);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:5px;margin-top:4px;padding-left:4px;font-size:.66rem;display:flex}.landing-body .rubros-msg-dot{background:var(--rubro-accent);width:5px;height:5px;box-shadow:0 0 6px var(--rubro-accent);border-radius:50%}.landing-body .rubros-msg-typing{gap:4px;padding:12px 14px!important;display:inline-flex!important}.landing-body .rubros-msg-typing span{background:var(--rubro-accent);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingDot}.landing-body .rubros-msg-typing span:nth-child(2){animation-delay:.15s}.landing-body .rubros-msg-typing span:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.landing-body .rubros-chat-input{border-top:1px solid var(--line);background:var(--bg-3);padding:12px 14px}.landing-body .rubros-chat-input-inner{background:var(--bg);border:1px solid var(--line);border-radius:999px;align-items:center;gap:10px;padding:8px 8px 8px 16px;display:flex}.landing-body .rubros-chat-input-placeholder{color:var(--fg-faint);flex:1;font-size:.88rem}.landing-body .rubros-chat-input-send{background:var(--rubro-accent);color:#000;width:32px;height:32px;box-shadow:0 0 calc(12px * var(--glow-intensity)) var(--rubro-accent);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.landing-body .rubros-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:32px;display:flex}.landing-body .rubros-footer-dots{gap:8px;display:flex}.landing-body .rubros-dot{background:var(--line-2);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.landing-body .rubros-dot:hover{background:var(--fg-faint)}.landing-body .rubros-dot.active{background:var(--accent);box-shadow:0 0 8px var(--accent);transform:scale(1.3)}.landing-body .rubros-cta{display:inline-flex}.landing-body .roi-section{padding:120px 0;position:relative}.landing-body .roi-wrap{grid-template-columns:1fr 1.3fr;align-items:center;gap:80px;display:grid}@media (max-width:960px){.landing-body .roi-wrap{grid-template-columns:1fr;gap:40px}}.landing-body .roi-card{background:var(--bg-2);border:1px solid var(--line-2);box-shadow:0 30px 80px #0006, 0 0 calc(60px * var(--glow-intensity)) var(--accent-glow);border-radius:14px;grid-template-columns:1fr 1fr;gap:32px;padding:36px;display:grid;position:relative;overflow:hidden}.landing-body .roi-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:720px){.landing-body .roi-card{grid-template-columns:1fr;padding:24px}}.landing-body .roi-inputs{border-right:1px solid var(--line);flex-direction:column;gap:24px;padding-right:24px;display:flex}@media (max-width:720px){.landing-body .roi-inputs{border-right:none;border-bottom:1px solid var(--line);padding-bottom:24px;padding-right:0}}.landing-body .roi-input-label{color:var(--fg-dim);justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:.92rem;display:flex}.landing-body .roi-input-value{font-family:var(--font-display);color:var(--accent);letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.landing-body .roi-input input[type=range]{appearance:none;background:var(--bg);border:1px solid var(--line);cursor:pointer;border-radius:100px;outline:none;width:100%;height:6px}.landing-body .roi-input input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;width:22px;height:22px;box-shadow:0 0 calc(16px * var(--glow-intensity)) var(--accent-glow), 0 2px 8px #0000004d;border:2px solid var(--bg-2);border-radius:50%}.landing-body .roi-input input[type=range]::-moz-range-thumb{background:var(--accent);cursor:pointer;width:22px;height:22px;box-shadow:0 0 calc(16px * var(--glow-intensity)) var(--accent-glow);border:2px solid var(--bg-2);border-radius:50%}.landing-body .roi-input-scale{color:var(--fg-faint);justify-content:space-between;margin-top:6px;font-size:.7rem;display:flex}.landing-body .roi-result{flex-direction:column;gap:14px;display:flex}.landing-body .roi-result-label{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.1em;font-size:.88rem}.landing-body .roi-result-num{font-family:var(--font-display);color:var(--accent);letter-spacing:-.04em;text-shadow:0 0 calc(30px * var(--glow-intensity)) var(--accent-glow);align-items:baseline;gap:2px;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:500;line-height:1;display:flex}.landing-body .roi-result-currency{color:var(--fg-dim);margin-right:4px;font-size:.55em}.landing-body .roi-result-period{color:var(--fg-dim);font-size:.35em;font-family:var(--font-body);margin-left:8px;font-weight:400}.landing-body .roi-result-break{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.landing-body .roi-break-item{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:14px}.landing-body .roi-break-num{font-family:var(--font-display);color:var(--fg);letter-spacing:-.02em;font-size:1.4rem;font-weight:500}.landing-body .roi-break-label{color:var(--fg-dim);margin-top:4px;font-size:.75rem}.landing-body .roi-cta{justify-content:center;margin-top:8px;padding:16px 24px;font-size:1rem}.landing-body .roi-footnote{color:var(--fg-faint);font-size:.72rem;line-height:1.5}.landing-body .sticky-bar{z-index:200;background:var(--bg-2);border:1px solid var(--line-2);box-shadow:0 20px 60px #00000080, 0 0 calc(40px * var(--glow-intensity)) var(--accent-glow);border-radius:100px;max-width:calc(100vw - 32px);padding:8px 10px 8px 20px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(calc(100% + 40px))}.landing-body .sticky-bar.show{transform:translate(-50%)translateY(0)}.landing-body .sticky-bar-inner{align-items:center;gap:14px;display:flex}.landing-body .sticky-bar-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent);border-radius:50%;flex-shrink:0;animation:1.5s ease-in-out infinite landingPulse}.landing-body .sticky-bar-text{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.landing-body .sticky-bar-text strong{color:var(--accent);font-weight:600}.landing-body .sticky-bar-cta{flex-shrink:0;border-radius:100px!important;padding:10px 18px!important;font-size:.85rem!important}@media (max-width:640px){.landing-body .sticky-bar-text{font-size:.78rem}.landing-body .sticky-bar-text strong+*{display:none}}.landing-body .integrations-section{padding:120px 0;position:relative}.landing-body .int-tier-badge{background:var(--bg-3);border:1px solid var(--line-2);color:var(--fg-dim);font-family:var(--font-mono);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:.76rem;display:inline-flex}.landing-body .int-tier-badge-pro{color:var(--accent);background:#00ff881a;border-color:#00ff8859}.landing-body .int-tier-badge-dot{background:var(--fg-dim);border-radius:50%;width:7px;height:7px}.landing-body .int-tier-badge-pro .int-tier-badge-dot{background:var(--accent);box-shadow:0 0 8px var(--accent);animation:1.6s ease-in-out infinite landingPulse}.landing-body .int-tier-card{background:var(--bg-2);border:1px solid var(--line);border-radius:16px;margin-top:36px;padding:24px 28px}.landing-body .int-tier-gsuite{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-top:18px;display:grid}@media (max-width:820px){.landing-body .int-tier-gsuite{grid-template-columns:auto 1fr}.landing-body .int-tier-gsuite-tags{grid-column:1/-1}}.landing-body .int-tier-gsuite-logo{background:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:60px;height:60px;display:grid;box-shadow:0 4px 16px #0003}.landing-body .int-tier-gsuite-name{color:var(--fg);font-size:1.1rem;font-weight:600}.landing-body .int-tier-gsuite-sub{font-family:var(--font-mono);color:var(--fg-dim);margin-top:4px;font-size:.8rem}.landing-body .int-tier-gsuite-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}@media (max-width:820px){.landing-body .int-tier-gsuite-tags{justify-content:flex-start}}.landing-body .int-chip{color:var(--accent);font-size:.74rem;font-family:var(--font-mono);white-space:nowrap;background:#00ff8814;border:1px solid #00ff8838;border-radius:999px;padding:5px 10px}.landing-body .int-pro-wrap{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;margin-top:40px;padding:40px 36px 44px;position:relative;overflow:hidden}.landing-body .int-pro-wrap:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 0,#00ff8814,#0000 55%),radial-gradient(circle at 90% 100%,#00d9ff0f,#0000 55%);position:absolute;inset:0}.landing-body .int-pro-wrap:after{content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.25;pointer-events:none;background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.landing-body .int-pro-wrap>*{z-index:1;position:relative}@media (max-width:720px){.landing-body .int-pro-wrap{padding:32px 24px}}.landing-body .int-pro-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg);text-wrap:pretty;max-width:22ch;margin:18px 0 12px;font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:500;line-height:1.2}.landing-body .int-pro-accent{color:var(--accent);font-style:italic;font-weight:400}.landing-body .int-pro-sub{color:var(--fg-dim);max-width:58ch;margin-bottom:36px;font-size:1rem;line-height:1.55}.landing-body .int-pro-grid{grid-template-columns:repeat(3,1fr);gap:28px 32px;display:grid}@media (max-width:900px){.landing-body .int-pro-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.landing-body .int-pro-grid{grid-template-columns:1fr}}.landing-body .int-cat{flex-direction:column;gap:14px;display:flex}.landing-body .int-cat-head{align-items:center;gap:10px;display:flex}.landing-body .int-cat-line{background:linear-gradient(90deg, transparent, var(--line-2), transparent);flex:1;height:1px}.landing-body .int-cat-line:last-child{background:linear-gradient(90deg, var(--line-2), transparent)}.landing-body .int-cat-line:first-child{background:linear-gradient(90deg, transparent, var(--line-2));flex:0 0 16px}.landing-body .int-cat-name{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.72rem}.landing-body .int-cat-tools{flex-wrap:wrap;gap:10px;display:flex}.landing-body .int-cat-tool{background:var(--bg);border:1px solid var(--line);cursor:default;border-radius:999px;align-items:center;gap:10px;padding:8px 14px 8px 8px;transition:all .2s;display:inline-flex}.landing-body .int-cat-tool:hover{border-color:var(--line-2);transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.landing-body .int-cat-tool-name{color:var(--fg);font-size:.85rem;font-weight:500}.landing-body .integrations-custom{border:1px solid var(--line-2);background:linear-gradient(135deg,#00ff880f,#00d9ff0a);border-radius:12px;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;padding:24px 28px;display:flex}.landing-body .integrations-custom-icon{width:44px;height:44px;color:var(--accent);background:#00ff881a;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.landing-body .integrations-custom-title{color:var(--fg);font-size:1.05rem;font-weight:500}.landing-body .integrations-custom-copy{color:var(--fg-dim);max-width:520px;margin-top:3px;font-size:.92rem}.landing-body .pricing-section{padding:120px 0;position:relative}.landing-body .pricing-toggle{background:var(--bg-2);border:1px solid var(--line);border-radius:100px;gap:4px;margin-bottom:40px;padding:4px;display:inline-flex}.landing-body .pricing-toggle-btn{color:var(--fg-dim);cursor:pointer;font-family:var(--font-mono);background:0 0;border:none;border-radius:100px;align-items:center;gap:8px;padding:8px 18px;font-size:.82rem;transition:all .2s;display:inline-flex}.landing-body .pricing-toggle-btn.active{background:var(--accent);color:#000}.landing-body .pricing-toggle-save{background:#00000026;border-radius:100px;padding:2px 6px;font-size:.7rem;font-weight:600}.landing-body .pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:920px){.landing-body .pricing-grid{grid-template-columns:1fr}}.landing-body .pricing-card{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:14px;padding:32px 28px;transition:all .3s;display:flex;position:relative}.landing-body .pricing-card:hover{border-color:var(--line-2);transform:translateY(-4px)}.landing-body .pricing-card.accent{border-color:var(--accent);box-shadow:0 0 calc(40px * var(--glow-intensity)) var(--accent-glow);background:linear-gradient(180deg, #00ff880d, var(--bg-2) 60%)}.landing-body .pricing-badge{background:var(--accent);color:#000;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 calc(20px * var(--glow-intensity)) var(--accent-glow);border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:600;position:absolute;top:-12px;left:28px}.landing-body .pricing-tag{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.landing-body .pricing-name{font-family:var(--font-display);font-size:2rem;font-weight:500}.landing-body .pricing-price{align-items:baseline;gap:6px;display:flex}.landing-body .pricing-price-free{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;font-size:2.8rem;font-weight:500}.landing-body .pricing-price-currency{font-family:var(--font-mono);color:var(--fg-dim);font-size:.9rem}.landing-body .pricing-price-num{font-family:var(--font-display);letter-spacing:-.04em;color:var(--fg);font-size:3.2rem;font-weight:500}.landing-body .pricing-price-period{font-family:var(--font-mono);color:var(--fg-dim);font-size:.85rem}.landing-body .pricing-desc{color:var(--fg-dim);min-height:42px;font-size:.9rem;line-height:1.5}.landing-body .pricing-cta{justify-content:center;width:100%;margin:8px 0 4px}.landing-body .pricing-features{border-top:1px solid var(--line);flex-direction:column;gap:10px;padding-top:20px;display:flex}.landing-body .pricing-feature{gap:10px;font-size:.88rem;display:flex}.landing-body .pricing-check{color:var(--accent);flex-shrink:0}.landing-body .pricing-help{background:linear-gradient(135deg,#00ff8873,#00d9ff40,#0000 70%);border-radius:18px;margin-top:40px;padding:2px;position:relative}.landing-body .pricing-help-inner{background:var(--bg-2);border-radius:16px;flex-wrap:wrap;align-items:center;gap:20px;padding:24px 28px;display:flex}.landing-body .pricing-help-icon{width:48px;height:48px;color:var(--accent);background:#00ff881f;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.landing-body .pricing-help-copy{flex:1;min-width:220px}.landing-body .pricing-help-title{color:var(--fg);font-size:1.08rem;font-weight:600}.landing-body .pricing-help-sub{color:var(--fg-dim);max-width:60ch;margin-top:4px;font-size:.92rem}.landing-body .pricing-help-cta{white-space:nowrap}.landing-body .pricing-note{text-align:center;color:var(--fg-dim);max-width:600px;margin-top:32px;margin-left:auto;margin-right:auto;font-size:.85rem;line-height:1.55}.landing-body .faq-section{padding:120px 0}.landing-body .faq-grid{grid-template-columns:1fr 1.4fr;gap:80px;display:grid}@media (max-width:920px){.landing-body .faq-grid{grid-template-columns:1fr;gap:40px}}.landing-body .faq-head{align-self:start;position:sticky;top:120px}.landing-body .faq-list{flex-direction:column;gap:2px;display:flex}.landing-body .faq-item{border-top:1px solid var(--line)}.landing-body .faq-item:last-child{border-bottom:1px solid var(--line)}.landing-body .faq-q{width:100%;color:var(--fg);text-align:left;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.05rem;font-weight:500;transition:color .2s;display:flex}.landing-body .faq-q:hover{color:var(--accent)}.landing-body .faq-toggle{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:1.4rem;transition:transform .3s}.landing-body .faq-item.open .faq-toggle{transform:rotate(180deg)}.landing-body .faq-a{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.landing-body .faq-item.open .faq-a{max-height:300px}.landing-body .faq-a-inner{color:var(--fg-dim);max-width:640px;padding:0 0 22px;line-height:1.6}.landing-body .cta-section{padding:120px 0;position:relative}.landing-body .cta-box{background:var(--bg-2);border:1px solid var(--line-2);text-align:center;box-shadow:0 0 calc(80px * var(--glow-intensity)) var(--accent-glow);border-radius:12px;padding:80px 60px;position:relative;overflow:hidden}.landing-body .cta-box:before{content:"";background:radial-gradient(circle at center, var(--accent-glow), transparent 60%);opacity:.4;pointer-events:none;position:absolute;inset:0}.landing-body .cta-box:after{content:"";pointer-events:none;background-image:linear-gradient(#00ff880d 1px,#0000 1px),linear-gradient(90deg,#00ff880d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 70%);mask-image:radial-gradient(circle,#000,#0000 70%)}.landing-body .cta-box>*{z-index:2;position:relative}.landing-body .cta-box .section-label{margin:0 auto 28px}.landing-body .cta-title{margin-bottom:28px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500;line-height:1}.landing-body .cta-sub{color:var(--fg-dim);max-width:520px;margin:0 auto 40px;font-size:1.1rem}.landing-body .cta-channels-header{font-family:var(--font-mono);color:var(--fg-dim);text-transform:lowercase;letter-spacing:.08em;justify-content:center;align-items:center;gap:10px;margin-bottom:18px;font-size:.72rem;display:flex}.landing-body .cta-channels-header:before,.landing-body .cta-channels-header:after{content:"";background:var(--line);width:60px;height:1px}.landing-body .cta-channels{border:1px solid var(--line);background:color-mix(in oklab, var(--bg) 80%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;flex-wrap:wrap;justify-content:center;gap:0;max-width:720px;margin:0 auto;display:flex;overflow:hidden}@media (max-width:720px){.landing-body .cta-channels{flex-direction:column}}.landing-body .cta-channel{border:none;border-right:1px solid var(--line);min-width:140px;color:var(--fg);text-align:center;background:0 0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:10px;padding:24px 18px;text-decoration:none;transition:background .25s,color .25s;display:flex;position:relative;overflow:hidden}.landing-body .cta-channel:last-child{border-right:none}@media (max-width:720px){.landing-body .cta-channel{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;justify-content:flex-start;gap:14px;padding:16px 20px}.landing-body .cta-channel:last-child{border-bottom:none}}.landing-body .cta-channel:before{content:"";background:radial-gradient(circle at center, var(--accent-glow), transparent 70%);opacity:0;pointer-events:none;transition:opacity .25s;position:absolute;inset:0}.landing-body .cta-channel:hover{background:#00ff880a}.landing-body .cta-channel:hover:before{opacity:.5}.landing-body .cta-channel:hover .cta-ch-icon{color:var(--accent);transform:translateY(-2px)}.landing-body .cta-channel:hover .cta-ch-name{color:var(--accent)}.landing-body .cta-channel>*{z-index:1;position:relative}.landing-body .cta-ch-icon{width:28px;height:28px;color:var(--fg);flex-shrink:0;justify-content:center;align-items:center;transition:color .25s,transform .25s;display:inline-flex}.landing-body .cta-ch-icon svg{width:24px;height:24px;display:block}.landing-body .cta-ch-name{font-family:var(--font-mono);color:var(--fg);letter-spacing:.02em;font-size:.82rem;font-weight:500;transition:color .25s}@media (max-width:720px){.landing-body .cta-channel{text-align:left}.landing-body .cta-channel .cta-ch-name{font-size:.9rem}}.landing-body .cta-or{max-width:360px;color:var(--fg-dim);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:14px;margin:28px auto 20px;font-size:.78rem;display:flex}.landing-body .cta-or-line{background:linear-gradient(90deg, transparent, var(--line-2), transparent);flex:1;height:1px}.landing-body .cta-register{align-items:center;gap:10px;display:inline-flex;padding:14px 22px!important;font-size:.95rem!important}.landing-body .cta-register-wrap{justify-content:center;display:flex}.landing-body .cta-register svg{flex-shrink:0}.landing-body .cta-trust{margin-top:32px;font-size:.78rem}.landing-body .footer{border-top:1px solid var(--line);z-index:2;padding:80px 0 32px;position:relative}.landing-body .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;display:grid}@media (max-width:720px){.landing-body .footer-grid{grid-template-columns:1fr 1fr}}.landing-body .footer-col-title{color:var(--fg);letter-spacing:0;margin-bottom:16px;font-size:.85rem;font-weight:600}.landing-body .footer-grid a{color:var(--fg-dim);padding:4px 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.landing-body .footer-grid a:hover{color:var(--accent)}.landing-body .footer-bottom{border-top:1px solid var(--line);color:var(--fg-dim);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:60px;padding-top:24px;font-size:.85rem;display:flex}@media (prefers-reduced-motion:reduce){.landing-body *,.landing-body :before,.landing-body :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
