.hero{width:100%;height:100vh;min-height:600px;max-height:1200px;color:var(--color-white);position:relative;overflow:hidden}.hero-video-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.5s}.hero-video.loaded{opacity:1}.hero-video-placeholder{background:var(--color-black);background-image:url(/images/hero-poster.jpg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#000000b3 0%,#0006 50%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-gradient{z-index:2;pointer-events:none;background:radial-gradient(circle at 20%,#c6a45c33 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.hero-content-wrapper{max-width:800px;padding:20px;animation:1s fadeInUp}.hero-decoration-top{opacity:0;justify-content:center;align-items:center;gap:20px;margin-bottom:30px;animation:.8s .3s forwards fadeIn;display:flex}.hero-decoration-line{background:linear-gradient(90deg,transparent,var(--color-gold),transparent);width:60px;height:2px}.hero-decoration-text{font-family:var(--font-primary);letter-spacing:5px;text-transform:uppercase;color:var(--color-gold);opacity:.9;font-size:1.2rem}.hero-title{opacity:0;margin-bottom:30px;animation:.8s .6s forwards fadeIn}.hero-title-line{text-shadow:2px 2px 4px #0000004d;font-size:5rem;font-weight:600;line-height:1.1;display:block}.hero-title-gold{color:var(--color-gold);font-size:5.5rem;display:inline-block;position:relative}.hero-title-gold:before,.hero-title-gold:after{content:"✦";color:var(--color-gold);opacity:.5;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.hero-title-gold:before{left:-40px}.hero-title-gold:after{right:-40px}.hero-subtitle{opacity:0;text-shadow:1px 1px 2px #00000080;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8;animation:.8s .9s forwards fadeIn}.hero-buttons{opacity:0;justify-content:center;gap:20px;margin-bottom:60px;animation:.8s 1.2s forwards fadeIn;display:flex}.hero-btn{text-transform:uppercase;letter-spacing:2px;cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:16px 40px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn-primary{background:var(--color-gold);color:var(--color-white);position:relative;overflow:hidden}.hero-btn-primary:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-btn-primary:hover{background:var(--color-gold-dark);transform:translateY(-2px);box-shadow:0 10px 30px #c6a45c66}.hero-btn-primary:hover:before{width:300px;height:300px}.hero-btn-secondary{color:var(--color-white);border-color:var(--color-white);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0}.hero-btn-secondary:hover{background:var(--color-white);color:var(--color-black);transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.hero-btn-icon{width:20px;height:20px;transition:transform .3s}.hero-btn-primary:hover .hero-btn-icon{transform:translate(5px)}.hero-stats{opacity:0;justify-content:center;gap:60px;margin-bottom:40px;animation:.8s 1.5s forwards fadeIn;display:flex}.hero-stat-item{flex-direction:column;align-items:center;display:flex}.hero-stat-number{font-size:2.5rem;font-weight:700;font-family:var(--font-primary);color:var(--color-gold);margin-bottom:5px;line-height:1}.hero-stat-label{text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:.9rem}.hero-scroll-indicator{opacity:0;flex-direction:column;align-items:center;gap:10px;animation:.8s 2s forwards fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-text{text-transform:uppercase;letter-spacing:2px;opacity:.7;font-size:.8rem}.hero-scroll-line{background:linear-gradient(180deg,var(--color-gold),transparent);width:2px;height:60px;animation:2s infinite scrollLine}.hero-corner{border:2px solid var(--color-gold);opacity:.3;z-index:4;pointer-events:none;width:100px;height:100px;position:absolute}.hero-corner-tl{border-bottom:none;border-right:none;top:30px;left:30px}.hero-corner-tr{border-bottom:none;border-left:none;top:30px;right:30px}.hero-corner-bl{border-top:none;border-right:none;bottom:30px;left:30px}.hero-corner-br{border-top:none;border-left:none;bottom:30px;right:30px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.1%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:1200px){.hero-title-line{font-size:4rem}.hero-title-gold{font-size:4.5rem}}@media (max-width:992px){.hero-title-line{font-size:3.5rem}.hero-title-gold{font-size:4rem}.hero-title-gold:before,.hero-title-gold:after{font-size:1.2rem}.hero-title-gold:before{left:-30px}.hero-title-gold:after{right:-30px}}@media (max-width:768px){.hero{min-height:700px}.hero-title-line{font-size:2.5rem}.hero-title-gold{font-size:3rem}.hero-title-gold:before,.hero-title-gold:after{display:none}.hero-subtitle{padding:0 20px;font-size:1rem}.hero-buttons{flex-direction:column;gap:15px;padding:0 20px}.hero-btn{width:100%;padding:14px 30px}.hero-stats{flex-wrap:wrap;gap:30px}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.8rem}.hero-decoration-line{width:30px}.hero-decoration-text{font-size:1rem}.hero-corner{width:50px;height:50px}.hero-corner-tl{top:15px;left:15px}.hero-corner-tr{top:15px;right:15px}.hero-corner-bl{bottom:15px;left:15px}.hero-corner-br{bottom:15px;right:15px}}@media (max-width:480px){.hero-title-line{font-size:2rem}.hero-title-gold{font-size:2.5rem}.hero-subtitle{font-size:.9rem}.hero-stats{gap:20px}.hero-stat-number{font-size:1.5rem}.hero-stat-label,.hero-scroll-text{font-size:.7rem}.hero-scroll-line{height:40px}}@media (prefers-reduced-motion:reduce){.hero-video,.hero-content-wrapper,.hero-decoration-top,.hero-title,.hero-subtitle,.hero-buttons,.hero-stats,.hero-scroll-indicator,.hero-btn:before,.hero-btn-icon{transition:none;animation:none}.hero-scroll-line{animation:none}}
