:root {
    --teal: #75a9b3;
    --purple: #a374ff;
    --dark: #222225;
    --cream: #f3ede0;
    --shadow-cream: #e3d9c2;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    overflow-x: hidden;
    background-color: var(--cream);
}

/* ── NAV ── */
.nav {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
    pointer-events: none;
}

.nav > * { pointer-events: auto; }

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.nav-links a:hover { opacity: 1; }

.nav-logo-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.nav-icon-btn {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.nav-icon-btn:hover { opacity: 1; }

.nav-dot {
    width: 8px; height: 8px;
    background: #e05a5a;
    border-radius: 50%;
}

.nav-toggle {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}

.icon-wrapper {
    width: 26px; height: 16px;
    display: flex; flex-direction: column;
    justify-content: space-between;
}

.line {
    display: block;
    width: 100%; height: 2.5px;
    background: var(--teal);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.nav-toggle.active .line.top    { transform: translateY(6.75px) rotate(45deg); background: #fff; }
.nav-toggle.active .line.middle { opacity: 0; transform: translateX(-10px); }
.nav-toggle.active .line.bottom { transform: translateY(-6.75px) rotate(-45deg); background: #fff; }

/* ── HERO ── */
.hero {
    width: 100%; height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-overlay-gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.25) 100%);
}

.hero-content {
    position: absolute;
    top: 0; left: 0; right: 0;
    padding: 7rem 3.5rem 0;
    z-index: 10;
}

.hero-headline {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: clamp(52px, 8vw, 90px);
    line-height: 1.05;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.hero-sub {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(255, 255, 255);
    max-width: 380px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
}

/* ── SEARCH CARD ── */
.search-card {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    background: #fcfef1;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    z-index: 10;
}

/* ── TABS ── */
.search-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}

.tab {
    font-size: 15px;
    font-weight: 700;
    padding: 4px 0;
    margin-right: 1.8rem;
    color: #aaa;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
}

.tab.active {
    color: var(--dark);
    border-bottom-color: var(--teal);
}

.tab-divider { flex: 1; }

.tab-option {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    margin-left: 1rem;
}

.tab-option svg { width: 14px; height: 14px; }

/* ── TAB PANELS ── */
.tab-panel {
    animation: panelFadeIn 0.25s ease;
}

.tab-panel.hidden {
    display: none;
}

@keyframes panelFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── SEARCH FIELDS ── */
.search-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
}

.field {
    padding: 10px 20px;
    border-right: 1px solid #eee;
}

.field-select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.field-select:focus {
    outline: none;
    border-color: #75a9b3;
}

.field:first-child { padding-left: 0; }
.field:last-child { border-right: none; padding-right: 0; }

.field-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 3px;
    letter-spacing: 0.3px;
}

.field-value {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.field-input {
    border: none;
    outline: none;
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--dark);
    width: 100%;
    background: transparent;
}

.field-input::placeholder { color: #bbb; }

.date-display {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    padding-top: 1px;
}

.place-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
}

.place-chip {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    background: #f5f5f5;
    border: 1.5px solid #e8e8e8;
    border-radius: 20px;
    padding: 3px 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.18s ease;
}

.place-chip input[type="checkbox"] { display: none; }

.place-chip:hover {
    border-color: var(--teal);
    color: var(--teal);
}

.place-chip.checked {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.route-status {
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    transition: color 0.3s ease;
}

.route-status.ready {
    color: var(--teal);
    font-weight: 600;
}

.field-cta {
    display: flex;
    align-items: center;
}

.cari-btn {
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 0 2rem;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    min-width: 100px;
    height: 100%;
    transition: background 0.2s, transform 0.1s;
}

.cari-btn:hover { background: #5e98a2; }
.cari-btn:active { transform: scale(0.97); }

.discovery-fields .field-label {
    color: #888;
    font-weight: 700;
}

/* ── VOYAGER ── */
.search-card.voyager-mode {
    bottom: 1.5rem;
    top: 6rem;
    padding-bottom: 0;
    overflow: visible;
    width: 1176px;
    height: auto;
}

/* Hero harus ikut memanjang saat voyager mode aktif */
.hero:has(.search-card.voyager-mode),
.hero.hero-voyager {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 3rem;
}

.voyager-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
    padding: 0rem 0 1.25rem;
    min-height: 200px;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.voyager-left {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-left: 70px;
}

.voyager-title {
    font-family: "League Spartan", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.2;
}

.voyager-desc {
    font-family: "League Spartan", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    line-height: 1.6;
    max-width: 260px;
}

.gen-btn {
    margin-top: 0.4rem;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-family: "League Spartan", sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    width: fit-content;
    transition: background 0.2s, transform 0.1s;
}

.gen-btn:hover  { background: #5e98a2; }
.gen-btn:active { transform: scale(0.97); }

.voyager-illus {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.luggage-img {
    width: 100px;
    height: 215px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
}

.luggage-emoji {
    font-size: 100px;
    line-height: 1;
    text-align: center;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.1));
}

.voyager-card {
    background: #f5f0e4;
    border-radius: 16px;
    padding: 0.9rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
}

.vcard-map-placeholder {
    width: 100%;
    height: 72px;
    background: linear-gradient(135deg, #e8e2d4 0%, #ddd6c6 100%);
    border-radius: 10px;
}

.vcard-divider {
    height: 1px;
    background: #e0d9cb;
    margin: 2px 0;
}

.vcard-stay-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
}

.vcard-route-tag {
    font-size: 12px;
    font-weight: 500;
    color: #888;
}

.vcard-selectors {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.vcard-select-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #e0d9cb;
    border-radius: 20px;
    padding: 5px 12px;
    font-family: "League Spartan", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
    cursor: pointer;
    transition: border-color 0.2s;
}

.vcard-select-btn svg { width: 12px; height: 12px; }
.vcard-select-btn:hover { border-color: var(--teal); color: var(--teal); }

.voyager-bar {
    display: grid;
    grid-template-columns: minmax(120px, 180px) auto minmax(120px, 160px) auto minmax(120px, 160px) auto;
    align-items: center;
    background: #f5f0e4;
    border-radius: 14px;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    gap: 0;
    margin: 0 -1.5rem -1.25rem;
}

.vbar-field {
    padding: 0 1rem;
}

.vbar-label {
    font-size: 11px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}

.vbar-input {
    border: none;
    outline: none;
    background: transparent;
    font-family: "League Spartan", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    width: 100%;
}

.vbar-input::placeholder { color: #bbb; }

.vbar-value {
    font-size: 12px;
    font-weight: 500;
    color: var(--dark);
}

.vbar-divider {
    width: 1px;
    height: 32px;
    background: #e0d9cb;
    flex-shrink: 0;
}

.vbar-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 2px;
}

.vbar-chip {
    font-size: 10px;
    padding: 2px 8px;
}

.budget-btn {
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0 1.5rem;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    height: 52px;
    margin-left: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s, transform 0.1s;
}

.budget-btn:hover  { background: #5e98a2; }
.budget-btn:active { transform: scale(0.97); }

/* ══════════════════════════════════════════════════════════
   ── MENU OVERLAY ──
   ══════════════════════════════════════════════════════════ */
.menu {
    position: fixed; inset: 0;
    display: flex;
    padding: 2.5rem;
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    pointer-events: none;
}

.menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-bg-svg {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    z-index: -1;
}

/* ── INFO BOX KIRI ── */
.menu-col-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}

/* Kotak glassmorphism untuk teks info */
.menu-col-info-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 1.4rem 1.6rem;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
}

.menu-col-info p {
    margin-bottom: 0.5rem;
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.menu-col-info h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.55;
    color: #fff;
}

.menu-col-info h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

/* ── BRAND CENTER ── */
.menu-col-links {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
}

.menu-brand-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

/* Kotak glassmorphism untuk brand name */
.menu-brand-text-box {
    background: rgba(255, 255, 255, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 0.75rem 2.2rem 0.9rem;
    box-shadow:
        0 8px 40px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.menu-brand-logo-box {
    width: 130px;
    height: 130px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.13);
    border: 2px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.3s ease;
}

.menu-brand-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.menu-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    opacity: 0;
    transform: translateY(14px);
}

.menu.is-open .menu-brand-logo { opacity: 1; }
.menu.is-open .menu-brand-name { opacity: 1; transform: translateY(0); }

.char { display: inline-block; }

/* ══════════════════════════════════════════════════════════
   ── VOYAGER HERO BANNER ──
   ══════════════════════════════════════════════════════════ */
.voyager-hero-banner {
    position: relative;
    margin: 0 0 1rem;
    padding: 1.1rem 2rem 1rem;
    background: linear-gradient(115deg, #222225 0%, #2e3a3d 45%, #1a2e32 100%);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.voyager-hero-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--teal), var(--purple), var(--teal), transparent);
    background-size: 200% 100%;
    animation: vhb-shimmer 2.8s linear infinite;
}

.voyager-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

@keyframes vhb-shimmer {
    0%   { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.vhb-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.vhb-dot {
    position: absolute;
    border-radius: 50%;
    background: var(--teal);
    opacity: 0.18;
    animation: vhb-float 4s ease-in-out infinite;
}

.vhb-dot:nth-child(1) { width: 6px;  height: 6px;  top: 20%; left: 5%;   animation-delay: 0s;    animation-duration: 3.8s; }
.vhb-dot:nth-child(2) { width: 4px;  height: 4px;  top: 60%; left: 12%;  animation-delay: 0.7s;  animation-duration: 4.5s; background: var(--purple); }
.vhb-dot:nth-child(3) { width: 8px;  height: 8px;  top: 30%; right: 18%; animation-delay: 1.2s;  animation-duration: 3.2s; }
.vhb-dot:nth-child(4) { width: 5px;  height: 5px;  top: 70%; right: 8%;  animation-delay: 0.4s;  animation-duration: 5s;   background: var(--purple); }
.vhb-dot:nth-child(5) { width: 3px;  height: 3px;  top: 50%; left: 55%;  animation-delay: 1.8s;  animation-duration: 4.1s; }

@keyframes vhb-float {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.18; }
    50%       { transform: translateY(-6px) scale(1.15); opacity: 0.32; }
}

.vhb-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.vhb-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(117, 169, 179, 0.12);
    border: 1px solid rgba(117, 169, 179, 0.3);
    border-radius: 20px;
    padding: 3px 10px;
    width: fit-content;
    animation: vhb-badge-pulse 3s ease-in-out infinite;
}

@keyframes vhb-badge-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(117, 169, 179, 0); }
    50%       { box-shadow: 0 0 0 4px rgba(117, 169, 179, 0.12); }
}

.vhb-headline {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    line-height: 1;
}

.vhb-line1 {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(15px, 1.6vw, 19px);
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.vhb-line2 {
    font-family: 'Boldonse', cursive;
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.vhb-dot-accent {
    color: var(--teal);
}

.vhb-features {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.vhb-feat {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 3px 9px;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.vhb-feat-dot {
    color: rgba(255,255,255,0.25);
    font-size: 12px;
}

.vhb-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.48);
    letter-spacing: 0.2px;
    font-style: italic;
    line-height: 1.5;
}

.vhb-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.vhb-cta-btn {
    background: linear-gradient(135deg, var(--teal) 0%, #5b9ea8 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 9px 20px;
    font-family: 'League Spartan', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(117,169,179,0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vhb-cta-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px rgba(117,169,179,0.55);
}

.vhb-cta-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

.vhb-cta-btn:hover .vhb-cta-arrow {
    transform: translateX(3px);
}

.vhb-arrow {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: var(--teal);
    opacity: 0.6;
    animation: vhb-bounce 1.6s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes vhb-bounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(5px); }
}

/* Mobile responsive for banner */
@media (max-width: 768px) {
    .voyager-hero-banner {
        margin: 0 0 0.8rem;
        padding: 0.9rem 1.2rem 0.85rem;
        border-radius: 10px;
    }
    .vhb-sub { display: none; }
    .vhb-arrow { font-size: 14px; }
    .vhb-feat-dot { display: none; }
    .vhb-cta-btn { font-size: 11px; padding: 7px 14px; }
}

@media (max-width: 480px) {
    .voyager-hero-banner {
        margin: 0 0 0.7rem;
        padding: 0.8rem 1rem 0.75rem;
        border-radius: 8px;
    }
}

/* ══════════════════════════════════════════════════════════
   ── RESPONSIVE ──
   ══════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
    .search-card {
        width: calc(100% - 3rem);
        left: 50%;
        transform: translateX(-50%);
    }
    .search-card.voyager-mode {
        width: calc(100% - 3rem);
        top: 5rem;
        bottom: 1rem;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .nav { padding: 1.2rem 1.5rem; }
    .nav-links { gap: 1.2rem; }
    .nav-links a { font-size: 13px; }
    .hero-content { padding: 6.5rem 2.5rem 0; }
    .hero-headline { font-size: clamp(42px, 6vw, 68px); }
    .search-card.voyager-mode { top: 5rem; bottom: 1rem; height: auto; }
    .voyager-body { grid-template-columns: 1fr auto 1fr; gap: 1rem; }
    .voyager-left { margin-left: 20px; }
    .voyager-title { font-size: clamp(16px, 1.8vw, 20px); }
    .luggage-img { width: 80px; height: 210px; }
    .voyager-illus { width: 140px; }
    .voyager-bar {
        grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr) auto minmax(100px, 1fr) auto;
        padding: 0.6rem 0.4rem 0.6rem 0.8rem;
        margin: 0 -1.5rem -1.25rem;
    }
    .vbar-field { padding: 0 0.6rem; }
    .budget-btn { font-size: 12px; padding: 0 1rem; height: 46px; }
}

@media (max-width: 768px) {
    .nav { padding: 1rem 1.2rem; }
    .nav-links { display: none; }
    .nav-logo-img { width: 40px; height: 40px; }
    .nav-right { gap: 0.9rem; }
    .hero-content { padding: 5.5rem 1.5rem 0; text-align: center; }
    .hero-headline { font-size: clamp(36px, 10vw, 56px); margin-bottom: 1rem; }
    .hero-sub { font-size: 13px; max-width: 320px; }
    .search-card { bottom: 1.2rem; width: calc(100% - 2rem); padding: 1rem 1rem; border-radius: 16px; }
    .search-tabs { flex-wrap: wrap; gap: 0.3rem; margin-bottom: 0.8rem; }
    .tab { font-size: 13px; margin-right: 1rem; }
    .tab-divider { display: none; }
    .tab-option { display: none; }
    .search-fields, .discovery-fields { grid-template-columns: 1fr; gap: 0; }
    .field { border-right: none; border-bottom: 1px solid #eee; padding: 10px 0; }
    .field:first-child { padding-left: 0; }
    .field:last-child { border-bottom: none; padding-bottom: 0; }
    .field-cta { padding-top: 10px; }
    .cari-btn { width: 100%; padding: 14px; border-radius: 12px; font-size: 16px; height: auto; }
    .place-options { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; scrollbar-width: none; }
    .place-options::-webkit-scrollbar { display: none; }
    .search-card.voyager-mode { top: 4.5rem; bottom: 1rem; height: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; width: calc(100% - 2rem); }
    .voyager-body { grid-template-columns: 1fr; gap: 1rem; padding: 0 0 1rem; }
    .voyager-left { margin-left: 0; align-items: flex-start; }
    .voyager-title { font-size: 18px; }
    .voyager-desc { font-size: 12px; max-width: 100%; }
    .gen-btn { width: 100%; text-align: center; }
    .voyager-illus { display: none; }
    .voyager-card { width: 100%; min-width: unset; }
    .voyager-bar { grid-template-columns: 1fr; gap: 0; margin: 0 -1rem -1rem; padding: 0.8rem 1rem; border-radius: 12px 12px 14px 14px; }
    .vbar-field { padding: 8px 0; }
    .vbar-divider { width: 100%; height: 1px; flex-shrink: 0; }
    .vbar-chips { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
    .vbar-chips::-webkit-scrollbar { display: none; }
    .budget-btn { width: 100%; margin-left: 0; margin-top: 0.5rem; height: 48px; font-size: 14px; border-radius: 12px; }

    /* Menu overlay – mobile */
    .menu { padding: 2rem 1.5rem; flex-direction: column; justify-content: center; align-items: center; }
    .menu-col-links { position: relative; top: auto; left: auto; transform: none; margin-bottom: 2rem; }
    .menu-col-info { position: relative; align-items: center; text-align: center; margin-top: 1.5rem; }
    .menu-col-info-box { padding: 1rem 1.2rem; border-radius: 14px; }
    .menu-brand-logo-box { width: 100px; height: 100px; border-radius: 22px; }
    .menu-brand-logo { width: 56px; height: 56px; }
    .menu-brand-name { font-size: clamp(28px, 8vw, 42px); }
    .menu-brand-text-box { padding: 0.6rem 1.5rem 0.75rem; border-radius: 14px; }
}

@media (max-width: 480px) {
    .nav { padding: 0.9rem 1rem; }
    .nav-icon-btn { width: 28px; height: 28px; }
    .nav-icon-btn svg { width: 18px; height: 18px; }
    .nav-logo-img { width: 36px; height: 36px; }
    .nav-right { gap: 0.6rem; }
    .hero-content { padding: 5rem 1.1rem 0; }
    .hero-headline { font-size: clamp(30px, 9.5vw, 44px); margin-bottom: 0.75rem; }
    .hero-sub { font-size: 12px; max-width: 280px; }
    .search-card { bottom: 0.8rem; width: calc(100% - 1.6rem); padding: 0.85rem 0.85rem; border-radius: 14px; }
    .tab { font-size: 12px; margin-right: 0.75rem; }
    .field-label { font-size: 11px; }
    .field-input { font-size: 12px; }
    .place-chip { font-size: 10px; padding: 3px 8px; white-space: nowrap; }
    .cari-btn { font-size: 15px; padding: 12px; }
    .field-select { font-size: 13px; padding: 9px 12px; }
    .search-card.voyager-mode { top: 4rem; }
    .voyager-title { font-size: 17px; }
    .voyager-desc { font-size: 11px; }
    .gen-btn { font-size: 13px; padding: 10px 20px; }
    .vcard-map-placeholder { height: 60px; }
    .vcard-select-btn { font-size: 11px; padding: 4px 10px; }
    .vbar-label { font-size: 10px; }
    .vbar-input { font-size: 11px; }
    .budget-btn { font-size: 13px; height: 44px; }
    .menu-brand-logo-box { width: 84px; height: 84px; border-radius: 18px; }
    .menu-brand-logo { width: 46px; height: 46px; }
    .menu-brand-name { font-size: clamp(24px, 7vw, 36px); letter-spacing: 1px; }
    .menu-brand-text-box { padding: 0.5rem 1.2rem 0.6rem; border-radius: 12px; }
    .menu-col-info-box { padding: 0.85rem 1rem; border-radius: 12px; }
}
/* ── VOYAGER TAB HYPE LABEL ── */
.voyager-tab-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    line-height: 1;
}

.voyager-tab-hype {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(90deg, #f59e0b, #ef4444);
    padding: 3px 8px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(239,68,68,0.35);
    animation: hype-pulse 2s ease-in-out infinite;
}

@keyframes hype-pulse {
    0%, 100% { box-shadow: 0 2px 8px rgba(239,68,68,0.35); }
    50%       { box-shadow: 0 2px 14px rgba(239,68,68,0.65), 0 0 0 3px rgba(245,158,11,0.18); }
}

/* ── NAV HIDE ON SCROLL (desktop only) ── */
.nav {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.35s ease;
}
.nav.nav--hidden {
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
}

/* ── FIX KOPER KELUAR ── */
.voyager-illus {
    overflow: hidden;
    clip-path: inset(0 0 -10px 0); /* allow shadow bawah tapi clip atas/samping */
}