.services-showcase-section{
  max-width:1160px;
  margin:0 auto 34px;
  padding:0 16px;
}
.services-showcase-shell{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#0b0a09 0%, #11100e 60%, #0c0b09 100%);
  border:1px solid rgba(215,184,106,.18);
  border-radius:32px;
  box-shadow:0 26px 60px rgba(0,0,0,.22);
  padding:28px;
}
.services-showcase-shell::before{
  content:"";
  position:absolute;
  inset:auto -120px -120px auto;
  width:300px;
  height:300px;
  background:radial-gradient(circle, rgba(215,184,106,.14), rgba(215,184,106,0) 70%);
  pointer-events:none;
}
.services-showcase-header{position:relative; z-index:1; margin-bottom:22px;}
.services-showcase-header h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(2rem,4vw,3.1rem);
  line-height:1.05;
  text-wrap:balance;
}
.services-showcase-header p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.75;
  max-width:820px;
}
.services-showcase-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.service-showcase-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(17,15,13,.98), rgba(10,9,8,1));
  border:1px solid rgba(215,184,106,.22);
  border-radius:28px;
  box-shadow:0 14px 34px rgba(0,0,0,.26);
}
.service-showcase-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
}
.service-showcase-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.42) 72%, rgba(0,0,0,.7) 100%);
}
.service-showcase-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}
.service-showcase-icon{
  position:absolute;
  top:18px;
  right:18px;
  width:74px;
  height:74px;
  border-radius:999px;
  background:#f0ad17;
  color:#12100d;
  display:grid;
  place-items:center;
  font-size:2rem;
  font-weight:700;
  box-shadow:0 0 0 8px rgba(240,173,23,.12), 0 14px 26px rgba(240,173,23,.22);
  z-index:2;
}
.service-showcase-body{
  padding:26px 28px 28px;
}
.service-showcase-body h3{
  margin:0 0 12px;
  color:#fff;
  font-size:2rem;
  line-height:1.1;
  text-wrap:balance;
}
.service-showcase-body p{
  margin:0 0 20px;
  color:rgba(255,255,255,.72);
  font-size:1.08rem;
  line-height:1.72;
}
.service-showcase-points{
  list-style:none;
  margin:0 0 22px;
  padding:0;
  display:grid;
  gap:12px;
}
.service-showcase-points li{
  position:relative;
  padding-left:28px;
  color:#f3eee7;
  font-size:1.08rem;
  line-height:1.5;
}
.service-showcase-points li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#f0ad17;
  font-weight:800;
}
.service-showcase-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.service-showcase-label{
  color:rgba(255,255,255,.55);
  font-size:.92rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.service-showcase-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:14px 20px;
  border-radius:999px;
  background:linear-gradient(135deg,#d7b86a,#ecd39a);
  color:#16120d;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(215,184,106,.24);
}
.service-showcase-btn:hover{filter:brightness(1.04); transform:translateY(-1px)}
.service-destination-strip{
  position:relative;
  z-index:1;
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.service-destination-pill{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:18px 18px;
}
.service-destination-pill strong{display:block;color:#fff;margin-bottom:6px;font-size:1.06rem}
.service-destination-pill span{display:block;color:rgba(255,255,255,.7);line-height:1.55;font-size:.98rem}
#services .services-home-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
#services .service-home-card{
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,#11100e,#0b0a09);
  border:1px solid rgba(215,184,106,.18);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}
#services .service-home-card .service-showcase-media{aspect-ratio:16/11;}
#services .service-home-card .service-showcase-icon{width:62px;height:62px;font-size:1.65rem;top:16px;right:16px}
#services .service-home-card .service-showcase-body{padding:22px 22px 24px}
#services .service-home-card .service-showcase-body h3{font-size:1.65rem}
#services .service-home-card .service-showcase-body p{font-size:1rem; margin-bottom:16px}
#services .service-home-card .service-showcase-points li{font-size:1rem}
#services .service-home-card .service-showcase-footer{justify-content:flex-start}
#services > h2{margin-bottom:20px}
@media (max-width:1024px){
  .services-showcase-grid,
  #services .services-home-grid,
  .service-destination-strip{grid-template-columns:1fr 1fr;}
}
@media (max-width:760px){
  .services-showcase-shell{padding:18px;border-radius:24px}
  .services-showcase-grid,
  #services .services-home-grid,
  .service-destination-strip{grid-template-columns:1fr;}
  .service-showcase-icon{width:64px;height:64px;font-size:1.7rem;top:14px;right:14px}
  .service-showcase-body{padding:20px 18px 22px}
  .service-showcase-body h3{font-size:1.8rem}
  .service-showcase-body p,.service-showcase-points li{font-size:1rem}
  .service-showcase-btn{width:100%;}
  .service-showcase-footer{display:block}
  .service-showcase-label{display:block;margin-bottom:12px}
}
