@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";
:root{--bg-color:#121212;--surface-color:#1e1e1e;--surface-color-light:#2a2a2a;--primary-color:#74c947;--primary-glow:#74c94766;--secondary-color:#fff;--text-primary:#fff;--text-secondary:#a0a0a0;--border-color:#ffffff1a;--glass-bg:#1e1e1eb3;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:6rem 0;position:relative}.section-title{text-align:center;margin-bottom:1rem;font-size:3rem}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 4rem;font-size:1.125rem}.btn{cursor:pointer;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;padding:.875rem 2rem;font-family:Outfit,sans-serif;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--primary-color);color:#000;box-shadow:0 0 20px var(--primary-glow)}.btn-primary:hover{box-shadow:0 0 30px var(--primary-glow);background:#fff;transform:translateY(-2px)}.btn-outline{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color);background:#00e5ff0d}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#ffffff08;border-radius:12px;padding:1rem 1.25rem;font-family:Inter,sans-serif;transition:all .3s}.form-input:focus,.form-textarea:focus{border-color:var(--primary-color);background:#00e5ff08;outline:none;box-shadow:0 0 0 4px #00e5ff1a}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}@media (max-width:768px){.section{padding:4rem 0}.section-title{font-size:2.5rem}.section-subtitle{margin-bottom:2.5rem;font-size:1rem}.container{padding:0 1.5rem}}@media (max-width:480px){.section{padding:3rem 0}.section-title{font-size:1.75rem}.container{padding:0 1.25rem}}
.layout-module__L5FxyW__header{z-index:2000;background:0 0;padding:.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__headerScrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);background:#040a18f2;padding:.5rem 0}.layout-module__L5FxyW__mobileToggle{cursor:pointer;z-index:2100;background:0 0;border:none;padding:1rem;display:none;position:relative}.layout-module__L5FxyW__hamburger{background:#fff;width:28px;height:2px;transition:all .3s;position:relative}.layout-module__L5FxyW__hamburger:before,.layout-module__L5FxyW__hamburger:after{content:"";background:#fff;width:28px;height:2px;transition:all .3s;position:absolute}.layout-module__L5FxyW__hamburger:before{top:-8px;left:0}.layout-module__L5FxyW__hamburger:after{top:8px;left:0}.layout-module__L5FxyW__hamburgerOpen{background:0 0}.layout-module__L5FxyW__hamburgerOpen:before{top:0;transform:rotate(45deg)}.layout-module__L5FxyW__hamburgerOpen:after{top:0;transform:rotate(-45deg)}@media (max-width:768px){.layout-module__L5FxyW__mobileToggle{justify-content:center;align-items:center;display:flex}}.layout-module__L5FxyW__nav{justify-content:space-between;align-items:center;display:flex}.layout-module__L5FxyW__logo{align-items:center;transition:transform .3s;display:flex}.layout-module__L5FxyW__logo:hover{transform:scale(1.05)}.layout-module__L5FxyW__logoImg{width:auto;height:100px;transition:all .3s;display:block}@media (max-width:768px){.layout-module__L5FxyW__logoImg{height:70px}}.layout-module__L5FxyW__logoIcon{color:var(--primary-color);font-size:1.75rem}.layout-module__L5FxyW__navLinks{align-items:center;gap:2.5rem;display:flex}.layout-module__L5FxyW__navLink{color:var(--text-primary);padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.layout-module__L5FxyW__navItemDropdown{align-items:center;display:flex;position:relative}.layout-module__L5FxyW__dropdownMenu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;background:#0a1423f2;border:1px solid #74c94733;border-radius:12px;gap:.5rem;width:250px;padding:1rem;transition:all .3s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000080}.layout-module__L5FxyW__navItemDropdown:hover .layout-module__L5FxyW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.layout-module__L5FxyW__dropdownItem{color:var(--text-secondary);border-radius:6px;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.layout-module__L5FxyW__dropdownItem:hover{color:var(--primary-color);background:#74c9471a;padding-left:1rem}.layout-module__L5FxyW__navLink:hover{color:var(--text-primary)}.layout-module__L5FxyW__footer{background:var(--surface-color);border-top:1px solid var(--glass-border);margin-top:4rem;padding:4rem 0 2rem}.layout-module__L5FxyW__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.layout-module__L5FxyW__footerCol h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.125rem}.layout-module__L5FxyW__footerLinks{flex-direction:column;gap:1rem;list-style:none;display:flex}.layout-module__L5FxyW__footerLinks a{color:var(--text-secondary);font-size:.9375rem}.layout-module__L5FxyW__footerLinks a:hover{color:var(--primary-color)}.layout-module__L5FxyW__footerBottom{border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:992px){.layout-module__L5FxyW__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.layout-module__L5FxyW__navLinks{z-index:1500;background:#040a18;flex-direction:column;justify-content:flex-start;width:80%;max-width:320px;height:100vh;padding:6rem 1.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #000c}.layout-module__L5FxyW__navLinksOpen{right:0!important}.layout-module__L5FxyW__navItemDropdown{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:1rem}.layout-module__L5FxyW__dropdownMenu{border:none;border-left:2px solid var(--primary-color);width:100%;box-shadow:none;background:#ffffff08;flex-direction:column;margin-top:.5rem;padding:.5rem .5rem .5rem 1rem;display:flex;opacity:1!important;visibility:visible!important;position:static!important;transform:none!important}.layout-module__L5FxyW__dropdownItem{width:100%;color:var(--text-secondary);padding:.75rem 0;font-size:1rem}.layout-module__L5FxyW__navLink{width:100%;color:var(--text-primary);padding:1rem 0;font-size:1.25rem;display:block}.layout-module__L5FxyW__footerGrid{grid-template-columns:1fr}.layout-module__L5FxyW__footerBottom{text-align:center;flex-direction:column;gap:1rem}}
