:root {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --ink: #064e3b;
  --muted: #4b5563;
  --line: rgba(16, 185, 129, 0.12);
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-soft: #d1fae5;
  --forest: #047857;
  --forest-deep: #064e3b;
  --shadow: 0 20px 60px rgba(4, 120, 87, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1160px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.08), transparent 35%),
    radial-gradient(circle at top right, rgba(4, 120, 87, 0.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fdfb 40%, #f0fdf4 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li,
summary,
span,
a {
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin: 0 0 0.75rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.08;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.45rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #fff8f0;
  font-weight: 800;
  background: linear-gradient(135deg, var(--forest) 0%, var(--accent) 100%);
  box-shadow: var(--shadow);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
}

.desktop-nav {
  display: flex;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 600;
  align-items: center;
}

.desktop-nav a,
.nav-toggle-btn,
.submenu-toggle {
  font: inherit;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--forest-deep);
}

.nav-dropdown {
  position: relative;
}

.nav-trigger,
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.nav-trigger::after,
.submenu-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75rem;
  transition: transform 180ms ease;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.9rem);
  left: 0;
  min-width: 260px;
  padding: 0.8rem;
  display: grid;
  gap: 0.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.dropdown-menu a {
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: rgba(16, 185, 129, 0.08);
}

.nav-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown.is-open .nav-trigger::after,
.nav-dropdown.is-open .submenu-toggle::after {
  transform: rotate(180deg);
}

.menu-toggle {
  display: none;
}

.nav-toggle-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--forest-deep);
  cursor: pointer;
  box-shadow: var(--shadow);
}

.nav-toggle-btn i {
  font-size: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 54px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff8f0;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: 0 16px 30px rgba(181, 87, 28, 0.25);
}

.btn-secondary {
  color: var(--forest-deep);
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid rgba(22, 49, 40, 0.12);
}

.btn-call {
  background: #f78725;
  box-shadow: 0 16px 30px rgba(247, 135, 37, 0.25);
  color: white;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.25);
  color: white;
}

.hero-section {
  padding: 4.5rem 0 3rem;
}

.page-banner {
  padding: 2rem 0 1rem;
}

.home-banner {
  padding: 1.5rem 0 0;
}

.home-banner-image {
  width: 100%;
  border-radius: 32px;
  border: 1px solid rgba(16, 185, 129, 0.12);
  box-shadow: var(--shadow);
}

.page-banner-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 32px;
  border: 1px solid rgba(16, 185, 129, 0.12);
  box-shadow: var(--shadow);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.18) 100%),
    url('images/top-banner.jpeg') center/cover no-repeat,
    linear-gradient(135deg, rgba(209, 250, 229, 0.95), rgba(255, 247, 237, 0.88));
}

.page-banner-card::after {
  content: "";
  position: absolute;
  inset: auto 2rem 2rem auto;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.14), transparent 65%);
}

.page-banner-overlay {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 2.2rem;
}

.page-banner-overlay h1 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  margin-bottom: 0.8rem;
}

.page-banner-overlay p {
  color: #1f2937;
  max-width: 48ch;
}

.page-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.page-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--forest-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero-copy {
  padding: 2rem 0;
}

.hero-copy h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
}

.hero-text {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-points li,
.check-list li,
.destination-list li {
  position: relative;
  padding-left: 1.6rem;
}

.trust-points li::before,
.check-list li::before,
.destination-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--forest) 100%);
  box-shadow: 0 0 0 6px rgba(217, 113, 44, 0.1);
}

.hero-card,
.content-panel,
.destination-panel,
.booking-box,
.cta-panel {
  position: relative;
}

.booking-card,
.content-panel,
.destination-panel,
.booking-box,
.cta-panel,
.service-card,
.fleet-card,
.feature-card,
.testimonial-card,
.faq-list details,
.footer-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.booking-card {
  height: 100%;
  padding: 2rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(209, 250, 229, 0.85)),
    var(--surface-strong);
}

/* Mini Booking Form Styles */
.mini-booking-form {
  display: grid;
  gap: 1.2rem;
  margin: 1.5rem 0 1.75rem;
}

.form-group {
  display: grid;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(22, 49, 40, 0.12);
  background: rgba(255, 255, 255, 0.65);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  transition: all 0.2s ease;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--forest);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(33, 77, 63, 0.06);
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "↓";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.8rem;
  color: var(--muted);
}

.form-group select {
  appearance: none;
  padding-right: 3rem;
}

.card-label,
.info-label,
.fleet-tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, 0.58);
}

.contact-stack {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 1.75rem;
}

.mini-booking-ui {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.mini-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.mini-field {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(22, 49, 40, 0.08);
}

.mini-field span,
.conversion-note p {
  color: var(--muted);
}

.mini-field strong {
  display: block;
  margin-top: 0.15rem;
}

.contact-stack a,
.contact-stack span {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.62);
}

.booking-highlights {
  display: grid;
  gap: 1rem;
}

.booking-highlights div {
  padding: 1rem 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(23, 53, 43, 0.08);
}

.booking-highlights strong,
.info-card strong,
.contact-block strong,
.footer-card strong {
  display: block;
  margin-bottom: 0.2rem;
}

.proof-strip {
  padding: 0 0 1rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-grid > div {
  padding: 1.3rem 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(23, 53, 43, 0.92);
  color: #f7f1e4;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid span {
  color: rgba(247, 241, 228, 0.78);
}

.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: rgba(240, 253, 244, 0.55);
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading.center {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading p {
  color: var(--muted);
}

.platform-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.25rem;
}

.platform-card {
  padding: 1.6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.platform-card-large {
  grid-row: span 2;
  background:
    linear-gradient(160deg, rgba(255, 250, 242, 0.98), rgba(244, 216, 185, 0.74)),
    var(--surface);
}

.platform-card p {
  margin: 0;
  color: var(--muted);
}

.journey-steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.journey-step {
  padding: 1rem 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(23, 53, 43, 0.07);
}

.journey-step strong,
.journey-step span {
  display: block;
}

.journey-step span {
  color: var(--muted);
}

.two-column,
.scenic-grid,
.cta-layout,
.booking-layout,
.faq-layout,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.content-panel {
  padding: 2rem;
}

.about-image {
  height: 100%;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.info-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.info-card,
.contact-block {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(33, 77, 63, 0.06);
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.feature-card,
.fleet-card,
.testimonial-card {
  padding: 1.5rem;
}

.service-card h3 a {
  color: inherit;
}

.service-card h3 a:hover,
.service-card h3 a:focus-visible {
  color: var(--forest);
}

.service-card p,
.feature-card p,
.fleet-card p,
.testimonial-card p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

/* Fleet Card Overrides for Images */
.fleet-card {
  padding: 0;
  overflow: hidden;
}

.fleet-content {
  padding: 1.5rem;
}

.fleet-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(209, 250, 229, 0.4) 0%, rgba(167, 243, 208, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}

@media (max-width: 780px) {
  .fleet-image {
    aspect-ratio: 4 / 3;
    padding: 1rem;
  }
}


.fleet-card:hover .fleet-image img {
  transform: scale(1.06);
}

.scenic-section {
  position: relative;
}

.destination-panel {
  padding: 2.5rem;
  background:
    linear-gradient(180deg, rgba(23, 53, 43, 0.93), rgba(33, 77, 63, 0.88)),
    url('images/scenic_bg.png') center/cover no-repeat,
    var(--forest-deep);
  color: #f8f3ea;
}

.destination-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.destination-list li::before {
  background: linear-gradient(135deg, #f3c58c 0%, #f7f1e4 100%);
  box-shadow: 0 0 0 6px rgba(243, 197, 140, 0.12);
}

.airport-section {
  background: linear-gradient(135deg, rgba(36, 82, 68, 0.96), rgba(23, 53, 43, 0.96));
  color: #f7f1e4;
}

.airport-section .eyebrow,
.airport-section p {
  color: rgba(247, 241, 228, 0.84);
}

.cta-panel {
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.08);
}

.cta-panel p {
  color: rgba(247, 241, 228, 0.84);
  margin-top: 0;
}

.booking-section {
  padding-top: 4.5rem;
}

.booking-box {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(209, 250, 229, 0.9)),
    var(--surface);
}

.check-list,
.destination-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list {
  display: grid;
  gap: 0.9rem;
}

.contact-grid {
  margin-top: 1.5rem;
}

.contact-block {
  background: rgba(255, 255, 255, 0.68);
}

.conversion-note {
  margin-top: 1.25rem;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(33, 77, 63, 0.08);
}

.conversion-note strong {
  display: block;
  margin-bottom: 0.25rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.testimonial-card footer {
  margin-top: 1rem;
  font-weight: 800;
  color: var(--forest);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.15rem 1.25rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin-top: 0.9rem;
}

.breadcrumb {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.page-intro {
  max-width: 760px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.detail-panel,
.pricing-table,
.contact-panel,
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.detail-panel,
.contact-panel {
  padding: 2rem;
}

.detail-panel p:last-child,
.contact-panel p:last-child {
  margin-bottom: 0;
}

.highlight-list {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.highlight-list li {
  position: relative;
  padding-left: 1.6rem;
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--forest) 100%);
  box-shadow: 0 0 0 6px rgba(217, 113, 44, 0.1);
}

.pricing-table {
  overflow: hidden;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid rgba(16, 185, 129, 0.12);
}

.pricing-table th {
  background: rgba(16, 185, 129, 0.08);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.contact-panel {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(209, 250, 229, 0.85)),
    var(--surface-strong);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.review-card {
  padding: 1.5rem;
}

.review-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--forest);
}

.site-footer {
  padding: 5rem 0 7rem;
  background: #10261f;
  color: #f7f1e4;
}

.site-footer .eyebrow,
.site-footer p {
  color: rgba(247, 241, 228, 0.75);
}

.footer-cards {
  display: grid;
  gap: 1rem;
}

.footer-card {
  display: block;
  padding: 1.3rem 1.35rem;
  color: #f7f1e4;
  background: rgba(255, 255, 255, 0.06);
}

.footer-card span {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(247, 241, 228, 0.68);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(247, 241, 228, 0.6);
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-bottom p {
  margin: 0;
  color: inherit;
}

.footer-bottom a {
  color: rgba(247, 241, 228, 0.8);
  text-decoration: underline;
  text-decoration-color: rgba(247, 241, 228, 0.4);
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: #fff;
}

.mobile-bookbar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: none;
  gap: 0.8rem;
}

.mobile-bookbar a {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-height: 54px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.mobile-bookbar a:first-child {
  color: #fff8f0;
  background: #f78725;
  box-shadow: 0 4px 14px rgba(247, 135, 37, 0.4);
}

.mobile-bookbar a:last-child {
  color: #fff8f0;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

/* Gallery Styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  background: rgba(33, 77, 63, 0.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: color 0.2s;
}

.lightbox-close:hover {
  color: #ccc;
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-column,
  .detail-grid,
  .scenic-grid,
  .cta-layout,
  .booking-layout,
  .faq-layout,
  .footer-grid,
  .three-up,
  .testimonial-grid,
  .review-grid,
  .fleet-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    grid-template-columns: 1fr 1fr;
  }

  .platform-card-large {
    grid-row: auto;
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .menu-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .desktop-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.9rem;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .desktop-nav.is-open {
    display: flex;
  }

  .desktop-nav > a,
  .nav-trigger,
  .submenu-toggle {
    justify-content: space-between;
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 14px;
  }

  .desktop-nav > a:hover,
  .nav-trigger:hover,
  .submenu-toggle:hover,
  .desktop-nav > a:focus-visible,
  .nav-trigger:focus-visible,
  .submenu-toggle:focus-visible {
    background: rgba(16, 185, 129, 0.08);
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    padding: 0.5rem;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(240, 253, 244, 0.85);
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .hero-section {
    padding-top: 2rem;
  }

  .hero-grid,
  .two-column,
  .detail-grid,
  .scenic-grid,
  .cta-layout,
  .booking-layout,
  .faq-layout,
  .footer-grid,
  .three-up,
  .fleet-grid,
  .testimonial-grid,
  .review-grid,
  .info-grid,
  .contact-grid,
  .destination-list,
  .trust-points,
  .platform-grid,
  .mini-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4rem 0;
  }

  .booking-card,
  .content-panel,
  .destination-panel,
  .booking-box,
  .detail-panel,
  .contact-panel {
    padding: 1.4rem;
  }

  .page-banner-card {
    min-height: 280px;
    background-position: 66% center;
  }

  .page-banner-overlay {
    padding: 1.4rem;
  }

  .mobile-bookbar {
    display: flex;
  }

  .site-footer {
    padding-bottom: 6.5rem;
  }
}
