/* MKM Brand: 80% putih · 15% biru #1E32C8 · 5% merah #C80000 */
:root {
  --blue: #1E32C8;
  --blue-800: #14228f;
  --blue-900: #0d1766;
  --blue-50: #eef1fd;
  --blue-100: #dde3fb;
  --red: #C80000;
  --red-700: #a30000;
  --red-50: #fdecec;
  --ink: #101631;
  --text: #2b3150;
  --muted: #5d6482;
  --line: #e6e9f3;
  --soft: #f5f7fc;
  --white: #ffffff;
  --ok: #0f8a4b;
  --warn: #b85c00;
  --r: 18px;
  --shadow: 0 1px 2px rgba(16, 22, 49, .05), 0 6px 20px rgba(16, 22, 49, .06);
  --shadow-lg: 0 24px 60px rgba(13, 23, 102, .20);
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --gap: 20px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--blue); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.015em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; }
h3 { font-size: 1.08rem; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wrap--narrow { max-width: 820px; }
.muted { color: var(--muted); }
[hidden] { display: none !important; }
.ic { width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -.2em; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; border: 0; border-radius: 999px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; padding: .8em 1.4em; transition: transform .15s, background .15s, box-shadow .15s; line-height: 1.2; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn:focus-visible, .card:focus-visible { outline: 3px solid #ffb3b3; outline-offset: 2px; }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(200, 0, 0, .25); }
.btn--red:hover { background: var(--red-700); }
.btn--blue { background: var(--blue); color: #fff; }
.btn--blue:hover { background: var(--blue-800); }
.btn--white { background: #fff; color: var(--blue); box-shadow: 0 8px 22px rgba(13, 23, 102, .18); }
.btn--white:hover { background: var(--blue-50); }
.btn--glass { background: rgba(255, 255, 255, .12); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .5); }
.btn--glass:hover { background: rgba(255, 255, 255, .2); }
.btn--ghost { background: rgba(255, 255, 255, .12); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55); }
.btn--line { background: #fff; color: var(--blue); box-shadow: inset 0 0 0 1.5px var(--blue-100); }
.btn--line:hover { box-shadow: inset 0 0 0 1.5px var(--blue); }
.btn--sm { padding: .55em 1.1em; font-size: .9rem; }
.btn--lg { padding: .95em 1.6em; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; box-shadow: none; }
.linkbtn { background: none; border: 0; padding: 0; font: inherit; color: var(--blue); font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; color: var(--red); margin-bottom: .5em; }
.icbox { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; display: inline-grid; place-items: center; color: var(--blue); background: var(--blue-50); }
.icbox .ic { width: 24px; height: 24px; }
.icbox--lg { width: 60px; height: 60px; border-radius: 18px; }
.icbox--lg .ic { width: 28px; height: 28px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; display: inline-block; box-shadow: 0 0 0 0 rgba(22, 163, 74, .6); animation: pulse 1.8s infinite; flex: 0 0 auto; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); } 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); } }
.skel { height: 56px; border-radius: 12px; background: linear-gradient(90deg, #f2f4fa 25%, #e9ecf6 50%, #f2f4fa 75%); background-size: 200% 100%; animation: sh 1.2s infinite; }
@keyframes sh { to { background-position: -200% 0; } }

/* Seat badge */
.seat { display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: var(--blue-50); color: var(--blue); white-space: nowrap; }
.seat .ic { width: 13px; height: 13px; }
.seat--low { background: var(--red-50); color: var(--red); }
.seat--out { background: #eceef4; color: #7a8099; }
.seat--ask { background: #fff4e5; color: var(--warn); }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 40; transition: background .2s, box-shadow .2s; }
.nav.is-solid { background: rgba(255, 255, 255, .97); backdrop-filter: saturate(1.4) blur(8px); box-shadow: 0 1px 0 var(--line), 0 6px 20px rgba(16, 22, 49, .05); }
.nav__in { display: flex; align-items: center; gap: 28px; height: 72px; }
.nav__logo { display: block; background: #fff; border-radius: 12px; padding: 6px 10px; }
.nav__logo img { height: 34px; width: auto; }
.nav.is-solid .nav__logo { padding-left: 0; }
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a { color: rgba(255, 255, 255, .92); text-decoration: none; font-weight: 600; font-size: .94rem; }
.nav__links a:hover { color: #fff; }
.nav.is-solid .nav__links a { color: var(--ink); }
.nav.is-solid .nav__links a:hover { color: var(--blue); }
.nav__wa { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; font-weight: 700; font-size: .9rem; padding: .6em 1.1em; border-radius: 999px; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6); }
.nav.is-solid .nav__wa { color: #fff; background: var(--blue); box-shadow: none; }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--blue-900); padding: 132px 0 150px; }
.hero__bg { position: absolute; inset: 0; background:
  linear-gradient(100deg, rgba(13, 23, 102, .97) 0%, rgba(20, 34, 143, .93) 40%, rgba(30, 50, 200, .80) 70%, rgba(30, 50, 200, .62) 100%),
  url('/img/hero.webp') 75% 30%/cover no-repeat; }
@media (max-width: 760px) { .hero__bg { background-image: linear-gradient(100deg, rgba(13, 23, 102, .97) 0%, rgba(20, 34, 143, .93) 40%, rgba(30, 50, 200, .80) 70%, rgba(30, 50, 200, .62) 100%), url('/img/hero-m.webp'); } }
.hero__bg::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255, 255, 255, .15); }
.hero__in { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); gap: 48px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; color: #fff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.hero__title { color: #fff; font-size: clamp(3rem, 7.4vw, 5.6rem); font-weight: 800; letter-spacing: -.025em; line-height: .95; margin: 0; }
.hero__title span { display: block; font-size: .4em; letter-spacing: .01em; margin-top: .22em; font-weight: 800; }
.hero__script { font-family: 'Dancing Script', cursive; font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 12px 0 14px; color: #fff; line-height: 1.2; }
.hero__lead { font-size: 1.06rem; color: #dfe5ff; max-width: 32em; margin-bottom: 28px; }
.hero__lead b { color: #fff; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__card { background: #fff; color: var(--text); border-radius: 22px; padding: 20px; box-shadow: var(--shadow-lg); }
.hero__card-h { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--ink); margin: 0 0 12px; font-size: .95rem; }
.hero__card-f { font-size: .74rem; color: var(--muted); margin: 12px 0 0; }
.soonlist { display: grid; gap: 8px; }
.soon { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; align-items: center; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; background: #fff; font: inherit; text-align: left; width: 100%; color: inherit; transition: border-color .15s, background .15s; }
.soon:hover { border-color: var(--blue); background: var(--blue-50); }
.soon b { color: var(--ink); font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.soon small { color: var(--muted); font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.soon .seat { grid-row: 1 / span 2; grid-column: 2; }

/* Carian */
.finder-wrap { position: relative; z-index: 5; margin-top: -96px; }
.finder { background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg); padding: 10px 10px 16px; }
.finder__tabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding: 4px 6px 12px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.finder__tabs::-webkit-scrollbar { display: none; }
.finder__tabs button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--muted); font: inherit; font-weight: 700; font-size: .9rem; padding: 9px 14px; border-radius: 999px; cursor: pointer; }
.finder__tabs button:hover { color: var(--blue); background: var(--soft); }
.finder__tabs button.is-on { background: var(--blue-50); color: var(--blue); }
.finder__box { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; padding: 0 6px; }
.ff { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer; min-width: 0; }
.ff:hover { border-color: var(--blue-100); }
.ff:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-50); }
.ff > .ic { color: var(--blue); width: 22px; height: 22px; }
.ff__t { display: grid; font-size: .74rem; color: var(--muted); font-weight: 600; min-width: 0; flex: 1; }
.ff select { border: 0; font: inherit; font-size: .98rem; font-weight: 700; color: var(--ink); background: transparent; padding: 0; outline: none; width: 100%; cursor: pointer; -webkit-appearance: none; appearance: none; text-overflow: ellipsis; }
.finder__go { height: auto; min-height: 58px; padding: 0 28px; border-radius: 14px; }
.finder__live { margin: 14px 4px 0; font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.finder__live b { color: var(--ink); }
.finder__live .hot { color: var(--red); font-weight: 700; }

/* Kelebihan */
.perks { padding: 36px 0 8px; }
.perks__in { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.perk { display: flex; gap: 14px; align-items: center; }
.perk b { display: block; color: var(--ink); font-size: .95rem; }
.perk small { color: var(--muted); font-size: .82rem; line-height: 1.35; display: block; }

/* Seksyen */
.section { padding: 80px 0; }
.section--soft { background: var(--soft); }
.section--flush { padding-top: 0; }
.section--blue { background: linear-gradient(160deg, var(--blue-900) 0%, var(--blue) 70%, #3552e8 100%); }
.sh { margin-bottom: 36px; max-width: 680px; }
.sh h2 { margin-bottom: .3em; }
.sh p:last-child { margin-bottom: 0; }
.sh--center { text-align: center; margin-left: auto; margin-right: auto; }
.sh--row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.sh--light h2 { color: #fff; }
.sh--light p { color: #cfd6ff; }
.sh--light .eyebrow { color: #ffc9c9; }
.sortsel { display: inline-flex; align-items: center; gap: 10px; font-size: .86rem; color: var(--muted); font-weight: 600; }
.sortsel select { font: inherit; font-weight: 700; color: var(--ink); border: 1.5px solid var(--line); border-radius: 12px; padding: .55em .9em; background: #fff; cursor: pointer; }

/* Kad pakej */
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; cursor: pointer; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(16, 22, 49, .12); }
.card--skel { min-height: 380px; background: linear-gradient(90deg, #f2f4fa 25%, #e9ecf6 50%, #f2f4fa 75%); background-size: 200% 100%; animation: sh 1.2s infinite; box-shadow: none; }
.card__img { position: relative; aspect-ratio: 16/11; background: var(--blue-50); overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card__img img { transform: scale(1.04); }
.card__tag { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 5px; background: var(--red); color: #fff; font-size: .72rem; font-weight: 800; padding: 5px 10px; border-radius: 999px; }
.card__tag .ic { width: 13px; height: 13px; }
.card__tag--blue { background: var(--blue); }
.card__dur { position: absolute; bottom: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .95); color: var(--ink); font-size: .76rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.card__dur .ic { width: 14px; height: 14px; color: var(--blue); }
.card__body { padding: 16px 16px 0; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { font-size: 1.06rem; margin-bottom: 10px; }
.meta { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 6px; font-size: .84rem; color: var(--muted); }
.meta li { display: flex; align-items: center; gap: 8px; min-width: 0; }
.meta li span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meta .ic { color: var(--blue); width: 16px; height: 16px; }
.card__next { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: .76rem; color: var(--muted); padding: 10px 0; border-top: 1px dashed var(--line); white-space: nowrap; min-width: 0; }
.card__next b { color: var(--ink); }
.card__next > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.card__foot { padding: 12px 16px 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.price small { display: block; font-size: .72rem; color: var(--muted); line-height: 1.2; }
.price b { display: block; font-size: 1.35rem; color: var(--blue); font-weight: 800; letter-spacing: -.01em; line-height: 1.25; }
.price em { font-style: normal; font-size: .72rem; color: var(--muted); display: block; line-height: 1.2; }
.card__go { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; border: 0; background: var(--red); color: #fff; font: inherit; font-weight: 700; font-size: .84rem; padding: .65em 1em; border-radius: 999px; cursor: pointer; white-space: nowrap; }
.card__go:hover { background: var(--red-700); }
.card__go .ic { width: 15px; height: 15px; }
.empty { text-align: center; padding: 30px; color: var(--muted); }

/* Tier */
.tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); align-items: stretch; padding-top: 14px; }
.tier { position: relative; background: #fff; border-radius: var(--r); padding: 26px 20px 20px; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(13, 23, 102, .25); }
.tier--pop { outline: 3px solid #fff; box-shadow: 0 0 0 7px rgba(255, 255, 255, .2), 0 20px 44px rgba(13, 23, 102, .4); }
.tier__flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: .72rem; font-weight: 800; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.tier h3 { font-size: 1.2rem; margin-bottom: 2px; text-align: center; }
.tier__sub { font-size: .82rem; color: var(--muted); margin-bottom: 14px; text-align: center; min-height: 2.6em; }
.tier__price { text-align: center; padding: 12px 0; margin: 0 0 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tier__price small { font-size: .74rem; color: var(--muted); display: block; }
.tier__price b { display: block; font-size: 1.8rem; font-weight: 800; color: var(--blue); line-height: 1.15; }
.tier ul { list-style: none; padding: 0; margin: 0 0 16px; font-size: .84rem; display: grid; gap: 8px; align-content: start; flex: 1; }
.tier li { display: flex; gap: 8px; align-items: flex-start; }
.tier li .ic { color: var(--blue); width: 16px; height: 16px; margin-top: 2px; }
.tier__pkgs { font-size: .78rem; color: var(--muted); margin-bottom: 14px; text-align: center; }
.tier__pkgs .linkbtn { font-size: .78rem; }

/* Cara tempah */
.how { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); counter-reset: step; }
.how li { position: relative; text-align: center; padding: 26px 18px 22px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; counter-increment: step; }
.how li::before { content: counter(step); position: absolute; top: 14px; left: 14px; width: 24px; height: 24px; border-radius: 50%; background: var(--red); color: #fff; font-size: .76rem; font-weight: 800; display: grid; place-items: center; }
.how .icbox { margin-bottom: 12px; }
.how b { display: block; color: var(--ink); margin-bottom: 4px; }
.how small { color: var(--muted); font-size: .86rem; line-height: 1.45; display: block; }

/* Statistik */
.statband { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, var(--blue-900), var(--blue)); color: #fff; }
.statband__nums { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 32px 12px; align-items: center; }
.statband__nums > div { text-align: center; border-right: 1px solid rgba(255, 255, 255, .18); padding: 0 8px; }
.statband__nums > div:last-child { border-right: 0; }
.statband__nums .ic { width: 26px; height: 26px; color: #aebbff; margin-bottom: 6px; }
.statband__nums b { font-size: 2rem; font-weight: 800; display: block; line-height: 1.1; }
.statband__nums small { font-size: .8rem; color: #cfd6ff; }
.statband__help { background: rgba(255, 255, 255, .08); padding: 30px; border-left: 1px solid rgba(255, 255, 255, .14); }
.statband__help p { color: #dfe5ff; font-size: .92rem; }
.statband__q { font-size: 1.1rem !important; font-weight: 800; color: #fff !important; }

/* Termasuk */
.incl { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ticks { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; }
.ticks li { padding-left: 32px; position: relative; }
.ticks li::before { content: ''; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.incl__img { margin: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.incl__img img { width: 100%; height: 100%; object-fit: cover; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq summary { cursor: pointer; padding: 16px 52px 16px 20px; font-weight: 700; color: var(--ink); list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-size: 1.1rem; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 20px 18px; margin: 0; color: var(--muted); }

/* Pegawai */
.agents { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.agent { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px 20px; text-align: center; box-shadow: var(--shadow); }
.agent img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; background: var(--blue-50); border: 3px solid var(--blue-50); }
.agent__av { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 12px; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 800; font-size: 1.6rem; border: 3px solid var(--blue-50); }
.agents--one { grid-template-columns: minmax(0, 360px) !important; justify-content: center; }
.agents--one .agent img { width: 180px; height: 180px; border: 0; background: #000; }
.agent b { display: block; color: var(--ink); font-size: 1.02rem; }
.agent small { color: var(--muted); display: block; margin-bottom: 14px; font-size: .84rem; }

/* Final & footer */
.final { background: linear-gradient(135deg, var(--red-700), var(--red)); color: #fff; padding: 56px 0; }
.final__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.final h2 { color: #fff; margin: 0; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.final .btn--white { color: var(--red); }
.foot { background: var(--blue-900); color: #c3cbf5; padding: 52px 0 90px; font-size: .9rem; }
.foot__in { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.foot img { height: 44px; width: auto; margin-bottom: 14px; }
.foot h4 { color: #fff; font-size: 1rem; }
.foot a { color: #fff; }
.foot__copy { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .8rem; }

/* Sticky bar mudah alih */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none; gap: 10px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16, 22, 49, .08); }
.stickybar__wa { flex: 0 0 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; text-decoration: none; }
.stickybar__wa .ic { width: 22px; height: 22px; }
.stickybar__cta { flex: 1; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 16px; }
.modal__scrim { position: absolute; inset: 0; background: rgba(10, 15, 50, .6); backdrop-filter: blur(2px); }
.modal__panel { position: relative; background: #fff; border-radius: 20px; width: 100%; max-width: 720px; max-height: calc(100dvh - 32px); overflow: auto; box-shadow: var(--shadow-lg); animation: pop .22s ease-out; }
.modal__panel--wide { max-width: 1000px; }
.modal__panel--co { max-width: 1040px; }
@keyframes pop { from { transform: translateY(14px); opacity: 0; } }
.modal__x { position: sticky; top: 10px; float: right; margin: 10px 10px 0 0; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: 0; background: #fff; box-shadow: var(--shadow); font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--ink); }
body.lock { overflow: hidden; }

/* Package detail */
.pm__hero { display: grid; grid-template-columns: 1.1fr 1fr; }
.pm__gal { position: relative; background: var(--blue-50); min-height: 280px; }
.pm__gal img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pm__thumbs { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; gap: 6px; overflow-x: auto; }
.pm__thumbs button { flex: 0 0 56px; height: 42px; border-radius: 8px; border: 2px solid #fff; padding: 0; overflow: hidden; cursor: pointer; opacity: .8; background: #fff; }
.pm__thumbs button.is-on { opacity: 1; border-color: var(--red); }
.pm__thumbs img { position: static; width: 100%; height: 100%; object-fit: cover; }
.pm__info { padding: 28px; }
.pm__info h2 { font-size: 1.7rem; }
.pm__sec { padding: 0 28px 28px; }
.pm__sec h3 { margin-top: 8px; }
.hotels { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px; margin-bottom: 20px; }
.hotel { border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.hotel small { color: var(--red); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hotel b { display: block; color: var(--ink); }
.hotel span { font-size: .82rem; color: var(--muted); }
.dtable { width: 100%; border-collapse: collapse; font-size: .9rem; }
.dtable th { text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 8px; border-bottom: 1.5px solid var(--line); }
.dtable td { padding: 10px 8px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.dtable tr.is-out td { color: #9aa0b8; }
.dtable .btn { padding: .5em 1em; font-size: .85rem; }
.dtable-wrap { overflow-x: auto; margin-bottom: 20px; }
.posters { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.posters a { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.posters img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.note { font-size: .8rem; color: var(--muted); }

/* Checkout */
.co__head { padding: 24px 28px 12px; border-bottom: 1px solid var(--line); }
.co__head h2 { font-size: 1.4rem; margin-bottom: 12px; }
.co__steps { list-style: none; padding: 0; margin: 0; display: flex; gap: 6px; counter-reset: s; }
.co__steps li { flex: 1; font-size: .8rem; font-weight: 700; color: var(--muted); padding-top: 8px; border-top: 4px solid var(--line); counter-increment: s; }
.co__steps li::before { content: counter(s) '. '; }
.co__steps li.is-on { color: var(--blue); border-color: var(--blue); }
.co__steps li.is-done { color: var(--ink); border-color: var(--blue-100); }
.co__grid { display: grid; grid-template-columns: 1.5fr 1fr; }
.co__main { padding: 24px 28px 28px; min-width: 0; }
.co__sum { background: var(--soft); padding: 24px; border-left: 1px solid var(--line); }
.co__sum h4 { margin-bottom: 12px; }
.sumrow { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; padding: 6px 0; }
.sumrow span:first-child { color: var(--muted); }
.sumrow b { color: var(--ink); text-align: right; }
.sumtotal { border-top: 1.5px dashed #cdd3e6; margin-top: 10px; padding-top: 12px; }
.sumtotal b { color: var(--red); font-size: 1.35rem; }
.sumnote { font-size: .78rem; color: var(--muted); margin-top: 12px; }
.secure { display: flex; gap: 8px; align-items: center; font-size: .78rem; color: var(--ok); font-weight: 600; margin-top: 12px; }

.fld { display: grid; gap: 6px; margin-bottom: 14px; }
.fld > span { font-size: .86rem; font-weight: 700; color: var(--ink); }
.fld > span i { color: var(--red); font-style: normal; }
.fld input, .fld select, .fld textarea { font: inherit; border: 1.5px solid var(--line); border-radius: 10px; padding: .7em .85em; color: var(--ink); background: #fff; width: 100%; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-50); }
.fld.is-err input, .fld.is-err select, .fld.is-err textarea { border-color: var(--red); }
.fld .err { color: var(--red); font-size: .78rem; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hint { font-size: .8rem; color: var(--muted); margin: -4px 0 14px; }

.opts { display: grid; gap: 8px; margin-bottom: 18px; }
.opt { display: grid; grid-template-columns: auto 1fr auto; gap: 4px 12px; align-items: center; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; cursor: pointer; background: #fff; }
.opt:hover { border-color: var(--blue-100); }
.opt input { accent-color: var(--blue); width: 18px; height: 18px; }
.opt.is-on { border-color: var(--blue); background: var(--blue-50); }
.opt.is-dis { opacity: .5; cursor: not-allowed; }
.opt__t b { color: var(--ink); display: block; font-size: .95rem; }
.opt__t small { color: var(--muted); font-size: .8rem; }
.opt__r { text-align: right; }
.opt__r b { color: var(--blue); display: block; }

.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden; }
.qty button { width: 46px; height: 46px; border: 0; background: var(--soft); font-size: 1.3rem; cursor: pointer; color: var(--blue); font-weight: 700; }
.qty button:disabled { color: #bbb; cursor: not-allowed; }
.qty output { width: 56px; text-align: center; font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.pax-wrap { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }

.co__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; margin: 10px 0; }
.check input { margin-top: 3px; accent-color: var(--blue); width: 18px; height: 18px; flex: 0 0 auto; }
.pay-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.pm-opt { border: 1.5px solid var(--line); border-radius: 12px; padding: 12px; text-align: center; cursor: pointer; font-size: .85rem; font-weight: 700; background: #fff; }
.pm-opt small { display: block; font-weight: 500; color: var(--muted); font-size: .74rem; }
.pm-opt.is-on { border-color: var(--blue); background: var(--blue-50); color: var(--blue); }
.demo-flag { background: #fff4e5; color: var(--warn); border: 1px dashed #f0b46a; border-radius: 10px; padding: 8px 12px; font-size: .8rem; margin-bottom: 14px; }

/* Dummy gateway */
.gw { text-align: center; padding: 20px 0; }
.gw__bank { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 14px 0; text-align: left; }
.spinner { width: 54px; height: 54px; border-radius: 50%; border: 5px solid var(--blue-50); border-top-color: var(--blue); animation: spin .9s linear infinite; margin: 24px auto; }
@keyframes spin { to { transform: rotate(360deg); } }
.success { text-align: center; padding: 10px 0; }
.success__ic { width: 76px; height: 76px; border-radius: 50%; background: #e7f7ee; color: var(--ok); display: grid; place-items: center; font-size: 2.3rem; margin: 6px auto 14px; }
.ref { display: inline-block; font-family: ui-monospace, Consolas, monospace; background: var(--blue-50); color: var(--blue); padding: 6px 12px; border-radius: 8px; font-weight: 700; letter-spacing: .05em; }
.success .btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }

.toast { position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: .9rem; z-index: 80; box-shadow: var(--shadow-lg); max-width: calc(100% - 32px); }




/* Review Google */
.hero__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hero__pills .pill { margin-bottom: 0; }
.pill--g { text-decoration: none; }
.pill--g b { color: #fff; }
.gstars { color: #fbbc04; letter-spacing: 1px; }
.rv { display: grid; grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: var(--gap); align-items: start; }
.rv--solo { grid-template-columns: minmax(0, 520px); justify-content: center; }
.rv__sum { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px; text-align: center; box-shadow: var(--shadow); }
.rv__g { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.rv__g svg { width: 26px; height: 26px; }
.rv__score { font-size: 3.4rem; font-weight: 800; color: var(--ink); line-height: 1; margin: 6px 0; letter-spacing: -.02em; }
.stars { position: relative; display: inline-block; font-size: 1.5rem; line-height: 1; letter-spacing: 3px; color: #dfe2ea; }
.stars span { position: absolute; inset: 0 auto 0 0; overflow: hidden; white-space: nowrap; color: #fbbc04; }
.rv__count { color: var(--muted); font-size: .92rem; margin: 10px 0 18px; }
.rv__count b { color: var(--ink); }
.rv__btns { display: grid; gap: 8px; }
.rv__note { font-size: .74rem; color: var(--muted); margin: 14px 0 0; }
.rv__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.rcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.rcard__h { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.rcard__h img, .rcard__av { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.rcard__av { display: grid; place-items: center; background: var(--blue-50); color: var(--blue); font-weight: 800; }
.rcard__h b { display: block; color: var(--ink); font-size: .92rem; }
.rcard__h small { color: var(--muted); font-size: .76rem; }
.rcard .stars { font-size: 1rem; letter-spacing: 1px; margin-bottom: 8px; }
.rcard p { font-size: .9rem; color: var(--text); margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.rcard a { margin-top: auto; font-size: .82rem; font-weight: 600; }
@media (max-width: 1100px) { .rv { grid-template-columns: 1fr; } .rv__sum { max-width: 520px; margin: 0 auto; width: 100%; } }
@media (max-width: 760px) { .rv__list { grid-template-columns: 1fr; } }


/* Tukar bahasa */
.lang { display: inline-flex; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .14); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3); }
.lang button { border: 0; background: transparent; color: #fff; font: inherit; font-size: .78rem; font-weight: 800; padding: 5px 10px; border-radius: 999px; cursor: pointer; letter-spacing: .03em; }
.lang button.is-on { background: #fff; color: var(--blue); }
.nav.is-solid .lang { background: var(--soft); box-shadow: inset 0 0 0 1px var(--line); }
.nav.is-solid .lang button { color: var(--muted); }
.nav.is-solid .lang button.is-on { background: var(--blue); color: #fff; }
@media (max-width: 760px) { .lang { margin-left: auto; } .nav__in { gap: 10px; } }


/* Atur cara penuh dalam popup */
.full { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.full h3 small { font-weight: 500; }
.itin__sec { font-weight: 800; color: var(--blue); margin: 12px 0 8px; font-size: .9rem; }
.itin { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; position: relative; }
.itin__day details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.itin__day details[open] { border-color: var(--blue-100); box-shadow: var(--shadow); }
.itin__day summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px; padding: 12px 44px 12px 14px; position: relative; }
.itin__day summary::-webkit-details-marker { display: none; }
.itin__day summary::after { content: '+'; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-weight: 700; }
.itin__day details[open] summary::after { content: '–'; }
.itin__badge { flex: 0 0 auto; background: var(--blue); color: #fff; font-size: .72rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.itin__day summary b { color: var(--ink); font-size: .95rem; }
.itin__body { display: grid; grid-template-columns: 140px 1fr; gap: 14px; padding: 0 14px 14px; align-items: start; }
.itin__body img { width: 140px; height: 100px; object-fit: cover; border-radius: 10px; }
.itin__body p { margin: 0; font-size: .9rem; color: var(--text); }
.itin__body:not(:has(img)) { grid-template-columns: 1fr; }
.itin__none { background: var(--soft); border: 1px dashed var(--blue-100); border-radius: 14px; padding: 16px; margin-bottom: 18px; }
.itin__none p { margin: 0 0 10px; color: var(--muted); }
.posters--wide { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); margin-bottom: 18px; }
.posters--wide img { aspect-ratio: auto; object-fit: contain; background: #fff; }
.notes { margin: 0 0 8px; padding-left: 20px; font-size: .88rem; color: var(--muted); display: grid; gap: 6px; }
.hotel__more { margin-top: 8px; font-size: .84rem; }
.hotel__more summary { cursor: pointer; color: var(--blue); font-weight: 700; font-size: .8rem; }
.hotel__more p { margin: 6px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.hotels { align-items: start; }
@media (max-width: 760px) { .itin__body { grid-template-columns: 1fr; } .itin__body img { width: 100%; height: 150px; } }

/* Huruf besar setiap perkataan: tajuk, butang, menu, label & nama pakej (perenggan kekal ayat biasa) */
h1, h2, h3, h4, .btn, .card__go, .linkbtn, .nav__links a, .nav__wa, .finder__tabs button, .ff__t > span, .ff select, .sortsel, .sortsel select,
.pill, .perk b, .perk small, .how b, .card__tag, .card__dur, .card__body h3, .meta li, .card__next, .seat, .price small, .price em,
.tier h3, .tier__sub, .tier li, .tier__flag, .tier__price small, .tier__pkgs, .faq summary, .statband__nums small, .agent b, .agent small,
.soon b, .soon small, .hero__card-h, .hotel small, .hotel b, .hotel > span, .hotel__more summary, .dtable th, .itin__badge, .itin__day summary b, .itin__sec,
.co__steps li, .sumrow > span, .opt__t b, .opt__t small, .fld > span, .pm-opt, .rv__g, .rv__count, .rcard__h b, .foot h4, .stickybar__cta, .lang button,
.finder__live, .hero__card-f, .ticks li b, .hero__lead { text-transform: capitalize; }
/* Semua teks termasuk perenggan: setiap perkataan bermula huruf besar */
body { text-transform: capitalize; }
/* Kecuali input yang ditaip jemaah, emel, URL & no. rujukan */
input, textarea, .nocap, .ref, .demo-flag .nocap { text-transform: none; }


/* Checkout OnPay + CHIP */
.pcard { border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px 4px; margin: 0 0 12px; background: #fff; }
.pcard legend { font-weight: 800; color: var(--blue); font-size: .88rem; padding: 0 6px; }
.fld select { font: inherit; border: 1.5px solid var(--line); border-radius: 10px; padding: .7em .85em; color: var(--ink); background: #fff; width: 100%; }
.fld textarea { resize: vertical; }
.chipbox { border: 1.5px solid var(--blue-100); background: var(--blue-50); border-radius: 14px; padding: 14px 16px; margin-bottom: 14px; }
.chipbox__t { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--blue); margin-bottom: 6px; }
.chipbox p { font-size: .9rem; margin-bottom: 8px; }
.chipbox__l { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: .86rem; }
.chipbox__l li { display: flex; gap: 8px; align-items: flex-start; }
.chipbox__l .ic { color: var(--ok); margin-top: 3px; }
.co__err { background: var(--red-50); color: var(--red); border-radius: 10px; padding: 10px 12px; font-size: .86rem; }
.spinner--sm { width: 16px; height: 16px; border-width: 2px; margin: 0; display: inline-block; vertical-align: -3px; border-color: rgba(255,255,255,.4); border-top-color: #fff; }

/* Responsive */
@media (max-width: 1100px) {
  .grid, .tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__in { grid-template-columns: 1fr; gap: 28px; }
  .hero__card { max-width: 520px; }
  .finder__box { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .finder__go { grid-column: 1 / -1; min-height: 52px; }
  .statband { grid-template-columns: minmax(0, 1fr); }
  .statband__help { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
  .co__grid { grid-template-columns: 1fr; }
  .co__sum { border-left: 0; border-top: 1px solid var(--line); order: -1; padding: 16px 20px; }
  .co__sum .sumnote, .co__sum .secure { display: none; }
}
@media (max-width: 900px) {
  .perks__in, .how, .agents { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .incl { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .wrap { padding: 0 16px; }
  .section { padding: 56px 0; }
  .section--flush { padding-top: 0; }
  .sh { margin-bottom: 24px; }
  .nav__links { display: none; }
  .nav__in { height: 62px; justify-content: space-between; }
  .nav__wa span { display: none; }
  .nav__wa { padding: .6em .75em; }
  .hero { padding: 96px 0 118px; }
  .hero__card { display: none; }
  .hero__lead { font-size: 1rem; }
  .hero__cta .btn { flex: 1 1 100%; }
  .finder-wrap { margin-top: -84px; }
  .finder { padding: 8px 8px 12px; border-radius: 18px; }
  .finder__box { grid-template-columns: 1fr; gap: 10px; padding: 0 4px; }
  .finder__tabs button { padding: 8px 12px; font-size: .84rem; }
  .perks__in { gap: 16px; }
  .perk { flex-direction: column; align-items: flex-start; gap: 10px; }
  .grid, .tiers, .how, .agents { grid-template-columns: 1fr; }
  .tier--pop { order: -1; }
  .statband__nums { grid-template-columns: 1fr 1fr; row-gap: 22px; padding: 26px 8px; }
  .statband__nums > div:nth-child(2) { border-right: 0; }
  .statband__help { padding: 24px 20px; }
  .final__in { justify-content: center; text-align: center; }
  .foot__in { grid-template-columns: 1fr; }
  .stickybar { display: flex; }
  .pm__hero { grid-template-columns: 1fr; }
  .pm__gal { min-height: 230px; }
  .pm__info, .pm__sec { padding-left: 18px; padding-right: 18px; }
  .co__head, .co__main { padding-left: 18px; padding-right: 18px; }
  .row2 { grid-template-columns: 1fr; }
  .pay-methods { grid-template-columns: 1fr 1fr 1fr; }
  .modal { padding: 0; place-items: end stretch; }
  .modal__panel { border-radius: 20px 20px 0 0; max-height: 94dvh; }
  .dtable thead { display: none; }
  .dtable, .dtable tbody, .dtable tr, .dtable td { display: block; width: 100%; }
  .dtable tr { border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; }
  .dtable td { border: 0; padding: 0; }
  .dtable td.c-act { grid-column: 1 / -1; }
  .dtable td.c-act .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Cetak resit: hanya kandungan checkout */
@media print {
  body > *:not(#coModal) { display: none !important; }
  #coModal { position: static; display: block; padding: 0; }
  .modal__scrim, .modal__x, .co__steps, .success .btns, .demo-flag { display: none !important; }
  .modal__panel { box-shadow: none; max-height: none; overflow: visible; }
  .co__grid { grid-template-columns: 1fr 1fr; }
}

/* ===================== MESRA MOBILE ===================== */
.co__sumtoggle { display: none; }
.meta__dur { display: none !important; }
.pm__cta { display: none; }
.pm__more { display: none; }
@media (max-width: 760px) {
  body { font-size: 15px; }
  h2 { font-size: 1.5rem; }
  .section { padding: 44px 0; }
  .sh { margin-bottom: 20px; }
  .sh p { font-size: .92rem; }

  /* Nav */
  .nav__in { height: 58px; }
  .nav__logo img { height: 30px; }
  .lang button { padding: 8px 12px; font-size: .8rem; }
  .nav__wa { width: 40px; height: 40px; padding: 0; justify-content: center; }

  /* Hero ringkas: kotak carian nampak dalam skrin pertama */
  .hero { padding: 76px 0 104px; }
  .hero__pills { gap: 6px; margin-bottom: 12px; }
  .hero__pills .pill { font-size: .72rem; padding: 5px 10px; gap: 6px; }
  .hero__pills .pill .ic { width: 14px; height: 14px; }
  .hero__title { font-size: 2.9rem; }
  .hero__title span { font-size: .42em; }
  .hero__script { font-size: 1.5rem; margin: 6px 0 8px; }
  .hero__lead { font-size: .92rem; line-height: 1.55; margin-bottom: 16px; }
  .hero__cta { flex-wrap: wrap; gap: 8px; }
  .hero__cta .btn { flex: 1 1 auto; padding: .85em 1em; font-size: .92rem; white-space: nowrap; }

  /* Carian: bulan & orang sebaris */
  .finder-wrap { margin-top: -80px; }
  .finder__tabs { padding: 4px 4px 10px; margin-bottom: 10px; -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent); mask-image: linear-gradient(90deg, #000 85%, transparent); }
  .finder__tabs button { padding: 9px 12px; }
  .finder__box { grid-template-columns: 1fr 1fr; gap: 8px; }
  .finder__box .ff:nth-child(3) { grid-column: 1 / -1; }
  .finder__go { grid-column: 1 / -1; min-height: 50px; }
  .ff { padding: 8px 10px; gap: 8px; min-height: 56px; }
  .ff > .ic { width: 18px; height: 18px; }
  .ff select { font-size: .92rem; min-height: 24px; }
  .finder__live { font-size: .8rem; margin-top: 10px; }

  /* Kelebihan: grid 2x2 padat */
  .perks { padding: 22px 0 0; }
  .perks__in { gap: 10px; }
  .perk { flex-direction: row; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px; }
  .perk .icbox { width: 38px; height: 38px; border-radius: 11px; }
  .perk .icbox .ic { width: 19px; height: 19px; }
  .perk b { font-size: .84rem; line-height: 1.25; }
  .perk small { font-size: .74rem; }

  /* Kad pakej mendatar: mudah banding & kurang skrol */
  .sh--row { align-items: flex-start; }
  .grid { gap: 12px; }
  .card { display: grid; grid-template-columns: 116px minmax(0, 1fr); grid-template-rows: auto auto; border-radius: 16px; }
  .card:hover { transform: none; }
  .card__img { grid-row: 1 / span 2; aspect-ratio: auto; height: 100%; min-height: 168px; }
  .card__img::after { display: none; }
  .card__tag { top: 8px; left: 8px; font-size: .66rem; padding: 3px 7px; }
  .card__dur { display: none; }
  .meta__dur { display: flex !important; }
  .card__body { padding: 12px 12px 0; }
  .card__body h3 { font-size: .98rem; margin-bottom: 6px; }
  .meta { gap: 3px; margin-bottom: 8px; font-size: .78rem; }
  .meta .ic { width: 14px; height: 14px; }
  .card__next { font-size: .72rem; padding: 7px 0; flex-wrap: wrap; row-gap: 4px; }
  .card__foot { padding: 8px 12px 12px; border-top: 0; align-items: center; }
  .price small { font-size: .68rem; }
  .price b { font-size: 1.15rem; }
  .price em { font-size: .68rem; }
  .card__go { padding: .7em .9em; font-size: .8rem; min-height: 40px; }
  .card--skel { min-height: 170px; }

  /* Review, tier, cara tempah */
  .rv__sum { padding: 22px 18px; }
  .rv__score { font-size: 2.8rem; }
  .tiers { gap: 14px; }
  .tier { padding: 22px 16px 16px; }
  .tier__pkgs .linkbtn { display: inline-block; padding: 6px 2px; }
  .how { gap: 10px; }
  .how li { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: center; text-align: left; padding: 14px 14px 14px 18px; }
  .how li::before { top: 8px; left: 8px; width: 20px; height: 20px; font-size: .68rem; }
  .how .icbox { grid-row: 1 / span 2; margin: 0; width: 50px; height: 50px; }
  .how b { margin: 0; }
  .statband__nums b { font-size: 1.6rem; }
  .incl__img { aspect-ratio: 16/10; border-radius: 18px; }
  .ticks li { font-size: .92rem; }
  .faq summary { padding: 14px 48px 14px 16px; font-size: .94rem; }
  .agents--one .agent img { width: 160px; height: 160px; }
  .final { padding: 40px 0; }
  .final .btn { width: 100%; }

  /* Bar bawah: muncul selepas melepasi hero */
  .stickybar { transform: translateY(110%); transition: transform .25s ease; }
  .stickybar.is-on { transform: none; }
  .foot { padding-bottom: 96px; }

  /* Teks & butang minimum untuk jari */
  .seat { font-size: .72rem; padding: 3px 8px; }
  .linkbtn { min-height: 32px; }
  .btn--sm { min-height: 40px; }

  /* Popup pakej */
  .pm__info { padding-top: 18px; }
  .pm__info h2 { font-size: 1.4rem; }
  .pm__sum { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; }
  .pm__sum.is-open { display: block; }
  .pm__more { display: inline-block; margin-bottom: 12px; }
  .pm__info > .btn--block { display: none; }
  .pm__cta { display: flex; position: sticky; bottom: 0; z-index: 4; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 20px rgba(16, 22, 49, .08); }
  .pm__cta .price b { font-size: 1.2rem; }
  .pm__cta .btn { flex: 0 0 auto; }
  .hotels { gap: 8px; }
  .posters { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .posters--wide { grid-template-columns: 1fr; }

  /* Checkout: ringkasan dilipat, butang teruskan melekat di bawah */
  .co__head { padding-top: 18px; padding-bottom: 10px; }
  .co__head h2 { font-size: 1.2rem; margin-bottom: 8px; }
  .co__steps li { font-size: .7rem; }
  .co__sum { padding: 12px 18px; }
  .co__sum h4 { display: none; }
  .co__sum:not(.is-open) .sumrow:not(.sumtotal) { display: none; }
  .co__sum .sumtotal { margin-top: 0; padding-top: 0; border-top: 0; }
  .co__sum.is-open .sumtotal { margin-top: 10px; padding-top: 12px; border-top: 1.5px dashed #cdd3e6; }
  .co__sumtoggle { display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; font-size: .8rem; }
  .co__main { padding-top: 16px; padding-bottom: 0; }
  .co__main h3 { font-size: 1.05rem; }
  .opt { padding: 11px 12px; gap: 4px 10px; }
  .opt__t b { font-size: .88rem; }
  .opt__t small { font-size: .74rem; }
  .co__nav { position: sticky; bottom: 0; z-index: 3; background: #fff; margin: 16px -18px 0; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); box-shadow: 0 -8px 20px rgba(16, 22, 49, .06); }
  .co__nav .btn { min-height: 46px; }
  .co__nav .btn--red { flex: 1; }
  .fld input, .fld select, .fld textarea { font-size: 16px; min-height: 46px; } /* 16px elak iPhone zoom automatik */
  .pay-methods { gap: 6px; }
  .pm-opt { padding: 10px 6px; }
  .gw__bank { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
  .hero__title { font-size: 2.5rem; }
  .card { grid-template-columns: 100px minmax(0, 1fr); }
  .lang button { padding: 7px 9px; }
}

/* ===== SUSUNAN TEKS & ELAK TERKELUAR SKRIN (22 Sep) ===== */
html, body { overflow-x: clip; }
.hero__copy { min-width: 0; }
.pill { white-space: normal; max-width: 100%; }
/* Perenggan: rata kiri kanan (justify), baris terakhir ikut susunan asal */
.hero__lead, .sh .muted, #gridSub, .faq p, [data-i18n="st.p"], [data-i18n="tr.sub"], .pm__sum, .itin__body p, .note, .rv__note,
.incl p, .modal .muted, .how li p, .agent p {
  text-align: justify; text-justify: inter-word; -webkit-hyphens: auto; hyphens: auto; overflow-wrap: break-word;
}
.sh--center .muted, .sh--center p, .how li p, .agent p, .rv__sum p { text-align-last: center; }
@media (max-width: 480px) {
  .stickybar__cta { min-width: 0; white-space: normal; text-align: center; line-height: 1.2; font-size: .88rem; padding-left: .8em; padding-right: .8em; }
  .statband__nums > div { min-width: 0; }
  .statband__nums small { overflow-wrap: break-word; }
}
