:root {
  --navy: #08233f;
  --navy-2: #0d335b;
  --orange: #f59e0b;
  --orange-dark: #d97706;
  --sky: #0284c7;
  --green: #16803c;
  --ink: #172033;
  --muted: #667085;
  --soft: #f5f7fb;
  --line: #e3e8ef;
  --white: #fff;
  --radius: 14px;
  --shadow-sm: 0 8px 24px rgba(8, 35, 63, .08);
  --shadow-lg: 0 24px 64px rgba(8, 35, 63, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: Inter, system-ui, sans-serif; color: var(--ink); line-height: 1.65; background: var(--white); }
main, section, .row > *, .card-body { min-width: 0; }
h1, h2, h3, .navbar-brand { font-family: Poppins, Inter, sans-serif; font-weight: 700; line-height: 1.18; }
h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); color: var(--navy); }
h3 { font-size: 1.1rem; }
p:last-child { margin-bottom: 0; }
a { color: var(--navy-2); text-decoration: none; overflow-wrap: anywhere; transition: color .2s ease; }
a:hover { color: var(--orange-dark); }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(100% - 2rem, 1180px); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid #0b74b8; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 2000; top: .75rem; left: .75rem; padding: .7rem 1rem; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; box-shadow: var(--shadow-lg); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.btn { min-height: 44px; padding: .65rem 1.05rem; border-radius: 10px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-brand { background: var(--orange); border-color: var(--orange); color: #172033; box-shadow: 0 8px 18px rgba(245, 158, 11, .18); }
.btn-brand:hover, .btn-brand:focus { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; }
.btn-outline-brand { border: 1px solid var(--navy); color: var(--navy); background: #fff; }
.btn-outline-brand:hover { background: var(--navy); color: #fff; }

.topbar { background: var(--navy); color: #dcecff; font-size: .86rem; padding: .45rem 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: .75rem 1.5rem; flex-wrap: wrap; }
.topbar a { color: #fff; margin-left: 1rem; }
.topbar a:hover { color: #ffd58a; }
.navbar { min-height: 78px; border-bottom: 1px solid rgba(8, 35, 63, .08); box-shadow: 0 8px 30px rgba(8, 35, 63, .06); }
.navbar-brand { display: flex; align-items: center; gap: .65rem; color: var(--navy); flex-shrink: 0; }
.navbar-brand:hover { color: var(--navy); }
.navbar-brand small { display: block; font: 600 .7rem/1.3 Inter, sans-serif; color: var(--muted); }
.brand-mark { min-width: 46px; min-height: 46px; display: grid; place-items: center; background: var(--navy); color: #fff; border-radius: 12px; font-weight: 800; }
.navbar-toggler { border: 1px solid var(--line); padding: .45rem .6rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(2, 132, 199, .18); }
.nav-link { padding: .75rem .48rem !important; border: 0; background: transparent; font-weight: 700; color: var(--navy); font-size: .84rem; white-space: nowrap; }
.nav-link:hover, .nav-link:focus { color: var(--orange-dark); }
.dropdown-menu { max-height: min(70vh, 440px); overflow-y: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: .5rem; }
.dropdown-item { border-radius: 8px; padding: .55rem .75rem; font-size: .9rem; }
.dropdown-item:active { background: var(--navy); }
.nav-cta { padding-inline: .9rem; }

.hero { position: relative; isolation: isolate; background: linear-gradient(90deg, rgba(5, 25, 46, .96), rgba(8, 35, 63, .72)), url("../images/decorative-bg.svg") center/cover; padding: 80px 0; color: #fff; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 130px; background: linear-gradient(transparent, rgba(2, 18, 34, .2)); }
.hero .row { align-items: flex-start !important; }
.hero h1 { max-width: 760px; margin: .25rem 0 1rem; font-size: clamp(2.45rem, 5.4vw, 4.8rem); line-height: 1.04; letter-spacing: -.035em; }
.hero .lead { max-width: 680px; color: #e8f1fa; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.75rem; }
.hero-form, .content-card, .sticky-panel, .admin-card { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.35rem; }
.hero-form { max-height: 630px; overflow-y: auto; scrollbar-width: thin; }
.hero-form h2 { margin-bottom: 1rem; font-size: 1.35rem; }
.hero-form .row { --bs-gutter-y: .8rem; }
.hero-form .form-label { margin-bottom: .25rem; font-size: .82rem; }

.section { padding: 76px 0; }
.soft { background: var(--soft); }
.section-head { max-width: 760px; margin: 0 auto 2.25rem; text-align: center; }
.section-head span, .eyebrow { display: inline-block; margin-bottom: .55rem; color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-head h2 { margin: 0; letter-spacing: -.025em; }
.image-card, .feature-card, .destination-tile, .testimonial { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.image-card:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(8, 35, 63, .12); }
.image-card { display: flex; flex-direction: column; }
.image-card img, .destination-tile img, .rounded-media { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.image-card .card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.2rem; }
.image-card .card-body p { color: var(--muted); }
.image-card .card-body > a { margin-top: auto; font-weight: 800; }
.image-card h3, .feature-card h3, .destination-tile h3 { margin: .7rem 0 .45rem; color: var(--navy); }
.feature-card { padding: 1.3rem; }
.feature-card i { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: .85rem; border-radius: 12px; background: #e9f6fc; color: var(--sky); font-size: 1.35rem; }
.feature-card p { color: var(--muted); }
.feature-card > a { font-weight: 800; }
.badge-soft { display: inline-flex; margin-bottom: .4rem; padding: .25rem .65rem; border-radius: 999px; background: #fff4d8; color: #8a5100; font-size: .75rem; font-weight: 800; }
.rounded-media { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.spec-grid, .trust-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.trust-list span { display: flex; gap: .5rem; align-items: flex-start; font-weight: 700; }
.trust-list i { color: var(--green); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.process-grid > div { min-height: 145px; padding: 1.2rem; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.process-grid strong { display: block; margin-bottom: .4rem; color: var(--orange-dark); font-size: 1.8rem; }
.process-grid h3 { color: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.gallery-grid a { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s ease; }
.gallery-grid a:hover img { transform: scale(1.035); }
.testimonial { height: auto; margin-bottom: 1rem; }
.testimonial strong { color: var(--orange-dark); }
.testimonial footer { color: var(--navy); font-weight: 800; }
.accordion-item { overflow: hidden; border-color: var(--line); }
.accordion-button { color: var(--navy); font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--navy); background: #edf7fc; box-shadow: none; }
.corporate-strip { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #e5eef8; }
.corporate-strip h2 { color: #fff; }
.corporate-strip p { max-width: 760px; }
.page-hero, .final-cta, .thank-you { padding: 68px 0; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.page-hero h1, .final-cta h2, .thank-you h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.page-hero p, .final-cta p { color: #dce8f4; }
.page-hero nav, .page-hero nav a { color: #dce8f4; }
.page-hero nav { margin-bottom: .65rem; font-size: .9rem; }
.filter-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin-bottom: 1.5rem; }
.map { width: 100%; height: 300px; border: 0; border-radius: var(--radius); }

.form-label { color: #344054; font-weight: 700; }
.form-control, .form-select { min-height: 46px; border-color: #b8c0cc; border-radius: 9px; }
.form-control::placeholder { color: #667085; opacity: 1; }
textarea.form-control { min-height: 112px; resize: vertical; }
.form-control:focus, .form-select:focus { border-color: var(--sky); box-shadow: 0 0 0 .2rem rgba(2, 132, 199, .13); }
.form-status { margin-bottom: .7rem; font-weight: 800; }
.field-error { color: #b42318; font-size: .85rem; }
.floating-actions { position: fixed; z-index: 1030; right: 18px; bottom: 18px; display: grid; gap: .55rem; }
.float-btn { width: 48px; height: 48px; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.float-btn:hover { color: #fff; transform: translateY(-2px); }
.float-btn.whatsapp { background: var(--green); }
.float-btn.enquiry { background: var(--orange); color: #172033; }

.footer { padding: 56px 0 24px; background: #071c33; color: #cddbea; }
.footer h2, .footer h3 { margin-bottom: 1rem; color: #fff; font-size: 1.05rem; }
.footer h2 { font-size: 1.45rem; }
.footer a { display: block; width: fit-content; margin: .38rem 0; color: #fff; }
.footer a:hover { color: #ffd58a; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: .75rem 1.5rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .9rem; }
.footer-bottom a { display: inline; margin: 0 .2rem; }
.footer p, .footer-contact span { overflow-wrap: anywhere; }

.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 260px minmax(0, 1fr); }
.admin-sidebar { padding: 1rem; background: var(--navy); color: #fff; }
.admin-sidebar a, .admin-sidebar button { display: block; width: 100%; padding: .65rem; border: 0; border-radius: 8px; background: none; color: #fff; text-align: left; }
.admin-sidebar a:hover, .admin-sidebar button:hover { background: rgba(255, 255, 255, .12); }
.admin-main { min-width: 0; padding: 1.5rem; background: var(--soft); }
.admin-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.admin-stat { padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.admin-stat strong { display: block; color: var(--navy); font-size: 2rem; }
.status-badge { padding: .25rem .6rem; border-radius: 999px; background: #eaf6ff; color: var(--navy); font-size: .78rem; font-weight: 800; }

/* Premium public-site system */
:root { --navy: #0b1f3a; --navy-2: #142e50; --orange: #f58220; --orange-dark: #d96b10; --soft: #f6f8fb; --ink: #1f2937; --muted: #667085; --line: #eaecf0; }
body { font-size: 1rem; line-height: 1.7; }
.container { width: min(100% - 3rem, 1320px); max-width: 1320px; }
.section { padding: 104px 0; }
h2 { font-size: clamp(2.25rem, 3.4vw, 2.75rem); letter-spacing: -.035em; }
.section-copy { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.section-head { max-width: 820px; margin-bottom: 3rem; }
.section-head p { margin: 1rem auto 0; color: var(--muted); font-size: 1.05rem; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-intro h2 { margin: 0; }
.section-intro > p { margin: 0 0 .35rem; color: var(--muted); font-size: 1.05rem; }
.section-link { margin-top: 2.25rem; text-align: center; }
.section-link a { color: var(--navy); font-weight: 800; }
.section-link i, .card-actions i, .service-visual a i { transition: transform .2s ease; }
.section-link a:hover i, .card-actions a:hover i, .service-visual a:hover i { transform: translateX(4px); }

.navbar { min-height: 84px; transition: min-height .25s ease, box-shadow .25s ease; }
.navbar.is-scrolled { min-height: 70px; box-shadow: 0 8px 28px rgba(11, 31, 58, .1); }
.nav-link { position: relative; padding-inline: .62rem !important; font-size: .88rem; }
.nav-link.active { color: var(--orange-dark) !important; }
.nav-link.active::after { content: ""; position: absolute; right: .6rem; bottom: .35rem; left: .6rem; height: 2px; background: var(--orange); }
.menu-button { display: inline-flex; align-items: center; gap: .55rem; padding: .5rem .7rem; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--navy); font-weight: 800; }
.menu-button i { font-size: 1.45rem; }
.mobile-nav { width: min(400px, 92vw) !important; }
.mobile-nav .offcanvas-header { padding: 1.25rem; border-bottom: 1px solid var(--line); }
.mobile-nav .offcanvas-body { display: flex; flex-direction: column; padding: .75rem 1.25rem 1.5rem; }
.mobile-nav-links { display: grid; }
.mobile-nav-links > a, .mobile-nav-links > button { display: flex; justify-content: space-between; align-items: center; padding: .82rem 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--navy); font-weight: 800; text-align: left; }
.mobile-subnav { padding: .4rem 0 .4rem 1rem; border-bottom: 1px solid var(--line); }
.mobile-subnav a { display: block; padding: .48rem 0; color: var(--muted); font-size: .92rem; }
.mobile-nav-actions { display: grid; gap: .8rem; margin-top: auto; padding-top: 1.5rem; }
.mobile-nav-actions > a:not(.btn) { color: var(--navy); font-weight: 700; }
.mobile-nav-actions .whatsapp-link { color: var(--green) !important; }

.home-hero { min-height: 700px; display: flex; align-items: center; padding: 100px 0 145px; background: linear-gradient(90deg, rgba(7, 23, 43, .93) 0%, rgba(11, 31, 58, .76) 52%, rgba(11, 31, 58, .44) 100%), url("../images/decorative-bg.svg") center / cover; }
.home-hero::after { display: none; }
.hero-content { width: min(100% - 3rem, 1320px); }
.hero-content > * { max-width: 710px; }
.home-hero .eyebrow { color: #ffd2aa; letter-spacing: .14em; }
.home-hero .eyebrow span { margin: 0 .25rem; color: var(--orange); }
.home-hero h1 { margin: .65rem 0 1.35rem; font-size: clamp(3.25rem, 5.2vw, 4rem); }
.home-hero h1 em { color: #fff; font-style: normal; }
.home-hero .lead { color: rgba(255,255,255,.85); font-size: 1.12rem; line-height: 1.75; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-top: 2rem; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 700; }
.hero-assurances i { margin-right: .35rem; color: var(--orange); }
.planner-wrap { position: relative; z-index: 5; margin-top: -70px; }
.journey-planner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto; gap: 0; padding: 1.15rem 1.15rem .75rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 55px rgba(11, 31, 58, .16); }
.planner-field { min-width: 0; padding: 0 1rem; border-right: 1px solid var(--line); }
.planner-field label { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.planner-field > div { display: flex; align-items: center; gap: .55rem; }
.planner-field i { color: var(--orange); }
.planner-field input, .planner-field select { width: 100%; min-width: 0; padding: .35rem 0; border: 0; outline: 0; background: transparent; color: var(--navy); font-weight: 700; }
.journey-planner > .btn { margin-left: 1rem; align-self: center; }
.planner-advanced { grid-column: 1 / -1; width: fit-content; margin: .7rem 0 0 1rem; color: var(--muted); font-size: .78rem; font-weight: 700; }
.trust-strip { padding: 42px 0 30px; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-grid span { display: flex; align-items: center; justify-content: center; gap: .65rem; padding: .35rem 1rem; border-right: 1px solid var(--line); color: var(--navy); font-weight: 800; text-align: center; }
.trust-strip-grid span:last-child { border: 0; }
.trust-strip-grid i { color: var(--orange); font-size: 1.25rem; }

.service-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 1rem; }
.service-visual { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; min-height: 320px; border-radius: 14px; background: linear-gradient(0deg, rgba(5, 20, 38, .94), rgba(5, 20, 38, .12)), var(--card-image) center / cover; }
.service-visual::before { content: ""; position: absolute; z-index: -1; inset: 0; background: inherit; transition: transform .3s ease; }
.service-visual:hover::before { transform: scale(1.035); }
.service-wide { grid-column: span 2; }
.service-visual > div { width: 100%; padding: 1.5rem; color: #fff; }
.service-visual span { color: #ffc58e; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-visual h3 { margin: .4rem 0; color: #fff; font-size: 1.45rem; }
.service-visual p { max-width: 460px; margin-bottom: .7rem; color: rgba(255,255,255,.78); font-size: .9rem; }
.service-visual a { color: #fff; font-size: .88rem; font-weight: 800; }
.about-images { position: relative; padding: 0 4rem 4rem 0; }
.about-images img:first-child { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.about-images img:last-child { position: absolute; right: 0; bottom: 0; width: 43%; aspect-ratio: 1; object-fit: cover; border: 7px solid var(--soft); border-radius: 14px; }
.about-points { margin-top: 1.75rem; }

.fleet-home { background: #fff; }
.filter-tabs { display: flex; justify-content: center; gap: .5rem; flex-wrap: wrap; margin: -1rem 0 2.5rem; }
.filter-tabs a { padding: .5rem .95rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--muted); font-size: .85rem; font-weight: 800; }
.filter-tabs a.active, .filter-tabs a:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.fleet-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(11,31,58,.1); }
.fleet-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .25s ease; }
.fleet-card:hover > img { transform: scale(1.025); }
.fleet-card-body { padding: 1.35rem; }
.fleet-card-body > span { color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fleet-card h3 { margin: .35rem 0 1rem; color: var(--navy); font-size: 1.35rem; }
.fleet-card p { margin: 1rem 0; color: var(--muted); font-size: .9rem; }
.fleet-specs { display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: var(--muted); font-size: .78rem; }
.fleet-specs i { margin-right: .3rem; color: var(--orange); }
.card-actions { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .84rem; font-weight: 800; }

.purpose-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purpose-grid article { padding: 2rem; border-right: 1px solid var(--line); }
.purpose-grid article:last-child { border: 0; }
.purpose-grid i { color: var(--orange); font-size: 1.65rem; }
.purpose-grid h3 { margin: 1rem 0 .6rem; color: var(--navy); font-size: 1.25rem; }
.purpose-grid p { color: var(--muted); font-size: .92rem; }
.package-card { position: relative; isolation: isolate; overflow: hidden; min-height: 480px; display: flex; align-items: flex-end; border-radius: 14px; background: var(--navy); }
.package-card::after { content: ""; position: absolute; z-index: -1; inset: 30% 0 0; background: linear-gradient(transparent, rgba(5,20,38,.95)); }
.package-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.package-card:hover > img { transform: scale(1.035); }
.package-overlay { width: 100%; padding: 1.5rem; color: #fff; }
.package-overlay > span { color: #ffc58e; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.package-overlay h3 { margin: .35rem 0; color: #fff; font-size: 1.35rem; }
.package-overlay p { margin: 0; color: rgba(255,255,255,.78); font-size: .88rem; }
.package-overlay strong { display: block; margin: .65rem 0; font-size: .86rem; }
.package-overlay a { color: #fff; font-weight: 800; }

.destination-editorial { display: grid; grid-template-columns: 1.4fr .8fr 1fr; grid-template-rows: 260px 260px; gap: 1rem; }
.destination-editorial a { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 1.5rem; border-radius: 14px; color: #fff; background: linear-gradient(0deg, rgba(5,20,38,.88), rgba(5,20,38,.08)), var(--destination-image) center / cover; }
.destination-editorial a:first-child { grid-row: span 2; }
.destination-editorial a:nth-child(4) { grid-column: span 2; }
.destination-editorial span { color: #ffc58e; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.destination-editorial h3 { margin: .2rem 0 0; color: #fff; font-size: 1.5rem; }
.destination-editorial i { position: absolute; right: 1.4rem; bottom: 1.4rem; font-size: 1.2rem; }

.corporate-home { background: var(--navy); color: #dce6f1; }
.corporate-home h2 { max-width: 620px; color: #fff; font-size: clamp(2.35rem, 4vw, 3.4rem); }
.corporate-home p { max-width: 650px; }
.corporate-home img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.corporate-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.5rem; margin-top: 1.5rem; }
.corporate-list i { margin-right: .45rem; color: var(--orange); }
.why-list article { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.why-list article:first-child { padding-top: 0; }
.why-list article:last-child { border: 0; }
.why-list strong { color: var(--orange); font-size: 1.4rem; }
.why-list h3 { margin: 0 0 .25rem; color: var(--navy); font-size: 1.25rem; }
.why-list p { margin: 0; color: var(--muted); }
.process-section .process-grid > div { position: relative; min-height: 130px; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.process-arrow { position: absolute; top: 1.7rem; right: -.9rem; z-index: 2; color: var(--orange); font-size: 1.25rem; }
.testimonial-feature { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; max-width: 980px; margin: auto; padding: 3rem; border-left: 4px solid var(--orange); background: var(--soft); }
.stars { margin: .4rem 0 1.2rem; color: var(--orange); letter-spacing: .2em; }
.testimonial-feature blockquote { max-width: 800px; margin: 0 0 1.5rem; color: var(--navy); font: 700 clamp(1.55rem, 3vw, 2.25rem)/1.45 Poppins, sans-serif; }
.testimonial-feature p strong, .testimonial-feature p span { display: block; }
.testimonial-feature p span { color: var(--muted); font-size: .9rem; }
.testimonial-count { flex-shrink: 0; color: var(--navy); font-weight: 800; }
.testimonial-count span { color: var(--muted); }
.journey-cta { position: relative; isolation: isolate; padding: 96px 0; background: linear-gradient(rgba(7,23,43,.9), rgba(7,23,43,.9)), url("../images/decorative-bg.svg") center / cover; }
.journey-cta .eyebrow { color: #ffc58e; }
.journey-cta p { max-width: 640px; margin: 1rem auto 1.75rem; font-size: 1.08rem; }
.cta-actions { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.btn-whatsapp { border-color: var(--green); background: var(--green); color: #fff; }
.btn-whatsapp:hover { background: #116b33; color: #fff; }

.page-hero { min-height: 370px; display: flex; align-items: center; padding: 90px 0; background: linear-gradient(90deg, rgba(7,23,43,.95), rgba(11,31,58,.76)), url("../images/decorative-bg.svg") center / cover; }
.page-hero h1 { max-width: 850px; margin: .6rem 0; font-size: clamp(2.5rem, 4vw, 3.6rem); letter-spacing: -.04em; }
.page-hero p { max-width: 720px; font-size: 1.08rem; }
.sticky-panel { position: sticky; top: 100px; }
.enquiry-form:not(.hero-form .enquiry-form) { padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.content-card { box-shadow: none; }
.spec-grid { margin: 1.5rem 0; padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.spec-grid span { padding: .4rem; }
.spec-grid span strong { display: block; color: var(--navy); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.compact-enquiry { margin-top: 1.25rem; }
.advisor-actions { display: grid; gap: .65rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.advisor-actions a { color: var(--navy); font-weight: 800; }
.advisor-actions a:last-child { color: var(--green); }
.advisor-actions i { margin-right: .4rem; }
.itinerary-list .content-card { position: relative; padding-left: 5.5rem; }
.itinerary-list .content-card > strong { position: absolute; top: 1.35rem; left: 1.25rem; color: var(--orange-dark); }
.itinerary-list .content-card h3 { color: var(--navy); }

.footer-logo { display: flex !important; align-items: center; gap: .7rem; width: fit-content; margin: 0 0 1.25rem !important; color: #fff; font-family: Poppins, sans-serif; }
.footer-logo strong { display: block; font-size: 1.2rem; }
.footer-logo small { display: block; color: #9fb0c5; font-size: .7rem; }
.footer > .container > .row > div:first-child > p { max-width: 390px; }
.footer-social { display: flex; gap: .55rem; margin-top: 1.25rem; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; }
.footer-contact { display: flex !important; gap: .65rem; align-items: flex-start; margin-bottom: .75rem !important; }
.footer-contact i { margin-top: .1rem; color: var(--orange); }
.footer-bottom span:last-child { display: flex; gap: 1rem; flex-wrap: wrap; }
.mobile-action-bar { position: fixed; z-index: 1040; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: .45rem; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -8px 24px rgba(11,31,58,.1); }
.mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 46px; color: var(--navy); font-weight: 800; }
.mobile-action-bar a + a { border-left: 1px solid var(--line); color: var(--green); }
.narrow-container { max-width: 940px; }
.article-container { max-width: 900px; }
.article-content { color: #344054; font-size: 1.08rem; line-height: 1.85; }
.contact-list { display: grid; gap: .5rem; margin-top: 2rem; }
.contact-list p { display: flex; gap: .9rem; margin: 0; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list i { color: var(--orange); font-size: 1.2rem; }
.contact-list span, .contact-list small { display: block; }
.contact-list small { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-list a { color: var(--navy); font-weight: 800; }
.contact-list span > a { display: block; width: fit-content; }
.contact-list span > a + a { margin-top: .2rem; }
.contact-map { height: 360px; margin-top: 4rem; }

@media (max-width: 1199.98px) {
  .navbar { min-height: 72px; }
  .navbar-collapse { max-height: calc(100vh - 110px); overflow-y: auto; padding: .75rem 0 1rem; }
  .nav-link { padding: .6rem .25rem !important; font-size: .92rem; }
  .nav-cta { width: 100%; margin-top: .45rem; }
}

@media (max-width: 991.98px) {
  .hero { padding: 60px 0; }
  .hero-form { max-height: none; margin-top: .5rem; overflow: visible; }
  .process-grid, .gallery-grid, .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-bar { grid-template-columns: 1fr; }
  .admin-layout { grid-template-columns: 1fr; }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar a { margin: 0 .4rem; }
  .section { padding: 76px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 1rem; }
  .home-hero { min-height: 600px; padding: 80px 0 130px; }
  .journey-planner { grid-template-columns: 1fr 1fr; gap: 1rem 0; }
  .planner-field:nth-of-type(2) { border-right: 0; }
  .journey-planner > .btn { margin-right: 1rem; }
  .trust-strip-grid, .purpose-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip-grid span:nth-child(2), .purpose-grid article:nth-child(2) { border-right: 0; }
  .trust-strip-grid span { padding-block: .8rem; }
  .service-mosaic { grid-template-columns: 1fr 1fr; }
  .destination-editorial { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 260px); }
  .destination-editorial a:first-child { grid-row: span 2; }
  .destination-editorial a:nth-child(4) { grid-column: auto; }
  .destination-editorial a:last-child { grid-column: span 2; }
  .sticky-panel { position: static; }
  .footer { padding-bottom: 28px; }
  .footer .row > div { margin-bottom: .5rem; }
}

@media (max-width: 767.98px) {
  .page-hero { min-height: 280px; padding: 60px 0; }
  .page-hero p { font-size: 1rem; }
  .image-card .card-body, .fleet-card-body, .feature-card, .content-card, .sticky-panel { padding: 1.15rem; }
  .card-actions { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .contact-map { height: 280px; margin-top: 2.5rem; }
  .footer { padding-top: 46px; }
  .footer-bottom span:last-child { gap: .45rem 1rem; }
}

@media (max-width: 575.98px) {
  .container { width: min(100% - 1.25rem, 1180px); }
  .section { padding: 52px 0; }
  .hero { padding: 48px 0; }
  .hero h1 { font-size: clamp(2.15rem, 12vw, 3.1rem); }
  .hero-actions .btn { width: 100%; }
  .hero-form { padding: 1rem; }
  .process-grid, .gallery-grid, .admin-grid, .spec-grid, .trust-list { grid-template-columns: 1fr; }
  .navbar-brand small { display: none; }
  .navbar-brand strong { font-size: .95rem; }
  .brand-mark { min-width: 42px; min-height: 42px; }
  .topbar { display: none; }
  .floating-actions { right: 12px; bottom: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  body { padding-bottom: 62px; }
  .container, .hero-content { width: min(100% - 1.5rem, 1320px); }
  .section { padding: 60px 0; }
  h2 { font-size: clamp(1.85rem, 9vw, 2.15rem); }
  .home-hero { min-height: auto; padding: 76px 0 120px; }
  .home-hero h1 { font-size: clamp(2.35rem, 12vw, 2.8rem); }
  .home-hero .lead { font-size: 1rem; }
  .hero-assurances { display: grid; gap: .5rem; }
  .planner-wrap { margin-top: -75px; }
  .journey-planner { grid-template-columns: 1fr; padding: 1rem; }
  .planner-field { padding: .35rem 0 .75rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-planner > .btn { width: 100%; margin: .35rem 0 0; }
  .planner-advanced { margin-left: 0; }
  .trust-strip { padding-top: 30px; }
  .trust-strip-grid, .purpose-grid, .service-mosaic { grid-template-columns: 1fr; }
  .trust-strip-grid span, .purpose-grid article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .service-mosaic { grid-auto-rows: 300px; }
  .service-wide { grid-column: auto; }
  .about-images { padding: 0 2.5rem 2.5rem 0; }
  .filter-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
  .filter-tabs a { flex: 0 0 auto; }
  .purpose-grid article { padding: 1.5rem 0; }
  .destination-editorial { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .destination-editorial a { min-width: 82vw; min-height: 340px; scroll-snap-align: start; }
  .corporate-list { grid-template-columns: 1fr; }
  .process-section .process-grid { gap: 0; }
  .process-arrow { display: none; }
  .testimonial-feature { align-items: flex-start; flex-direction: column; padding: 1.75rem; }
  .journey-cta { padding: 72px 0; }
  .cta-actions .btn { width: 100%; }
  .page-hero { min-height: 250px; padding: 52px 0; }
  .page-hero h1 { font-size: clamp(2rem, 11vw, 2.65rem); overflow-wrap: anywhere; }
  .mobile-nav { width: 100% !important; }
  .mobile-nav .offcanvas-body { max-height: calc(100dvh - 78px); overflow-y: auto; }
  .footer .col-6 { width: 100%; }
  .itinerary-list .content-card { padding-left: 1.25rem; }
  .itinerary-list .content-card > strong { position: static; display: block; margin-bottom: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
