@import "https://fonts.googleapis.com/css2?family=Outfit:wght@800;900&family=Cinzel:wght@700;900&family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--pad:1rem;--radius:1.25rem;--radius-card:.875rem;--radius-sm:.625rem;--accent:#a8e574;--accent-dim:#a8e5741f;--accent-glow:#a8e5744d;--bg:#000;--bg-section:#060606;--bg-card:#ffffff14;--bg-card-hover:#ffffff1f;--border:#ffffff1f;--border-accent:#a8e5742e;--text:#fefefe;--text-muted:#ffffff85;--text-faint:#ffffff4d;--font-sans:"Inter", sans-serif;--font-body:"DM Sans", sans-serif;--font-outfit:"Outfit", sans-serif;--font-cinzel:"Cinzel", serif;--max-w:80rem;--nav-h:6.5rem}html{font-size:clamp(11.5px,1.6vh,18px)}.trans-video-wrapper,.ind-video-wrapper{z-index:5;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .8s;position:fixed;inset:0;overflow:hidden}.trans-video-wrapper.active,.ind-video-wrapper.active{opacity:1}.trans-video-wrapper .trans-canvas,.ind-video-wrapper .ind-canvas{width:100%;height:100%;display:block}.video-overlay-tint{z-index:2;background:#0000008c;position:absolute;inset:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}html::-webkit-scrollbar{display:none}body{font-family:var(--font-body);color:var(--text);background:0 0;overflow:hidden}body:before{content:"";background:var(--bg);z-index:0;position:fixed;inset:0}.page-section{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.section-inner{width:100%;max-width:var(--max-w);padding:var(--nav-h) clamp(1.5rem, 5vw, 4rem) 2.5rem;flex-direction:column;display:flex}.navbar{z-index:1000;border-radius:1.25rem;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:1.5rem;left:2rem;right:2rem;-webkit-backdrop-filter:none!important;background:0 0!important;border:1px solid #0000!important}.navbar.scrolled{-webkit-backdrop-filter:blur(24px);background:#0a0a0ae0;border:1px solid #ffffff26;padding:.85rem 2rem}body.video-active .navbar.scrolled{-webkit-backdrop-filter:none!important;background:0 0!important;border-color:#0000!important}.nav-brand{font-family:var(--font-outfit);letter-spacing:.05em;text-transform:uppercase;color:var(--accent);z-index:1001;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.nav-brand .logo-img{width:auto;height:22px;filter:drop-shadow(0 0 8px var(--accent-glow));display:block}.nav-brand .logo-icon{flex-shrink:0;width:22px;height:22px}.nav-links{gap:2.2rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-sans);letter-spacing:.02em;color:var(--text-muted);font-size:1rem;font-weight:500;text-decoration:none;transition:color .25s,transform .25s}.nav-links a:hover{color:var(--text);transform:translateY(-1px)}.nav-actions{align-items:center;display:flex}.btn-primary{font-family:var(--font-display);background:var(--accent);color:#0a1f06;letter-spacing:.03em;cursor:pointer;border:none;border-radius:2rem;align-items:center;padding:.55rem 1.35rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s,box-shadow .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.9;box-shadow:0 0 24px var(--accent-glow);transform:translateY(-1px)}.hero-page{background:var(--bg);height:100vh;position:relative;overflow:hidden;margin:0!important;padding:0!important}.scroll-container{width:100%;height:100%;position:relative}.sticky-wrapper{border-radius:var(--radius);width:100%;height:100%;position:relative;overflow:hidden}#hero-canvas{z-index:0;width:100%;height:100%;position:absolute;inset:0}.video-overlay{z-index:1;border-radius:inherit;pointer-events:none;background:#0000008c;position:absolute;inset:0}.hero-overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.portal-text{pointer-events:none;z-index:15;flex-direction:column;align-items:center;gap:.05em;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portal-heading{flex-direction:column;align-items:center;margin:0;padding:0;display:flex}.portal-word{font-family:var(--font-outfit);text-transform:uppercase;letter-spacing:.25em;white-space:nowrap;font-weight:900;line-height:1}.portal-word--top{color:#fff;text-shadow:0 0 40px #a8e57440,0 .2rem 1.8rem #000000f2;font-size:clamp(2.5rem,8.5vh,9.5rem)}.portal-word--bottom{color:var(--accent);text-shadow:0 0 3.2rem #a8e574cc,0 0 6.5rem #a8e57459,0 .2rem 1.8rem #000c;font-size:clamp(2.5rem,8.5vh,9.5rem)}.landscape-foreground{z-index:15;pointer-events:none;width:100%;height:40%;position:absolute;bottom:0;left:0}.landscape-text{color:#fff;align-items:flex-start;gap:.8rem;display:flex;position:absolute;bottom:12vh;left:7%}.status-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:9px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 10px #a8e574cc}@keyframes pulse-dot{0%,to{box-shadow:0 0 10px #a8e574cc}50%{box-shadow:0 0 20px #a8e574,0 0 40px #a8e57466}}.landscape-text h2{font-family:var(--font-body);opacity:.85;font-size:clamp(.9rem,2.5vh,1.4rem);font-weight:400;line-height:1.35}.section-header{text-align:center;max-width:40rem;margin:0 auto 3rem}.section-tag{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:2rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.72rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.6rem,5vh,3.2rem);font-weight:700;line-height:1.15}.section-subtitle{font-family:var(--font-body);color:var(--text-muted);font-size:1rem;line-height:1.7}.text-accent{color:var(--accent)}.value-page{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;background:0 0!important}.value-page:before{content:"";z-index:-1;opacity:0;background:#00000040;transition:opacity .6s;position:absolute;inset:0}body.video-active .value-page:before{opacity:1}.value-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);-webkit-backdrop-filter:blur(24px);padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.value-card:after{content:"";opacity:0;background:linear-gradient(135deg,#a8e57408 0%,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.value-card:hover:after{opacity:1}.value-card:hover{border-color:var(--border-accent);transform:translateY(-4px);box-shadow:0 8px 36px #a8e57412}.value-card-icon{width:52px;height:52px;margin-bottom:1.3rem}.value-card-icon svg{width:100%;height:100%}.value-card-title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.65rem;font-size:1.1rem;font-weight:600}.value-card-desc{font-family:var(--font-body);color:var(--text-muted);margin-bottom:1.3rem;font-size:.88rem;line-height:1.7}.value-card-tag{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:2rem;padding:.28rem .7rem;font-size:.7rem;font-weight:600;display:inline-block}.bento-page{position:relative;background:0 0!important}.bento-page:before{content:"";z-index:-1;opacity:0;background:#0000004d;transition:opacity .6s;position:absolute;inset:0}body.video-active .bento-page:before{opacity:1}.bento-grid{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1.2fr 1.2fr;gap:1rem;height:clamp(24rem,50vh,32rem);display:grid}.bento-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);-webkit-backdrop-filter:blur(24px);flex-direction:column;padding:1.4rem 1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.bento-card:hover{border-color:var(--border-accent);transform:translateY(-2px);box-shadow:0 6px 28px #a8e57412}.bento-analytics{background:linear-gradient(135deg, #a8e5740f 0%, var(--bg-card) 50%);grid-area:1/1}.bento-conversations{grid-area:2/1;justify-content:space-between}.bento-latency{background:linear-gradient(135deg, #a8e57412 0%, var(--bg-card) 60%);grid-area:1/2;justify-content:center}.bento-card:nth-child(4){grid-area:1/3}.bento-card:nth-child(5){grid-area:2/2}.bento-card:nth-child(6){grid-area:2/3}.bento-tag{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.67rem;font-weight:600}.bento-title{font-family:var(--font-display);margin-bottom:.35rem;font-size:.95rem;font-weight:600;line-height:1.25}.bento-desc{font-family:var(--font-body);color:var(--text-muted);font-size:.78rem;line-height:1.6}.bento-card-icon{width:2rem;height:2rem;margin-bottom:.4rem}.bento-card-icon.small{width:1.75rem;height:1.75rem}.bento-card-icon svg{width:100%;height:100%}.vitals-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:.8rem;padding:0;display:grid}.vital-item{flex-direction:column;gap:.2rem;display:flex}.vital-label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);font-size:.6rem;font-weight:600}.vital-value{font-family:var(--font-display);color:#fff;text-shadow:0 0 10px #a8e5744d;font-size:1.35rem;font-weight:700;line-height:1.1}.vital-unit{color:var(--text-muted);margin-left:2px;font-size:.75rem}.sparkline{background:#ffffff0d;border-radius:2px;width:100%;height:2px;margin-top:.3rem;position:relative;overflow:hidden}.sparkline:after{content:"";background:var(--accent);height:100%;box-shadow:0 0 8px var(--accent);position:absolute;top:0;left:0}.sparkline.pulse-1:after{animation:3s ease-in-out infinite spark-pulse-1}.sparkline.pulse-2:after{animation:4s ease-in-out infinite spark-pulse-2}.sparkline.pulse-3:after{animation:3.5s ease-in-out infinite spark-pulse-3}@keyframes spark-pulse-1{0%,to{width:40%}50%{width:75%}}@keyframes spark-pulse-2{0%,to{width:60%}45%{width:30%}75%{width:90%}}@keyframes spark-pulse-3{0%,to{opacity:.5;width:50%}50%{opacity:1;width:85%}}.bento-soundwave{align-items:center;gap:3px;height:2rem;margin-top:auto;display:flex}.wave-bar{background:var(--accent);opacity:.55;height:var(--h);border-radius:2px;flex:1;animation:1.4s ease-in-out infinite wave-anim}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.wave-bar:nth-child(6){animation-delay:.3s}.wave-bar:nth-child(7){animation-delay:.2s}.wave-bar:nth-child(8){animation-delay:.1s}.wave-bar:nth-child(9){animation-delay:0s}.wave-bar:nth-child(10){animation-delay:.15s}@keyframes wave-anim{0%,to{opacity:.35;transform:scaleY(.4)}50%{opacity:.85;transform:scaleY(1)}}.latency-display{align-items:baseline;gap:.2rem;margin:.5rem 0 .6rem;display:flex}.latency-number{font-family:var(--font-display);color:var(--accent);letter-spacing:-.04em;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1}.latency-unit{font-family:var(--font-display);color:var(--text-muted);font-size:1rem;font-weight:500}.setup-page{position:relative;background:0 0!important}.setup-page:before{content:"";z-index:-1;opacity:0;background:#0006;transition:opacity .6s;position:absolute;inset:0}body.video-active .setup-page:before{opacity:1}.setup-page-inner{width:100%;max-width:70rem;padding:var(--nav-h) clamp(1.5rem, 4vw, 4rem) 2.5rem;flex-direction:column;align-items:center;gap:3.5rem;display:flex}.stats-strip{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-card);-webkit-backdrop-filter:blur(24px);grid-template-columns:repeat(4,1fr);width:100%;display:grid;position:relative;overflow:hidden}.stats-strip:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-glow), transparent);height:1px;position:absolute;top:0;left:10%;right:10%}.stats-strip-stat{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1.6rem 1.5rem;display:flex;position:relative}.stats-strip-stat+.stats-strip-stat:before{content:"";background:var(--border);width:1px;position:absolute;top:20%;bottom:20%;left:0}.stats-strip-divider{display:none}.stats-strip-value{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;margin-bottom:.35rem;font-size:2.4rem;font-weight:700;line-height:1}.stats-strip-label{font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.02em;font-size:.75rem;line-height:1.4}.setup-content{flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex}.setup-content .section-header{margin-bottom:0}.how-steps{width:100%;display:flex;position:relative}.how-steps:before{content:"";background:var(--border-accent);opacity:.3;z-index:0;width:66.66%;height:1px;position:absolute;top:27px;left:16.66%}.how-connector{display:none}.how-step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;gap:1rem;display:flex}.how-step-number{background:var(--bg-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);font-family:var(--font-display);color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:.85rem;font-weight:700;display:flex}.how-step-icon{width:3.25rem;height:3.25rem}.how-step-icon svg{width:100%;height:100%}.how-step-content h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.how-step-content p{font-family:var(--font-body);color:var(--text-muted);font-size:.85rem;line-height:1.7}.industries-page{padding:var(--nav-h) clamp(1.5rem, 3vw, 3.5rem) 2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative;background:0 0!important}.industries-page .section-header{margin-bottom:0}.industries-page:before{content:"";z-index:-1;opacity:0;background:#0000004d;transition:opacity .6s;position:absolute;inset:0}body.video-active .industries-page:before{opacity:1}.industries-slider-container{align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:3rem auto 0;display:flex;position:relative}.industries-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;padding:0 1rem;display:grid}.industry-card{-webkit-backdrop-filter:blur(28px);background:#08080873;border:1px solid #ffffff12;border-radius:2rem;flex-direction:column;align-items:flex-start;min-height:17rem;padding:1.8rem 2.2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden}.industry-card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff05 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.industry-card:hover{border-color:#fff3;transform:translateY(-10px);box-shadow:0 20px 40px #0006}.industry-icon{z-index:2;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:2rem;display:flex;position:relative}.industry-icon img{object-fit:contain;filter:brightness(.9)contrast(1.1);width:100%;height:100%;padding:.5rem;transition:transform .4s}.industry-card:hover .industry-icon img{filter:brightness();transform:scale(1.15)rotate(-5deg)}.industry-content{z-index:2;text-align:left;position:relative}.industry-name{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.4rem;font-weight:700}.industry-description{font-family:var(--font-body);color:#ffffff73;max-width:85%;font-size:.92rem;line-height:1.6}@media (width<=1200px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.industries-grid{grid-template-columns:1fr;gap:1rem}.industry-card{min-height:auto;padding:2.5rem 2rem}.industry-icon{width:70px;height:70px;margin-bottom:1.8rem}}.pricing-page{padding:var(--nav-h) 2rem 2.5rem;position:relative;background:0 0!important}.pricing-page:before{content:"";z-index:-1;opacity:0;background:#0006;transition:opacity .6s;position:absolute;inset:0}body.video-active .pricing-page:before{opacity:1}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:72rem;margin:1.5rem auto 0;display:grid}.pricing-card{-webkit-backdrop-filter:blur(12px);background:#050505;border:1px solid #ffffff0f;border-radius:1.5rem;flex-direction:column;padding:1.8rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden}.pricing-card:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#a8e5741f 0%,#0000 70%);width:70%;height:70%;position:absolute;bottom:-20%;right:-20%}.pricing-card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff03 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.pricing-card.featured{z-index:2;border-color:#a8e5744d;transform:scale(1.03);box-shadow:0 20px 60px #0009}.pricing-card:hover{border-color:#a8e57466;transform:translateY(-8px)}.pricing-card.featured:hover{transform:translateY(-8px)scale(1.03)}.pricing-card-header{z-index:2;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.pricing-tier{font-family:var(--font-sans);color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.75rem;font-weight:600}.popular-pill{color:#000;font-family:var(--font-sans);text-transform:capitalize;background:#fff;border-radius:100px;padding:.3rem .8rem;font-size:.65rem;font-weight:700}.pricing-card-body{z-index:2;flex-grow:1;position:relative}.pricing-price{align-items:baseline;gap:.3rem;margin-bottom:1rem;display:flex}.price-val{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(2rem,8vh,3.5rem);font-weight:700}.price-period{color:#fff6;font-size:1rem}.pricing-desc{font-family:var(--font-body);color:#fff9;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.pricing-features{margin:0 0 2rem;padding:0;list-style:none}.pricing-features li{font-family:var(--font-body);color:#ffffff80;align-items:center;padding:.5rem 0;font-size:.85rem;display:flex}.pricing-features li:before{content:"";background:var(--accent);width:4px;height:4px;box-shadow:0 0 8px var(--accent);border-radius:50%;margin-right:1rem}.btn-subscribe{color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;z-index:2;background:#111;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative}.btn-subscribe .sparkles-icon{color:#fff9;transition:transform .3s}.btn-subscribe:hover{background:#1a1a1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.btn-subscribe:hover .sparkles-icon{color:var(--accent);transform:scale(1.2)rotate(15deg)}.featured .btn-subscribe{color:#000;background:#fff;border:none}.featured .btn-subscribe .sparkles-icon{color:#0006}.featured .btn-subscribe:hover{color:#000;background:#f0f0f0}.featured .btn-subscribe:hover .sparkles-icon{color:var(--accent)}.testimonials-page{padding:var(--nav-h) 0 2.5rem;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden;background:0 0!important}.testimonials-page:before{content:"";z-index:-1;opacity:0;background:#00000080;transition:opacity .6s;position:absolute;inset:0}body.video-active .testimonials-page:before{opacity:1}.marquee-layout{width:100%;max-width:100vw;padding:0!important}.section-badge-wrapper{justify-content:center;margin-bottom:2rem;display:flex}.badge-rated{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-accent);font-family:var(--font-sans);color:#fff;box-shadow:0 .5rem 1.5rem #00000080, 0 0 1rem var(--accent-glow);background:#0009;border-radius:2rem;align-items:center;gap:.6rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;display:flex}.star-icon{color:var(--accent);filter:drop-shadow(0 0 5px var(--accent));font-size:1.1rem}.testimonials-page .section-title{letter-spacing:-.04em;max-width:44rem;margin:0 auto 2.5rem;font-size:clamp(1.8rem,6vh,3.5rem);line-height:1.1}.marquee-track{flex-direction:column;gap:1.5rem;width:100%;display:flex}.marquee-row{-webkit-user-select:none;user-select:none;gap:1rem;width:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.marquee-row-inner{flex-shrink:0;justify-content:space-around;align-items:center;gap:1rem;min-width:100%;display:flex}.marquee-row-top .marquee-row-inner{animation:40s linear infinite scroll-left}.marquee-row-bottom .marquee-row-inner{animation:40s linear infinite scroll-right}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-100% - .8rem))}}@keyframes scroll-right{0%{transform:translate(calc(-100% - .8rem))}to{transform:translate(0)}}.testimonial-card{-webkit-backdrop-filter:blur(28px);background:#08080873;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;width:25rem;min-height:12.5rem;padding:1.75rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.testimonial-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 0%,#ffffff03 40%,#ffffff08 50%,#ffffff03 60%,#0000 100%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(25deg)}.testimonial-card:hover{border-color:var(--border-accent);transform:translateY(-5px);box-shadow:0 1.5rem 3rem #00000080,0 0 1rem #a8e5740d}.quote-icon{color:var(--accent);margin-bottom:.4rem;font-family:serif;font-size:2.5rem;line-height:1}.testimonial-text{font-family:var(--font-body);color:#ffffffbf;flex-grow:1;margin-bottom:2rem;font-size:.95rem;font-style:normal;line-height:1.6}.testimonial-footer{align-items:center;gap:.8rem;display:flex}.author-avatar{object-fit:cover;filter:contrast(1.1)saturate(.9);border:1.5px solid #ffffff1a;border-radius:50%;width:40px;height:40px}.author-name{font-family:var(--font-display);color:#fff;margin-bottom:0;font-size:.95rem;font-weight:700;display:block}.author-role{font-family:var(--font-sans);color:var(--text-muted);font-size:.7rem;display:block}@media (width<=768px){.testimonial-card{width:320px;padding:1.5rem}.quote-icon{font-size:3rem}.testimonial-text{font-size:1rem}}.reveal-fade,.reveal-up{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-up{transform:translateY(28px)}.reveal-fade.visible,.reveal-up.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.bento-grid{grid-template-rows:repeat(3,auto);grid-template-columns:1fr 1fr;height:auto}.bento-analytics{grid-area:1/1/auto/3}.bento-conversations{grid-area:2/1}.bento-latency{grid-area:2/2}.bento-card:nth-child(4){grid-area:3/1}.bento-card:nth-child(5){grid-area:3/2}.bento-card:nth-child(6){grid-area:4/1/auto/3}.value-cards,.industries-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:repeat(2,1fr)}.stats-strip-stat+.stats-strip-stat:nth-child(3):before{display:none}.how-steps{flex-direction:column;align-items:stretch;gap:1.5rem}.how-connector{display:none}.industry-image{width:38%}}@media (width<=768px){.navbar{-webkit-backdrop-filter:none!important;background:0 0!important;border:1px solid #0000!important;border-radius:14px!important;padding:.85rem 1.25rem!important;top:.75rem!important;left:.75rem!important;right:.75rem!important}.navbar.scrolled{-webkit-backdrop-filter:blur(24px)!important;background:#0a0a0ae0!important;border-color:#ffffff1f!important;padding:.75rem 1.25rem!important}body.video-active .navbar.scrolled{-webkit-backdrop-filter:none!important;background:0 0!important;border-color:#0000!important}.nav-links{display:none!important}.nav-hamburger{z-index:1002;display:flex!important}.navbar .btn-primary{display:none!important}.nav-brand .logo-img{height:20px}}@media (width<=680px){:root{--pad:12px;--radius:14px}.nav-links{display:none}.navbar{padding:.8rem 1.25rem!important}.navbar.scrolled{padding:.7rem 1.25rem!important}.portal-word--top,.portal-word--bottom{letter-spacing:.15em;font-size:clamp(2rem,11vw,3.5rem)}.landscape-text h2{font-size:.9rem}.stats-strip{grid-template-columns:1fr 1fr}.bento-grid{grid-template-columns:1fr}.bento-analytics,.bento-card:nth-child(6){grid-column:1}.industries-grid{grid-template-columns:1fr}.industry-card{flex-direction:column}.industry-icon{width:100%!important;height:auto!important}.industry-icon img{object-fit:cover;border-radius:var(--radius-sm);height:180px}.testimonials-grid{grid-template-columns:1fr}}.footer-page{background:var(--bg);flex-direction:column;justify-content:space-between;padding:0;display:flex}.footer-cta{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.cta-title{font-family:var(--font-display);letter-spacing:-.04em;margin:1.2rem 0 1.5rem;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:1.1}.cta-desc{font-family:var(--font-body);color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.15rem}.cta-btns{gap:1.2rem;display:flex}.footer-main{border-top:1px solid var(--border);padding:4rem var(--pad) 2rem;background:#ffffff05}.footer-grid{max-width:var(--max-w);grid-template-columns:2fr 1fr;gap:4rem;margin:0 auto;display:grid}.footer-logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--accent);margin-bottom:1.2rem;font-size:1.5rem;font-weight:800}.footer-about{color:var(--text-muted);max-width:280px;margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.trust-badges{gap:.8rem;display:flex}.trust-badges .badge{color:#fff;letter-spacing:.05em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;padding:.35rem .7rem;font-size:.65rem;font-weight:700}.footer-col h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.8rem;font-size:.85rem;font-weight:700}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:.85rem}.footer-col a{font-family:var(--font-body);color:var(--text-muted);font-size:.95rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:var(--max-w);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:5rem;margin-left:auto;margin-right:auto;padding-top:2.2rem;display:flex}.footer-bottom p{color:var(--text-faint);font-size:.85rem}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--text-faint);font-size:.85rem;text-decoration:none}.footer-legal a:hover{color:var(--text)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem 1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal{justify-content:center}}@media (width<=680px){.cta-btns{flex-direction:column;width:100%}.cta-btns .btn{width:100%}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-col.brand{flex-direction:column;align-items:center;display:flex}.footer-about{max-width:100%}}.nav-hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-drawer{-webkit-backdrop-filter:blur(20px);z-index:99;background:#000000f7;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:0}.nav-mobile-drawer.open{display:flex}.nav-mobile-links{flex-direction:column;align-items:center;gap:2rem;list-style:none;display:flex}.nav-mobile-links a{font-family:var(--font-display);color:var(--text-muted);letter-spacing:-.01em;font-size:1.6rem;font-weight:600;text-decoration:none;transition:color .25s}.nav-mobile-links a:hover{color:var(--text)}.nav-mobile-drawer .btn-primary{padding:.75rem 2rem;font-size:.95rem}@media (width<=680px){.nav-brand .logo-img{height:18px}.nav-actions{align-items:center;gap:0;display:flex}.nav-hamburger{margin-left:auto}.nav-actions .btn-primary{display:none}.hero-page{height:100vh!important;margin:0!important;padding:0!important}.sticky-wrapper{border-radius:0;margin:0;padding:0;height:100vh!important}.landscape-text{display:none}.portal-text{text-align:center;width:100%;top:48%;transform:translate(-50%,-50%)}.portal-word{letter-spacing:.15em;font-size:clamp(2.4rem,12vw,4rem)}.section-header{padding:0 var(--pad);margin-bottom:1rem}.section-title{margin-bottom:.35rem;font-size:clamp(1.5rem,6vw,1.95rem);line-height:1.2}.section-subtitle{color:var(--text-muted);opacity:.85;font-size:.88rem;line-height:1.5}.value-page,.bento-page,.industries-page,.testimonials-page,.pricing-page{justify-content:center;padding:0!important}.value-cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.value-cards::-webkit-scrollbar{display:none}.value-card{scroll-snap-align:center;flex-shrink:0;width:85vw;padding:1.4rem}.value-card-icon{width:34px;height:34px;margin-bottom:.6rem}.value-card-title{font-size:.92rem}.value-card-desc{margin-bottom:.8rem;font-size:.79rem;line-height:1.5}.bento-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;gap:.75rem;height:auto;padding-bottom:.5rem;display:flex;overflow-x:auto}.bento-grid::-webkit-scrollbar{display:none}.bento-card{scroll-snap-align:center;grid-column:unset;grid-row:unset;flex-shrink:0;width:85vw}.bento-analytics{width:85vw;min-width:unset}.vitals-grid{gap:.8rem;margin-top:.8rem}.vital-value{font-size:1.2rem}.stats-strip{display:none}.setup-page-inner{text-align:center;padding:0 var(--pad);align-items:center;gap:.9rem}.setup-content{flex-direction:column;align-items:center;gap:.9rem}.setup-content .section-header{text-align:center}.setup-content .section-title{margin-bottom:.25rem;font-size:clamp(1.4rem,5vw,1.8rem)}.setup-content .section-subtitle{font-size:.82rem;line-height:1.45}.how-steps:before{display:none}.how-steps{flex-direction:column;align-items:center;gap:.5rem}.how-step{text-align:left;flex-direction:row;align-items:flex-start;gap:.7rem;width:100%;max-width:320px}.how-step-number{flex-shrink:0;width:30px;height:30px;margin-top:.1rem;font-size:.72rem}.how-step-icon,.how-connector{display:none}.how-step-content h3{margin-bottom:.15rem;font-size:.88rem}.how-step-content p{font-size:.78rem;line-height:1.45}.industries-page{padding:3.5rem var(--pad) 1.5rem;gap:.75rem}.industries-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;gap:.75rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.industries-grid::-webkit-scrollbar{display:none}.industry-card{scroll-snap-align:center;flex-shrink:0;width:85vw;min-height:auto;padding:2rem 1.6rem}.industry-icon{border-radius:14px;width:64px;height:64px;margin-bottom:1.2rem}.industry-name{font-size:1.25rem}.industry-description{max-width:100%;font-size:.88rem;line-height:1.55}.testimonials-page{padding:2.5rem 0}.testimonials-page .section-title{margin-bottom:1.5rem;font-size:clamp(1.5rem,4.5vw,2.2rem)}.testimonial-card{width:min(270px,80vw);min-height:auto;padding:1.1rem}.testimonial-text{margin-bottom:.85rem;font-size:.86rem;line-height:1.45}.quote-icon{margin-bottom:.2rem;font-size:2rem}.author-avatar{width:34px;height:34px}.author-name{font-size:.86rem}.author-role{font-size:.64rem}.pricing-page{justify-content:center;padding-top:0}.pricing-page>.container{width:100%}.pricing-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;width:100%;max-width:unset;gap:.85rem;margin:1.5rem 0 0;padding-bottom:1.5rem;overflow-x:auto;display:flex!important}.pricing-grid::-webkit-scrollbar{display:none}.pricing-card{scroll-snap-align:center;flex-shrink:0;width:85vw;padding:1.25rem}.pricing-card.featured{transform:none}.pricing-card.featured .btn-subscribe{color:#000;font-weight:700}.pricing-card-header{margin-bottom:.5rem}.pricing-tier{font-size:.65rem}.popular-pill{padding:.2rem .5rem;font-size:.6rem}.pricing-price{margin-bottom:.3rem}.price-val{font-size:1.6rem}.price-period{font-size:.75rem}.pricing-desc{margin-bottom:.6rem;font-size:.76rem;line-height:1.4}.pricing-features{margin-bottom:.7rem}.pricing-features li{padding:.25rem 0;font-size:.76rem}.pricing-features li:before{width:5px;height:5px;margin-right:.45rem}.btn-subscribe{padding:.55rem;font-size:.78rem}.footer-page{-webkit-overflow-scrolling:touch;height:auto;min-height:100vh;overflow-y:auto}.footer-cta{padding:1.25rem var(--pad) 1rem}.cta-title{font-size:clamp(1.5rem,4.5vw,2.5rem)}.cta-desc{margin-bottom:1rem;font-size:.9rem}.cta-btns{gap:.75rem}.footer-grid{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem 1.2rem}.footer-col.brand{text-align:left;flex-direction:column;grid-column:1/3;align-items:flex-start;display:flex}.footer-about{max-width:100%;margin-bottom:.9rem;font-size:.9rem}.footer-logo{margin-bottom:.7rem;font-size:1.3rem}.footer-col h4{margin-bottom:.8rem;font-size:.8rem}.footer-col li{margin-bottom:.5rem}.footer-col a{font-size:.9rem}.footer-main{padding:2rem var(--pad) 1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.85rem;margin-top:1.5rem;padding-top:1.5rem}.footer-legal{justify-content:center;gap:1.5rem}.scroll-dots{justify-content:center;gap:7px;margin-top:.65rem;display:flex}.scroll-dot{background:#fff3;border-radius:50%;width:6px;height:6px;transition:background .25s,transform .25s}.scroll-dot.active{background:var(--accent);transform:scale(1.4)}}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;opacity:0;visibility:hidden;pointer-events:none;padding:var(--pad);background:#000000b3;justify-content:center;align-items:center;transition:opacity .4s,visibility .4s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.modal-card{background:var(--bg-card);border:1px solid var(--border-accent);border-radius:var(--radius);width:100%;max-width:480px;box-shadow:0 24px 80px #00000080, 0 0 40px var(--accent-glow);-webkit-backdrop-filter:blur(32px);padding:3rem 2.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.9)translateY(20px)}.modal-overlay.open .modal-card{transform:scale(1)translateY(0)}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--text)}.modal-title{font-family:var(--font-display);text-align:center;margin-bottom:.75rem;font-size:1.8rem}.modal-desc{font-family:var(--font-body);color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.modal-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-size:.75rem;font-weight:600}.form-group input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-body);background:#ffffff0d;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s,background .3s}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);background:#a8e5740d;outline:none}.btn-block{justify-content:center;width:100%;padding:1rem}.modal-success{text-align:center;flex-direction:column;align-items:center;display:flex}.success-icon{background:var(--accent-dim);border:2px solid var(--accent);width:64px;height:64px;color:var(--accent);box-shadow:0 0 20px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.success-icon svg{width:32px;height:32px}
