html{scroll-behavior:smooth}.hero-section{align-items:center;background-color:#111930;background-image:radial-gradient(circle at center,hsla(0,0%,100%,.15),transparent);color:#f3f3f3;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:0 24px;position:relative;z-index:0}.hero-pattern-overlay{background-image:url('data:image/svg+xml;utf8,<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="40" x2="40" y2="0" stroke="%23FFFFFF" stroke-opacity="0.015" stroke-width="1"/></svg>');background-size:40px 40px;inset:0;position:absolute;z-index:0}.hero-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding-top:20px;position:relative;text-align:center;width:100%;z-index:2}.hero-logo{animation:fadeInOnly .8s ease forwards;animation-delay:0s;display:block;height:40px;margin-bottom:10px;opacity:0;width:auto}.hero-headline{color:#fff;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;line-height:1.2;margin-bottom:10px;margin-top:0;text-align:center}.hero-subheadline{color:#f3f3f3;font-family:Inter,sans-serif;font-size:26px;margin:0 auto 40px;max-width:700px;text-align:center}.hero-button{align-items:center;background-color:#f3f3f3;border-radius:6px;color:#1a1f2c;display:inline-flex;font-family:Inter,sans-serif;font-size:18px;gap:12px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s ease}.hero-button:hover{background-color:#c0a080;color:#fff}.hero-button-icon{transition:transform .3s ease}.hero-button:hover .hero-button-icon{transform:translateX(6px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInOnly{0%{opacity:0}to{opacity:1}}.animate-fade-only{animation:fadeInOnly .8s ease forwards;opacity:0}.delay-0{animation-delay:0s}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@media (max-width:768px){.hero-logo{height:32px}.hero-headline{font-size:2.75rem}.hero-subheadline{font-size:20px}}