
:root {
  --fp-text: #1a1a1a;
  --fp-muted: #667085;
  --fp-yellow: #ffc300;
  --fp-yellow-hover: #e9b200;
  --fp-navy: #101b2d;
  --fp-navy-soft: #17263d;
  --fp-cream: #fffaf0;
  --fp-surface: #ffffff;
  --fp-bg: #f7f8fa;
  --fp-line: #e6e8ec;
  --fp-success: #167a55;
  --fp-radius-sm: 8px;
  --fp-radius-md: 14px;
  --fp-radius-lg: 22px;
  --fp-shadow: 0 18px 50px rgba(16, 27, 45, 0.08);
}

html {
  scroll-behavior: smooth;
}

body.fp-route-page {
  margin: 0;
  background: var(--fp-bg);
  color: var(--fp-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.fp-route-page *,
body.fp-route-page *::before,
body.fp-route-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.fp-route-page img {
  display: block;
  max-width: 100%;
}

body.fp-route-page a,
body.fp-route-page button,
body.fp-route-page input,
body.fp-route-page summary {
  font: inherit;
}

body.fp-route-page :focus-visible {
  outline: 3px solid rgba(255, 195, 0, 0.55);
  outline-offset: 3px;
}

body.fp-route-page .container {
  width: min(100% - 40px, 1200px);
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
}

body.fp-route-page .navbar {
  top: 12px;
  width: min(calc(100% - 32px), 1160px);
  min-height: 58px;
  padding: 7px 10px 7px 16px;
  background: #fff;
  border: 1px solid rgba(16, 27, 45, 0.09);
  box-shadow: 0 8px 24px rgba(16, 27, 45, 0.08);
}

body.fp-route-page .navbar-logo {
  width: 66px;
  height: 42px;
}

body.fp-route-page .navbar-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.fp-route-page .nav-link {
  color: #3f4754;
  font-size: 13px;
  font-weight: 500;
}

body.fp-route-page .nav-link:hover,
body.fp-route-page .nav-link.active {
  color: var(--fp-text);
}

body.fp-route-page .navbar .btn-primary {
  min-height: 40px;
  padding: 0 18px;
  background: var(--fp-yellow);
  color: var(--fp-navy);
  border-radius: 10px;
  box-shadow: none;
  font-weight: 600;
}

body.fp-route-page .mobile-menu {
  top: 82px;
  width: min(calc(100% - 32px), 440px);
  right: 16px;
  left: auto;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: 14px;
  box-shadow: var(--fp-shadow);
}

.fp-v2-main {
  overflow: clip;
}

.fp-v2-main h1,
.fp-v2-main h2,
.fp-v2-main h3,
.fp-v2-related h2,
.fp-v2-related h3,
.fp-v2-location h2,
.fp-v2-location h3,
.fp-v2-faq h2,
.fp-v2-final-cta h2 {
  margin-top: 0;
  color: var(--fp-text);
  font-weight: 600;
}

.fp-v2-main h1 {
  margin-bottom: 12px;
  font-size: 60px;
  line-height: 1.02;
}

.fp-v2-main h2,
.fp-v2-related h2,
.fp-v2-location h2,
.fp-v2-faq h2,
.fp-v2-final-cta h2 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.1;
}

.fp-v2-main h3,
.fp-v2-related h3,
.fp-v2-location h3 {
  font-size: 22px;
  line-height: 1.25;
}

.fp-v2-main p,
.fp-v2-related p,
.fp-v2-location p,
.fp-v2-faq p,
.fp-v2-final-cta p {
  margin-top: 0;
  color: var(--fp-muted);
}

.fp-v2-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 96px 0 20px;
  color: #858d99;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}

.fp-v2-breadcrumb a {
  color: var(--fp-muted);
  text-decoration: none;
}

.fp-v2-breadcrumb a:hover {
  color: var(--fp-text);
}

.fp-v2-breadcrumb span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  color: #343a43;
  text-overflow: ellipsis;
}

.fp-v2-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 500px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--fp-radius-lg);
  background: var(--fp-navy);
  box-shadow: 0 18px 48px rgba(16, 27, 45, 0.12);
}

.fp-v2-hero-img,
.fp-v2-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fp-v2-hero-img {
  z-index: -2;
  object-fit: cover;
  object-position: var(--hero-position, center);
  animation: fp-hero-image 750ms ease-out both;
}

.fp-v2-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 13, 23, 0.72) 0%, rgba(7, 13, 23, 0.28) 56%, rgba(7, 13, 23, 0.06) 100%),
    linear-gradient(0deg, rgba(7, 13, 23, 0.76) 0%, rgba(7, 13, 23, 0.04) 64%);
}

.fp-v2-hero-content {
  width: min(850px, 82%);
  padding: 48px;
  color: #fff;
  animation: fp-hero-content 700ms 100ms ease-out both;
}

.fp-v2-hero-content h1 {
  max-width: 760px;
  color: #fff;
}

.fp-v2-hero-badge,
.fp-v2-eyebrow,
.fp-v2-final-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #9b7600;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-v2-hero-badge {
  padding: 6px 10px;
  color: var(--fp-navy);
  background: var(--fp-yellow);
  border-radius: 999px;
}

.fp-v2-hero-lead {
  max-width: 650px;
  margin-bottom: 22px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 19px;
  line-height: 1.5;
}

.fp-v2-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 26px;
}

.fp-v2-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
}

.fp-v2-hero-meta i {
  color: var(--fp-yellow);
}

.fp-v2-hero-action {
  display: flex;
  align-items: center;
  gap: 28px;
}

.fp-v2-hero-action p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.fp-v2-hero-action strong {
  display: inline-block;
  margin-inline: 4px;
  color: var(--fp-yellow);
  font-size: 24px;
  font-weight: 600;
}

.fp-v2-btn-primary,
.fp-v2-btn-secondary,
.fp-v2-btn-whatsapp,
.fp-v2-btn-loc {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.fp-v2-btn-primary {
  padding: 0 22px;
  color: var(--fp-navy);
  background: var(--fp-yellow);
}

.fp-v2-btn-primary:hover,
.fp-v2-btn-whatsapp:hover {
  color: var(--fp-navy);
  background: var(--fp-yellow-hover);
  transform: translateY(-2px);
}

.fp-v2-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 18px 0 88px;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius-md);
}

.fp-v2-trust-strip > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
}

.fp-v2-trust-strip > div + div {
  border-left: 1px solid var(--fp-line);
}

.fp-v2-trust-strip i {
  flex: 0 0 auto;
  color: #987500;
  font-size: 18px;
}

.fp-v2-trust-strip span,
.fp-v2-trust-strip strong,
.fp-v2-trust-strip small {
  display: block;
  min-width: 0;
}

.fp-v2-trust-strip strong {
  color: var(--fp-text);
  font-size: 13px;
  font-weight: 600;
}

.fp-v2-trust-strip small {
  margin-top: 2px;
  color: var(--fp-muted);
  font-size: 11px;
}

.fp-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  grid-template-areas:
    "intro booking"
    "details booking";
  gap: 0 58px;
  align-items: start;
  padding-bottom: 96px;
}

.fp-v2-intro {
  grid-area: intro;
}

.fp-v2-intro > p {
  max-width: 68ch;
  font-size: 17px;
}

.fp-v2-intro h2 {
  max-width: 720px;
}

.fp-v2-sidebar {
  position: sticky;
  top: 88px;
  z-index: 3;
  grid-area: booking;
}

.fp-v2-editorial-details {
  grid-area: details;
}

.fp-v2-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
}

.fp-v2-quick-facts > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px 1fr;
  padding: 18px 14px 18px 0;
}

.fp-v2-quick-facts i {
  grid-row: 1 / 3;
  color: #9b7600;
  font-size: 17px;
}

.fp-v2-quick-facts span {
  color: var(--fp-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.fp-v2-quick-facts strong {
  overflow-wrap: anywhere;
  color: var(--fp-text);
  font-size: 14px;
  font-weight: 600;
}

.fp-v2-booking-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 18px;
  box-shadow: var(--fp-shadow);
}

.fp-v2-bc-header {
  padding: 26px 28px 22px;
  background: var(--fp-cream);
  border-bottom: 1px solid #efe5c7;
}

.fp-v2-bc-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #8a6a00;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-v2-bc-header h2 {
  margin: 0 0 10px;
  color: var(--fp-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 2.15vw, 31px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.fp-v2-bc-header p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.fp-v2-bc-body {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 26px 28px 28px;
}

.fp-v2-bc-field {
  min-width: 0;
}

.fp-v2-field-label {
  display: block;
  margin-bottom: 9px;
  color: var(--fp-text);
  font-size: 13px;
  font-weight: 600;
}

.fp-v2-bc-field > small {
  display: block;
  margin-top: 7px;
  color: var(--fp-muted);
  font-size: 11px;
}

.fp-v2-bc-pax-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 8px;
}

.fp-v2-pax-btn {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  color: var(--fp-text);
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 600;
}

.fp-v2-pax-btn span {
  font-size: 16px;
  line-height: 1;
}

.fp-v2-pax-btn small {
  margin-top: 4px;
  color: var(--fp-muted);
  font-size: 9px;
  font-weight: 500;
}

.fp-v2-pax-btn:hover {
  border-color: #c4a000;
}

.fp-v2-pax-btn.active {
  color: #fff;
  background: var(--fp-navy);
  border-color: var(--fp-navy);
}

.fp-v2-pax-btn.active small {
  color: rgba(255, 255, 255, 0.74);
}

.fp-v2-bc-mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 4px;
  background: #f3f5f7;
  border: 1px solid var(--fp-line);
  border-radius: 11px;
}

.fp-v2-mode-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--fp-muted);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.fp-v2-mode-btn.active {
  color: #fff;
  background: var(--fp-navy);
}

.fp-v2-mode-btn:disabled,
.fp-v2-mode-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.fp-v2-bc-hint {
  margin: 8px 0 0 !important;
  color: var(--fp-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.fp-v2-date-input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--fp-text);
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 9px;
}

.fp-v2-date-input:focus {
  border-color: #b78d00;
  outline: 3px solid rgba(255, 195, 0, 0.18);
}

.fp-v2-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--fp-navy);
  border-radius: 12px;
}

.fp-v2-price-grid > div {
  display: flex;
  min-width: 0;
  min-height: 104px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.fp-v2-price-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.fp-v2-price-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.fp-v2-price-grid strong {
  margin-top: 4px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.fp-v2-price-grid > div:last-child strong {
  color: var(--fp-yellow);
}

.fp-v2-price-grid small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.fp-promo-label {
  display: inline-flex;
  margin-top: 9px;
  padding: 5px 8px;
  color: #0f6848;
  background: #e7f6ef;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
}

.fp-v2-payment-details {
  margin-top: 10px;
  border-top: 1px solid var(--fp-line);
}

.fp-v2-payment-details summary,
.fp-v2-route-more summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  color: var(--fp-text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}

.fp-v2-payment-details summary::-webkit-details-marker,
.fp-v2-route-more summary::-webkit-details-marker,
.fp-v2-faq-item summary::-webkit-details-marker {
  display: none;
}

.fp-v2-payment-details summary::after,
.fp-v2-route-more summary::after {
  content: "+";
  color: #8d7208;
  font-size: 18px;
  font-weight: 500;
}

.fp-v2-payment-details[open] summary::after,
.fp-v2-route-more[open] summary::after {
  content: "-";
}

.fp-v2-payment-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  color: var(--fp-muted);
  border-top: 1px solid var(--fp-line);
  font-size: 11px;
}

.fp-v2-payment-detail-row strong {
  color: var(--fp-text);
  font-weight: 600;
}

.fp-v2-btn-whatsapp {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--fp-navy);
  background: var(--fp-yellow);
  font-size: 14px;
}

.fp-v2-bc-trust-micro {
  margin: -10px 0 -5px !important;
  text-align: center;
  font-size: 11px !important;
}

.fp-v2-bc-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 13px;
  color: var(--fp-muted);
  font-size: 10px;
}

.fp-v2-bc-trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.fp-v2-bc-trust-badges i {
  color: #9b7600;
}

.fp-v2-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(16, 27, 45, 0.07);
}

.fp-v2-proof-strip > div {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 10px;
  padding: 14px;
}

.fp-v2-proof-strip > div:nth-child(even) {
  border-left: 1px solid var(--fp-line);
}

.fp-v2-proof-strip > div:nth-child(n + 3) {
  border-top: 1px solid var(--fp-line);
}

.fp-v2-proof-strip i {
  width: 20px;
  flex: 0 0 20px;
  color: #987500;
  font-size: 18px;
  text-align: center;
}

.fp-v2-proof-strip span,
.fp-v2-proof-strip strong,
.fp-v2-proof-strip small {
  display: block;
  min-width: 0;
}

.fp-v2-proof-strip strong {
  color: var(--fp-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.fp-v2-proof-strip small {
  margin-top: 3px;
  color: var(--fp-muted);
  font-size: 10px;
  line-height: 1.35;
}

.fp-v2-section {
  padding-top: 94px;
}

.fp-v2-section-sub {
  max-width: 66ch;
  margin-bottom: 34px !important;
  font-size: 17px;
}

.fp-v2-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fp-v2-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: var(--fp-line);
}

.fp-v2-tl-item {
  position: relative;
  opacity: 1;
  transform: none;
}

.fp-v2-tl-item.is-revealed {
  animation: fp-reveal 450ms ease both;
}

.fp-v2-tl-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  color: var(--fp-navy);
  background: var(--fp-yellow);
  border: 6px solid var(--fp-bg);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.fp-v2-tl-item h3 {
  margin-bottom: 8px;
  font-size: 16px;
}

.fp-v2-tl-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.fp-v2-route-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-v2-route-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  opacity: 1;
  border-bottom: 1px solid var(--fp-line);
  transform: none;
}

.fp-v2-route-list li.is-revealed {
  animation: fp-reveal 420ms ease both;
}

.fp-v2-route-list li > .fp-v2-route-marker {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.fp-v2-route-marker > span {
  color: #9b7600;
  font-size: 13px;
  font-weight: 700;
}

.fp-v2-route-marker i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #8b6508;
  background: rgba(255, 196, 0, 0.12);
  border: 1px solid rgba(155, 118, 0, 0.18);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(16, 27, 45, 0.06);
  font-size: 14px;
}

.fp-v2-route-list strong {
  color: var(--fp-text);
  font-size: 16px;
  font-weight: 600;
}

.fp-v2-route-list p {
  margin: 4px 0 0;
  font-size: 13px;
}

.fp-v2-route-more {
  margin-top: 16px;
  border-bottom: 1px solid var(--fp-line);
}

.fp-v2-route-more summary {
  width: 100%;
  font-size: 14px;
}

.fp-v2-route-more p {
  padding-bottom: 16px;
  font-size: 14px;
}

.fp-v2-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 22px;
}

.fp-v2-benefits-grid > div {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  color: var(--fp-text);
  border-bottom: 1px solid var(--fp-line);
  font-size: 13px;
  font-weight: 500;
}

.fp-v2-benefits-grid i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #795e00;
  background: #fff2be;
  border-radius: 8px;
}

.fp-v2-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.fp-v2-info-grid article {
  min-width: 0;
  padding: 20px;
  background: var(--fp-cream);
  border-top: 3px solid var(--fp-yellow);
  border-radius: 0 0 10px 10px;
}

.fp-v2-info-grid article > span {
  color: #8a6a00;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-v2-info-grid h3 {
  margin: 9px 0 9px;
  font-size: 16px;
}

.fp-v2-info-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.fp-v2-before-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fp-v2-before-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--fp-muted);
  font-size: 13px;
}

.fp-v2-before-list i {
  margin-top: 5px;
  color: var(--fp-success);
  font-size: 10px;
}

.fp-v2-related {
  padding: 92px 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
}

.fp-v2-related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.fp-v2-related-header p,
.fp-v2-location-head p,
.fp-v2-faq-header p {
  margin-bottom: 0;
  font-size: 16px;
}

.fp-v2-related-controls {
  display: flex;
  gap: 8px;
}

.fp-v2-related-controls button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--fp-navy);
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 50%;
  cursor: pointer;
}

.fp-v2-related-controls button:hover {
  background: var(--fp-cream);
  border-color: #c9a000;
}

.fp-v2-related-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding: 3px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #d7dbe1 transparent;
  scrollbar-width: thin;
}

.fp-v2-rcard {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: 14px;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fp-v2-rcard:hover {
  color: inherit;
  border-color: #c9cdd3;
  box-shadow: 0 14px 34px rgba(16, 27, 45, 0.08);
  transform: translateY(-4px);
}

.fp-v2-rcard-img {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #e8eaed;
}

.fp-v2-rcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.fp-v2-rcard:hover img {
  transform: scale(1.035);
}

.fp-v2-rcard-duration,
.fp-v2-rcard-featured {
  position: absolute;
  top: 12px;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}

.fp-v2-rcard-duration {
  left: 12px;
  color: var(--fp-navy);
  background: rgba(255, 255, 255, 0.92);
}

.fp-v2-rcard-duration i {
  margin-right: 4px;
  color: #8a6a00;
}

.fp-v2-rcard-featured {
  right: 12px;
  color: var(--fp-navy);
  background: var(--fp-yellow);
}

.fp-v2-rcard-body {
  display: flex;
  min-height: 215px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.fp-v2-rcard-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.fp-v2-rcard-body p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fp-v2-rcard-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--fp-muted);
  border-top: 1px solid var(--fp-line);
  font-size: 10px;
}

.fp-v2-rcard-footer strong {
  color: var(--fp-text);
  font-size: 13px;
}

.fp-v2-rcard-price {
  display: grid;
  grid-template-areas:
    "label label"
    "value note";
  grid-template-columns: max-content 1fr;
  align-items: end;
  gap: 3px 8px;
  padding: 12px 14px;
  color: var(--fp-muted);
  background: linear-gradient(135deg, rgba(255, 196, 0, 0.15), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(155, 118, 0, 0.22);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.fp-v2-rcard-price small:first-child {
  grid-area: label;
  color: #765b00;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fp-v2-rcard-price strong {
  grid-area: value;
  color: var(--fp-navy);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
}

.fp-v2-rcard-price small:last-child {
  grid-area: note;
  align-self: end;
  padding-bottom: 1px;
  color: var(--fp-muted);
  font-size: 10px;
  line-height: 1.15;
}

.fp-v2-rcard-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--fp-text);
  font-size: 12px;
  font-weight: 600;
}

.fp-v2-location {
  padding: 92px 0;
  background: var(--fp-bg);
}

.fp-v2-location-head {
  max-width: 690px;
  margin-bottom: 30px;
}

.fp-v2-loc-wrapper {
  display: grid;
  min-height: 440px;
  grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: 18px;
}

.fp-v2-loc-map iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
}

.fp-v2-loc-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: var(--fp-cream);
  border-left: 1px solid #efe5c7;
}

.fp-v2-loc-info h3 {
  margin-bottom: 12px;
}

.fp-v2-loc-info > p {
  font-size: 14px;
}

.fp-v2-loc-address {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  color: var(--fp-text);
  background: #fff;
  border: 1px solid #e8dfc7;
  border-radius: 10px;
  font-size: 12px;
}

.fp-v2-loc-address > span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.fp-v2-loc-address i {
  margin-top: 4px;
  color: #8a6a00;
}

.fp-v2-loc-address button {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: var(--fp-navy);
  background: #f2f4f6;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}

.fp-v2-loc-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.fp-v2-btn-loc {
  min-height: 46px;
  padding: 0 12px;
  font-size: 12px;
}

.fp-v2-btn-waze {
  color: #056aa8;
  background: #e7f4fb;
}

.fp-v2-btn-maps {
  color: #fff;
  background: var(--fp-navy);
}

.fp-v2-faq {
  padding: 92px 0;
  background: #fff;
  border-top: 1px solid var(--fp-line);
}

.fp-v2-faq-header {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.fp-v2-faq-list {
  width: min(100%, 850px);
  margin-inline: auto;
  border-top: 1px solid var(--fp-line);
}

.fp-v2-faq-item {
  border-bottom: 1px solid var(--fp-line);
}

.fp-v2-faq-item summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--fp-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

.fp-v2-faq-item summary::after {
  content: "+";
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #7c6200;
  background: #fff3c4;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
}

.fp-v2-faq-item[open] summary::after {
  content: "-";
}

.fp-v2-faq-content {
  padding: 0 54px 22px 0;
}

.fp-v2-faq-content p {
  margin: 0;
  font-size: 14px;
}

.fp-v2-final-cta {
  padding: 0 0 92px;
  background: #fff;
}

.fp-v2-final-card {
  position: relative;
  overflow: hidden;
  padding: 58px;
  color: #fff;
  background: var(--fp-navy);
  border-radius: 20px;
}

.fp-v2-final-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: var(--fp-yellow);
}

.fp-v2-final-kicker {
  color: var(--fp-yellow);
}

.fp-v2-final-card h2 {
  max-width: 760px;
  color: #fff;
}

.fp-v2-final-card p {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.fp-v2-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fp-v2-btn-secondary {
  padding: 0 22px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.fp-v2-btn-secondary:hover {
  color: var(--fp-navy);
  background: #fff;
}

.fp-v2-mobile-bar {
  display: none;
}

body.fp-route-page .footer {
  background: #f6f7f9;
  border-top: 1px solid var(--fp-line);
}

body.fp-route-page .footer-col-title {
  color: #8a6a00;
}

body.fp-route-page .footer-link,
body.fp-route-page .footer-tagline,
body.fp-route-page .footer-copy {
  color: var(--fp-muted);
}

@keyframes fp-reveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fp-hero-image {
  from { transform: scale(1.03); }
  to { transform: scale(1); }
}

@keyframes fp-hero-content {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .fp-v2-main h1 {
    font-size: 52px;
  }

  .fp-v2-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 0 38px;
  }

  .fp-v2-trust-strip strong {
    font-size: 12px;
  }

  .fp-v2-related-track {
    grid-template-columns: repeat(4, 270px);
  }
}

@media (max-width: 1024px) {
  .fp-v2-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "booking"
      "details";
    gap: 48px;
  }

  .fp-v2-sidebar {
    position: static;
    width: min(100%, 620px);
  }

  .fp-v2-bc-header,
  .fp-v2-bc-body {
    padding-inline: 30px;
  }

  .fp-v2-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .fp-v2-related-track {
    display: flex;
  }

  .fp-v2-rcard {
    flex: 0 0 300px;
  }

  .fp-v2-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .fp-v2-timeline::before {
    display: none;
  }
}

@media (max-width: 768px) {
  body.fp-route-page {
    padding-bottom: 80px;
  }

  body.fp-route-page .container {
    width: min(100% - 32px, 1200px);
  }

  body.fp-route-page .navbar {
    width: calc(100% - 24px);
    top: 8px;
  }

  body.fp-route-page .navbar-logo {
    width: 58px;
  }

  body.fp-route-page .navbar .btn-primary {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .fp-v2-main h1 {
    font-size: 40px;
  }

  .fp-v2-main h2,
  .fp-v2-related h2,
  .fp-v2-location h2,
  .fp-v2-faq h2,
  .fp-v2-final-cta h2 {
    font-size: 32px;
  }

  .fp-v2-breadcrumb {
    padding-top: 84px;
  }

  .fp-v2-hero {
    min-height: 430px;
    border-radius: 18px;
  }

  .fp-v2-hero-content {
    width: 100%;
    padding: 26px;
  }

  .fp-v2-hero-lead {
    font-size: 16px;
  }

  .fp-v2-hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    margin-bottom: 20px;
  }

  .fp-v2-hero-meta span {
    font-size: 11px;
  }

  .fp-v2-hero-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .fp-v2-hero-action strong {
    font-size: 20px;
  }

  .fp-v2-hero-action .fp-v2-btn-primary {
    width: 100%;
  }

  .fp-v2-trust-strip {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 64px;
  }

  .fp-v2-trust-strip > div + div {
    border-left: 0;
  }

  .fp-v2-trust-strip > div:nth-child(even) {
    border-left: 1px solid var(--fp-line);
  }

  .fp-v2-trust-strip > div:nth-child(n + 3) {
    border-top: 1px solid var(--fp-line);
  }

  .fp-v2-layout {
    padding-bottom: 68px;
  }

  .fp-v2-intro > p {
    font-size: 16px;
  }

  .fp-v2-quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .fp-v2-quick-facts > div:nth-child(odd) {
    border-right: 1px solid var(--fp-line);
  }

  .fp-v2-quick-facts > div {
    padding-left: 12px;
  }

  .fp-v2-section {
    padding-top: 68px;
  }

  .fp-v2-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fp-v2-info-grid {
    grid-template-columns: 1fr;
  }

  .fp-v2-before-list {
    grid-template-columns: 1fr;
  }

  .fp-v2-related,
  .fp-v2-location,
  .fp-v2-faq {
    padding: 68px 0;
  }

  .fp-v2-related-header {
    align-items: flex-start;
  }

  .fp-v2-related-header p,
  .fp-v2-location-head p,
  .fp-v2-faq-header p {
    font-size: 14px;
  }

  .fp-v2-loc-wrapper {
    grid-template-columns: 1fr;
  }

  .fp-v2-loc-map iframe {
    min-height: 340px;
  }

  .fp-v2-loc-info {
    padding: 28px;
    border-top: 1px solid #efe5c7;
    border-left: 0;
  }

  .fp-v2-final-cta {
    padding-bottom: 68px;
  }

  .fp-v2-final-card {
    padding: 38px 28px;
  }

  .fp-v2-final-card p {
    font-size: 15px;
  }

  .fp-v2-mobile-bar {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 72px;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #dfe3e9;
    box-shadow: 0 -8px 26px rgba(16, 27, 45, 0.1);
  }

  .fp-v2-mobile-bar > div {
    min-width: 0;
  }

  .fp-v2-mobile-bar > div span {
    display: block;
    color: var(--fp-muted);
    font-size: 9px;
    text-transform: uppercase;
  }

  .fp-v2-mobile-bar > div strong {
    display: block;
    overflow: hidden;
    color: var(--fp-text);
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fp-v2-mobile-bar > div:nth-child(2) strong {
    color: #8a6a00;
  }

  .fp-v2-mobile-bar > a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    color: var(--fp-navy);
    background: var(--fp-yellow);
    border-radius: 9px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
  }

  body.fp-route-page .whatsapp-float {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .fp-v2-main h1 {
    font-size: 36px;
  }

  .fp-v2-main h2,
  .fp-v2-related h2,
  .fp-v2-location h2,
  .fp-v2-faq h2,
  .fp-v2-final-cta h2 {
    font-size: 29px;
  }

  .fp-v2-hero {
    min-height: 450px;
  }

  .fp-v2-hero-content {
    padding: 22px;
  }

  .fp-v2-hero-badge {
    margin-bottom: 9px;
  }

  .fp-v2-trust-strip > div {
    padding: 14px;
  }

  .fp-v2-trust-strip i {
    font-size: 16px;
  }

  .fp-v2-trust-strip strong {
    font-size: 11px;
  }

  .fp-v2-trust-strip small {
    font-size: 9px;
  }

  .fp-v2-bc-header,
  .fp-v2-bc-body {
    padding-inline: 20px;
  }

  .fp-v2-bc-body {
    gap: 19px;
  }

  .fp-v2-price-grid strong {
    font-size: 20px;
  }

  .fp-v2-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .fp-v2-tl-item {
    display: grid;
    grid-template-columns: 52px 1fr;
  }

  .fp-v2-tl-marker {
    grid-row: 1 / 3;
    margin: 0;
  }

  .fp-v2-tl-item h3 {
    margin: 2px 0 6px;
  }

  .fp-v2-benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }

  .fp-v2-benefits-grid > div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
  }

  .fp-v2-related-header {
    gap: 16px;
  }

  .fp-v2-related-controls button {
    width: 38px;
    height: 38px;
  }

  .fp-v2-rcard {
    flex-basis: min(82vw, 310px);
  }

  .fp-v2-loc-buttons {
    grid-template-columns: 1fr;
  }

  .fp-v2-faq-item summary {
    min-height: 64px;
    font-size: 14px;
  }

  .fp-v2-final-actions,
  .fp-v2-final-actions a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.fp-route-page .container {
    width: calc(100% - 24px);
  }

  body.fp-route-page .navbar .btn-primary {
    padding: 0 10px;
  }

  .fp-v2-breadcrumb {
    font-size: 11px;
  }

  .fp-v2-hero {
    min-height: 470px;
  }

  .fp-v2-hero-meta {
    gap: 7px;
  }

  .fp-v2-bc-pax-grid {
    gap: 6px;
  }

  .fp-v2-pax-btn {
    min-height: 50px;
  }

  .fp-v2-price-grid > div {
    min-height: 94px;
    padding: 13px 11px;
  }

  .fp-v2-price-grid strong {
    font-size: 18px;
  }

  .fp-v2-mobile-bar {
    gap: 7px;
    padding-inline: 10px;
  }

  .fp-v2-mobile-bar > a {
    padding-inline: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fp-v2-hero-img,
  .fp-v2-hero-content {
    animation: none;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fp-v2-rcard,
  .fp-v2-rcard img,
  .fp-v2-btn-primary,
  .fp-v2-btn-secondary,
  .fp-v2-btn-whatsapp {
    transition: none;
  }
}


/* Flight navbar mobile alignment */
@media (max-width: 767px) {
  body.fp-route-page .navbar,
  body.fp-route-page .navbar:not(.scrolled),
  body.fp-route-page .navbar.scrolled {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 56px;
    padding: 6px 7px 6px 12px;
    gap: 8px;
    overflow: visible;
    background: #ffffff;
    border: 1px solid rgba(16, 27, 45, 0.10);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(16, 27, 45, 0.09);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.fp-route-page .navbar-logo {
    width: 54px;
    height: 40px;
    flex: 0 0 54px;
  }

  body.fp-route-page .navbar-logo img,
  body.fp-route-page .navbar:not(.scrolled) .navbar-logo img,
  body.fp-route-page .navbar.scrolled .navbar-logo img {
    width: 54px;
    height: 40px;
    max-width: 54px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.fp-route-page .navbar-actions {
    min-width: 0;
    margin-left: auto;
    gap: 6px;
  }

  body.fp-route-page .navbar-actions > .lang-switcher {
    display: none !important;
  }

  body.fp-route-page .navbar .btn-sm,
  body.fp-route-page .navbar .btn-primary,
  body.fp-route-page .navbar:not(.scrolled) .navbar-actions .btn,
  body.fp-route-page .navbar.scrolled .navbar-actions .btn {
    width: auto !important;
    min-width: 84px;
    height: 40px !important;
    min-height: 40px;
    padding: 0 12px !important;
    gap: 6px;
    color: var(--fp-navy);
    background: var(--fp-yellow);
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }

  body.fp-route-page .navbar .btn-sm i,
  body.fp-route-page .navbar .btn-primary i {
    margin: 0;
    font-size: 12px;
  }

  body.fp-route-page .hamburger,
  body.fp-route-page .navbar:not(.scrolled) .hamburger,
  body.fp-route-page .navbar.scrolled .hamburger {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background: #f3f4f6;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
  }

  body.fp-route-page .hamburger span,
  body.fp-route-page .navbar:not(.scrolled) .hamburger span,
  body.fp-route-page .navbar.scrolled .hamburger span {
    width: 17px;
    height: 1.5px;
    background: var(--fp-navy) !important;
  }

  body.fp-route-page .mobile-menu {
    inset: 72px 8px auto;
    width: auto;
    max-height: calc(100dvh - 80px);
    padding: 14px;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid rgba(16, 27, 45, 0.10);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(16, 27, 45, 0.14);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.fp-route-page .mobile-lang-switcher {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 0 0 8px;
  }

  body.fp-route-page .mobile-lang-switcher .lang-btn {
    width: 100%;
    height: 40px;
    justify-content: center;
    color: var(--fp-text);
    background: #f5f6f7;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
  }

  body.fp-route-page .mobile-lang-switcher .lang-btn.active {
    color: var(--fp-navy);
    background: var(--fp-cream);
    border-color: #e2bd35;
  }

  body.fp-route-page .mobile-menu .mobile-nav-link {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3d4652;
    background: transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
  }

  body.fp-route-page .mobile-menu .mobile-nav-link:hover {
    color: var(--fp-text);
    background: #f5f6f7;
  }

  body.fp-route-page .mobile-menu .mobile-cta {
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 9px;
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  body.fp-route-page .navbar,
  body.fp-route-page .navbar:not(.scrolled),
  body.fp-route-page .navbar.scrolled {
    width: calc(100% - 12px);
    padding-inline: 9px 6px;
    gap: 5px;
  }

  body.fp-route-page .navbar-logo,
  body.fp-route-page .navbar-logo img,
  body.fp-route-page .navbar:not(.scrolled) .navbar-logo img,
  body.fp-route-page .navbar.scrolled .navbar-logo img {
    width: 50px;
    max-width: 50px;
    flex-basis: 50px;
  }

  body.fp-route-page .navbar .btn-sm,
  body.fp-route-page .navbar .btn-primary,
  body.fp-route-page .navbar:not(.scrolled) .navbar-actions .btn,
  body.fp-route-page .navbar.scrolled .navbar-actions .btn {
    min-width: 72px;
    padding-inline: 9px !important;
    gap: 0;
    font-size: 11px !important;
  }

  body.fp-route-page .navbar .btn-sm i,
  body.fp-route-page .navbar .btn-primary i {
    display: none;
  }

  body.fp-route-page .hamburger,
  body.fp-route-page .navbar:not(.scrolled) .hamburger,
  body.fp-route-page .navbar.scrolled .hamburger {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}
