/* Bid2Stay Release 12.8.3 — Homepage Hero Cleanup */
body.ok-home{
  overflow-x:hidden;
}

.ok-header{
  min-height:78px;
  background:linear-gradient(180deg,rgba(2,7,12,.92),rgba(2,7,12,.35));
}

.ok-header-inner{
  width:min(1480px,calc(100% - 44px));
  min-height:78px;
}

.ok-logo img{
  width:202px;
  height:54px;
}

.ok-nav{
  gap:25px;
}

.ok-nav a{
  white-space:nowrap;
}

.ok-hero{
  min-height:100svh;
  background-image:url("hero/bid2stay-clean-hero-1283.webp")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

.ok-hero::before{
  background:
    linear-gradient(90deg,rgba(2,8,14,.94) 0%,rgba(2,8,14,.83) 40%,rgba(2,8,14,.50) 65%,rgba(2,8,14,.74) 100%),
    linear-gradient(180deg,rgba(2,7,12,.20),rgba(2,7,12,.58))!important;
}

.ok-hero-inner{
  width:min(1480px,calc(100% - 44px));
  min-height:100svh;
  padding:104px 0 120px;
  grid-template-columns:minmax(0,1fr) minmax(430px,500px);
  gap:54px;
}

.ok-copy{
  max-width:720px;
}

.ok-eyebrow{
  margin-bottom:16px;
}

.ok-copy h1{
  max-width:720px;
  font-size:clamp(46px,5vw,72px);
  line-height:.97;
}

.ok-divider{
  margin:22px 0 17px;
}

.ok-copy p{
  max-width:570px;
  font-size:17px;
  line-height:1.55;
}

.ok-actions{
  max-width:355px;
  margin-top:22px;
  gap:10px;
}

.ok-action{
  min-height:56px;
}

.b2s-bid-card{
  width:100%;
  box-sizing:border-box;
  padding:25px 27px 0;
  border-radius:20px;
}

.b2s-bid-card h2{
  font-size:29px;
}

.b2s-bid-card>p{
  margin:7px 0 18px;
  font-size:14px;
}

.b2s-bid-grid{
  gap:11px!important;
}

.b2s-field label{
  margin-bottom:6px;
}

.b2s-field input,
.b2s-field select{
  min-height:50px;
  padding:0 15px;
  font-size:14px;
}

.b2s-bid-submit{
  min-height:56px;
}

.b2s-bid-stats{
  margin:18px -27px 0;
  padding:16px 24px;
  gap:17px;
}

.b2s-bid-stat{
  grid-template-columns:42px 1fr;
  gap:11px;
}

.b2s-bid-stat-icon{
  width:40px;
  height:40px;
  font-size:18px;
}

.b2s-bid-stat strong{
  font-size:22px;
}

.ok-trust{
  bottom:18px;
  padding:13px 20px;
}

.ok-trust-item{
  min-height:48px;
}

.ok-credit{
  font-size:8px;
}

@media (min-width:931px) and (max-height:850px){
  .ok-hero-inner{
    padding-top:88px;
    padding-bottom:104px;
  }

  .ok-copy h1{
    font-size:clamp(43px,4.7vw,64px);
  }

  .ok-copy p{
    font-size:15px;
  }

  .ok-actions{
    margin-top:18px;
  }

  .b2s-bid-card{
    padding-top:21px;
  }

  .b2s-bid-card>p{
    margin-bottom:14px;
  }

  .b2s-field input,
  .b2s-field select{
    min-height:46px;
  }

  .b2s-bid-submit{
    min-height:51px;
  }

  .b2s-bid-stats{
    padding-top:13px;
    padding-bottom:13px;
  }
}

@media(max-width:1120px){
  .ok-nav{
    gap:15px;
  }

  .ok-hero-inner{
    grid-template-columns:minmax(0,1fr) minmax(400px,460px);
    gap:34px;
  }
}

@media(max-width:930px){
  .ok-header{
    position:relative;
  }

  .ok-hero-inner{
    min-height:auto;
    grid-template-columns:1fr;
    padding:48px 0 80px;
  }

  .b2s-bid-card{
    max-width:700px;
  }

  .ok-trust{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    margin:24px auto;
  }
}

@media(max-width:620px){
  .ok-header-inner,
  .ok-hero-inner{
    width:min(100% - 24px,1480px);
  }

  .ok-copy h1{
    font-size:40px;
  }

  .ok-copy p{
    font-size:15px;
  }

  .b2s-bid-card{
    padding:22px 17px 0;
  }

  .b2s-bid-stats{
    margin:18px -17px 0;
  }
}
