/* Palet hijau sage lembut sesuai revisi pengguna. */
:root {
  --cream: #eef5ea;
  --aqua: #e1f3e5;
  --aqua-2: #c9ead5;
}

/* Konsultasi */
.consultation {
  padding: 96px 0;
  color: #fff;
  background: linear-gradient(135deg, #126f77 0%, #0c5057 100%);
}
.consultation__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 72px;
  align-items: center;
}
.consultation__copy { max-width: 560px; }
.consultation__copy h2 { margin: 18px 0 20px; color: #fff; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.12; }
.consultation__copy > p { max-width: 540px; margin: 0; color: #d9f1f2; font-size: 1.04rem; line-height: 1.7; }
.consultation__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.consultation__facts div { min-height: 92px; padding: 17px 16px; color: #0d3739; background: #dff1f2; border-radius: 10px; }
.consultation__facts strong,.consultation__facts span { display: block; }
.consultation__facts strong { font-size: 1.45rem; line-height: 1.1; }
.consultation__facts span { margin-top: 7px; color: #526b6c; font-size: .78rem; font-weight: 800; }
.consultation-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; padding: 34px; color: #0d3739; background: #fff; border-radius: 16px; box-shadow: 0 28px 70px rgba(0, 32, 35, .2); }
.form-field { display: grid; gap: 8px; }
.form-field--full,.consultation-form__submit,.consultation-form__status { grid-column: 1 / -1; }
.form-field label { font-size: .93rem; font-weight: 900; }
.form-field input,.form-field textarea { width: 100%; border: 1px solid #c7d5d6; border-radius: 9px; background: #fff; color: #0d3739; font: inherit; transition: border-color .2s, box-shadow .2s; }
.form-field input { height: 57px; padding: 0 15px; }
.form-field textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }
.form-field input:focus,.form-field textarea:focus { border-color: #1e9aa3; outline: 0; box-shadow: 0 0 0 4px rgba(30, 154, 163, .14); }
.consultation-form__submit { min-height: 54px; border: 0; border-radius: 9px; color: #fff; background: #1e9aa3; font: inherit; font-weight: 900; cursor: pointer; transition: background .2s, transform .2s; }
.consultation-form__submit:hover { background: #147f87; transform: translateY(-1px); }
.consultation-form__status { min-height: 1.4em; margin: -3px 0 0; color: #147f87; font-size: .84rem; font-weight: 800; }

.site-footer { background: #062f32; }
.footer__compact { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 86px; color: #d7ebec; }
.footer__compact p { margin: 0; font-size: .88rem; }
.footer__name { color: #fff; font-size: 1.05rem; font-weight: 900; }

@media (max-width: 940px) {
  .consultation__grid { grid-template-columns: 1fr; gap: 48px; }
  .consultation__copy { max-width: 680px; }
}

@media (max-width: 680px) {
  .consultation { padding: 74px 0; }
  .consultation__copy h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .consultation__facts { gap: 8px; }
  .consultation__facts div { min-height: 82px; padding: 14px 11px; }
  .consultation__facts strong { font-size: 1.12rem; }
  .consultation__facts span { font-size: .68rem; }
  .consultation-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .form-field,.form-field--full,.consultation-form__submit,.consultation-form__status { grid-column: 1; }
  .footer__compact { flex-direction: column; justify-content: center; gap: 8px; min-height: 105px; text-align: center; }
}

.site-header {
  background: #1e9aa3;
  border-bottom-color: rgba(255, 255, 255, .18);
}

.benefits {
  background: #c8eff2;
}

.intro-video { max-width: 1000px; margin-top: 62px; }
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #062f32; border-radius: 12px; box-shadow: 0 24px 60px rgba(0, 50, 54, .22); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.faq { background: #fff; }

.hotels { background: #fff; }
.hotels .section-heading h2 span { color: #1e9aa3; }
.hotel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 920px; margin: 0 auto; }
.hotel-card { position: relative; min-height: 390px; overflow: hidden; background: #123; color: #fff; }
.hotel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hotel-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 20, 22, .04) 22%, rgba(0, 20, 22, .88) 100%); }
.hotel-card__content { position: absolute; inset: auto 28px 25px; display: grid; gap: 7px; }
.hotel-card__content small { color: #bceff2; font-size: .72rem; font-style: normal; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hotel-card__content strong { font-size: clamp(1.55rem, 2.5vw, 2.2rem); line-height: 1.03; text-transform: uppercase; }
.hotel-card__content em { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.42); font-size: .82rem; font-style: normal; font-weight: 800; opacity: .86; }
.hotel-card:hover img,
.hotel-card:focus-visible img { transform: scale(1.055); }

.canggu-detail { background: #89cfd7; }
.benoa-detail { background: #c8eff2; }
.canggu-gallery { max-width: 1000px; margin: 0 auto 42px; }
.canggu-gallery__main { aspect-ratio: 3 / 2; overflow: hidden; background: #dce8e6; }
.canggu-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.canggu-gallery__thumbs { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; margin-top: 7px; }
.canggu-gallery__thumbs button { position: relative; aspect-ratio: 3 / 2; padding: 0; overflow: hidden; background: #dce8e6; border: 3px solid transparent; cursor: pointer; }
.canggu-gallery__thumbs button.is-active { border-color: #1e9aa3; }
.canggu-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.canggu-gallery__thumbs button:hover img { transform: scale(1.07); }
.canggu-info-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; }
.canggu-info-panel { padding: 34px; background: #fff; border: 1px solid rgba(30, 154, 163, .15); border-radius: 20px; box-shadow: 0 15px 42px rgba(0, 79, 80, .07); }
.canggu-info-panel__head { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.canggu-info-panel__head .eyebrow { margin-bottom: 8px; }
.canggu-info-panel__head h3 { margin: 0; font-size: 1.75rem; line-height: 1.15; }
.nearest-list,.facility-grid { list-style: none; margin: 0; padding: 0; }
.nearest-list { display: grid; gap: 10px; }
.nearest-list li,.facility-grid li { display: flex; align-items: center; gap: 11px; min-height: 45px; color: #365657; font-size: .9rem; font-weight: 700; }
.nearest-list .fa,.facility-grid .fa { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: #fff; background: #1e9aa3; border-radius: 10px; }
.facility-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px 16px; }

.member-benefits { background: #89cfd7; }
.member-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.member-benefit-card { position: relative; min-height: 270px; padding: 32px 28px; overflow: hidden; background: #fff; border: 1px solid rgba(30, 154, 163, .16); border-radius: 20px; box-shadow: 0 15px 42px rgba(0, 79, 80, .07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.member-benefit-card:hover { transform: translateY(-5px); border-color: rgba(30, 154, 163, .42); box-shadow: 0 22px 48px rgba(0, 79, 80, .13); }
.member-benefit-card > .fa { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 27px; color: #fff; background: #1e9aa3; border-radius: 16px; font-size: 1.5rem; }
.member-benefit-card h3 { margin: 0 0 11px; color: var(--ink); font-size: 1.2rem; line-height: 1.25; }
.member-benefit-card p { margin: 0; color: #526b6c; font-size: .93rem; line-height: 1.65; }
.member-benefit-card a { color: #147f87; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.intro {
  color: #fff;
  background: #1e9aa3;
}

.intro .eyebrow {
  color: #fff;
}

.intro__body {
  border-color: rgba(255, 255, 255, .28);
}

.main-nav { color: #fff; }
.main-nav > a:not(.btn)::after { background: #fff; }
.main-nav .btn { color: #1e9aa3; background: #fff; border-color: #fff; }
.main-nav .btn:hover,
.main-nav .btn:focus-visible { color: #147a81; background: #f2fbfb; }

.brand { width: 185px; height: 78px; overflow: visible; }
.brand img { width: 168px; height: auto; filter: brightness(0) invert(1); }
.menu-toggle { background: rgba(255, 255, 255, .16); }
.menu-toggle span { background: #fff; }

.hero__mobile-media { display: none; }
.hero__story p { max-width: 575px; margin: 26px 0 30px; font-size: 1.08rem; }
.footer__meta { display: flex; align-items: center; gap: 24px; }
.footer__meta a { color: inherit; font-weight: 800; text-decoration: none; }
.consultation-form__submit:disabled { cursor: wait; opacity: .72; }
.whatsapp-float { position: fixed; right: clamp(18px, 2.5vw, 36px); bottom: clamp(18px, 2.5vw, 34px); z-index: 80; display: grid; place-items: center; width: 62px; height: 62px; padding: 0; color: #fff; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 12px 34px rgba(0, 55, 45, .28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.whatsapp-float:hover,.whatsapp-float:focus-visible { color: #fff; background: #1fbd5a; transform: translateY(-3px); box-shadow: 0 16px 38px rgba(0, 55, 45, .35); }
.whatsapp-float .fa { display: block; font-size: 2rem; line-height: 1; }

/* Pangkas ruang kosong bawaan gambar agar visual menempel ke tepi kanan. */
@media (min-width: 941px) {
  .hero__image {
    background-position: calc(50% + clamp(28px, 3vw, 58px)) center;
  }
}

@media (max-width: 940px) {
  .main-nav { background: #1e9aa3; border-bottom-color: rgba(255, 255, 255, .18); }
  .member-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .canggu-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .brand { width: 150px; height: 68px; }
  .brand img { width: 142px; }

  .hero { min-height: 0; }
  .hero > .hero__image { display: none; }
  .hero__content { position: relative; inset: auto; width: auto; min-height: 0; display: block; padding-inline: 20px; }
  .hero__copy { width: 100%; padding: 44px 0 38px; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(2.45rem, 11.8vw, 3.25rem); }
  .hero__story { display: grid; grid-template-columns: minmax(0, 48%) 1fr; gap: 10px; align-items: center; margin: 0 0 24px; }
  .hero__mobile-media { display: block; min-height: 208px; border-radius: 16px; background: url("assets/hero-stego.png") right center / auto 155% no-repeat; box-shadow: 0 14px 34px rgba(0, 79, 80, .12); }
  .hero__mobile-media { order: 2; }
  .hero__story p { order: 1; align-self: center; margin: 0; font-size: .9rem; line-height: 1.55; }
  .hero__actions { margin-top: 0; }

  .hotel-grid { grid-template-columns: 1fr; }
  .hotel-card { min-height: 315px; }
  .hotel-card__content { inset: auto 22px 20px; }
  .member-benefit-grid { grid-template-columns: 1fr; }
  .member-benefit-card { min-height: 0; }
  .canggu-gallery__thumbs { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
  .canggu-gallery__thumbs button { flex: 0 0 88px; scroll-snap-align: start; }
  .canggu-info-panel { padding: 25px 20px; }
  .facility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 10px; }
  .nearest-list li,.facility-grid li { font-size: .82rem; }
  .intro-video { margin-top: 38px; }
  .video-embed { border-radius: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }

  .hero__image::after {
    background: linear-gradient(180deg, #e2f3e5 0%, transparent 28%);
  }
}
