@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap";@font-face{font-family:Giveny;src:url(/assets/Giveny-DaKui9u6.ttf)format("truetype"),url(/assets/Giveny-B_WQi7QT.otf)format("opentype");font-weight:400;font-style:normal}:root{--bg-forest:#06231c;--bg-calendar:#000;--text-primary:#fff;--text-secondary:#ffffffb3;--font-elegant:"Giveny", serif;--font-clean:"Helvetica Neue", "Helvetica", "Inter", "Outfit", sans-serif;--transition-smooth:cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-clean);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;overflow-x:hidden}.header-branding{width:100%;animation:fadeIn 1.2s var(--transition-smooth);justify-content:flex-start;margin-bottom:1.5rem;display:flex}.brand-logo{filter:brightness(0)invert();max-width:160px;height:auto}.container{background:linear-gradient(180deg, var(--bg-forest) 0%, #000 100%) fixed;flex-direction:column;width:100%;min-height:100vh;padding:2rem;display:flex}.main-content-wrapper{flex-direction:column;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;display:flex}.content{text-align:left;width:100%;max-width:800px;animation:slideUp 1s var(--transition-smooth) .2s both;margin-bottom:.5rem}.title{font-family:var(--font-elegant);letter-spacing:-.04em;text-transform:uppercase;margin-bottom:1.2rem;font-size:2.2rem;font-weight:400;line-height:1.2}.subtitle{font-family:var(--font-clean);color:var(--text-secondary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.15rem;font-weight:400;line-height:1.5}.calendar-wrapper{width:100%;max-width:1200px;animation:slideUp 1s var(--transition-smooth) .4s both;background-color:#0000;border-radius:12px;overflow:hidden}iframe{display:block;border:none!important}.calendar-container{align-items:flex-start}.vsl-content{width:100%;max-width:1200px}.success-title{font-family:var(--font-elegant);letter-spacing:-.04em;text-transform:uppercase;animation:slideUp 1s var(--transition-smooth) .2s both;margin-bottom:1.5rem;font-size:3.5rem;font-weight:400;line-height:1}.video-wrapper{width:100%;height:0;animation:fadeIn 1.5s var(--transition-smooth) .5s both;border-radius:8px;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.container{padding:1.5rem}.title{font-size:2rem}.subtitle{font-size:1rem}.success-title{margin-bottom:2rem;font-size:2.5rem}}
