@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--deep-indigo:#1e1b4b;--royal-purple:#4c1d95;--violet:#8b5cf6;--light-violet:#c4b5fd;--lavender-white:#f5f3ff;--black:#0a0a0f;--gray-800:#1e293b;--gray-600:#475569;--gray-400:#94a3b8;--gray-200:#e2e8f0;--gray-100:#f8fafc;--white:#fff;--omnisight-primary:var(--deep-indigo);--omnisight-primary-light:#2d2960;--omnisight-primary-dark:var(--deep-indigo);--omnisight-accent:var(--violet);--omnisight-text:var(--gray-800);--omnisight-text-light:var(--gray-600);--omnisight-bg:var(--white);--omnisight-bg-light:var(--lavender-white);--omnisight-gradient:linear-gradient(135deg,var(--deep-indigo)0%,#2d2960 100%)}.landing-page{color:var(--omnisight-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000001a}.landing-logo{color:var(--omnisight-primary);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:.75rem;font-family:Orbitron,Courier New,Roboto Mono,monospace;font-size:1.5rem;font-weight:700;line-height:1;text-decoration:none;display:flex}.landing-nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.landing-nav-links a{color:var(--omnisight-text);font-weight:500;text-decoration:none;transition:color .3s}.landing-nav-links a:hover,.landing-nav-links a.active{color:var(--omnisight-primary)}.landing-nav-links a.active{font-weight:700}.landing-nav-cta{background:var(--omnisight-gradient);border-radius:8px;padding:.75rem 1.5rem;font-weight:700;color:#fff!important}.landing-nav-cta:hover{opacity:.9}.landing-nav-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.landing-nav-toggle span{background:var(--omnisight-primary);border-radius:2px;width:25px;height:3px;margin:5px 0;transition:all .3s;display:block}.landing-hero{background:var(--omnisight-gradient);color:#fff;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.landing-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.landing-hero-content{text-align:center;z-index:1;max-width:800px;position:relative}.landing-hero h1{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.landing-hero p{opacity:.9;color:#fff;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.landing-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-btn{border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.landing-btn-primary{color:var(--omnisight-primary);background:#fff}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.landing-btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.landing-btn-secondary:hover{color:var(--omnisight-primary);background:#fff}.landing-section{padding:5rem 2rem}.landing-section-dark{background:var(--omnisight-bg-light)}.landing-section-title{text-align:center;margin-bottom:3rem}.landing-section-title h2{color:var(--omnisight-primary);margin-bottom:1rem;font-size:2.5rem}.landing-section-title p{color:var(--omnisight-text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.landing-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-service-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.landing-service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #66005326}.landing-service-icon{background:var(--omnisight-gradient);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.landing-service-card h3{color:var(--omnisight-primary);margin-bottom:1rem;font-size:1.25rem}.landing-service-card p{color:var(--omnisight-text-light);line-height:1.7}.landing-tools-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-tool-card{color:inherit;background:#fff;border:2px solid #0000;border-radius:16px;padding:2.5rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 20px #00000014}.landing-tool-card:hover{border-color:var(--omnisight-primary);transform:translateY(-5px);box-shadow:0 15px 50px #66005333}.landing-tool-badge{background:var(--omnisight-accent);color:#fff;border-radius:20px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-tool-card h3{color:var(--omnisight-primary);margin-bottom:1rem;font-size:1.5rem}.landing-tool-card p{color:var(--omnisight-text-light);margin-bottom:1.5rem;line-height:1.7}.landing-tool-features{margin:0;padding:0;list-style:none}.landing-tool-features li{color:var(--omnisight-text);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.landing-tool-features li:before{content:"✓";color:var(--omnisight-primary);font-weight:700}.landing-tool-cta{color:var(--omnisight-primary);align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;display:inline-flex}.landing-tool-cta:after{content:"→";transition:transform .3s}.landing-tool-card:hover .landing-tool-cta:after{transform:translate(5px)}.landing-about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.landing-about-text h2{color:var(--omnisight-primary);margin-bottom:1.5rem;font-size:2.5rem}.landing-about-text p{color:var(--omnisight-text-light);margin-bottom:1rem;line-height:1.8}.landing-about-stats{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.landing-stat{text-align:center;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.landing-stat-number{color:var(--omnisight-primary);font-size:3rem;font-weight:700;display:block}.landing-stat-label{color:var(--omnisight-text-light);margin-top:.5rem;font-size:.9rem}.landing-contact{background:var(--omnisight-gradient);color:#fff;text-align:center}.landing-contact h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.landing-contact p{opacity:.9;color:#fff;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.landing-contact-info{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem;display:flex}.landing-contact-item{align-items:center;gap:.75rem;font-size:1.1rem;display:flex}.landing-footer{background:var(--omnisight-primary-dark);color:#fff;padding:3rem 2rem 1.5rem}.landing-footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.landing-footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.landing-footer-section ul{margin:0;padding:0;list-style:none}.landing-footer-section li{margin-bottom:.5rem}.landing-footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s}.landing-footer-section a:hover{color:#fff}.landing-footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.9rem}.landing-page-header{background:var(--omnisight-gradient);color:#fff;text-align:center;padding:8rem 2rem 4rem}.landing-page-header h1{color:#fff;margin-bottom:1rem;font-size:3rem}.landing-page-header p{opacity:.9;color:#fff;max-width:600px;margin:0 auto;font-size:1.2rem}.landing-blog-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-blog-card{color:inherit;background:#fff;border-radius:16px;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 20px #00000014}.landing-blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #66005326}.landing-blog-image{background:var(--omnisight-bg-light);justify-content:center;align-items:center;width:100%;height:200px;font-size:4rem;display:flex}.landing-blog-content{padding:1.5rem}.landing-blog-meta{color:var(--omnisight-text-light);gap:1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.landing-blog-category{color:var(--omnisight-primary);font-weight:600}.landing-blog-card h3{color:var(--omnisight-text);margin-bottom:.75rem;font-size:1.25rem;line-height:1.4}.landing-blog-card p{color:var(--omnisight-text-light);margin-bottom:1rem;line-height:1.6}.landing-blog-read-more{color:var(--omnisight-primary);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.landing-blog-read-more:after{content:"→";transition:transform .3s}.landing-blog-card:hover .landing-blog-read-more:after{transform:translate(5px)}.landing-contact-form{background:#fff;border-radius:16px;max-width:600px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #00000014}.landing-form-group{margin-bottom:1.5rem}.landing-form-group label{color:var(--omnisight-text);margin-bottom:.5rem;font-weight:600;display:block}.landing-form-group input,.landing-form-group textarea{border:2px solid #eee;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.landing-form-group input:focus,.landing-form-group textarea:focus{border-color:var(--omnisight-primary);outline:none}.landing-form-group textarea{resize:vertical;min-height:150px}.landing-form-submit{background:var(--omnisight-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:opacity .3s}.landing-form-submit:hover{opacity:.9}@media (max-width:768px){.landing-nav-links{background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.landing-nav-links.active{display:flex}.landing-nav-toggle{display:block}.landing-hero h1{font-size:2.5rem}.landing-hero p{font-size:1rem}.landing-hero-buttons{flex-direction:column;align-items:center}.landing-about-content{grid-template-columns:1fr;gap:2rem}.landing-about-stats{order:-1}.landing-contact-info{flex-direction:column;gap:1rem}.landing-section-title h2{font-size:2rem}.landing-tools-grid{grid-template-columns:1fr}}@media (max-width:480px){.landing-hero h1{font-size:2rem}.landing-about-stats{grid-template-columns:1fr}.landing-stat{padding:1.5rem}.landing-stat-number{font-size:2.5rem}}
