@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/outfit-300.woff2) format("woff2")}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/outfit-400.woff2) format("woff2")}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/outfit-600.woff2) format("woff2")}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/outfit-700.woff2) format("woff2")}:root{--color-bg: #000000;--color-surface: #0E0E0E;--color-surface-hover: #1A1A1A;--color-border: #333333;--color-primary: #00EA78;--color-primary-glow: rgba(0, 234, 120, .4);--color-accent: #00A352;--color-text: #FFFFFF;--color-text-muted: #B3B3B3;--font-main: "Inter", "Outfit", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--transition-fast: .2s ease;--transition-smooth: .4s cubic-bezier(.25, .46, .45, .94);--navbar-height: 88px}*{margin:0;padding:0;box-sizing:border-box}a,button,[role=button],.nav-toggle,.lang-toggle,.solutions-tab,.segments-tab,.tech-item{-webkit-tap-highlight-color:transparent}a:focus:not(:focus-visible),button:focus:not(:focus-visible),[role=button]:focus:not(:focus-visible){outline:none}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);color-scheme:dark;line-height:1.6;overflow-x:hidden;max-width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:#333 var(--color-bg);background-image:none;opacity:1}body.page-ready{opacity:1}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px;border:2px solid var(--color-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.container-fluid{width:100%;padding-right:var(--spacing-md);padding-left:var(--spacing-md);margin-right:auto;margin-left:auto}.section{padding:var(--spacing-xl) 0;position:relative;scroll-margin-top:var(--anchor-offset, calc(var(--navbar-height, 88px) + 16px))}.text-gradient{background:linear-gradient(135deg,#fff,#b3b3b3);color:#fff}@supports ((-webkit-background-clip: text) or (background-clip: text)){.text-gradient{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}.text-primary{color:var(--color-primary)}.centered-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;border-radius:var(--radius-md);font-weight:500;text-decoration:none;transition:var(--transition-fast);cursor:pointer;border:1px solid transparent;background:#111;color:#fff}.btn:hover{transform:translateY(-2px);border-color:var(--color-primary);box-shadow:0 0 20px #00ea781a;background:#000}.btn-outline{background:transparent;border:1px solid var(--color-border);color:var(--color-text);box-shadow:none}.btn-outline:hover{border-color:var(--color-text);background:#ffffff0d;color:var(--color-text)}.btn-glow{background:#00ea78;color:#000;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;border:none;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 0 20px #00ea784d}.btn-glow:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 0 40px #00ea7899;background:#00ff80;color:#000}.btn-glow:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 60%);opacity:0;transform:scale(.5);transition:all .5s ease}.btn-glow:hover:after{opacity:.3;transform:scale(1)}.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal.active{opacity:1;transform:translateY(0)}.tech-item:hover{border-color:var(--color-text)!important;transform:translateY(-5px)!important;box-shadow:0 10px 20px #00ea7833!important}.tech-item:hover img{filter:grayscale(0%)!important;opacity:1!important}.code-window{background:#1e1e1e;border-radius:8px;box-shadow:0 20px 50px #00000080;border:1px solid #333;overflow:hidden;font-family:Fira Code,monospace;transform:perspective(1000px) rotateY(5deg);transition:transform .5s ease}.code-window:hover{transform:perspective(1000px) rotateY(0)}.window-header{background:#252526;padding:10px 15px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #333}.window-dot{width:12px;height:12px;border-radius:50%}.window-dot.red{background:#ff5f56}.window-dot.yellow{background:#ffbd2e}.window-dot.green{background:#27c93f}.window-title{margin-left:10px;color:#888;font-size:.8rem;font-family:sans-serif}.window-body{padding:20px;display:flex;gap:15px}.line-numbers{display:flex;flex-direction:column;color:#555;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.9rem;line-height:1.6}code{color:#d4d4d4;font-size:.9rem;line-height:1.6;white-space:pre}#typewriter-code{display:block;position:relative;white-space:pre;text-align:left;-moz-tab-size:2;tab-size:2}#typewriter-code span{white-space:pre}#typewriter-code.is-typing:after{content:"|";color:var(--color-primary);margin-left:2px;animation:caret-blink 1s steps(2,end) infinite}@keyframes caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.keyword{color:#c586c0}.string{color:#ce9178}.function{color:#dcdcaa}.variable{color:#9cdcfe}.comment{color:#6a9955}.tech-badges{display:flex;flex-wrap:wrap;gap:1rem}.tech-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#fff;font-size:.9rem;transition:all .3s ease}.tech-badge:hover{background:#00ea781a;border-color:var(--color-primary);transform:translateY(-3px)}.tech-badge img{width:20px;height:20px}@media(max-width:768px){.about-container{grid-template-columns:1fr!important;text-align:center}.code-window{transform:none;margin-bottom:2rem}.tech-badges{justify-content:center}}.testimonials-shell{overflow:hidden;padding:4rem 0}.testimonials-header{margin-bottom:4rem}.testimonials-title{font-size:3rem;margin-bottom:1rem}.marquee-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);padding:1rem 0}.marquee-offset{margin-top:2rem}@supports not ((-webkit-mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent)) or (mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent))){.marquee-wrapper{-webkit-mask-image:none;mask-image:none}}.marquee-content{display:flex;gap:2rem;width:-moz-max-content;width:max-content}.marquee-wrapper,.marquee-content,.testimonial-card,.testimonial-card *{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.testimonial-card img{-webkit-user-drag:none}.testimonial-card{background:#111;border:1px solid #222;border-radius:16px;padding:2rem;width:350px;flex-shrink:0;position:relative;transition:all .3s ease;cursor:grab}.testimonial-card:active{cursor:grabbing}.testimonial-card:hover{border-color:#444;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.quote-icon{font-size:4rem;color:#333;line-height:1;opacity:.5;position:absolute;top:1rem;right:1.5rem;font-family:serif}.testimonial-text{color:var(--color-text-muted);font-size:1.1rem;margin-bottom:1.5rem;position:relative;z-index:1;line-height:1.6}.testimonial-text:after{content:"★★★★★";display:block;margin-top:1rem;font-size:.95rem;letter-spacing:.18rem;color:#00ea78;opacity:.9}.testimonial-author-block{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 4px 10px #00000080}.testimonial-author{font-weight:600;color:#fff}.testimonial-role{font-size:.85rem;color:#888}.rating-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem;font-size:.9rem;color:#fff}.star-icon{width:16px;height:16px;fill:#00ea78!important;stroke:#00ea78!important;margin-right:.5rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{position:relative;background:linear-gradient(145deg,#111,#0a0a0a);border:1px solid #222;border-radius:20px;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px -10px #00000080}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(0,234,120,.1),transparent 60%);opacity:0;transition:opacity .4s ease}.stat-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--color-primary);box-shadow:0 20px 40px -10px #00ea7833}.stat-card:hover:before{opacity:1}.stat-icon{width:48px;height:48px;color:var(--color-primary);margin-bottom:1.5rem;background:#00ea781a;padding:10px;border-radius:12px;transition:all .4s ease}.stat-card:hover .stat-icon{background:var(--color-primary);color:#000;transform:rotateY(180deg)}.stat-number{font-size:3.5rem;font-weight:700;color:#fff;display:block;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:.5rem}.stat-card:hover .stat-label{color:#fff}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;z-index:1000;transition:var(--transition-smooth);background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.navbar.scrolled{padding:1rem 0;background:#0a0a0af2}@supports not (backdrop-filter: blur(10px)){.navbar{background:#0a0a0af2}}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none;letter-spacing:-.5px;display:inline-flex;align-items:center;gap:.5rem;line-height:1}.logo span{color:var(--color-primary)}.logo-icon{width:40px;height:40px;display:block;object-fit:contain}.logo-wordmark{height:24px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;gap:1.4rem;align-items:center}.nav-links a{color:var(--color-text);text-decoration:none;font-size:.85rem;opacity:.8;transition:var(--transition-fast)}.nav-links a:not(.btn){position:relative;padding:.45rem 0}.nav-links a:not(.btn):after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px;background:var(--color-primary);box-shadow:0 0 10px #00ea7873;transform:scaleX(0);transform-origin:left center;transition:transform .24s ease}.nav-links a:hover{opacity:1;color:var(--color-primary)}.nav-links a:not(.btn):hover:after,.nav-links a:not(.btn):focus-visible:after,.nav-links a:not(.btn).is-active:after{transform:scaleX(1)}.nav-links a:not(.btn).is-active{color:var(--color-primary);opacity:1}.lang-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;border-radius:999px;border:1px solid #1f1f1f;background:#0a0a0ab3;color:#9b9b9b;font-size:.7rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:var(--transition-fast)}.lang-toggle:hover{border-color:#00ea7873;box-shadow:0 8px 18px #00ea7833}.lang-option{padding:.2rem .45rem;border-radius:999px;transition:var(--transition-fast)}html[lang^=pt] .lang-option[data-lang=pt],html[lang^=en] .lang-option[data-lang=en]{background:var(--color-primary);color:#00150b;box-shadow:0 6px 16px #00ea784d}.lang-sep{opacity:.4}.lang-toggle.mobile-only{display:none}.nav-links .btn{padding:.45rem 1.2rem;font-size:.8rem}.btn.btn-nav-primary{background:var(--color-primary);color:#00150b;border:1px solid var(--color-primary);box-shadow:0 10px 24px #00ea782e}.btn.btn-nav-primary:hover{background:#00ff80;border-color:#00ff80;color:#00150b;box-shadow:0 12px 28px #00ea784d}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:60px;background:#000;position:relative;overflow:hidden}.hero-container{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;width:100%}.hero-content{max-width:900px;margin:0 auto}.hero-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.2rem;border-radius:999px;border:1px solid rgba(0,234,120,.35);background:#00ea7814;color:var(--color-primary);font-size:.9rem;font-weight:500;letter-spacing:.01em;margin-bottom:1.8rem}.hero-title{font-size:clamp(2.6rem,6vw,5rem);line-height:1.05;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-highlight{color:var(--color-primary)}.hero-subtitle{font-size:1.15rem;color:#9b9b9b;max-width:640px;margin:0 auto 2.5rem;line-height:1.6}body.page-ready .hero-animate .hero-pill,body.page-ready .hero-animate .hero-title,body.page-ready .hero-animate .hero-subtitle,body.page-ready .hero-animate .hero-actions{animation:hero-fade-up .9s ease-out both}body.page-ready .hero-animate .hero-pill{animation-delay:.1s}body.page-ready .hero-animate .hero-title{animation-delay:.2s}body.page-ready .hero-animate .hero-subtitle{animation-delay:.35s}body.page-ready .hero-animate .hero-actions{animation-delay:.5s}body.page-ready .hero-discover,body.page-ready .hero-side-note{animation:hero-fade-opacity .9s ease-out both}body.page-ready .hero-discover{animation-delay:.65s}body.page-ready .hero-side-note-left{animation-delay:.72s}body.page-ready .hero-side-note-right{animation-delay:.79s}@media(max-width:900px){.hero-content{opacity:1!important;transform:none!important}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn.btn-hero-primary{background:var(--color-primary);color:#000;border:1px solid var(--color-primary);padding:.9rem 2.2rem;border-radius:12px;font-weight:600;box-shadow:0 10px 30px #00ea7833}.btn.btn-hero-primary:hover{background:#00ff80;border-color:#00ff80;transform:translateY(-2px);box-shadow:0 10px 30px #00ea784d}.btn.btn-hero-secondary{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7);padding:.9rem 2.2rem;border-radius:12px;font-weight:600}.btn.btn-hero-secondary:hover{border-color:#fff;background:#ffffff0a}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(0,234,120,.15) 0%,transparent 70%);pointer-events:none;z-index:1;filter:blur(50px)}#hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:auto}@media(max-width:768px){.hero-pill{font-size:.8rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.tech-header h2{font-size:2rem}.tech-stage{padding:2rem 1.5rem}.tech-grid{gap:1rem;justify-content:flex-start}.tech-item{width:72px;height:72px}.tech-hover-label{font-size:.9rem;padding:.45rem 1rem}}@media(prefers-reduced-motion:reduce){body.page-ready .hero-animate .hero-pill,body.page-ready .hero-animate .hero-title,body.page-ready .hero-animate .hero-subtitle,body.page-ready .hero-animate .hero-actions{animation:none}}.adventure-section{background:#000;padding:6rem 0;text-align:center}.adventure-title{font-size:3.5rem;margin-bottom:1rem;color:#fff}.adventure-title span{color:var(--color-primary)}.adventure-subtitle{color:#888;max-width:600px;margin:0 auto 4rem;font-size:1.1rem}.solutions-tabs{--tabs-inset: 2px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:var(--tabs-inset);border-radius:999px;border:1px solid #1f1f1f;background:#0c0c0ce6;box-shadow:inset 0 0 0 1px #ffffff05;margin:0 auto 2.5rem;max-width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;position:relative}.solutions-tabs::-webkit-scrollbar{display:none}.solutions-indicator{position:absolute;top:var(--tabs-inset);bottom:var(--tabs-inset);left:var(--tabs-inset);width:0;border-radius:999px;background:#00ea7838;border:1px solid rgba(0,234,120,.6);box-shadow:0 10px 24px #00ea7840;opacity:0;transition:transform .35s ease,width .35s ease,opacity .3s ease;z-index:0}.solutions-tab{border:1px solid transparent;background:transparent;color:#9b9b9b;padding:.6rem 1.3rem;border-radius:999px;font-weight:600;font-size:.95rem;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;z-index:1}.solutions-tab svg{width:16px;height:16px}.solutions-tab:hover{color:#fff;border-color:#00ea7859;background:#00ea7814}.solutions-tab.active{color:#fff;border-color:transparent;background:transparent;box-shadow:none}.solutions-panels{position:relative;max-width:1080px;margin:0 auto;text-align:left}.solution-panel{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.5rem;align-items:center;padding:2.5rem;border-radius:28px;border:1px solid #1f1f1f;background:linear-gradient(140deg,#0b0b0b,#0f0f0f 55%,#0a0a0a);box-shadow:0 30px 60px #00000073;overflow:hidden;isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;transform:translate(18px);transition:opacity .4s ease,transform .4s ease;min-height:340px}.solution-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(520px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.18),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.solution-panel:hover:before{opacity:1}.solution-panel>*{position:relative;z-index:1}.solution-panel.active{position:relative;opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.solution-visual{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 30% 20%,rgba(0,234,120,.12),transparent 55%),#0b0b0b;min-height:260px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.solution-orbit{width:190px;height:190px;position:relative;display:flex;align-items:center;justify-content:center}.solution-orbit:before{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(0,234,120,.2);box-shadow:0 0 20px #00ea7833;animation:orbit-pulse 5s ease-in-out infinite}.solution-orbit:after{content:"";position:absolute;inset:18px;border-radius:50%;border:1px dashed rgba(0,234,120,.3);animation:orbit-rotate 10s linear infinite}.orbit-rotator{position:absolute;inset:0;animation:orbit-rotate 10s linear infinite}.orbit-dot{position:absolute;top:-5px;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 12px #00ea7899}.solution-icon{width:70px;height:70px;border-radius:18px;border:1px solid rgba(0,234,120,.4);background:#00ea781f;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 24px #00ea7840;animation:icon-float 3.6s ease-in-out infinite}.solution-icon svg{width:30px;height:30px}.solution-content h3{font-size:2rem;margin-bottom:.8rem;color:#fff}.solution-content p{color:#9b9b9b;font-size:1rem;line-height:1.6;margin-bottom:1.4rem}.solution-list{list-style:none;display:grid;gap:.8rem;margin:0}.solution-list li{display:flex;align-items:center;gap:.6rem;color:#d1d1d1;font-size:.95rem}.solution-list li:before{content:"✓";color:var(--color-primary);font-weight:700}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.adventure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.adventure-card{background:#0e0e0e;border:1px solid #1f1f1f;border-radius:18px;padding:2.1rem;text-align:left;position:relative;overflow:hidden;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;min-height:320px;isolation:isolate}.adventure-card:before{content:"";position:absolute;inset:0;background:radial-gradient(520px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.22),transparent 60%);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.adventure-card>*{position:relative;z-index:1}.adventure-card:hover{border-color:#00ea7859;transform:translateY(-5px);box-shadow:0 25px 50px #00000073,0 0 30px #00ea7814}.adventure-card:hover:before{opacity:1}.card-icon{width:46px;height:46px;border-radius:14px;border:1px solid rgba(0,234,120,.25);background:#00ea7814;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.card-icon svg{width:22px;height:22px}.adventure-card h3{font-size:1.7rem;line-height:1.2;min-height:3.6rem;margin-bottom:.8rem;color:#fff}.adventure-card p{color:#888;margin-bottom:1.4rem;font-size:.95rem;line-height:1.6;min-height:3.8rem}.card-list{list-style:none;margin-bottom:0}.card-list li{display:flex;align-items:center;gap:.8rem;color:#ccc;margin-bottom:.6rem;font-size:.9rem}.card-list li:before{content:"✓";color:var(--color-primary);font-weight:700}.tech-section{background:#050505;position:relative}.tech-container{position:relative;z-index:1}.tech-header{text-align:center;max-width:720px;margin:0 auto 3rem}.tech-kicker{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(0,234,120,.3);background:#00ea7814;color:var(--color-primary);font-size:.85rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.tech-header h2{font-size:2.6rem;margin:1rem 0 .8rem;color:#fff;letter-spacing:-.02em}.tech-header p{color:#8f8f8f;font-size:1.05rem;line-height:1.6}.tech-stage{position:relative;border-radius:28px;padding:3rem;border:1px solid #1f1f1f;background:#0b0b0b;box-shadow:0 30px 60px #00000073;overflow:hidden;isolation:isolate}.tech-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(360px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.08),transparent 72%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.tech-stage:hover:before{opacity:.3}.tech-grid{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:1.5rem;max-width:1000px;margin:0 auto;overflow-x:auto;padding:1.2rem 0;scrollbar-width:none}.tech-grid::-webkit-scrollbar{display:none}.tech-item{flex:0 0 auto;width:84px;height:84px;border-radius:18px;background:#0a0a0ae6;border:1px solid #222;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;animation:tech-float 4s ease-in-out infinite;animation-delay:var(--delay)}.tech-delay-0{--delay: 0s}.tech-delay-1{--delay: .2s}.tech-delay-2{--delay: .4s}.tech-delay-3{--delay: .6s}.tech-delay-4{--delay: .8s}.tech-delay-5{--delay: 1s}.tech-delay-6{--delay: 1.2s}.tech-delay-7{--delay: 1.4s}.tech-delay-8{--delay: 1.6s}.tech-item:after{content:"";position:absolute;inset:-60%;background:radial-gradient(circle,rgba(0,234,120,.24),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.tech-item img{width:44px;height:44px;filter:grayscale(35%) brightness(.9);opacity:.9;transition:transform .3s ease,filter .3s ease,opacity .3s ease}.tech-item img.tech-icon-invert{filter:invert(1) brightness(1)!important}.tech-section .tech-item:hover{border-color:var(--color-primary)!important;box-shadow:0 10px 22px #00ea782e!important}.tech-section .tech-item:hover:after{opacity:1}.tech-section .tech-item:hover img{opacity:1}.tech-section .tech-item:hover img:not(.tech-icon-invert){filter:grayscale(0%) brightness(1)}.tech-section .tech-item:hover img.tech-icon-invert{filter:invert(1) brightness(1)!important}.tech-hover-label{margin:2rem auto 0;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.5rem 1.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#9b9b9b;font-size:.95rem;min-height:2.4rem;width:-moz-fit-content;width:fit-content;max-width:100%;transition:border-color .3s ease,background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease,opacity .3s ease;opacity:.7;transform:translateY(6px)}.tech-hover-label.active{border-color:#00ea7873;background:#00ea781f;color:#fff;box-shadow:0 12px 30px #00ea7833;opacity:1;transform:translateY(0)}.tech-hover-dot{width:8px;height:8px;border-radius:999px;background:var(--color-primary);box-shadow:0 0 12px #00ea7873;flex-shrink:0}.tech-hover-text{text-align:center;letter-spacing:.01em}@keyframes tech-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(prefers-reduced-motion:reduce){.tech-item img{animation:none}}.demo-section{position:relative}.demo-header{margin-bottom:3rem}.demo-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;border-radius:999px;border:1px solid rgba(0,234,120,.35);color:var(--color-primary);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;background:#00ea7814;margin-bottom:1rem}.demo-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2.5rem;align-items:stretch}.demo-console{background:#0b0b0b;border:1px solid #1f1f1f;border-radius:20px;overflow:hidden;box-shadow:0 18px 40px #00000073;min-height:280px;display:flex;flex-direction:column;position:relative;isolation:isolate;transform:perspective(1000px) rotateY(4deg);transition:border-color .3s ease,transform .35s ease,box-shadow .3s ease}.demo-console:before{content:"";position:absolute;inset:0;background:radial-gradient(420px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.18),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.demo-console>*{position:relative;z-index:1}.demo-console:hover{transform:perspective(1000px) rotateY(0) translateY(-4px)}.demo-console-header{display:flex;align-items:center;gap:.4rem;padding:.75rem 1rem;border-bottom:1px solid #1f1f1f;background:#111}.demo-console-title{margin-left:.35rem;color:#777;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.demo-dot{width:10px;height:10px;border-radius:50%;background:#444}.demo-dot-red{background:#ff5f56}.demo-dot-yellow{background:#ffbd2e}.demo-dot-green{background:#27c93f}.demo-console-body{padding:1.5rem;flex:1;display:flex}.demo-console-lines{display:flex;flex-direction:column;gap:.65rem;font-family:Fira Code,Space Mono,monospace;font-size:.9rem;color:#cfcfcf;min-height:200px;width:100%}.demo-log-line{display:flex;align-items:center;gap:.6rem;opacity:.95}.demo-log-prefix{color:var(--color-primary)}.demo-log-line--success{color:#00ea78}.demo-log-line--error{color:#ff5c5c}.demo-log-line--muted{color:#7b7b7b}.demo-log-line.is-typing:after{content:"▍";margin-left:4px;color:var(--color-primary);animation:caret-blink 1s steps(2,end) infinite}.demo-panel{background:#0b0b0b;border:1px solid #1f1f1f;border-radius:20px;padding:2rem;box-shadow:0 18px 40px #00000073;display:flex;flex-direction:column;gap:1.5rem}.demo-form{display:flex;flex-direction:column;gap:1rem}.demo-form label{font-size:.95rem;color:#d8d8d8}.demo-label{display:inline-flex;align-items:center;gap:.5rem}.demo-label-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;color:var(--color-primary)}.demo-label-icon svg{width:100%;height:100%}.demo-input .iti{width:100%}.demo-input input{width:100%;background:#0f0f0f;border:1px solid #262626;border-radius:12px;padding:.85rem 1rem;color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.demo-input .iti>input{padding-left:4.5rem;padding-right:1rem}.demo-input .iti>input:focus{outline:none;border-color:#00ea7899;box-shadow:0 0 0 3px #00ea781f}.demo-input .iti__country-container{left:0;display:flex;align-items:center}.demo-input .iti__selected-country{padding:0 .75rem;gap:.35rem;border-right:1px solid #1f1f1f;background:transparent}.demo-input .iti__selected-dial-code{color:#b5b5b5;font-weight:600}.demo-panel .iti__dropdown-content{background:#0f0f0f;border:1px solid #1f1f1f;border-radius:16px;box-shadow:0 20px 50px #0000008c;overflow:hidden}.demo-panel .iti--inline-dropdown .iti__dropdown-content{position:absolute;left:0;right:auto}.demo-panel .iti__search-input-wrapper{padding:.75rem .85rem .5rem;border-bottom:1px solid #1f1f1f}.demo-panel .iti__search-input{background:#141414;border:none;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;border-radius:10px;padding:.65rem 2.85rem .65rem 2.7rem;font-size:.95rem}.demo-panel .iti__search-input::-moz-placeholder{color:#7a7a7a}.demo-panel .iti__search-input::placeholder{color:#7a7a7a}.demo-panel .iti__search-icon{left:16px}.demo-panel .iti__search-icon-svg{stroke:#8a8a8a}.demo-panel .iti__search-clear .iti__search-clear-bg{fill:#8a8a8a}.demo-panel .iti__search-clear{right:8px;width:28px;height:28px}.demo-panel .iti__country-list{background:#0f0f0f;border:none;color:#e6e6e6}.demo-panel .iti__country{color:#e6e6e6}.demo-panel .iti__country:hover,.demo-panel .iti__country.iti__highlight{background:#161616}.demo-panel .iti__dial-code{color:#9b9b9b}.demo-panel .iti__divider{border-bottom-color:#1f1f1f}.demo-panel .iti__no-results{color:#cfcfcf;background:#0f0f0f;border-top:1px solid #1f1f1f;padding:.75rem 1rem .9rem}.demo-submit{width:100%}.demo-turnstile{width:100%;min-height:65px;overflow:hidden}.demo-submit:disabled{opacity:.6;cursor:not-allowed}.demo-hint{color:#7c7c7c;font-size:.85rem}.demo-status{min-height:1.2rem;color:#9b9b9b;font-size:.9rem}.demo-status.is-error{color:#ff7b7b}.demo-status.is-success{color:#00ea78}.ai-section{background:#000;padding:6rem 0}.ai-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ai-content h2{font-size:3rem;line-height:1.1;margin-bottom:2rem}.ai-content h2 span{color:var(--color-primary);display:block}.feature-item{margin-bottom:2rem;padding-left:1.5rem;border-left:2px solid #222;transition:all .3s ease;cursor:pointer;opacity:.5;-webkit-tap-highlight-color:transparent}.feature-item:hover{opacity:.8}.feature-item:focus:not(:focus-visible){outline:none}.feature-item.active{border-left-color:var(--color-primary);opacity:1}.feature-item h3{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.feature-item p{color:#888;font-size:1rem}.ai-visual{background:#0e0e0e;border-radius:20px;padding:2rem;border:1px solid #222;position:relative;min-height:250px;display:flex;align-items:center;justify-content:center}.visual-content{display:none;width:100%;animation:fadeIn .5s ease}.visual-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-card{background:#1a1a1a;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;border:1px solid #333}.profile-name{font-weight:600;color:#fff}.profile-role{font-size:.8rem;color:#888}.profile-img{width:50px;height:50px;background:#333;border-radius:50%;object-fit:cover;margin-right:1rem;border:2px solid rgba(255,255,255,.1)}.code-snippet{background:#000;border-radius:8px;padding:1rem;font-family:monospace;font-size:.8rem;color:#00ea78;border:1px solid #222;display:flex;flex-direction:column;gap:.5rem}.chat-line{display:flex;align-items:center;gap:.6rem;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.chat-line:before{content:">";color:var(--color-primary);font-weight:600}.chat-line.is-visible{opacity:1;transform:translateY(0)}.chat-line.is-typing:after{content:"▍";margin-left:4px;color:var(--color-primary);animation:chat-caret .8s step-end infinite}.chat-accent{color:#fff}@keyframes chat-caret{0%,to{opacity:1}50%{opacity:0}}.ai-description{color:#888;margin-bottom:2rem;max-width:480px;font-size:1rem;line-height:1.6}.segments-section{background:#000;padding:6rem 0;text-align:center}.segments-header{text-align:center;max-width:760px;margin:0 auto 3rem}.segments-header h2{font-size:3rem;margin-bottom:1rem;color:#fff}.segments-header p{color:#888;max-width:700px;margin:0 auto;font-size:1.1rem}.segments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.segment-card{background:#0e0e0e;border:1px solid #222;border-radius:18px;padding:2rem 2rem 1.8rem;position:relative;overflow:hidden;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;isolation:isolate}.segment-card:before{content:"";position:absolute;inset:0;background:radial-gradient(360px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.24) 0%,rgba(0,234,120,.12) 35%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.segment-card>*{position:relative;z-index:1}.segment-card:hover{border-color:#00ea78d9;transform:translateY(-4px);box-shadow:0 0 0 1px #00ea788c,0 0 32px #00ea7824,0 18px 40px #00000073}.segment-card:hover:before{opacity:.8}.segment-icon{width:50px;height:50px;border-radius:12px;border:1px solid rgba(0,234,120,.22);background:linear-gradient(135deg,#00ea7824,#00ea780a);color:var(--color-primary);box-shadow:inset 0 0 0 1px #00ea7814;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.2rem;transition:all .3s ease}.segment-icon svg{width:22px;height:22px}.segment-card:hover .segment-icon{border-color:#00ea78f2;box-shadow:0 0 0 1px #00ea7899,0 12px 26px #00ea7852;background:linear-gradient(135deg,#00ea78e6,#00ea7880);color:#eafff4}.segment-card h3{font-size:1.35rem;margin-bottom:1rem;color:#fff}.segment-list{list-style:none}.segment-list li{color:#aaa;font-size:.95rem;margin-bottom:.7rem;padding-bottom:.7rem;display:flex;align-items:center;gap:.6rem;border-bottom:1px solid rgba(255,255,255,.06)}.segment-list li:before{content:"•";color:var(--color-primary);font-weight:700}.segment-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.segments-tabs{--tabs-inset: 2px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:var(--tabs-inset);border-radius:999px;border:1px solid #1f1f1f;background:#0c0c0ce6;box-shadow:inset 0 0 0 1px #ffffff05;margin:0 auto 2.5rem;max-width:100%;position:relative;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.segments-tabs::-webkit-scrollbar{display:none}.segments-indicator{position:absolute;top:var(--tabs-inset);bottom:var(--tabs-inset);left:var(--tabs-inset);width:0;border-radius:999px;background:#00ea7833;border:1px solid rgba(0,234,120,.6);box-shadow:0 10px 24px #00ea7838;opacity:0;transition:transform .35s ease,width .35s ease,opacity .3s ease;z-index:0}.segments-tab{border:1px solid transparent;background:transparent;color:#9b9b9b;padding:.45rem .8rem;border-radius:999px;font-weight:600;font-size:.84rem;letter-spacing:-.012em;font-family:inherit;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;z-index:1}.segments-tab svg{width:14px;height:14px}.segments-tab:hover{color:#fff;border-color:#00ea784d;background:#00ea7814}.segments-tab.active{color:#fff;border-color:transparent;background:transparent;box-shadow:none}.segments-panels{position:relative;width:100%;max-width:1080px;margin:0 auto;text-align:left}.segment-panel{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:2.5rem;align-items:center;padding:2.5rem;border-radius:28px;border:1px solid #1f1f1f;background:linear-gradient(140deg,#0b0b0b,#101010 60%,#0a0a0a);box-shadow:0 30px 60px #00000073;overflow:hidden;isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;transform:translate(18px);transition:opacity .4s ease,transform .4s ease;min-height:340px}.segment-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(520px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.16),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.segment-panel:hover:before{opacity:1}.segment-panel>*{position:relative;z-index:1}.segment-panel.active{position:relative;opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.segment-visual{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 25% 20%,rgba(0,234,120,.15),transparent 55%),#0b0b0b;min-height:240px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.segment-visual:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:22px 22px;opacity:.2}.segment-orbit{width:180px;height:180px;position:relative;display:flex;align-items:center;justify-content:center}.segment-orbit:before{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(0,234,120,.2);box-shadow:0 0 20px #00ea7833;animation:orbit-pulse 5s ease-in-out infinite}.segment-orbit:after{content:"";position:absolute;inset:16px;border-radius:50%;border:1px dashed rgba(0,234,120,.3);animation:orbit-rotate 10s linear infinite}.segment-orbit .orbit-rotator{position:absolute;inset:0;animation:orbit-rotate 9s linear infinite}.segment-visual-icon{width:64px;height:64px;border-radius:18px;border:1px solid rgba(0,234,120,.4);background:#00ea781f;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 24px #00ea7840;animation:icon-float 3.6s ease-in-out infinite;position:relative;z-index:1}.segment-visual-icon svg{width:28px;height:28px}.segment-content h3{font-size:2rem;margin-bottom:.8rem;color:#fff}.segment-content p{color:#9b9b9b;font-size:1rem;line-height:1.6;margin-bottom:1.4rem}.process-section{background:#050505;padding:6rem 0}.process-header{text-align:center;max-width:760px;margin:0 auto 3rem}.process-header h2{font-size:3rem;margin-bottom:1rem;color:#fff}.process-header p{color:#888;max-width:640px;margin:0 auto;font-size:1.1rem}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:1.8rem;column-gap:1.8rem;row-gap:1.5rem;position:relative}.process-card{background:#0e0e0e;border:1px solid #222;border-radius:20px;padding:2.2rem;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;isolation:isolate;min-height:240px}.process-card:before{content:"";position:absolute;inset:0;background:radial-gradient(320px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.2),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.process-card>*{position:relative;z-index:1}.process-card.is-active{border-color:#00ea78e6;box-shadow:0 0 0 1px #00ea7866,0 20px 40px #00000073,0 0 28px #00ea7826;transform:translateY(-4px)}.process-card.is-active:before{opacity:.9}.process-badge{display:flex;align-items:center;gap:.9rem;margin-bottom:1.6rem}.step-circle{width:54px;height:54px;border-radius:50%;border:1px solid #2a2a2a;background:#0b0b0b;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#c7c7c7;position:relative}.step-circle:before{content:"";position:absolute;inset:4px;border-radius:50%;background:conic-gradient(from 90deg,transparent 0deg 260deg,rgba(0,234,120,.95) 270deg 350deg,transparent 350deg 360deg);mask:radial-gradient(circle,transparent 58%,#000 59%,#000 66%,transparent 67%);-webkit-mask:radial-gradient(circle,transparent 58%,#000 59%,#000 66%,transparent 67%);opacity:0;transition:opacity .3s ease}@supports not ((-webkit-mask: radial-gradient(circle,transparent 62%,#000 63%)) or (mask: radial-gradient(circle,transparent 62%,#000 63%))){.step-circle:before{opacity:0}}.process-card.is-active .step-circle:before{opacity:1;animation:step-spin 1.8s linear infinite}.process-card.is-active .step-circle{background:#0b0b0b;color:#c7c7c7;border-color:#00ea78e6;box-shadow:0 0 14px #00ea7859}.step-icon{width:34px;height:34px;border-radius:10px;border:1px solid rgba(0,234,120,.2);background:#00ea7814;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.step-icon svg{width:18px;height:18px}.process-card.is-active .step-icon{border-color:#00ea788c;background:#00ea7833;box-shadow:0 0 18px #00ea7859;color:#d9ffe8}.process-card h3{font-size:1.4rem;margin-bottom:.8rem;color:#fff}.process-card p{color:#9b9b9b;font-size:.98rem;line-height:1.6;margin:0}@keyframes step-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products-section{background:#050505;padding:6rem 0}.products-header{text-align:center;max-width:760px;margin:0 auto 3rem}.products-header h2{font-size:3rem;margin-bottom:1rem;color:#fff}.products-header p{color:#888;max-width:700px;margin:0 auto;font-size:1.1rem}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.product-card{background:#0e0e0e;border:1px solid #222;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:border-color .3s ease,transform .3s ease;display:flex;flex-direction:column;isolation:isolate}.product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(420px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,234,120,.2),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.product-card>*{position:relative;z-index:1}.product-card:hover{transform:translateY(-5px)}.product-card:hover:before{opacity:1}.product-card h3{font-size:2rem;margin-bottom:1rem;color:#fff}.product-card p{color:#888;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.product-list{list-style:none;margin-bottom:2rem}.product-list li{display:flex;align-items:center;gap:.6rem;color:#ccc;margin-bottom:.6rem;font-size:.95rem}.product-list li:before{content:"✓";color:var(--color-primary);font-weight:700}.product-actions{margin-top:auto;padding-top:1.8rem}.product-actions .btn{background:#0b0b0b;border:1px solid rgba(0,234,120,.45);color:#fff;box-shadow:0 0 18px #00ea7826}.product-actions .btn:hover{background:var(--color-primary);color:#00150b;border-color:var(--color-primary);box-shadow:0 10px 30px #00ea7859}.product-footnote{margin-top:2rem;color:#777;font-size:.95rem;text-align:center}@media(max-width:1100px){.segments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits-title{white-space:normal}}@media(max-width:900px){.product-actions .btn{background:var(--color-primary);color:#00150b;border-color:var(--color-primary);box-shadow:0 10px 30px #00ea7859}#benefits .benefits-container>.reveal{text-align:center}#benefits .benefit-list{max-width:520px;margin-left:auto;margin-right:auto;text-align:left}#benefits .benefit-list li{align-items:flex-start;justify-content:flex-start;text-align:left;gap:1.2rem}.adventure-grid,.ai-container,.demo-grid,.segments-grid,.segments-panels,.process-grid,.products-grid{grid-template-columns:1fr}.segments-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;max-width:560px;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none;border-radius:0}.segments-tab{width:100%;justify-content:center;text-align:center;white-space:normal}.segment-panel{grid-template-columns:1fr;padding:2rem;min-height:0}.segment-visual{min-height:210px}.solutions-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;max-width:520px;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none;border-radius:0}.solutions-tab{width:100%;justify-content:center;text-align:center;white-space:normal}.solution-panel{grid-template-columns:1fr;padding:2rem;min-height:0}.solution-visual{min-height:220px}.demo-panel{padding:1.6rem}.demo-console-body{padding:1.2rem}.adventure-card h3,.adventure-card p{min-height:0}.adventure-title{font-size:2.5rem}}.benefits-container{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.benefit-list{list-style:none;margin-top:2rem}.benefit-list li{margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem;font-size:1.1rem;color:#ccc}.benefit-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#004d26;color:#00ea78;border-radius:4px;font-size:.9rem;font-weight:700;flex-shrink:0}.benefits-title{white-space:nowrap;word-break:keep-all;display:inline-block;font-size:2.5rem;margin-bottom:2rem}.about-section{background:#000}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-size:3rem;margin-bottom:1.5rem;line-height:1.1}.about-text{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.1rem}.about-text--last{margin-bottom:2.5rem}.about-image{width:100%;height:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);position:relative;overflow:hidden}.about-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,234,120,.1),transparent)}footer{background:#000;padding:5rem 0 2rem;border-top:none;position:relative}.site-footer{overflow:hidden}.footer-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#00ea7826,#0000 70%);pointer-events:none;z-index:0}.footer-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5;z-index:0;pointer-events:none}.footer-inner{position:relative;z-index:1;padding:8rem 0;text-align:center}footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,#0000,#00ea780f,#00ea7873,#00ea780f,#0000);opacity:1;pointer-events:none;z-index:2}.footer-cta{text-align:center;margin-bottom:4rem;padding:4rem 2rem;background:linear-gradient(180deg,rgba(0,234,120,.05) 0%,transparent 100%);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.footer-cta h2{font-size:clamp(2.4rem,6vw,4rem);margin-bottom:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.footer-title-highlight{color:var(--color-primary)}@supports ((-webkit-background-clip: text) or (background-clip: text)){.footer-title-highlight{background:linear-gradient(135deg,#fff,#00ea78);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}.footer-subtitle{color:var(--color-text-muted);margin-bottom:3rem;font-size:1.25rem;max-width:600px;margin-left:auto;margin-right:auto}.footer-cta-icon{margin-left:10px}.footer-bottom{text-align:center;color:#666;font-size:.9rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:6rem}.scroll-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:999px;border:1px solid #1f1f1f;background:#0a0a0ae6;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #00000073;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease;z-index:1000;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.scroll-top svg{width:18px;height:18px}.scroll-top.show{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top:hover{background:var(--color-primary);color:#00150b;border-color:var(--color-primary);box-shadow:0 12px 30px #00ea7859;transform:translateY(-2px)}@media(max-width:768px){.hero-content h1{font-size:3rem}.segments-header h2,.products-header h2{font-size:2.4rem}.benefits-container,.about-container{grid-template-columns:1fr}.nav-links{display:none}.lang-toggle.mobile-only{display:inline-flex}}@media(max-width:768px){:root{--spacing-md: 1.25rem;--spacing-lg: 2.5rem;--spacing-xl: 4.5rem}.section{padding:var(--spacing-lg) 0}.adventure-section,.ai-section,.process-section{padding:4.5rem 0}.navbar{padding:.9rem 0}.nav-container{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;row-gap:.75rem;align-items:center}.logo-icon{width:32px;height:32px}.logo-wordmark{height:20px}.nav-links{display:flex;grid-column:1 / -1;gap:1rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links .lang-toggle{display:none}.nav-links a{font-size:.8rem;white-space:nowrap}.btn.btn-nav-primary{padding:.45rem .9rem;font-size:.8rem}.lang-toggle.mobile-only{justify-self:end}.hero{padding-top:100px;min-height:90vh}#hero-canvas{pointer-events:none}.hero-pill{font-size:.78rem;padding:.4rem .9rem}.hero-title{font-size:clamp(2.2rem,9vw,3.2rem)}.hero-subtitle{font-size:1rem}.hero-actions{gap:.85rem}.hero-glow{width:420px;height:420px;filter:blur(40px)}.adventure-title,.segments-header h2,.process-header h2,.products-header h2,.ai-content h2,.benefits-title,.about-title,.testimonials-title,.tech-header h2{font-size:2.1rem}.adventure-subtitle,.segments-header p,.process-header p,.products-header p,.tech-header p,.about-text,.benefit-list li{font-size:1rem}.solutions-tabs,.segments-tabs{gap:.35rem;margin-bottom:2rem}.solutions-tab{padding:.45rem .9rem;font-size:.85rem;gap:.35rem}.segments-tab{padding:.4rem .75rem;font-size:.8rem;gap:.3rem}.solutions-indicator,.segments-indicator{display:none}.solution-panel,.segment-panel{padding:1.6rem;gap:1.5rem;min-height:0;border-radius:20px}.solution-visual,.segment-visual{min-height:180px;border-radius:18px}.solution-orbit,.segment-orbit{width:150px;height:150px}.solution-content h3,.segment-content h3,.product-card h3{font-size:1.6rem}.adventure-card,.segment-card,.process-card,.product-card,.stat-card{padding:1.6rem}.adventure-card,.process-card{min-height:0}.stat-number{font-size:2.5rem}.stats-grid{grid-template-columns:1fr}.testimonial-card{width:280px;padding:1.5rem}.demo-grid{gap:1.8rem}.demo-console{min-height:240px;transform:none}.demo-console:hover{transform:translateY(-2px)}.demo-panel{padding:1.4rem}.demo-input input{font-size:.95rem}.demo-input .iti>input{padding-left:4.5rem;padding-right:1rem}.tech-stage{padding:2rem 1.5rem;border-radius:22px}.tech-grid{gap:.9rem;padding:.8rem 0}.tech-item{width:68px;height:68px;border-radius:16px}.benefit-list li{gap:.9rem;margin-bottom:1.5rem}footer{padding:4rem 0 2rem}.footer-inner{padding:4rem 0}.footer-cta{padding:2.5rem 1.5rem;margin-bottom:3rem}.footer-glow{width:420px;height:420px}}@media(max-width:520px){.hero-title{font-size:2.1rem}.hero-subtitle{font-size:.95rem}.hero-pill{font-size:.74rem}.adventure-title,.segments-header h2,.process-header h2,.products-header h2,.ai-content h2,.benefits-title,.about-title,.testimonials-title,.tech-header h2{font-size:1.9rem}.solutions-tabs,.segments-tabs{padding:.35rem}.solutions-tab,.segments-tab{font-size:.78rem}.solution-visual,.segment-visual{min-height:160px}.solution-orbit,.segment-orbit{width:130px;height:130px}.demo-console-title{letter-spacing:.12em}.tech-item{width:60px;height:60px}.testimonial-card{width:260px}}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav-toggle{width:42px;height:42px;border-radius:12px;border:1px solid #1f1f1f;background:#0c0c0ce6;display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.nav-close{position:absolute;top:1.2rem;right:1.2rem;width:38px;height:38px;border-radius:12px;border:1px solid #1f1f1f;background:#0c0c0ce6;color:#e5e5e5;font-size:1.6rem;line-height:1;display:none;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.nav-close:hover{border-color:#00ea7873;background:var(--color-primary);color:#00150b;box-shadow:0 12px 24px #00ea7833}.nav-toggle span{display:block;width:18px;height:2px;background:#e5e5e5;border-radius:999px}.nav-backdrop{position:fixed;inset:0;background:#0009;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999}html.nav-open,body.nav-open{overflow:hidden}body.nav-open .nav-backdrop{opacity:1;pointer-events:auto}@media(max-width:900px){.nav-toggle{display:inline-flex}.nav-links{display:flex;position:fixed;top:0;right:0;height:100vh;height:100svh;height:100dvh;width:min(84vw,320px);flex-direction:column;align-items:flex-start;gap:1rem;padding:5.5rem 1.5rem calc(2.5rem + env(safe-area-inset-bottom));background:#0b0b0b;border-left:1px solid #1f1f1f;transform:translate(110%);transition:transform .35s ease;z-index:1000;box-shadow:-20px 0 40px #00000073;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}body.nav-open .nav-links{transform:translate(0)}.nav-close{display:inline-flex}.nav-links .lang-toggle{display:none}.nav-links a,.nav-links .btn{width:100%}.nav-links a{font-size:1rem;padding:.35rem 0;opacity:.95}.nav-links a:not(.btn):after{right:auto;width:2.5rem}.nav-links .btn{justify-content:center}}@media(max-width:900px){.lang-toggle.mobile-only{display:inline-flex}}.nav-actions{display:none}@media(max-width:900px){.nav-actions{display:flex}}@media(max-width:900px){.nav-container{display:flex;align-items:center;justify-content:space-between}}@media(max-width:900px){.hero{padding-top:calc(var(--navbar-height, 96px) + 18px + env(safe-area-inset-top));min-height:100svh}}@media(max-width:900px)and (max-height:520px){.hero{justify-content:flex-start;padding-top:calc(var(--navbar-height, 80px) + 14px + env(safe-area-inset-top));min-height:auto}.hero-title{font-size:clamp(1.9rem,8vw,2.6rem)}.hero-subtitle{font-size:.95rem}.hero-pill{font-size:.72rem}.hero-actions{gap:.6rem}.hero-actions .btn{padding:.7rem 1rem}}@media(max-width:900px)and (orientation:landscape){.section{scroll-margin-top:calc(var(--navbar-height, 72px) - 44px)}}@supports (-webkit-touch-callout: none){@media(max-width:900px)and (orientation:landscape){.section{scroll-margin-top:calc(var(--navbar-height, 72px) - 20px)}}}@media(max-width:1200px)and (max-height:520px)and (orientation:landscape){.benefits-container{grid-template-columns:1fr;gap:2.5rem}.stats-grid{grid-template-columns:1fr}.stat-card{width:100%}}@media(max-height:520px)and (orientation:landscape){.about-container{grid-template-columns:1fr;gap:2.5rem;text-align:center}.about-content{text-align:center}.code-window{transform:none;margin-bottom:2rem}.tech-badges{justify-content:center}}@media(max-width:900px)and (orientation:landscape){.solutions-tabs{grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%}.solutions-tab{font-size:.78rem;padding:.4rem .6rem;white-space:nowrap;background:#0c0c0ce6;border:1px solid #1f1f1f}.solutions-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}}@media(max-width:900px)and (orientation:portrait){.solutions-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;width:100%;max-width:560px;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none}.solutions-tab{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;padding:.7rem .8rem;font-size:.86rem;line-height:1.2;min-height:78px;background:#0c0c0ce6;border:1px solid #1f1f1f;white-space:normal}.solutions-tab span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.solutions-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}.solutions-indicator{display:none}}@media(max-width:900px)and (orientation:portrait){.benefits-container{grid-template-columns:1fr;gap:2.5rem}.benefits-title{white-space:normal}.stats-grid{width:100%}}@media(max-width:900px){.tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:1rem;width:100%;max-width:100%;overflow:visible;padding:.6rem 0}}@media(max-width:900px)and (orientation:landscape){.tech-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}}@media(max-height:520px)and (orientation:landscape){.solutions-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none;border-radius:0}.solutions-tab{font-size:.78rem;padding:.4rem .6rem;white-space:nowrap;justify-content:center;background:#0c0c0ce6;border:1px solid #1f1f1f}.solutions-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}.solutions-indicator{display:none}}@media(max-width:900px)and (orientation:portrait){.segments-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;width:100%;max-width:560px;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none}.segments-tab{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;padding:.7rem .8rem;font-size:.86rem;line-height:1.2;min-height:78px;background:#0c0c0ce6;border:1px solid #1f1f1f;white-space:normal}.segments-tab span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.segments-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}.segments-indicator{display:none}}@media(max-width:900px)and (orientation:landscape){.segments-tabs{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%}.segments-tab{font-size:.78rem;padding:.4rem .6rem;white-space:nowrap;background:#0c0c0ce6;border:1px solid #1f1f1f}.segments-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}}@media(max-height:520px)and (orientation:landscape){.segments-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:0;border:none;background:transparent;box-shadow:none;border-radius:0}.segments-tab{font-size:.78rem;padding:.4rem .6rem;white-space:nowrap;justify-content:center;background:#0c0c0ce6;border:1px solid #1f1f1f}.segments-tab.active{background:#00ea782e;border-color:#00ea7880;box-shadow:0 10px 22px #00ea782e}.segments-indicator{display:none}}.demo-input .iti__selected-country-primary{gap:.35rem}.demo-input .iti__selected-country{color:#f2f2f2;min-width:4.5rem}.demo-input .iti__arrow{border-top-color:#6b6b6b}.demo-input .iti__flag{box-shadow:none}:root{--iti-path-flags-1x: url(/vendor/intl-tel-input/img/flags.png);--iti-path-flags-2x: url(/vendor/intl-tel-input/img/flags@2x.png);--iti-path-globe-1x: url(/vendor/intl-tel-input/img/globe.png);--iti-path-globe-2x: url(/vendor/intl-tel-input/img/globe@2x.png)}@supports ((background-image: -webkit-image-set(url(/vendor/intl-tel-input/img/flags.webp) 1x)) or (background-image: image-set(url(/vendor/intl-tel-input/img/flags.webp) 1x))){:root{--iti-path-flags-1x: image-set(url(/vendor/intl-tel-input/img/flags.webp) type("image/webp"), url(/vendor/intl-tel-input/img/flags.png) type("image/png"));--iti-path-flags-2x: image-set(url(/vendor/intl-tel-input/img/flags@2x.webp) type("image/webp"), url(/vendor/intl-tel-input/img/flags@2x.png) type("image/png"));--iti-path-globe-1x: image-set(url(/vendor/intl-tel-input/img/globe.webp) type("image/webp"), url(/vendor/intl-tel-input/img/globe.png) type("image/png"));--iti-path-globe-2x: image-set(url(/vendor/intl-tel-input/img/globe@2x.webp) type("image/webp"), url(/vendor/intl-tel-input/img/globe@2x.png) type("image/png"))}}.iti--fullscreen-popup{background:#000000d1}.iti--fullscreen-popup .iti__dropdown-content{background:#0f0f0f;border:1px solid #1f1f1f;border-radius:16px;box-shadow:0 25px 60px #0009;overflow:hidden}.iti--fullscreen-popup .iti__search-input-wrapper{padding:.8rem .85rem .6rem}.iti--fullscreen-popup .iti__search-input{background:#141414;border:none;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;border-radius:10px;padding:.7rem 2.9rem .7rem 2.7rem;font-size:.95rem}.iti--fullscreen-popup .iti__search-input::-moz-placeholder{color:#7a7a7a}.iti--fullscreen-popup .iti__search-input::placeholder{color:#7a7a7a}.iti--fullscreen-popup .iti__search-icon{left:16px}.iti--fullscreen-popup .iti__search-icon-svg{stroke:#8a8a8a}.iti--fullscreen-popup .iti__search-clear .iti__search-clear-bg{fill:#8a8a8a}.iti--fullscreen-popup .iti__search-clear{right:10px;width:30px;height:30px}.iti--fullscreen-popup .iti__country-list{background:#0f0f0f;border-top:1px solid #1f1f1f}.iti--fullscreen-popup .iti__country{color:#e6e6e6}.iti--fullscreen-popup .iti__country:hover,.iti--fullscreen-popup .iti__country.iti__highlight{background:#161616}.iti--fullscreen-popup .iti__dial-code{color:#9b9b9b}.iti--fullscreen-popup .iti__divider{border-bottom-color:#1f1f1f}.iti--fullscreen-popup .iti__no-results{color:#cfcfcf}.hero-highlight.hero-typing:after{content:"";display:inline-block;width:.045em;height:.84em;margin-left:.07em;background:#fff;vertical-align:-.02em;animation:hero-caret 1s steps(1,end) infinite}.hero-highlight.hero-typing{display:inline-block;min-height:1.05em}@keyframes hero-caret{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.hero-highlight.hero-typing:after{animation:none}}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px 32px;text-align:left;color:#919b95;font-size:.82rem;line-height:1.6;margin-top:3rem;padding-top:24px}.footer-bottom>span{flex:1}.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:8px 24px;flex-wrap:wrap}.footer-legal a,.footer-legal a:visited{display:inline-flex;align-items:center;min-height:44px;color:#aeb8b2;text-decoration:none;white-space:nowrap;transition:color .18s ease}.footer-legal a:hover{color:var(--color-primary)}.footer-legal a:focus-visible{outline:2px solid var(--color-primary);outline-offset:5px;border-radius:3px}@media(max-width:700px){.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:10px;margin-top:2rem}.footer-legal{justify-content:center;gap:4px 20px}}.unified-en,html[lang^=en] .unified-pt{display:none}html[lang^=en] .unified-en{display:inline}.unified-solutions{background:radial-gradient(ellipse at 50% 0,rgba(0,220,130,.06),transparent 55%)}.unified-heading{max-width:780px;margin:0 auto 48px;text-align:center}.unified-eyebrow{color:var(--color-primary);font-size:.72rem;letter-spacing:.16em;font-weight:600}.unified-heading h2{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.14;margin:18px 0 22px;letter-spacing:-.035em}.unified-heading em{font-style:normal;color:var(--color-primary)}.unified-heading p{color:#9aa9a1;font-size:1.05rem;line-height:1.8}.unified-capabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #23342a;border-radius:20px;background:#09100c;padding:26px;margin-bottom:56px;gap:24px}.unified-capabilities>div{padding:0 16px;border-right:1px solid #24342a}.unified-capabilities>div:last-child{border:0}.unified-capabilities svg{width:23px;height:23px;color:var(--color-primary);margin-bottom:14px}.unified-capabilities h3{font-size:1rem;margin-bottom:8px}.unified-capabilities p{font-size:.86rem;color:#99a79f;line-height:1.65}.business-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;scroll-margin-top:120px}.business-heading h3{font-size:1.35rem;margin-bottom:8px}.business-heading p,.business-heading>span{color:#95a29a;font-size:.86rem}.business-heading>span{white-space:nowrap;font-size:.75rem}.business-solutions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.business-solution{min-width:0;border:1px solid #292f2b;border-radius:18px;background:#0c0e0d;overflow:hidden;transition:border-color .2s,background .2s}.business-solution:hover{border-color:#41654f}.business-solution[open]{background:#0c1510;border-color:#008d54}.business-solution summary{display:flex;gap:20px;padding:28px;cursor:pointer;list-style:none}.business-solution summary::-webkit-details-marker{display:none}.business-solution summary:focus-visible{outline:2px solid #00df87;outline-offset:-4px;border-radius:18px}.business-icon{display:grid;place-items:center;flex:0 0 46px;height:46px;border:1px solid #214f35;background:#0a2115;border-radius:13px;color:#00df87}.business-icon svg{width:22px;height:22px}.business-solution h3{font-size:1.12rem;margin:0 0 10px}.business-solution summary p{color:#a1ada6;line-height:1.7;font-size:.89rem;margin:0;min-height:3.4em}.business-expand{display:flex;justify-content:space-between;align-items:center;color:#6ee9ae;font-size:.78rem;margin-top:22px;gap:20px}.business-expand>span:last-child{font-size:1.5rem;font-weight:400;transition:transform .2s}.business-solution[open] .business-expand>span:last-child{transform:rotate(45deg)}.business-detail{border-top:1px solid #233b2c;padding:24px 28px 28px}.business-detail h4{font-size:.83rem;font-weight:600;margin-bottom:14px}.unified-benefits{list-style:none;padding:0;margin:0 0 24px}.unified-benefits li{display:flex;gap:12px;margin:10px 0;color:#bcc9c1;font-size:.86rem;line-height:1.65}.unified-benefits li:before{content:"✓";color:#00df87}.business-example{padding:20px;border-radius:12px;background:#060c08;border:1px solid #233b2c}.business-example ol{list-style:none;counter-reset:step;padding:0;margin:0 0 16px}.business-example li{counter-increment:step;display:flex;gap:12px;align-items:baseline;color:#c4d0c9;font-size:.83rem;line-height:1.65;margin:12px 0}.business-example li:before{content:counter(step,decimal-leading-zero);color:#00df87;font:.72rem ui-monospace,monospace}.business-example small{display:block;color:#81958a;font-size:.72rem;line-height:1.6}.business-demo,.unified-bottom a{display:inline-flex;gap:14px;align-items:center;color:#00df87;text-decoration:none;font-size:.85rem;padding:12px 0}.business-demo{margin-top:12px}.business-demo:hover,.unified-bottom a:hover{text-decoration:underline}.unified-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding:22px 0;border-top:1px solid #26332b}.unified-bottom p{font-size:.86rem;color:#99a79f}@media(max-width:800px){.unified-capabilities{grid-template-columns:repeat(2,minmax(0,1fr));padding:22px;gap:26px}.unified-capabilities>div{border:0;padding:0}.business-heading>span{display:none}.business-solution summary{padding:22px;gap:14px}.business-detail{padding:22px}.business-solutions{grid-template-columns:1fr}.unified-bottom{align-items:start;flex-direction:column;gap:6px}.unified-heading{margin-bottom:32px}.unified-capabilities{margin-bottom:36px}}.solution-applications{grid-column:1/-1;border-top:1px solid #263d2d;margin-top:8px;padding-top:8px;width:100%}.solution-applications summary{display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;color:#75eab2;font-size:.9rem;padding:18px 0}.solution-applications summary::-webkit-details-marker{display:none}.solution-applications summary>span:last-child{font-size:1.5rem;transition:transform .2s}.solution-applications[open] summary>span:last-child{transform:rotate(45deg)}.solution-applications summary:focus-visible{outline:2px solid #00d984;outline-offset:4px}.solution-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:4px 0 16px}.solution-examples>div{padding:20px;border:1px solid #21382b;border-radius:14px;background:#07110b}.solution-examples h4{font-size:.95rem;margin-bottom:10px}.solution-examples p{color:#a5b4ab;font-size:.86rem;line-height:1.7}.solution-example-note{font-size:.75rem;color:#86998d;margin:0 0 8px}.solutions-demo-invite{display:flex;align-items:center;gap:32px;justify-content:space-between;margin-top:28px;padding:28px;border:1px solid #244331;border-radius:20px;background:#08150d;scroll-margin-top:110px}.solutions-demo-invite>div{max-width:760px}.solutions-demo-invite h3{font-size:1.15rem;line-height:1.5;margin-bottom:12px}.solutions-demo-invite p{font-size:.9rem;line-height:1.8;color:#a1b1a7}.solutions-demo-invite>a{flex-shrink:0;font-size:.85rem;gap:12px}@media(max-width:800px){.solution-examples{grid-template-columns:1fr}.solutions-demo-invite{flex-direction:column;align-items:stretch;padding:22px}.solutions-demo-invite>a{align-self:start}}.adventure-title>.unified-pt,.adventure-title>.unified-en{color:var(--color-text,#fff)}.solution-examples{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-examples>div{background:#0b0e0c;border-color:#29342d}.solution-examples .example-situation{color:#c4cec8;margin-bottom:18px}.solution-examples ol{margin:0;padding-left:20px;color:#00d984}.solution-examples li{padding-left:6px;margin:12px 0;font-size:.85rem;line-height:1.75}.solution-examples li>span{color:#a5b4ab}@media(max-width:700px){.solution-examples{grid-template-columns:1fr}}.tech-section .tech-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));justify-items:center;gap:24px;max-width:800px;width:100%;overflow:visible}.tech-delay-9{animation-delay:.9s}.tech-delay-10{animation-delay:1s}.tech-delay-11{animation-delay:1.1s}@media(max-width:900px){.tech-section .tech-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:420px}}#benefits .benefits-title{margin-bottom:32px;line-height:1.2}#benefits .benefit-editorial{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}#benefits .benefit-editorial li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:18px;align-items:start;padding:20px 0;margin:0;border-bottom:1px solid #232b26;text-align:left;line-height:1.6}#benefits .benefit-editorial li:last-child{border-bottom:0}#benefits .benefit-symbol{display:flex;align-items:center;justify-content:center;color:#00da82;padding-top:3px;background:none}#benefits .benefit-symbol svg{width:22px;height:22px;stroke-width:1.6}#benefits .benefit-editorial h3{font-size:1.02rem;line-height:1.4;font-weight:600;color:#eef4f0;margin:0 0 6px}#benefits .benefit-editorial p{font-size:.87rem;line-height:1.75;color:#9daaa2;margin:0;max-width:530px}@media(max-width:700px){#benefits .benefits-title{text-align:left;margin-bottom:22px}#benefits .benefit-editorial li{padding:18px 0;gap:14px;grid-template-columns:24px minmax(0,1fr)}#benefits .benefit-editorial h3{font-size:.95rem}#benefits .benefit-editorial p{font-size:.82rem}}#benefits .benefits-container{grid-template-columns:minmax(0,800px);justify-content:center}.google-reviews-heading{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:32px}.google-reviews-heading>div{max-width:700px}.google-reviews h2{font-size:clamp(1.8rem,3.5vw,2.7rem);line-height:1.2;margin:16px 0}.google-reviews em{font-style:normal;color:#00df87}.google-reviews-heading p{color:#9dada3;line-height:1.8;font-size:.95rem}.google-rating{display:flex;flex-direction:column;gap:8px;flex-shrink:0;text-decoration:none;color:#ddd;padding:24px 30px;border:1px solid #29392e;border-radius:18px;background:#0c110e}.google-rating strong{font-size:2rem}.google-rating strong span{color:#fbbc04;font-size:1.4rem}.google-rating small{color:#88978e;font-size:.7rem}.google-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.google-review-card{display:flex;flex-direction:column;padding:28px;border:1px solid #29332c;border-radius:20px;background:#0b0e0c}.google-review-author{display:flex;gap:14px;align-items:center}.review-initial{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#1b2a21;color:#94c8a9;font-size:.85rem}.google-review-author h3{font-size:.95rem;margin:0 0 4px}.google-review-author small,.google-review-source small{color:#8e9c93;font-size:.75rem}.google-review-card blockquote{flex:1;margin:28px 0;line-height:1.8;font-size:1rem;color:#e1e9e4}.google-review-source{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:18px;border-top:1px solid #253029}.google-reviews a:not(.google-rating){color:#66df9f;text-decoration:none;font-size:.8rem}.google-reviews a:hover{text-decoration:underline}.google-review-footer{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:28px}.google-review-footer p{max-width:650px;color:#95a59a;font-size:.85rem;line-height:1.8}.google-review-footer a{flex-shrink:0}@media(max-width:800px){.google-reviews-heading,.google-review-footer{flex-direction:column;align-items:start;gap:24px}.google-review-grid{grid-template-columns:1fr}.google-review-card{padding:24px}.google-rating{width:100%;box-sizing:border-box}}#benefits .benefits-container{display:block;max-width:850px;margin-inline:auto}#benefits .benefits-container>.reveal{width:100%;max-width:none;margin-inline:auto}#benefits .benefits-title{text-align:center;width:100%;margin-inline:auto;margin-bottom:36px}#benefits .benefit-editorial{max-width:720px;width:100%;margin-inline:auto}#benefits .benefit-editorial p{max-width:none}@media(max-width:700px){#benefits .benefits-title{text-align:center;margin-bottom:24px}}#benefits .benefit-editorial{max-width:820px}.about-process{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.about-process span{padding:10px 15px;border:1px solid #26332d;border-radius:999px;color:#aeb8b2;font-size:.9rem}.about-process span:not(:last-child):after{content:"  →";color:#00e676;margin-left:10px}@media(max-width:700px){.about-process{margin-top:22px}.about-process span{font-size:.8rem;padding:8px 12px}}.name-story-heading{max-width:820px;margin:0 auto 48px;text-align:center}.name-story h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.15;margin:20px 0}.name-story h2 em{font-style:normal;color:var(--color-primary,#00df82)}.name-story-heading p{color:#aab4ae;line-height:1.8;text-wrap:pretty}.name-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.name-pillars article{padding:32px;border:1px solid #26352c;background:linear-gradient(150deg,#101713,#090b0a);border-radius:24px}.name-token{display:flex;align-items:center;justify-content:space-between;font-size:2.6rem;font-weight:700;color:#fff;margin-bottom:30px}.name-token>span{font-family:monospace;color:#00df82;font-size:1.8rem}.name-pillars h3{font-size:1.2rem;margin:0 0 14px}.name-pillars p{color:#aab4ae;line-height:1.8;text-wrap:pretty;margin:0}.name-signature{text-align:center;margin:40px auto 0;font-size:1.2rem;line-height:1.8;color:#aab4ae}.name-signature strong{color:#00df82}@media(max-width:760px){.name-pillars{grid-template-columns:1fr;gap:16px}.name-pillars article{padding:24px}.name-token{margin-bottom:20px}.name-story-heading{margin-bottom:28px}}.hero-typing-line{white-space:nowrap}@media(max-width:520px){.hero-typing-line{white-space:normal}.hero-highlight{white-space:nowrap}}.name-pillars article{transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.name-pillars article:hover{transform:translateY(-6px);border-color:var(--color-primary,#00df82);box-shadow:0 16px 40px #00df821f}.name-pillars article .name-token>span{transition:transform .35s ease}.name-pillars article:hover .name-token>span{transform:translate(4px)}.hero-subtitle{max-width:760px}@media(max-width:700px){.hero-typing-line,.hero-highlight{white-space:normal}.hero-title{max-width:100%;overflow-wrap:normal}.hero-subtitle{width:100%;max-width:100%;font-size:1rem;padding-inline:8px}}.name-token svg{width:32px;height:32px;color:var(--color-primary,#00df82)}#benefits .benefits-container{max-width:1200px}#benefits .benefit-editorial{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;max-width:none}#benefits .benefit-editorial li{grid-column:span 2;display:flex;flex-direction:column;gap:24px;padding:30px;border:1px solid #26352c;border-radius:24px;background:linear-gradient(145deg,#101512,#090b0a);min-width:0;transition:opacity .8s ease,transform .4s ease,border-color .35s ease,box-shadow .35s ease}#benefits .benefit-editorial li:nth-last-child(-n+2){grid-column:span 3}#benefits .benefit-editorial li:last-child{border-bottom:1px solid #26352c}#benefits .benefit-symbol{width:48px;height:48px;padding:0;border-radius:14px;background:#00df8214;border:1px solid rgba(0,223,130,.15);transition:transform .35s ease}#benefits .benefit-symbol svg{width:24px;height:24px}#benefits .benefit-editorial h3{font-size:1.08rem;margin-bottom:12px;text-wrap:balance}#benefits .benefit-editorial p{font-size:.9rem;text-wrap:pretty}.google-review-card{transition:opacity .8s ease,transform .4s ease,border-color .35s ease,box-shadow .35s ease}.google-review-card:focus-within{border-color:#00df82;box-shadow:0 12px 32px #00df821a}@media(hover:hover){#benefits .benefit-editorial li.active:hover,.google-review-card.active:hover{transform:translateY(-6px);border-color:#00df82;box-shadow:0 16px 40px #00df821f}#benefits .benefit-editorial li:hover .benefit-symbol{transform:translateY(-3px)}}.adventure-subtitle,[data-i18n=products_subtitle],.google-reviews-heading p,.google-review-footer p{text-wrap:balance}@media(min-width:801px){.adventure-subtitle{max-width:860px}}.google-reviews-heading>div{min-width:0;max-width:800px}@media(max-width:800px){#benefits .benefit-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}#benefits .benefit-editorial li,#benefits .benefit-editorial li:nth-last-child(-n+2){grid-column:span 1;padding:24px}#benefits .benefit-editorial li:last-child{grid-column:1/-1}}@media(max-width:540px){#benefits .benefit-editorial{grid-template-columns:minmax(0,1fr)}#benefits .benefit-editorial li{gap:20px}}@media(prefers-reduced-motion:reduce){#benefits .benefit-editorial li,.google-review-card,#benefits .benefit-symbol{transition:none;transform:none}}:root{--section-title-size:clamp(2rem,3.4vw,3rem);--section-description-size:1.1rem;--card-title-size:1.2rem;--card-description-size:1rem}.section .section-title,footer .section-title,#demo .section-title{font-family:var(--font-main);font-size:var(--section-title-size);font-weight:700;line-height:1.2;letter-spacing:-.025em;margin:24px 0;text-wrap:balance}.section .section-pill,footer .section-pill{display:inline-flex;align-items:center;justify-content:center;gap:0;max-width:100%;padding:10px 20px;margin:0;border:1px solid rgba(0,223,130,.35);border-radius:999px;background:#00df820f;color:var(--color-primary);font-family:var(--font-main);font-size:.8rem;font-weight:500;line-height:1.4;letter-spacing:.01em;text-transform:none;text-align:center}.section-label-wrap{text-align:center}.ai-content .section-label-wrap,.about-content .section-label-wrap{text-align:left}.section :is(.adventure-subtitle,.benefits-description,.tech-header>p,.ai-description,.process-header>p,.products-header>p,.google-reviews-heading p,.name-story-heading>p),#demo .demo-platform-top>p,footer .footer-subtitle{font-family:var(--font-main);font-size:var(--section-description-size);font-weight:400;line-height:1.75;color:var(--color-text-muted);text-wrap:balance;max-width:860px;margin-inline:auto}.section :is(.tech-header,.process-header,.products-header,.name-story-heading),#demo .demo-platform-top{max-width:960px;margin-inline:auto}.section .google-reviews-heading{display:block;text-align:center;margin:0 auto 48px}.section .google-reviews-heading>div{max-width:960px;margin-inline:auto}.section .google-review-footer{justify-content:center;flex-direction:column;text-align:center;gap:16px}.section .google-review-footer p{max-width:860px}.section :is(.feature-item h3,.process-card h3,.product-card h3,.name-pillars h3),#benefits .benefit-editorial h3{font-size:var(--card-title-size);font-weight:600;line-height:1.4}.section :is(.feature-item p,.process-card p,.product-card p,.name-pillars p,.about-text,.google-review-card blockquote),#benefits .benefit-editorial p{font-size:var(--card-description-size);font-weight:400;line-height:1.75;text-wrap:pretty}@media(max-width:700px){:root{--section-description-size:1rem;--card-title-size:1.1rem;--card-description-size:.95rem}.section .section-pill,footer .section-pill{font-size:.7rem;padding:9px 16px}}#benefits .benefits-description{text-align:center;margin-bottom:48px}@media(max-width:800px){.about-content .section-label-wrap,.ai-content .section-label-wrap{text-align:center}#about .about-container{gap:32px}#about .about-content{order:0}#about .about-visual{order:1;min-width:0}}@media(max-width:700px){.hero-ending{white-space:nowrap}.hero-desktop-break{display:none}.hero-highlight.hero-typing{display:block;white-space:normal;min-height:2.1em}.hero-conjunction{white-space:nowrap}}.hero{padding-bottom:210px;min-height:100svh}.hero .hero-container{padding-top:80px}.hero .btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-color:#68dcb28c;background:#02120c80}.hero-play{display:grid;place-items:center;width:30px;height:30px;border:1px solid #66dcb3;border-radius:50%;box-shadow:0 0 16px #00df8220}.hero-play svg{width:18px;height:18px;fill:#fff}.hero-discover{position:absolute;bottom:52px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:18px;width:min(90%,700px);text-align:center;text-decoration:none;color:#d9eee5;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.hero-discover svg{width:26px;height:26px;fill:none;stroke:#e2fff4;stroke-width:1.6;animation:discover-down 2.4s ease-in-out infinite}@keyframes discover-down{50%{transform:translateY(7px)}}@media(max-width:700px){.hero{padding-bottom:170px}.hero .hero-container{padding-top:36px}.hero-discover{bottom:32px;font-size:.62rem;letter-spacing:.1em;max-width:300px;line-height:1.7}}@media(prefers-reduced-motion:reduce){.hero-discover svg{animation:none}}.hero .btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px}.hero-cta-arrow{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .25s ease}.hero .btn-hero-primary:hover .hero-cta-arrow{transform:translate(4px)}.hero-side-note{position:absolute;bottom:38px;z-index:3;color:#b7c9c0;font-size:.75rem;line-height:1.6;pointer-events:none}.hero-side-note:before{content:"";display:block;width:26px;height:2px;background:#00df9a;margin-bottom:8px}.hero-side-note-left{left:3%;text-align:left}.hero-side-note-right{right:3%;text-align:right}.hero-side-note-right:before{margin-left:auto}@media(max-width:700px){.hero{padding-bottom:220px}.hero-discover{bottom:100px}.hero-side-note{bottom:24px;font-size:.6rem;max-width:44%}.hero-side-note-left{left:20px}.hero-side-note-right{right:20px}}.hero-side-note{bottom:64px}.hero-discover{bottom:72px}@media(min-width:701px){.hero{padding-bottom:240px}}@media(max-width:700px){.hero-side-note{bottom:38px}.hero-discover{bottom:115px}}@media(min-width:701px){.hero{height:100svh;min-height:680px;box-sizing:border-box;padding:90px 0 175px;align-items:center}.hero .hero-container{padding-top:0}.hero .hero-title{font-size:clamp(2.6rem,6vw,5.5rem);margin-block:20px}.hero .hero-subtitle{margin-bottom:28px}.hero .hero-actions{margin-top:24px}.hero .hero-pill{margin-bottom:12px}.hero-side-note{bottom:30px}.hero-discover{bottom:45px}}@media(min-width:701px)and (max-height:760px){.hero{min-height:600px;padding-top:85px;padding-bottom:140px}.hero .hero-title{font-size:clamp(2.4rem,5.4vw,4.5rem);margin-block:14px}.hero .hero-subtitle{font-size:1rem;margin-bottom:16px}.hero .hero-actions{margin-top:16px}}@media(max-width:700px){.hero{padding-bottom:150px}.hero .hero-container{padding-top:16px}.hero-discover{bottom:82px}.hero-side-note{bottom:20px}}.hero-mobile-benefits{display:none}@media(max-width:700px)and (orientation:portrait){.hero{height:100svh;min-height:640px;padding:calc(var(--navbar-height,72px) + 14px) 0 0;display:block;box-sizing:border-box}.hero .hero-container{padding-top:0}.hero .hero-content{width:100%}.hero .hero-pill{font-size:.65rem;margin:0 0 14px;padding:8px 14px}.hero .hero-title{font-size:clamp(1.8rem,8.2vw,2.4rem);line-height:1.06;margin:0 0 12px}.hero .hero-highlight{min-height:2.12em}.hero .hero-subtitle{font-size:clamp(.8rem,3.5vw,.95rem);line-height:1.55;margin:0 auto 16px;padding:0;max-width:340px}.hero .hero-actions{margin-top:0;gap:10px}.hero .hero-actions .btn{min-height:46px;padding:10px 14px;font-size:.85rem}.hero-mobile-benefits{position:absolute;top:72%;left:20px;right:20px;display:flex;justify-content:space-around;gap:12px;z-index:2;text-align:center;color:#c5d6cd;font-size:.65rem;line-height:1.4}.hero-mobile-benefits>span{display:flex;flex-direction:column;align-items:center;gap:8px}.hero-mobile-benefits svg{width:22px;height:22px;padding:4px;border-radius:50%;background:#00df9a;color:#002316;stroke-width:3}.hero-discover{bottom:5%;font-size:.58rem;max-width:255px;gap:10px}.hero-side-note{display:none}}@media(max-width:700px)and (max-height:740px)and (orientation:portrait){.hero .hero-pill{margin-bottom:10px}.hero .hero-title{font-size:clamp(1.7rem,7.5vw,2rem);margin-bottom:8px}.hero .hero-subtitle{font-size:.8rem;line-height:1.45;margin-bottom:12px}.hero .hero-actions .btn{min-height:42px;padding:8px 12px}.hero-mobile-benefits{top:75%;font-size:.6rem}}@media(max-width:700px)and (orientation:portrait){.hero .hero-ending{display:block}.hero .hero-title{font-size:clamp(1.9rem,8.7vw,2.5rem)}.hero .hero-pill{margin-bottom:20px}.hero .hero-subtitle{margin-bottom:22px}}@media(max-width:700px)and (max-height:740px)and (orientation:portrait){.hero .hero-title{font-size:clamp(1.7rem,7.5vw,2rem)}.hero .hero-pill{margin-bottom:10px}.hero .hero-subtitle{margin-bottom:12px}}@media(max-width:700px)and (orientation:portrait){.hero-mobile-benefits{top:auto;bottom:24%;font-size:.65rem}}@media(max-width:700px)and (max-height:740px)and (orientation:portrait){.hero .hero-pill{margin-bottom:6px}.hero .hero-subtitle{margin-bottom:8px}.hero .hero-highlight{min-height:1.95em}.hero .hero-actions{gap:8px}.hero .hero-title{margin-bottom:4px}}@media(max-width:700px)and (orientation:portrait){.hero{height:auto;min-height:100svh;padding-bottom:113px}.hero .hero-mobile-benefits{position:static;margin:38px 0 0;gap:10px}.hero .hero-subtitle{font-size:.8rem;line-height:1.45;margin-bottom:28px}.hero .hero-pill{margin-bottom:12px}.hero .hero-title{margin-bottom:8px}.hero .hero-highlight{min-height:2.12em}.hero-discover{bottom:25px;gap:8px}}@media(max-width:700px)and (max-height:740px)and (orientation:portrait){.hero{padding-top:calc(var(--navbar-height,72px) + 8px);padding-bottom:88px}.hero .hero-title{font-size:clamp(1.65rem,7.2vw,1.95rem)}.hero .hero-subtitle{font-size:.76rem}.hero .hero-mobile-benefits{margin-top:34px}.hero-discover{bottom:20px}}@media(max-width:700px)and (max-height:640px)and (orientation:portrait){.hero{padding-bottom:74px}.hero .hero-pill{margin-bottom:8px}}.btn.btn-nav-primary{background:var(--color-primary);color:#000;opacity:1;font-weight:600;border-color:var(--color-primary);box-shadow:0 10px 30px #00ea7833}.btn.btn-nav-primary:hover{background:#00ff80;border-color:#00ff80;box-shadow:0 10px 30px #00ea784d}@media(max-width:700px){.hero .btn-hero-primary>span,.hero .btn-hero-primary>.hero-cta-arrow{position:relative;left:3px}}.solutions-panels{position:relative;max-width:1180px;margin:0 auto}.solution-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding:clamp(1.5rem,4vw,4rem);min-height:430px;border:1px solid rgba(0,234,120,.22);border-radius:28px;background:linear-gradient(135deg,#07120ef5,#080a0afa);box-shadow:0 24px 70px #00000059,inset 0 1px #ffffff0a}.solution-visual{min-height:330px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(0,234,120,.2),transparent 48%),linear-gradient(145deg,#00ea7814,#0003);border:1px solid rgba(0,234,120,.2);position:relative;overflow:hidden}.solution-visual:before{content:"";position:absolute;width:78%;aspect-ratio:1;border:1px solid rgba(0,234,120,.28);border-radius:50%;box-shadow:0 0 45px #00ea7829,inset 0 0 35px #00ea7814}.solution-visual:after{content:"";position:absolute;width:58%;aspect-ratio:1;border:1px dashed rgba(0,234,120,.3);border-radius:50%;animation:orbit-rotate 14s linear infinite}.solution-orbit{width:150px;height:150px;z-index:1}.solution-icon{width:92px;height:92px;border-radius:26px;background:linear-gradient(145deg,#00ea783d,#00503059);border:1px solid rgba(0,234,120,.65);box-shadow:0 0 35px #00ea7866;color:#00ea78}.solution-icon svg{width:42px;height:42px}.solution-content h3{font-size:clamp(1.65rem,3vw,2.45rem);color:#fff;margin-bottom:1rem}.solution-content p{font-size:1.08rem;line-height:1.7;color:#b0bbb6;max-width:560px}.solution-list{display:grid;gap:.8rem;margin-top:1.4rem}.solution-list li{color:#e8efeb;font-size:1.02rem}.solution-list li:before{color:#00ea78}@media(max-width:800px){.solution-panel{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem;min-height:0}.solution-visual{min-height:245px}.solution-content h3{font-size:1.7rem}.solution-content p{font-size:.98rem}.solution-list li{font-size:.94rem}}@media(max-width:700px)and (orientation:portrait){.hero{padding-top:calc(var(--navbar-height,72px) + 32px)}.hero .hero-title{font-size:clamp(2.45rem,10.5vw,3rem)}.hero .hero-subtitle{margin-bottom:40px}.hero .hero-mobile-benefits{display:none}.hero .hero-actions{gap:12px}.hero .hero-actions .btn{min-height:60px;padding:14px 18px;font-size:1rem;font-weight:600}}#process .process-card{padding:38px 30px;border-radius:28px;background:linear-gradient(135deg,#10201a88,#060c0988 55%,#0b1a1288);border-color:#86ae942b;min-height:310px}#process .process-badge{gap:26px;margin-bottom:30px}#process .step-icon{order:-1;width:78px;height:78px;border-radius:22px;background:radial-gradient(circle at 30% 20%,#005e3933,#00130c);border:1px solid #00c88155;box-shadow:inset 0 0 22px #00d5800c;flex-shrink:0}#process .step-icon svg{width:32px;height:32px;stroke-width:1.8}#process .step-circle{width:auto;height:auto;display:block;border:0;border-radius:0;background:none;box-shadow:none;font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#bfcac4}#process .step-circle:before{display:none;animation:none}#process .step-circle:after{content:"";display:block;width:25px;height:2px;background:#00ea91;margin-top:12px}#process .process-card.is-active{border-color:#00eb96;box-shadow:0 0 25px #00e78b14}#process .process-card.is-active:before{opacity:.9}#process .process-card.is-active .step-icon{color:#80ffd0;border-color:#00e99488;box-shadow:0 0 26px #00e89122,inset 0 0 20px #00e89112}#process .process-card h3{margin-bottom:18px}@media(hover:hover){#process .process-card.is-active:hover{transform:translateY(-4px)}}@media(max-width:700px){#process .process-card{padding:28px 24px;min-height:0}#process .step-icon{width:68px;height:68px;border-radius:18px}#process .process-badge{margin-bottom:24px}}#main{background:radial-gradient(ellipse 100% 14% at 0% 17%,#00482b36,transparent 75%),radial-gradient(ellipse 100% 17% at 100% 40%,#0041313d,transparent 75%),radial-gradient(ellipse 110% 18% at 0% 67%,#003d2838,transparent 75%),radial-gradient(ellipse 100% 15% at 100% 91%,#00432933,transparent 75%),#010403}#main>section.section{background:transparent}#process .process-card:not(.is-active):hover{transform:none;border-color:#86ae942b}#process .step-icon{position:relative}#process .step-icon:before{content:"";position:absolute;inset:-2px;padding:2px;border-radius:inherit;background:conic-gradient(from var(--process-light-angle),transparent 0deg 240deg,#00e990 300deg,#baffdf 335deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;pointer-events:none}@property --process-light-angle{syntax:"<angle>";initial-value:0deg;inherits:false}#process .process-card.is-active .step-icon:before{opacity:1;animation:process-icon-light 2.8s linear infinite}@keyframes process-icon-light{to{--process-light-angle:360deg}}@media(prefers-reduced-motion:reduce){#process .step-icon:before{animation:none!important}}#products .product-card{padding:30px 40px;border-radius:30px;border-color:#2d5a4977;background:linear-gradient(135deg,#0e211bb3,#050c09b3 55%,#0a1914b3)}.product-art{width:165px;height:130px;margin:0 0 18px -10px;background:radial-gradient(ellipse at 50% 70%,#00c87916,transparent 68%)}.product-art svg{width:100%;height:100%;transition:transform .4s ease}#products .product-card h3{margin-bottom:12px}#products .product-card>p{margin-bottom:12px}#products .product-list{border-top:1px solid #8bc4aa22;padding-top:18px;margin-bottom:18px}#products .product-list li{gap:13px;min-height:26px;margin-bottom:8px}#products .product-list li:before{content:"✓";display:grid;place-items:center;flex-shrink:0;width:23px;height:23px;border:1px solid #00d78138;border-radius:50%;background:#004b303d;color:#00ee98;font-size:14px;line-height:1}#products .product-actions{padding-top:8px}#products .product-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:17px;border-radius:30px;border:1px solid #00e88b;padding:12px 24px;background:#020b07;color:#fff;font-weight:600;box-shadow:0 6px 20px #00df7910}#products .product-actions svg{width:20px;height:20px;stroke:#00ee98;fill:none;stroke-width:2;transition:transform .25s}@media(hover:hover){#products .product-card:hover .product-art svg{transform:translateY(-4px)}#products .product-actions .btn:hover{background:var(--color-primary);color:#00150b;border-color:var(--color-primary);box-shadow:0 10px 30px #00ea7859}#products .product-actions .btn:hover svg{transform:translate(4px);stroke:currentColor}}@media(max-width:700px){#products .product-card{padding:26px 24px;border-radius:24px}.product-art{width:145px;height:115px}#products .product-actions .btn{width:100%}}@media(prefers-reduced-motion:reduce){.product-art svg{transition:none}}#benefits .benefit-editorial li,.google-review-card,.name-pillars article{position:relative;isolation:isolate;overflow:hidden}#benefits .benefit-editorial li:before,.google-review-card:before,.name-pillars article:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(420px circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(0,234,120,.2),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}@media(hover:hover)and (pointer:fine){#benefits .benefit-editorial li:hover:before,.google-review-card:hover:before,.name-pillars article:hover:before{opacity:1}}#benefits .benefit-editorial li:before{width:auto;height:auto;display:block}#testimonials .google-review-card{padding:30px;border-radius:24px;border-color:#00885488;background:linear-gradient(135deg,#0b2116aa,#060c09bb 60%,#07221688)}#testimonials .google-review-card:after{content:"“";position:absolute;top:16px;right:26px;font-family:Georgia,serif;font-size:78px;line-height:1;color:#00e88b20;pointer-events:none}#testimonials .review-initial{width:56px;height:56px;flex-shrink:0;background:linear-gradient(140deg,#254838,#11281d);color:#79ffc6;font-size:1rem;font-weight:600}#testimonials .google-review-author{padding-right:22px}.review-stars{display:flex;gap:4px;margin-top:20px;color:#00e99a}.review-stars svg{width:20px;height:20px;fill:currentColor}#testimonials .google-review-card blockquote{margin:14px 0 26px;font-weight:400}#testimonials .google-review-source{padding-top:22px}#testimonials .google-review-source a{font-weight:600;color:#00ef9c}#testimonials .google-review-footer{gap:25px;margin-top:34px}#testimonials .google-review-footer p{max-width:none;width:100%;text-wrap:pretty}#testimonials .google-review-footer>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 32px;border:1px solid #00e994;border-radius:30px;background:#020b07;color:#00efa0;font-size:.9rem;font-weight:600;box-shadow:0 0 22px #00e99412;transition:background .25s,color .25s,box-shadow .25s}@media(min-width:1100px){#testimonials .google-review-footer p{white-space:nowrap;font-size:clamp(.75rem,1.05vw,.9rem)}}@media(hover:hover){#testimonials .google-review-footer>a:hover{background:#00ea78;color:#00150b;box-shadow:0 10px 30px #00ea7859}}@media(max-width:800px){#testimonials .google-review-card{padding:26px}#testimonials .google-review-footer>a{max-width:100%;padding-inline:22px}}#our-name{position:relative}#our-name:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:min(760px,92%);height:80px;pointer-events:none;background:radial-gradient(ellipse 9% 2px at 50% 100%,#9affdc 0%,#00e99a 45%,transparent 100%),radial-gradient(ellipse 36% 7px at 50% 100%,#00e99a88,transparent 100%),radial-gradient(ellipse 50% 65% at 50% 100%,#00d98a24,transparent 100%)}.site-footer:before{left:50%;transform:translate(-50%);width:min(760px,92%);height:70px;background:radial-gradient(ellipse 9% 2px at 50% 0%,#9affdc 0%,#00e99a 45%,transparent 100%),radial-gradient(ellipse 36% 7px at 50% 0%,#00e99a88,transparent 100%),radial-gradient(ellipse 50% 70% at 50% 0%,#00d98a24,transparent 100%)}#technologies .tech-controls>button,.reviews-carousel .review-controls>button{width:44px;height:44px;padding:0;flex-shrink:0;border:1px solid #008953;border-radius:50%;background:#03150c;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:none;transition:background .2s,border-color .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}#technologies .tech-controls>button svg,.reviews-carousel .review-controls>button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#technologies .tech-controls>button:focus-visible,.reviews-carousel .review-controls>button:focus-visible{outline:2px solid #00e899;outline-offset:3px;border-radius:50%}@media(hover:hover)and (pointer:fine){#technologies .tech-controls>button:hover,.reviews-carousel .review-controls>button:hover{background:#075330;border-color:#00e899;box-shadow:0 0 14px #00e89940}}#technologies .tech-item,#testimonials .reviews-carousel .google-review-card{transition:transform .55s cubic-bezier(.22,.75,.25,1),translate .55s cubic-bezier(.22,.75,.25,1),opacity .55s,border-color .4s,box-shadow .4s}@media(prefers-reduced-motion:reduce){#technologies .tech-item,#testimonials .reviews-carousel .google-review-card{transition:none}}.solution-panel .solution-art{min-height:0;aspect-ratio:1;background:radial-gradient(ellipse,rgba(0,219,134,.12),transparent 68%);border:0;border-radius:0;overflow:visible}.solution-art:before,.solution-art:after{display:none}.solution-art>svg{width:100%;height:auto;max-height:490px}.art-halo{fill:#00af6e0f;stroke:#00ea9626;stroke-width:28}.art-symbol{filter:drop-shadow(0 0 12px rgba(0,255,163,.5))}.solution-eyebrow{display:inline-block;padding:7px 14px;margin-bottom:18px;border:1px solid #00663e;border-radius:99px;color:#00e990;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.solution-panel .solution-content{border-left:1px solid rgba(115,255,200,.1);padding-left:clamp(20px,3vw,45px)}.solution-panel .solution-content h3{line-height:1.17;letter-spacing:-.035em;font-size:clamp(28px,3.2vw,43px);text-wrap:balance}.solution-panel .solution-list{gap:14px}.solution-panel .solution-list li{line-height:1.5}.solution-applications{grid-column:1/-1}@media(max-width:800px){.solution-panel .solution-art{width:min(100%,340px);margin:auto}.solution-panel .solution-content{border:0;padding-left:0}.solution-panel{gap:22px}.solution-panel .solution-content h3{font-size:29px}}.solution-visual{position:relative}.floating-solution-icon{position:absolute;width:48px;height:48px;border:1px solid #00ea78;border-radius:50%;display:grid;place-items:center;color:#69ffd0;background:#031e15;box-shadow:0 0 20px #00ea7855;z-index:2}.floating-solution-icon:nth-last-child(4){top:14%;left:18%}.floating-solution-icon:nth-last-child(3){top:18%;right:16%}.floating-solution-icon:nth-last-child(2){bottom:16%;left:17%}.floating-solution-icon:nth-last-child(1){bottom:14%;right:18%}.floating-solution-icon{position:absolute;width:48px;height:48px;border:1px solid #00ea78;border-radius:50%;display:grid;place-items:center;color:#69ffd0;background:#031e15;box-shadow:0 0 20px #00ea7855;z-index:3}.float-0{top:14%;left:18%}.float-1{top:17%;right:15%}.float-2{bottom:15%;left:17%}.float-3{bottom:14%;right:17%}.hero .hero-container{position:relative;z-index:2}html,body,.hero{background-color:#000}.hero{isolation:isolate}#hero-canvas{background-color:#000;opacity:0;transition:opacity .3s ease}#hero-canvas[data-rendered=true]{opacity:1}@media(prefers-reduced-motion:reduce){#hero-canvas{transition:none}}@supports (overflow:clip){html,body{overflow-x:clip}}@media(max-width:800px){#process{overflow:visible}#process .process-grid{display:flex;flex-direction:column;gap:24px;max-width:680px;margin-inline:auto;perspective:1000px}#process .process-card{width:100%;background:linear-gradient(135deg,#10201a,#060c09 55%,#0b1a12);opacity:1}#process.process-pinned{padding-top:0;padding-bottom:80px}#process.process-pinned>.container{position:sticky;top:var(--process-top);padding-top:0}#process.process-pinned .process-header{margin-bottom:32px}#process.process-pinned .process-grid{position:relative;display:block;transform-style:preserve-3d}#process.process-pinned .process-card{position:absolute;inset:0;min-height:0;backface-visibility:hidden;transform-origin:50% 0;transition:border-color .3s,box-shadow .3s;will-change:transform,opacity}#process.process-pinned .process-card.is-active:hover{transform:unset}#process.process-pinned .process-card{bottom:auto}}@keyframes hero-fade-opacity{0%{opacity:0}to{opacity:1}}@media(min-width:801px){.logo-icon{width:52px;height:52px}.logo-wordmark{height:31px}}@media(max-width:800px){.logo-icon{width:38px;height:38px}.logo-wordmark{height:23px}}@media(min-width:1001px){#our-name .name-pillars article{padding-bottom:28px}#our-name .name-pillars p{font-size:1rem;line-height:1.65}}@media(min-width:1001px){#our-name .name-pillars article{padding-bottom:42px}#our-name .name-pillars p{line-height:1.58}}@media(min-width:1001px){#our-name .name-pillars h3{font-size:1.05rem;margin-bottom:12px}#our-name .name-pillars p{font-size:.92rem;line-height:1.52}}.block-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease .1s,transform .8s ease .1s}.block-reveal.block-revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.block-reveal,.reveal{opacity:1;transform:none;transition:none}}.site-footer .footer-inner{padding-bottom:0}.site-footer{padding-bottom:24px}@media(max-width:800px){#agents .ai-content>h2,#agents .ai-description{text-align:center;margin-left:auto;margin-right:auto}}:root{--section-content-gap:48px;--section-card-radius:20px}#process .process-card,#benefits .benefit-editorial li,#our-name .name-pillars article{border-radius:var(--section-card-radius)}#services .adventure-subtitle,#benefits .benefits-description,#products .products-header,#testimonials .google-reviews-heading,#process .process-header,#technologies .tech-header,#our-name .name-story-heading,#our-name .identity-card-deck .name-story-heading,#demo .demo-platform-top,#agents .ai-description{margin-bottom:var(--section-content-gap)}@media(max-width:800px){:root{--section-content-gap:40px}#benefits .benefit-editorial li{padding:28px 24px}#our-name .identity-card-deck .name-pillars article{padding:24px}}.demo-platform-top{max-width:760px;margin:0 auto 36px;text-align:center}.demo-platform-top h3{font-size:clamp(1.7rem,4vw,2.8rem);margin:18px 0}.demo-platform-top p,.demo-hint{color:var(--color-text-muted);line-height:1.7}.demo-environments{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.demo-environment{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:16px;text-align:left;font:inherit;cursor:pointer}.demo-environment:not(:disabled):hover,.demo-environment.active{border-color:var(--color-primary);background:#092316}.demo-environment:disabled{opacity:.5;cursor:not-allowed}.demo-delete{background:none;border:0;color:var(--color-text-muted);text-decoration:underline;cursor:pointer;padding:12px 0;font:inherit}.platform-events{list-style:none;font:12px/2.2 monospace;max-height:330px;overflow:auto;padding:8px;color:var(--color-primary)}.platform-events li:before{content:"> ";color:var(--color-text-muted)}[data-status]{margin-top:16px;line-height:1.6}[data-link]{margin-top:20px}[data-link] canvas{display:block;margin:0 0 20px}[data-link] p{margin:16px 0;color:var(--color-text-muted)}.demo-sandbox{margin-top:24px;padding:26px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.demo-sandbox-heading{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.demo-sandbox-heading span{color:var(--color-primary)}[data-result]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:20px 0}.sandbox-card{padding:18px;background:#151515;border-radius:12px;overflow-wrap:anywhere}.sandbox-card p{font-size:14px;color:var(--color-text-muted);margin-top:12px;line-height:1.7}[data-complete]{color:var(--color-primary);margin:16px 0}.demo-platform button:focus-visible,.demo-platform a:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}.demo-platform [hidden]{display:none!important}@media(max-width:600px){.demo-environments{grid-template-columns:1fr}.demo-sandbox{padding:18px}}@media(prefers-reduced-motion:reduce){.demo-platform *{animation:none!important;transition:none!important}}.sandbox-catalog-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 0;border-bottom:1px solid #24362a}.sandbox-catalog-row small{grid-column:1/-1;color:#9caf9f}.sandbox-card p{line-height:1.7}.platform-events li{overflow-wrap:anywhere}.platform-events li{display:grid;grid-template-columns:70px 1fr;gap:4px 10px;padding:10px 0;border-bottom:1px solid #203127}.platform-events li time{color:#81978a;font-size:.75rem}.platform-events li strong{color:#00ea78}.platform-events li span,.platform-events li code{grid-column:2;font-size:.8rem}.demo-environment:focus-visible,.demo-delete:focus-visible{outline:2px solid #00ea78;outline-offset:4px}.platform-events li:before{content:none}@media(max-width:380px){[data-result]{grid-template-columns:minmax(0,1fr)}.demo-panel{min-width:0}[data-challenge]{max-width:100%}}.demo-platform .demo-grid{align-items:start;gap:24px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.demo-platform .demo-panel{padding:28px;gap:0;min-width:0}.demo-platform .demo-console,.demo-platform .demo-console:hover{transform:none;min-height:260px;box-shadow:none}.demo-platform .demo-console-body{display:block;padding:18px;min-width:0}.demo-platform h4{font-size:1.4rem;line-height:1.3;margin:10px 0 12px;color:#f4f7f5}.connection-step{font-size:.72rem;font-weight:700;letter-spacing:.12em;color:#00ea78}.connection-description{font-size:.95rem;line-height:1.65;color:#adb9b2;margin-bottom:20px}.connection-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0}.connection-actions .btn{font-size:.95rem;padding:14px 20px;min-height:48px}.connection-secondary{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;background:#18211c;border:1px solid #354139;border-radius:9px;color:#e5ede8;font:inherit;font-size:.85rem;cursor:pointer;text-decoration:none;min-height:42px}.connection-secondary:hover{border-color:#00ea78;background:#123322}.connection-code{padding:14px;background:#10251b;border:1px solid #245b3c;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.connection-code small{display:block;color:#a5bbae;font-size:.75rem;margin-bottom:6px}.connection-code code{font:600 1.1rem monospace;letter-spacing:.04em;color:#e4fff0}.connection-phone{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:12px;font-size:.85rem;color:#bac6be}.demo-platform [data-link] p{font-size:.9rem;line-height:1.65;margin:12px 0;color:#aab9b0}.demo-platform [data-link] strong{color:#eff7f2}.demo-platform [data-code-expiry]{font-size:.78rem!important;color:#82ab95!important}.demo-platform [data-qr-option]{border-top:1px solid #26322b;margin-top:16px;padding-top:14px}.demo-platform summary{cursor:pointer;font-size:.88rem;color:#d8e5dc}.demo-platform [data-qr]{margin:14px auto 0!important;border-radius:8px;max-width:100%;height:auto!important}.demo-platform [data-status]{font-size:.9rem;color:#bfdbcc;background:#102018;border-left:2px solid #00c86a;padding:10px 12px;border-radius:0 8px 8px 0;margin-top:16px}.demo-platform [data-status]:empty{display:none}.demo-platform .demo-hint{font-size:.75rem;margin-top:16px}.demo-platform [data-challenge]{margin-bottom:12px}.demo-platform [aria-busy=true]:before{content:"";display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;margin-right:8px;animation:connection-spin .7s linear infinite}@keyframes connection-spin{to{transform:rotate(360deg)}}.platform-events{width:100%;margin:0;padding:0;max-height:360px;scrollbar-width:thin;scrollbar-color:#345240 transparent;font:13px/1.5 inherit}.platform-events li{grid-template-columns:62px minmax(0,1fr);padding:12px 4px;gap:4px 12px;overflow-wrap:normal}.platform-events li span{color:#b9c7bf;line-height:1.5}.platform-events li strong{font-size:.82rem}.platform-events li code{color:#7d9588;font-size:.7rem}.platform-events li.events-empty{display:flex;flex-direction:column;gap:12px;padding:24px 12px;border:0;font-family:inherit;color:#aebeb4;line-height:1.6}.platform-events .events-empty strong{font-size:1rem;color:#e5eee8}.demo-platform .demo-environment{padding:14px;font-size:.9rem;line-height:1.4;min-height:60px;transition:background .2s,border-color .2s}.demo-platform .demo-environment.active{box-shadow:inset 3px 0 #00ea78}.demo-platform .demo-label{font-size:.85rem;color:#acbdb2;margin-top:18px}@media(max-width:800px){.demo-platform .demo-grid{grid-template-columns:minmax(0,1fr)}.demo-platform .demo-panel{padding:20px}.demo-platform .demo-console{min-height:180px}.platform-events{max-height:240px}.demo-platform-top{margin-bottom:24px}.demo-platform-top p{font-size:.95rem}}@media(max-width:380px){.demo-platform .demo-panel{padding:14px}.connection-actions{align-items:stretch;flex-direction:column}.connection-code code{font-size:.95rem}}.activity-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid #26322b;font-size:.75rem;color:#a4baae}.activity-toolbar label{display:flex;align-items:center;gap:6px}.activity-toolbar select{color:#def2e5;background:#15221b;border:1px solid #35483b;border-radius:6px;padding:6px;font:inherit;max-width:110px}.sandbox-card p{white-space:pre-line}.demo-platform-top h3{line-height:1.2}.platform-events{font-family:inherit;font-size:13px;line-height:1.5}.platform-events li time{font-variant-numeric:tabular-nums}.demo-platform .demo-environment.active:disabled{opacity:1}.demo-platform [data-link]{margin-top:0}@media(max-width:600px){.demo-platform-top h3{margin:14px 0;font-size:1.7rem}.demo-platform-top p{line-height:1.55;font-size:.88rem}.demo-platform [data-link] p{font-size:.85rem}.demo-platform h4{font-size:1.18rem}.demo-platform .demo-environments{grid-template-columns:1fr 1fr}.demo-platform .demo-environment{font-size:.8rem;padding:12px}.demo-platform .demo-console-header{padding:12px}.activity-toolbar{padding:10px 12px}}.connection-phone.connection-code{margin-top:12px;color:#e4fff0}.connection-secondary.is-copied{color:#00ea78;border-color:#00ea78;background:#123322;min-width:130px}.connection-terminal{padding:16px;margin:12px 0;background:#07150e;border:1px solid #245b3c;border-radius:10px;color:#77eba8;font:13px/1.9 monospace;white-space:pre-wrap}.connection-terminal:after{content:"▍";animation:demo-caret .8s steps(2) infinite}.experience-loading .demo-console{border-color:#00ea78}.experience-loading .demo-console-body{opacity:.55}.experience-enter .demo-sandbox,.experience-enter .demo-environments{animation:demo-enter .35s ease-out}@keyframes demo-enter{0%{opacity:.5;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes demo-caret{50%{opacity:0}}@media(min-width:1000px)and (min-height:700px){.demo-platform .demo-panel{padding:22px}.demo-platform .demo-environment{min-height:48px;padding:12px}.demo-platform .connection-description{margin-bottom:12px}.demo-platform-top{margin-bottom:24px}.demo-platform .demo-environments{margin:12px 0}.demo-platform .demo-delete{font-size:.8rem}.platform-events{max-height:290px}}.platform-events .event-enter{animation:demo-enter .35s ease-out}.demo-platform [data-connect-button]:active,.demo-platform .demo-environment:active{transform:translateY(1px)}@media(min-width:1100px)and (min-height:700px){.demo-platform[data-connected=true]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:16px 22px;align-items:start}.demo-platform[data-connected=true] .demo-platform-top{grid-column:1/-1;margin:0 auto 8px}.demo-platform[data-connected=true] .demo-platform-top h3{font-size:1.8rem;margin:10px 0}.demo-platform[data-connected=true] .demo-platform-top p{font-size:.85rem;line-height:1.5}.demo-platform[data-connected=true] .demo-grid{display:contents}.demo-platform[data-connected=true] .demo-panel{grid-column:1;grid-row:2 / span 2}.demo-platform[data-connected=true] .demo-console{grid-column:2;grid-row:2;min-height:0}.demo-platform[data-connected=true] .platform-events{max-height:160px}.demo-platform[data-connected=true] .demo-sandbox{grid-column:2;grid-row:3;margin:0;padding:16px}.demo-platform[data-connected=true] [data-result]{margin:12px 0 0;max-height:240px;overflow:auto}.demo-platform[data-connected=true] .sandbox-card{padding:12px}.demo-platform[data-connected=true] .sandbox-card h4{font-size:1rem}.demo-platform[data-connected=true] [data-goal]{font-size:.85rem}.demo-platform[data-connected=true] .sandbox-catalog-row{font-size:.8rem;padding:8px 0}.demo-platform[data-connected=true] .demo-sandbox-heading{font-size:.85rem;margin-bottom:8px}}.demo-reveal-pending{opacity:0;transform:translateY(24px)}.demo-revealed{animation:demo-section-reveal .85s ease both}@keyframes demo-section-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.connection-reveal{animation:demo-section-reveal .65s ease both}.connection-reveal .connection-code{animation:demo-section-reveal .9s ease both;animation-delay:.2s}.connection-reveal .connection-phone{animation-delay:.65s}.connection-reveal code{display:inline-block;animation:demo-code-reveal 1.5s steps(14,end) both;animation-delay:.45s}.connection-reveal .connection-phone code{animation-delay:.95s}@keyframes demo-code-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.demo-platform .platform-events{font-family:Courier New,monospace;background:#020604;border:1px solid #203329;border-radius:12px;padding:16px}.demo-platform .platform-events li:not(.events-empty){grid-template-columns:64px 1fr;gap:5px 12px;padding:12px 0;border-color:#17251d}.demo-platform .platform-events li strong{color:#00ed87;font-size:12px}.demo-platform .platform-events li>span{grid-column:2;color:#bcf3d4;font-size:13px;line-height:1.6}.demo-platform .platform-events li>span:before{content:"> ";color:#00ed87}.demo-platform .platform-events .event-enter{animation:demo-section-reveal .65s ease both;animation-delay:var(--event-delay,0ms)}.demo-platform .platform-events .event-enter>span{animation:demo-code-reveal 1.1s steps(30,end) both;animation-delay:var(--event-delay,0ms)}.demo-platform a[aria-disabled=true]{opacity:.4;pointer-events:none}@media(prefers-reduced-motion:reduce){.demo-reveal-pending{opacity:1;transform:none}.demo-platform *{animation:none!important;transition:none!important}}.demo-platform [data-tone=success]{--status-color:#00e584;--status-bg:#082a1c}.demo-platform [data-tone=pending]{--status-color:#ffd166;--status-bg:#302710}.demo-platform [data-tone=error]{--status-color:#ff7878;--status-bg:#351b20}.demo-platform [data-status][data-tone]{border-left-color:var(--status-color);background:var(--status-bg);color:var(--status-color)}.demo-platform [data-run-state][data-tone],.demo-platform .platform-events li[data-tone] strong{color:var(--status-color)}.demo-platform [data-run-state]:before{content:"● ";font-size:10px}.demo-platform .platform-events li[data-tone]>span:before{color:var(--status-color)}.demo-platform[data-connected=true] [data-environments] h4{color:#00e584}.demo-platform.experience-loading [data-status]{color:#ffd166;background:#302710;border-left-color:#ffd166}.demo-platform [data-environments] h4:before,.demo-platform [data-status]:not(:empty):before{content:"";display:inline-block;width:10px;height:10px;margin-right:10px;border-radius:50%;background:var(--status-color,#00e584);box-shadow:0 0 9px color-mix(in srgb,var(--status-color,#00e584) 25%,transparent);vertical-align:middle}.demo-platform [data-run-state]:before{content:"";display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:var(--status-color,#00e584)}.demo-session-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1rem 0}.demo-session-controls [data-session-clock]{font-variant-numeric:tabular-nums;color:#00d991}.demo-session-controls [data-tone=warning]{color:#ffc83d}@media(min-width:801px){.demo-platform:not([data-connected=true]):not([data-access-ready=true]) .demo-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.demo-platform:not([data-connected=true]):not([data-access-ready=true]) .demo-console{display:flex;flex-direction:column;height:100%}.demo-platform:not([data-connected=true]):not([data-access-ready=true]) .demo-console-body{flex:1;display:flex}.demo-platform:not([data-connected=true]):not([data-access-ready=true]) .platform-events{flex:1;max-height:none}}.demo-platform [data-quota-clock]{color:#ffc857;font-variant-numeric:tabular-nums;margin:12px 0}.demo-platform [data-quota-complete]{padding:18px;border:1px solid #6f582b;background:#211c11;border-radius:12px;line-height:1.6}.demo-platform.all-experiences-used .demo-label{color:#ffc857}.demo-grid{position:relative}.demo-grid.connection-transitioning>:not(.demo-connection-transition){visibility:hidden;pointer-events:none}.demo-connection-transition{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;overflow:hidden;border:1px solid #2b302d;border-radius:24px;background:#0a0b0a;animation:connection-terminal-enter .2s ease-out}.demo-connection-transition .demo-console-header{flex:none;background:#111211;border-bottom:1px solid #242824}.demo-connection-phase{display:flex;align-items:center;gap:10px;padding:20px 24px;border-bottom:1px solid #26332b;color:#ffc857;font-size:.95rem}.demo-connection-phase:before{content:"";width:10px;height:10px;flex:none;border-radius:50%;background:currentColor}.demo-connection-phase[data-tone=warning]:before{animation:demo-caret 1.2s ease-in-out infinite}.demo-connection-phase[data-tone=success]{color:#00df87}.demo-connection-phase[data-tone=error]{color:#ff6464}.demo-connection-transition .demo-transition-body{flex:1;padding:22px}.demo-connection-transition pre{margin:0;padding:24px;min-height:160px;border:1px solid #213d2b;border-radius:14px;background:#020904;font:clamp(.8rem,1.6vw,1rem)/2 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;color:#91e9bd}.demo-connection-transition pre:after{content:"▌";animation:hero-caret .7s infinite}@keyframes connection-terminal-enter{0%{opacity:0}to{opacity:1}}@media(max-width:600px){.demo-connection-phase{padding:16px}.demo-connection-transition .demo-transition-body{padding:12px}.demo-connection-transition pre{padding:16px}}.demo-connection-transition{display:block}.demo-connection-card{display:flex;flex-direction:column;overflow:auto;width:100%;background:#0a0b0a;border-radius:22px;will-change:transform}.demo-connection-card .demo-transition-body{flex:none}.demo-platform .demo-connection-transition{border:0;border-radius:0;background:transparent}.demo-connection-card{width:min(100%,760px);margin-inline:auto;border:1px solid #2b302d;box-sizing:border-box}.demo-connection-card .demo-transition-body{display:block;flex:none;min-width:0;padding:20px}.demo-connection-card pre{display:block;box-sizing:border-box;width:100%;height:180px;min-height:180px;max-height:180px;overflow:auto;overflow-wrap:anywhere;font-weight:400}@media(max-width:600px){.demo-connection-card .demo-transition-body{padding:12px}.demo-connection-card pre{height:220px;min-height:220px;max-height:220px}}.demo-platform :is([data-connect-button],[data-whatsapp]){display:inline-flex;align-items:center;justify-content:center;gap:12px}.demo-platform :is([data-connect-button],[data-whatsapp]):before{content:"";width:21px;height:21px;flex-shrink:0;background:currentColor;-webkit-mask:url(/whatsapp-mark.svg) center/contain no-repeat;mask:url(/whatsapp-mark.svg) center/contain no-repeat}.demo-platform :is([data-connect-button],[data-whatsapp]):after{content:"";width:20px;height:20px;flex-shrink:0;background:currentColor;clip-path:polygon(0 45%,75% 45%,48% 18%,55% 11%,94% 50%,55% 89%,48% 82%,75% 55%,0 55%)}.demo-platform.session-transitioning .demo-grid.connection-transitioning{display:grid;position:relative;grid-column:1/-1;grid-row:2;min-height:420px;overflow:hidden;isolation:isolate}.demo-platform.session-transitioning [data-sandbox]{visibility:hidden;pointer-events:none}.demo-platform.session-transitioning .demo-grid>.demo-panel,.demo-platform.session-transitioning .demo-grid>.demo-console{grid-column:auto;grid-row:auto}.demo-platform .demo-delete{display:inline-flex;align-items:center;gap:8px}.demo-platform .demo-delete:before{content:"";display:block;width:16px;height:16px;flex-shrink:0;background:#00e899;-webkit-mask:url(/trash-outline.svg) center/contain no-repeat;mask:url(/trash-outline.svg) center/contain no-repeat}.demo-platform [data-qr-option] summary{font-weight:700;color:#e8fff1;font-size:.95rem;display:flex;align-items:center;gap:8px}.demo-platform [data-qr-option] summary:before{content:"";width:20px;height:20px;background:#00ea78;-webkit-mask:url(/qr-code.svg) center/contain no-repeat;mask:url(/qr-code.svg) center/contain no-repeat}.demo-platform [data-qr-option][open]{background:#0b1b12;border:1px solid #00a968;border-radius:12px;padding:14px}.demo-platform [data-qr-option] canvas{background:#fff;padding:10px}@media(min-width:801px){.demo-platform .demo-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:stretch}.demo-platform .demo-console,.demo-platform .demo-panel{min-height:0}}.demo-platform [data-qr-option] summary{display:flex;align-items:center;font-weight:700;padding:10px 0}.demo-platform [data-qr-option] summary:after{content:"›";margin-left:auto;font-size:1.5rem}.demo-platform [data-qr-option][open] summary:after{transform:rotate(90deg)}.connection-code:before{content:"▣";color:#00ea78;font-size:1.3rem}.connection-phone:before{content:"◉";color:#00ea78;font-size:1.3rem}.platform-events li>i{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:6px;background:#123b29;color:#00ed87;font-style:normal}.platform-events li>i:after{content:"•"}.platform-events li[data-tone=success]>i:after{content:"✓"}.platform-events li[data-tone=warning]>i:after{content:"!"}.platform-events li[data-tone=error]>i:after{content:"×"}
