.container{max-width:1200px;margin:0 auto;padding:0 24px}.container,.hero{position:relative;z-index:1}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 24px 80px}.hero-inner{max-width:680px}.eyebrow{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--horizon-gold)}.eyebrow,.hero h1{margin-bottom:24px}.hero h1{font-family:Urbanist,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.15;color:var(--text-primary)}.hero .subtitle{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:300;line-height:1.7;color:var(--text-secondary);margin-bottom:48px}.evt-confirmation{text-align:center;animation:fadeInUp .6s ease-out}.evt-confirmation-icon{width:64px;height:64px;border-radius:50%;background:rgba(45,139,122,.15);border:2px solid #2d8b7a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem;color:#2D8B7A}.evt-confirmation-title{font-family:Urbanist,sans-serif;font-size:1.4rem;font-weight:700;color:white;margin-bottom:.5rem}.evt-confirmation-subtitle{font-size:.95rem;color:rgba(255,255,255,.6);margin-bottom:2rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero h1{font-size:2rem}.hero .subtitle{font-size:1rem}}