/* Skip link, FAQ accordion, booking form helpers */

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 10000;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.skip-link:focus {
  top: 1rem;
  outline: 2px solid #f89d35;
  outline-offset: 2px;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.15rem 2.25rem 1.15rem 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #232323;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.faq-question:focus,
.faq-question:active,
.faq-question:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}

.faq-question::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 300;
  color: rgb(245, 99, 75);
  line-height: 1;
  pointer-events: none;
}

.faq-question[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-question:hover,
.faq-question:focus-visible {
  color: rgb(245, 99, 75);
}

.faq-question[aria-expanded="true"] {
  color: rgb(245, 99, 75);
}

.faq-answer {
  padding: 0 0 1.15rem;
  border: none;
  margin-bottom: 0;
  background: transparent;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.65;
}

.faq-section__intro {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}

.faq-section__source {
  font-size: 0.88rem;
  color: #777;
}

.faq-section__source a {
  color: rgb(245, 99, 75);
  font-weight: 600;
  text-decoration: underline;
}

.faq-columns__col {
  margin-bottom: 1.5rem;
}

.faq-list {
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.faq-list .faq-item {
  border-bottom: 1px solid #eee;
}

.faq-list .faq-item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .faq-columns__col {
    margin-bottom: 1rem;
  }

  .faq-columns__col:last-child {
    margin-bottom: 0;
  }
}

.form-error {
  color: #c0392b;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-error[hidden] {
  display: none !important;
}

.form-success {
  color: #1e7e34;
  font-size: 0.95rem;
  padding: 0.75rem;
  background: #d4edda;
  border-radius: 4px;
  margin-top: 1rem;
}

#booking-form-error[role="alert"] {
  margin-top: 1rem;
}

/* Booking section layout */

.booking-layout__form,
.booking-layout__info {
  margin-bottom: 1.5rem;
}

.booking-form-container {
  background: #f0f2f4;
  border: 1px solid #e4e6e9;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.booking-form-container__title {
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 1.25rem;
}

.booking-form .form-group {
  margin-bottom: 0.85rem;
}

.booking-form .form-row {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.booking-form .form-row > [class*="col-"] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.booking-form-container .booking-form .form-group label {
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.35rem;
}

.booking-form .form-control {
  height: 44px;
  min-height: 44px;
  padding: 0.5rem 0.85rem;
  font-size: 0.95rem;
  line-height: 1.4;
  border-radius: 6px;
  border: 1px solid #dde1e6;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.booking-form input[type="number"].form-control {
  -moz-appearance: textfield;
  appearance: textfield;
}

.booking-form input[type="number"].form-control::-webkit-outer-spin-button,
.booking-form input[type="number"].form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.booking-form-container .booking-form .form-group input:hover,
.booking-form-container .booking-form .form-group input:focus {
  background: #fff;
  border-color: rgb(245, 99, 75);
  box-shadow: 0 0 0 3px rgba(245, 99, 75, 0.12);
  outline: none;
}

.booking-form__guests .form-group {
  margin-bottom: 0;
}

.booking-form__date-hint {
  font-size: 0.78rem;
  color: #888;
  margin: 0.35rem 0 0.85rem;
  line-height: 1.4;
}

.booking-form__date-hint--warning {
  color: #b8860b;
}

.booking-form__submit {
  margin-top: 0.25rem;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.booking-info-card {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid rgb(245, 99, 75);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.booking-info-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #232323;
  margin: 0 0 1.1rem;
}

.booking-info-card__list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.booking-info-card__list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #555;
}

.booking-info-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(245, 99, 75);
}

.booking-info-card__list li:last-child {
  margin-bottom: 0;
}

.booking-info-card__contact {
  font-size: 0.88rem;
  color: #666;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  line-height: 1.6;
}

.booking-info-card__contact a {
  color: rgb(245, 99, 75);
  font-weight: 600;
}

@media (max-width: 767px) {
  .booking-form-container,
  .booking-info-card {
    padding: 1.25rem 1.15rem;
  }

  .booking-form__guests .col-12 .form-group {
    margin-bottom: 0.85rem;
  }
}

.price-calculator {
  background: #fff;
  padding: 1rem 1.15rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #e0e3e7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.price-calculator__title {
  font-size: 0.72rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #555;
}

.price-calculator__summary {
  font-size: 0.88rem;
  color: #666;
  margin: 0 0 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e9ecef;
}

.price-calculator__lines {
  margin: 0 0 0.5rem;
}

.price-line {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #e9ecef;
}

.price-calculator__total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  border-top: 1px solid #dde1e6;
  color: #232323;
}

.price-calculator__placeholder {
  font-size: 0.88rem;
  color: #888;
  margin: 0;
}

.booking-form .form-control[aria-invalid="true"] {
  border-color: #c0392b;
}

:focus-visible {
  outline: 2px solid #f89d35;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Highlight intro cards — equal height */
.highlights-cards {
  position: relative;
  z-index: 2;
}

.highlights-cards .row > [class*="col-"] {
  display: flex;
  margin-bottom: 1.5rem;
}

.highlights-cards .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .highlights-cards .row > [class*="col-"] {
    margin-bottom: 0;
  }
}

.highlights-cards .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.highlights-cards .card p {
  flex-grow: 1;
}

.hero-stats {
  gap: 0.65rem;
}

.hero-stat {
  flex: 1 1 0;
  min-width: 7.5rem;
  max-width: 11rem;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  line-height: 1.25;
}

.hero-stat__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.15rem;
}

.hero-stat__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-stat__note {
  display: block;
  font-size: 0.72rem;
  opacity: 0.8;
  margin-top: 0.15rem;
}

@media (max-width: 575px) {
  .hero-stat--season {
    display: none;
  }

  .hero-stat {
    flex: 1 1 calc(50% - 0.325rem);
    max-width: none;
  }
}

/* Overview section */
.overview-section {
  background: #f8f9fb;
}

.overview-section__intro {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.overview-summary {
  gap: 0.75rem;
}

.overview-summary__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.overview-summary__item i {
  font-size: 1.15rem;
}

.overview-grid {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.overview-grid__col {
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}

.overview-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.overview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(245, 99, 75, 0.35);
}

.overview-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(245, 99, 75, 0.1);
  color: rgb(245, 99, 75);
  font-size: 1.35rem;
}

.overview-card--included .overview-card__icon {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.overview-card--excluded .overview-card__icon {
  background: rgba(108, 117, 125, 0.12);
  color: #6c757d;
}

.overview-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #232323;
}

.overview-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.65;
}

.overview-card__list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.35rem;
}

.overview-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(245, 99, 75);
}

.overview-card--included .overview-card__list li::before {
  background: #28a745;
}

.overview-card--excluded .overview-card__list li::before {
  background: #adb5bd;
}

.overview-card__list--numbered {
  counter-reset: overview-dest;
}

.overview-card__list--numbered li {
  padding-left: 1.75rem;
}

.overview-card__list--numbered li::before {
  counter-increment: overview-dest;
  content: counter(overview-dest);
  width: auto;
  height: auto;
  top: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(245, 99, 75);
  background: none;
}

.overview-card__highlight {
  font-size: 1.25rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0.35rem;
}

.overview-card__meta {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.6;
}

.overview-card__link a {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(245, 99, 75);
}

.overview-card__link a:hover {
  color: #232323;
  text-decoration: none;
}

.overview-card__badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.45rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
  background: rgba(245, 99, 75, 0.12);
  color: rgb(245, 99, 75);
  border-radius: 4px;
}

.overview-card--tickets {
  border-left: 3px solid rgb(245, 99, 75);
  background: linear-gradient(135deg, #fff 0%, #fffaf8 100%);
}

.overview-card__list--tickets li::before {
  background: rgb(245, 99, 75);
}

.overview-card__list--tickets li {
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .overview-summary__item {
    flex: 1 1 100%;
    justify-content: center;
  }
}

/* Itinerary timeline */
.itinerary-section {
  background: #fff;
}

.itinerary-section__intro {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.itinerary-timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0.5rem;
}

.itinerary-step {
  position: relative;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  padding-left: 3rem;
}

.itinerary-step:last-child {
  margin-bottom: 0;
}

.itinerary-step::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 2.75rem;
  bottom: -2.5rem;
  width: 2px;
  background: linear-gradient(to bottom, rgba(245, 99, 75, 0.45), rgba(245, 99, 75, 0.1));
}

.itinerary-step:last-child::before {
  display: none;
}

.itinerary-step__marker {
  position: absolute;
  left: 0;
  top: 1.35rem;
  z-index: 1;
}

.itinerary-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgb(245, 99, 75);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 0 0 4px #fff, 0 2px 8px rgba(245, 99, 75, 0.35);
}

.itinerary-step__card {
  display: flex;
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.itinerary-step__card:hover {
  border-color: rgba(245, 99, 75, 0.3);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
}

.itinerary-step__media {
  flex: 0 0 42%;
  max-width: 42%;
  min-height: 220px;
  overflow: hidden;
}

.itinerary-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.itinerary-step__body {
  flex: 1;
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.itinerary-step__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.itinerary-step__time {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(245, 99, 75);
}

.itinerary-step__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  background: rgba(245, 99, 75, 0.1);
  color: rgb(245, 99, 75);
  border-radius: 4px;
}

.itinerary-step__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.itinerary-step__text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.itinerary-step__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: auto;
}

.itinerary-step__tags li {
  font-size: 0.78rem;
  padding: 0.3rem 0.65rem;
  background: #f8f9fb;
  border: 1px solid #e8eaed;
  border-radius: 50px;
  color: #555;
}

.itinerary-step--reverse .itinerary-step__card {
  flex-direction: row-reverse;
}

.itinerary-step--compact .itinerary-step__card {
  background: linear-gradient(135deg, #fff 0%, #fff8f6 100%);
  border-left: 4px solid rgb(245, 99, 75);
}

.itinerary-step--compact .itinerary-step__body {
  padding: 1.15rem 1.35rem;
}

.itinerary-step--compact .itinerary-step__text {
  margin-bottom: 0.75rem;
}

@media (max-width: 767px) {
  .itinerary-step {
    padding-left: 2.75rem;
  }

  .itinerary-step__marker {
    top: 1rem;
  }

  .itinerary-step__number {
    width: 2rem;
    height: 2rem;
    font-size: 0.72rem;
  }

  .itinerary-step::before {
    left: 0.95rem;
  }

  .itinerary-step__card,
  .itinerary-step--reverse .itinerary-step__card {
    flex-direction: column;
  }

  .itinerary-step__media {
    flex: none;
    max-width: 100%;
    min-height: 200px;
  }
}

/* YouTube video facade */
.video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-facade__trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.video-facade__trigger picture {
  display: block;
  width: 100%;
  height: 100%;
}

.video-facade__trigger:focus-visible {
  outline: 3px solid rgb(245, 99, 75);
  outline-offset: 3px;
}

.video-facade__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.video-facade__trigger:hover .video-facade__poster,
.video-facade__trigger:focus-visible .video-facade__poster {
  transform: scale(1.03);
  opacity: 0.92;
}

.video-facade__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(245, 99, 75, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-facade__play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.25rem;
  border-color: transparent transparent transparent #fff;
}

.video-facade__trigger:hover .video-facade__play,
.video-facade__trigger:focus-visible .video-facade__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgb(245, 99, 75);
}

/* Reviews section */

.reviews-section__intro {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}

.reviews-grid__col {
  margin-bottom: 1.5rem;
}

.review-card {
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.review-card__rating {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.review-card__text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #444;
  margin: 0 0 1rem;
  font-style: normal;
}

.review-card__author {
  font-size: 0.85rem;
  color: #777;
}

.review-card__author cite {
  font-style: normal;
  font-weight: 700;
  color: #232323;
  display: block;
}

.review-card__meta {
  display: block;
  margin-top: 0.15rem;
}

.reviews-cta {
  max-width: 640px;
  margin: 2rem auto 0;
}

.reviews-cta__note {
  color: #555;
  font-size: 0.95rem;
}

.reviews-direct-callout {
  background: #fff;
  border: 1px solid #f0d9c8;
  border-left: 4px solid rgb(245, 99, 75);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.reviews-direct-callout__title {
  font-weight: 700;
  color: #232323;
  font-size: 1rem;
}

.reviews-direct-callout__list li {
  font-size: 0.92rem;
  color: #555;
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.reviews-direct-callout__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgb(245, 99, 75);
  font-weight: 700;
}

.reviews-cta__disclaimer {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.5;
}

/* Related sea tours */

.sea-tours-section__intro {
  color: #666;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.sea-tours-grid__col {
  margin-bottom: 1.5rem;
  display: flex;
}

.sea-tour-card {
  width: 100%;
  height: 100%;
}

.sea-tour-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sea-tour-card__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(245, 99, 75, 0.35);
  text-decoration: none;
  color: inherit;
}

.sea-tour-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.sea-tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.sea-tour-card__link:hover .sea-tour-card__media img {
  transform: scale(1.03);
}

.sea-tour-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  background: rgb(245, 99, 75);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sea-tour-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.5rem 1.5rem;
}

.sea-tour-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #232323;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.sea-tour-card__text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #555;
  margin: 0 0 1rem;
  flex: 1;
}

.sea-tour-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.85rem;
  margin-bottom: 0.85rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
}

.sea-tour-card__duration {
  color: #666;
  white-space: nowrap;
}

.sea-tour-card__duration i {
  color: rgb(245, 99, 75);
  margin-right: 0.25rem;
}

.sea-tour-card__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgb(245, 99, 75);
  white-space: nowrap;
}

.sea-tour-card__cta {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #232323;
}

.sea-tour-card__link:hover .sea-tour-card__cta {
  color: rgb(245, 99, 75);
}

.sea-tour-card__cta i {
  margin-left: 0.15rem;
  transition: transform 0.2s ease;
}

.sea-tour-card__link:hover .sea-tour-card__cta i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .sea-tour-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

/* Mobile action bar — fixed bottom on small screens */

.mobile-action-bar {
  display: none;
}

.mobile-action-bar__btn {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  height: 3.5rem;
  padding: 0.35rem 0.15rem;
  background: #232323;
  color: #bdbdbd;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background 0.2s, color 0.2s;
}

.mobile-action-bar__btn i {
  font-size: 1.125rem;
  line-height: 1;
}

.mobile-action-bar__btn span {
  font-size: 0.5625rem;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

.mobile-action-bar__btn:hover,
.mobile-action-bar__btn:focus-visible {
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.mobile-action-bar__btn:active {
  background: #1a1a1a;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 3.5rem;
  }

  .mobile-action-bar {
    display: flex;
    position: fixed;
    z-index: 1040;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
  }
}

/* Footer */

.footer-brand {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-about {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.footer-heading {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-label {
  display: block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  opacity: 0.9;
}

.footer-address,
.footer-contact {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.7;
  font-style: normal;
}

.footer-address a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-address a:hover,
.footer-contact a:hover {
  color: rgb(245, 99, 75);
}

.footer-payment-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-stripe-logo {
  display: block;
  max-width: 140px;
  height: auto;
  opacity: 0.95;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom__copy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

/* Language switcher (navbar) */

.navbar-actions {
  gap: 0.75rem;
}

.lang-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #232323;
  background: #fff;
  border: 1px solid #e0e3e7;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  line-height: 1.2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.lang-switcher__toggle:hover,
.lang-switcher__toggle:focus {
  color: #232323;
  background: #f8f9fb;
  border-color: #d0d4d9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lang-switcher__toggle::after {
  margin-left: 0.15rem;
  vertical-align: middle;
  border-top-color: #555;
}

.lang-switcher__flag {
  width: 1.25rem;
  height: 0.9rem;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.lang-switcher__abbr {
  letter-spacing: 0.04em;
}

.lang-switcher__menu {
  min-width: 7.5rem;
  padding: 0.35rem 0;
  background: #fff;
  border: 1px solid #e0e3e7;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  color: #232323;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
}

.lang-switcher__option:hover,
.lang-switcher__option:focus {
  background: #f8f9fb;
  color: #232323;
  outline: none;
}

.lang-switcher__option.active {
  background: rgba(245, 99, 75, 0.08);
  color: rgb(245, 99, 75);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .navbar-toolbar {
    gap: 0.35rem;
    flex-shrink: 0;
  }

  .lang-switcher--mobile {
    margin: 0;
  }

  .lang-switcher--mobile .lang-switcher__toggle {
    width: auto;
    justify-content: center;
    padding: 0.3rem 0.65rem;
    font-size: 0.8rem;
  }

  .lang-switcher--mobile .lang-switcher__menu {
    width: auto;
    min-width: 7.5rem;
    left: auto !important;
    right: 0 !important;
    transform: none;
  }

  .navbar-actions {
    width: 100%;
    align-items: center !important;
  }
}

.booking-result {
  padding-top: 6rem;
  min-height: 70vh;
}

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

.booking-summary-table th,
.booking-summary-table td {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
}

.booking-summary-table th {
  width: 42%;
  color: #6b7280;
  font-weight: 600;
}

.booking-summary-table tr:last-child th,
.booking-summary-table tr:last-child td {
  border-bottom: none;
}
