.cta{background-color:var(--base-200);width:100%;height:100svh;margin-top:-.75rem;padding:.75rem;position:relative}.cta .container{background-color:var(--base-400);border-radius:.75rem;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex}.cta-inner{flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner h6{text-align:center;color:var(--base-100);font-size:clamp(2rem,4vw,4rem)}.cta-compass{justify-content:center;align-items:center;display:flex}#cta-compass-svg{width:500px;height:500px}.cta-footer{width:100%;color:var(--base-300);justify-content:space-between;align-items:center;padding:.375rem;display:flex}@media (max-width:1000px){.cta-inner{gap:1.25rem;padding:0 1.5rem}#cta-compass-svg{width:380px;height:380px}}@media (max-width:600px){#cta-compass-svg{width:300px;height:300px}}#cta-compass-svg text{font-family:var(--font-mono)}
.featured-cards{background-color:var(--base-200);width:100%;height:100svh;padding:.75rem;position:relative;overflow:hidden}.featured-cards>.container{width:100%;height:100%;position:relative}.featured-cards-wrapper{gap:3rem;width:80%;height:100%;margin:0 auto;display:flex}.featured-cards-header{height:100%;color:var(--base-500);flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex;position:relative}.featured-cards-eyebrow{color:var(--base-500)}.featured-cards-header h5{width:80%;margin:1.5rem 0 3rem}.featured-cards-container{flex:1;height:100%;position:relative}.featured-card{aspect-ratio:4/5;background-color:var(--base-500);width:100%;box-shadow:inset 0 0 0 1px var(--rule-lime);will-change:transform;border-radius:.75rem;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;overflow:hidden;transform:translateY(200%)}.featured-card:after{content:"";border-radius:inherit;background-color:var(--base-200);width:100%;height:100%;opacity:var(--overlay-opacity,0);pointer-events:none;will-change:opacity;z-index:1;position:absolute;top:0;left:0}.featured-card-img{border-radius:.5rem;width:100%;height:100%;overflow:hidden}.featured-card-img:after{content:"";background:linear-gradient(0deg,color-mix(in srgb,var(--base-500)94%,transparent)0%,color-mix(in srgb,var(--base-500)62%,transparent)55%,color-mix(in srgb,var(--base-500)14%,transparent)100%);width:100%;height:100%;position:absolute;top:0;left:0}.featured-card-content{text-align:center;width:100%;height:100%;color:var(--base-300);flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute}.featured-card-content h6.subheader{margin-bottom:.1875rem;font-size:clamp(1rem,2vw,3rem)}.featured-card-content h5{font-size:clamp(1.5rem,5vw,4rem)}.featured-card-content p.mono.featured-card-metric{border-top:1px solid var(--rule-lime);letter-spacing:.14em;color:var(--lime-600);opacity:.85;margin-top:.875rem;padding-top:.6875rem;font-size:.7rem;font-weight:400}@media (max-width:1000px){.featured-cards{height:auto;padding:0;overflow:visible}.featured-cards-wrapper{flex-direction:column;gap:2rem;width:100%;height:auto}.featured-cards-header{height:auto;padding:6rem 0 3rem}.featured-cards-header h5{width:100%}.featured-cards-container{flex-direction:column;gap:1rem;height:auto;display:flex}.featured-card{will-change:auto;position:relative;top:auto;transform:none}.featured-card-content h6.subheader{margin-bottom:.1875rem;font-size:clamp(1.5rem,3vw,4rem)}.featured-card-content h5{font-size:clamp(3rem,5vw,5rem)}.featured-card-content p.mono.featured-card-metric{margin-top:1.125rem;padding-top:.875rem;font-size:.78rem}}
.ecosystem{background-color:var(--base-400);width:100%;color:var(--base-100);padding:.75rem;position:relative;overflow:hidden}.ecosystem-wrapper{flex-direction:column;gap:3.5rem;padding:5rem 0 5.5rem;display:flex}.ecosystem-header{justify-content:space-between;align-items:center;gap:1.5rem;width:80%;margin:0 auto;display:flex}.ecosystem-note{opacity:.4}.ecosystem-marquee{flex-direction:column;gap:1rem;display:flex;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.ecosystem-row{width:100%;overflow:hidden}.ecosystem-track{will-change:transform;align-items:center;gap:1rem;width:max-content;display:flex}.ecosystem-chip{border:1px solid var(--rule-lime);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;padding:.9rem 1.5rem;transition:border-color .4s,color .4s;display:flex}.ecosystem-chip:hover{border-color:var(--base-300);color:var(--base-300)}@media (prefers-reduced-motion:reduce){.ecosystem-chip{transition:none}}@media (max-width:1000px){.ecosystem-wrapper{gap:2.5rem;padding:5.5rem 0 4rem}.ecosystem-header{flex-direction:column;align-items:flex-start;gap:.75rem}.ecosystem-chip{padding:.7rem 1.15rem}.ecosystem-track{gap:.75rem}.ecosystem-header{width:100%}}
.hero{background-color:var(--base-500);width:100%;height:100svh;padding:.75rem;position:relative}.hero .container{pointer-events:none;align-items:flex-end;display:flex}.hero-header{text-align:center;width:100%;color:var(--base-300);transform-style:preserve-3d;perspective:1000px;will-change:transform;z-index:2;transition:transform .5s cubic-bezier(.215,.61,.355,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-header h1{transform-style:preserve-3d;backface-visibility:hidden;text-shadow:0 0 6rem #0a0c06a6}.hero-footer{width:100%;color:var(--base-300);z-index:2;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.hero-footer p.mono{opacity:.9}@media (prefers-reduced-motion:reduce){.hero-header{will-change:auto;transition:none}}@media (min-width:1000px){.hero-header h1{font-size:clamp(9rem,19vw,21rem)}.hero-header .subheader{font-size:clamp(4rem,5.5vw,5.5rem);transform:translate(-6rem)translateY(.75rem)}}@media (max-width:1000px){.hero-header h1{font-size:clamp(2.75rem,17vw,8rem)}.hero-header .subheader{font-size:clamp(1.5rem,5.5vw,2.5rem)}.hero-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}
