:root{--eyeco-black:#000000;--eyeco-dark-blue:#27455C;--eyeco-accent-light:#00F5D0;--eyeco-accent-dark:#077A75;--eyeco-red:#80142b;--eyeco-white:#ffffff;--eyeco-bg:#F4F6F8;--eyeco-border:#DDE3EA}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--eyeco-accent-light);color:var(--eyeco-black);font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:4px;z-index:9999;text-decoration:none}.skip-link:focus{top:.5rem}.site-header{position:sticky;top:0;z-index:100;background:var(--eyeco-black);height:4rem;display:flex;align-items:center;border-bottom:1px solid #1a1a1a}.header-inner{width:80%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header-logo img{height:2rem;width:auto}.header-nav{display:flex;align-items:center;gap:1.75rem}.header-nav>a{color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s;white-space:nowrap}.header-nav>a:hover{color:var(--eyeco-accent-light)}.header-nav>a:focus-visible{color:var(--eyeco-accent-light);outline:2px solid var(--eyeco-accent-light);outline-offset:3px}.header-nav>a.active{color:var(--eyeco-accent-light)}.nav-dropdown{position:relative}.nav-dropdown-btn{background:0 0;border:none;cursor:pointer;color:#fff;text-decoration:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:0;display:flex;align-items:center;gap:.25rem;transition:color .15s;white-space:nowrap}.nav-dropdown-btn:hover{color:var(--eyeco-accent-light)}.nav-dropdown-btn:focus-visible{color:var(--eyeco-accent-light);outline:2px solid var(--eyeco-accent-light);outline-offset:4px}.nav-dropdown-btn svg{transition:transform .2s}.nav-dropdown.is-open .nav-dropdown-btn svg{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);background:#111;border:1px solid #2a2a2a;border-radius:.5rem;min-width:200px;padding:.375rem 0;z-index:200}.nav-dropdown.is-open .nav-dropdown-menu{display:block}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.nav-dropdown-menu a{display:block;padding:.625rem 1.125rem;color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.nav-dropdown-menu a:hover{color:var(--eyeco-accent-light);background:#1a1a1a}.nav-dropdown-menu a:focus-visible{color:var(--eyeco-accent-light);background:#1a1a1a;outline:2px solid var(--eyeco-accent-light);outline-offset:-2px}.nav-dropdown-menu a.active{color:var(--eyeco-accent-light)}.nav-cta{display:inline-flex;align-items:center;background:var(--eyeco-accent-dark);color:var(--eyeco-white)!important;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.5rem 1.125rem;border-radius:.5rem;text-decoration:none;white-space:nowrap;transition:background .15s,transform .1s,box-shadow .15s;flex-shrink:0}.nav-cta:hover{background:#065f5b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(1,163,158,.3)}.nav-cta:focus-visible{outline:2px solid #fff;outline-offset:3px}.nav-hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;color:#fff;line-height:0}.nav-hamburger:focus-visible{outline:2px solid var(--eyeco-accent-light);border-radius:4px}.mobile-menu{display:none;position:fixed;inset:4rem 0 0 0;background:var(--eyeco-black);z-index:99;overflow-y:auto;padding:1.5rem 1.5rem 2.5rem;border-top:1px solid #1a1a1a}.mobile-menu.is-open{display:flex;flex-direction:column;gap:.25rem}.mobile-menu a{color:#fff;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:600;text-decoration:none;padding:.875rem 0;border-bottom:1px solid #1a1a1a;transition:color .15s}.mobile-menu a:hover{color:var(--eyeco-accent-light)}.mobile-menu a:focus-visible{color:var(--eyeco-accent-light);outline:2px solid var(--eyeco-accent-light);outline-offset:3px}.mobile-menu a.active{color:var(--eyeco-accent-light)}.mobile-menu-cta{display:inline-flex!important;align-items:center;justify-content:center;background:var(--eyeco-accent-dark)!important;color:var(--eyeco-white)!important;font-family:Inter,sans-serif;font-size:1rem;font-weight:600!important;padding:.875rem 1.5rem!important;border-radius:.5rem;text-decoration:none;margin-top:1.25rem;border-bottom:none!important;transition:background .15s}.mobile-menu-cta:hover{background:#065f5b!important;color:var(--eyeco-white)!important}@media (max-width:900px){.header-inner{width:92%}.header-nav{gap:1rem}}@media (max-width:768px){.header-nav,.nav-cta{display:none}.nav-hamburger{display:block}}.site-footer{background:var(--eyeco-black);border-top:1px solid #1a1a1a;padding:4rem 0 0;margin-top:0}.footer-inner{width:80%;max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid #1a1a1a}.footer-brand-logo{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none}.footer-brand-logo img{height:1.75rem;width:auto}.footer-brand-name{color:#fff;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700}.footer-tagline{font-family:Inter,sans-serif;font-size:.8125rem;color:rgba(255,255,255,.7);line-height:1.65;max-width:260px}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social a{color:#ccc;transition:color .15s}.footer-social a:hover{color:#fff}.footer-col-title{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer-col-links{display:flex;flex-direction:column;gap:.625rem;list-style:none;padding:0;margin:0}.footer-col-links a{font-family:Inter,sans-serif;font-size:.875rem;color:#fff;font-weight:500;text-decoration:none;transition:color .15s}.footer-col-links a:hover{color:var(--eyeco-accent-light)}.footer-bottom{padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-copy{font-family:Inter,sans-serif;font-size:.75rem;color:rgba(255,255,255,.5)}.footer-bottom-links{display:flex;gap:1.25rem}.footer-bottom-links a{font-family:Inter,sans-serif;font-size:.75rem;color:rgba(255,255,255,.7);font-weight:500;text-decoration:none;transition:color .15s}.footer-bottom-links a:hover{color:var(--eyeco-accent-light)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.footer-inner{width:92%}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}:root{--binary-black:#000000;--wave-white:#FFFFFF;--regulatory-red:#80142B;--graph-gray-dark:#636363;--graph-gray-light:#F4F6F8;--iris-blue:#27455C;--trust-teal-vibrant:#00F5D0;--trust-teal-stable:#01A39E;--trust-teal-text:#077A75}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;height:64px;background-color:var(--binary-black)!important;border-bottom:1px solid #1a1a1a;z-index:2000!important;display:flex!important;align-items:center!important;margin:0!important}.header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1.5rem;width:100%!important;max-width:1280px;padding-left:1.5rem!important;padding-right:1.5rem!important;margin-left:auto!important;margin-right:auto!important}@media (min-width:769px){.header-inner{width:80%!important;padding-left:0!important;padding-right:0!important}}.header-logo{display:inline-flex!important;align-items:center!important;text-decoration:none!important;flex-shrink:0;line-height:0}.header-logo img{height:32px!important;width:auto!important;display:block}.header-nav{display:flex!important;flex-direction:row!important;align-items:center!important;gap:24px;margin:0!important;padding:0!important;height:100%}.header-nav>a,.nav-dropdown,.nav-dropdown-btn{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1!important;height:auto!important;vertical-align:middle!important;color:var(--wave-white);text-decoration:none!important;background:0 0!important;border:none!important;cursor:pointer}.nav-dropdown-btn svg{display:inline-block!important;vertical-align:middle!important;margin-left:4px!important;flex-shrink:0!important}.header-nav>a.active,.header-nav>a:hover,.nav-dropdown-btn:hover{color:var(--trust-teal-vibrant)!important}.nav-cta{display:inline-flex!important;align-items:center!important;background-color:var(--trust-teal-vibrant)!important;color:var(--binary-black)!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;padding:8px 16px!important;min-height:44px;border-radius:6px!important;text-decoration:none!important;flex-shrink:0;transition:background .15s,transform .1s,box-shadow .15s}.nav-cta:hover{background-color:#00d9b8!important;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,245,208,.35)}.mobile-menu-cta{background-color:var(--trust-teal-vibrant)!important;color:var(--binary-black)!important}.mobile-menu-cta:hover{background-color:#00d9b8!important;color:var(--binary-black)!important}.site-footer{background-color:var(--binary-black)!important;color:var(--wave-white)!important;border-top:2px solid var(--trust-teal-vibrant)!important;padding:64px 0 32px!important;margin:0!important}.footer-inner{width:100%!important;max-width:1280px;padding-left:1.5rem!important;padding-right:1.5rem!important;margin-left:auto!important;margin-right:auto!important}@media (min-width:769px){.footer-inner{width:80%!important;padding-left:0!important;padding-right:0!important}}.footer-brand-name{display:none!important}.footer-brand-logo{display:inline-flex!important;align-items:center!important;gap:0!important;margin-bottom:1rem;text-decoration:none!important}.footer-brand-logo img{height:28px!important;width:auto!important}.skip-link:focus{top:8px!important}.nav-investors{display:inline-flex!important;align-items:center!important;background-color:#fff!important;color:#01a39e!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;padding:8px 16px!important;min-height:44px;border-radius:6px!important;border:1px solid #01a39e!important;text-decoration:none!important;flex-shrink:0;margin-left:auto!important;margin-right:0!important;transition:all .15s ease-out}.nav-investors:hover{background-color:#01a39e!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 14px rgba(1,163,158,.35)}.nav-investors:focus-visible{outline:3px solid #00F5D0!important;outline-offset:2px!important}.mobile-menu-investors{display:inline-flex!important;align-items:center;justify-content:center;background-color:#fff!important;color:#01a39e!important;font-family:Inter,sans-serif;font-size:1rem;font-weight:700!important;padding:.875rem 1.5rem!important;border-radius:.5rem;border:1px solid #01a39e!important;text-decoration:none!important;margin-top:.75rem;border-bottom:none!important;transition:all .15s ease-out}.mobile-menu-investors:hover{background-color:#01a39e!important;color:#fff!important}@media (max-width:768px){.nav-investors{display:none!important}}@media (max-width:768px){.header-nav,.nav-cta,.nav-investors{display:none!important}.nav-hamburger{display:inline-flex!important;align-items:center!important;justify-content:center!important}.nav-investors{margin-left:0!important}}@media (min-width:769px){.nav-hamburger{display:none!important}}.footer-logo{display:flex}.footer-logo img{height:28px;width:auto}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-label{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:4px}.footer-col a{font-family:Inter,sans-serif;font-size:14px;color:#fff;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#fff}