.Hero-module__Z8hQ_W__hero{isolation:isolate;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__background img{object-fit:cover;width:100%;height:100%;animation:20s infinite alternate Hero-module__Z8hQ_W__zoomEffect}.Hero-module__Z8hQ_W__overlay{z-index:2;background:linear-gradient(90deg,#000000e6 0%,#0009 50%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__content{z-index:3;width:100%;position:relative}.Hero-module__Z8hQ_W__textContent{max-width:800px}.Hero-module__Z8hQ_W__label{color:#d4af37;text-transform:uppercase;letter-spacing:4px;opacity:0;margin-bottom:24px;font-size:14px;font-weight:600;animation:.8s .2s forwards Hero-module__Z8hQ_W__fadeInUp;display:inline-block}.Hero-module__Z8hQ_W__title{letter-spacing:-2px;opacity:0;margin-bottom:32px;font-size:80px;font-weight:700;line-height:1.1;animation:.8s .4s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__subtitle{color:#ccc;opacity:0;max-width:600px;margin-bottom:48px;font-size:20px;font-weight:300;line-height:1.6;animation:.8s .6s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__actions{opacity:0;flex-wrap:wrap;gap:20px;animation:.8s .8s forwards Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__btnPrimary{font-weight:700;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;cursor:pointer;color:#d4af37;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#d4af3726;border:1px solid #d4af3780;border-radius:9999px;align-items:center;gap:8px;padding:15px 32px;font-size:14px;text-decoration:none;transition:all .35s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff26,0 0 #d4af3700}.Hero-module__Z8hQ_W__btnPrimary:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff4d 50%,#0000 60%);width:60%;height:100%;transition:left .55s;position:absolute;top:0;left:-100%}.Hero-module__Z8hQ_W__btnPrimary:hover:before{left:160%}.Hero-module__Z8hQ_W__btnPrimary:hover{color:#f2d06b;background:#d4af3747;border-color:#d4af37cc;transform:translateY(-3px);box-shadow:0 16px 40px #0006,0 0 24px #d4af3759,inset 0 1px #fff3}.Hero-module__Z8hQ_W__btnPrimary:active{transform:translateY(-1px)}.Hero-module__Z8hQ_W__btnOutline{font-weight:600;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;cursor:pointer;color:#ffffffe6;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffff0f;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:8px;padding:15px 32px;font-size:14px;text-decoration:none;transition:all .35s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff1f}.Hero-module__Z8hQ_W__btnOutline:before{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:.7;background:linear-gradient(135deg,#ffffff73 0%,#ffffff0d 50%,#d4af3759 100%);border-radius:9999px;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Hero-module__Z8hQ_W__btnOutline:hover:before{opacity:1}.Hero-module__Z8hQ_W__btnOutline:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff40 50%,#0000 60%);width:60%;height:100%;transition:left .55s;position:absolute;top:0;left:-100%}.Hero-module__Z8hQ_W__btnOutline:hover:after{left:160%}.Hero-module__Z8hQ_W__btnOutline:hover{color:#fff;background:#ffffff1f;border-color:#ffffff59;transform:translateY(-3px);box-shadow:0 16px 40px #00000059,0 0 20px #d4af371f,inset 0 1px #fff3}.Hero-module__Z8hQ_W__btnOutline:active{transform:translateY(-1px)}@keyframes Hero-module__Z8hQ_W__zoomEffect{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{aspect-ratio:4/3;align-items:flex-end;height:auto;min-height:380px;padding-bottom:40px}.Hero-module__Z8hQ_W__background img{animation:none}.Hero-module__Z8hQ_W__overlay{background:linear-gradient(#0000001a 0%,#0006 60%,#000000e6 100%)}.Hero-module__Z8hQ_W__title{margin-bottom:16px;font-size:42px}.Hero-module__Z8hQ_W__subtitle{margin-bottom:32px;font-size:16px}.Hero-module__Z8hQ_W__actions{flex-direction:row;justify-content:flex-start;gap:12px}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnOutline{-webkit-backdrop-filter:blur(12px)saturate(180%);flex:1;justify-content:center;width:auto;max-width:180px;padding:12px 16px;font-size:12px}}
