*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--accent: #8affc2;--accent-dark: #6edda6;--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .5);--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{width:100%}a{color:inherit;text-decoration:none}.page{min-height:100vh;background:var(--bg);color:var(--text)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.625rem;cursor:pointer}.brand-icon{width:36px;height:36px;border-radius:10px;border:1.5px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--accent);background:#8affc20f;flex-shrink:0}.brand-icon.small{width:28px;height:28px;font-size:.8rem;border-radius:8px}.brand-name{font-weight:600;font-size:1.125rem;letter-spacing:-.01em;color:var(--text)}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s ease}.nav-link:hover{color:var(--text)}.nav-link-active{color:var(--accent)!important}.dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem}.chevron{transition:transform .2s ease;margin-top:1px}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:280px;background:#0c0c0cfa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.5rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;transform:translate(-50%) translateY(16px);z-index:200;box-shadow:0 16px 48px #00000080}.dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(8px)}.dropdown-item{padding:.75rem .875rem;border-radius:8px;cursor:pointer;transition:background .15s ease;display:flex;flex-direction:column;gap:.125rem}.dropdown-item:hover{background:#8affc20f}.dropdown-item-name{font-size:.875rem;font-weight:600;color:var(--text)}.dropdown-item-desc{font-size:.75rem;color:var(--text-muted)}.resources-dropdown{min-width:200px}.dropdown-simple-item{padding:.625rem .875rem;border-radius:8px;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;color:var(--text-muted)}.dropdown-simple-item:hover{background:#8affc20f;color:var(--text)}.dropdown-simple-item svg{color:var(--accent);flex-shrink:0}.navbar-actions{display:flex;align-items:center;gap:1.25rem}.signin-link{font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s ease}.signin-link:hover{color:var(--text)}.nav-cta{padding:.5rem 1.25rem;border-radius:8px;border:none;background:var(--accent);color:#000;font-weight:600;font-size:.875rem;font-family:var(--font-sans);cursor:pointer;transition:background .2s ease}.nav-cta:hover{background:var(--accent-dark)}.mobile-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.hamburger{display:block;width:20px;height:2px;background:var(--text);position:relative;transition:background .2s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--text);transition:transform .3s ease}.hamburger:before{top:-6px}.hamburger:after{top:6px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(138,255,194,.08) 0%,transparent 60%);border-radius:50%;pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(138,255,194,.25);background:#8affc20d;color:var(--accent);font-size:.8125rem;font-weight:600;letter-spacing:.02em;margin-bottom:2rem;z-index:1}.hero-heading{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:700;letter-spacing:-.035em;line-height:1.08;margin-bottom:1.5rem;z-index:1}.hero-heading .accent{color:var(--accent)}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);max-width:560px;line-height:1.7;margin-bottom:2.5rem;z-index:1}.hero-sub strong{color:var(--text);font-weight:600}.hero-form{display:flex;gap:0;width:100%;max-width:460px;border-radius:12px;overflow:hidden;border:1px solid rgba(138,255,194,.2);background:#ffffff08;transition:border-color .3s ease;z-index:1}.hero-form:focus-within{border-color:var(--accent)}.hero-form input{flex:1;padding:.875rem 1.25rem;border:none;background:transparent;color:var(--text);font-family:var(--font-sans);font-size:.9375rem;outline:none;min-width:0}.hero-form input::placeholder{color:var(--text-muted)}.hero-form button{padding:.875rem 1.75rem;border:none;background:var(--accent);color:#000;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap;flex-shrink:0}.hero-form button:hover{background:var(--accent-dark)}.form-message{margin-top:1rem;font-size:.875rem;color:var(--accent);z-index:1}.trust-bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem 2rem;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.trust-item svg{color:var(--accent);flex-shrink:0}.trust-divider{width:1px;height:20px;background:#ffffff1a}.modules-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.section-desc{font-size:1.0625rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.7}.modules-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.module-card{grid-column:span 2;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:2rem;transition:border-color .3s ease,background .3s ease;cursor:pointer}.module-card:nth-child(4){grid-column:2 / span 2}.module-card:nth-child(5){grid-column:4 / span 2}.module-card:hover{border-color:#8affc24d;background:#8affc208}.module-icon{width:48px;height:48px;border-radius:12px;background:#8affc214;border:1px solid rgba(138,255,194,.15);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.25rem}.module-name{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.module-tagline{font-size:.875rem;color:var(--accent);font-weight:500;margin-bottom:1rem}.module-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.7}.security-section{padding:6rem 2rem;background:#8affc205;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.security-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.security-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.security-text{font-size:1.0625rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.platforms{display:flex;flex-direction:column;gap:.75rem}.platform-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.platform-tags{display:flex;gap:.75rem;flex-wrap:wrap}.platform-tag{padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.12);font-size:.8125rem;font-weight:500;color:var(--text);background:#ffffff0a}.platform-tag.coming-soon{border-color:#8affc240;color:var(--accent);background:#8affc20f}.security-visual{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.shield-large{color:var(--accent);opacity:.15}.security-features{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%}.sec-feat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-muted)}.sec-feat svg{color:var(--accent);flex-shrink:0}.cta-section{padding:6rem 2rem;text-align:center}.cta-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.cta-sub{font-size:1.0625rem;color:var(--text-muted);max-width:480px;margin:0 auto 2rem;line-height:1.7}.cta-form{margin:0 auto}.footer{border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-links{display:flex;gap:1.5rem}.footer-link{font-size:.8125rem;color:var(--text-muted);cursor:pointer;transition:color .2s ease}.footer-link:hover{color:var(--text)}.footer-copy{font-size:.75rem;color:var(--text-muted);opacity:.6}.pricing-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:64px}.pricing-hero-inner{text-align:center;padding:2rem;position:relative}.pricing-hero-inner:before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(138,255,194,.1) 0%,transparent 60%);border-radius:50%;pointer-events:none}.pricing-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1.5rem;position:relative}.pricing-heading{font-size:clamp(3rem,8vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.25rem;position:relative}.pricing-heading .accent{color:var(--accent)}.pricing-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);max-width:440px;margin:0 auto 2.5rem;line-height:1.7;position:relative}.pricing-form{position:relative}.product-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(138,255,194,.08) 0%,transparent 60%);border-radius:50%;pointer-events:none}.product-hero-inner{position:relative;z-index:1}.product-hero-heading{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:.75rem}.product-hero-tagline{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--accent);font-weight:500;margin-bottom:1rem}.product-hero-desc{font-size:1.0625rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.product-sections{display:flex;flex-direction:column}.product-section{padding:5rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.product-section:nth-child(2n){background:#8affc204}.product-section-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-section.reversed .product-section-inner{direction:rtl}.product-section.reversed .product-section-inner>*{direction:ltr}.product-section-heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.product-section-body{font-size:1.0625rem;color:var(--text-muted);line-height:1.75}.product-section-visual{display:flex;align-items:center;justify-content:center}.product-visual{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-visual-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(138,255,194,.06) 0%,transparent 70%);pointer-events:none}.product-visual-icon{color:var(--accent);opacity:.4}@media(max-width:900px){.modules-grid{grid-template-columns:1fr}.module-card{grid-column:span 1}.module-card:nth-child(4),.module-card:nth-child(5){grid-column:span 1}.security-inner{grid-template-columns:1fr;gap:3rem}.security-visual{order:-1}.product-section-inner{grid-template-columns:1fr;gap:2rem}.product-section.reversed .product-section-inner{direction:ltr}.product-section-visual{order:-1}.footer-inner{flex-direction:column;text-align:center}}@media(max-width:768px){.navbar-links{display:none;position:absolute;top:64px;left:0;right:0;background:#000000f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;padding:1.5rem 2rem;gap:0;border-bottom:1px solid rgba(255,255,255,.06)}.navbar-links.open{display:flex}.navbar-links li{padding:.5rem 0}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;background:#ffffff08;border:none;margin-top:.5rem;border-radius:8px;display:none;min-width:0}.dropdown-menu.open{display:block;transform:none}.navbar-actions{display:none}.mobile-toggle{display:block}.hero-heading{font-size:clamp(2rem,8vw,3rem)}.hero-form{flex-direction:column;border-radius:12px}.hero-form input{padding:1rem}.hero-form button{padding:1rem;border-radius:0}.security-features{grid-template-columns:1fr}.trust-bar{flex-direction:column;gap:1rem}.trust-divider{width:40px;height:1px}}
