html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
  font-family: 'Nunito', 'Segoe UI', Arial, sans-serif;
  background: #f4f6fa;
  color: #242B36;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: -.01em;
}
a { color: #2358a5; text-decoration: none; transition: color .14s;}
a:hover { color: #183a68; text-decoration: underline; }

/* --- HEADER --- */
.header {
  background: #fff;
  border-bottom: 1.5px solid #e1e6ef;
  box-shadow: 0 2px 12px 0 rgba(38,60,92,0.04);
  padding: 0;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
}
.header-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.site-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #184071;
  margin: 0;
  letter-spacing: -1.3px;
  line-height: 1.18;
  text-decoration: none;
  text-shadow: 0 1px 7px rgba(35,88,165,0.05);
  transition: color .16s;
}
.site-title:hover,
.site-title:focus {
  color: #2358a5;
}
.site-desc {
  color: #8391a7;
  font-size: 1.11rem;
  margin: 0 0 0 2px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.24;
}
.nav {
  display: flex;
  gap: 34px;
  align-items: center;
}
.nav a {
  color: #2254a0;
  font-weight: 700;
  font-size: 1.10rem;
  padding: 4px 0 2.5px 0;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
  transition: border .17s, color .15s, background .14s;
  letter-spacing: -.01em;
}
.nav a:hover, .nav a:focus {
  color: #173c68;
  border-bottom: 2px solid #2358a5;
  background: #f3f7fd;
  outline: none;
}

/* --- HERO IMAGE --- */
.hero-img-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: none;
  box-shadow: none;
  position: relative;
}
.hero-img {
  width: 100%;
  height: 270px;
  display: block;
  border-radius: 0;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
@media (min-width: 650px) {
  .hero-img {
    height: 390px;
  }
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 32px;}
.breadcrumb {
  margin: 24px 0 8px 0;
  font-size: .99rem;
  color: #77819c;
  letter-spacing: .01em;
}

/* --- TITLES --- */
h1 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  margin: 26px 0 18px 0;
  color: #1b2942;
  letter-spacing: -1px;
  line-height: 1.13;
}
h2 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  margin: 48px 0 12px 0;
  color: #2358a5;
  letter-spacing: -0.02em;
}
.h2-desc {
  color: #465464;
  margin-bottom: 24px;
  font-size: 1.08rem;
  font-weight: 400;
  max-width: 750px;
}
.subtitle {
  color: #2a4973;
  font-size: 1.12rem;
  margin-bottom: 15px;
  margin-top: -6px;
  font-weight: 500;
}

/* --- DIVIDER --- */
.divider {
  border: none;
  border-top: 1.7px solid #e5eaef;
  width: 100%;
  margin: 45px 0 35px 0;
}

/* --- CARD LISTING --- */
.card-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  gap: 29px;
  margin-bottom: 38px;
}
.card {
  background: #fff;
  border-radius: 13px;
  border: 1.5px solid #e6eaf1;
  padding: 42px 23px 26px 23px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  position: relative;
  transition: border .15s, box-shadow .14s, transform .13s;
  box-shadow: 0 4px 20px 0 rgba(38,60,92,0.07);
  overflow: visible;
}
.badge {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 23px;
  color: #fff;
  background: linear-gradient(92deg, #2358a5 70%, #174375 100%);
  font-size: .82rem;
  font-weight: 800;
  padding: 3px 13px;
  border-radius: 9px;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px 0 rgba(35,88,165,0.07);
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0,0,0,0.09);
}
.card-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.17rem;
  font-weight: 800;
  color: #17395b;
  margin-bottom: 7px;
  letter-spacing: -.03em;
  line-height: 1.21;
}
.card-meta {
  font-size: 1.04rem;
  color: #2358a5;
  font-weight: 700;
  margin-bottom: 9px;
}
.card-excerpt {
  color: #22314b;
  font-size: 1.04rem;
  flex: 1;
  line-height: 1.7;
  margin-bottom: 13px;
}
.card-fasilitas {
  display: flex; gap: 13px; margin: 8px 0 4px 0; padding: 0; list-style: none;
  flex-wrap: wrap;
}
.card-fasilitas li { font-size: .99rem; color: #1d2b45; display: flex; align-items: center; gap: 4px;}
.card-fasilitas svg { width: 16px; height: 16px; color: #2358a5; opacity: 0.76;}

/* --- BUTTON --- */
.btn-main {
  margin-top: 17px;
  background: linear-gradient(90deg, #2358a5 85%, #174375 100%);
  color: #fff;
  border: none;
  padding: 11px 0;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1.06rem;
  text-align: center;
  box-shadow: 0 3px 12px 0 rgba(35,88,165,0.06);
  cursor: pointer;
  text-decoration: none;
  transition: background .14s, transform .09s, box-shadow .12s;
  width: 100%;
  font-family: 'Inter', Arial, sans-serif;
  letter-spacing: .01em;
}
.btn-main:hover,
.btn-main:focus {
  color: #fff;
  background: linear-gradient(90deg, #174375 80%, #2358a5 100%);
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 26px 0 rgba(35,88,165,0.10);
}
.btn-main:visited,
.btn-main:active {
  color: #fff;
  background: linear-gradient(90deg, #2358a5 85%, #174375 100%);
}

/* --- FAQ --- */
.faq-section {
  margin: 32px 0 43px 0;
}
.faq-title {
  font-size: 1.11rem;
  color: #2358a5;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 13px;
}
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 700px;
  border-radius: 9px;
  background: #fff;
  border: 1.3px solid #e5eaf0;
  box-shadow: 0 2px 8px 0 rgba(35,88,165,0.04);
}
.faq-item { border-bottom: 1px solid #e5eaf0;}
.faq-item:last-child { border-bottom: none; }
details { padding: 0 17px; }
details[open] { background: #f7fafd; border-radius: 9px;}
summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 700;
  color: #253d65;
  font-size: 1.03rem;
  outline: none;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
.faq-content {
  padding: 5px 0 13px 0;
  color: #5d6d8a;
  font-size: .99rem;
  line-height: 1.64;
}

/* --- FOOTER --- */
.footer {
  margin-top: 50px;
  background: #f4f7fb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.04rem;
  color: #78849a;
  padding: 25px 0 19px 0;
  border-top: 1.5px solid #e6e9ef;
  font-family: 'Inter', Arial, sans-serif;
}
.footer-left {
  font-weight: 700;
  color: #25314a;
  margin-left: 8vw;
  letter-spacing: -.01em;
}
.footer-right {
  margin-right: 8vw;
  font-size: .97rem;
  color: #7c8ba3;
  display: flex;
  align-items: center;
  gap: 21px;
}
.footer-policy {
  color: #2358a5;
  text-decoration: underline;
  font-weight: 600;
}
.footer-logo {
  display: inline-block;
  width: 40px; height: 40px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/7/77/Tripadvisor_logoset_solid_green.svg') center/contain no-repeat;
  opacity: .75;
  margin-left: 10px;
}

/* --- RESPONSIVE --- */
@media (max-width:1050px) {
  .header-inner {padding: 0 13px;}
  .container {padding: 0 6px;}
  .hero-img-wrap {margin:16px auto;}
  .card-listing {gap:17px;}
  .card {padding: 36px 7px 16px 8px;}
  .badge {left: 13px;}
  .footer-left, .footer-right {margin: 0 3vw;}
}
@media (max-width: 770px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    padding: 19px 10px 10px 12px;
    gap: 4px;
  }
  .header-title-wrap { width: 100%; align-items: flex-start; }
  .site-title { font-size: 1.26rem; }
  .site-desc { font-size: .98rem; }
  .nav {
    width: 100%;
    margin-top: 10px;
    gap: 16px;
    border-top: 1px solid #f2f4f8;
    padding-top: 7px;
    padding-left: 1px;
  }
  .hero-img-wrap {margin:7px auto;}
  .hero-img {aspect-ratio: 16/10;}
  h1 {font-size:1.17rem;}
  h2 {font-size:1.01rem;}
  .card-listing {grid-template-columns:1fr;}
  .card {padding: 28px 5px 12px 6px;}
  .badge {left: 7px;}
  .footer {flex-direction: column; gap: 10px; font-size: .91rem; padding: 16px 0 11px 0;}
  .footer-left, .footer-right {margin: 0;}
}

/* --- GAMBAR & BANNER --- */
.gambar-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}
.gambar-item {
  flex: 1;
  max-width: 33.33%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #ffffff;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {
  .gambar-item {
    max-width: 33.33%;
  }
}
.banner-container {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.banner-container img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}



/* --- BADGE METODE PEMBAYARAN --- */
.elite-pay-badge {
  background: #f7f9fc;
  border: 1.7px solid #d6dbea;
  border-radius: 1.5em;
  box-shadow: 0 3px 20px 0 rgba(48,76,130,0.09);
  max-width: 100%;
  margin: 26px auto 0 auto;
  padding: 22px 32px 17px 32px;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  text-align: center;
  transition: box-shadow .18s;
}
.elite-pay-badge:hover {
  box-shadow: 0 8px 40px 0 rgba(48,76,130,0.14);
}
.elite-pay-title {
  color: #263862;
  font-size: 1.19em;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.elite-pay-banklist {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 13px;
}
.elite-pay-banklist span {
  background: #e5ebf4;
  color: #264c77;
  border-radius: 8px;
  padding: 6px 18px 6px 18px;
  font-size: 1.08em;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 1px 5px rgba(40,90,160,0.05);
  border: 1px solid #d8e4f6;
  min-width: 78px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}
.elite-pay-info {
  color: #496390;
  font-size: 0.98em;
  font-weight: 600;
  margin-top: 7px;
  letter-spacing: 0.01em;
}
@media (max-width: 500px) {
  .elite-pay-badge {
    padding: 13px 6px 10px 6px;
    max-width: 98%;
  }
  .elite-pay-banklist {
    gap: 10px;
  }
  .elite-pay-banklist span {
    font-size: 1em;
    padding: 5px 9px;
    min-width: 56px;
  }
}


