:root{--primary:#09090b;--primary-light:#18181b;--primary-dark:#000;--accent:#f8fafc;--accent-light:#f1f5f9;--accent-dark:#cbd5e1;--accent-glow:#ffffff0d;--surface:#fff;--surface-alt:#fafafa;--surface-card:#fff;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-on-dark:#fafafa;--text-on-dark-muted:#a1a1aa;--border:#e4e4e7;--border-light:#f4f4f5;--border-dark:#27272a;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--radius:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #00000005;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-lg:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000d;--shadow-xl:0 25px 50px -12px #00000026;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", monospace;--transition:.3s cubic-bezier(.165, .84, .44, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:auto;overflow:auto}body{font-family:var(--font-sans);color:var(--text);background:var(--surface-alt);height:auto;min-height:100vh;line-height:1.6;overflow:auto}html,body,#root,#__next{height:100%;margin:0;padding:0}.layout-root{flex-direction:column;min-height:100vh;display:flex}.layout-content,.layout-content>div{flex-direction:column;flex:1;display:flex}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.top-bar{background:var(--primary-dark);color:var(--text-on-dark-muted);padding:.5rem 1.5rem;font-size:.8rem}.top-bar-inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;display:flex}.top-bar-contact{align-items:center;gap:.5rem;display:flex}.top-bar-social{gap:1rem;display:flex}.top-bar-social a{color:var(--text-on-dark-muted);transition:color var(--transition);font-size:.85rem}.top-bar-social a:hover{color:var(--accent-light)}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1440px;height:72px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;width:40px;height:40px;font-size:1.25rem;font-weight:800;font-family:var(--font-display);border-radius:10px;justify-content:center;align-items:center;display:flex}.logo-text{color:var(--primary);font-size:1.5rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em}.logo-text span{color:var(--accent);font-size:1.15rem;font-weight:400}.nav-list{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-link{border-radius:var(--radius);color:var(--text-secondary);transition:all var(--transition);padding:.5rem 1rem;font-size:.9rem;font-weight:500}.nav-link:hover{color:var(--accent);background:var(--surface-alt)}.nav-link.active{color:var(--accent);background:var(--accent-glow);font-weight:600}.hero{background:radial-gradient(circle at top right, var(--primary-light) 0%, var(--primary) 50%, #000 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1440px;margin:0 auto;display:grid;position:relative}.hero-content h1{color:#fff;font-size:3.25rem;font-weight:800;line-height:1.15;font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem}.hero-content h1 span{background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content p{color:var(--text-on-dark-muted);max-width:640px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-badge{border-radius:var(--radius-full);color:#a1a1aa;font-size:.8rem;font-family:var(--font-mono);background:#ffffff08;border:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;display:inline-flex}.hero-badge-dot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{color:#09090b;background:#fafafa}.btn-primary:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff26}.btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.btn-outline{color:#fafafa;background:0 0;border:1px solid #fff3}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff4d}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-card{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff1a;width:100%;max-width:480px;padding:2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;box-shadow:0 30px 60px #0006,inset 0 1px #fff3}.hero-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 40px 80px #00000080,inset 0 1px #ffffff4d}.hero-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.hero-card-dots{gap:6px;display:flex}.hero-card-dot{border-radius:50%;width:10px;height:10px}.hero-card-dot:first-child{background:#ef4444}.hero-card-dot:nth-child(2){background:#f59e0b}.hero-card-dot:nth-child(3){background:#10b981}.hero-card-time{color:var(--text-on-dark-muted);font-family:monospace;font-size:.8rem}.hero-card-content{gap:1rem;display:grid}.hero-metric{border-radius:var(--radius);background:#ffffff08;border:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .3s;display:flex}.hero-metric:hover{background:#ffffff14;border-color:#ffffff26;transform:translate(4px)}.hero-metric-label{color:var(--text-on-dark-muted);font-size:.8rem;font-weight:500}.hero-metric-value{color:#fff;font-family:monospace;font-size:1rem;font-weight:700}.hero-metric-bar{background:#ffffff1a;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.hero-metric-bar-fill{background:linear-gradient(90deg, var(--accent), var(--accent-light));border-radius:2px;height:100%;transition:width 1s}.hero-card-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.hero-card-status{color:var(--success);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.hero-card-status-dot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.hero-card-security{color:var(--text-on-dark-muted);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.section{padding:5rem 1.5rem}.section-inner{max-width:1440px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-tag{background:var(--accent-glow);color:var(--accent);border-radius:var(--radius-full);align-items:center;gap:.4rem;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-title{color:var(--primary);font-size:2.5rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:720px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);z-index:1;padding:2rem;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.feature-card:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#fffc,#fff0);transition:opacity .4s;position:absolute;inset:0}.feature-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.feature-card:hover:before{opacity:1}.feature-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-icon.blue{color:var(--accent);background:#dbeafe}.feature-icon.green{color:var(--success);background:#d1fae5}.feature-icon.amber{color:var(--warning);background:#fef3c7}.feature-icon.purple{color:#7c3aed;background:#ede9fe}.feature-icon.cyan{color:#0891b2;background:#cffafe}.feature-icon.rose{color:#e11d48;background:#ffe4e6}.feature-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.security-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.security-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.security-item{text-align:center;border-radius:var(--radius);background:var(--surface-alt);border:1px solid var(--border);padding:2rem 1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1)}.security-item:hover{background:var(--surface-card);border-color:var(--accent-light);transform:translateY(-4px);box-shadow:0 15px 30px #0000000f}.security-item-icon{margin-bottom:1rem;font-size:2rem}.security-item h4{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.security-item p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.stats-section{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);padding:4rem 1.5rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1440px;margin:0 auto;display:grid}.stat-item{text-align:center;color:#fff}.stat-number{font-size:2.5rem;font-weight:800;font-family:var(--font-display);margin-bottom:.25rem}.stat-label{color:var(--text-on-dark-muted);font-size:.9rem;font-weight:500}.cta-section{background:var(--surface);text-align:center;padding:5rem 1.5rem}.cta-section h2{color:var(--primary);font-size:2.5rem;font-weight:800;font-family:var(--font-display);margin-bottom:1rem}.cta-section p{color:var(--text-secondary);max-width:640px;margin:0 auto 2rem;font-size:1.1rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.site-footer{background:var(--primary-dark);color:var(--text-on-dark);border-top:1px solid var(--border-dark);z-index:10;margin-top:auto;padding:5rem 1.5rem 3rem;position:relative}.footer-inner{flex-direction:column;max-width:1440px;margin:0 auto;display:flex}.footer-grid{border-bottom:1px solid #ffffff1a;order:1;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;width:100%;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand p{color:var(--text-on-dark-muted);max-width:320px;margin-top:1rem;font-size:.9rem;line-height:1.6}.site-footer h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-on-dark-muted);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-on-dark);transition:color var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--accent-light)}.footer-bottom{text-align:center;color:var(--text-on-dark-muted);order:2;justify-content:center;align-items:center;width:100%;font-size:.85rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--text-on-dark-muted);transition:color var(--transition)}.footer-legal a:hover{color:var(--accent-light)}.legal-page{background:var(--surface-alt);padding:4rem 1.5rem}.legal-container{background:var(--surface);border-radius:var(--radius-lg);max-width:1120px;box-shadow:var(--shadow);margin:0 auto;padding:3rem}.legal-container h1{color:var(--primary);font-size:2.25rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem}.legal-container .last-updated{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem;font-size:.85rem}.legal-container h2{color:var(--primary);margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.legal-container h3{color:var(--primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.legal-container p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.legal-container ul,.legal-container ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.legal-container li{margin-bottom:.5rem}.legal-container strong{color:var(--text)}.page-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);text-align:center;padding:4rem 1.5rem}.page-header h1{color:#fff;font-size:2.5rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.75rem}.page-header p{color:var(--text-on-dark-muted);max-width:640px;margin:0 auto;font-size:1.1rem}.services-page{background:var(--surface-alt);padding:4rem 1.5rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1440px;margin:0 auto;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:2.5rem 2rem}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-3px)}.service-card-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.service-card h3{color:var(--primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.service-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.service-card ul{padding:0;list-style:none}.service-card li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.service-card li:before{content:"✓";color:var(--success);font-weight:700}.contact-section{background:var(--surface-alt);padding:4rem 1.5rem}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1440px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-card:hover{box-shadow:var(--shadow);border-color:var(--accent)}.contact-card-icon{background:var(--accent-glow);width:44px;height:44px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.contact-card h4{color:var(--primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.contact-card p{color:var(--text-secondary);font-size:.9rem}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.contact-form h3{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-form>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-input,.form-textarea{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:var(--surface);transition:border-color var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.form-input:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.form-textarea{resize:vertical;min-height:140px}@media (width<=1024px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.75rem}.hero-visual{display:none}.features-grid,.security-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{padding:3rem 1.25rem}.hero-content h1{font-size:2.25rem}.section-title{font-size:1.75rem}.features-grid,.security-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-legal{flex-wrap:wrap;justify-content:center}.legal-container{padding:1.5rem}.page-header h1{font-size:1.75rem}.services-grid,.contact-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.header-inner{height:64px}.nav-list{gap:0}.nav-link{padding:.4rem .75rem;font-size:.8rem}.top-bar{display:none}.cta-section h2{font-size:1.75rem}}