.GlitchText_glitch__zX1Ps{position:relative;display:inline-block}.GlitchText_glitch__zX1Ps:before{content:"";position:absolute;top:4px;left:-4px;right:-4px;bottom:2px;background-color:var(--color-accent);opacity:0;pointer-events:none;z-index:1}.GlitchText_glitch__zX1Ps:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;color:var(--color-bg);opacity:0;pointer-events:none;z-index:2}.GlitchText_glitchActive__4UthX:before{animation:GlitchText_showBox__TwE5f 1.5s ease forwards}.GlitchText_glitchActive__4UthX:after{animation:GlitchText_showLetter__IL87q 1.5s ease forwards}@keyframes GlitchText_showBox__TwE5f{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes GlitchText_showLetter__IL87q{0%{opacity:0;text-shadow:none}10%{opacity:1;text-shadow:-3px -2px 0 rgba(255,0,0,.8),3px 2px 0 rgba(0,255,0,.8)}30%{text-shadow:-2px -1px 0 rgba(255,0,0,.7),2px 1px 0 rgba(0,255,0,.7)}50%{text-shadow:-3px -1px 0 rgba(255,0,0,.8),3px 1px 0 rgba(0,255,0,.8)}70%{text-shadow:-2px -2px 0 rgba(255,0,0,.7),2px 2px 0 rgba(0,255,0,.7)}90%{opacity:1;text-shadow:-3px -1px 0 rgba(255,0,0,.8),3px 1px 0 rgba(0,255,0,.8)}to{opacity:0;text-shadow:none}}.AgentsSection_agentsSection__xSHeh{padding:120px 0}.AgentsSection_sectionHeader__NxVZi{display:flex;justify-content:space-between;align-items:flex-end;text-align:left;margin-bottom:4rem}.AgentsSection_headerLeft__WIf2B{flex:1}.AgentsSection_sectionTitle__yeC8P{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:1rem;line-height:1.15}.AgentsSection_headerRight__XyfCz{max-width:350px;color:var(--color-text-secondary);font-size:.9375rem}.AgentsSection_agentsGrid__T75vj{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.AgentsSection_agentCard__hfhJF{background-color:var(--color-bg-card);border:1px solid var(--color-border);transition:transform .3s ease,border-color .3s ease}.AgentsSection_agentCard__hfhJF:hover{transform:translateY(-4px);border-color:var(--color-border-light)}.AgentsSection_agentImage__GNeVc{aspect-ratio:4/3;background:radial-gradient(circle at center,rgba(124,58,237,.15) 0,#0a0a0a 100%);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--color-border);position:relative;overflow:hidden}.AgentsSection_agentImage__GNeVc:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 40px rgba(0,0,0,.8);pointer-events:none}.AgentsSection_agentIcon__gVBD1{width:96px;height:96px;color:var(--color-accent-secondary);filter:drop-shadow(0 0 15px rgba(124,58,237,.4));transition:transform .3s ease,filter .3s ease}.AgentsSection_agentIcon__gVBD1 svg{width:100%;height:100%}.AgentsSection_agentCard__hfhJF:hover .AgentsSection_agentIcon__gVBD1{transform:scale(1.1);filter:drop-shadow(0 0 25px rgba(124,58,237,.6))}.AgentsSection_agentContent__zkQ8C{padding:1.5rem}.AgentsSection_agentContent__zkQ8C h3{font-size:1rem;margin-bottom:.5rem}.AgentsSection_agentContent__zkQ8C p{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1rem}.AgentsSection_agentTag__d44te{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:#a875ff}@media (max-width:1200px){.AgentsSection_agentsGrid__T75vj{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.AgentsSection_sectionHeader__NxVZi{flex-direction:column;align-items:flex-start;gap:1rem}.AgentsSection_headerRight__XyfCz{max-width:100%}}@media (max-width:600px){.AgentsSection_agentsGrid__T75vj{grid-template-columns:1fr}}.ContactSection_contactSection__iEz7z{padding:120px 0;background-color:#e8e4dc;color:var(--color-bg);position:relative}.ContactSection_contactGrid__AdKc9{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.ContactSection_contactLeft__8eJBa{position:sticky;top:100px}.ContactSection_contactTitle__QSTUq{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15;color:var(--color-bg)}.ContactSection_titleAccent__EseFe{position:relative;display:inline-block;color:var(--color-accent);padding:4px 12px;isolation:isolate}.ContactSection_titleAccent__EseFe:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:var(--color-bg);z-index:-1}.ContactSection_titleAccent__EseFe:after{content:"";position:absolute;left:4px;right:-4px;top:4px;bottom:-4px;background-color:var(--color-accent-secondary);z-index:-2}.ContactSection_contactForm__c_Ebz{display:flex;flex-direction:column;gap:1.25rem}.ContactSection_formRow___u3Qt{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.ContactSection_formGroup__GNLci{display:flex;flex-direction:column;gap:.375rem}.ContactSection_formGroup__GNLci label{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:#888}.ContactSection_formGroup__GNLci input,.ContactSection_formGroup__GNLci select,.ContactSection_formGroup__GNLci textarea{padding:.75rem;background-color:transparent;border:1px solid #bbb;font-family:var(--font-mono);font-size:.875rem;color:var(--color-bg);outline:none;transition:border-color .3s ease;width:100%}.ContactSection_formGroup__GNLci input:focus,.ContactSection_formGroup__GNLci select:focus,.ContactSection_formGroup__GNLci textarea:focus{border-color:var(--color-bg)}.ContactSection_formGroup__GNLci textarea{resize:vertical;min-height:100px}.ContactSection_formGroup__GNLci select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.ContactSection_formNote__GF6DU{font-family:var(--font-mono);font-size:.6875rem;color:#888;line-height:1.6;margin-top:.5rem}.ContactSection_formCheckbox__7Xr5Y{display:flex;align-items:center;gap:.75rem}.ContactSection_formCheckbox__7Xr5Y input{width:16px;height:16px;accent-color:var(--color-bg)}.ContactSection_formCheckbox__7Xr5Y label{font-family:var(--font-mono);font-size:.6875rem;color:#888}@media (max-width:900px){.ContactSection_contactSection__iEz7z{padding:80px 0}.ContactSection_contactGrid__AdKc9{grid-template-columns:1fr;gap:2.5rem}.ContactSection_contactLeft__8eJBa{position:static;text-align:center}.ContactSection_contactTitle__QSTUq{font-size:clamp(1.75rem,5vw,2.5rem)}}@media (max-width:600px){.ContactSection_contactSection__iEz7z{padding:60px 0}.ContactSection_contactGrid__AdKc9{gap:2rem}.ContactSection_formRow___u3Qt{grid-template-columns:1fr}.ContactSection_formGroup__GNLci input,.ContactSection_formGroup__GNLci select,.ContactSection_formGroup__GNLci textarea{font-size:1rem;padding:.875rem}}.FearSection_fearSection__47Rox{padding:120px 0;position:relative}.FearSection_layoutGrid__ePKfm{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.FearSection_stickyColumn__zZnGS{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center}.FearSection_sectionTitle__2xI2W{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:3rem;line-height:1.15}.FearSection_accordion__rchY0{max-width:700px}.FearSection_accordionItem__tkSnc{border-bottom:1px solid var(--color-border)}.FearSection_accordionHeader__66y6c{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;cursor:pointer;transition:color .3s ease}.FearSection_accordionHeader__66y6c:hover{color:var(--color-text)}.FearSection_accordionNumber__Rhq2h{font-family:var(--font-mono);font-size:1.25rem;color:var(--color-text-secondary);min-width:40px}.FearSection_accordionNumber__Rhq2h:after{content:"/";color:var(--color-accent-secondary);margin-left:2px}.FearSection_accordionTitle__1wYSK{flex:1;font-size:1.25rem;font-weight:500}.FearSection_accordionIcon__UVLF5{font-family:var(--font-mono);font-size:1.5rem;color:var(--color-text-secondary)}.FearSection_accordionContent__HUA7j{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.FearSection_accordionItem__tkSnc.FearSection_active__sMenP .FearSection_accordionContent__HUA7j{max-height:200px;padding-bottom:1.5rem}.FearSection_accordionContent__HUA7j p{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text);margin-bottom:.75rem}.FearSection_accordionDetail__o5xTT{color:var(--color-text-secondary)!important;line-height:1.7}.FearSection_glassCard__BTaQH{background:hsla(0,0%,4%,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(0,0,0,.3);border-radius:20px;padding:3rem;width:100%;max-width:500px;display:flex;justify-content:center}.FearSection_dataFlowVisual__5gAVV{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.FearSection_glassCard__BTaQH:before{content:"DATA FLOW";position:absolute;top:1.5rem;left:50%;transform:translateX(-50%);font-family:var(--font-mono);font-size:.625rem;letter-spacing:.2em;color:var(--color-text-muted)}.FearSection_flowStep__XkXI1{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1}.FearSection_flowNode__4BOQH{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;padding:1rem 1.5rem;border:1px solid var(--color-border-light);background:var(--color-bg-card);border-radius:4px;white-space:nowrap;position:relative;transition:all .3s ease}.FearSection_flowNode__4BOQH:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.3)}.FearSection_flowNode__4BOQH.FearSection_danger__128O9{border-color:var(--color-danger);color:var(--color-danger);background:rgba(239,68,68,.05)}.FearSection_flowNode__4BOQH.FearSection_danger__128O9:hover{box-shadow:0 4px 20px rgba(239,68,68,.2)}.FearSection_flowNode__4BOQH.FearSection_warning__zMOH9{border-color:var(--color-warning);color:var(--color-warning);background:rgba(245,158,11,.05);animation:FearSection_pulseWarning__Ll2X4 2s ease-in-out infinite}.FearSection_nodeActive__hB5kN{border-color:var(--color-accent)!important;color:var(--color-accent)!important;background:hsla(0,0%,100%,.1)!important;box-shadow:0 0 15px hsla(0,0%,100%,.2)!important;transform:scale(1.05)}@keyframes FearSection_pulseWarning__Ll2X4{0%,to{box-shadow:0 0 0 0 rgba(245,158,11,.2)}50%{box-shadow:0 0 0 8px rgba(245,158,11,0)}}.FearSection_flowArrow__ZQ65W{font-family:var(--font-mono);color:var(--color-text-muted);font-size:1.25rem;padding:.75rem 0;animation:FearSection_flowDown__obw_9 1.5s ease-in-out infinite}@keyframes FearSection_flowDown__obw_9{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(4px);opacity:1}}.FearSection_flowLabel__4jaAW{font-family:var(--font-mono);font-size:.625rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.FearSection_flowProgress__HDURU{position:absolute;left:50%;top:4rem;bottom:4rem;width:2px;background:linear-gradient(180deg,var(--color-border-light) 0,var(--color-danger) 40%,var(--color-danger) 70%,var(--color-warning) 100%);transform:translateX(-50%);opacity:.3}@media (max-width:1024px){.FearSection_layoutGrid__ePKfm{grid-template-columns:1fr;gap:3rem}.FearSection_stickyColumn__zZnGS{position:relative;height:auto;top:auto;padding:2rem 0}.FearSection_dataFlowVisual__5gAVV{width:100%;max-width:400px;margin:0 auto}}@media (max-width:600px){.FearSection_dataFlowVisual__5gAVV{padding:2rem 1.5rem;min-width:auto}.FearSection_flowNode__4BOQH{padding:.875rem 1.25rem;font-size:.625rem}}.Footer_footer__pQtti{padding:80px 0 40px;background-color:var(--color-bg);border-top:1px solid var(--color-border)}.Footer_footerGrid__K31Dz{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:4rem}.Footer_footerColumn__kGECR h4{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);margin-bottom:1.5rem}.Footer_footerColumn__kGECR a{display:block;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text);text-decoration:none;padding:.375rem 0;transition:color .3s ease}.Footer_footerColumn__kGECR a:hover{color:var(--color-accent-secondary)}.Footer_footerBottom__YIYBj{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--color-border)}.Footer_footerLogo__4BA6d{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text)}.Footer_logoImg__Rhhtz{width:32px;height:32px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.Footer_footerSocial__mGyvm{display:flex;gap:.75rem}.Footer_footerSocial__mGyvm a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-light);font-family:var(--font-mono);font-size:.75rem;color:var(--color-text);text-decoration:none;transition:all .3s ease}.Footer_footerSocial__mGyvm a:hover{border-color:var(--color-text);background-color:hsla(0,0%,100%,.05)}.Footer_footerCopyright__kghKv{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}@media (max-width:900px){.Footer_footerGrid__K31Dz{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Footer_footerGrid__K31Dz{grid-template-columns:1fr}.Footer_footerBottom__YIYBj{flex-direction:column;gap:1.5rem;text-align:center}}.Hero_hero__bqvNd{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 80px;position:relative;overflow:hidden}.Hero_heroContent__5prE1{text-align:center;max-width:900px;position:relative;z-index:10}.Hero_heroSubtitle__YDR1I{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text-secondary);margin-bottom:1.5rem;letter-spacing:.05em;min-height:1.5em}.Hero_heroTitle__Vt9JT{font-size:clamp(2.5rem,6vw,5rem);font-weight:600;line-height:1.05;letter-spacing:.08em;margin-bottom:2rem}.Hero_glitchLine__DD_2Y{display:block}.Hero_heroDescription__hkk3V{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.Hero_heroButtons__KSpJI{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.Hero_heroVisual__DkdyM{position:absolute;right:10%;top:50%;transform:translateY(-50%);z-index:1;opacity:.6}.Hero_nodeGlow__F8IJQ{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(124,58,237,.3) 0,transparent 70%);border-radius:50%;filter:blur(60px);animation:Hero_pulse__3PO1k 4s ease-in-out infinite}@keyframes Hero_pulse__3PO1k{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.Hero_serverTower__tmhjZ{width:120px;height:200px;background:linear-gradient(180deg,#1a1a1a,#0d0d0d);border:1px solid var(--color-border-light);border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:12px;position:relative}.Hero_towerLine__phdcT{height:20px;background:linear-gradient(90deg,#222,#333 50%,#222);border-radius:2px}.Hero_towerGlow__TU4SF{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--color-accent-secondary);border-radius:2px;box-shadow:0 0 20px var(--color-accent-secondary)}@media (max-width:900px){.Hero_heroVisual__DkdyM{display:none}.Hero_heroButtons__KSpJI{flex-direction:column}.Hero_heroButtons__KSpJI .Hero_btn__yK3pz{width:100%}}.LanguageSelector_selector__2Pv3Z{display:flex;align-items:center;gap:.25rem;margin-right:1rem}@media (max-width:900px){.LanguageSelector_selector__2Pv3Z{margin-right:.5rem}}@media (max-width:480px){.LanguageSelector_selector__2Pv3Z{margin-right:.25rem}}.LanguageSelector_langButton__RUPLC{background:none;border:none;font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.05em;color:var(--color-text-secondary);cursor:pointer;padding:.25rem .375rem;transition:color .3s ease}.LanguageSelector_langButton__RUPLC:hover{color:var(--color-text)}.LanguageSelector_langButton__RUPLC.LanguageSelector_active__0UuMZ{color:var(--color-text);border-bottom:2px solid var(--color-accent-secondary)}.LanguageSelector_divider__R56TK{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-muted)}.Navbar_navbar__GrSXC{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:hsla(0,0%,4%,.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.Navbar_navContainer__lQsro{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.Navbar_logo__X4o9i{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text);flex-shrink:0}.Navbar_logoImg__5losR{width:32px;height:32px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.Navbar_logo__X4o9i span{font-size:1.25rem;font-weight:600}.Navbar_navLinks__BPXkM{display:flex;gap:3rem}.Navbar_navLinks__BPXkM a{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);text-decoration:none;transition:color .3s ease}.Navbar_navLinks__BPXkM a:hover{color:var(--color-text)}.Navbar_navActions__FemeQ{display:flex;align-items:center}.Navbar_mobileCtaBtn__NPpr2{display:none}.Navbar_desktopCtaBtn__kW9WG{display:inline-flex}.Navbar_mobileMenuBtn__vCYFv{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:5px}.Navbar_mobileMenuBtn__vCYFv span{display:block;width:24px;height:2px;background-color:var(--color-text);transition:all .3s ease}.Navbar_mobileMenuBtn__vCYFv span.Navbar_open__wWapx:first-child{transform:rotate(45deg) translate(5px,5px)}.Navbar_mobileMenuBtn__vCYFv span.Navbar_open__wWapx:last-child{transform:rotate(-45deg) translate(2px,-2px)}@media (max-width:900px){.Navbar_navContainer__lQsro{padding:0 1rem}.Navbar_navLinks__BPXkM{display:none}.Navbar_navLinksOpen__494jg{display:flex!important;flex-direction:column;position:absolute;top:70px;left:0;right:0;background-color:hsla(0,0%,4%,.98);padding:2rem;border-bottom:1px solid var(--color-border);gap:1.5rem}.Navbar_desktopCtaBtn__kW9WG{display:none!important}.Navbar_navLinksOpen__494jg .Navbar_mobileCtaBtn__NPpr2{display:inline-flex;text-align:center;justify-content:center;margin-top:.5rem}.Navbar_mobileMenuBtn__vCYFv{display:flex}}@media (max-width:480px){.Navbar_navContainer__lQsro{padding:0 .75rem;height:60px}.Navbar_logo__X4o9i span{font-size:1rem}.Navbar_logoImg__5losR{width:28px;height:28px}.Navbar_navLinksOpen__494jg{top:60px;padding:1.5rem}}.SecuritySection_securitySection__8jM4N{padding:120px 0;background-color:var(--color-bg)}.SecuritySection_sectionTitle__n39TI{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:3rem;line-height:1.15}.SecuritySection_securityContent__qw9CI{position:relative;padding-left:4rem;max-width:600px}.SecuritySection_cornerAccent__3QKmJ{position:absolute;left:0;top:0;width:40px;height:40px;border-left:1px solid var(--color-text);border-bottom:1px solid var(--color-text)}.SecuritySection_securityDescription__O6T32{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:2rem}@media (max-width:600px){.SecuritySection_securityContent__qw9CI{padding-left:2rem}}.SolutionSection_solutionSection__yXiHZ{padding:120px 0;background-color:var(--color-bg-secondary)}.SolutionSection_sectionHeader__OmMai{text-align:center;margin-bottom:4rem}.SolutionSection_sectionTitle__iJ_QI{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:1rem;line-height:1.15}.SolutionSection_sectionSubtitle__ecAGm{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text-secondary);margin-top:1rem}.SolutionSection_featuresGrid__hFSgz{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.SolutionSection_featureCard__6oTOg{background-color:var(--color-bg-card);border:1px solid var(--color-border);padding:2rem;position:relative;overflow:hidden;transition:border-color .3s ease}.SolutionSection_featureCard__6oTOg:hover{border-color:var(--color-border-light)}.SolutionSection_featureCard__6oTOg.SolutionSection_featured__1DPU6{border-color:var(--color-accent-secondary)}.SolutionSection_featureNumber__hhKKn{font-family:var(--font-mono);font-size:.875rem;color:var(--color-text-secondary);margin-bottom:1.5rem}.SolutionSection_featureNumber__hhKKn:after{content:"/";color:var(--color-accent-secondary)}.SolutionSection_featureTitle__Q9j7A{font-size:1.25rem;margin-bottom:1rem}.SolutionSection_featureDescription__Ger_l{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-text-secondary);line-height:1.7}.SolutionSection_featureHighlight__Rfcjh{position:absolute;bottom:0;left:0;right:0;height:3px;background-color:var(--color-accent-secondary)}@media (max-width:900px){.SolutionSection_featuresGrid__hFSgz{grid-template-columns:1fr}}