.hexagon-header{--hex-primary: #015c4a;--hex-secondary: #047857;--hex-tertiary: #059669;--hex-glow: #22c55e;--hex-accent: #22d3ee;--hex-text: #0d1b16;--hex-grid: rgba(1, 92, 74, .15)}.dark .hexagon-header{--hex-primary: #4ade80;--hex-secondary: #86efac;--hex-tertiary: #9bff93;--hex-glow: #bbffb3;--hex-accent: #22d3ee;--hex-text: #ffffff;--hex-grid: rgba(74, 222, 128, .12)}.hexagon-header{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;perspective:1200px;background-color:transparent}.hexagon-stage{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;transform-style:preserve-3d;transform:rotateX(55deg) rotate(-8deg) scale(1.3) translateY(-20%) translate(5%);opacity:.25;pointer-events:none;mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 30%,transparent 70%)}.hexagon-stage .hex-cell{fill:#fff6;stroke:var(--hex-grid);stroke-width:1.5;transition:fill .5s ease,stroke .3s ease}.dark .hexagon-stage .hex-cell{fill:#1e282366}.hexagon-stage .hex-cell.active{fill:var(--hex-primary);fill-opacity:.25;stroke:var(--hex-secondary);stroke-width:2}.hexagon-stage .hex-cell.highlight{fill:var(--hex-glow);fill-opacity:.35;stroke:var(--hex-glow);stroke-width:2.5}.hexagon-stage .hex-cell.accent{fill:var(--hex-accent);fill-opacity:.3;stroke:var(--hex-accent);stroke-width:2}.hexagon-stage .hex-dot{fill:var(--hex-glow);opacity:0;transition:opacity .3s ease}.hexagon-stage .hex-dot.visible{opacity:.8;filter:drop-shadow(0 0 4px var(--hex-glow))}.hexagon-stage .hex-dot.accent{fill:var(--hex-accent);filter:drop-shadow(0 0 4px var(--hex-accent))}.hexagon-content{position:absolute;z-index:30;text-align:center;padding:2rem}.hexagon-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--hex-text);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.1)}.dark .hexagon-title{text-shadow:0 2px 20px rgba(155,255,147,.3)}.hexagon-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--hex-text);opacity:.8;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.hexagon-content .hero-reveal{opacity:0;transform:translateY(30px)}.hexagon-content .hero-reveal.animate{animation:hexHeroReveal 1.2s cubic-bezier(.16,1,.3,1) forwards}.hexagon-content .hero-reveal-1.animate{animation-delay:.6s}.hexagon-content .hero-reveal-2.animate{animation-delay:1s}@keyframes hexHeroReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.circuit-header{--circuit-primary: #015c4a;--circuit-secondary: #047857;--circuit-tertiary: #059669;--circuit-glow: #22c55e;--circuit-accent: #22d3ee;--circuit-trace: rgba(1, 92, 74, .25);--circuit-node: #015c4a;--circuit-text: #0d1b16}.dark .circuit-header{--circuit-primary: #4ade80;--circuit-secondary: #86efac;--circuit-tertiary: #9bff93;--circuit-glow: #bbffb3;--circuit-accent: #22d3ee;--circuit-trace: rgba(74, 222, 128, .2);--circuit-node: #4ade80;--circuit-text: #ffffff}.circuit-header{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:transparent}.circuit-stage{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.75}.circuit-content{position:absolute;z-index:30;text-align:center;padding:2rem}.circuit-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--circuit-text);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.1)}.dark .circuit-title{text-shadow:0 2px 20px rgba(155,255,147,.3)}.circuit-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--circuit-text);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.circuit-subtitle:not(.hero-reveal){opacity:.8}.circuit-content .hero-reveal{opacity:0;transform:translateY(30px)}.circuit-content .hero-reveal.animate{animation:circuitHeroReveal 1.2s cubic-bezier(.16,1,.3,1) forwards}.circuit-content .hero-reveal-1.animate{animation-delay:.6s}.circuit-content .hero-reveal-2.animate{animation-delay:1s}@keyframes circuitHeroReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
