/* =========================================================
   Stella Reserve LP
   /sys/reserve.html only
   ========================================================= */

:root{
  --reserve-navy:#0d2942;
  --reserve-teal:#078f95;
  --reserve-teal-dark:#066f74;
  --reserve-gold:#d7a947;
  --reserve-cream:#f7f1e8;
  --reserve-paper:#fffdf9;
  --reserve-line:rgba(13,41,66,.12);
  --reserve-shadow:0 24px 60px rgba(13,41,66,.12);
}

.reserve-page{
  background:#f7f4ef;
  color:var(--reserve-navy);
}

.reserve-main{
  padding-top:75px;
  overflow:hidden;
}

.reserve-visual{
  width:100%;
  background:#f6efe5;
}

.reserve-visual-inner{
  width:min(100%, 1100px);
  margin:0 auto;
}

.reserve-main-image{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.reserve-section{
  padding:76px 20px;
}

.reserve-section:nth-of-type(even){
  background:rgba(255,255,255,.72);
}

.reserve-content{
  width:min(100%, 1000px);
  margin:0 auto;
}

.reserve-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:var(--reserve-teal);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.reserve-section h2{
  margin:0 0 18px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.3;
  color:var(--reserve-navy);
}

.reserve-lead{
  max-width:760px;
  color:#42505c;
  font-size:17px;
  line-height:2;
}

.reserve-target-badge{
  display:inline-flex;
  margin-top:28px;
  padding:14px 22px;
  border:1px solid rgba(196,143,39,.35);
  border-radius:999px;
  background:linear-gradient(135deg,#fff9e8,#f1d492);
  color:#4f3511;
  font-weight:800;
  box-shadow:0 10px 24px rgba(139,93,24,.10);
}

.step-grid,
.feature-grid{
  display:grid;
  gap:18px;
  margin-top:34px;
}

.step-grid{
  grid-template-columns:repeat(4,1fr);
}

.step-card{
  position:relative;
  padding:28px 18px 24px;
  border:1px solid var(--reserve-line);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  text-align:center;
  box-shadow:0 14px 34px rgba(13,41,66,.07);
}

.step-no{
  position:absolute;
  top:-15px;
  left:50%;
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  transform:translateX(-50%);
  border-radius:50%;
  background:var(--reserve-teal-dark);
  color:#fff;
  font-weight:900;
}

.step-icon{
  margin:6px 0 14px;
  color:var(--reserve-teal-dark);
  font-size:42px;
  line-height:1;
}

.step-card h3{
  margin-bottom:8px;
  font-size:18px;
}

.step-card p{
  color:#5b6670;
  font-size:14px;
}

.feature-grid{
  grid-template-columns:repeat(3,1fr);
}

.feature-card{
  padding:30px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--reserve-line);
  box-shadow:var(--reserve-shadow);
}

.feature-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:18px;
  background:linear-gradient(135deg,#e6f6f5,#d7eeed);
  color:var(--reserve-teal-dark);
  font-size:30px;
  font-weight:900;
}

.feature-card h3{
  margin-bottom:6px;
  font-size:19px;
}

.feature-card strong{
  display:block;
  margin-bottom:12px;
  color:var(--reserve-teal-dark);
  font-size:25px;
}

.feature-card p{
  color:#596671;
  font-size:14px;
  line-height:1.9;
}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:32px;
}

.benefit-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border-radius:18px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--reserve-line);
}

.benefit-item > span{
  display:grid;
  flex:0 0 34px;
  width:34px;
  height:34px;
  place-items:center;
  border:2px solid var(--reserve-teal);
  border-radius:50%;
  color:var(--reserve-teal);
  font-weight:900;
}

.benefit-item h3{
  margin-bottom:4px;
  font-size:17px;
}

.benefit-item p{
  color:#67727c;
  font-size:14px;
}

.reserve-cta{
  padding-top:40px;
  padding-bottom:90px;
}

.cta-box{
  padding:48px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 30%),
    linear-gradient(135deg,var(--reserve-teal-dark),#064d57);
  color:#fff;
  box-shadow:0 30px 70px rgba(6,79,87,.25);
}

.cta-box .reserve-kicker{
  color:#f0d18a;
}

.cta-box h2{
  color:#fff;
}

.cta-box p{
  max-width:650px;
  margin-bottom:28px;
  color:rgba(255,255,255,.86);
}

.reserve-cta-button{
  display:inline-block;
  padding:13px 24px;
  border-radius:12px;
  background:linear-gradient(135deg,#f7dfa9,#d9ae58);
  color:#2b2419;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}

.reserve-cta-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.20);
}

.reserve-page footer{
  margin-top:0;
}

@media (max-width:780px){
  .reserve-main{
    padding-top:75px;
  }

  .reserve-section{
    padding:54px 18px;
  }

  .reserve-section h2{
    font-size:30px;
  }

  .reserve-lead{
    font-size:15px;
    line-height:1.9;
  }

  .step-grid,
  .feature-grid,
  .benefit-grid{
    grid-template-columns:1fr;
  }

  .step-grid{
    gap:30px;
  }

  .reserve-target-badge{
    display:block;
    border-radius:18px;
  }

  .cta-box{
    padding:32px 24px;
  }
}

@media (min-width:1100px){
  .reserve-visual-inner{
    padding-top:10px;
    padding-bottom:10px;
  }

  .reserve-main-image{
    border-radius:0 0 30px 30px;
    box-shadow:0 26px 70px rgba(13,41,66,.12);
  }
}
