/* HERO WOW PREMIUM FINAL — FULL WIDTH v2 */

.hero-wow-premium,
.hero-wow-premium *{
  box-sizing:border-box;
}

.hero-wow-premium{
  position:relative;
  width:100vw;
  max-width:100vw;
  min-height:92vh;
  margin:0 0 72px;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  overflow:hidden;
  isolation:isolate;
  background:#111827;
  color:#fff;
  box-shadow:0 34px 90px rgba(20,16,10,.20);
  border-radius:0 0 46px 46px;
}

.hero-wow-bg{
  position:absolute;
  inset:0;
  z-index:-4;
}

.hero-wow-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.025);
  filter:saturate(1.12) contrast(1.03) brightness(1.18);
}

.hero-wow-premium:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(0,0,0,.36) 0%,rgba(0,0,0,.18) 46%,rgba(0,0,0,.04) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.30));
  pointer-events:none;
}

.hero-wow-premium:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:38%;
  z-index:-2;
  background:linear-gradient(0deg,rgba(0,0,0,.50),transparent);
  pointer-events:none;
}

.hero-wow-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(18px);
  pointer-events:none;
  z-index:-1;
  opacity:.75;
}

.hero-wow-orb.one{
  width:340px;
  height:340px;
  right:9%;
  top:9%;
  background:rgba(243,217,141,.30);
  animation:heroWowFloat 8s ease-in-out infinite;
}

.hero-wow-orb.two{
  width:250px;
  height:250px;
  left:7%;
  bottom:12%;
  background:rgba(255,255,255,.14);
  animation:heroWowFloat 10s ease-in-out infinite reverse;
}

@keyframes heroWowFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-22px)}
}

.hero-wow-grid{
  width:min(1480px,calc(100% - 56px));
  min-height:calc(92vh - 58px);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  gap:36px;
  align-items:center;
  padding:92px 0 116px;
}

.hero-wow-copy{
  max-width:940px;
}

.hero-wow-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  margin-bottom:22px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
  backdrop-filter:blur(14px);
  font-size:12px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.hero-wow-badge:before{
  content:"✦";
  color:#f3d98d;
}

.hero-wow-copy h1{
  max-width:1040px;
  margin:0;
  color:#fff;
  font-size:clamp(52px,8.2vw,128px);
  line-height:.83;
  letter-spacing:-.10em;
  text-shadow:0 8px 34px rgba(0,0,0,.22);
}

.hero-wow-copy p{
  max-width:780px;
  margin:24px 0 0;
  color:rgba(255,255,255,.88);
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.75;
  text-shadow:0 2px 18px rgba(0,0,0,.24);
}

.hero-wow-proof{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.hero-wow-proof b{
  color:#f3d98d;
  letter-spacing:.12em;
  font-size:15px;
}

.hero-wow-proof span{
  color:rgba(255,255,255,.84);
  font-size:14px;
  font-weight:850;
}

.hero-wow-search{
  margin-top:28px!important;
  width:min(900px,100%)!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1.5fr) minmax(120px,.7fr) minmax(120px,.7fr) auto!important;
  gap:10px!important;
  padding:12px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(255,255,255,.38)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(18px)!important;
}

.hero-wow-search input{
  min-height:56px!important;
  border:0!important;
  background:#fff!important;
  color:#17130b!important;
  padding:0 16px!important;
  outline:none!important;
  font-size:15px!important;
  font-weight:850!important;
}

.hero-wow-search button{
  min-height:56px!important;
  border:0!important;
  padding:0 24px!important;
  background:linear-gradient(135deg,#f3d98d,#c8a45d,#8f6b2b)!important;
  color:#17130b!important;
  font-weight:950!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}

.hero-wow-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.hero-wow-buttons a{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  text-decoration:none;
  font-weight:950;
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(12px);
}

.hero-wow-buttons .primary{
  background:#fff;
  color:#17130b;
}

.hero-wow-buttons .secondary{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.hero-wow-side{
  display:grid;
  gap:18px;
  align-content:center;
}

.hero-wow-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.hero-wow-stats div{
  padding:20px;
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.hero-wow-stats strong{
  color:#fff;
  font-size:clamp(28px,3vw,46px);
  line-height:1;
  letter-spacing:-.06em;
}

.hero-wow-stats span{
  margin-top:8px;
  color:rgba(255,255,255,.80);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hero-wow-object{
  position:relative;
  min-height:320px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  background:#111827;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 24px 58px rgba(0,0,0,.24);
}

.hero-wow-object img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.hero-wow-object:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.22),transparent);
}

.hero-wow-object:hover img{
  transform:scale(1.08);
}

.hero-wow-object div{
  position:relative;
  z-index:2;
  padding:26px;
}

.hero-wow-object small{
  display:inline-flex;
  padding:8px 11px;
  margin-bottom:12px;
  background:linear-gradient(135deg,#f3d98d,#c8a45d,#8f6b2b);
  color:#17130b;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hero-wow-object strong{
  display:block;
  color:#fff;
  font-size:clamp(28px,3vw,44px);
  line-height:.94;
  letter-spacing:-.07em;
}

.hero-wow-object em{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.84);
  font-style:normal;
  font-weight:850;
}

.hero-wow-mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.hero-wow-mini a{
  position:relative;
  min-height:130px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:16px;
  color:#fff;
  text-decoration:none;
  background:#111827;
  border:1px solid rgba(255,255,255,.18);
}

.hero-wow-mini img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.86;
  transition:.5s;
}

.hero-wow-mini a:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.78),transparent);
}

.hero-wow-mini a:hover img{
  transform:scale(1.08);
}

.hero-wow-mini span{
  position:relative;
  z-index:2;
  font-weight:950;
  letter-spacing:-.03em;
}

.hero-wow-marquee{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:58px;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:rgba(255,255,255,.18);
  border-top:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(14px);
}

.hero-wow-marquee div{
  display:flex;
  gap:14px;
  min-width:max-content;
  animation:heroWowMarquee 28s linear infinite;
}

.hero-wow-marquee span{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-weight:950;
  white-space:nowrap;
}

.hero-wow-marquee span:before{
  content:"📍";
  margin-right:7px;
}

@keyframes heroWowMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media(max-width:1180px){
  .hero-wow-grid{
    grid-template-columns:1fr;
    width:calc(100% - 44px);
    padding:72px 0 106px;
  }
  .hero-wow-side{
    grid-template-columns:1fr 1fr;
    align-items:stretch;
  }
  .hero-wow-mini{
    grid-column:1/-1;
  }
}

@media(max-width:780px){
  .hero-wow-premium{
    width:100vw;
    max-width:100vw;
    min-height:auto;
    margin:0 0 44px;
    border-radius:0 0 30px 30px;
  }

  .hero-wow-grid{
    width:calc(100% - 28px);
    padding:48px 0 88px;
    gap:24px;
  }

  .hero-wow-copy h1{
    font-size:clamp(44px,14vw,76px);
  }

  .hero-wow-search{
    grid-template-columns:1fr!important;
    padding:10px!important;
  }

  .hero-wow-side{
    grid-template-columns:1fr;
  }

  .hero-wow-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hero-wow-stats div{
    min-height:96px;
    padding:16px;
  }

  .hero-wow-mini{
    grid-template-columns:1fr;
  }

  .hero-wow-marquee{
    height:54px;
  }
}

@media(max-width:480px){
  .hero-wow-stats{
    grid-template-columns:1fr;
  }
}


/* MOBILE VISIBILITY FIX v3 */
html,body{
  overflow-x:hidden!important;
}

@media(max-width:780px){
  .elm,
  main.elm{
    position:relative!important;
    z-index:1!important;
    background:#fbfaf6!important;
    overflow:hidden!important;
  }

  .hero-wow-premium{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 38px!important;
    min-height:100svh!important;
    border-radius:0 0 28px 28px!important;
    z-index:2!important;
    overflow:hidden!important;
    background:#111827!important;
  }

  .hero-wow-bg,
  .hero-wow-bg img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .hero-wow-bg img{
    object-fit:cover!important;
    object-position:center center!important;
    filter:saturate(1.1) contrast(1.02) brightness(1.12)!important;
  }

  .hero-wow-premium:before{
    background:
      linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.34)),
      linear-gradient(90deg,rgba(0,0,0,.24),rgba(0,0,0,.08))!important;
  }

  .hero-wow-grid{
    position:relative!important;
    z-index:5!important;
    width:calc(100% - 26px)!important;
    min-height:auto!important;
    padding:86px 0 92px!important;
    display:grid!important;
  }

  .hero-wow-copy,
  .hero-wow-side{
    position:relative!important;
    z-index:6!important;
  }

  .hero-wow-badge{
    background:rgba(0,0,0,.28)!important;
    color:#fff!important;
  }

  .hero-wow-copy h1,
  .hero-wow-copy p,
  .hero-wow-proof span,
  .hero-wow-buttons .secondary{
    color:#fff!important;
  }

  .hero-wow-copy h1{
    text-shadow:0 8px 28px rgba(0,0,0,.45)!important;
  }

  .hero-wow-search{
    position:relative!important;
    z-index:10!important;
    background:rgba(255,255,255,.96)!important;
  }

  .hero-wow-stats div,
  .hero-wow-object,
  .hero-wow-mini a{
    background:rgba(15,23,42,.72)!important;
    backdrop-filter:blur(12px)!important;
  }

  .hero-wow-marquee{
    z-index:8!important;
    background:rgba(0,0,0,.28)!important;
  }
}
