.hero-container{position:relative;width:100%;height:80vh;min-height:500px;overflow:hidden}.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-container::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:100px;background:#fff;clip-path:path('M0,100 L0,50 C500,20 750,80 1000,50 C1250,20 1500,80 2000,50 C2500,20 3000,80 4000,50 C4500,20 5000,80 6000,50 L6000,100 Z')}.hero-content{position:absolute;top:10%;left:50%;transform:translateX(-50%);width:90%;max-width:1200px;z-index:2;text-align:center}.hero-content h1{opacity:0;transform:translateY(30px);animation:text-fade-up .8s ease-out forwards .2s}.hero-content h2{opacity:0;transform:translateY(30px);animation:text-fade-up .8s ease-out forwards .5s}.hero-content .reviews-widget-overall{opacity:0;transform:translateY(30px);animation:text-fade-up .8s ease-out forwards .5s}.hero-actions{display:flex;flex-direction:column-reverse;justify-content:center;gap:20px;align-items:center;opacity:0;transform:translateY(30px);animation:text-fade-up .8s ease-out forwards .8s}.hero-benefits{opacity:0;transform:translateY(30px);animation:text-fade-up .8s ease-out forwards 1.1s}.hero-benefits>div{opacity:0;animation:benefit-fade-in .5s ease-out forwards}.hero-benefits>div:first-child{animation-delay:1.2s}.hero-benefits>div:nth-child(2){animation-delay:1.4s}.hero-benefits>div:nth-child(3){animation-delay:1.6s}@media (max-width:768px){.hero-actions>.button{width:100%}}@media (min-width:768px){.hero-actions{flex-direction:row}}.sunflare{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 70%);mix-blend-mode:screen;filter:blur(3px);opacity:0;will-change:transform,opacity;z-index:1;transform:scale(.6);transition:opacity .5s ease-out,transform .5s ease-out}.hero-container:hover .sunflare{opacity:1;transform:scale(1)}.sunflare-1{width:150px;height:150px;top:35%;right:15%;animation:flare-appear 1.2s ease-out forwards .3s,flare-float 15s ease-in-out infinite alternate}.sunflare-2{width:100px;height:100px;top:20%;left:25%;animation:flare-appear 1.2s ease-out forwards .6s,flare-float 18s ease-in-out infinite alternate-reverse}.sunflare-3{width:120px;height:120px;bottom:15%;left:10%;animation:flare-appear 1.2s ease-out forwards .9s,flare-float 20s ease-in-out infinite alternate}.sunflare-ray{position:absolute;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);mix-blend-mode:screen;transform-origin:center;filter:blur(2px);opacity:0;will-change:transform,opacity;z-index:1;transform:scaleX(.8)}.sunflare-ray-1{width:80%;height:2px;top:30%;left:10%;animation:ray-appear 2s ease-out forwards 1.2s,ray-pulse 15s ease-in-out infinite}.sunflare-ray-2{width:60%;height:3px;top:50%;right:0;animation:ray-appear 2s ease-out forwards 1.5s,ray-pulse 18s ease-in-out infinite 2s}.sunflare-ray-3{width:70%;height:2px;bottom:25%;left:20%;animation:ray-appear 2s ease-out forwards 1.8s,ray-pulse 20s ease-in-out infinite 4s}@media (max-width:768px){.sunflare-1{width:100px;height:100px}.sunflare-2{width:80px;height:80px}.sunflare-3{width:90px;height:90px}.sunflare-ray{height:1px}}