body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.articles-section{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;padding:6rem 0;position:relative}.articles-container{margin:0 auto;max-width:1200px;padding:0 2rem}.articles-title{color:#000;font-size:2.5rem;font-weight:900;margin-bottom:1rem;text-align:center}.articles-subtitle{color:#666;font-size:1.1rem;font-weight:400;line-height:1.6;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.articles-scroll-container{position:relative}.articles-scroll{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:1rem 0 2rem}.article-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.article-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.article-image{background:#f0f0f0;height:200px;overflow:hidden;width:100%}.article-image img{height:100%;object-fit:cover;width:100%}.article-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.article-category{border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.75rem;max-width:-webkit-fit-content;max-width:fit-content;padding:.25rem .75rem;text-transform:uppercase;width:auto}.article-title{color:#000;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.article-excerpt{color:#666;flex:1 1;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.article-meta{align-items:center;color:#999;display:flex;font-size:.85rem;justify-content:space-between}.article-author{font-weight:500}.external-indicator{align-items:center;background:#000000b3;border-radius:50%;color:#fff;display:flex;font-size:.9rem;height:24px;justify-content:center;position:absolute;right:1rem;top:1rem;width:24px}.articles-actions{margin-top:3rem;text-align:center}.view-all-btn{background:#00c853;border:none;border-radius:30px;color:#000;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.05em;padding:.75rem 2rem;text-transform:uppercase;transition:all .3s ease}.view-all-btn:hover{background:#00a843;transform:translateY(-2px)}.article-modal{align-items:center;animation:fadeIn .3s ease;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.article-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;max-height:90vh;max-width:800px;overflow-y:auto;padding:3rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{transition:all .3s ease}.modal-close:hover{background:#f0f0f0;color:#333}.article-modal-content h2{color:#000;font-size:2rem;font-weight:900;line-height:1.2;margin:1rem 0}.article-modal-meta{border-bottom:1px solid #e0e0e0;color:#666;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:1rem}.article-modal-body p{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:1024px){.articles-scroll{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.articles-title{font-size:1.8rem}.articles-subtitle{font-size:1rem;margin-bottom:3rem}.articles-scroll{grid-template-columns:1fr}.article-modal-content{margin:1rem;padding:2rem}.article-modal-content h2{font-size:1.5rem;font-weight:900}.article-modal-body p{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000e6;position:fixed;top:0;transition:background-color .3s;width:100%;z-index:1000}.navbar.scrolled{background-color:#000000f2}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:960px;padding:1rem 1.6rem}.logo{color:#fff;font-size:1.5rem;font-weight:900;letter-spacing:.1em}.logo-image{filter:brightness(0) invert(1);height:32px;width:auto}.nav-links{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#fff;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s}.nav-links a:not(.nav-cta):after{background-color:#00c853;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-links a:not(.nav-cta):hover:after{width:100%}.nav-cta{background-color:#00c853;border-radius:4px;color:#000!important;font-weight:600!important;padding:.75rem 1.5rem;transition:background-color .3s,transform .2s}.nav-cta:hover{background-color:#00a843;transform:translateY(-1px)}.hero-section{background-color:#000;color:#fff;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1}.hero-content,.hero-section{align-items:center;display:flex}.hero-content{gap:3.2rem;margin:0 auto;max-width:1200px;padding:0 1.6rem;width:100%}.content-wrapper{background-color:initial;pointer-events:none;position:relative;z-index:5}.content-wrapper>*{pointer-events:auto}.hero-spacer{height:100vh;pointer-events:none}.hero-text{flex:1 1;transition:transform .1s ease-out,opacity .1s ease-out}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.1;margin-bottom:1.2rem}.hero-subtitle{color:#ccc;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s}.cta-button.primary{background-color:#00c853;color:#000}.cta-button.primary:hover{background-color:#00a843;box-shadow:0 10px 30px #00c8534d;transform:translateY(-2px)}.cta-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.cta-button:disabled:hover{background-color:#00c853;box-shadow:none;transform:none}.cta-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background-color:#fff;color:#000}.hero-visual{flex:1 1}.hero-visual,.sensor-container{align-items:center;display:flex;justify-content:center}.sensor-container{height:600px;position:relative;transform-style:preserve-3d;transition:opacity .1s ease-out;width:600px}.sensor-image{animation:breathe 6s ease-in-out infinite;filter:drop-shadow(0 15px 40px rgba(0,0,0,.15));height:500px;object-fit:contain;position:relative;transition:opacity .3s ease-out;width:500px;z-index:10}.section-nav{display:flex;flex-direction:column;gap:1.5rem;position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:1000}.nav-dot{background-color:initial;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;position:relative;transition:all .3s ease;width:12px}.nav-dot:hover{border-color:#00c853;transform:scale(1.2)}.nav-dot.active{background-color:#00c853;border-color:#00c853}.nav-tooltip{background-color:#000000e6;border-radius:4px;color:#fff;font-size:.875rem;opacity:0;padding:.5rem 1rem;pointer-events:none;position:absolute;right:30px;top:50%;transform:translateY(-50%);transition:opacity .3s ease;white-space:nowrap}.nav-dot:hover .nav-tooltip{opacity:1}.section-nav.light-bg .nav-dot{border-color:#0000004d}.section-nav.light-bg .nav-dot:hover{border-color:#00c853}.section-nav.light-bg .nav-dot.active{background-color:#00c853;border-color:#00c853}.section-nav.dark-bg .nav-dot{border-color:#ffffff80}.section-nav.dark-bg .nav-dot:hover{border-color:#00c853}.section-nav.dark-bg .nav-dot.active{background-color:#00c853;border-color:#00c853}.video-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:100}.scroll-video{border-radius:12px!important;-webkit-border-radius:12px!important;height:500px;object-fit:contain;opacity:0;overflow:hidden!important;position:absolute;transition:opacity .3s ease-out;width:500px}@media (min-width:969px){.scroll-video{-webkit-backface-visibility:hidden;border-radius:12px!important;-webkit-border-radius:12px!important;-moz-border-radius:12px!important;-webkit-mask-composite:destination-in;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden!important;transform:translateZ(0);will-change:transform,opacity}}.cell-pulses{height:100%;pointer-events:none;position:absolute;width:100%;z-index:5}.cell-ring{animation:cell-pulse 9s ease-out infinite;border:2px solid #00c85399;border-radius:50%;height:450px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);width:450px;will-change:transform,opacity}.cell-ring:first-child{animation-delay:0s}.cell-ring:nth-child(2){animation-delay:3s}.cell-ring:nth-child(3){animation-delay:6s}.cell-ring:nth-child(4){animation-delay:9s}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes cell-pulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}15%{opacity:.8}70%{opacity:.4}90%{opacity:.1}to{opacity:0;transform:translate(-50%,-50%) scale(1.3)}}.technology-section{background-color:#f5f5f5;box-shadow:0 -10px 30px #0000001a;min-height:100vh;overflow:hidden;padding:6rem 0;z-index:10}.tech-layout,.technology-section{align-items:center;display:flex;position:relative}.tech-layout{gap:4rem;margin:0 auto;max-width:1200px;overflow:visible;padding:0 2rem;width:100%}.tech-content{flex:1 1;margin-right:2rem;position:relative;z-index:2}.tech-spacer{flex:1 1}.mobile-video-container{display:none}.mobile-video-container video{border-radius:12px}.container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.section-title{color:#000;font-size:2.5rem;font-weight:900;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:4rem;text-align:center}.tech-content .section-subtitle{font-size:1.3rem;margin-bottom:2rem;text-align:left}.tech-description{margin-top:2rem}.tech-description p{color:#333;font-size:1.25rem;line-height:1.8;margin-bottom:1.5rem}.tech-description p:last-child{margin-bottom:0}.tech-stats{display:flex;gap:3rem;margin-top:3rem}.tech-stat{text-align:left}.tech-stat h3{color:#00c853;font-size:2.5rem;font-weight:900;line-height:1;margin-bottom:.5rem}.tech-stat p{color:#666;font-size:1rem;line-height:1.4;margin:0}.tech-description h3{color:#000;margin:1rem 0}.features-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 0;position:relative;z-index:10}.features-section .section-title{color:#fff}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#111;border:1px solid #222;border-radius:8px;padding:2.5rem;transition:all .3s}.feature-card:hover{border-color:#00c853;transform:translateY(-3px)}.feature-card h3{color:#00c853;font-size:1.2rem;margin-bottom:1rem}.feature-card p{color:#ccc;font-size:.95rem;line-height:1.6}.about-section{background-color:#fff;min-height:100vh;padding:6rem 0;position:relative;z-index:10}.about-layout,.about-section{align-items:center;display:flex}.about-layout{gap:4rem;margin:0 auto;max-width:1100px;width:100%}.about-video{flex:1 1;max-width:600px}.mall-video{box-shadow:0 10px 30px #0003;height:auto;width:80%}.about-content{flex:1 1;padding-right:2rem}.about-content .section-title{margin-bottom:2rem;text-align:left}.about-text{color:#333;font-size:1.25rem;line-height:1.8;margin:0 0 3rem;max-width:none;text-align:left}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0;max-width:none;text-align:center}.stat h3{color:#00c853;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.stat p{color:#666;font-size:1rem}.preorder-section{background-color:#000;min-height:100vh;padding:6rem 0;position:relative;z-index:10}.preorder-section,.preorder-section .container{align-items:center;display:flex;justify-content:center}.preorder-section .container{flex-direction:column;height:auto;text-align:center}.preorder-section .section-title{color:#fff;margin-bottom:1rem;text-align:center}.preorder-section .section-subtitle{color:#ccc;margin-bottom:3rem;text-align:center}.beta-benefits{margin:0 auto;max-width:800px;text-align:center}.beta-benefits h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.beta-benefits-list{list-style:none;margin:0 auto 2rem;max-width:600px;padding:0;text-align:center}.beta-benefits-list li{color:#ccc;font-size:1.1rem;line-height:1.6;padding:.25rem 0;position:relative;text-align:center}.beta-benefits-list li:before{color:#00c853;content:"✓";font-size:1.4rem;font-weight:700;margin-right:.5rem}.beta-button{margin-top:0}.preorder-grid{display:flex;flex-direction:column;gap:2rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1000px}.preorder-card{background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a;display:flex;flex-direction:row;min-height:350px;overflow:hidden;padding:0;position:relative;transition:all .3s}.preorder-card:hover{box-shadow:0 5px 30px #00000026;transform:translateY(-5px)}.preorder-card.featured{border:2px solid #00c853}.featured-badge{background:#00c853;border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;position:absolute;right:10px;top:10px;z-index:1}.preorder-image{background-color:#f5f5f5;flex-shrink:0;height:auto;min-height:100%;overflow:hidden;width:45%}.preorder-image img{display:block;height:100%;object-fit:cover;transition:transform .3s;width:100%}.preorder-card:hover .preorder-image img{transform:scale(1.05)}.preorder-content{display:flex;flex:1 1;flex-direction:column;padding:2.5rem}.preorder-card h3{color:#000;font-size:1.5rem;margin-bottom:1rem}.price{color:#00c853;font-size:2.5rem;font-weight:900;margin-bottom:2rem}.price-prefix{color:#666;display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.features-list{flex-grow:1;list-style:none;margin-bottom:2rem}.features-list li{color:#666;padding:.75rem 0 .75rem 1.5rem;position:relative}.features-list li:before{color:#00c853;content:"✓";font-weight:700;left:0;position:absolute}.preorder-content.full-width{width:100%}.preorder-card .cta-button{margin-top:auto;width:100%}.footer{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:4rem 0 2rem;position:relative;z-index:10}.footer-wrapper{width:100%}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-logo{color:#fff;font-size:1.5rem;font-weight:900;letter-spacing:.1em;margin-bottom:1rem}.footer-logo-image{filter:brightness(0) invert(1);height:40px;margin-bottom:1rem;width:auto}.footer-brand p{color:#999;line-height:1.6}.footer-contact h4,.footer-links h4{color:#00c853;font-size:1rem;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#00c853}.footer-contact p{color:#ccc;margin-bottom:.5rem}.footer-contact-link{color:#ccc;font-size:1rem;text-decoration:none;transition:color .3s}.footer-contact-link:hover{color:#00c853;text-decoration:underline}.footer-bottom{border-top:1px solid #222;color:#666;padding-top:2rem;text-align:center}.fade-in,.fade-up,.scale-in,.slide-in-left,.slide-in-right{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.fade-up{transform:translateY(40px)}.fade-in{transform:translateY(0)}.slide-in-left{transform:translateX(-60px)}.slide-in-right{transform:translateX(60px)}.scale-in{transform:scale(.9)}.fade-in.visible,.fade-up.visible{opacity:1;transform:translateY(0)}.slide-in-left.visible,.slide-in-right.visible{opacity:1;transform:translateX(0)}.scale-in.visible{opacity:1;transform:scale(1)}.feature-card:first-child,.stat:first-child,.tech-card:first-child{transition-delay:.1s}.feature-card:nth-child(2),.stat:nth-child(2),.tech-card:nth-child(2){transition-delay:.2s}.feature-card:nth-child(3),.stat:nth-child(3),.tech-card:nth-child(3){transition-delay:.3s}.feature-card:nth-child(4){transition-delay:.4s}@media (max-width:1199px) and (min-width:950px){html{font-size:90%}.about-section,.features-section,.footer,.hero-section,.pitch-technology,.preorder-section,.technology-section,.timeline-section,.why-now-section{height:100vh!important;min-height:100vh!important;width:100%!important}.about-section .container,.features-section .container,.footer .container,.hero-section .container,.hero-section .hero-content,.pitch-technology .container,.pitch-technology .tech-layout,.preorder-section .container,.scroll-video,.technology-section .container,.technology-section .tech-layout,.timeline-section .container,.video-overlay,.why-now-section .container{transform:scale(.9);transform-origin:center}.technology-section .tech-description{max-width:85%}}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:949px) and (min-width:700px){.about-section .container,.container,.features-section .container,.footer .container,.preorder-section .container,.technology-section .container{box-sizing:border-box!important;margin:0 auto!important;padding:0 2rem!important;width:90%!important}.about-layout,.tech-layout{align-items:center;flex-direction:column;gap:2rem;margin:0 auto!important;max-width:600px!important}.about-content,.about-video,.tech-content{margin:0 auto!important;max-width:500px!important;padding-right:0!important;text-align:center!important}.tech-content .section-title,.tech-stats-list{text-align:center!important}.tech-stats-list{justify-content:center!important}.tech-stat-item{align-items:center!important;text-align:center!important}.mobile-video-container{display:block!important;margin:0 auto!important;text-align:center!important}.mobile-tech-video{max-width:400px!important;width:100%!important}.mobile-tech-video,.scroll-video{border-radius:0!important;margin:0 auto!important}.features-grid{gap:1.5rem;grid-template-columns:1fr;margin:0 auto!important;max-width:600px!important}.feature-card{margin:0 auto!important;max-width:400px!important}.footer .container,.footer-content,.preorder-section .container{margin:0 auto!important;max-width:600px!important}.footer-content{grid-template-columns:repeat(2,1fr)}section .container,section>div{margin-left:auto!important;margin-right:auto!important;max-width:600px!important}}@media (max-width:949px){.section-nav{display:none}.hero-section{min-height:100vh}.hero-content{flex-direction:column;gap:1rem;height:100%;justify-content:flex-start;margin-top:0;padding-top:80px;position:relative;text-align:center;z-index:11}.hero-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000c;border-radius:12px;margin:0 1rem;order:2;padding:1.5rem;position:relative;z-index:10}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-visual{flex:none;margin-bottom:1rem;order:1}.sensor-container{margin-top:0;opacity:1;position:relative;transform:none;z-index:1}.sensor-container,.sensor-image{height:250px;width:250px}.video-overlay{align-items:center;display:flex;justify-content:center;margin-top:2rem;position:static;width:100%}.scroll-video{border-radius:0!important;display:block!important;height:auto!important;margin:0 auto!important;max-width:400px!important;opacity:1!important;position:relative!important;width:100%!important}.cell-ring{height:200px;width:200px}.footer-content{grid-template-columns:repeat(2,1fr)}.tech-layout{flex-direction:column}.tech-content{background-color:#f5f5f5;border-radius:8px;margin-bottom:2rem;margin-right:0;padding:1.5rem;position:relative;z-index:200}.tech-content .section-subtitle,.tech-content .section-title,.tech-stats{text-align:center!important}.tech-stats{align-items:center!important;flex-direction:column;gap:1.5rem;margin-top:2rem}.tech-stats-list{grid-template-columns:1fr!important;justify-content:center!important;text-align:center!important}.tech-stat-item{align-items:center!important;text-align:center!important}.tech-stat h3{font-size:2rem}.mobile-video-container,.tech-spacer{display:block;width:100%}.mobile-video-container{margin:0 auto;max-width:400px}.mobile-tech-video{border-radius:0;height:auto;width:100%}.technology-section{background-color:#f5f5f5;min-height:100vh;position:relative;z-index:200}.about-section,.features-section,.footer{min-height:100vh}.about-layout{flex-direction:column;gap:2rem}.about-video{max-width:100%;order:2}.about-content{order:1}.about-content .section-title,.about-text{text-align:center}.stats-grid{gap:1.5rem;grid-template-columns:1fr}.preorder-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:4rem 0}.preorder-card{flex-direction:column}.preorder-image{height:250px;min-height:250px;width:100%}.preorder-image img{background-color:#f5f5f5;object-fit:contain}.preorder-grid{grid-template-columns:1fr}.preorder-card.featured{transform:none}.tech-content .section-subtitle{margin-bottom:1rem}.tech-description{display:none;margin-top:0}.tech-content .section-title,.technology-section .tech-content .section-title{text-align:center!important}.tech-stats-list,.technology-section .tech-stats-list{grid-gap:1.5rem!important;display:grid!important;gap:1.5rem!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important}.tech-stat-item,.technology-section .tech-stat-item{align-items:center!important;justify-self:center!important;text-align:center!important}}@media (max-width:768px){.nav-links{display:flex}.nav-links li:not(:last-child){display:none}.hero-section{background-color:#000;color:#fff;justify-content:center;min-height:100vh;overflow:visible;padding:60px 0 2rem;position:relative!important;z-index:500}.hero-content,.hero-section{align-items:center;display:flex}.hero-content{flex-direction:column;gap:1rem;height:auto;justify-content:flex-start;margin:0;max-width:none;padding:120px 1rem 2rem;text-align:center}.hero-visual{margin-bottom:.5rem}.sensor-container,.sensor-image{height:200px;width:200px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.features-grid,.stats-grid{grid-template-columns:1fr}.stats-grid{gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.tech-content,.technology-section .tech-content{background-color:initial!important;margin:0 auto!important;padding:0 1rem!important;text-align:center!important}.tech-content .section-title,.technology-section .tech-content .section-title{margin-bottom:2rem!important;text-align:center!important}.tech-description,.technology-section .tech-description{display:block!important;text-align:center!important}.tech-description p,.technology-section .tech-description p{text-align:center!important}.tech-stats-list,.technology-section .tech-stats-list{grid-gap:2rem!important;display:grid!important;gap:2rem!important;grid-template-columns:1fr!important;justify-items:center!important;margin:2rem auto!important;text-align:center!important}.tech-stat-item,.technology-section .tech-stat-item{align-items:center!important;display:flex!important;flex-direction:column!important;justify-self:center!important;text-align:center!important}.stat-number,.stat-text{text-align:center!important}.about-content,.about-section .about-content{padding:0 1rem!important;text-align:center!important}.about-content .section-title,.about-section .about-content .section-title{margin-bottom:2rem!important;text-align:center!important}.about-section .about-text,.about-text{text-align:center!important}.mobile-tech-video,.mobile-video-container{border-radius:0!important;margin:0 1rem!important;width:calc(100% - 2rem)!important}.scroll-video{border-radius:0!important}.tech-layout .tech-content,.technology-section .tech-layout .tech-content{margin:0 auto!important;padding:1rem!important;text-align:center!important}.section-title.fade-up,.section-title.fade-up.visible,.tech-layout .tech-content .section-title,.technology-section .section-title.fade-up,.technology-section .section-title.fade-up.visible,.technology-section .tech-layout .tech-content .section-title,.technology-section h2.section-title,h2.section-title.fade-up,h2.section-title.fade-up.visible{display:block!important;margin-bottom:2rem!important;opacity:1!important;text-align:center!important;transform:translateY(0)!important;width:100%!important}.tech-layout .tech-content .tech-stats-list,.tech-stats-list,.technology-section .tech-layout .tech-content .tech-stats-list,.technology-section .tech-stats-list{grid-gap:2rem!important;display:grid!important;gap:2rem!important;grid-template-columns:1fr!important;justify-items:center!important;margin:2rem auto!important;text-align:center!important;width:100%!important}.tech-layout .tech-content .tech-stat-item,.tech-stat-item,.technology-section .tech-layout .tech-content .tech-stat-item,.technology-section .tech-stat-item{align-items:center!important;display:flex!important;flex-direction:column!important;justify-self:center!important;text-align:center!important;width:100%!important}.stat-number,.stat-text,.technology-section .stat-number,.technology-section .stat-text{display:block!important;text-align:center!important;width:100%!important}.about-section .mall-video,.mall-video{border-radius:0!important;display:block!important;margin:0 auto!important;width:100%!important}.about-section .about-video,.about-video{align-items:center!important;display:flex!important;justify-content:center!important;width:100%!important}.about-text,.hero-subtitle,.section-subtitle,.tech-description p{font-size:1.25rem!important;line-height:1.6!important}.tech-content .section-title,.technology-section .tech-content,.technology-section .tech-content .section-title,.technology-section .tech-layout{text-align:center!important}}@media (max-width:375px){.hero-section{height:auto!important;min-height:100vh!important;padding-bottom:2rem!important}.hero-content{gap:1.5rem!important;padding:100px 1rem 3rem!important}.hero-text{margin-bottom:1rem!important;margin-top:1rem!important;padding-top:2rem!important}.hero-visual{margin-bottom:2rem!important}.sensor-container{height:180px!important;width:180px!important}.sensor-image{height:160px!important;width:160px!important}.technology-section{margin-top:2rem!important}}.modal{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal.active{align-items:center;display:flex;justify-content:center}.modal-overlay{background:#000c;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:3rem;position:relative;width:90%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .3s;width:40px}.modal-close:hover{background:#f5f5f5}.modal-content h2{color:#000;margin-bottom:1rem}.modal-content p{color:#666;margin-bottom:2rem}.beta-form{gap:1.5rem}.beta-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus{border-color:#00c853;outline:none}.beta-form .cta-button{margin-top:1rem}.success-message{padding:2rem 0;text-align:center}.success-icon{align-items:center;animation:scale-in .3s ease-out;background-color:#00c853;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.success-message h2{color:#333;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.success-message .cta-button{margin-top:1.5rem}button.nav-cta{background-color:#00c853;border:none;border-radius:4px;color:#000!important;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600!important;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s,transform .2s}button.nav-cta:hover{background-color:#00a843;transform:translateY(-1px)}.pitch-deck{background-color:#000;min-height:100vh}.pitch-deck h3{font-size:1.2rem}.tech-description h3{font-size:1.44rem;font-weight:700}.tech-video-mobile{display:none}.pitch-deck section{align-items:center;display:flex;min-height:100vh;overflow:hidden;position:relative}.pitch-deck .business-model-section,.pitch-deck .dashboard-section,.pitch-deck .features-section,.pitch-deck .projections-section,.pitch-deck .seed-round-section,.pitch-deck .team-section,.pitch-deck .timeline-section,.pitch-deck .use-cases-section,.pitch-deck .why-now-section{z-index:30}.pitch-deck .use-cases-section,.pitch-deck .why-us-section{position:relative;z-index:150}.pitch-deck .container{display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1.6rem}.timeline-section .container{display:block;height:auto;justify-content:flex-start}.pitch-deck .section-title{font-size:2rem;margin-bottom:1.2rem}.pitch-technology .section-title{margin-bottom:2.5rem}.pitch-deck .section-subtitle{font-size:1.28rem;margin-bottom:1.6rem}.pitch-hero-section .hero-subtitle{color:#fff;font-size:1.44rem;min-width:350px}.hero-checklist{list-style:none;margin:.8rem 0;padding:0}.hero-checklist li{font-size:1.12rem;line-height:1.6;margin-bottom:.4rem;padding-left:1.6rem;position:relative}.hero-checklist li:before{color:#00c853;content:"✓";font-size:1.12rem;font-weight:700;left:0;position:absolute}.pitch-deck .section-description{color:#666;font-size:.8rem;margin-bottom:1.6rem;margin-left:auto;margin-right:auto;max-width:640px}.pitch-technology{background-color:#f5f5f5;color:#000;min-height:100vh;overflow:hidden;padding:2rem 0 6rem;z-index:20}.pitch-technology,.pitch-technology .tech-layout{align-items:center;display:flex;position:relative}.pitch-technology .tech-layout{margin:0 auto;max-width:1200px;overflow:visible;padding:0 1.6rem;width:100%}.pitch-technology .tech-content{flex:1 1;max-width:650px;min-width:500px}.pitch-technology .tech-spacer{flex:1 1;height:400px;min-width:400px;position:relative}.pitch-deck .scroll-video{border-radius:12px;overflow:hidden}.tech-features-list{list-style:none;margin-top:1.2rem;padding:0}.tech-features-list li{font-size:1.12rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.tech-features-list li:before{color:#00c853;content:"✓";font-size:.96rem;font-weight:700;left:0;position:absolute}.tech-stats-list{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;margin-top:0}@media (min-width:950px){.tech-description .tech-stats-list:last-child{gap:3rem;grid-template-areas:"stat1 stat2" "stat3 .";grid-template-columns:auto auto;justify-content:start}.tech-description .tech-stats-list:last-child .tech-stat-item:first-child{grid-area:stat1}.tech-description .tech-stats-list:last-child .tech-stat-item:nth-child(2){grid-area:stat2}.tech-description .tech-stats-list:last-child .tech-stat-item:nth-child(3){grid-area:stat3}}.tech-description{margin-top:0}.tech-stat-item{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem}.stat-number{color:#00c853;font-size:2.8rem;font-weight:700;line-height:1}.stat-text{color:#333;font-size:1.04rem;line-height:1.4}.pitch-technology .tech-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.pitch-technology .tech-video{border-radius:6px;height:auto;max-width:480px;width:100%}.why-us-section{align-items:center;background-color:#fff;color:#000;display:flex;min-height:100vh;padding:3.2rem 1.6rem;position:relative;z-index:30}.why-us-section .container{max-width:80%;padding:0}.why-us-section .section-title{color:#000;margin-bottom:2.4rem;text-align:center}.why-us-grid{grid-gap:1.6rem;grid-row-gap:2.4rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:calc(100% - 3.2rem);padding:0;row-gap:2.4rem;width:calc(100% - 3.2rem)}.why-us-box{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;box-sizing:border-box;padding:1.5rem;text-align:center;width:100%}.why-us-box h3{color:#00c853;font-size:1.5rem;font-weight:700;margin-bottom:.8rem}.why-us-box p{color:#333;font-size:.9rem;line-height:1.6;margin:0}.use-cases-section{align-items:center;background-color:#fff;display:flex;min-height:100vh;padding:2rem 0;position:relative;z-index:30}.use-cases-layout{align-items:center;display:flex;gap:3.2rem;margin:auto 0;width:100%}.use-cases-image{flex:1 1;max-width:640px}.use-cases-image img{height:auto;width:100%}.use-cases-content{display:flex;flex:1.5 1;flex-direction:column;justify-content:center}.use-cases-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.6rem}.use-case-card{background:#f5f5f5;border-radius:6px;padding:1.6rem}.use-case-card h3{color:#00c853;margin-bottom:.8rem}.use-case-card ul{list-style:none;padding:0}.use-case-card li{font-size:1.04rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.use-case-card li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.use-case-flex-card{align-items:center;display:flex;gap:.5rem}.use-case-stat-section{flex:1 1;padding-left:1rem}.use-case-info-section{flex:1 1;padding-left:.5rem}.use-case-info-section h3,.use-case-stat-section h3{align-self:flex-start;height:auto;margin-bottom:.8rem;margin-top:0;text-align:left}.use-case-info-section,.use-case-info-section ul,.use-case-stat-section,.use-case-stat-section ul{text-align:left}.why-now-section{align-items:center;background-color:#000;display:flex;min-height:100vh;padding:1.6rem 0;position:relative;z-index:30}.why-now-section .section-title{color:#fff}.market-showcase{margin:0 auto;max-width:720px;padding:.8rem 0}.total-market{margin-bottom:1.6rem;text-align:center}.market-number{color:#00c853;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.4rem}.market-label{color:#fff;font-size:1.2rem;font-weight:500}.market-breakdown{background:#111;border:1px solid #333;border-radius:10px;box-shadow:0 3px 10px #0000004d;margin-bottom:1.6rem;padding:1.2rem}.breakdown-item{margin-bottom:.8rem}.breakdown-item:last-child{margin-bottom:0}.breakdown-bar{align-items:center;background:#00c853;border-radius:6px;display:flex;height:32px;margin-bottom:.4rem;padding:0 1.2rem;position:relative}.breakdown-value{color:#fff;font-size:1.2rem;font-weight:700}.breakdown-item p{color:#fff;font-size:.88rem;margin:0}.market-stats-row{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.6rem}.market-stat{align-items:center;background:#111;border:1px solid #333;border-radius:10px;box-shadow:0 3px 10px #0000004d;display:flex;gap:.8rem;padding:.6rem}.market-stat h3{color:#00c853;flex-shrink:0;font-size:1.76rem;font-weight:700;margin:0}.market-stat p{color:#fff;font-size:.9rem;line-height:1.3;margin:0;text-align:left}.market-opportunity-text{background:#00c853;border-radius:10px;box-shadow:0 5px 16px #00c8534d;color:#fff;padding:1.6rem;text-align:center}.market-opportunity-text h3{font-size:1.2rem;font-weight:500;margin-bottom:.4rem}.opportunity-value{font-size:2.4rem;font-weight:700;margin-bottom:.4rem}.market-opportunity-text p{font-size:0;margin:0}.market-context{flex:1 1;margin:1.6rem 0}.market-context ul{list-style:none;padding:0}.market-context li{font-size:1.04rem;line-height:1.4;margin-bottom:.6rem;padding-left:1.6rem;position:relative}.market-context li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.market-drivers{background:#fff;border-radius:6px;flex:1 1;padding:1.6rem}.market-drivers h3{color:#000;margin-bottom:.8rem}.market-drivers ul{list-style:none;padding:0}.market-drivers li{font-size:1.04rem;line-height:1.4;margin-bottom:.6rem;padding-left:1.6rem;position:relative}.market-drivers li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.pitch-deck .features-section{align-items:center;display:flex;min-height:100vh;padding:2.4rem 0}.pitch-deck .features-section .section-title{text-align:left}.pitch-deck .features-grid{gap:1.2rem;grid-template-columns:repeat(3,1fr);margin-top:1.6rem}.pitch-deck .feature-card{background-color:#000;color:#fff;padding:1.2rem}.pitch-deck .feature-card h3{color:#00c853;font-size:1.04rem;margin-bottom:.6rem}.pitch-deck .feature-card p{color:#fff;font-size:.72rem;line-height:1.4}.dashboard-section{background-color:#f8f9fa;min-height:100vh;overflow:visible;position:relative}.dashboard-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.dashboard-bg-img{height:100%;object-fit:cover;width:100%}.dashboard-content{align-items:flex-end;display:flex;height:100vh;margin:0 auto;max-width:1120px;padding:0 1.6rem 4.8rem;position:relative;z-index:2}.dashboard-visual{align-items:center;display:flex;flex:1.5 1;height:100%;justify-content:center;padding-bottom:0;position:relative}.dashboard-img{height:auto;margin-bottom:-1.6rem;margin-top:auto;max-height:48vh;object-fit:contain;opacity:0;transform:translateY(160px);transition:all 1s ease-out;width:90%}.dashboard-img.visible,.slide-up.visible{opacity:1;transform:translateY(0)}.dashboard-mobile-img{display:none}.dashboard-info{flex:1 1;padding-right:3.2rem}.dashboard-info .section-title{color:#000;margin-bottom:1.6rem;text-align:left}.dashboard-features{display:flex;flex-direction:column;gap:1.2rem}.dashboard-feature{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;color:#333;padding:1.2rem}.dashboard-feature h3{color:#00c853;font-size:1.12rem;margin-bottom:.6rem}.dashboard-feature ul{list-style:none;padding:0}.dashboard-feature li{color:#333;font-size:1.04rem;line-height:1.4;margin-bottom:.4rem;padding-left:1.6rem;position:relative}.dashboard-feature li:before{color:#00c853;content:"✓";font-size:.96rem;font-weight:700;left:0;position:absolute}.dashboard-benefits li:before{color:#000;content:"•";font-size:.96rem;font-weight:700}.business-model-section{align-items:center;background-color:#f5f5f5;display:flex;min-height:100vh;padding:2rem 0}.business-projections-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:28% 36% 36%;margin-top:2.4rem}.business-model-image{align-items:center;display:flex;justify-content:center}.business-model-image img{height:auto;object-fit:contain;width:100%}.revenue-streams{background:#fff;border-radius:6px;height:100%;padding:2rem 1.6rem}.revenue-streams h3{color:#000;font-size:1.12rem;line-height:1.4;margin-bottom:.5rem}.revenue-streams h4{color:#000;font-size:1.12rem;margin-bottom:1rem}.revenue-streams ul{list-style:none;padding:0}.revenue-streams li{font-size:1.04rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.revenue-streams li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.financial-projections{background:#fff;border-radius:6px;height:100%;padding:2rem 1.6rem}.financial-projections h4{color:#000;font-size:1.12rem;margin-bottom:1.5rem;text-align:center}.projection-visual{align-items:flex-end;display:flex;height:240px;justify-content:space-around;margin-bottom:2rem;padding:3rem 1rem 0}.projection-year{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.year-label{color:#666;font-size:.88rem;margin-bottom:.5rem}.revenue-bar{background:linear-gradient(0deg,#00c853,#00e676);border-radius:4px 4px 0 0;margin-bottom:.5rem;position:relative;transition:all .3s ease;width:60px}.revenue-bar:hover{transform:scale(1.05)}.revenue-amount{color:#00c853;font-size:1.4rem;font-weight:700;margin-bottom:.25rem}.units-amount{color:#666;font-size:.88rem}.key-metrics-compact{border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem}.key-metrics-compact h5{color:#000;font-size:.96rem;margin-bottom:.8rem}.key-metrics-compact ul{list-style:none;padding:0}.key-metrics-compact li{color:#666;font-size:.88rem;margin-bottom:.4rem;padding-left:1.2rem;position:relative}.key-metrics-compact li:before{color:#00c853;content:"•";left:0;position:absolute}.segment-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);margin-top:1.2rem}.segment{border:1px solid #e0e0e0;border-radius:3px;padding:.8rem;text-align:center}.segment h4{color:#00c853;margin-bottom:.5rem}.target-market{margin-top:0}.target-market ul{list-style:none;padding:0}.target-market li{font-size:1.04rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.target-market li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.projections-section{align-items:center;background-color:#fff;display:flex;min-height:100vh;padding:2.4rem 0}.projections-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr);margin:1.6rem 0}.projection-card{background:#f5f5f5;border-radius:6px;padding:1.6rem;text-align:center}.projection-card h3{color:#666;margin-bottom:.8rem}.projection-card .revenue{color:#00c853;font-size:2rem;font-weight:700;margin-bottom:.4rem}.projection-card .units{color:#666}.key-metrics{background:#f5f5f5;border-radius:6px;margin:0 auto;max-width:480px;padding:1.6rem}.key-metrics h3{color:#000;font-size:1.12rem;margin-bottom:1.2rem}.key-metrics ul{list-style:none;padding:0}.key-metrics li{font-size:1.04rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.key-metrics li:before{color:#000;content:"•";font-size:.96rem;font-weight:700;left:0;position:absolute}.team-section{background-color:#f5f5f5;padding:2.4rem 0}.team-section,.team-section .container{align-items:center;display:flex;min-height:100vh}.team-section .container{flex-direction:column;justify-content:center}.team-section .section-title{margin-bottom:.5rem;margin-top:0}.team-content{display:flex;justify-content:center;margin-top:1.6rem}.achievements{background:#fff;border-radius:6px;flex:1 1;padding:1.2rem}.achievements h3{color:#000;margin-bottom:.8rem}.team-wrapper{max-width:1200px;width:100%}.team-wrapper h3{color:#000;font-size:1.12rem;margin-bottom:1.2rem}.team-grid{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.4rem;margin-top:2rem}.investors-section{margin-top:2.4rem}.investors-grid{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,1fr)}.team-member{background:#fff;border-radius:6px;margin-top:10px;padding:3rem 1.2rem 1.2rem;position:relative;text-align:center}.team-member .team-photo{background:#fff;border:3px solid #00c853;border-radius:50%;height:80px;left:50%;margin-bottom:1rem;object-fit:cover;position:absolute;top:-40px;transform:translateX(-50%);width:80px}.team-member h5{color:#00c853;font-size:1rem;font-weight:700;margin-bottom:.6rem;margin-top:.6rem}.team-member h4{color:#666;font-size:.8rem;font-weight:400;margin-bottom:.8rem}.team-member p{font-size:.72rem;line-height:1.4}.team-member ul{list-style:none;margin:0;padding:0;text-align:left}.team-member ul li{font-size:.72rem;line-height:1.5;margin-bottom:.4rem;padding-left:1.2rem;position:relative}.team-member ul li:before{color:#00c853;content:"•";font-weight:700;left:0;position:absolute}.team-member .team-bio{color:#000;font-size:.9rem;line-height:1.5;margin-bottom:.8rem;padding:0 .5rem;text-align:left}.investor{background:#fff;border-radius:6px;padding:1.2rem;text-align:center}.investor h4{color:#000;font-size:.88rem;margin-bottom:.4rem}.investor p{font-size:.75rem;line-height:1.4}.seed-round-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:2rem 0}.seed-round-section .section-title{color:#fff}.raise-details{align-items:center;display:flex;gap:3.2rem;margin-top:1.2rem}.raise-amount{background:#00c8531a;border:2px solid #00c853;border-radius:6px;flex:1 1;padding:1rem;text-align:center}.raise-info{display:flex;flex:1.5 1;flex-direction:column;gap:1.6rem}.raise-amount h3{color:#00c853;font-size:2rem;margin-bottom:.4rem}.raise-amount p{font-size:1.04rem;line-height:1.5}.investor-benefits,.use-of-funds{background:#ffffff0d;border-radius:6px;padding:1.6rem}.investor-benefits h3,.use-of-funds h3{color:#00c853;margin-bottom:.8rem}.investor-benefits ul,.use-of-funds ul{list-style:none;padding:0}.investor-benefits li,.use-of-funds li{color:#fff;font-size:1.04rem;line-height:1.6;margin-bottom:.8rem;padding-left:1.6rem;position:relative}.use-of-funds li:before{color:#fff;content:"•"}.investor-benefits li:before,.use-of-funds li:before{font-size:.96rem;font-weight:700;left:0;position:absolute}.investor-benefits li:before{color:#00c853;content:"✓"}.investor-preference{background:#00c8531a;border:1px solid #00c853;border-radius:6px;margin:0 auto;max-width:800px;padding:1rem;text-align:center}.investor-preference h3{color:#00c853;font-size:1.2rem;margin-bottom:1rem}.investor-preference p{color:#fff;font-size:1rem;line-height:1.6;margin:0}.timeline-section{background-color:#fff;display:block;height:auto;min-height:100vh;padding:4rem 0 6rem;position:static;z-index:40}.timeline{display:flex;flex-direction:column;gap:2.4rem;margin:2rem auto;max-width:720px;padding:2rem 1.6rem 4rem;position:relative}.timeline:before{background:#00c853;bottom:20px;content:"";left:24px;position:absolute;top:20px;width:2px}.timeline-item{min-height:80px;padding:0 0 2rem 48px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{background:#00c853;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #00c853;content:"";height:10px;left:20px;position:absolute;top:24px;width:10px}.timeline-date{background:#00c853;border-radius:20px;color:#fff;display:inline-block;font-weight:700;margin-bottom:.8rem;padding:.4rem 1.2rem}.timeline-content{background:#f5f5f5;border-radius:6px;padding:1.6rem}.timeline-content h4{color:#000;font-size:1rem;margin-bottom:.6rem}.timeline-content p{font-size:.9rem;line-height:1.5}.timeline-image{display:block}@media (min-width:1200px){.business-model-section .container,.seed-round-section .container,.use-cases-section .container{padding-top:3rem!important}.business-model-section,.seed-round-section,.use-cases-section{padding-bottom:2rem;padding-top:2rem}}@media (max-width:1199px) and (min-width:950px){.video-overlay{display:flex!important}#timeline,.pitch-deck section{height:100vh!important;min-height:100vh!important;width:100%!important}.timeline-section{display:block!important;height:auto!important;min-height:auto!important;overflow-y:visible!important;padding:4rem 0 6rem!important;position:static!important;width:100%!important;z-index:50!important}#technology,#technology.pitch-technology,#technology.technology-section,section#technology.technology-section.pitch-technology{box-sizing:border-box!important;height:100vh!important;min-height:100vh!important;overflow:visible!important;padding:0!important;width:100%!important}.pitch-technology,.why-now-section{box-sizing:border-box!important;height:100vh!important;min-height:100vh!important;padding:0!important}.pitch-technology .container,.why-now-section .container{padding-bottom:1.6rem!important;padding-top:1.6rem!important}#technology .tech-layout,.pitch-technology .tech-layout{padding-bottom:6rem!important;padding-top:6rem!important}.pitch-deck section .container{transform:scale(.9);transform-origin:center}.timeline-section .container{transform:none!important}.sensor-container{transform:translateX(40px)!important}.scroll-video{transform:translateX(25px) translateZ(0)!important}.revenue-streams{height:auto!important}.dashboard-background{bottom:0!important;display:block!important;left:0!important;position:absolute!important;right:0!important;top:0!important;z-index:0!important}.dashboard-background,.dashboard-bg-img{height:100%!important;width:100%!important}.dashboard-bg-img{object-fit:cover!important;object-position:center!important}.dashboard-section{overflow:hidden!important;position:relative!important}.dashboard-content{position:relative!important;z-index:2!important}}@media (max-width:949px) and (min-width:780px){.business-model-section .container,.container,.dashboard-section .container,.seed-round-section .container,.team-section .container,.technology-section .container,.timeline-section .container,.use-cases-section .container,.why-now-section .container,.why-us-section .container{box-sizing:border-box!important;margin:0 auto!important;padding:0 2rem!important;text-align:center!important;width:80%!important}.pitch-technology .tech-description h3{margin:1rem auto!important;padding:0 2rem!important;text-align:center!important}.pitch-technology .section-title,.pitch-technology .tech-description,.pitch-technology .tech-stats-list,.use-case-card,.use-cases-section .section-title{text-align:center!important}.pitch-technology .tech-stat-item{align-items:center!important;text-align:center!important}.pitch-technology .stat-text{text-align:center!important}.tech-layout,.use-cases-layout{align-items:center;flex-direction:column;gap:.5rem;margin:0 auto!important;width:100%!important}.tech-content,.use-cases-content,.use-cases-image{margin:0 auto!important;text-align:center!important;width:100%!important}.why-us-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.business-projections-content,.why-us-box,.why-us-grid{margin:0 auto!important;width:100%!important}.business-projections-content{flex-direction:column;gap:2rem}.dashboard-content,.financial-projections,.revenue-streams{margin:0 auto!important;width:100%!important}.dashboard-content{flex-direction:column}.dashboard-info{margin:0 auto!important;padding-right:0!important;text-align:center!important;width:100%!important}.why-now-section{padding:3rem 2rem}.why-now-section .container{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin:0 auto!important;text-align:center!important;width:100%!important}.market-showcase{width:100%!important}.investors-grid,.team-grid{grid-template-columns:1fr}.investors-grid,.raise-details,.team-grid,.timeline-wrapper{margin:0 auto!important;width:100%!important}.raise-details{flex-direction:column}section .container,section>div{margin-left:auto!important;margin-right:auto!important;width:100%!important}.revenue-streams h3{text-align:left!important}.raise-amount h3,.raise-amount p{text-align:center!important}.hero-checklist,.investor-benefits h3,.investor-benefits li,.investor-benefits ul,.use-of-funds h3,.use-of-funds li,.use-of-funds ul{text-align:left!important}.hero-checklist{display:inline-block;margin:0 auto}.hero-checklist li,.use-case-stat-section{text-align:left!important}.use-case-stat-section{align-items:flex-start!important;display:flex!important;flex-direction:row!important;gap:2rem!important;justify-content:flex-start!important}.use-case-stat-section .tech-stat-item{align-items:center!important;display:flex!important;flex:1 1!important;flex-direction:column!important;margin-top:0!important;min-width:0!important;text-align:center!important}.use-case-stat-section .tech-stat-item:nth-child(2){margin-top:0!important}.use-case-stat-section .stat-number,.use-case-stat-section .stat-text{display:block!important;text-align:center!important}.use-case-info-section h3:first-child{margin-top:2rem!important}.use-case-info-section ul{list-style:none!important;padding-left:0!important}.use-case-info-section li:before{display:none!important}.dashboard-background{bottom:0!important;display:block!important;left:0!important;position:absolute!important;right:0!important;top:0!important;z-index:0!important}.dashboard-background,.dashboard-bg-img{height:100%!important;width:100%!important}.dashboard-bg-img{object-fit:cover!important;object-position:center!important}.dashboard-section{overflow:visible!important;position:relative!important}.dashboard-content{position:relative!important;z-index:2!important}.use-cases-image video{display:block!important;height:auto!important;width:100%!important}.market-breakdown{margin-bottom:3rem!important}}@media print{.nav-container,.nav-dot,.nav-links,.nav-tooltip,.navbar,.section-nav,.video-overlay,video{display:none!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pitch-deck section{opacity:1!important;page-break-after:always;page-break-inside:avoid;transform:none!important;visibility:visible!important}@page{margin:0}}@media (max-width:949px){body,html{height:auto!important}.pitch-deck,body,html{max-width:100vw!important;overflow-x:hidden!important;overflow-y:auto!important}.pitch-deck{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;width:100vw!important}.pitch-deck section{box-sizing:border-box!important}.pitch-deck section,.pitch-hero-section{height:auto!important;max-height:none!important;max-width:100vw!important;min-height:auto!important;overflow-x:hidden!important;width:100vw!important}.container,.pitch-deck .container{box-sizing:border-box!important;margin:0!important;max-width:100vw!important;overflow-x:hidden!important;padding:0 1rem!important;width:100vw!important}.pitch-deck .container{display:block!important;height:auto!important;justify-content:flex-start!important}.pitch-deck section{overflow:visible}.pitch-technology .container,.technology-section .container{box-sizing:border-box!important;padding:0 1rem!important}.pitch-technology .container,.tech-layout,.technology-section .container{margin:0 auto!important;max-width:calc(100vw - 2rem)!important;width:calc(100vw - 2rem)!important}.tech-layout{padding:0!important}.pitch-technology .tech-content{margin:0 auto!important;padding:0!important}#technology,.pitch-technology,.technology-section{box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100vw!important;overflow-x:hidden!important;padding-left:0!important;padding-right:0!important;width:100vw!important}.hero-content,.tech-layout{box-sizing:border-box!important;margin:0!important;max-width:100vw!important;overflow-x:hidden!important;width:100vw!important}.hero-content{padding:0 1rem!important}.hero-text,.hero-visual{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important;width:100%!important}.timeline-image{display:none!important}.pitch-deck *{box-sizing:border-box!important}.pitch-deck .container,.pitch-deck .hero-content,.pitch-deck .tech-layout,.pitch-deck section{max-width:100vw!important;overflow-x:hidden!important}.hero-checklist,.market-stats-row,.team-grid,.tech-stats-list,.use-cases-grid,.why-us-grid{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important;width:100%!important}.navbar .logo-image{height:30px}.pitch-hero-section{max-height:100vh;min-height:auto;overflow:hidden;padding:100px 0 0;position:relative!important}.pitch-hero-section .hero-content{box-sizing:border-box!important;flex-direction:column;margin:0 auto!important;max-width:calc(100vw - .5rem)!important;padding:3 0!important;padding-top:3rem;text-align:center;width:calc(100vw - .5rem)!important}.pitch-hero-section .hero-subtitle{box-sizing:border-box!important;font-size:1.1rem!important;min-width:auto!important;overflow-wrap:break-word!important;padding:0 1rem!important;width:100%!important}.pitch-hero-section .hero-subtitle,.pitch-hero-section .hero-title{word-wrap:break-word!important;margin:0 auto!important;max-width:100%!important;text-align:center!important}.pitch-hero-section .hero-title{padding:2 1rem!important;padding-bottom:2rem}.hero-checklist li{font-size:1.1rem;padding-left:1.5rem}.hero-checklist li:before{font-size:1.1rem}.pitch-deck .section-subtitle{font-size:1.2rem}.pitch-technology{overflow:visible!important}.pitch-technology .tech-layout{flex-direction:column;overflow:visible!important}.pitch-technology .tech-visual{margin-top:2rem;order:2}.pitch-technology .tech-content{max-width:100%;order:1;padding:0;width:100%}#technology .tech-description{margin:0!important;padding:1.5rem 0!important;text-align:left!important}#technology .tech-description h3{margin-bottom:1rem!important;margin-left:1rem!important;margin-right:4rem!important;padding:0!important;text-align:left!important}#technology .tech-stats-list{gap:0!important;margin:0 0 .5rem!important;padding:0 1rem!important}#technology .tech-stat-item{align-items:flex-start!important;margin:0 2rem 1rem 0!important;padding:0!important;text-align:left!important}#technology .section-title{margin:0!important;padding-bottom:1rem;padding-left:2rem;padding:1rem 1rem 3!important;text-align:left!important}.pitch-technology .tech-spacer{display:none}.tech-description,.tech-features-list{display:block!important;visibility:visible!important}.tech-features-list{margin-bottom:2rem}.tech-features-list li{display:list-item!important;font-size:1.1rem}.tech-stats-list{grid-template-columns:1fr;margin-bottom:.5rem!important}.tech-stat-item{align-items:flex-start;flex-direction:column;gap:.5rem}.stat-number{font-size:2.5rem;min-width:auto}.stat-text{font-size:1rem}.video-overlay{display:none}.tech-video-mobile{display:block!important;margin-top:.5rem;order:2;padding:2rem 0;width:100%}.scroll-video-mobile{box-shadow:none;display:block!important;height:auto;max-width:100%;width:100%}.business-content{grid-template-columns:1fr}.business-projections-content{align-items:stretch!important;display:flex!important;flex-direction:column!important;gap:2rem!important;max-width:100%!important}.business-projections-content .revenue-streams{flex:none!important;max-width:100%!important;order:1;width:100%!important}.business-projections-content .financial-projections{flex:none!important;max-width:100%!important;min-width:auto!important;order:2;width:100%!important}.business-model-image{margin:0 auto;max-width:200px}.financial-projections{padding:1.5rem 1rem}.projection-visual{height:180px;padding:0 .5rem}.revenue-bar{width:40px}.revenue-amount{font-size:1.1rem}.units-amount{font-size:.8rem}.key-metrics-compact h5{font-size:.9rem}.key-metrics-compact li{font-size:.8rem}.projections-grid,.segment-grid{grid-template-columns:1fr}.timeline{gap:1.6rem;padding:1rem}.timeline:before{left:20px}.timeline-item{padding-left:50px}.timeline-item:before{left:15px}.timeline-date{font-size:.9rem;padding:.5rem 1rem}.timeline-content{padding:1.5rem}.why-us-grid{gap:1.5rem;grid-template-columns:1fr;margin:0;max-width:100%;padding:0;width:100%}.why-us-box{padding:1.5rem}.why-us-box h3{font-size:1.4rem}.why-us-box p{font-size:1.2rem}.use-cases-layout{flex-direction:column!important;gap:2rem}.use-cases-image{flex:none!important;margin-bottom:0;max-width:100%!important;order:2}.use-cases-content{flex:none!important;order:1;width:100%}.use-cases-grid{gap:1rem;grid-template-columns:1fr}.use-case-flex-card{flex-direction:column!important;gap:1rem!important}.use-case-info-section,.use-case-stat-section{flex:none!important;padding-left:0!important;padding-right:0!important;width:100%!important}.raise-details{flex-direction:column;gap:1rem}.raise-amount{margin-bottom:0}.raise-info{gap:1rem}.market-showcase{max-width:100%;padding:0}.market-number{font-size:4rem}.market-label{font-size:1.3rem}.market-breakdown{margin:0 1rem;margin-bottom:3rem!important;padding:1.5rem}.breakdown-bar{height:40px;padding:0 1rem}.breakdown-value{font-size:1.2rem}.breakdown-item p{font-size:.9rem}.market-stats-row{gap:1rem;grid-template-columns:1fr;padding:0 1rem}.market-stat{gap:.8rem;padding:1rem}.market-stat h3{font-size:2rem}.market-stat p{font-size:.8rem}.market-opportunity-text{margin:0 1rem;padding:2rem}.market-opportunity-text h3{font-size:1.5rem}.opportunity-value{font-size:3rem}.market-opportunity-text p{font-size:1rem}.dashboard-features{grid-template-columns:1fr}.dashboard-visual{display:none}.dashboard-mobile-img{display:block;height:auto;margin-bottom:2rem;width:100%}.dashboard-section{padding-top:4rem}.dashboard-content{flex-direction:column!important;height:auto;justify-content:flex-start;min-height:100vh;padding:2rem 0}.business-content,.raise-details,.team-content,.use-cases-content,.why-now-content{padding:0}.dashboard-info{max-width:100%;order:1;padding-right:0;text-align:left;width:100%}.dashboard-info .section-title{text-align:center}.dashboard-visual{display:block;margin-top:2rem;order:2}.dashboard-img{display:block!important;height:auto;margin-bottom:0;max-height:none;opacity:1!important;transform:translateY(0)!important;width:100%}.dashboard-mobile-img{display:none!important}.dashboard-features{display:flex;flex-direction:column;gap:1rem;max-width:100vw}.dashboard-feature,.dashboard-features{box-sizing:border-box;overflow:visible;width:100%}.dashboard-feature{word-wrap:break-word;margin:0 auto;max-width:100%;padding:1.5rem;white-space:normal}.dashboard-feature h3{font-size:1rem;text-align:left}.dashboard-feature ul{text-align:left}.dashboard-feature li{font-size:.85rem}.team-content{flex-direction:column}.investors-grid,.team-grid{grid-template-columns:1fr;margin-top:3rem;padding-top:1rem}.investor,.team-member{width:100%}.achievements{margin-bottom:2rem}.timeline-wrapper{flex-direction:column!important;gap:2rem!important}.timeline-image{flex:none!important;margin-top:0!important;order:2;width:100%!important}.timeline{flex:none!important;order:1;width:100%}.pitch-deck section{padding:2rem 0}.hero-visual{margin-left:auto;margin-right:auto;margin-top:1rem;max-width:80%;order:2}.sensor-container{margin:0 auto}.sensor-container,.sensor-image{height:200px;width:200px}.hero-spacer{display:none}.pitch-deck section{min-height:auto}.pitch-deck .section-title{font-size:1.8rem;margin-bottom:1rem}.section-nav{display:none}.business-model-section .container{padding:2rem 1rem}.financial-projections,.revenue-streams{margin-bottom:1.5rem}.financial-projections h3,.revenue-streams h3{font-size:1.2rem;text-align:center}.why-us-box{text-align:left}.team-member{margin-top:50px;text-align:center}.team-member .team-photo{height:70px;top:-35px;width:70px}.team-member h5{font-size:1rem}.team-member ul{padding:0 .5rem;text-align:left}.investor,.projection-card,.segment{text-align:left}.market-opportunity-text,.raise-amount,.total-market{text-align:center}.use-cases-section .container{padding:0 1rem}.use-case-card{margin-bottom:1rem}.dashboard-background{bottom:0!important;opacity:.3;position:absolute!important;right:0!important;top:0!important;z-index:1!important}.dashboard-background,.dashboard-bg-img{height:100%!important;width:auto!important}.dashboard-bg-img{object-fit:cover!important;object-position:right center!important}.seed-round-section .container{padding:0 1rem}.investor-benefits,.use-of-funds{margin-bottom:1.5rem}.team-section .container,.why-now-section .container{padding:0 1.5rem}}.contact-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:4rem 0}.contact-section .section-title{color:#fff;font-size:2.5rem;line-height:1.2;margin-bottom:2rem;text-align:center}.contact-content{margin:0 auto;max-width:800px;text-align:center}.contact-subtitle{color:#ccc;font-size:1.2rem;line-height:1.5;margin-bottom:3rem}.contact-button{background-color:#00c853;border:none;border-radius:6px;color:#000;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:background-color .3s,transform .2s}.contact-button:hover{background-color:#00a843;transform:translateY(-2px)}.contact-button:active{transform:translateY(0)}@media (max-width:949px){.tech-content .section-title,.technology-section .tech-content .section-title{text-align:center!important}#technology .tech-content .section-title{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;text-align:center!important}}@media (min-width:950px){.tech-content .section-title{text-align:left}}@media (max-width:949px){.contact-section .section-title{font-size:1.8rem;margin-bottom:1.5rem}.contact-subtitle{font-size:1rem;margin-bottom:2rem}.contact-button{font-size:1rem;padding:.8rem 2rem}}.team-social{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.social-icon{align-items:center;background-color:#00c853;border-radius:50%;color:#fff;display:inline-flex;font-size:16px;height:32px;justify-content:center;text-decoration:none;transition:background-color .3s,transform .2s;width:32px}.social-icon:hover{background-color:#00a843;color:#fff;transform:translateY(-2px)}.social-icon svg{fill:currentColor;height:18px;width:18px}@media (max-width:768px){#technology .tech-layout,.pitch-technology .tech-layout{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:100%!important;width:100%!important}.pitch-technology .tech-content,.tech-content{background-color:initial!important;box-sizing:border-box!important;left:0!important;margin:0 auto!important;max-width:calc(100vw - 4rem)!important;padding:0 2rem!important;position:relative!important;right:0!important;text-align:center!important;width:100%!important}.pitch-technology .tech-content .section-title,.tech-content .section-title{margin-bottom:3rem!important;margin-left:0!important;margin-right:0!important;padding:0!important;text-align:center!important;width:100%!important}.pitch-technology .section-title{margin-bottom:3rem!important}.pitch-technology .tech-layout,.tech-layout{left:0!important;position:relative!important;right:0!important;transform:none!important}.pitch-technology .container,.pitch-technology .tech-layout,.tech-layout,.technology-section .container{align-items:center!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin:0 auto!important;max-width:100vw!important;padding:0!important;width:100%!important}#technology,.pitch-technology{align-items:center!important;display:flex!important;justify-content:center!important;margin:0!important;max-width:100vw!important;overflow-x:hidden!important;padding:0!important;width:100vw!important}.pitch-technology .tech-description,.tech-description{box-sizing:border-box!important;display:block!important;margin:0 auto!important;max-width:100%!important;padding:0!important;text-align:center!important;width:100%!important}.pitch-technology .tech-description h3,.tech-description h3{margin:0 auto 1rem!important}.pitch-technology .tech-stats-list,.tech-stats-list{grid-gap:2rem!important;box-sizing:border-box!important;display:grid!important;gap:2rem!important;grid-template-columns:1fr!important;justify-items:center!important;margin:2rem auto!important;max-width:100%!important;padding:0!important;text-align:center!important;width:100%!important}.pitch-technology .tech-stat-item,.tech-stat-item{align-items:center!important;display:flex!important;flex-direction:column!important;justify-self:center!important;max-width:100%!important;padding:0!important}.pitch-technology .tech-stat-item,.stat-number,.stat-text,.tech-stat-item{margin:0 auto!important;text-align:center!important;width:100%!important}.pitch-deck .about-text,.pitch-deck .section-subtitle,.pitch-deck .tech-description h3,.pitch-deck .tech-description p,.pitch-hero-section .hero-subtitle{font-size:1.25rem!important;line-height:1.6!important}.tech-video-mobile .scroll-video-mobile{border-radius:0!important;margin:0 1rem!important;width:calc(100% - 2rem)!important}.tech-video-mobile{margin:.5rem 1rem 0!important;width:calc(100% - 2rem)!important}.pitch-technology{padding-bottom:6rem!important}.tech-stats-list{margin-bottom:3rem!important}.pitch-technology .tech-description h3,.tech-description h3{margin:1rem auto!important;max-width:100%!important;padding:0!important;text-align:center!important;width:100%!important}.use-cases-content,.use-cases-section .use-cases-content{padding:0 1rem!important;text-align:center!important}.use-cases-content .section-title,.use-cases-section .use-cases-content .section-title{margin-bottom:2rem!important;text-align:center!important}.use-case-card,.use-case-info-section,.use-case-stat-section,.use-cases-content .section-subtitle,.use-cases-section .section-subtitle{text-align:center!important}}@media (max-width:768px) and (min-width:376px){#technology .tech-description h3,.pitch-technology .tech-description h3,.tech-description h3{display:block!important;margin:1rem auto!important;padding:0!important;text-align:center!important;width:100%!important}.tech-video-mobile{margin-top:0!important}}@media (max-width:375px){.pitch-hero-section{max-height:none!important;min-height:auto!important;overflow:visible!important;padding:80px 0 4rem!important}.pitch-hero-section .hero-content{gap:1.5rem!important;padding:2rem 1rem 3rem!important}.pitch-hero-section .hero-title{margin-bottom:1rem!important;padding-bottom:1rem!important;padding-top:1rem!important}.pitch-hero-section .hero-visual{margin-bottom:2rem!important;margin-top:1rem!important}.sensor-container,.sensor-image{height:180px!important;width:180px!important}#technology .tech-description{box-sizing:border-box!important;margin:0!important;max-width:calc(100vw - 2rem)!important;padding:0 1rem!important;text-align:center!important}#technology .tech-description h3{word-wrap:break-word!important;margin:0 0 1rem!important;max-width:100%!important;overflow-wrap:break-word!important;padding:0!important;text-align:center!important}#technology .tech-stats-list{box-sizing:border-box!important;gap:1.5rem!important;margin:0 auto .5rem!important;max-width:calc(100vw - 2rem)!important;padding:0 1rem!important}#technology .tech-stat-item{align-items:center!important;margin:0 auto!important;max-width:100%!important;padding:0!important;text-align:center!important}#technology .section-title{margin:0 auto 1rem!important;text-align:center!important}#technology .section-title,.pitch-technology .container,.technology-section .container{box-sizing:border-box!important;max-width:calc(100vw - 2rem)!important;padding:0 1rem!important}.pitch-technology .container,.technology-section .container{margin:0 auto!important;width:calc(100vw - 2rem)!important}.tech-layout{max-width:calc(100vw - 2rem)!important;width:calc(100vw - 2rem)!important}.pitch-technology .tech-content,.tech-layout{box-sizing:border-box!important;margin:0 auto!important;padding:0!important}.pitch-technology .tech-content{max-width:100%!important;width:100%!important}}
/*# sourceMappingURL=main.cc3252ae.css.map*/