@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap";:root{--bg-dark: #09110f;--bg-alt: #0d1916;--bg-card: rgba(16, 28, 25, .85);--bg-card-hover: rgba(22, 39, 34, .92);--border-color: rgba(148, 163, 184, .14);--border-hover: rgba(16, 185, 129, .5);--bg-header: rgba(9, 17, 15, .85);--bg-header-scrolled: rgba(9, 17, 15, .95);--bg-footer: #060b0a;--bg-nav-mobile: #09110f;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #64748b;--accent: #10b981;--accent-bright: #34d399;--accent-subtle-bg: rgba(16, 185, 129, .12);--accent-subtle-border: rgba(16, 185, 129, .28);--grad-primary: linear-gradient(135deg, #10b981 0%, #008060 60%, #004c3f 100%);--grad-heading: linear-gradient(135deg, #34d399 0%, #10b981 55%, #2dd4bf 100%);--btn-shadow: 0 4px 14px rgba(0, 128, 96, .35);--btn-shadow-hover: 0 6px 20px rgba(16, 185, 129, .45);--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1160px;--transition-smooth: all .28s cubic-bezier(.16, 1, .3, 1);--card-shadow: 0 4px 20px -2px rgba(0, 0, 0, .35);--card-shadow-hover: 0 14px 32px -4px rgba(16, 185, 129, .16)}:root[data-theme=light]{--bg-dark: #f8faf9;--bg-alt: #f1f7f5;--bg-card: #ffffff;--bg-card-hover: #ffffff;--border-color: #e2e8f0;--border-hover: rgba(0, 128, 96, .45);--bg-header: rgba(248, 250, 249, .88);--bg-header-scrolled: rgba(255, 255, 255, .96);--bg-footer: #eef4f2;--bg-nav-mobile: #f8faf9;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--accent: #008060;--accent-bright: #059669;--accent-subtle-bg: rgba(0, 128, 96, .08);--accent-subtle-border: rgba(0, 128, 96, .22);--grad-primary: linear-gradient(135deg, #059669 0%, #008060 60%, #004c3f 100%);--grad-heading: linear-gradient(135deg, #008060 0%, #059669 50%, #0d9488 100%);--btn-shadow: 0 4px 14px rgba(0, 128, 96, .24);--btn-shadow-hover: 0 6px 22px rgba(0, 128, 96, .36);--card-shadow: 0 2px 6px rgba(15, 23, 42, .03), 0 10px 24px -4px rgba(0, 128, 96, .05);--card-shadow-hover: 0 16px 32px -6px rgba(0, 128, 96, .12), 0 4px 10px -2px rgba(0, 128, 96, .04)}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth;background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);line-height:1.6}body{overflow-x:hidden;position:relative;background-color:var(--bg-dark)}#bg-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--text-primary)}.gradient-text{background:var(--grad-heading);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;position:relative;z-index:2}section{padding:6.5rem 0;position:relative}.section-bordered{border-top:1px solid var(--border-color)}.section-alt{background-color:var(--bg-alt)}.section-header{text-align:center;max-width:680px;margin:0 auto 4rem}.section-tag{color:var(--accent);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;display:block}.section-title{font-size:2.35rem;margin-bottom:1rem}.section-desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.65}header{position:fixed;top:0;width:100%;z-index:100;background:var(--bg-header);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:var(--transition-smooth)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:78px}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-img{height:40px;width:auto;object-fit:contain;display:block;transition:var(--transition-smooth)}.logo-img:hover{transform:scale(1.03)}.nav-links{display:flex;gap:2.25rem;list-style:none;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.92rem;font-weight:500;transition:var(--transition-smooth)}.nav-links a:hover{color:var(--accent)}.nav-links a.nav-cta-button{background:var(--grad-primary);color:#fff!important;padding:.6rem 1.35rem;border-radius:9999px;font-weight:600;font-size:.88rem;box-shadow:var(--btn-shadow);transition:var(--transition-smooth)}.nav-links a.nav-cta-button:hover{transform:translateY(-2px);box-shadow:var(--btn-shadow-hover)}.menu-toggle{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer}.cta-button{background:var(--grad-primary);color:#fff!important;padding:.82rem 1.75rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:.94rem;border:none;cursor:pointer;box-shadow:var(--btn-shadow);transition:var(--transition-smooth);display:inline-flex;align-items:center;justify-content:center}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--btn-shadow-hover)}.secondary-button{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);padding:.82rem 1.75rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:.94rem;transition:var(--transition-smooth);box-shadow:0 2px 6px #0f172a0a;display:inline-flex;align-items:center;justify-content:center}.secondary-button:hover{border-color:var(--border-hover);color:var(--accent);transform:translateY(-2px)}.hero{display:flex;align-items:center;min-height:88vh;padding-top:120px;padding-bottom:5rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center;width:100%}.hero-left{display:flex;flex-direction:column;align-items:flex-start}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);color:var(--accent);padding:.4rem 1rem;border-radius:9999px;font-size:.78rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:3.5rem;line-height:1.12;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.03em}.hero-subtitle{color:var(--text-secondary);font-size:1.12rem;max-width:560px;line-height:1.7;margin-bottom:2.25rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-right{display:flex;justify-content:center;align-items:center}.hero-image-wrapper{width:100%;max-width:480px;border-radius:20px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);background:var(--bg-card);transition:var(--transition-smooth)}.hero-image-wrapper:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover);border-color:var(--border-hover)}.hero-image{width:100%;height:auto;display:block}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2.25rem;transition:var(--transition-smooth);box-shadow:var(--card-shadow)}.glass-card:hover{border-color:var(--border-hover);box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.product-card{display:flex;flex-direction:column;height:100%;padding:2.5rem}.product-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-icon-container{width:50px;height:50px;border-radius:12px;background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);color:var(--accent);display:flex;align-items:center;justify-content:center}.product-badge{font-size:.76rem;font-weight:600;color:var(--accent);background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);padding:.3rem .85rem;border-radius:9999px}.product-card h3{font-size:1.65rem;margin-bottom:.35rem}.product-Role{font-size:.94rem;font-weight:600;color:var(--accent-bright);margin-bottom:1rem}.product-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.65;margin-bottom:1.5rem}.product-feature-list{list-style:none;margin-bottom:2rem;flex-grow:1;display:flex;flex-direction:column;gap:.7rem}.product-feature-list li{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:var(--text-secondary)}.product-feature-list li svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.product-footer{padding-top:1.25rem;border-top:1px solid var(--border-color)}.product-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-weight:600;font-size:.94rem;color:var(--accent);transition:var(--transition-smooth)}.product-link:hover{color:var(--accent-bright)}.product-link svg{transition:var(--transition-smooth)}.product-link:hover svg{transform:translate(3px,-2px)}.tech-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.tech-card{padding:2.25rem 2rem}.tech-icon-box{width:46px;height:46px;border-radius:12px;background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.tech-icon-box svg{width:22px;height:22px}.tech-card h3{margin-bottom:.65rem;font-size:1.22rem}.tech-card p{color:var(--text-secondary);font-size:.93rem;line-height:1.65}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:920px;margin:0 auto}.team-card-new{padding:2.25rem}.team-badge-icon{width:50px;height:50px;border-radius:12px;background:var(--accent-subtle-bg);border:1px solid var(--accent-subtle-border);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700;font-family:var(--font-heading)}.team-card-new h3{font-size:1.28rem;margin-bottom:.6rem}.team-card-new p{color:var(--text-secondary);font-size:.93rem;line-height:1.65}.bottom-dual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.bottom-card{display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem}.bottom-card h3{font-size:1.5rem;margin-bottom:.75rem}.bottom-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.65;margin-bottom:1.75rem}footer{padding:2.75rem 0;background:var(--bg-footer);border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.88rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-brand{font-weight:700;color:var(--text-primary);margin-bottom:.25rem;letter-spacing:.02em}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--accent)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.reveal.revealed{opacity:1;transform:translateY(0)}#theme-toggle{position:fixed;bottom:1.75rem;right:1.75rem;width:46px;height:46px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:150;box-shadow:var(--card-shadow);transition:var(--transition-smooth)}#theme-toggle:hover{border-color:var(--border-hover);color:var(--accent);transform:translateY(-2px)}#theme-toggle svg{width:18px;height:18px}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-left{align-items:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.product-grid,.tech-trust-grid,.bottom-dual-grid{grid-template-columns:1fr}.hero-title{font-size:2.8rem}}@media (max-width: 768px){section{padding:4.5rem 0}.menu-toggle{display:block}.nav-links{position:fixed;top:78px;left:0;width:100%;height:calc(100vh - 78px);background:var(--bg-nav-mobile);flex-direction:column;padding:3rem 2rem;gap:1.75rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:var(--transition-smooth)}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:all}.team-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1.25rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.25rem}}
