@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";
section.hero{background:linear-gradient(135deg,var(--lg-dark-navy)0%,var(--lg-soft-black)50%,var(--lg-deep-grey)100%);justify-content:center;align-items:center;min-height:100vh;margin-top:120px;display:flex;position:relative;overflow:hidden}section.hero>img{object-fit:cover;opacity:.15;z-index:1;filter:grayscale(30%)brightness(.7);width:100%;height:100%;position:absolute;top:0;left:0}section.hero:before{content:"";z-index:2;background:radial-gradient(circle at 30%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 70%,#a7892814 0%,#0000 50%);animation:8s ease-in-out infinite pulseGlow;position:absolute;inset:0}section.hero:after{content:"";background-image:radial-gradient(2px 2px at 20% 30%,var(--lg-gold),transparent),radial-gradient(2px 2px at 60% 70%,var(--lg-gold-light),transparent),radial-gradient(1px 1px at 50% 50%,var(--lg-gold),transparent),radial-gradient(1px 1px at 80% 10%,var(--lg-gold-dark),transparent),radial-gradient(2px 2px at 90% 60%,var(--lg-gold),transparent),radial-gradient(1px 1px at 33% 80%,var(--lg-gold-light),transparent);opacity:.3;z-index:2;background-position:0 0;background-size:200% 200%;animation:20s ease-in-out infinite floatParticles;position:absolute;inset:0}section.hero>div.hero-content{z-index:3;text-align:center;max-width:1200px;margin:0 auto;padding:2rem;position:relative}section.hero>div.hero-content .hero-header{margin-bottom:3rem}section.hero>div.hero-content .hero-header img{filter:drop-shadow(0 8px 24px #d4af3766);width:250px;height:auto;margin-bottom:2rem;animation:6s ease-in-out infinite logoFloat}@media (max-width:768px){section.hero>div.hero-content .hero-header img{width:180px}}section.hero>div.hero-content .hero-header p{color:var(--lg-gold-light);text-shadow:0 4px 20px #d4af374d;letter-spacing:1px;margin:0;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;line-height:1.4;position:relative}@media (max-width:1024px){section.hero>div.hero-content .hero-header p{font-size:2rem}}@media (max-width:768px){section.hero>div.hero-content .hero-header p{padding:0 1rem;font-size:1.5rem}}@media (max-width:480px){section.hero>div.hero-content .hero-header p{font-size:1.2rem}}section.hero>div.hero-content .hero-header p:before,section.hero>div.hero-content .hero-header p:after{content:"";background:linear-gradient(90deg,transparent,var(--lg-gold),transparent);width:60px;height:2px;position:absolute;top:50%}@media (max-width:768px){section.hero>div.hero-content .hero-header p:before,section.hero>div.hero-content .hero-header p:after{width:40px}}section.hero>div.hero-content .hero-header p:before{left:-80px}@media (max-width:768px){section.hero>div.hero-content .hero-header p:before{left:-50px}}@media (max-width:480px){section.hero>div.hero-content .hero-header p:before{display:none}}section.hero>div.hero-content .hero-header p:after{right:-80px}@media (max-width:768px){section.hero>div.hero-content .hero-header p:after{right:-50px}}@media (max-width:480px){section.hero>div.hero-content .hero-header p:after{display:none}}section.hero>div.hero-content>div.hero-buttons{flex-direction:row;justify-content:center;align-items:center;gap:2rem;display:flex}@media (max-width:480px){section.hero>div.hero-content>div.hero-buttons{flex-direction:column;gap:1.5rem;width:100%}}section.hero>div.hero-content>div.hero-buttons button{cursor:pointer;letter-spacing:1px;text-transform:uppercase;border:none;border-radius:50px;padding:1rem 3rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden}@media (max-width:768px){section.hero>div.hero-content>div.hero-buttons button{padding:.9rem 2.5rem;font-size:1rem}}@media (max-width:480px){section.hero>div.hero-content>div.hero-buttons button{width:100%;max-width:280px}}section.hero>div.hero-content>div.hero-buttons button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}section.hero>div.hero-content>div.hero-buttons button:hover:before{left:100%}section.hero>div.hero-content>div.hero-buttons button:nth-child(2){background:linear-gradient(135deg,var(--lg-gold)0%,var(--lg-gold-dark)100%);color:var(--lg-dark-navy);box-shadow:0 8px 30px #d4af3766}section.hero>div.hero-content>div.hero-buttons button:nth-child(2):hover{background:linear-gradient(135deg,var(--lg-gold-light)0%,var(--lg-gold)100%);transform:translateY(-5px)scale(1.05);box-shadow:0 12px 40px #d4af3799}section.hero>div.hero-content>div.hero-buttons button:nth-child(2):active{transform:translateY(-2px)scale(1.02)}section.hero>div.hero-content>div.hero-buttons button:first-child{color:var(--lg-gold);border:2px solid var(--lg-gold);background:0 0;box-shadow:0 8px 30px #d4af3733}section.hero>div.hero-content>div.hero-buttons button:first-child:hover{background:var(--lg-gold);color:var(--lg-dark-navy);border-color:var(--lg-gold-light);transform:translateY(-5px)scale(1.05);box-shadow:0 12px 40px #d4af3780}section.hero>div.hero-content>div.hero-buttons button:first-child:active{transform:translateY(-2px)scale(1.02)}@keyframes pulseGlow{0%,to{opacity:1}50%{opacity:.7}}@keyframes floatParticles{0%,to{background-position:0 0}50%{background-position:100% 100%}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
