@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Sora:wght@300;400;500;600;700&display=swap";:root{--color-light: #E4E0E2;--color-gray: #838383;--color-white: #FDFBFB;--color-accent: #EC776B;--color-muted: #D0BDBB;--color-dark-gray: #A2A0A0;--nav-height: 96px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:var(--color-gray);min-height:100vh}@media(max-width:768px){:root{--nav-height: 72px}}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease,backdrop-filter .3s ease}.nav.scrolled,.nav.menu-open{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 8px 30px #0000000d}.nav-inner{display:flex;align-items:center;gap:2rem;padding:1.25rem 5%;max-width:1400px;margin:0 auto;width:100%;justify-content:space-between}.logo{height:40px;flex-shrink:0}.nav-links{display:flex;justify-content:center;align-items:center;flex:1;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;font-family:Sora,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#121212;transition:color .3s ease}.nav-links a:hover{color:#fb392d}.nav-links a.active{font-weight:600;color:#fb392d;position:relative}.nav-links a.active:after{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#fb392d;border-radius:50%}.nav-toggle{width:44px;height:44px;border-radius:12px;border:1px solid rgba(18,18,18,.15);background:transparent;display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.nav-toggle span{display:block;width:20px;height:2px;background:#121212;transition:transform .3s ease,opacity .3s ease}.nav-toggle.open{background:#1212120d}.nav-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;background:#00000059;border:none;padding:0;margin:0;cursor:pointer;z-index:900}@media(max-width:768px){.nav-inner{padding:1rem 5%}.nav-links{position:fixed;top:var(--nav-height);left:0;right:0;flex:unset;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 5% 2rem;background:#fff;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 16px 40px #00000014;opacity:0;transform:translateY(-16px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.nav-links.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-links li{width:100%}.nav-links a{display:block;width:100%;font-size:18px;padding:.5rem 0}.nav-links a.active:after{display:none}.nav-toggle{display:inline-flex}}.hero{max-width:1400px;margin:0 auto;padding:4rem 5% 2rem}.hero-content{max-width:900px;text-align:center;margin:0 auto}.hero h1{font-family:Sora,sans-serif;font-size:clamp(2.4rem,6vw,4rem);font-weight:300;color:#000;line-height:1.25;letter-spacing:-.6px;margin-bottom:1.5rem}.hero h1 .orange{color:#fb392d;display:block;font-weight:500}.hero h1 .hero-line{display:block;white-space:normal}.hero p{font-family:Sora,sans-serif;font-weight:300;font-size:clamp(1rem,2.6vw,1.25rem);line-height:1.6;color:#121212cc;margin:0 auto 2.5rem;max-width:900px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.dashboard-section{max-width:1400px;margin:0 auto;padding:2rem 5% 5rem}.dashboard-img{width:100%;display:block}@media(max-width:1024px){.hero{padding:3rem 5% 1.5rem}}@media(max-width:768px){.hero{padding:2.5rem 5% 1rem;min-height:calc(100vh - var(--nav-height));display:flex;align-items:center}.hero-content{width:100%}.hero-buttons{flex-direction:column}.dashboard-section{display:none}}@media(min-width:1025px){.hero h1 .hero-line{white-space:nowrap}}.about-section{max-width:1400px;margin:0 auto;padding:4rem 5%}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-family:Sora,sans-serif;font-size:42px;margin-bottom:1.5rem;line-height:128%;letter-spacing:-.6px}.about-title .light{font-weight:300;color:#121212}.about-title .highlight{font-weight:400;color:#fb392d}.about-description{font-family:Sora,sans-serif;font-size:16px;font-weight:400;color:#121212cc;line-height:170%;margin-bottom:1rem}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-item{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#fb392d}.stat-number{display:block;font-family:Sora,sans-serif;font-size:36px;font-weight:600;color:#fb392d;margin-bottom:.5rem}.stat-label{font-family:Sora,sans-serif;font-size:14px;font-weight:400;color:#121212cc}@media(max-width:1024px){.about-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.about-title{font-size:32px}.about-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.about-section{padding:3rem 1.5rem}.about-title{font-size:28px;text-align:center}.about-description{text-align:center}.about-stats{grid-template-columns:1fr}.stat-item{padding:1.5rem}}.products-section{max-width:1400px;margin:0 auto;padding:4rem 5%}.products-section h2{font-family:Sora,sans-serif;font-size:42px;text-align:center;margin-bottom:.5rem;line-height:128%;letter-spacing:-.6px}.products-section h2 .our{font-weight:300;color:#121212}.products-section h2 .products{font-weight:400;color:#fb392d}.products-subtitle{font-family:Sora,sans-serif;font-size:20px;font-weight:300;color:#121212cc;text-align:center;line-height:150%;margin-bottom:3rem}.products-wrapper{position:relative;width:100%;padding:0 2rem}.products-grid{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:0 0 .5rem;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.products-grid::-webkit-scrollbar{display:none}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fb392d;color:#fff;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;box-shadow:0 4px 20px #fb392d4d}.scroll-btn:hover{background:#e0332a;transform:translateY(-50%) scale(1.1)}.scroll-btn.left{left:12px}.scroll-btn.right{right:12px}.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:1.5rem;transition:all .3s ease;width:clamp(260px,28vw,376px);min-width:clamp(260px,28vw,376px);flex-shrink:0;display:flex;flex-direction:column;scroll-snap-align:start}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#fb392d}.product-image{width:calc(100% + 3rem);height:clamp(220px,26vw,312px);background:#101010;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;margin-left:-1.5rem;margin-top:-1.5rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-card h3{font-family:Sora,sans-serif;font-size:20px;font-weight:500;color:#121212;line-height:120%;letter-spacing:-.6px;margin-bottom:.5rem}.product-card p{font-family:Sora,sans-serif;font-size:14px;font-weight:400;color:#121212cc;line-height:140%;margin-bottom:1.25rem}.btn-view{width:100%;height:48px;border-radius:12px;padding:13px 24px;background:#fb392d;color:#fff;border:none;font-size:14px;font-weight:500;margin-top:auto}.btn-view:hover{background:#e0332a;transform:translateY(-2px);box-shadow:0 10px 30px #fb392d4d}@media(max-width:1024px){.products-wrapper{padding:0 1.25rem}.product-card{width:320px;min-width:320px}.product-image{height:240px}}@media(max-width:768px){.scroll-btn{display:none}.products-wrapper{padding:0 .5rem}.products-grid{gap:16px}.product-card{width:85vw;min-width:85vw;padding:1.25rem}.product-image{margin:-1.25rem -1.25rem 1rem;width:calc(100% + 2.5rem);height:auto;aspect-ratio:4 / 3}.product-card h3{font-size:18px}}@media(max-width:540px){.products-section{padding:3rem 1.25rem}.products-section h2{font-size:32px}.products-subtitle{font-size:16px}}.solutions-section{max-width:1400px;margin:0 auto;padding:4rem 5%}.solutions-section .section-title{font-family:Sora,sans-serif;font-size:42px;text-align:center;margin-bottom:.5rem;line-height:128%;letter-spacing:-.6px}.solutions-section .section-title .our{font-weight:300;color:#121212}.solutions-section .section-title .highlight{font-weight:400;color:#fb392d}.solutions-section .section-subtitle{font-family:Sora,sans-serif;font-size:20px;font-weight:300;color:#121212cc;text-align:center;line-height:150%;margin-bottom:3rem}.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.solution-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;transition:all .3s ease;text-align:center}.solution-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#fb392d}.solution-icon{font-size:48px;margin-bottom:1.5rem}.solution-card h3{font-family:Sora,sans-serif;font-size:20px;font-weight:500;color:#121212;line-height:120%;letter-spacing:-.6px;margin-bottom:.75rem}.solution-card p{font-family:Sora,sans-serif;font-size:14px;font-weight:400;color:#121212cc;line-height:150%}@media(max-width:1024px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.solutions-grid{grid-template-columns:1fr}}@media(max-width:600px){.solutions-section{padding:3rem 1.5rem}.solutions-section .section-title{font-size:32px}.solutions-section .section-subtitle{font-size:16px}}.contact-section{max-width:1400px;margin:0 auto;padding:4rem 5%}.contact-section .section-title{font-family:Sora,sans-serif;font-size:42px;text-align:center;margin-bottom:.5rem;line-height:128%;letter-spacing:-.6px}.contact-section .section-title .our{font-weight:300;color:#121212}.contact-section .section-title .highlight{font-weight:400;color:#fb392d}.contact-section .section-subtitle{font-family:Sora,sans-serif;font-size:20px;font-weight:300;color:#121212cc;text-align:center;line-height:150%;margin-bottom:3rem}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input{font-family:Sora,sans-serif;font-size:14px;padding:1rem;border:1px solid #e5e5e5;border-radius:12px;outline:none;transition:border-color .3s ease}.form-input:focus{border-color:#fb392d}.form-textarea{resize:vertical;min-height:120px}.contact-form .btn-primary{align-self:center;margin-top:1rem}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem}.social-link{width:48px;height:48px;border-radius:50%;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;color:#121212;transition:all .3s ease}.social-link:hover{background:#fb392d;border-color:#fb392d;color:#fff}.social-link svg{width:20px;height:20px}@media(max-width:768px){.form-row{grid-template-columns:1fr}}@media(max-width:600px){.contact-section{padding:3rem 1.5rem}.contact-section .section-title{font-size:32px}.contact-section .section-subtitle{font-size:16px}.contact-form{gap:.75rem}.contact-form .btn-primary{width:100%}}.footer{background:#000;color:#fff;padding:4rem 5%}.footer-content{max-width:1400px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;gap:4rem;margin-bottom:2rem}.footer-brand{max-width:550px}.footer-logo{height:40px;margin-bottom:1rem}.footer-brand h3{font-family:Sora,sans-serif;font-size:20px;font-weight:600;margin-bottom:1rem}.footer-brand p{font-family:Sora,sans-serif;font-size:18px;font-weight:400;color:#fffc;line-height:150%}.footer-links-section h4{font-family:Sora,sans-serif;font-size:16px;font-weight:600;margin-bottom:1rem}.footer-links-section ul{list-style:none;padding:0}.footer-links-section li{margin-bottom:.5rem}.footer-links-section a{font-family:Sora,sans-serif;font-size:14px;font-weight:300;color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links-section a:hover{color:#fb392d}.footer-divider{border:none;border-top:1px solid #333;margin:2rem 0}.footer-offices{display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem}.office h4{font-family:Sora,sans-serif;font-size:16px;font-weight:600;margin-bottom:.75rem}.office p{font-family:Sora,sans-serif;font-size:14px;font-weight:300;color:#fffc;line-height:1.5;margin:0}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid #444;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#fb392d;border-color:#fb392d}.footer-social svg{width:18px;height:18px}.footer-bottom{text-align:center}.footer-bottom p{font-family:Sora,sans-serif;font-size:12px;font-weight:300;color:#fffc;line-height:1.6}.footer-bottom a{color:#fff;text-decoration:underline}.footer-bottom a:hover{color:#fb392d}@media(max-width:768px){.footer-top,.footer-offices{flex-direction:column;gap:2rem}}@media(max-width:600px){.footer{padding:3rem 1.5rem}.footer-brand,.footer-links-section,.office,.footer-bottom{text-align:center}.footer-links-section ul{display:inline-flex;flex-direction:column;align-items:center;width:100%}}.landing{min-height:100vh;overflow-x:hidden;padding-top:var(--nav-height)}.landing-main{display:flex;flex-direction:column;gap:0}.btn{cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Sora,sans-serif}.btn-primary{min-width:240px;width:auto;height:48px;border-radius:12px;padding:13px 24px;background:#fb392d;color:#fff;border:none;font-weight:500;white-space:nowrap}.btn-primary:hover{background:#e0332a;transform:translateY(-2px);box-shadow:0 10px 30px #fb392d4d}.btn-secondary{width:150px;height:48px;border-radius:12px;padding:13px 24px;background:transparent;color:#fb392d;border:1px solid #fb392d;font-weight:500}.btn-secondary:hover{background:#fb392d;color:#fff}@media(max-width:768px){.btn{width:100%;justify-content:center}}
