.hero-parallax{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-parallax--small{min-height:500px;height:60vh}.hero-parallax--medium{min-height:650px;height:75vh}.hero-parallax--large{min-height:750px;height:85vh}.hero-parallax--fullscreen{min-height:100vh;height:100vh}@media (max-width: 768px){.hero-parallax--small{min-height:300px}.hero-parallax--medium{min-height:400px}.hero-parallax--large{min-height:500px}.hero-parallax--fullscreen{min-height:100vh}}.hero-parallax__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0003,#0009);z-index:2;pointer-events:none}.hero-parallax__background{position:absolute;top:-10%;left:0;width:100%;height:120%;z-index:1;will-change:transform}.hero-parallax__background picture{display:block;width:100%;height:100%}.hero-parallax__background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-parallax__background-video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}.hero-parallax__background-fallback{width:100%;height:100%;object-fit:cover;object-position:center}.hero-parallax--video .hero-parallax__background{top:0;height:100%}.hero-parallax__placeholder{width:100%;height:100%;background:#fff}.hero-parallax__placeholder svg{width:100%;height:100%;opacity:.1}.hero-parallax__content-wrapper{position:relative;z-index:3;width:100%;max-width:1200px;padding:4rem 2rem}@media (max-width: 768px){.hero-parallax__content-wrapper{padding:2rem 1rem}}.hero-parallax__content{transition:opacity .6s ease-out;opacity:0}.hero-parallax__content.is-visible{opacity:1}.hero-parallax__content--left{text-align:left}.hero-parallax__content--center{text-align:center}.hero-parallax__content--right{text-align:right}@media (max-width: 768px){.hero-parallax__content--mobile-left{text-align:left!important}.hero-parallax__content--mobile-center{text-align:center!important}.hero-parallax__content--mobile-right{text-align:right!important}}.hero-parallax__title{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);transform:translateY(30px);opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1)}[data-animate-content].is-visible .hero-parallax__title{transform:translateY(0);opacity:1}@media (max-width: 768px){.hero-parallax__title{font-size:clamp(1.5rem,8vw,2.5rem);margin-bottom:.5rem}}.hero-parallax__text{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 5px rgba(0,0,0,.3);transform:translateY(30px);opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transition-delay:.1s}[data-animate-content].is-visible .hero-parallax__text{transform:translateY(0);opacity:1}.hero-parallax__text p{margin:0}@media (max-width: 768px){.hero-parallax__text{font-size:1rem;margin-bottom:1rem}}.hero-parallax__cta{transform:translateY(30px);opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transition-delay:.2s}[data-animate-content].is-visible .hero-parallax__cta{transform:translateY(0);opacity:1}.hero-parallax__button{display:inline-block;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;background:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;box-shadow:0 4px 20px #0000004d;transition:all .3s ease}.hero-parallax__button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0006;background:#1a1a1a}@media (max-width: 768px){.hero-parallax__button{padding:.875rem 2rem;font-size:.9375rem}}.hero-parallax__front-image{position:absolute;bottom:0;left:20%;width:60%;height:70%;opacity:0;z-index:4;pointer-events:none;transform-origin:center center;transform:scale(1)}@media (max-width: 768px){.hero-parallax__front-image{height:100%}}.hero-parallax__front-image{transition:opacity 1s cubic-bezier(.16,1,.3,1);transition-delay:.3s;will-change:transform}.hero-parallax__front-image.is-visible{opacity:1}.hero-parallax__front-image picture{display:block;width:100%;height:100%}.hero-parallax__front-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-parallax__background{transform:none!important}.hero-parallax__title,.hero-parallax__text,.hero-parallax__cta,.hero-parallax__front-image{transform:none!important;opacity:1!important;transition:none!important}}.countdown-section{padding:60px 20px;width:100%}.countdown-section__container{max-width:1200px;margin:0 auto;text-align:center}.countdown-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.countdown-section__description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.countdown-section__description p{margin:0}.countdown-section__note{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.countdown-section__note p{margin:0}.countdown-timer{display:block}.countdown-timer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1100px;margin:0 auto}@media (max-width: 768px){.countdown-timer__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 480px){.countdown-timer__grid{grid-template-columns:repeat(2,1fr);gap:.25rem}}.countdown-timer__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-height:120px;transition:transform .3s ease}.countdown-timer__item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}@media (max-width: 768px){.countdown-timer__item{padding:1rem .5rem;min-height:100px}}@media (max-width: 480px){.countdown-timer__item{padding:.5rem;min-height:80px}}.countdown-timer__value{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1;margin-bottom:.25rem;font-variant-numeric:tabular-nums}@media (max-width: 480px){.countdown-timer__value{font-size:clamp(2rem,8vw,2.5rem)}}.countdown-timer__label{font-size:clamp(.75rem,1.5vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 480px){.countdown-timer__label{font-size:.625rem}}.countdown-timer--expired .countdown-timer__value{opacity:.5}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown-timer__value.updating{animation:countdownPulse .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#000}
