*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Share Tech Mono,Courier New,monospace;line-height:1.6;color:#fff;background-color:#0a0a0a;overflow-x:hidden}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}:root{--color-primary: #a5d6bb;--color-secondary: #ffffff;--color-accent: #000000;--color-bg-primary: #0a0a0a;--color-bg-secondary: #1a1a1a;--color-bg-tertiary: #2a2a2a;--color-bg-dark: #111111;--color-text-primary: #ffffff;--color-text-secondary: #cccccc;--color-text-muted: #888888;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--nav-height: 120px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--font-hero: clamp(2rem, 8vw, 6rem);--font-hero-highlight: clamp(2.5rem, 10vw, 8rem);--font-section-title: clamp(1.5rem, 4vw, 2.5rem);--container-max-width: 1200px;--container-padding: var(--space-sm);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-sm: .25rem;--radius-base: .5rem;--radius-lg: 1rem;--radius-full: 9999px}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.section-title{font-size:var(--font-section-title);font-weight:700;text-align:center;margin-bottom:var(--space-2xl);color:var(--color-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);font-weight:600;text-decoration:none;transition:all var(--transition-base);border:2px solid transparent;min-height:44px;font-size:var(--font-size-base);letter-spacing:.5px}.btn-primary{background-color:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.btn-primary:hover{background-color:var(--color-accent);color:var(--color-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--color-secondary);color:var(--color-accent);border-color:var(--color-accent)}.btn-secondary:hover{background-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-base)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xs) var(--container-padding) 0;max-width:var(--container-max-width);margin:0 auto}.nav-logo .logo{height:clamp(75px,15vw,100px);width:auto}.nav-toggle{display:none;flex-direction:column;background:none;border:none;padding:var(--space-xs)}.nav-toggle-line{width:25px;height:3px;background-color:var(--color-accent);margin:2px 0;transition:all var(--transition-base)}.nav-menu{display:flex;align-items:center;gap:var(--space-lg)}.nav-link{color:var(--color-accent);text-decoration:none;font-weight:500;transition:color var(--transition-fast);padding:var(--space-xs) 0}.nav-link:hover{color:var(--color-primary)}@media (max-width: 768px){.nav-toggle{display:flex}.nav-menu{position:fixed;top:100%;left:0;right:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:var(--space-lg);gap:var(--space-md);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all var(--transition-base)}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-toggle.active .nav-toggle-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active .nav-toggle-line:nth-child(2){opacity:0}.nav-toggle.active .nav-toggle-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(to bottom,#fff,#fff);border:none;margin:0}.hero-container{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;border:none;margin:0;box-shadow:none}.wave-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;clip-path:polygon(0% 100%,100% 100%,100% 40%,95% 41%,90% 43%,85% 46%,80% 50%,75% 54%,70% 57%,65% 59%,60% 60%,55% 59%,50% 57%,45% 54%,40% 50%,35% 46%,30% 43%,25% 41%,20% 40%,15% 41%,10% 43%,5% 46%,0% 50%);animation:waveRoll 18s ease-in-out infinite;z-index:1}.hero-text-layer{position:absolute;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:2;padding-top:0;padding-bottom:0;box-sizing:border-box;border:none;margin:0;box-shadow:none}.hero-text-black{background:transparent;color:#000!important;clip-path:polygon(0% 0%,100% 0%,100% 40%,95% 41%,90% 43%,85% 46%,80% 50%,75% 54%,70% 57%,65% 59%,60% 60%,55% 59%,50% 57%,45% 54%,40% 50%,35% 46%,30% 43%,25% 41%,20% 40%,15% 41%,10% 43%,5% 46%,0% 50%);animation:waveRollInverted 18s ease-in-out infinite}.hero-text-white{background:transparent;color:#fff!important;clip-path:polygon(0% 100%,100% 100%,100% 40%,95% 41%,90% 43%,85% 46%,80% 50%,75% 54%,70% 57%,65% 59%,60% 60%,55% 59%,50% 57%,45% 54%,40% 50%,35% 46%,30% 43%,25% 41%,20% 40%,15% 41%,10% 43%,5% 46%,0% 50%);animation:waveRoll 18s ease-in-out infinite}.hero-visual-section{position:absolute;bottom:0;left:0;width:100%;height:40vh;display:flex;align-items:center;justify-content:center;background:transparent;z-index:3}.hero-text{display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%;position:relative;transform:translateY(30vh)}.hero-title{font-size:var(--font-hero);font-weight:700;line-height:1.1;margin-bottom:var(--space-lg)}.hero-title-line{display:block;color:var(--color-text-primary);animation:slideInUp .8s ease-out forwards;opacity:0;transform:translateY(30px);font-size:.75em}.hero-title-line:nth-child(1){animation-delay:.1s}.hero-title-line:nth-child(2){animation-delay:.3s}.hero-title-line:nth-child(3){animation-delay:.5s}.hero-title-line:nth-child(4){animation-delay:.7s}.hero-title-highlight{display:block;font-size:var(--font-hero-highlight);color:var(--color-text-primary);animation:slideInUp .8s ease-out .3s forwards;opacity:0;transform:translateY(30px)}.hero-text-black,.hero-text-black .hero-title,.hero-text-black .hero-title-line,.hero-text-black .hero-title-highlight{color:#000!important}.hero-text-black .hero-title-hollow{color:transparent!important;-webkit-text-stroke:2px #000000;-webkit-text-fill-color:transparent}.hero-text-white,.hero-text-white .hero-title,.hero-text-white .hero-title-line,.hero-text-white .hero-title-highlight{color:#fff!important}.hero-text-white .hero-title-hollow{color:transparent!important;-webkit-text-stroke:2px #ffffff;-webkit-text-fill-color:transparent}.hero-visual{display:flex;flex-direction:column;gap:var(--space-lg);align-items:center;justify-content:center;width:100%;position:relative;z-index:2}.hero-cta{position:absolute;bottom:var(--space-lg);left:0;right:0;z-index:10;text-align:center}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover;opacity:.4}.hero-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#111c,#1119,#a5d6bb1a)}@media (min-width: 769px){.hero-title{font-size:clamp(2rem,8vw,6rem)}.hero-title-highlight{font-size:clamp(2.5rem,10vw,8rem)}.hero-text{transform:translateY(0)}}@media (max-width: 768px){.hero{min-height:80vh}.hero-container,.hero-text-layer{height:80vh}.hero-visual-section{height:50vh}.hero-title{font-size:clamp(3.25rem,13vw,7.8rem);margin-bottom:var(--space-xl)}.hero-title-highlight{font-size:clamp(4.8rem,19vw,11.2rem);margin-bottom:var(--space-lg)}.hero-text{transform:translateY(15vh)}.hero-title-line{font-size:.975em;margin-bottom:var(--space-sm);text-align:left}.ticker-item{font-size:clamp(1rem,3vw,2rem)}.hero-text-white{display:block!important;color:#fff!important;animation:mobileWaveRoll 18s ease-in-out infinite}.hero-text-black{display:block!important;color:#000!important;animation:mobileWaveRollInverted 18s ease-in-out infinite}.wave-background{animation:mobileWaveRoll 18s ease-in-out infinite}@keyframes mobileWaveRoll{0%{clip-path:polygon(0% 100%,100% 100%,100% 23%,98% 23.15%,96% 23.45%,94% 23.65%,92% 23.9%,90% 24.25%,88% 24.7%,86% 25.15%,84% 25.5%,82% 25.75%,80% 25.95%,78% 26.05%,76% 26.15%,74% 26.15%,72% 26.05%,70% 25.95%,68% 25.75%,66% 25.5%,64% 25.15%,62% 24.7%,60% 24.25%,58% 23.9%,56% 23.65%,54% 23.5%,52% 23.4%,50% 23.3%,48% 23.4%,46% 23.5%,44% 23.65%,42% 23.9%,40% 24.25%,38% 24.7%,36% 25.15%,34% 25.5%,32% 25.75%,30% 25.95%,28% 26.05%,26% 26.15%,24% 26.15%,22% 26.05%,20% 25.95%,18% 25.75%,16% 25.5%,14% 25.15%,12% 24.7%,10% 24.25%,8% 23.9%,6% 23.65%,4% 23.45%,2% 23.15%,0% 23%)}25%{clip-path:polygon(0% 100%,100% 100%,100% 27%,98% 26.75%,96% 26.55%,94% 26.4%,92% 26.15%,90% 25.75%,88% 25.3%,86% 24.9%,84% 24.5%,82% 24.25%,80% 24.05%,78% 23.95%,76% 23.9%,74% 23.9%,72% 23.95%,70% 24.05%,68% 24.25%,66% 24.5%,64% 24.9%,62% 25.3%,60% 25.75%,58% 26.15%,56% 26.4%,54% 26.5%,52% 26.65%,50% 26.7%,48% 26.65%,46% 26.5%,44% 26.4%,42% 26.15%,40% 25.75%,38% 25.3%,36% 24.9%,34% 24.5%,32% 24.25%,30% 24.05%,28% 23.95%,26% 23.9%,24% 23.9%,22% 23.95%,20% 24.05%,18% 24.25%,16% 24.5%,14% 24.9%,12% 25.3%,10% 25.75%,8% 26.15%,6% 26.4%,4% 26.55%,2% 26.75%,0% 27%)}50%{clip-path:polygon(0% 100%,100% 100%,100% 25.5%,98% 25.55%,96% 25.45%,94% 25.25%,92% 25%,90% 24.65%,88% 24.2%,86% 23.75%,84% 23.4%,82% 23.15%,80% 22.95%,78% 22.8%,76% 22.75%,74% 22.75%,72% 22.8%,70% 22.95%,68% 23.15%,66% 23.4%,64% 23.75%,62% 24.2%,60% 24.65%,58% 25%,56% 25.25%,54% 25.4%,52% 25.5%,50% 25.55%,48% 25.5%,46% 25.4%,44% 25.25%,42% 25%,40% 24.65%,38% 24.2%,36% 23.75%,34% 23.4%,32% 23.15%,30% 22.95%,28% 22.8%,26% 22.75%,24% 22.75%,22% 22.8%,20% 22.95%,18% 23.15%,16% 23.4%,14% 23.75%,12% 24.2%,10% 24.65%,8% 25%,6% 25.25%,4% 25.45%,2% 25.55%,0% 25.5%)}75%{clip-path:polygon(0% 100%,100% 100%,100% 24.5%,98% 24.45%,96% 24.55%,94% 24.75%,92% 25%,90% 25.4%,88% 25.8%,86% 26.25%,84% 26.65%,82% 26.9%,80% 27.05%,78% 27.2%,76% 27.25%,74% 27.25%,72% 27.2%,70% 27.05%,68% 26.9%,66% 26.65%,64% 26.25%,62% 25.8%,60% 25.4%,58% 25%,56% 24.75%,54% 24.65%,52% 24.5%,50% 24.45%,48% 24.5%,46% 24.65%,44% 24.75%,42% 25%,40% 25.4%,38% 25.8%,36% 26.25%,34% 26.65%,32% 26.9%,30% 27.05%,28% 27.2%,26% 27.25%,24% 27.25%,22% 27.2%,20% 27.05%,18% 26.9%,16% 26.65%,14% 26.25%,12% 25.8%,10% 25.4%,8% 25%,6% 24.75%,4% 24.55%,2% 24.45%,0% 24.5%)}to{clip-path:polygon(0% 100%,100% 100%,100% 23%,98% 23.15%,96% 23.45%,94% 23.65%,92% 23.9%,90% 24.25%,88% 24.7%,86% 25.15%,84% 25.5%,82% 25.75%,80% 25.95%,78% 26.05%,76% 26.15%,74% 26.15%,72% 26.05%,70% 25.95%,68% 25.75%,66% 25.5%,64% 25.15%,62% 24.7%,60% 24.25%,58% 23.9%,56% 23.65%,54% 23.5%,52% 23.4%,50% 23.3%,48% 23.4%,46% 23.5%,44% 23.65%,42% 23.9%,40% 24.25%,38% 24.7%,36% 25.15%,34% 25.5%,32% 25.75%,30% 25.95%,28% 26.05%,26% 26.15%,24% 26.15%,22% 26.05%,20% 25.95%,18% 25.75%,16% 25.5%,14% 25.15%,12% 24.7%,10% 24.25%,8% 23.9%,6% 23.65%,4% 23.45%,2% 23.15%,0% 23%)}}@keyframes mobileWaveRollInverted{0%{clip-path:polygon(0% 0%,100% 0%,100% 23%,98% 23.15%,96% 23.45%,94% 23.65%,92% 23.9%,90% 24.25%,88% 24.7%,86% 25.15%,84% 25.5%,82% 25.75%,80% 25.95%,78% 26.05%,76% 26.15%,74% 26.15%,72% 26.05%,70% 25.95%,68% 25.75%,66% 25.5%,64% 25.15%,62% 24.7%,60% 24.25%,58% 23.9%,56% 23.65%,54% 23.5%,52% 23.4%,50% 23.3%,48% 23.4%,46% 23.5%,44% 23.65%,42% 23.9%,40% 24.25%,38% 24.7%,36% 25.15%,34% 25.5%,32% 25.75%,30% 25.95%,28% 26.05%,26% 26.15%,24% 26.15%,22% 26.05%,20% 25.95%,18% 25.75%,16% 25.5%,14% 25.15%,12% 24.7%,10% 24.25%,8% 23.9%,6% 23.65%,4% 23.45%,2% 23.15%,0% 23%)}25%{clip-path:polygon(0% 0%,100% 0%,100% 27%,98% 26.75%,96% 26.55%,94% 26.4%,92% 26.15%,90% 25.75%,88% 25.3%,86% 24.9%,84% 24.5%,82% 24.25%,80% 24.05%,78% 23.95%,76% 23.9%,74% 23.9%,72% 23.95%,70% 24.05%,68% 24.25%,66% 24.5%,64% 24.9%,62% 25.3%,60% 25.75%,58% 26.15%,56% 26.4%,54% 26.5%,52% 26.65%,50% 26.7%,48% 26.65%,46% 26.5%,44% 26.4%,42% 26.15%,40% 25.75%,38% 25.3%,36% 24.9%,34% 24.5%,32% 24.25%,30% 24.05%,28% 23.95%,26% 23.9%,24% 23.9%,22% 23.95%,20% 24.05%,18% 24.25%,16% 24.5%,14% 24.9%,12% 25.3%,10% 25.75%,8% 26.15%,6% 26.4%,4% 26.55%,2% 26.75%,0% 27%)}50%{clip-path:polygon(0% 0%,100% 0%,100% 25.5%,98% 25.55%,96% 25.45%,94% 25.25%,92% 25%,90% 24.65%,88% 24.2%,86% 23.75%,84% 23.4%,82% 23.15%,80% 22.95%,78% 22.8%,76% 22.75%,74% 22.75%,72% 22.8%,70% 22.95%,68% 23.15%,66% 23.4%,64% 23.75%,62% 24.2%,60% 24.65%,58% 25%,56% 25.25%,54% 25.4%,52% 25.5%,50% 25.55%,48% 25.5%,46% 25.4%,44% 25.25%,42% 25%,40% 24.65%,38% 24.2%,36% 23.75%,34% 23.4%,32% 23.15%,30% 22.95%,28% 22.8%,26% 22.75%,24% 22.75%,22% 22.8%,20% 22.95%,18% 23.15%,16% 23.4%,14% 23.75%,12% 24.2%,10% 24.65%,8% 25%,6% 25.25%,4% 25.45%,2% 25.55%,0% 25.5%)}75%{clip-path:polygon(0% 0%,100% 0%,100% 24.5%,98% 24.45%,96% 24.55%,94% 24.75%,92% 25%,90% 25.4%,88% 25.8%,86% 26.25%,84% 26.65%,82% 26.9%,80% 27.05%,78% 27.2%,76% 27.25%,74% 27.25%,72% 27.2%,70% 27.05%,68% 26.9%,66% 26.65%,64% 26.25%,62% 25.8%,60% 25.4%,58% 25%,56% 24.75%,54% 24.65%,52% 24.5%,50% 24.45%,48% 24.5%,46% 24.65%,44% 24.75%,42% 25%,40% 25.4%,38% 25.8%,36% 26.25%,34% 26.65%,32% 26.9%,30% 27.05%,28% 27.2%,26% 27.25%,24% 27.25%,22% 27.2%,20% 27.05%,18% 26.9%,16% 26.65%,14% 26.25%,12% 25.8%,10% 25.4%,8% 25%,6% 24.75%,4% 24.55%,2% 24.45%,0% 24.5%)}to{clip-path:polygon(0% 0%,100% 0%,100% 23%,98% 23.15%,96% 23.45%,94% 23.65%,92% 23.9%,90% 24.25%,88% 24.7%,86% 25.15%,84% 25.5%,82% 25.75%,80% 25.95%,78% 26.05%,76% 26.15%,74% 26.15%,72% 26.05%,70% 25.95%,68% 25.75%,66% 25.5%,64% 25.15%,62% 24.7%,60% 24.25%,58% 23.9%,56% 23.65%,54% 23.5%,52% 23.4%,50% 23.3%,48% 23.4%,46% 23.5%,44% 23.65%,42% 23.9%,40% 24.25%,38% 24.7%,36% 25.15%,34% 25.5%,32% 25.75%,30% 25.95%,28% 26.05%,26% 26.15%,24% 26.15%,22% 26.05%,20% 25.95%,18% 25.75%,16% 25.5%,14% 25.15%,12% 24.7%,10% 24.25%,8% 23.9%,6% 23.65%,4% 23.45%,2% 23.15%,0% 23%)}}}.protocol{background-color:#fff;padding:var(--space-3xl) 0}.protocol-cards{display:flex;flex-direction:column;gap:var(--space-xl);max-width:800px;margin:0 auto}.protocol-card{border:2px solid #000000;background-color:transparent;transition:all .6s ease;opacity:0;transform:translateY(30px)}.protocol-card:hover:not(.active),.protocol-card.hover:not(.active){background-color:#000;color:#fff;cursor:pointer;transform:translateY(0) scale(1.01);transition:all .3s ease}.protocol-card:hover:not(.active) h3,.protocol-card.hover:not(.active) h3{color:#fff}.protocol-card.active{background-color:#000;color:#fff;transform:translateY(0) scale(1.02);box-shadow:0 8px 32px #0000001a;cursor:pointer}.protocol-card.visible{opacity:1;transform:translateY(0)}.protocol-card-header{padding:var(--space-lg) var(--space-xl);border-bottom:2px solid #000000}.protocol-card.active .protocol-card-header{border-bottom-color:#fff}.protocol-card-header h3{font-size:var(--font-size-xl);font-weight:700;margin:0;letter-spacing:1px;color:#000;transition:color .6s ease}.protocol-card.active .protocol-card-header h3{color:#fff}.protocol-card-content{padding:0 var(--space-xl);max-height:0;opacity:0;transition:all .6s ease;overflow:hidden}.protocol-card.active .protocol-card-content{padding:var(--space-xl) var(--space-xl);max-height:1000px;opacity:1;transform:scaleY(1.1)}.protocol-card-content p{font-size:var(--font-size-lg);line-height:1.8;color:#000;margin:0 0 var(--space-md) 0;transition:all .6s ease;transform:translateY(0)}.protocol-card-content p:last-child{margin-bottom:0}.protocol-card.active .protocol-card-content p{color:#fff;font-size:var(--font-size-xl);transform:translateY(2px)}.protocol-cta{text-align:center;padding:var(--space-lg) 0;background-color:#fff}@media (max-width: 768px){.protocol{padding:var(--space-xl) 0}.protocol-cards{gap:var(--space-lg)}.protocol-card-header{padding:var(--space-md) var(--space-lg)}.protocol-card-content{padding:0 var(--space-lg);max-height:0;opacity:0}.protocol-card.active .protocol-card-content{padding:var(--space-lg) var(--space-lg);max-height:1000px;opacity:1;transform:scaleY(1.05)}.protocol-card-header h3{font-size:var(--font-size-lg)}.protocol-card-content p{font-size:var(--font-size-md)}.protocol-card.active .protocol-card-content p{font-size:var(--font-size-lg)}}.range-of-outcomes{padding:var(--space-3xl) 0;background-color:#000;color:#fff;position:relative;overflow:hidden}.range-of-outcomes .section-title{color:#fff;text-align:center;margin-bottom:var(--space-3xl)}.outcomes-animation{max-width:800px;margin:0 auto;text-align:center;position:relative;min-height:200px;display:flex;align-items:center;justify-content:center}.outcome-statement{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;opacity:0;transition:opacity 1s ease-in-out;padding:0 var(--space-lg)}.outcome-statement.active{opacity:1}.outcome-statement p{font-size:calc(var(--font-size-xl) * 1.25);line-height:1.6;color:#fff;margin:0;font-weight:400}@media (max-width: 768px){.range-of-outcomes{padding:var(--space-2xl) 0}.outcomes-animation{min-height:150px;padding:var(--space-lg) 0}.outcome-statement p{font-size:calc(var(--font-size-lg) * 1.25);line-height:1.5}.outcome-statement{padding:0 var(--space-md)}}.faq{padding:var(--space-3xl) 0;background-color:#fff;color:#000}.faq .section-title{color:#000;text-align:center;margin-bottom:var(--space-xl)}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:var(--space-lg);border:2px solid #000000;border-radius:0;overflow:hidden;box-shadow:none;transition:all .6s ease}.faq-question{width:100%;padding:var(--space-lg);background-color:transparent;border:none;text-align:left;font-size:var(--font-size-lg);font-weight:600;color:#000;display:flex;justify-content:space-between;align-items:center;transition:all .6s ease;min-height:60px;cursor:pointer}.faq-question:hover,.faq-question[aria-expanded=true]{background-color:#000;color:#fff}.faq-question:hover .faq-icon,.faq-question[aria-expanded=true] .faq-icon{color:#fff;transform:rotate(45deg)}.faq-icon{font-size:var(--font-size-2xl);font-weight:300;transition:all .6s ease;flex-shrink:0;margin-left:var(--space-sm);color:#000}.faq-answer{max-height:0;overflow:hidden;transition:all .6s ease;background-color:#fff;border-top:1px solid #000000}.faq-answer.active{max-height:1000px;padding:var(--space-lg)}.faq-answer p{color:#000;line-height:1.6;margin:0 0 var(--space-md) 0}.faq-answer p:last-child{margin-bottom:0}.footer{background-color:#fff;padding:0;border-top:2px solid #000000}.footer-content{display:flex;justify-content:space-between;align-items:center;margin:0}.footer-logo{height:40px;width:auto}.footer-links{display:flex;gap:var(--space-lg)}.footer-links a{color:#000;text-decoration:none;transition:all .6s ease;font-weight:500}.footer-links a:hover{color:#666}.footer-bottom{text-align:center;padding:0;border-top:1px solid #000000}.footer-bottom p{color:#000;font-size:var(--font-size-sm);margin:0}@media (max-width: 768px){.footer-content{flex-direction:column;gap:var(--space-lg);text-align:center}.footer-links{flex-direction:column;gap:var(--space-sm)}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.3}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes waveRoll{0%{clip-path:polygon(0% 100%,100% 100%,100% 32%,98% 32.2%,96% 32.5%,94% 32.8%,92% 33.2%,90% 33.8%,88% 34.5%,86% 35.2%,84% 35.8%,82% 36.2%,80% 36.5%,78% 36.7%,76% 36.8%,74% 36.8%,72% 36.7%,70% 36.5%,68% 36.2%,66% 35.8%,64% 35.2%,62% 34.5%,60% 33.8%,58% 33.2%,56% 32.8%,54% 32.6%,52% 32.4%,50% 32.3%,48% 32.4%,46% 32.6%,44% 32.8%,42% 33.2%,40% 33.8%,38% 34.5%,36% 35.2%,34% 35.8%,32% 36.2%,30% 36.5%,28% 36.7%,26% 36.8%,24% 36.8%,22% 36.7%,20% 36.5%,18% 36.2%,16% 35.8%,14% 35.2%,12% 34.5%,10% 33.8%,8% 33.2%,6% 32.8%,4% 32.5%,2% 32.2%,0% 32%)}25%{clip-path:polygon(0% 100%,100% 100%,100% 38%,98% 37.8%,96% 37.5%,94% 37.2%,92% 36.8%,90% 36.2%,88% 35.5%,86% 34.8%,84% 34.2%,82% 33.8%,80% 33.5%,78% 33.3%,76% 33.2%,74% 33.2%,72% 33.3%,70% 33.5%,68% 33.8%,66% 34.2%,64% 34.8%,62% 35.5%,60% 36.2%,58% 36.8%,56% 37.2%,54% 37.4%,52% 37.6%,50% 37.7%,48% 37.6%,46% 37.4%,44% 37.2%,42% 36.8%,40% 36.2%,38% 35.5%,36% 34.8%,34% 34.2%,32% 33.8%,30% 33.5%,28% 33.3%,26% 33.2%,24% 33.2%,22% 33.3%,20% 33.5%,18% 33.8%,16% 34.2%,14% 34.8%,12% 35.5%,10% 36.2%,8% 36.8%,6% 37.2%,4% 37.5%,2% 37.8%,0% 38%)}50%{clip-path:polygon(0% 100%,100% 100%,100% 36%,98% 35.9%,96% 35.7%,94% 35.4%,92% 35%,90% 34.4%,88% 33.7%,86% 33%,84% 32.4%,82% 32%,80% 31.7%,78% 31.5%,76% 31.4%,74% 31.4%,72% 31.5%,70% 31.7%,68% 32%,66% 32.4%,64% 33%,62% 33.7%,60% 34.4%,58% 35%,56% 35.4%,54% 35.6%,52% 35.8%,50% 35.9%,48% 35.8%,46% 35.6%,44% 35.4%,42% 35%,40% 34.4%,38% 33.7%,36% 33%,34% 32.4%,32% 32%,30% 31.7%,28% 31.5%,26% 31.4%,24% 31.4%,22% 31.5%,20% 31.7%,18% 32%,16% 32.4%,14% 33%,12% 33.7%,10% 34.4%,8% 35%,6% 35.4%,4% 35.7%,2% 35.9%,0% 36%)}75%{clip-path:polygon(0% 100%,100% 100%,100% 34%,98% 34.1%,96% 34.3%,94% 34.6%,92% 35%,90% 35.6%,88% 36.3%,86% 37%,84% 37.6%,82% 38%,80% 38.3%,78% 38.5%,76% 38.6%,74% 38.6%,72% 38.5%,70% 38.3%,68% 38%,66% 37.6%,64% 37%,62% 36.3%,60% 35.6%,58% 35%,56% 34.6%,54% 34.4%,52% 34.2%,50% 34.1%,48% 34.2%,46% 34.4%,44% 34.6%,42% 35%,40% 35.6%,38% 36.3%,36% 37%,34% 37.6%,32% 38%,30% 38.3%,28% 38.5%,26% 38.6%,24% 38.6%,22% 38.5%,20% 38.3%,18% 38%,16% 37.6%,14% 37%,12% 36.3%,10% 35.6%,8% 35%,6% 34.6%,4% 34.3%,2% 34.1%,0% 34%)}to{clip-path:polygon(0% 100%,100% 100%,100% 32%,98% 32.2%,96% 32.5%,94% 32.8%,92% 33.2%,90% 33.8%,88% 34.5%,86% 35.2%,84% 35.8%,82% 36.2%,80% 36.5%,78% 36.7%,76% 36.8%,74% 36.8%,72% 36.7%,70% 36.5%,68% 36.2%,66% 35.8%,64% 35.2%,62% 34.5%,60% 33.8%,58% 33.2%,56% 32.8%,54% 32.6%,52% 32.4%,50% 32.3%,48% 32.4%,46% 32.6%,44% 32.8%,42% 33.2%,40% 33.8%,38% 34.5%,36% 35.2%,34% 35.8%,32% 36.2%,30% 36.5%,28% 36.7%,26% 36.8%,24% 36.8%,22% 36.7%,20% 36.5%,18% 36.2%,16% 35.8%,14% 35.2%,12% 34.5%,10% 33.8%,8% 33.2%,6% 32.8%,4% 32.5%,2% 32.2%,0% 32%)}}@keyframes waveRollInverted{0%{clip-path:polygon(0% 0%,100% 0%,100% 32%,98% 32.2%,96% 32.5%,94% 32.8%,92% 33.2%,90% 33.8%,88% 34.5%,86% 35.2%,84% 35.8%,82% 36.2%,80% 36.5%,78% 36.7%,76% 36.8%,74% 36.8%,72% 36.7%,70% 36.5%,68% 36.2%,66% 35.8%,64% 35.2%,62% 34.5%,60% 33.8%,58% 33.2%,56% 32.8%,54% 32.6%,52% 32.4%,50% 32.3%,48% 32.4%,46% 32.6%,44% 32.8%,42% 33.2%,40% 33.8%,38% 34.5%,36% 35.2%,34% 35.8%,32% 36.2%,30% 36.5%,28% 36.7%,26% 36.8%,24% 36.8%,22% 36.7%,20% 36.5%,18% 36.2%,16% 35.8%,14% 35.2%,12% 34.5%,10% 33.8%,8% 33.2%,6% 32.8%,4% 32.5%,2% 32.2%,0% 32%)}25%{clip-path:polygon(0% 0%,100% 0%,100% 38%,98% 37.8%,96% 37.5%,94% 37.2%,92% 36.8%,90% 36.2%,88% 35.5%,86% 34.8%,84% 34.2%,82% 33.8%,80% 33.5%,78% 33.3%,76% 33.2%,74% 33.2%,72% 33.3%,70% 33.5%,68% 33.8%,66% 34.2%,64% 34.8%,62% 35.5%,60% 36.2%,58% 36.8%,56% 37.2%,54% 37.4%,52% 37.6%,50% 37.7%,48% 37.6%,46% 37.4%,44% 37.2%,42% 36.8%,40% 36.2%,38% 35.5%,36% 34.8%,34% 34.2%,32% 33.8%,30% 33.5%,28% 33.3%,26% 33.2%,24% 33.2%,22% 33.3%,20% 33.5%,18% 33.8%,16% 34.2%,14% 34.8%,12% 35.5%,10% 36.2%,8% 36.8%,6% 37.2%,4% 37.5%,2% 37.8%,0% 38%)}50%{clip-path:polygon(0% 0%,100% 0%,100% 36%,98% 35.9%,96% 35.7%,94% 35.4%,92% 35%,90% 34.4%,88% 33.7%,86% 33%,84% 32.4%,82% 32%,80% 31.7%,78% 31.5%,76% 31.4%,74% 31.4%,72% 31.5%,70% 31.7%,68% 32%,66% 32.4%,64% 33%,62% 33.7%,60% 34.4%,58% 35%,56% 35.4%,54% 35.6%,52% 35.8%,50% 35.9%,48% 35.8%,46% 35.6%,44% 35.4%,42% 35%,40% 34.4%,38% 33.7%,36% 33%,34% 32.4%,32% 32%,30% 31.7%,28% 31.5%,26% 31.4%,24% 31.4%,22% 31.5%,20% 31.7%,18% 32%,16% 32.4%,14% 33%,12% 33.7%,10% 34.4%,8% 35%,6% 35.4%,4% 35.7%,2% 35.9%,0% 36%)}75%{clip-path:polygon(0% 0%,100% 0%,100% 34%,98% 34.1%,96% 34.3%,94% 34.6%,92% 35%,90% 35.6%,88% 36.3%,86% 37%,84% 37.6%,82% 38%,80% 38.3%,78% 38.5%,76% 38.6%,74% 38.6%,72% 38.5%,70% 38.3%,68% 38%,66% 37.6%,64% 37%,62% 36.3%,60% 35.6%,58% 35%,56% 34.6%,54% 34.4%,52% 34.2%,50% 34.1%,48% 34.2%,46% 34.4%,44% 34.6%,42% 35%,40% 35.6%,38% 36.3%,36% 37%,34% 37.6%,32% 38%,30% 38.3%,28% 38.5%,26% 38.6%,24% 38.6%,22% 38.5%,20% 38.3%,18% 38%,16% 37.6%,14% 37%,12% 36.3%,10% 35.6%,8% 35%,6% 34.6%,4% 34.3%,2% 34.1%,0% 34%)}to{clip-path:polygon(0% 0%,100% 0%,100% 32%,98% 32.2%,96% 32.5%,94% 32.8%,92% 33.2%,90% 33.8%,88% 34.5%,86% 35.2%,84% 35.8%,82% 36.2%,80% 36.5%,78% 36.7%,76% 36.8%,74% 36.8%,72% 36.7%,70% 36.5%,68% 36.2%,66% 35.8%,64% 35.2%,62% 34.5%,60% 33.8%,58% 33.2%,56% 32.8%,54% 32.6%,52% 32.4%,50% 32.3%,48% 32.4%,46% 32.6%,44% 32.8%,42% 33.2%,40% 33.8%,38% 34.5%,36% 35.2%,34% 35.8%,32% 36.2%,30% 36.5%,28% 36.7%,26% 36.8%,24% 36.8%,22% 36.7%,20% 36.5%,18% 36.2%,16% 35.8%,14% 35.2%,12% 34.5%,10% 33.8%,8% 33.2%,6% 32.8%,4% 32.5%,2% 32.2%,0% 32%)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn:focus,.nav-link:focus,.faq-question:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media (max-width: 480px){:root{--container-padding: var(--space-md)}.hero-content{padding:var(--space-xl) var(--container-padding)}.faq-question{padding:var(--space-md);font-size:var(--font-size-base)}.faq-answer.active{padding:var(--space-md)}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal.active{display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fff;border:2px solid #000000;border-radius:0;width:90%;max-width:500px;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg);border-bottom:2px solid #000000;background-color:#000;color:#fff}.modal-header h2{margin:0;font-size:var(--font-size-xl);font-weight:700}.modal-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background-color:#fff;color:#000;border-radius:50%}.modal-body{padding:var(--space-xl)}.form-group{margin-bottom:var(--space-lg)}.form-group label{display:block;margin-bottom:var(--space-sm);font-weight:600;color:#000;font-size:var(--font-size-lg)}.form-group input{width:100%;padding:var(--space-md);border:2px solid #000000;border-radius:0;font-size:var(--font-size-base);background-color:#fff;color:#000;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #40e0d033}.modal-buttons{display:flex;gap:var(--space-md);justify-content:center;margin-top:var(--space-xl)}@media (max-width: 768px){.modal-content{width:95%;margin:var(--space-md)}.modal-header{padding:var(--space-md)}.modal-header h2{font-size:var(--font-size-lg)}.modal-body{padding:var(--space-lg)}.modal-buttons{flex-direction:column;gap:var(--space-sm)}.modal-buttons .btn{width:100%;text-align:center}}.legal-page{padding:calc(var(--nav-height) + var(--space-xl)) var(--container-padding) var(--space-xl);background-color:#fff;min-height:100vh}.legal-content{max-width:800px;margin:0 auto}.legal-header{text-align:center;margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:2px solid #000000}.legal-header h1{font-size:var(--font-size-xxl);font-weight:700;color:#000;margin-bottom:var(--space-md)}.legal-date{font-size:var(--font-size-lg);color:#666;margin:0}.legal-section{margin-bottom:var(--space-xl)}.legal-section h2{font-size:var(--font-size-xl);font-weight:700;color:#000;margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid #000000}.legal-section ul{list-style:none;padding:0;margin:0}.legal-section li{margin-bottom:var(--space-md);padding-left:var(--space-lg);position:relative;line-height:1.6;color:#000;font-size:var(--font-size-base)}.legal-section li:before{content:"•";color:var(--color-accent);font-weight:700;position:absolute;left:0;top:0}.legal-section li.sub-item{margin-left:var(--space-lg);padding-left:var(--space-md);color:#333}.legal-section li.sub-item:before{content:"-";color:#666}.legal-section strong{font-weight:600;color:#000}.legal-section a{color:var(--color-accent);text-decoration:none;font-weight:500;transition:all .3s ease}.legal-section a:hover{color:#000;text-decoration:underline}@media (max-width: 768px){.legal-page{padding:calc(var(--nav-height) + var(--space-lg)) var(--space-md) var(--space-lg)}.legal-header h1{font-size:var(--font-size-xl)}.legal-section h2{font-size:var(--font-size-lg)}.legal-section li{padding-left:var(--space-md);font-size:var(--font-size-sm)}.legal-section li.sub-item{margin-left:var(--space-md);padding-left:var(--space-sm)}}@media (min-width: 1200px){:root{--container-padding: var(--space-lg)}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:100vh!important;padding-top:var(--nav-height)!important;margin-top:0!important}.hero-container,.hero-text-layer{height:100vh!important}.hero-text{transform:translateY(15vh)!important;text-align:center!important}.hero-text-layer .container{padding-top:15vh!important}.hero-text-layer{position:relative!important;top:0!important;padding-top:0!important;margin-top:0!important}.hero-title{font-size:clamp(3.5rem,8vw,6rem)!important;margin-bottom:var(--space-lg)!important}.hero-title-highlight{font-size:clamp(5rem,12vw,8.5rem)!important;margin-bottom:var(--space-lg)!important}.hero-title-line{font-size:.75em!important;margin-bottom:var(--space-md)!important;text-align:center!important}.hero-text-white{animation:waveRoll 18s ease-in-out infinite!important}.hero-text-black{animation:waveRollInverted 18s ease-in-out infinite!important}.wave-background{animation:waveRoll 18s ease-in-out infinite!important}.wave-background,.hero-text-white,.hero-text-black{transform:translateY(-4vh)!important}}@media (orientation: landscape) and (hover: none) and (pointer: coarse){body{padding-top:0!important}.hero{min-height:100vh!important;padding-top:var(--nav-height)!important}.hero-container,.hero-text-layer{height:100vh!important}.hero-text-layer .container{padding-top:0!important}.hero-text{transform:translateY(0)!important}.wave-background,.hero-text-white,.hero-text-black{transform:translateY(-4vh)!important}}
