@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap);:root{--background:#e8e8e8;--foreground:#1a1a1a;--card:#d9d9d9;--card-foreground:#1a1a1a;--primary:#5a5a5a;--primary-foreground:#f0f0f0;--secondary:#c8c8c8;--secondary-foreground:#2a2a2a;--muted:#d0d0d0;--muted-foreground:#6b6b6b;--accent:#3a3a3a;--accent-foreground:#f0f0f0;--border:#b8b8b8;--ring:#5a5a5a;--radius:12px;--section-light:#e8e8e8;--section-mid:#dcdcdc;--section-dark:#cfcfcf;--section-darker:#c4c4c4}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e8e8e8;background-color:var(--section-light);color:#1a1a1a;color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}code{font-family:JetBrains Mono,monospace}::selection{background-color:#3a3a3a;background-color:var(--accent);color:#f0f0f0;color:var(--accent-foreground)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e8e8e8;background:var(--section-light)}::-webkit-scrollbar-thumb{background:#b8b8b8;background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b6b6b;background:var(--muted-foreground)}.section-label{color:var(--muted-foreground);font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.section-title{color:var(--foreground);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.section-subtitle{color:var(--muted-foreground);font-size:1.125rem;line-height:1.6;max-width:560px}.site-header{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#e8e8e8e0;border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.site-header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.5rem 1rem}.header-logo img{height:90px;width:auto}.header-nav{align-items:center;display:flex;gap:.5rem}.header-nav a{border-radius:8px;color:var(--muted-foreground);font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.header-nav a:hover{background:var(--muted);color:var(--foreground)}.header-cta{border-radius:8px!important;color:var(--primary-foreground)!important;font-weight:500!important;padding:.5rem 1.25rem!important}.header-cta,.header-cta:hover{background:var(--primary)!important}.header-cta:hover{opacity:.9!important}.mobile-toggle{background:none;border:none;color:var(--foreground);cursor:pointer;display:none;padding:.5rem}.mobile-toggle span{background:var(--foreground);border-radius:2px;display:block;height:2px;margin:5px 0;transition:all .3s ease;width:20px}.hero-section{background:var(--section-light);min-height:90vh;padding:10rem 2rem 6rem}.hero-inner,.hero-section{align-items:center;display:flex}.hero-inner{gap:4rem;margin:0 auto;max-width:1200px;width:100%}.hero-content{flex:1 1}.hero-content h1{color:var(--foreground);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:1.5rem}.hero-content h1 span{color:var(--primary)}.hero-content p{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-buttons{display:flex;gap:.75rem}.btn-primary-custom{align-items:center;background:var(--primary);border:none;border-radius:var(--radius);color:var(--primary-foreground);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s ease}.btn-primary-custom:hover{box-shadow:0 8px 24px #6e6e6e40;transform:translateY(-1px)}.btn-outline-custom{align-items:center;background:#0000;border:1.5px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s ease}.btn-outline-custom:hover{background:var(--secondary);border-color:var(--primary);color:var(--primary)}.hero-visual{flex:1 1;position:relative}.hero-visual img,.hero-visual video{border-radius:calc(var(--radius)*1.5);object-fit:cover;width:100%}.features-section{background:var(--section-mid);padding:6rem 2rem}.features-inner{margin:0 auto;max-width:1200px}.features-header{margin-bottom:4rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-card{background:var(--section-light);border:1px solid var(--border);border-radius:var(--radius);cursor:default;display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:var(--primary);box-shadow:0 8px 32px #6e6e6e1a;transform:translateY(-2px)}.feature-icon{align-items:center;background:var(--secondary);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.feature-icon svg{color:var(--primary);height:24px;width:24px}.feature-card h3{color:var(--foreground);font-size:1.125rem;font-weight:600}.feature-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.feature-image{border-radius:8px;height:160px;margin-top:.5rem;object-fit:cover;width:100%}.about-section{background:var(--section-dark);padding:6rem 2rem}.about-inner{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1200px}.about-image{flex:1 1}.about-image img{border-radius:calc(var(--radius)*1.5);object-fit:cover;width:100%}.about-content{flex:1 1}.about-content h2{color:var(--foreground);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.about-content h4{color:var(--primary);font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.about-content p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.7;margin-bottom:1rem}.clients-section{background:var(--section-mid);overflow:hidden;padding:5rem 2rem}.clients-inner{margin:0 auto;max-width:1200px}.clients-header{margin-bottom:3rem;text-align:center}.clients-track-wrapper{mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;position:relative}.clients-track{animation:scroll-clients 20s linear infinite;display:flex;gap:3rem;width:-webkit-max-content;width:max-content}.clients-track:hover{animation-play-state:paused}@keyframes scroll-clients{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.client-card{align-items:center;background:var(--section-light);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex:0 0 auto;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s ease;width:240px}.client-card:hover{border-color:var(--primary)}.client-card img{max-height:80px;object-fit:contain;width:100%}.client-card h3{color:var(--foreground);font-size:.9375rem;font-weight:600;text-align:center}.contact-section{background:var(--section-darker);padding:6rem 2rem}.contact-inner{margin:0 auto;max-width:700px}.contact-header{margin-bottom:3rem;text-align:center}.contact-form{flex-direction:column}.contact-form,.contact-row{display:flex;gap:1rem}.contact-form input,.contact-form textarea{background:var(--section-light);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-family:Inter,sans-serif;font-size:.9375rem;outline:none;padding:.875rem 1rem;transition:all .2s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6e6e6e26}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted-foreground);opacity:.7}.contact-form textarea{min-height:140px;resize:vertical}.contact-submit{background:var(--primary);border:none;border-radius:var(--radius);color:var(--primary-foreground);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease;width:100%}.contact-submit:hover:not(:disabled){box-shadow:0 8px 24px #6e6e6e40;transform:translateY(-1px)}.contact-submit:disabled{cursor:not-allowed;opacity:.6}.contact-alert{border-radius:var(--radius);font-size:.9375rem;font-weight:500;padding:1rem 1.25rem}.contact-alert.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.contact-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.site-footer{background:#2a2a2a;color:#d0d0d0;padding:4rem 2rem 2rem}.footer-inner{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:3rem}.footer-brand h5{color:var(--primary-foreground);font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.footer-brand p{color:#fff9;font-size:.875rem;line-height:1.6;max-width:320px}.footer-contact h5,.footer-links h5{color:#fff6;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.footer-links ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0}.footer-links a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--primary-foreground)}.footer-contact address{display:flex;flex-direction:column;font-style:normal;gap:.5rem}.footer-contact p{color:#fff9;font-size:.875rem;margin:0}.footer-divider{border:none;border-top:1px solid #ffffff1a;margin:0 0 1.5rem}.footer-bottom{color:#fff6;font-size:.8125rem;text-align:center}.fade-in-up{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(24px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fade-in-up:first-child{animation-delay:0s}.fade-in-up:nth-child(2){animation-delay:.1s}.fade-in-up:nth-child(3){animation-delay:.2s}.fade-in-up:nth-child(4){animation-delay:.3s}@media (max-width:768px){.hero-section{min-height:auto;padding:7rem 1.25rem 4rem}.hero-inner{gap:2.5rem}.hero-buttons,.hero-inner{flex-direction:column}.hero-buttons a,.hero-buttons button{justify-content:center;text-align:center}.features-grid{grid-template-columns:1fr}.about-inner{gap:2.5rem}.about-inner,.contact-row{flex-direction:column}.footer-grid{gap:2rem;grid-template-columns:1fr}.header-nav{display:none}.header-nav.open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#e8e8e8fa;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem;left:0;padding:1rem;position:absolute;right:0;top:100%}.mobile-toggle{display:block}.site-header .container{padding:.875rem 1.25rem}}@media (min-width:769px) and (max-width:1024px){.about-inner,.hero-inner{gap:2.5rem}.footer-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.fb6bb5b2.css.map*/