
/* =========================================================
   CURRENT DEALS PAGE
   Designed to match the supplied 10K Rental Club mockup.
   ========================================================= */

.current-deals-page{
    background:#061321;
}

.current-deals-page .hero{
    background:
    linear-gradient(90deg,rgba(3,15,28,.98) 0%,rgba(3,15,28,.90) 38%,rgba(3,15,28,.45) 100%),
    url("./assets/house-hero.jpg") center/cover no-repeat;
}

.current-deals-page .hero h1 > span{
    color:#ef9d18 !important;
}

.current-deals-page .hero h1{
    max-width:650px;
}

.current-deals-page .hero-lead{
    max-width:520px;
}

.current-deals-page .deal-pillars,
.current-deals-page section{
    border-color:rgba(220,163,74,.25);
}

.current-deals-page .hero-copy .eyebrow{
    color:#dca34a;
}

.current-deals-page .btn-gold{
    background:linear-gradient(135deg,#e5b85f,#a8762b);
    color:#081321;
}

.current-deals-page .deal-pillars article h3,
.current-deals-page h2{
    text-transform:uppercase;
    letter-spacing:.04em;
}


.numbers-section,.available-section{padding:70px 0;text-align:center;background:#061321;color:#fff;border-top:1px solid rgba(220,163,74,.25)}
.numbers-section h2,.available-section h2{font-size:42px;letter-spacing:.04em}
.numbers-grid{display:flex;justify-content:center;gap:70px;margin:45px 0}
.numbers-grid div{min-width:260px}
.numbers-grid strong{display:block;color:#e5b85f;font-size:70px;line-height:1;white-space:nowrap}
.numbers-grid span{font-size:18px;text-transform:uppercase;font-weight:700}
.note,.small-note{opacity:.8}
.deal-icons{display:flex;justify-content:space-around;margin-top:60px}
.deal-icons div{font-size:40px;color:#e5b85f}
.deal-icons span{display:block;color:#fff;font-size:14px;margin-top:10px}

.current-deals-page .hero-copy .btn{
    margin-top:24px;
}

/* Match hero CTA with header Apply Now button */
.current-deals-page .hero-copy .btn.btn-gold{
    display:inline-flex !important;
    width:auto !important;
    min-width:0 !important;
    flex:0 0 auto !important;
    align-items:center;
    justify-content:center;
    padding:14px 24px !important;
    border-radius:5px !important;
    color:#fff !important;
    background:linear-gradient(180deg,var(--gold2),#c97805) !important;
    box-shadow:0 10px 28px rgba(216,138,18,.22) !important;
    font-weight:800 !important;
    letter-spacing:.045em !important;
    text-transform:uppercase !important;
    line-height:1 !important;
}

/* Final requested adjustments only */
.current-deals-page .hero-copy .btn.btn-gold{
    align-self:flex-start !important;
}
.nav-mega-apply,
.nav-mega-apply a,
header .btn.btn-gold.nav-mega-apply{
    color:#fff !important;
}


/* Current Deals: Home benefit component transfer */
.current-deals-page .home-benefit-strip{
  background:#f8f5ef;
  border-bottom:1px solid #e1ddd5;
}
.current-deals-page .home-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  min-height:126px;
  align-items:center;
}
.current-deals-page .home-benefit-item{
  min-height:72px;
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:center;
  gap:16px;
  padding:18px 28px;
  border-right:1px solid #d9d3ca;
}
.current-deals-page .home-benefit-item:last-child{border-right:0;}
.current-deals-page .home-benefit-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe7d8;
  color:#8f6b31;
  font-size:31px;
}
.current-deals-page .home-benefit-item strong{
  display:block;
  margin-bottom:5px;
  font-family:"Inter",system-ui,sans-serif;
  font-size:16px;
  color:#121821;
}
.current-deals-page .home-benefit-item p{
  margin:0;
  color:#4d5560;
  font-size:11px;
  line-height:1.45;
}


/* Current Deals Home Benefit Component */
.current-deals-page .home-benefit-strip{
  background:#f8f5ef;
  border-bottom:1px solid #e1ddd5;
}

.current-deals-page .home-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  min-height:126px;
  align-items:center;
}

.current-deals-page .home-benefit-item{
  min-height:72px;
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:center;
  gap:16px;
  padding:18px 28px;
  border-right:1px solid #d9d3ca;
}

.current-deals-page .home-benefit-item:last-child{border-right:0;}

.current-deals-page .home-benefit-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe7d8;
  color:#8f6b31;
  font-size:31px;
}

.current-deals-page .home-benefit-item strong{
  display:block;
  margin-bottom:5px;
  font-family:"Inter",system-ui,sans-serif;
  font-size:16px;
  color:#121821;
  text-transform:uppercase;
}

.current-deals-page .home-benefit-item p{
  margin:0;
  color:#4b5563;
  font-size:14px;
  line-height:1.45;
}

/* Current Deals home benefit container width alignment */
.current-deals-page .home-benefit-grid{
  width:min(1440px,calc(100% - 96px));
  max-width:1440px;
  margin-inline:auto;
}


/* Current Deals Numbers Section - Home Page Style */
.current-deals-page .numbers-section{
  background:#ffffff;
  color:#121821;
  border-bottom:1px solid #e1ddd5;
  padding:70px 0;
}

.current-deals-page .numbers-section .container{
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}

.current-deals-page .numbers-section .eyebrow{
  color:#b8863b;
  letter-spacing:.35em;
  text-align:center;
  font-size:12px;
  text-transform:uppercase;
}

.current-deals-page .numbers-section h2{
  color:#121821;
  text-align:center;
  margin:12px 0 40px;
  text-transform:uppercase;
}

.current-deals-page .numbers-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  max-width:900px;
  margin:0 auto;
}

.current-deals-page .numbers-grid > div{
  text-align:center;
  padding:20px 40px;
  border-right:1px solid #d9d3ca;
}

.current-deals-page .numbers-grid > div:last-child{
  border-right:0;
}

.current-deals-page .numbers-grid strong{
  display:block;
  color:#c58b32;
  font-size:56px;
  line-height:1;
  margin-bottom:15px;
}

.current-deals-page .numbers-grid span{
  color:#121821;
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
}

.current-deals-page .numbers-section .note{
  color:#4b5563;
  text-align:center;
  margin-top:30px;
}


/* Numbers section final balanced metric layout */
.numbers-section{
    background:#fff;
    color:#0b1625;
}

.numbers-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    max-width:900px;
    margin:45px auto;
    gap:0;
}

.numbers-grid div{
    min-width:0;
    padding:0 70px;
    position:relative;
}

.numbers-grid div:first-child{
    border-right:1px solid rgba(11,22,37,.2);
}

.numbers-grid strong{
    display:block;
    color:#c98f32;
    font-size:70px;
    line-height:1;
    white-space:nowrap;
}

.numbers-grid span{
    color:#0b1625;
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
}

.numbers-section .note{
    color:#6f7785;
    opacity:1;
}

@media(max-width:768px){
    .numbers-grid{
        grid-template-columns:1fr;
    }
    .numbers-grid div:first-child{
        border-right:0;
        border-bottom:1px solid rgba(11,22,37,.2);
        padding-bottom:35px;
    }
}

/* Current Deals CTA copied from Home page component */
.current-deals-page .current-deals-final-cta{
  position:relative;
  overflow:hidden;
  padding:35px 0 38px;
  color:#fff;
  text-align:center;
  background:
    linear-gradient(rgba(2,16,29,.86),rgba(2,16,29,.88)),
    url("./assets/house-hero.jpg") center 55% / cover no-repeat;
  border-top:1px solid rgba(213,160,71,.25);
}
.current-deals-page .current-deals-final-cta .home-section-kicker{color:#dba24c;}
.current-deals-page .current-deals-final-cta .home-editorial-title{color:#fff;font-size:34px;}


/* Current Deals final CTA: match Home page container rhythm and global menu CTA. */
.current-deals-page .current-deals-final-cta .home-shell{
  width:min(1440px,calc(100% - 96px));
  max-width:1440px;
  margin-inline:auto;
}
.current-deals-page .current-deals-final-cta .home-section-kicker{
  margin:0 0 7px;
  color:#dba24c;
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.current-deals-page .current-deals-final-cta .home-editorial-title{
  margin:0;
  color:#fff;
  font-family:"Inter",system-ui,sans-serif;
  font-size:34px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.025em;
  text-align:center;
}
.current-deals-page .current-deals-final-cta .home-shell > p:not(.home-section-kicker){
  max-width:560px;
  margin:10px auto 18px;
  color:rgba(255,255,255,.9);
  font-size:11px;
  line-height:1.5;
}
.current-deals-page .current-deals-final-cta .home-shell > p:last-child{
  margin:10px auto 0;
}
.current-deals-page .current-deals-final-cta .btn.btn-gold{
  display:inline-flex;
  width:auto;
  min-width:132px;
  min-height:0;
  height:auto;
  margin:0;
  padding:14px 24px;
  border:0;
  border-radius:5px;
  color:#fff;
  background:linear-gradient(180deg,var(--gold2),#c97805);
  box-shadow:0 10px 28px rgba(216,138,18,.22);
  font-size:inherit;
  line-height:1;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  align-items:center;
  justify-content:center;
}
.current-deals-page .current-deals-final-cta .btn.btn-gold:hover,
.current-deals-page .current-deals-final-cta .btn.btn-gold:focus-visible{
  transform:translateY(-1px);
  filter:brightness(1.05);
}
@media(max-width:620px){
  .current-deals-page .current-deals-final-cta .home-shell{
    width:min(100% - 30px,760px);
  }
  .current-deals-page .current-deals-final-cta .home-editorial-title{font-size:30px;}
  .current-deals-page .current-deals-final-cta .btn.btn-gold{
    min-width:106px;
    padding:11px 14px;
  }
}


/* =========================================================
   CURRENT DEALS — FULL MOBILE RESPONSIVE PASS
   Scoped to .current-deals-page so other pages are untouched.
   ========================================================= */
@media (max-width: 860px){
  html, body{max-width:100%; overflow-x:hidden;}
  .current-deals-page main{width:100%; overflow-x:hidden;}

  /* Hero */
  .current-deals-page .hero#overview{width:100%; overflow:hidden;}
  .current-deals-page .hero#overview .hero-grid{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    margin:0 auto !important;
    padding-top:68px !important;
    padding-bottom:30px !important;
  }
  .current-deals-page .hero#overview .hero-copy{
    width:100% !important;
    max-width:620px !important;
    padding:36px 0 18px !important;
    margin:0 auto !important;
  }
  .current-deals-page .hero#overview .hero-lead{
    width:100% !important;
    max-width:590px !important;
    overflow-wrap:anywhere;
  }
  .current-deals-page .hero#overview .hero-copy .btn{
    max-width:100%;
  }
  .current-deals-page .hero#overview .hero-visual{
    width:100% !important;
    min-height:0 !important;
    margin:0 !important;
  }
  .current-deals-page .hero#overview .seat-card{
    box-sizing:border-box !important;
    max-width:100% !important;
  }

  /* Home-style 3-column benefits */
  .current-deals-page .home-benefit-strip{
    width:100% !important;
    overflow:hidden;
  }
  .current-deals-page .home-benefit-grid{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    margin-inline:auto !important;
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }
  .current-deals-page .home-benefit-item{
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:14px !important;
    min-width:0 !important;
    min-height:0 !important;
    padding:20px 8px !important;
    border-right:0 !important;
    border-bottom:1px solid #d9d3ca !important;
  }
  .current-deals-page .home-benefit-item:last-child{border-bottom:0 !important;}
  .current-deals-page .home-benefit-icon{
    width:52px !important;
    height:52px !important;
    font-size:28px !important;
  }
  .current-deals-page .home-benefit-item strong{
    font-size:14px !important;
    line-height:1.2 !important;
  }
  .current-deals-page .home-benefit-item p{
    font-size:12px !important;
    line-height:1.5 !important;
    overflow-wrap:anywhere;
  }

  /* Numbers */
  .current-deals-page .numbers-section{
    width:100% !important;
    padding:52px 0 !important;
    overflow:hidden;
  }
  .current-deals-page .numbers-section .container{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    margin-inline:auto !important;
  }
  .current-deals-page .numbers-section h2{
    font-size:28px !important;
    line-height:1.08 !important;
    margin:10px 0 30px !important;
  }
  .current-deals-page .numbers-grid{
    width:100% !important;
    max-width:680px !important;
    grid-template-columns:1fr 1fr !important;
    margin:0 auto !important;
  }
  .current-deals-page .numbers-grid > div{
    min-width:0 !important;
    padding:8px 20px !important;
  }
  .current-deals-page .numbers-grid > div:first-child{
    border-right:1px solid rgba(11,22,37,.2) !important;
    border-bottom:0 !important;
  }
  .current-deals-page .numbers-grid strong{
    font-size:clamp(34px,8.8vw,56px) !important;
    white-space:nowrap !important;
    letter-spacing:-.03em !important;
  }
  .current-deals-page .numbers-grid span{
    font-size:13px !important;
    line-height:1.3 !important;
  }
  .current-deals-page .numbers-section .note{
    font-size:12px !important;
    line-height:1.5 !important;
    max-width:680px !important;
    margin:26px auto 0 !important;
  }

  /* CTA */
  .current-deals-page .current-deals-final-cta{
    width:100% !important;
    padding:52px 0 !important;
    overflow:hidden;
  }
  .current-deals-page .current-deals-final-cta .home-shell{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    margin-inline:auto !important;
  }
  .current-deals-page .current-deals-final-cta .home-editorial-title{
    font-size:28px !important;
    line-height:1.1 !important;
  }
  .current-deals-page .current-deals-final-cta .home-shell > p:not(.home-section-kicker){
    max-width:620px !important;
    font-size:13px !important;
    line-height:1.5 !important;
  }
  .current-deals-page .current-deals-final-cta .btn.btn-gold{
    max-width:100% !important;
    white-space:nowrap !important;
  }

  /* Final 4-column strip */
  .current-deals-page .current-deals-benefit-strip{
    width:100% !important;
    overflow:hidden;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    margin-inline:auto !important;
    grid-template-columns:1fr 1fr !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article{
    min-width:0 !important;
    padding:22px 14px !important;
    gap:12px !important;
    border-right:1px solid #d7d0c5 !important;
    border-bottom:1px solid #d7d0c5 !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(2n){
    border-right:0 !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(3),
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(4){
    border-bottom:0 !important;
  }
  .current-deals-page .current-deals-benefit-strip .strip-icon{
    width:42px !important;
    height:42px !important;
    font-size:30px !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid strong{
    font-size:11px !important;
    line-height:1.2 !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid p{
    font-size:10px !important;
    line-height:1.45 !important;
    overflow-wrap:anywhere;
  }

  /* Footer */
  .current-deals-page .compact-site-footer{
    width:100% !important;
    overflow:hidden;
  }
  .current-deals-page .compact-site-footer .compact-footer-main{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
    padding:28px 0 !important;
  }
  .current-deals-page .compact-footer-logo{justify-self:center !important;}
  .current-deals-page .compact-footer-nav{
    width:100% !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:8px 10px !important;
  }
  .current-deals-page .compact-footer-contact{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .current-deals-page .compact-footer-contact .footer-contact-item{
    min-width:0 !important;
    width:100% !important;
    justify-content:center !important;
    border-right:0 !important;
    padding:8px 0 !important;
  }
  .current-deals-page .compact-footer-bottom{
    width:calc(100% - 30px) !important;
    max-width:none !important;
    flex-direction:column !important;
    gap:10px !important;
    text-align:center !important;
    padding:16px 0 24px !important;
  }
}

@media (max-width: 680px){
  .current-deals-page .hero#overview .hero-copy{padding-top:30px !important;}
  .current-deals-page .hero#overview h1{
    font-size:34px !important;
    line-height:1.02 !important;
    overflow-wrap:normal !important;
  }
  .current-deals-page .hero#overview .hero-lead{font-size:13px !important;}
  .current-deals-page .hero#overview .seat-card{
    width:172px !important;
    margin:10px 0 0 auto !important;
  }
  .current-deals-page .home-benefit-item{
    grid-template-columns:52px minmax(0,1fr) !important;
    padding:18px 4px !important;
  }
  .current-deals-page .home-benefit-icon{width:48px !important;height:48px !important;font-size:25px !important;}
  .current-deals-page .numbers-section{padding:46px 0 !important;}
  .current-deals-page .numbers-section h2{font-size:24px !important;}
  .current-deals-page .numbers-grid{grid-template-columns:1fr !important;}
  .current-deals-page .numbers-grid > div,
  .current-deals-page .numbers-grid > div:first-child{
    padding:12px 8px 28px !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(11,22,37,.2) !important;
  }
  .current-deals-page .numbers-grid > div:last-child{
    padding-top:28px !important;
    border-bottom:0 !important;
  }
  .current-deals-page .numbers-grid strong{font-size:clamp(38px,12vw,52px) !important;}
  .current-deals-page .current-deals-final-cta{padding:46px 0 !important;}
  .current-deals-page .current-deals-final-cta .home-editorial-title{font-size:25px !important;}
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid{grid-template-columns:1fr !important;}
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article,
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(2n),
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(3),
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:nth-child(4){
    border-right:0 !important;
    border-bottom:1px solid #d7d0c5 !important;
    padding:20px 8px !important;
  }
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid article:last-child{border-bottom:0 !important;}
}

@media (max-width: 480px){
  .current-deals-page .hero#overview .hero-grid,
  .current-deals-page .home-benefit-grid,
  .current-deals-page .numbers-section .container,
  .current-deals-page .current-deals-final-cta .home-shell,
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid,
  .current-deals-page .compact-site-footer .compact-footer-main,
  .current-deals-page .compact-site-footer .compact-footer-bottom{
    width:calc(100% - 24px) !important;
  }
  .current-deals-page .hero#overview h1{font-size:30px !important;}
  .current-deals-page .hero#overview .hero-copy{padding-top:26px !important;}
  .current-deals-page .hero#overview .hero-lead{font-size:12.5px !important;}
  .current-deals-page .hero#overview .hero-copy .btn{
    width:auto !important;
    max-width:100% !important;
    padding:12px 16px !important;
    font-size:11px !important;
  }
  .current-deals-page .home-benefit-item strong{font-size:13px !important;}
  .current-deals-page .home-benefit-item p{font-size:11px !important;}
  .current-deals-page .numbers-section h2{font-size:22px !important;}
  .current-deals-page .numbers-grid strong{font-size:clamp(36px,11.5vw,48px) !important;}
  .current-deals-page .numbers-grid span{font-size:12px !important;}
  .current-deals-page .current-deals-final-cta .home-editorial-title{font-size:22px !important;}
  .current-deals-page .current-deals-final-cta .home-shell > p:not(.home-section-kicker){font-size:12px !important;}
  .current-deals-page .current-deals-final-cta .btn.btn-gold{
    min-width:0 !important;
    width:auto !important;
    padding:11px 14px !important;
    font-size:10px !important;
  }
  .current-deals-page .compact-footer-logo img{max-width:180px !important;}
}

@media (max-width: 360px){
  .current-deals-page .hero#overview .hero-grid,
  .current-deals-page .home-benefit-grid,
  .current-deals-page .numbers-section .container,
  .current-deals-page .current-deals-final-cta .home-shell,
  .current-deals-page .current-deals-benefit-strip .benefit-strip-grid,
  .current-deals-page .compact-site-footer .compact-footer-main,
  .current-deals-page .compact-site-footer .compact-footer-bottom{
    width:calc(100% - 20px) !important;
  }
  .current-deals-page .hero#overview h1{font-size:27px !important;}
  .current-deals-page .hero#overview .nav-wrap{gap:4px !important;}
  .current-deals-page .hero#overview .hero-copy .btn{font-size:10px !important;padding:11px 13px !important;}
  .current-deals-page .home-benefit-item{grid-template-columns:48px minmax(0,1fr) !important;gap:11px !important;}
  .current-deals-page .home-benefit-icon{width:44px !important;height:44px !important;font-size:23px !important;}
  .current-deals-page .numbers-grid strong{font-size:36px !important;}
}

/* Current Deals: menu Apply Now text */
.current-deals-page > header.site-header .nav-cta .btn.btn-gold,
.current-deals-page header.site-header .nav-cta .btn.btn-gold {
    color: #fff !important;
}
