:root {
  --green-950: #062724;
  --green-900: #0b3b38;
  --green-800: #11504b;
  --green-700: #17645d;
  --green-100: #e6f1ee;
  --gold: #d7b66b;
  --gold-strong: #e6c574;
  --cream: #f7f4ec;
  --white: #fff;
  --ink: #15201f;
  --muted: #60706d;
  --line: rgba(15, 66, 62, .14);
  --shadow: 0 24px 70px rgba(8, 46, 43, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .btn { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(6, 39, 36, .94); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.1); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 205px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.86); font-size: .93rem; font-weight: 650; }
.primary-nav a { text-decoration: none; }
.primary-nav > a:not(.btn):hover { color: var(--gold-strong); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 2px; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; color: white; }
.hero-bg { position: absolute; inset: 0; background: url('../img/hero.webp') center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,32,29,.96) 0%, rgba(6,45,41,.86) 45%, rgba(6,39,36,.25) 80%, rgba(6,39,36,.12) 100%), linear-gradient(0deg, rgba(4,28,26,.48), transparent 55%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: center; gap: 72px; padding-top: 110px; padding-bottom: 70px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--green-700); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; }
.hero .eyebrow, .light .eyebrow, .section-dark .eyebrow { color: var(--gold-strong); }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 5.2rem); margin-bottom: 24px; max-width: 940px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 18px; }
h3 { font-size: 1.4rem; margin-bottom: 10px; }
.hero-lead { font-size: clamp(1.02rem, 1.7vw, 1.25rem); max-width: 720px; color: rgba(255,255,255,.84); margin: 0 0 30px; }
.hero-actions, .unit-actions, .map-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #1d2a27; box-shadow: 0 14px 34px rgba(215,182,107,.24); }
.btn-primary:hover, .btn-gold:hover { background: var(--gold-strong); }
.btn-gold { background: var(--gold); color: var(--green-950); }
.btn-ghost { border-color: rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-outline { border-color: rgba(18,80,75,.28); color: var(--green-900); background: transparent; }
.section-dark .btn-outline { border-color: rgba(255,255,255,.35); color: white; }
.btn-small { min-height: 42px; padding: 9px 17px; }
.btn-full { width: 100%; }
.btn-wa { background: #1fa968; color: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-points span { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.09); border-radius: 999px; padding: 7px 13px; font-size: .84rem; font-weight: 750; }
.microcopy { font-size: .75rem; color: rgba(255,255,255,.62); margin-top: 10px; }
.hero-card { background: rgba(255,255,255,.95); color: var(--ink); padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.card-kicker { text-transform: uppercase; font-size: .76rem; letter-spacing: .14em; font-weight: 800; color: var(--green-700); margin: 0 0 6px; }
.price-big { color: var(--green-900); font-size: 3.1rem; font-weight: 900; line-height: 1; }
.price-big small { font-size: 1.1rem; }
.divider { height: 1px; background: var(--line); margin: 22px 0; }
.monthly { display: flex; justify-content: space-between; gap: 14px; font-size: .9rem; }
.monthly strong { color: var(--green-800); text-align: right; }
.hero-card .microcopy { color: var(--muted); }
.text-link { color: var(--green-700); text-decoration: none; font-weight: 800; display: inline-flex; gap: 8px; align-items: center; margin-top: 12px; }

.trust-strip { background: var(--green-950); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 26px 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: 1.35rem; color: var(--gold-strong); }
.trust-grid span { font-size: .85rem; color: rgba(255,255,255,.65); }

.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: white; box-shadow: 0 10px 34px rgba(5,48,44,.06); }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--green-100); color: var(--green-800); font-size: 1.4rem; margin-bottom: 22px; }
.section-dark { background: radial-gradient(circle at 80% 10%, rgba(39,112,103,.38), transparent 34%), var(--green-950); color: white; }
.section-heading.light p:not(.eyebrow), .section-dark .section-note { color: rgba(255,255,255,.65); }
.unit-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: rgba(255,255,255,.06); margin-bottom: 30px; }
.unit-card-reverse .unit-image-wrap { order: 2; }
.unit-card-reverse .unit-content { order: 1; }
.unit-image-wrap { position: relative; min-height: 510px; }
.unit-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.unit-badge { position: absolute; left: 20px; top: 20px; background: var(--gold); color: var(--green-950); padding: 7px 14px; border-radius: 999px; font-weight: 850; font-size: .82rem; }
.unit-content { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.unit-content h3 { font-size: 2.1rem; }
.spec-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; list-style: none; padding: 0; margin: 12px 0 24px; color: rgba(255,255,255,.78); }
.spec-list li::before { content: '✓'; color: var(--gold); margin-right: 8px; }
.price-table { display: grid; gap: 8px; margin-bottom: 26px; }
.price-table div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 8px; border-bottom: 1px dashed rgba(255,255,255,.15); }
.price-table span { color: rgba(255,255,255,.6); font-size: .88rem; }
.price-table strong { color: var(--gold-strong); }
.section-note { color: var(--muted); font-size: .8rem; margin-top: 26px; }

.promo-section { background: var(--cream); }
.promo-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.promo-copy p:not(.eyebrow) { color: var(--muted); }
.promo-highlight { margin: 28px 0; display: flex; flex-direction: column; border-left: 5px solid var(--gold); padding-left: 20px; }
.promo-highlight span { text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; color: var(--green-700); }
.promo-highlight strong { font-size: 2.8rem; line-height: 1.15; color: var(--green-900); }
.promo-highlight small { color: var(--muted); }
.promo-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.promo-list div { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 18px 20px; color: var(--green-900); font-weight: 750; box-shadow: 0 8px 28px rgba(5,48,44,.05); }

.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; }
.gallery-main { margin: 0; overflow: hidden; border-radius: var(--radius); position: relative; min-height: 530px; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main figcaption { position: absolute; left: 18px; bottom: 18px; background: rgba(6,39,36,.86); color: white; border-radius: 999px; padding: 8px 14px; font-size: .8rem; }
.amenity-panel { background: var(--green-900); color: white; border-radius: var(--radius); padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.check-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.check-list li::before { content: '✓'; color: var(--gold-strong); margin-right: 10px; font-weight: 900; }
.check-list.compact { gap: 8px; }

.section-soft { background: var(--green-100); }
.access-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 28px; align-items: stretch; }
.access-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.access-list > div { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 16px; display: flex; flex-direction: column; }
.access-list strong { color: var(--green-800); font-size: 1.2rem; }
.access-list span { color: var(--muted); font-size: .86rem; }
.map-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.map-actions { padding: 18px; }

.developer-section { background: white; }
.developer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.developer-copy p:not(.eyebrow) { color: var(--muted); }
.developer-stat { display: flex; align-items: center; gap: 14px; margin: 24px 0; }
.developer-stat strong { font-size: 4.2rem; line-height: 1; color: var(--green-900); }
.developer-stat span { max-width: 130px; color: var(--muted); }
.bank-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--green-950); color: white; }
.bank-card p { padding: 22px 26px 0; margin: 0; color: rgba(255,255,255,.7); }
.bank-card img { width: 100%; }

.calculator-section { background: var(--green-950); color: white; }
.calculator-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.calculator-wrap > div > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.calculator { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; background: white; color: var(--ink); padding: 28px; border-radius: var(--radius); }
.calculator label, .lead-form label { display: grid; gap: 7px; font-size: .85rem; font-weight: 750; color: var(--green-900); }
input, select, textarea { width: 100%; border: 1px solid rgba(15,66,62,.18); border-radius: 12px; padding: 13px 14px; background: white; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(23,100,93,.12); }
.input-suffix { position: relative; }
.input-suffix span { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.input-suffix input { padding-right: 42px; }
.calc-result { grid-column: 1/-1; background: var(--green-100); border-radius: 16px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.calc-result span { color: var(--muted); }
.calc-result strong { color: var(--green-900); font-size: 1.65rem; }

.faq-section { background: var(--cream); }
.faq-list { display: grid; gap: 12px; }
details { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
summary { cursor: pointer; padding: 20px 28px 20px 0; font-weight: 800; color: var(--green-900); position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 0; font-size: 1.4rem; color: var(--green-700); }
details[open] summary::after { content: '−'; }
details p { color: var(--muted); margin-top: 0; padding-bottom: 18px; }

.lead-section { background: linear-gradient(135deg, var(--green-800), var(--green-950)); color: white; }
.lead-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.lead-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.lead-form { background: white; color: var(--ink); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.4; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.consent a { color: var(--green-700); }
.form-status { margin: 0; min-height: 1.2em; color: var(--green-700); font-size: .85rem; }

.site-footer { background: #031b19; color: white; padding: 60px 0 96px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.62); text-decoration: none; }
.footer-grid a:hover { color: var(--gold-strong); }
.footer-title { font-size: 1.3rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 38px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.4); font-size: .76rem; }
.footer-bottom p { max-width: 760px; }

.floating-wa { position: fixed; z-index: 90; right: 20px; bottom: 22px; display: flex; align-items: center; gap: 9px; background: #1fa968; color: white; border-radius: 999px; padding: 11px 17px; text-decoration: none; font-weight: 850; box-shadow: 0 14px 38px rgba(13,99,61,.3); }
.floating-wa svg { width: 24px; height: 24px; fill: currentColor; }
.mobile-cta { display: none; }

.image-modal { width: min(92vw, 1050px); max-height: 90vh; border: 0; border-radius: 20px; padding: 54px 18px 18px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.image-modal::backdrop { background: rgba(2,24,22,.82); }
.image-modal h2 { padding-inline: 12px; font-size: 1.45rem; }
.image-modal img { width: 100%; border-radius: 12px; }
.modal-close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.policy-page { background: var(--cream); }
.policy-header { background: var(--green-950); color: white; padding: 20px 0; }
.policy-header a { text-decoration: none; font-weight: 750; }
.policy-content { max-width: 820px; padding: 70px 0 100px; }
.policy-content h1 { font-size: clamp(2.3rem, 6vw, 4.3rem); color: var(--green-900); }
.policy-content h2 { font-size: 1.5rem; margin-top: 38px; color: var(--green-900); }
.policy-content p { color: var(--muted); }
.policy-note { padding: 16px 18px; border-left: 4px solid var(--gold); background: white; }

@media (max-width: 980px) {
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 78px; padding: 18px; border-radius: 16px; background: var(--green-950); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 26px; padding-top: 145px; }
  .hero-card { max-width: 480px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .unit-card { grid-template-columns: 1fr; }
  .unit-card-reverse .unit-image-wrap, .unit-card-reverse .unit-content { order: initial; }
  .unit-image-wrap { min-height: 430px; }
  .promo-layout, .developer-grid, .calculator-wrap, .lead-grid { grid-template-columns: 1fr; gap: 38px; }
  .gallery-grid, .access-grid { grid-template-columns: 1fr; }
  .gallery-main { min-height: 430px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 170px; }
  .hero-content { padding-top: 118px; padding-bottom: 54px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2.15rem; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,32,29,.94), rgba(6,45,41,.73)), linear-gradient(0deg, rgba(4,28,26,.58), transparent); }
  .hero-actions .btn { width: 100%; }
  .hero-card { padding: 23px; }
  .price-big { font-size: 2.6rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 76px 0; }
  .feature-grid, .promo-list, .calculator, .form-row, .access-list { grid-template-columns: 1fr; }
  .unit-image-wrap { min-height: 280px; }
  .unit-content { padding: 28px 22px; }
  .spec-list { grid-template-columns: 1fr; }
  .price-table div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .promo-highlight strong { font-size: 2.35rem; }
  .gallery-main { min-height: 340px; }
  .calc-result { flex-direction: column; align-items: flex-start; }
  .lead-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { display: none; }
  .mobile-cta { position: fixed; z-index: 95; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; bottom: 0; left: 0; right: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); box-shadow: 0 -8px 30px rgba(0,0,0,.12); }
  .mobile-cta .btn { min-height: 46px; padding: 9px 12px; }
  .site-footer { padding-bottom: 130px; }
}



/* Floating aktivitas NUP: hanya untuk data nyata dan terverifikasi */
.verified-activity {
  position: fixed;
  z-index: 110;
  left: 22px;
  bottom: 24px;
  width: min(390px, calc(100vw - 44px));
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  padding: 16px 44px 16px 16px;
  border: 1px solid rgba(12, 73, 68, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 55px rgba(4, 32, 29, .22);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-24px, 12px, 0);
  transition: opacity .32s ease, transform .32s ease, visibility .32s ease;
}
.verified-activity.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.verified-activity__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e5f4ec;
  color: #087554;
  font-size: 1.3rem;
  font-weight: 900;
}
.verified-activity__copy { min-width: 0; display: grid; gap: 3px; }
.verified-activity__copy small {
  color: #8a6425;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.verified-activity__copy strong {
  color: #113b37;
  font-size: .92rem;
  line-height: 1.4;
}
.verified-activity__copy span { color: #6b7775; font-size: .75rem; }
.verified-activity__close {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #697775;
  font-size: 1.3rem;
  cursor: pointer;
}
.verified-activity__close:hover { background: #eef3f2; color: #113b37; }

@media (max-width: 680px) {
  .verified-activity {
    left: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
    grid-template-columns: 40px 1fr;
    padding: 13px 40px 13px 13px;
    border-radius: 15px;
  }
  .verified-activity__icon { width: 40px; height: 40px; }
  .verified-activity__copy strong { font-size: .84rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Custom campaign configuration — Meli Nyoo */
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: white; }
.brand-mark { width: 46px; height: 52px; border: 2px solid var(--gold); border-radius: 22px 22px 8px 8px; display: grid; place-items: center; color: var(--gold-strong); font-family: Georgia, serif; font-size: 1.8rem; font-style: italic; line-height: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.04rem; letter-spacing: .09em; font-weight: 500; }
.brand-copy small { color: rgba(255,255,255,.67); font-size: .54rem; letter-spacing: .12em; margin-top: 5px; }
.promo-bar { position: fixed; z-index: 95; top: 86px; left: 0; right: 0; background: #d7b66b; color: #102c29; font-size: .82rem; box-shadow: 0 6px 22px rgba(0,0,0,.12); }
.promo-bar .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 5px; text-align: center; }
.promo-bar a { margin-left: 8px; font-weight: 850; }
.promo-bar s { opacity: .65; }
.hero-content { padding-top: 156px; }
.old-price { color: #8b9693; text-decoration: line-through; font-weight: 750; margin: 5px 0 7px; }
.hero-deadline { margin: 18px 0 8px; padding: 14px 16px; border-radius: 14px; background: #eef5f3; display: grid; gap: 2px; }
.hero-deadline span { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.hero-deadline strong { color: var(--green-900); }
.hero-deadline small { color: #a26419; font-weight: 750; }
.price-table strong { display: inline-flex; gap: 8px; align-items: baseline; flex-wrap: wrap; justify-content: flex-end; }
.price-table strong s { color: rgba(255,255,255,.42); font-size: .78rem; font-weight: 650; }
.price-table strong b { color: var(--gold-strong); }
.booking-note { margin: -8px 0 18px 25px; padding: 13px 15px; border-radius: 12px; background: white; border: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.booking-note strong { color: var(--green-900); }
.promo-countdown { margin: 0 0 25px; border-radius: 16px; padding: 17px 19px; color: white; background: var(--green-900); display: grid; gap: 2px; }
.promo-countdown span { color: rgba(255,255,255,.67); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.promo-countdown strong { color: var(--gold-strong); font-size: 1.35rem; }
.promo-countdown small { color: rgba(255,255,255,.65); }
.footer-phone { color: rgba(255,255,255,.78) !important; font-weight: 750; }

@media (max-width: 980px) {
  .promo-bar { top: 78px; }
  .hero-content { padding-top: 166px; }
}
@media (max-width: 680px) {
  .brand-mark { width: 38px; height: 44px; font-size: 1.45rem; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy small { font-size: .45rem; }
  .promo-bar { top: 76px; font-size: .69rem; }
  .promo-bar .container { min-height: 46px; padding-block: 6px; line-height: 1.3; display: block; }
  .promo-bar a { display: inline-block; }
  .hero-content { padding-top: 176px; }
  .booking-note { margin-left: 0; }
  .price-table strong { max-width: 180px; }
}

/* Halaman konfirmasi form */
.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
  background:
    linear-gradient(135deg, rgba(5, 39, 37, .96), rgba(12, 73, 68, .92)),
    url('../img/hero.webp') center/cover no-repeat;
}
.thank-you-card {
  width: min(680px, 100%);
  padding: clamp(28px, 6vw, 56px);
  border-radius: 26px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
  text-align: center;
}
.thank-you-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e8f5ee;
  color: #0b6b4f;
  font-size: 38px;
  font-weight: 800;
}
.thank-you-card h1 { margin-bottom: 12px; }
.thank-you-card p { color: #4d5d5a; }
.thank-you-card .btn { margin-top: 20px; }
.thank-you-note { margin-top: 18px; font-size: .9rem; }

/* Honeypot anti-spam: tidak terlihat oleh pengunjung normal. */
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
