/* ─────────────────────────────────────────────────────────────
   FONTS
───────────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Gotham';
    src: url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Book.woff2') format('woff2'),
         url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-BookItalic.woff2') format('woff2'),
         url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Medium.woff2') format('woff2'),
         url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Bold.woff2') format('woff2'),
         url('https://8820531.fs1.hubspotusercontent-na1.net/hubfs/8820531/01%20Gondwana%20Website/Gotham%20Fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* ─────────────────────────────────────────────────────────────
   CSS VARIABLES
───────────────────────────────────────────────────────────── */
:root {
  --font-head: 'Gotham', sans-serif;
  --font-body: 'Gotham', sans-serif;
  --green:         #4a8c56;
  --green-dark:    #3a7044;
  --gold:          #26AD5F;
  --text-dark:     #323232;
  --text-mid:      #4a4a4a;
  --text-muted:    #888888;
  --text-light:    #ffffff;
  --bg-white:      #ffffff;
  --bg-cream:      #f0ece6;
  --bg-cream-dark: #e8e2da;
  --bg-dark:       #6b6560;
  --border:        #ddd8d0;
  --card-radius:   14px;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.07);
  --shadow-md:     0 6px 28px rgba(0,0,0,0.12);
  --section-px:    72px;
  --max-w:         1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }

/* ─── Shared ─────────────────────────────────────────────── */
.vd-section-label { font-family: var(--font-head); font-size: 16px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; }
.vd-section-title { font-family: var(--font-head); font-size: 38px; font-weight: 700; line-height: 1.15; color: var(--text-dark); }
.vd-section-title span { color: var(--text-muted); font-weight: 700; }

/* ═══════════════════════════════════════ SECTION 1 — HERO ═══════════════════════════════════ */
#vd-hero { position: relative; width: 100%; height: 380px; overflow: hidden; background-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url("https://gondwana-collection.com/hubfs/01%20Gondwana%20Website/06%20COMPANY/Gondwana%20Accommodation.jpg"); }
#vd-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,8,6,0.68) 0%, rgba(10,8,6,0.40) 38%, rgba(10,8,6,0.08) 65%, transparent 100%); z-index: 1; }
.vd-hero-inner { position: absolute; inset: 0; z-index: 2; }
.vd-hero-content { position: absolute; top: 50%; transform: translateY(-50%); left: 50%; translate: -50% 0; width: 100%; max-width: 1300px; padding: 0 var(--section-px); }
.vd-hero-text { max-width: 580px; }
.vd-hero-label { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.78); margin-bottom: 6px; letter-spacing: 0.3px; }
.vd-hero-title { font-family: var(--font-head); font-size: 48px; font-weight: 700; color: var(--text-light); line-height: 1.1; }

/* Badges */
.vd-hero-badges { position: absolute; bottom: 32px; left: 50%; translate: -50% 0; width: 100%; max-width: 1300px; display: flex; gap: 12px; flex-wrap: wrap; z-index: 3; padding: 0 var(--section-px); }
.vd-badge { display: inline-block; padding: 8px 22px; border: 1.5px solid rgba(255,255,255,0.55); border-radius: 50px; font-family: var(--font-head); font-size: 14px; font-weight: 400; color: var(--text-light); background: transparent; letter-spacing: 0.2px; white-space: nowrap; }
.vd-badge--active { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.88); }

/* ═══════════════════════════════════════ SECTION 2 — FAQ WITH TABS ═══════════════════════════════════ */
#vd-faq { background: var(--bg-cream); padding: 64px var(--section-px) 0; }
.vd-faq-inner { max-width: var(--max-w); margin: 0 auto; }
.vd-faq-desc { max-width: 700px; margin: 0 auto 40px; text-align: center; font-size: 15px; color: var(--text-mid); line-height: 1.65; }

/* FAQ Tab Navigation */
.vd-faq-tabs { display: flex; gap: 6px; margin-bottom: 28px; flex-wrap: wrap; justify-content: center; }
.vd-faq-tab { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 50px; border: 1.5px solid var(--border); background: var(--bg-white); font-family: var(--font-head); font-size: 14px; font-weight: 600; color: var(--text-muted); cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; white-space: nowrap; }
.vd-faq-tab:hover { border-color: var(--text-mid); color: var(--text-dark); }
.vd-faq-tab--active { background: #318f53; border-color: #318f53; color: var(--text-light); }
.vd-faq-tab--active:hover { background: var(--text-dark); color: var(--text-light); }

/* Tab arrow */
.vd-tab-arrow { width: 14px; height: 14px; margin-left: 6px; flex-shrink: 0; transition: transform 0.2s ease; }
.vd-faq-tab--active .vd-tab-arrow { transform: rotate(90deg); }

/* FAQ Panels */
.vd-faq-panels-wrap { position: relative; overflow: visible; }
.vd-faq-panel { width: 100%; opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 0; left: 0; transition: none; }
.vd-faq-panel--active { position: relative; opacity: 1; visibility: visible; pointer-events: all; }

/* Accordion */
.vd-accordion { display: flex; flex-direction: column; gap: 8px; }
.vd-accordion-item { background: var(--bg-white); border-radius: 10px; border: 1px solid var(--border); overflow: hidden; transition: box-shadow 0.2s; }
.vd-accordion-item:hover { box-shadow: var(--shadow-sm); }
.vd-accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; background: none; border: none; font-family: var(--font-head); font-size: 16px; font-weight: 500; color: var(--text-dark); cursor: pointer; text-align: left; transition: background 0.2s; gap: 16px; }
.vd-accordion-trigger:hover { background: var(--bg-cream); }
.vd-accordion-trigger span { flex: 1; }
.vd-accordion-icon { width: 20px; height: 20px; color: var(--text-muted); transition: transform 0.3s ease; flex-shrink: 0; }
.vd-accordion-item--active .vd-accordion-icon { transform: rotate(180deg); }
.vd-accordion-panel { display: none; border-top: 1px solid var(--border); }
.vd-accordion-content { padding: 20px 24px; font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.vd-accordion-content p { margin-bottom: 12px; }
.vd-accordion-content p:last-child { margin-bottom: 0; }
.vd-accordion-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.vd-accordion-content a:hover { color: var(--green-dark); }
.vd-faq-list { padding-left: 20px !important; margin-bottom: 12px; }
.vd-faq-list li { margin-bottom: 6px; font-size: 15px; color: var(--text-mid); line-height: 1.6; }

/* ═══════════════════════════════════════ SECTION 3 — EXPLORE THE FLEET ═══════════════════════════════════ */
#vd-fleet-cta { background: var(--bg-cream); padding: 40px var(--section-px) 72px; }
.vd-fleet-cta-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--bg-white); border-radius: var(--card-radius); border: 1.5px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
.vd-fleet-cta-left { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.vd-fleet-cta-left p { font-size: 16px; color: var(--text-mid); margin: 16px 0 28px; line-height: 1.6; }
.vd-fleet-cta-left .vd-cta-btn { display: inline-block; background: #318f53; color: var(--text-light); font-family: var(--font-head); font-size: 14px; font-weight: 600; padding: 13px 28px; border-radius: 50px; white-space: nowrap; transition: background 0.2s; width: fit-content; }
.vd-fleet-cta-left .vd-cta-btn:hover { background: #323232;); }
.vd-fleet-cta-right { height: 100%; min-height: 400px; }
.vd-fleet-cta-right img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.6s ease; }

/* ═══════════════════════════════════════ RESPONSIVE ═══════════════════════════════════ */
@media (max-width: 1280px) { :root { --section-px: 48px; } }
@media (max-width: 1100px) {
  :root { --section-px: 36px; }
  .vd-hero-title { font-size: 38px; }
  .vd-fleet-cta-left { padding: 48px; }
}
@media (max-width: 900px) {
  :root { --section-px: 28px; }
  #vd-hero { height: 340px; }
  .vd-hero-title { font-size: 32px; }
  .vd-section-title { font-size: 28px; }
  .vd-fleet-cta-inner { grid-template-columns: 1fr; }
  .vd-fleet-cta-right { min-height: 300px; order: 0; }
  .vd-fleet-cta-left { padding: 36px; text-align: center; }
  .vd-fleet-cta-left .vd-cta-btn { margin: 0 auto; }
}
@media (max-width: 768px) {
  :root { --section-px: 20px; }
  #vd-hero { height: 300px; }
  .vd-hero-title { font-size: 26px; }
  .vd-hero-badges { bottom: 20px; left: 0; right: 0; translate: 0; width: 100%; max-width: 100%; padding: 0 20px; gap: 8px; }
  .vd-badge { font-size: 11px; padding: 6px 12px; }
  #vd-faq { padding: 48px var(--section-px) 0; }
  #vd-fleet-cta { padding: 32px var(--section-px) 48px; }
  .vd-fleet-cta-left { padding: 32px 24px; }
  .vd-fleet-cta-right { min-height: 250px; }
  .vd-faq-tabs { gap: 4px; }
  .vd-faq-tab { padding: 8px 14px; font-size: 13px; }
  .vd-accordion-trigger { padding: 16px 20px; font-size: 15px; }
  .vd-accordion-content { padding: 16px 20px; font-size: 14px; }
  .vd-faq-desc { font-size: 14px; margin-bottom: 24px; }
}
@media (max-width: 480px) {
  #vd-hero { height: 260px; }
  .vd-hero-title { font-size: 22px; }
  .vd-section-title { font-size: 22px; }
  .vd-hero-badges { bottom: 16px; padding: 0 16px; gap: 6px; }
  .vd-badge { font-size: 10px; padding: 5px 10px; }
  .vd-faq-tab { padding: 7px 12px; font-size: 12px; }
  .vd-accordion-trigger { padding: 14px 16px; font-size: 14px; }
}

*,
*:focus,
*:focus-visible,
*:active,
*:hover {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.hs-input:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
[class*="hs-"]:focus {
  outline: none !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}