*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:#09090b;color:#a1a1aa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:#3b82f620;color:#fff}.container{max-width:1100px;margin:0 auto;padding:0 24px}h1,h2,h3{color:#fafafa;line-height:1.2}h1{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:700;letter-spacing:-.03em}h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em}h3{font-size:1.25rem;font-weight:600}strong{color:#fafafa}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#09090bcc;backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid transparent;transition:border-color .3s}#navbar.scrolled{border-bottom-color:#27272a}.nav-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-size:1.1rem;font-weight:700;color:#fafafa;letter-spacing:-.02em;z-index:1002;position:relative}.logo-dot{color:#3b82f6}.nav-right{display:flex;align-items:center;gap:12px;z-index:1002;position:relative}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:.875rem;color:#71717a;transition:color .2s}.nav-links a:hover{color:#fafafa}.nav-cta{background:#3b82f6;color:#fff!important;padding:8px 18px;border-radius:6px;font-weight:500;transition:all .2s}.nav-cta:hover{background:#2563eb}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;width:40px;height:40px;position:relative}.hamburger-line{display:block;width:22px;height:2px;background:#fafafa;margin:0 auto;transition:all .3s}.hamburger-line+.hamburger-line{margin-top:5px}.mobile-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}#hero{padding:140px 0 60px}.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center}.hero-eyebrow{font-size:.875rem;color:#3b82f6;font-weight:500;margin-bottom:16px;letter-spacing:.05em;text-transform:uppercase}.hero-content h1{margin-bottom:20px}.hero-desc{font-size:1.125rem;color:#a1a1aa;max-width:560px;margin-bottom:32px}.hero-actions{display:flex;gap:12px;margin-bottom:48px}.btn-primary{display:inline-flex;align-items:center;padding:12px 28px;background:#3b82f6;color:#fff;border-radius:8px;font-size:.9375rem;font-weight:500;transition:all .2s}.btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 8px 24px #3b82f625}.btn-secondary{display:inline-flex;align-items:center;padding:12px 28px;border:1px solid #27272a;color:#fafafa;border-radius:8px;font-size:.9375rem;font-weight:500;transition:all .2s}.btn-secondary:hover{border-color:#3f3f46;background:#18181b}.hero-stats{display:flex;gap:32px}.h-stat{font-size:.875rem;color:#71717a}.h-stat strong{color:#fafafa;font-size:1.25rem;display:block;margin-bottom:2px}.hero-image{display:flex;justify-content:center}.image-wrapper{width:400px;height:400px;border-radius:16px;overflow:hidden;border:1px solid #27272a;background:#18181b;transition:transform .4s cubic-bezier(.03,.98,.52,.99);will-change:transform}.image-wrapper img{width:100%;height:100%;object-fit:cover}.video-cta-wrapper{margin-top:56px}.video-heading{font-size:1.1rem;font-weight:600;color:#fafafa;margin-bottom:20px;text-align:center}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.video-card{border-radius:12px;overflow:hidden;border:1px solid #27272a;background:#18181b}.video-wrapper{position:relative}.video-card video{width:100%;height:auto;display:block;aspect-ratio:9/16;object-fit:cover;max-height:400px;cursor:pointer}.video-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:8px}.video-btn{width:36px;height:36px;border-radius:8px;border:none;background:#0009;backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.video-btn:hover{background:#000000d9;transform:scale(1.05)}.icon-unmuted,.video-card.unmuted .icon-muted{display:none}.video-card.unmuted .icon-unmuted{display:block}.video-caption{padding:12px 16px;font-size:.85rem;color:#a1a1aa;text-align:center}html.light .video-heading{color:#18181b}html.light .video-card{border-color:#e4e4e7;background:#f4f4f5}html.light .video-caption{color:#52525b}section{padding:100px 0}#products{background:#09090b}#testimonials{background:#0f0f12}#about{background:#09090b}#skills{background:#0f0f12}#latest{background:#09090b}#company{background:#0f0f12}#contact{background:#09090b}.section-header{text-align:center;margin-bottom:56px}.section-eyebrow{font-size:.8rem;color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.section-desc{color:#71717a;max-width:560px;margin:12px auto 0;font-size:1.05rem}.fade-in{opacity:0;transform:translateY(24px);transition:all .6s cubic-bezier(.16,1,.3,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.product-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid #18181b}.product-row:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.product-row.reverse .product-visual{order:2}.product-row.reverse .product-info{order:1}.product-image-area{border-radius:12px;overflow:hidden;border:1px solid #27272a;background:#18181b}.product-image-area img{width:100%;height:auto;display:block;object-fit:cover}.badge-early{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;background:#3b82f610;color:#3b82f6;padding:4px 12px;border-radius:4px;letter-spacing:.04em;margin-bottom:12px;border:1px solid #3b82f620}.product-tag{font-size:.7rem;font-weight:600;color:#52525b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;display:block}.product-info h3{font-size:1.5rem;margin-bottom:10px}.product-desc{font-size:.95rem;margin-bottom:16px;line-height:1.6}.product-meta{display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 0;border-top:1px solid #27272a;border-bottom:1px solid #27272a}.product-stat{font-size:.85rem;color:#71717a}.product-price{font-size:.85rem;color:#fafafa;font-weight:600}.product-actions{display:flex;gap:8px;margin-bottom:16px}.btn-sm{display:inline-flex;padding:8px 18px;background:#fafafa;color:#09090b;border-radius:6px;font-size:.8125rem;font-weight:600;transition:all .2s}.btn-sm:hover{background:#e4e4e7}.btn-sm-ghost{display:inline-flex;padding:8px 18px;border:1px solid #27272a;color:#a1a1aa;border-radius:6px;font-size:.8125rem;font-weight:500;transition:all .2s}.btn-sm-ghost:hover{border-color:#3f3f46;color:#fafafa}.product-tech{display:flex;flex-wrap:wrap;gap:6px}.product-tech span{font-size:.7rem;padding:3px 8px;border-radius:4px;background:#27272a;color:#71717a}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#18181b;border:1px solid #27272a;border-radius:12px;padding:28px;position:relative;transition:all .2s}.testimonial-card:hover{border-color:#3f3f46}.quote-icon{position:absolute;top:20px;right:20px}.testimonial-text{font-size:.95rem;color:#d4d4d8;margin-bottom:20px;line-height:1.6;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f615;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.author-name{font-size:.875rem;color:#fafafa;font-weight:600}.author-role{font-size:.8rem;color:#52525b}.about-grid{max-width:720px;margin:0 auto}.about-content p{margin-bottom:16px}.about-content blockquote{margin-top:32px;padding:24px 28px;border-left:3px solid #3b82f6;background:#18181b;border-radius:0 8px 8px 0;color:#d4d4d8;font-size:1.05rem;font-style:italic}.social-links{display:flex;gap:12px;margin-top:32px}.social-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid #27272a;border-radius:8px;font-size:.875rem;color:#a1a1aa;transition:all .2s}.social-link:hover{border-color:#3b82f640;color:#fafafa;background:#3b82f608}.skills-list{max-width:720px;margin:0 auto}.skill-row{display:flex;gap:20px;padding:16px 0;border-bottom:1px solid #1a1a1f}.skill-row:last-child{border-bottom:none}.skill-label{min-width:120px;font-size:.8rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;padding-top:2px}.skill-items{color:#a1a1aa;font-size:.95rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{background:#18181b;border:1px solid #27272a;border-radius:12px;padding:28px;transition:all .2s}.blog-card:hover{border-color:#3f3f46;transform:translateY(-2px)}.blog-tag{font-size:.7rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;display:block}.blog-card h3{font-size:1.05rem;line-height:1.4;margin-bottom:8px}.blog-desc{font-size:.85rem;color:#71717a;line-height:1.5}.company-grid{max-width:720px;margin:0 auto}.company-facts{margin-bottom:32px}.fact{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #1a1a1f;font-size:.95rem}.fact-label{min-width:120px;font-weight:600;color:#52525b;font-size:.85rem}.fact span:last-child{color:#d4d4d8}.company-site-link{margin-bottom:32px}.ffit-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;background:#18181b;border:1px solid #27272a;border-radius:12px;transition:all .25s}.ffit-link:hover{border-color:#3b82f640;background:#3b82f608;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.ffit-link-content{display:flex;flex-direction:column;gap:4px}.ffit-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#3b82f6}.ffit-title{font-size:1.3rem;font-weight:700;color:#fafafa}.ffit-desc{font-size:.875rem;color:#71717a;max-width:500px}.ffit-arrow{color:#3b82f6;flex-shrink:0;transition:transform .2s}.ffit-link:hover .ffit-arrow{transform:translate(4px,-4px)}html.light .ffit-link{background:#fff;border-color:#e4e4e7}html.light .ffit-link:hover{background:#3b82f608;border-color:#3b82f640}html.light .ffit-title{color:#18181b}html.light .ffit-desc{color:#52525b}.trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.trust-item{background:#18181b;border:1px solid #27272a;border-radius:8px;padding:16px;text-align:center;font-size:.85rem;color:#a1a1aa}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;max-width:800px;margin:0 auto}.contact-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;background:#18181b;border:1px solid #27272a;border-radius:12px;transition:all .2s;text-align:center}.contact-item:hover{border-color:#3b82f630;transform:translateY(-2px)}.contact-icon{color:#3b82f6}.contact-name{font-size:.75rem;color:#52525b;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.contact-val{color:#fafafa;font-size:.9rem;font-weight:500}footer{padding:40px 0;border-top:1px solid #18181b}.footer-inner{text-align:center}.footer-inner>p:first-child{color:#52525b;font-size:.875rem;margin-bottom:4px}.footer-copy{color:#3f3f46;font-size:.8rem;margin-bottom:16px}.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.footer-links a{font-size:.8rem;color:#52525b;transition:color .2s}.footer-links a:hover{color:#a1a1aa}.theme-toggle{background:none;border:1px solid #27272a;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#a1a1aa;transition:all .2s;flex-shrink:0}.theme-toggle:hover{border-color:#3f3f46;color:#fafafa}.icon-sun{display:none}.icon-moon{display:block}html.light body{background:#fff;color:#52525b}html.light h1,html.light h2,html.light h3,html.light strong{color:#18181b}html.light ::selection{background:#3b82f630}html.light #navbar{background:#fffc}html.light #navbar.scrolled{border-bottom-color:#e4e4e7}html.light .logo{color:#18181b}html.light .nav-links a{color:#71717a}html.light .nav-links a:hover,html.light .mobile-toggle{color:#18181b}html.light .hero-desc{color:#52525b}html.light .btn-secondary{border-color:#e4e4e7;color:#18181b}html.light .btn-secondary:hover{background:#f4f4f5;border-color:#d4d4d8}html.light .h-stat{color:#71717a}html.light .h-stat strong{color:#18181b}html.light .image-wrapper{border-color:#e4e4e7;background:#f4f4f5}html.light .video-cta{background:#f4f4f5;border-color:#e4e4e7}html.light .video-label{color:#18181b}html.light .video-sub{color:#71717a}html.light #products{background:#fff}html.light #testimonials{background:#fafafa}html.light #about{background:#fff}html.light #skills{background:#fafafa}html.light #latest{background:#fff}html.light #company{background:#fafafa}html.light #contact{background:#fff}html.light .product-image-area{background:#f4f4f5;border-color:#e4e4e7}html.light .product-row{border-bottom-color:#f4f4f5}html.light .product-meta{border-color:#e4e4e7}html.light .product-stat{color:#71717a}html.light .product-price{color:#18181b}html.light .product-tech span{background:#f4f4f5;color:#52525b}html.light .btn-sm{background:#18181b;color:#fafafa}html.light .btn-sm:hover{background:#27272a}html.light .btn-sm-ghost{border-color:#e4e4e7;color:#52525b}html.light .btn-sm-ghost:hover{border-color:#d4d4d8;color:#18181b}html.light .badge-early{background:#3b82f610;border-color:#3b82f620}html.light .testimonial-card{background:#fff;border-color:#e4e4e7}html.light .testimonial-card:hover{border-color:#d4d4d8}html.light .testimonial-text{color:#3f3f46}html.light .author-name{color:#18181b}html.light .author-role{color:#71717a}html.light .about-content blockquote{background:#f4f4f5;color:#3f3f46}html.light .social-link{border-color:#e4e4e7;color:#52525b}html.light .social-link:hover{border-color:#3b82f640;color:#18181b;background:#3b82f608}html.light .skill-row{border-bottom-color:#f4f4f5}html.light .skill-items{color:#52525b}html.light .blog-card{background:#fff;border-color:#e4e4e7}html.light .blog-card:hover{border-color:#d4d4d8}html.light .blog-date{color:#a1a1aa}html.light .fact{border-bottom-color:#f4f4f5}html.light .fact-label{color:#71717a}html.light .fact span:last-child{color:#3f3f46}html.light .trust-item{background:#fff;border-color:#e4e4e7;color:#52525b}html.light .contact-item{background:#fff;border-color:#e4e4e7}html.light .contact-item:hover{border-color:#3b82f630}html.light .contact-name{color:#71717a}html.light .contact-val{color:#18181b}html.light footer{border-top-color:#f4f4f5}html.light .footer-inner>p:first-child{color:#71717a}html.light .footer-copy{color:#a1a1aa}html.light .footer-links a{color:#71717a}html.light .footer-links a:hover{color:#18181b}html.light .theme-toggle{border-color:#e4e4e7;color:#52525b}html.light .theme-toggle:hover{border-color:#d4d4d8;color:#18181b}html.light .icon-sun{display:block}html.light .icon-moon{display:none}html.light .nav-links{background:#fff}.wa-float{position:fixed;bottom:24px;right:24px;z-index:99;width:56px;height:56px;border-radius:14px;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36640;transition:all .2s}.wa-float:hover{transform:translateY(-2px);box-shadow:0 6px 24px #25d36660}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center;flex-wrap:wrap}.hero-image{order:-1}.image-wrapper{width:280px;height:280px}.product-row{grid-template-columns:1fr;gap:24px}.product-row.reverse .product-visual,.product-row.reverse .product-info{order:0}.video-grid,.testimonials-grid,.blog-grid{grid-template-columns:1fr}}@media(max-width:768px){.mobile-toggle{display:flex;align-items:center;justify-content:center}.nav-inner{padding:0 16px}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#09090b;border-bottom:1px solid #27272a;flex-direction:column;padding:16px 24px 24px;gap:0;z-index:1001;box-shadow:0 16px 32px #00000080}.nav-links.open{display:flex}.nav-links a{font-size:1rem;color:#d4d4d8;padding:14px 0;border-bottom:1px solid #18181b;display:block;width:100%}.nav-links a:last-of-type{border-bottom:none}.nav-cta{text-align:center;margin-top:16px;display:block!important;width:100%;padding:14px 20px!important;border-bottom:none!important;border-radius:8px}html.light .nav-links{background:#fff;border-bottom-color:#e4e4e7;box-shadow:0 16px 32px #0000001a}html.light .nav-links a{color:#3f3f46;border-bottom-color:#f4f4f5}html.light .hamburger-line{background:#18181b}.hero-stats{gap:16px}.skill-row{flex-direction:column;gap:4px}.skill-label{min-width:auto}.fact{flex-direction:column;gap:2px}.fact-label{min-width:auto}.trust-row{grid-template-columns:1fr}.social-links{flex-direction:column}section{padding:72px 0}#hero{padding:100px 0 40px}}
