@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap");:root{--bg:#0a0a0f;--bg-elevated:#12121a;--bg-card:#16161f;--bg-card-hover:#1c1c28;--green:#2dd4a0;--green-dim:rgba(45,212,160,0.1);--green-glow:rgba(45,212,160,0.15);--text:#e8e8ed;--text-secondary:#8888a0;--text-muted:#55556a;--border:rgba(255,255,255,0.06);--border-hover:rgba(255,255,255,0.12);--font-display:"Syne",sans-serif;--font-body:"Outfit",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--green);color:var(--bg)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(10,10,15,.8);border-bottom:1px solid var(--border)}.nav-brand{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em}.nav-brand span{color:var(--green)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s;letter-spacing:.01em}.nav-link:hover{color:var(--text)}.nav-cta{padding:.55rem 1.4rem;background:var(--green);color:var(--bg);border-radius:8px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px var(--green-glow)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{background:radial-gradient(ellipse 80% 60% at 50% 0,rgba(45,212,160,.06) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 80%,rgba(45,100,212,.04) 0,transparent 50%)}.hero:after,.hero:before{content:"";position:absolute;inset:0;pointer-events:none}.hero:after{background-image: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.015'%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");opacity:.5}.hero-content{position:relative;z-index:1;max-width:800px}.hero-badge{display:inline-block;padding:.4rem 1rem;background:var(--green-dim);border:1px solid rgba(45,212,160,.2);border-radius:100px;font-size:.8rem;color:var(--green);font-weight:500;margin-bottom:2rem;letter-spacing:.03em;animation:fadeInUp .6s ease both}.hero h1{font-family:var(--font-display);font-size:4.5rem;font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem;animation:fadeInUp .6s ease .1s both}.hero h1 .accent{color:var(--green)}.hero p{font-size:1.2rem;color:var(--text-secondary);max-width:550px;margin:0 auto 2.5rem;line-height:1.7;animation:fadeInUp .6s ease .2s both}.hero-actions{display:flex;gap:1rem;justify-content:center;animation:fadeInUp .6s ease .3s both}.hero-btn-primary{padding:.8rem 2.2rem;background:var(--green);color:var(--bg);border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .25s;border:none;cursor:pointer}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px var(--green-glow)}.hero-btn-secondary{padding:.8rem 2.2rem;background:transparent;color:var(--text);border:1.5px solid var(--border-hover);border-radius:10px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .25s}.hero-btn-secondary:hover{border-color:var(--text-muted);background:var(--bg-elevated)}.section{padding:6rem 3rem;max-width:1200px;margin:0 auto}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--green)}.section-label,.section-title{font-family:var(--font-display);margin-bottom:1rem}.section-title{font-size:2.75rem;font-weight:700;letter-spacing:-.03em}.section-desc{font-size:1.05rem;color:var(--text-secondary);max-width:600px;line-height:1.7;margin-bottom:3rem}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:3rem;transition:all .3s;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:0;transition:opacity .3s}.product-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.product-card:hover:before{opacity:1}.product-icon{width:56px;height:56px;background:var(--green-dim);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.product-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.product-card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.product-features{list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem;margin-bottom:2rem}.product-features li{font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.product-features li:before{content:"→";color:var(--green);font-weight:700}.product-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--green);text-decoration:none;font-weight:600;font-size:.9rem;transition:gap .2s}.product-link:hover{gap:.75rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--border);border-radius:16px;overflow:hidden;margin-top:4rem}.stat-item{background:var(--bg-card);padding:2.5rem 2rem;text-align:center}.stat-item .number{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--green);letter-spacing:-.03em}.stat-item .label{font-size:.85rem;color:var(--text-muted);margin-top:.5rem;font-weight:400}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.about-text h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem;color:var(--text)}.about-text h3:first-child{margin-top:0}.about-text p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.about-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:3rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;min-height:350px}.about-visual .location{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.about-visual .flag{font-size:3rem}.about-visual .detail{color:var(--text-muted);font-size:.9rem}.contact-bar{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:3rem;display:flex;justify-content:space-between;align-items:center;margin-top:4rem}.contact-bar h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.contact-bar p{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.contact-email{color:var(--green);text-decoration:none;font-weight:600;font-size:1.1rem;transition:opacity .2s}.contact-email:hover{opacity:.8}.footer{padding:3rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:4rem auto 0}.footer-brand{font-family:var(--font-display);font-weight:700;font-size:1.1rem}.footer-brand span{color:var(--green)}.footer-links{display:flex;gap:2rem}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-link:hover{color:var(--text-secondary)}.footer-copy{color:var(--text-muted);font-size:.8rem}.divider{height:1px;background:var(--border);max-width:1200px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{gap:1.25rem}.nav-link{display:none}.hero{padding:7rem 1.5rem 4rem}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.hero-actions{flex-direction:column}.section{padding:4rem 1.5rem}.section-title{font-size:2rem}.product-card{padding:2rem}.about-grid,.product-features,.stats-row{grid-template-columns:1fr}.contact-bar,.footer{flex-direction:column;text-align:center;gap:1.5rem}}