/* SeaLife305 — layout & colores Lake Wylie Boat Rental */

:root {
  --lw-primary: #0055b8;
  --lw-secondary: #00aeed;
  --lw-secondary-hover: #0093c9;
  --lw-nav: #000000;
  --lw-text: #333333;
  --lw-muted: #666666;
  --lw-border: #dddddd;
  --lw-light: #eeeeee;
  --lw-reviews-bg: #eeeeee;

  --sl-blue: var(--lw-primary);
  --sl-blue-hover: #004494;
  --sl-cyan: var(--lw-secondary);
  --sl-cyan-hover: var(--lw-secondary-hover);
  --sl-alert: #d94848;
  --sl-alert-dark: #b83838;
  --sl-alert-bg: rgba(217, 72, 72, 0.07);
  --sl-alert-border: rgba(217, 72, 72, 0.28);
  --sl-light: var(--lw-light);
  --sl-white: #ffffff;
  --sl-text: var(--lw-text);
  --sl-muted: var(--lw-muted);
  --sl-border: var(--lw-border);
  --sl-nav: var(--lw-nav);

  --bs-body-font-family: "Lato", system-ui, sans-serif;
  --bs-headline-font-family: "Poppins", system-ui, sans-serif;
  --bs-body-color: var(--sl-text);
  --bs-body-bg: var(--sl-white);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
}

body {
  font-family: var(--bs-body-font-family);
  color: var(--sl-text);
  background: var(--sl-white);
  padding-bottom: 60px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-light {
  background-color: var(--sl-light) !important;
}

.section-padded {
  padding: 3.5rem 0;
}

.section-padded--dark {
  padding: 3rem 0;
}

.section-title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--sl-blue);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-title--light {
  color: #fff;
}

/* ── Header — nav flota sobre section-water ── */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

/* ── Hero — sin imagen propia, usa el fondo de section-water ── */
.hero-banner {
  position: relative;
  min-height: 480px;
}

.hero-banner__bg {
  display: none;
}

.hero-banner__overlay {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 6rem 0 2rem;
  pointer-events: none;
  background: transparent;
}

.navbar-sl305 {
  background: transparent;
  padding-top: max(0.65rem, env(safe-area-inset-top));
  transition: background-color 0.25s ease;
}

.navbar-sl305.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.navbar-sl305 .nav-link {
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--bs-headline-font-family);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.75rem !important;
}

.navbar-sl305 .nav-link:hover {
  color: var(--sl-cyan);
}

.logo-brand {
  display: flex;
  flex-direction: column;
  padding: 0;
  line-height: 1.15;
}

.logo-brand__main {
  font-family: var(--bs-headline-font-family);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
}

.logo-brand__tagline {
  font-family: var(--bs-headline-font-family);
  font-size: 0.72rem;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  margin-top: 0.15rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
}

.lang-switch__select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 44px;
  min-width: 7.5rem;
  padding: 0.45rem 1.85rem 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.55rem center;
  background-size: 12px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.lang-switch__select:hover,
.lang-switch__select:focus {
  border-color: var(--sl-cyan);
  background-color: rgba(255, 255, 255, 0.12);
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 174, 237, 0.25);
}

.lang-switch__select option {
  color: #1a1a1a;
  background: #fff;
}

/* Legacy button styles — kept for backwards compatibility */
.lang-switch__btn {
  background: none;
  border: none;
  padding: 0.5rem 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  min-height: 44px;
  min-width: 30px;
}

.lang-switch__btn--active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lang-switch__sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}

/* CTA buttons */
.btn-cta,
.btn-cta-nav {
  background-color: var(--sl-cyan);
  color: #fff !important;
  border: none;
  border-radius: 2px;
  font-family: var(--bs-headline-font-family);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
}

.btn-cta {
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.btn-cta-nav {
  padding: 0.55rem 1.1rem;
  font-size: 0.82rem;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta-nav:hover {
  background-color: var(--sl-cyan-hover);
  color: #fff !important;
}

.btn-primary-book {
  background-color: var(--sl-cyan);
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 0.65rem 1.25rem;
  font-family: var(--bs-headline-font-family);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-decoration: none;
}

.btn-primary-book:hover {
  background-color: var(--sl-cyan-hover);
  color: #fff;
}

.btn-outline-book {
  background: #fff;
  color: var(--sl-cyan);
  border: 2px solid var(--sl-cyan);
  border-radius: 2px;
  padding: 0.6rem 1.25rem;
  font-family: var(--bs-headline-font-family);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-decoration: none;
}

.btn-outline-book:hover {
  background: var(--sl-cyan);
  color: #fff;
}

/* ── Hero content ── */
.hero-banner__overlay .container {
  pointer-events: auto;
}

.hero-banner__content {
  max-width: 640px;
}

.hero-banner__title {
  font-family: var(--bs-headline-font-family);
  font-size: clamp(2.25rem, 7vw, 4.25rem);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.btn-cta--hero {
  padding: 1.1rem 2.75rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  min-height: 56px;
  letter-spacing: 0.06em;
}

/* ── Water background — única imagen de fondo del sitio ── */
.section-water {
  background-color: #0a1628;
  background-size: cover;
  background-position: center 42%;
  background-attachment: fixed;
}

.section-water__overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* Adventure / trip cards */
.adventure-card {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.adventure-card__overlay {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease;
}

.adventure-card:hover .adventure-card__overlay {
  background: rgba(0, 85, 184, 0.65);
}

@media (hover: none) {
  .adventure-card:hover .adventure-card__overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

.adventure-card__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.adventure-card__text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  max-width: 280px;
}

.adventure-card__btn {
  margin-top: 1rem;
  min-width: 7.5rem;
  flex: 0 0 auto;
  min-height: auto;
  padding: 0.45rem 1rem;
  font-size: 0.75rem;
}

/* Vertical rental cards */
.rental-card-v {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rental-card-v__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0c1824;
}

.rental-card-v__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.rental-card-v__img--sea-ray {
  object-fit: fill;
  object-position: center center;
  transform: none;
}

.rental-card-v__img--yamaha {
  object-position: center center;
}

.rental-card-v__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  background: var(--sl-blue);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
}

.rental-card-v__badge--alt {
  background: var(--sl-cyan);
}

.rental-card-v__specbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  background: rgba(30, 30, 30, 0.88);
  padding: 0.75rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.specbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.specbar-item__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
}

.specbar-item--price {
  margin-left: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.35rem 0.7rem;
  border-radius: 2px;
  font-size: 0.85rem;
}

.specbar-item--popular {
  color: var(--sl-cyan);
}

.duration-picker__option--popular {
  border-color: rgba(0, 174, 237, 0.45);
  background: rgba(0, 174, 237, 0.08);
}

.duration-picker__option--popular:has(input:checked) {
  border-color: var(--sl-cyan);
  background: rgba(0, 174, 237, 0.12);
}

.duration-picker__option--test {
  border-style: dashed;
  border-color: rgba(255, 193, 7, 0.65);
  background: rgba(255, 193, 7, 0.1);
}

.duration-picker__option--test:has(input:checked) {
  border-color: #ffc107;
  background: rgba(255, 193, 7, 0.18);
}

.rental-card-v__body {
  padding: 1.25rem 1.35rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.rental-card-v__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sl-text);
  margin-bottom: 0.35rem;
  line-height: 1.35;
}

.rental-card-v__nickname {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sl-cyan);
  margin-bottom: 0.2rem;
}

.rental-card-v__features-title {
  font-family: var(--bs-headline-font-family);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--sl-muted);
  margin-bottom: 0.5rem;
}

.rental-card-v__depart {
  font-size: 0.85rem;
  color: var(--sl-text);
  margin-bottom: 0.65rem;
}

.rental-card-v__desc {
  font-size: 0.88rem;
  color: var(--sl-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.rental-card-v .fleet-specs {
  margin-bottom: 1rem;
}

.rental-card-v .fleet-features {
  margin-bottom: 0.75rem;
}

.rental-card-v__highlights {
  list-style: disc;
  padding-left: 1.15rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--sl-text);
}

.rental-card-v__highlights li {
  margin-bottom: 0.3rem;
}

.rental-card-v__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

/* ── Promo section ── */
.section-promo--plain {
  background: var(--sl-light);
}

.section-promo--plain .promo-box {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-promo__inner {
  padding: 3rem 0;
}

.promo-box {
  max-width: 820px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 2.5rem 2rem;
  text-align: center;
  border-radius: 2px;
}

.promo-box__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sl-text);
  margin-bottom: 1rem;
  line-height: 1.35;
}

.promo-box__text {
  font-size: 0.95rem;
  color: var(--sl-muted);
  line-height: 1.7;
}

.section-promo__stripe {
  height: 12px;
  background: var(--sl-cyan);
  position: relative;
  z-index: 1;
}

/* ── Reviews — blue cards carousel ── */
.section-reviews {
  background: var(--lw-reviews-bg);
}

.reviews-carousel-lw {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2.5rem 2.5rem;
}

.reviews-carousel-lw .carousel-control-prev,
.reviews-carousel-lw .carousel-control-next {
  width: 40px;
  opacity: 1;
}

.reviews-carousel-lw .carousel-control-prev-icon,
.reviews-carousel-lw .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  background-size: 50%;
  filter: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.review-card-blue {
  background: var(--sl-blue);
  color: #fff;
  padding: 1.75rem 1.5rem;
  border-radius: 2px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.review-card-blue__headline {
  font-family: var(--bs-headline-font-family);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.review-card-blue__stars {
  color: #ffc107;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.review-card-blue__text {
  font-size: 0.9rem;
  line-height: 1.65;
  flex-grow: 1;
  margin-bottom: 1rem;
  opacity: 0.95;
}

.review-card-blue__author {
  font-size: 0.82rem;
  opacity: 0.85;
  font-style: normal;
  text-align: right;
}

.reviews-indicators {
  margin-bottom: 0;
}

.reviews-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
  opacity: 0.6;
}

.reviews-indicators .active {
  background-color: var(--sl-blue);
  opacity: 1;
}

.reviews-slide-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.reviews-actions .btn {
  min-width: 200px;
}

/* Contact */
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  border-radius: 2px;
  padding: 1.5rem 1rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease;
}

.contact-card:hover {
  border-color: var(--sl-blue);
  color: inherit;
}

.contact-card__icon {
  width: 32px;
  height: 32px;
  fill: var(--sl-blue);
  margin-bottom: 0.75rem;
}

.contact-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin-bottom: 0.25rem;
}

.contact-card__value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sl-blue);
}

.booking-panel {
  max-width: 680px;
  background: var(--sl-white);
  border: 1px solid var(--sl-border);
  padding: 2rem 1.5rem;
}

.safety-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Footer */
.footer-sl305 {
  background: var(--sl-nav);
  color: rgba(255, 255, 255, 0.85);
}

.footer-sl305__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.footer-sl305__contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.footer-sl305__contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer-sl305__contact a:hover {
  color: var(--sl-cyan);
}

.footer-sl305__icon {
  width: 18px;
  height: 18px;
  fill: var(--sl-cyan);
  flex-shrink: 0;
}

.footer-sl305__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  line-height: 2;
  font-size: 0.9rem;
}

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

.footer-sl305__logo {
  font-family: var(--bs-headline-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
}

.footer-sl305__est {
  color: rgba(255, 255, 255, 0.55);
}

.footer-sl305__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-sl305__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.footer-sl305__social--center {
  margin-top: 0;
}

.footer-sl305__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-sl305__social-link:hover {
  background: var(--sl-cyan);
  color: #fff;
  transform: translateY(-1px);
}

.footer-sl305__social-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
  display: block;
}

/* Mobile FAB — visible on all screen sizes */
.mobile-fab {
  display: flex;
  position: fixed;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  right: max(1rem, env(safe-area-inset-right));
  z-index: 1060;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-fab--above-cookie {
  bottom: calc(4.5rem + env(safe-area-inset-bottom));
}

.mobile-fab__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  min-height: 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}

.mobile-fab__btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mobile-fab__btn--call {
  background: var(--sl-cyan);
  color: #fff;
}

.mobile-fab__btn--whatsapp {
  background: #25d366;
  color: #fff;
}

/* FAQ chat widget — bottom left */
.chat-faq {
  position: fixed;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  left: max(1rem, env(safe-area-inset-left));
  z-index: 1060;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 0.75rem;
}

.chat-faq--above-cookie {
  bottom: calc(4.5rem + env(safe-area-inset-bottom));
}

.chat-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: var(--sl-cyan);
  color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.chat-faq__toggle svg {
  width: 22px;
  height: 22px;
}

.chat-faq__toggle:hover {
  background: var(--sl-cyan-hover);
  transform: scale(1.04);
}

.chat-faq__toggle--open {
  background: var(--sl-nav);
}

.chat-faq__icon--close {
  display: none;
}

.chat-faq__toggle--open .chat-faq__icon--open {
  display: none;
}

.chat-faq__toggle--open .chat-faq__icon--close {
  display: block;
}

.chat-faq__panel {
  width: min(340px, calc(100vw - 2rem));
  max-height: min(520px, 70vh);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.chat-faq__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.75rem;
  background: var(--sl-nav);
  color: #fff;
}

.chat-faq__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.chat-faq__subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  opacity: 0.85;
}

.chat-faq__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.chat-faq__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.chat-faq__messages {
  flex: 1;
  min-height: 120px;
  max-height: 280px;
  overflow-y: auto;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #f4f8fb;
}

.chat-faq__msg {
  max-width: 92%;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  font-size: 0.84rem;
  line-height: 1.45;
  white-space: pre-line;
}

.chat-faq__msg--bot {
  align-self: flex-start;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid rgba(0, 85, 184, 0.12);
}

.chat-faq__msg--user {
  align-self: flex-end;
  background: var(--sl-cyan);
  color: #fff;
}

.chat-faq__prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.65rem 0.85rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.chat-faq__chip {
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(0, 85, 184, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--sl-blue);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.chat-faq__chip:hover {
  background: rgba(0, 174, 237, 0.08);
  border-color: var(--sl-cyan);
}

.chat-faq__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem 0.85rem;
}

.chat-faq__action {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.45rem 0.65rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(0, 85, 184, 0.2);
  color: var(--sl-blue);
  background: #fff;
}

.chat-faq__action:hover {
  background: rgba(0, 174, 237, 0.08);
  color: var(--sl-blue);
}

.chat-faq__action--primary {
  background: var(--sl-cyan);
  border-color: var(--sl-cyan);
  color: #fff;
}

.chat-faq__action--primary:hover {
  background: var(--sl-cyan-hover);
  border-color: var(--sl-cyan-hover);
  color: #fff;
}

@media (max-width: 575.98px) {
  .chat-faq__panel {
    width: min(320px, calc(100vw - 1.5rem));
  }
}

/* Cookie bar */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--sl-nav);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.85rem 1.5rem;
  padding-bottom: max(0.85rem, env(safe-area-inset-bottom));
}

.cookie-bar.is-hidden {
  display: none !important;
}

.btn-cookie {
  background: var(--sl-cyan);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  min-height: 44px;
  min-width: 88px;
  transition: background-color 0.2s ease;
}

.btn-cookie:hover {
  background: var(--sl-cyan-hover);
  color: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--sl-cyan);
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 237, 0.25);
}

@media (max-width: 991.98px) {
  .navbar-sl305 .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
    padding: 0.75rem 1rem 1rem;
    margin-top: 0.5rem;
    border-radius: 4px;
  }

  .btn-cta-nav {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .hero-banner,
  .hero-banner__overlay {
    min-height: 380px;
  }

  .reviews-slide-row {
    grid-template-columns: 1fr;
  }

  .section-water {
    background-attachment: scroll;
  }
}

@media (max-width: 767.98px) {
  .navbar-sl305 {
    background: rgba(0, 0, 0, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }

  .section-water__overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-banner {
    position: relative;
    overflow: hidden;
  }

  .hero-banner__bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .hero-banner__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% 48%;
    display: block;
  }

  .hero-banner__overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }

  .section-water {
    background-position: 58% 18%;
  }

  .reviews-slide-row {
    grid-template-columns: 1fr;
  }

  .rental-card-v__actions {
    flex-direction: column;
  }

  .rental-card-v__actions .btn {
    width: 100%;
  }

  .reviews-actions .btn {
    width: 100%;
  }

  .promo-box {
    padding: 1.75rem 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .reviews-slide-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .hero-banner__bg-img {
    object-position: 52% 46%;
  }

  .section-water {
    background-position: 55% 14%;
  }

  .section-padded {
    padding: 2.5rem 0;
  }

  .form-control,
  .form-select {
    font-size: 16px;
    min-height: 48px;
  }

  .cookie-bar {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem !important;
  }

  .btn-cookie {
    width: 100%;
  }

  body {
    padding-bottom: calc(110px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 992px) {
  .hero-banner,
  .hero-banner__overlay {
    min-height: 520px;
  }
}

/* ── Book / reservation page ── */
.book-page {
  background: var(--sl-light);
  padding-bottom: calc(150px + env(safe-area-inset-bottom));
}

.book-page .mobile-fab {
  bottom: calc(1.25rem + env(safe-area-inset-bottom));
}

.reserve-start-select {
  font-size: 1rem;
  min-height: 48px;
}

.reserve-trip-range {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--sl-blue);
  background: rgba(0, 85, 184, 0.08);
  border-left: 4px solid var(--sl-cyan);
  border-radius: 0 4px 4px 0;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .book-page {
    padding-bottom: calc(180px + env(safe-area-inset-bottom));
  }

  .book-page .mobile-fab {
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    flex-direction: row;
    justify-content: center;
  }

  .book-page .mobile-fab__btn {
    flex: 1;
    justify-content: center;
    max-width: 140px;
  }
}

.book-page__header .navbar-sl305 {
  position: relative;
  background: var(--sl-nav);
}

.book-page__main {
  min-height: calc(100vh - 140px);
}

.book-intro {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.book-intro__lead {
  max-width: 560px;
  color: var(--sl-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.guest-limit-notice {
  display: flex;
  gap: 1rem;
  text-align: left;
  max-width: 640px;
  margin: 0 auto 1.5rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(135deg, #fffbfb 0%, #f6faff 100%);
  border: 1px solid var(--sl-alert-border);
  border-left: 4px solid var(--sl-alert);
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(217, 72, 72, 0.1);
}

.guest-limit-notice--compact {
  max-width: none;
  margin: 0;
  padding: 0.85rem 1rem;
  border-width: 1px;
  border-left-width: 4px;
  box-shadow: none;
  background: var(--sl-alert-bg);
}

.guest-limit-notice__badge {
  flex-shrink: 0;
  align-self: flex-start;
  font-family: var(--bs-headline-font-family);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
  padding: 0.6rem 0.55rem;
  border-radius: 4px;
  background: linear-gradient(145deg, var(--sl-alert) 0%, var(--sl-alert-dark) 100%);
  color: #fff;
  text-align: center;
  min-width: 3.1rem;
  box-shadow: 0 3px 10px rgba(217, 72, 72, 0.28);
}

.guest-limit-notice__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sl-alert-dark);
  line-height: 1.35;
  margin-bottom: 0.45rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.guest-limit-notice--compact .guest-limit-notice__title {
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--sl-alert-dark);
}

.guest-limit-notice__text {
  font-size: 0.95rem;
  color: var(--sl-text);
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.guest-limit-notice--compact .guest-limit-notice__text {
  margin-bottom: 0;
  color: var(--sl-muted);
}

.guest-limit-notice__list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  color: var(--sl-text);
  line-height: 1.55;
}

.guest-limit-notice__list li {
  margin-bottom: 0.35rem;
}

.guest-limit-notice__list li::marker {
  color: var(--sl-alert);
}

.guest-limit-notice__list li:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: #8f3a3a;
}

.guest-limit-notice__input:focus {
  border-color: var(--sl-alert);
  box-shadow: 0 0 0 0.2rem rgba(217, 72, 72, 0.18);
}

.book-intro__callout {
  display: flex;
  gap: 1rem;
  text-align: left;
  max-width: 520px;
  margin-top: 0.5rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(135deg, rgba(0, 85, 184, 0.08) 0%, rgba(0, 174, 237, 0.12) 100%);
  border: 1px solid rgba(0, 85, 184, 0.22);
  border-left: 4px solid var(--sl-cyan);
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 85, 184, 0.1);
}

.book-intro__callout-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sl-blue);
  color: #fff;
}

.book-intro__callout-title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sl-blue);
  line-height: 1.35;
}

.book-intro__callout-text {
  font-size: 0.95rem;
  color: var(--sl-text);
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.book-intro__callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.book-intro__callout-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 40px;
  font-weight: 700;
}

.book-intro__callout-wa {
  border-color: #25d366;
  color: #128c41;
}

.book-intro__callout-wa:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}

.book-page__back {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0.45rem 0.85rem;
  min-height: 38px;
}

.calendar-panel {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 85, 184, 0.08);
}

.calendar-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calendar-panel__month {
  font-family: var(--bs-headline-font-family);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sl-blue);
  margin: 0;
  text-transform: uppercase;
}

.calendar-nav {
  width: 40px;
  height: 40px;
  border: 1px solid var(--sl-border);
  background: #fff;
  color: var(--sl-blue);
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-nav:hover {
  background: var(--sl-light);
  border-color: var(--sl-blue);
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 4px;
}

.calendar-weekdays__day {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 0.35rem 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  background: transparent;
  padding: 0;
  font-family: inherit;
}

.calendar-day--empty {
  visibility: hidden;
}

.calendar-day--disabled {
  color: #ccc;
  cursor: not-allowed;
}

.calendar-day--selectable {
  color: var(--sl-text);
  cursor: pointer;
  background: var(--sl-light);
}

.calendar-day--selectable:hover {
  background: rgba(0, 174, 237, 0.2);
  color: var(--sl-blue);
}

.calendar-day--today {
  box-shadow: inset 0 0 0 2px var(--sl-cyan);
}

.calendar-day--selected {
  background: var(--sl-blue) !important;
  color: #fff !important;
}

.calendar-day--booked {
  background: #fde8e8;
  color: #c0392b;
  text-decoration: line-through;
}

.calendar-panel__phone {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--sl-blue);
  text-decoration: none;
}

.calendar-panel__phone:hover {
  color: var(--sl-cyan);
}

.reserve-form {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 85, 184, 0.08);
}

.reserve-form__summary {
  background: rgba(0, 85, 184, 0.08);
  border-left: 4px solid var(--sl-blue);
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 0 4px 4px 0;
}

.reserve-form__summary-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin-bottom: 0.2rem;
}

.reserve-form__summary strong {
  font-size: 1rem;
  color: var(--sl-blue);
}

.duration-picker {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.duration-picker__option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.duration-picker__option:has(input:checked) {
  border-color: var(--sl-blue);
  background: rgba(0, 85, 184, 0.06);
}

.duration-picker__option input {
  accent-color: var(--sl-blue);
}

.boat-picker {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.boat-picker__option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border: 2px solid var(--sl-border);
  border-radius: 6px;
  cursor: pointer;
  margin: 0;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.boat-picker__option:hover {
  border-color: rgba(0, 85, 184, 0.35);
}

.boat-picker__option:has(input:checked) {
  border-color: var(--sl-cyan);
  background: linear-gradient(135deg, rgba(0, 85, 184, 0.07), rgba(0, 174, 237, 0.06));
  box-shadow: 0 2px 10px rgba(0, 85, 184, 0.12);
}

.boat-picker__option input {
  margin-top: 0.2rem;
  accent-color: var(--sl-blue);
  flex-shrink: 0;
}

.boat-picker__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.boat-picker__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--sl-blue);
  line-height: 1.3;
}

.boat-picker__desc {
  font-size: 0.85rem;
  color: var(--sl-muted);
  line-height: 1.4;
}

@media (max-width: 575.98px) {
  .book-page__header .container {
    flex-wrap: wrap;
  }

  .book-page__back {
    display: none;
  }

  .book-intro__callout {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 1rem;
  }

  .guest-limit-notice {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .guest-limit-notice__badge {
    align-self: center;
    padding: 0.5rem 1rem;
  }

  .guest-limit-notice__title {
    font-size: 1rem;
    text-align: center;
  }

  .book-intro__callout-actions {
    justify-content: center;
    width: 100%;
  }

  .book-intro__callout-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }

  .calendar-day {
    font-size: 0.8rem;
  }
}

/* ── Admin panel ── */
.admin-page {
  background: var(--sl-light);
  min-height: 100vh;
}

.admin-auth-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 2rem;
}

.admin-auth-loading.d-none {
  display: none !important;
}

.admin-auth-loading__spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid var(--sl-border);
  border-top-color: var(--sl-blue);
  border-radius: 50%;
  animation: admin-auth-spin 0.7s linear infinite;
}

@keyframes admin-auth-spin {
  to {
    transform: rotate(360deg);
  }
}

.admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.admin-login__card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0, 85, 184, 0.1);
  position: relative;
}

.admin-login__lang {
  position: static;
  width: 100%;
  margin-bottom: 1rem;
}

.admin-page .admin-lang-switch .lang-switch__select,
.admin-login__lang .lang-switch__select {
  min-height: auto;
  min-width: 0;
  width: 100%;
  padding: 0.35rem 1.65rem 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 2px;
  border-width: 1px;
  text-transform: none;
  letter-spacing: normal;
  box-sizing: border-box;
}

.admin-login__lang .lang-switch__select {
  border-color: var(--sl-border);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%230055b8'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  color: var(--sl-blue);
}

.admin-login__lang .lang-switch__select:hover,
.admin-login__lang .lang-switch__select:focus {
  border-color: var(--sl-cyan);
  background-color: #fff;
  color: var(--sl-blue);
}

.admin-header .admin-lang-switch {
  display: inline-flex;
  align-self: stretch;
}

.admin-header .admin-lang-switch .lang-switch__select {
  width: auto;
  min-width: 0;
  min-height: calc(0.8125rem * 1.5 + 0.7rem + 2px);
  padding: 0.35rem 1.65rem 0.35rem 0.85rem;
  height: auto;
  align-self: center;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.admin-header .admin-lang-switch .lang-switch__select:hover,
.admin-header .admin-lang-switch .lang-switch__select:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}

.admin-login__brand {
  font-family: var(--bs-headline-font-family);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--sl-blue);
}

.admin-login__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}

.admin-header {
  background: var(--sl-nav);
  color: #fff;
}

.admin-header__brand {
  font-family: var(--bs-headline-font-family);
  font-size: 1.1rem;
}

.admin-header__sub {
  opacity: 0.7;
  font-size: 0.9rem;
}

.admin-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.admin-filters__group .btn.active {
  background: var(--sl-blue);
  border-color: var(--sl-blue);
  color: #fff;
}

.admin-stat {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 1.25rem;
  text-align: center;
}

.admin-stat__num {
  display: block;
  font-family: var(--bs-headline-font-family);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.admin-stat__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sl-muted);
}

.admin-stat--pending .admin-stat__num { color: #e67e22; }
.admin-stat--approved .admin-stat__num { color: #27ae60; }
.admin-stat--rejected .admin-stat__num { color: #c0392b; }

.admin-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.admin-card {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 1.25rem;
}

.admin-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-card__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.admin-card__meta {
  font-size: 0.85rem;
  color: var(--sl-muted);
}

.admin-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 3px;
  white-space: nowrap;
}

.admin-badge--pending { background: #fef3e2; color: #e67e22; }
.admin-badge--approved { background: #e8f8ef; color: #27ae60; }
.admin-badge--rejected { background: #fde8e8; color: #c0392b; }

.admin-section-tabs__group .btn.active {
  background: var(--sl-blue);
  border-color: var(--sl-blue);
  color: #fff;
}

.admin-section-tabs__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #e67e22;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.admin-card__details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.admin-card__details dt {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin-bottom: 0.15rem;
}

.admin-card__details dd {
  margin: 0;
}

.admin-card__notes {
  grid-column: 1 / -1;
}

.admin-card__message {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #f4f8fc;
  border-radius: 4px;
  border-left: 3px solid var(--sl-cyan);
}

.admin-card__message-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin-bottom: 0.35rem;
}

.admin-card__message-body {
  white-space: pre-wrap;
  word-break: break-word;
  color: #1a1a1a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.admin-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--sl-border);
}

.admin-card__action-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.admin-card__checkout-hint {
  flex: 1 1 100%;
  max-width: 36rem;
  line-height: 1.45;
  margin: 0;
}

.admin-card__offline-pay {
  flex: 0 1 auto;
  max-width: 11.5rem;
}

.admin-card__offline-pay .form-label {
  color: #555;
  font-weight: 600;
}

.admin-settings__card {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 85, 184, 0.08);
}

.admin-settings__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1rem;
  font-weight: 700;
  color: var(--sl-blue);
}

.admin-settings__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.admin-manual-booking .calendar-panel {
  max-width: 100%;
}

.admin-manual-booking .boat-picker,
.admin-manual-booking .duration-picker {
  max-width: 100%;
}

.admin-manual-booking .reserve-form__summary {
  background: var(--sl-light);
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  padding: 0.75rem 1rem;
}

.admin-manual-booking .reserve-form__summary-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin-bottom: 0.15rem;
}

/* Admin: compact buttons (public .btn-outline-book / .btn-cta use flex + min-height for booking CTAs) */
.admin-page .btn-outline-book,
.admin-page .btn-cta {
  flex: 0 0 auto;
  text-transform: none;
  letter-spacing: 0.02em;
}

.admin-page .btn-outline-book.btn-sm,
.admin-page .btn-cta.btn-sm {
  min-height: auto;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
}

.admin-filters__group .btn,
.admin-section-tabs__group .btn,
.admin-booking-rule__toggle .btn,
.admin-square-mode__toggle .btn,
.admin-page #block-day-btn,
.admin-page #block-slot-btn {
  min-height: auto;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
}

.admin-page .admin-card .btn {
  text-transform: none;
  letter-spacing: 0.02em;
}

.admin-page .admin-card__actions .btn,
.admin-page .admin-card__actions a.btn,
.admin-page .admin-card__action-btns .btn,
.admin-page .admin-card__action-btns a.btn {
  min-height: 0;
  height: auto;
  align-self: auto;
  padding: 0.28rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  flex: 0 0 auto;
  line-height: 1.35;
}

.admin-page .admin-card__actions .btn-outline-book {
  border-width: 1px;
}

.admin-page .admin-card__offline-pay {
  flex: 0 1 auto;
  max-width: 11.5rem;
}

.admin-page .admin-card__offline-pay .form-label {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

.admin-page .admin-card__offline-pay .form-select-sm {
  font-size: 0.8125rem;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem;
  min-height: auto;
}

.admin-header .btn-outline-book {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.admin-header .btn-outline-book:hover,
.admin-header .btn-outline-book:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

.admin-square-mode__toggle .btn,
.admin-booking-rule__toggle .btn {
  flex: 1 1 auto;
  min-height: auto;
  white-space: nowrap;
}

.admin-booking-rule__toggle .btn.active,
.admin-square-mode__toggle .btn.active {
  color: #fff;
}

.admin-booking-rule__toggle .btn.active {
  background: var(--sl-blue);
  border-color: var(--sl-blue);
}

.admin-square-mode__toggle .btn:not(.active):not(:disabled) {
  opacity: 0.72;
}

.admin-square-mode__toggle .btn.active[data-square-mode="sandbox"] {
  background: #d97706;
  border-color: #d97706;
  box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.3);
}

.admin-square-mode__toggle .btn.active[data-square-mode="production"] {
  background: #15803d;
  border-color: #15803d;
  box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.3);
}

.admin-square-mode__toggle .btn.active:hover {
  color: #fff;
}

/* ── Admin schedule (visual timeline) ── */
.admin-schedule-page .container {
  max-width: 1320px;
}

.admin-schedule-layout {
  display: grid;
  grid-template-columns: minmax(268px, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.admin-schedule__calendar-card {
  padding: 1rem 1.1rem 1.15rem;
}

.admin-schedule__cal-head {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 2.25rem;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.admin-schedule__cal-month {
  margin: 0;
  text-align: center;
  font-family: var(--bs-headline-font-family);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sl-blue);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.admin-schedule__cal-nav {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  background: #fff;
  color: var(--sl-blue);
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.admin-schedule__cal-nav:hover {
  background: var(--sl-light);
  border-color: var(--sl-blue);
}

.admin-schedule__cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: 4px;
}

.admin-schedule__cal-weekday {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--sl-muted);
  padding: 0.2rem 0;
}

.admin-schedule__cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}

.admin-schedule__cal-day {
  position: relative;
  aspect-ratio: 1;
  min-height: 2rem;
  border: none;
  border-radius: 4px;
  background: var(--sl-light);
  padding: 0.15rem 0.1rem 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sl-text);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.admin-schedule__cal-day:hover:not(.admin-schedule__cal-day--empty):not(.admin-schedule__cal-day--selected) {
  background: rgba(0, 174, 237, 0.18);
  color: var(--sl-blue);
}

.admin-schedule__cal-day--empty {
  visibility: hidden;
  pointer-events: none;
}

.admin-schedule__cal-day--today:not(.admin-schedule__cal-day--selected) {
  box-shadow: inset 0 0 0 2px var(--sl-cyan);
}

.admin-schedule__cal-day--selected {
  background: var(--sl-blue) !important;
  color: #fff !important;
  box-shadow: none;
}

.admin-schedule__cal-day--has-events:not(.admin-schedule__cal-day--selected) {
  background: rgba(0, 85, 184, 0.1);
  color: var(--sl-blue);
}

.admin-schedule__cal-day--blocked:not(.admin-schedule__cal-day--selected) {
  background: repeating-linear-gradient(
    -45deg,
    rgba(102, 102, 102, 0.08),
    rgba(102, 102, 102, 0.08) 4px,
    rgba(221, 221, 221, 0.35) 4px,
    rgba(221, 221, 221, 0.35) 8px
  );
  color: var(--sl-muted);
}

.admin-schedule__cal-day-num {
  line-height: 1.1;
}

.admin-schedule__cal-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  font-size: 0.42rem;
  line-height: 1;
  color: var(--sl-blue);
  letter-spacing: 0;
  margin-top: 0.05rem;
}

.admin-schedule__cal-day--selected .admin-schedule__cal-dots {
  color: rgba(255, 255, 255, 0.92);
}

.admin-schedule__cal-today {
  margin-top: 0.85rem;
}

.admin-schedule__day-label {
  font-size: 1rem;
}

.admin-schedule__day-meta {
  font-size: 0.8rem;
  color: var(--sl-muted);
}

.admin-schedule__nav-btn {
  min-width: 2rem;
  padding-inline: 0.5rem;
}

.admin-schedule__legend li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--sl-text);
  margin-bottom: 0.4rem;
}

.admin-schedule__swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 2px;
  flex-shrink: 0;
}

.admin-schedule__swatch--paid { background: #27ae60; }
.admin-schedule__swatch--pending-pay { background: #e67e22; }
.admin-schedule__swatch--pending { background: var(--sl-blue); }
.admin-schedule__swatch--block { background: var(--sl-muted); }

.admin-schedule__board {
  padding: 0;
  overflow: hidden;
}

.admin-schedule__board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--sl-border);
  background: #fff;
}

.admin-schedule__timeline-wrap {
  overflow-x: auto;
  overflow-y: visible;
  padding: 1.35rem 1.15rem 1.25rem;
  background: var(--sl-light);
}

.admin-schedule__timeline {
  min-width: 720px;
}

.admin-schedule__hours {
  position: relative;
  height: 1.75rem;
  margin-left: 7.5rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid var(--sl-border);
}

.admin-schedule__hour {
  position: absolute;
  transform: translateX(0);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--sl-muted);
  white-space: nowrap;
}

.admin-schedule__hour--end {
  transform: translateX(-100%);
}

.admin-schedule__rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.admin-schedule__row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: stretch;
}

.admin-schedule__row-label {
  padding-top: 0.85rem;
  font-size: 0.78rem;
  color: var(--sl-text);
  line-height: 1.25;
}

.admin-schedule__row-label strong {
  display: block;
  font-family: var(--bs-headline-font-family);
  color: var(--sl-blue);
  font-size: 0.82rem;
}

.admin-schedule__fleet-hint {
  margin-top: 0.25rem;
  font-size: 0.65rem;
  font-weight: 700;
  color: #e67e22;
}

.admin-schedule__row-track {
  position: relative;
  min-height: 5.25rem;
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(0, 85, 184, 0.06);
}

.admin-schedule__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(6.25% - 1px),
    rgba(0, 85, 184, 0.07) calc(6.25% - 1px),
    rgba(0, 85, 184, 0.07) 6.25%
  );
  pointer-events: none;
}

.admin-schedule__block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: repeating-linear-gradient(
    -45deg,
    rgba(102, 102, 102, 0.12),
    rgba(102, 102, 102, 0.12) 6px,
    rgba(221, 221, 221, 0.5) 6px,
    rgba(221, 221, 221, 0.5) 12px
  );
  border-left: 1px solid var(--sl-border);
  border-right: 1px solid var(--sl-border);
  pointer-events: none;
}

.admin-schedule__event {
  position: absolute;
  top: 1.15rem;
  bottom: 0.35rem;
  z-index: 2;
  min-width: 3rem;
  padding: 0.35rem 0.5rem;
  border-radius: 3px;
  color: #fff;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  box-shadow: 0 2px 8px rgba(0, 85, 184, 0.15);
  cursor: default;
}

.admin-schedule__event::before,
.admin-schedule__event::after {
  content: '';
  position: absolute;
  top: -0.65rem;
  width: 2px;
  height: 0.55rem;
  background: currentColor;
  opacity: 0.85;
  z-index: 4;
}

.admin-schedule__event::before {
  left: 0;
}

.admin-schedule__event::after {
  right: 0;
}

.admin-schedule__event-marker {
  position: absolute;
  top: -1.05rem;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  z-index: 5;
  color: var(--sl-blue);
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 2px;
  padding: 0.1rem 0.25rem;
}

.admin-schedule__event-marker--start {
  left: 0;
  transform: translateX(-1px);
}

.admin-schedule__event-marker--end {
  right: 0;
  transform: translateX(1px);
}

.admin-schedule__event-body {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.admin-schedule__event-range {
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-schedule__event--paid {
  background: #27ae60;
  border: 1px solid #219a52;
}

.admin-schedule__event--pending_payment {
  background: #e67e22;
  border: 1px solid #cf711f;
}

.admin-schedule__event--pending {
  background: var(--sl-blue);
  border: 1px solid #004494;
}

.admin-schedule__event--other {
  background: var(--sl-muted);
  border: 1px solid #555;
}

.admin-schedule__event-name {
  font-family: var(--bs-headline-font-family);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-schedule__event-meta {
  font-size: 0.62rem;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-schedule__now-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--sl-cyan);
  z-index: 3;
  pointer-events: none;
}

.admin-schedule__now-line::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-cyan);
  box-shadow: 0 0 0 2px rgba(0, 174, 237, 0.25);
}

.admin-schedule__loading {
  padding: 2rem 1rem;
  color: var(--sl-muted) !important;
}

.admin-schedule__view-toggle .btn.active {
  background: var(--sl-blue);
  border-color: var(--sl-blue);
  color: #fff;
}

.admin-schedule__timeline-wrap--month {
  max-height: 640px;
  overflow-y: auto;
  padding-top: 1rem;
}

.admin-schedule__timeline--month .admin-schedule__hours {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--sl-light);
  padding-bottom: 0.25rem;
}

.admin-schedule__rows--month {
  gap: 0.35rem;
}

.admin-schedule__row--month {
  cursor: pointer;
}

.admin-schedule__row--month:hover .admin-schedule__row-track {
  border-color: var(--sl-cyan);
}

.admin-schedule__row--month-today .admin-schedule__row-label strong {
  color: var(--sl-cyan);
}

.admin-schedule__row--month-selected .admin-schedule__row-track {
  box-shadow: 0 0 0 2px rgba(0, 174, 237, 0.25);
}

.admin-schedule__row--month-empty .admin-schedule__row-track {
  min-height: 1.85rem;
  opacity: 0.72;
}

.admin-schedule__row-label--month {
  padding-top: 0.35rem;
}

.admin-schedule__row-label--month strong {
  font-size: 0.75rem;
}

.admin-schedule__row-count {
  display: block;
  font-size: 0.62rem;
  color: var(--sl-muted);
  font-weight: 400;
}

.admin-schedule__row-track--month {
  min-height: 2.35rem;
  overflow: hidden;
}

.admin-schedule__row-track--month .admin-schedule__event {
  top: 0.18rem;
  bottom: 0.18rem;
  overflow: hidden;
}

.admin-schedule__row-track--month .admin-schedule__event::before,
.admin-schedule__row-track--month .admin-schedule__event::after,
.admin-schedule__row-track--month .admin-schedule__event-marker {
  display: none;
}

.admin-schedule__event--compact {
  top: 0.18rem;
  bottom: 0.18rem;
  min-width: 2.25rem;
  padding: 0.12rem 0.35rem;
}

.admin-schedule__event--compact .admin-schedule__event-name {
  font-size: 0.64rem;
}

.admin-schedule__event--compact .admin-schedule__event-meta {
  font-size: 0.58rem;
}

@media (max-width: 991px) {
  .admin-schedule-layout {
    grid-template-columns: 1fr;
  }

  .admin-schedule__calendar-card {
    max-width: 320px;
    margin-inline: auto;
  }
}

.admin-blocks-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.admin-block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  background: var(--sl-light);
}

.admin-block-item__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  min-width: 0;
}

.admin-block-item__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.45rem;
  border-radius: 2px;
  background: rgba(0, 85, 184, 0.12);
  color: var(--sl-blue);
}

.admin-block-item__label {
  font-size: 0.9rem;
  color: var(--sl-text);
}

.admin-block-item__note {
  font-size: 0.82rem;
  color: var(--sl-muted);
}

/* ── Fleet / Our Boats page ── */
.fleet-page__water {
  min-height: calc(100vh - 52px);
}

.fleet-page__main {
  padding-top: 5.5rem;
  padding-bottom: 2rem;
}

.fleet-page__intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fleet-page__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 1.25rem;
}

.fleet-page__guest-notice {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--sl-alert-border);
  border-left: 4px solid var(--sl-alert);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.fleet-card {
  background: #fff;
  border: 1px solid var(--sl-border);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 85, 184, 0.08);
}

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

.fleet-card__carousel {
  height: 100%;
}

.fleet-carousel {
  position: relative;
  height: 100%;
}

.fleet-carousel .carousel-inner,
.fleet-carousel .carousel-item {
  height: 100%;
}

.fleet-carousel .carousel-item {
  overflow: hidden;
}

.fleet-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.fleet-card__img--full-boat {
  object-fit: cover;
  object-position: center center;
  transform: none;
  background: transparent;
}

/* Sea Ray Our Boats — slide 2: full boat visible in frame */
#fleet-seaRay-carousel-slide .carousel-item:nth-child(2) {
  background: #0c1824;
}

#fleet-seaRay-carousel-slide .carousel-item:nth-child(2) .fleet-card__img {
  object-fit: fill;
  object-position: center center;
  transform: none;
}

.fleet-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--sl-cyan);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
  opacity: 0.95;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.fleet-carousel__arrow:hover {
  background: var(--sl-cyan-hover);
  opacity: 1;
}

.fleet-carousel__arrow--prev {
  left: 0.65rem;
}

.fleet-carousel__arrow--next {
  right: 0.65rem;
}

.fleet-carousel__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  display: block;
}

.fleet-carousel__indicators {
  margin-bottom: 0.65rem;
  z-index: 2;
}

.fleet-carousel__indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  border: none;
  opacity: 1;
}

.fleet-carousel__indicators .active {
  background-color: var(--sl-cyan);
}

.fleet-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  border-radius: 3px;
  background: var(--sl-blue);
  color: #fff;
}

.fleet-card__badge--alt {
  background: var(--sl-cyan);
}

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

.fleet-card__nickname {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sl-cyan);
  margin-bottom: 0.25rem;
}

.fleet-card__title {
  font-family: var(--bs-headline-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sl-blue);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.fleet-card__desc {
  font-size: 0.95rem;
  color: var(--sl-text);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.fleet-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
  margin: 0 0 1.25rem;
  padding: 1rem;
  background: var(--sl-light);
  border-radius: 4px;
  border: 1px solid var(--sl-border);
}

.fleet-specs__row dt {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--sl-muted);
  margin-bottom: 0.1rem;
}

.fleet-specs__row dd {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--sl-text);
  margin: 0;
  line-height: 1.35;
}

.fleet-specs__row:last-child {
  grid-column: 1 / -1;
}

.fleet-card__features-title {
  font-family: var(--bs-headline-font-family);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--sl-muted);
  margin-bottom: 0.5rem;
}

.fleet-features {
  margin: 0 0 0.5rem;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  color: var(--sl-text);
  line-height: 1.55;
}

.fleet-features li {
  margin-bottom: 0.35rem;
}

.fleet-features li::marker {
  color: var(--sl-cyan);
}

.fleet-card__actions {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sl-border);
}

.fleet-card__book-btn {
  width: 100%;
  justify-content: center;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 14px rgba(0, 174, 237, 0.35);
}

.fleet-card__book-btn:hover,
.fleet-card__book-btn:focus {
  box-shadow: 0 6px 18px rgba(0, 174, 237, 0.45);
}

.boat-unavailable-note {
  font-style: italic;
  line-height: 1.4;
}

.rental-card-v__actions .boat-unavailable-note {
  flex: 1 1 100%;
}

.fleet-page__cta {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.fleet-page__cta-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.55;
}

.navbar-sl305 .nav-link.active {
  color: var(--sl-cyan) !important;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .fleet-specs {
    grid-template-columns: 1fr;
  }

  .book-page__header .container .d-flex {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* ── App-like mobile shell (phones & tablets) ── */
:root {
  --app-radius: 16px;
  --app-radius-sm: 12px;
  --app-shadow: 0 8px 32px rgba(0, 30, 60, 0.1);
  --app-bg: #eef2f7;
  --app-tabbar-h: 68px;
  --app-header-h: 56px;
}

@media (max-width: 991.98px) {
  .split-water-bg .hero-banner {
    overflow: hidden;
  }

  .split-water-bg .hero-banner__bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .split-water-bg .hero-banner__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
  }

  .split-water-bg .hero-banner__overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
  }

  body.app-shell {
    background: var(--app-bg);
    padding-bottom: calc(var(--app-tabbar-h) + env(safe-area-inset-bottom) + 8px);
  }

  body.app-shell:not(.book-page):not(.fleet-page) {
    padding-top: 0;
  }

  .app-shell .site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  .app-shell .navbar-sl305 {
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-top: max(0.45rem, env(safe-area-inset-top));
    padding-bottom: 0.45rem;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .app-shell .navbar-toggler {
    display: none;
  }

  .app-shell .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .app-shell .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto !important;
  }

  .app-shell .navbar-nav .nav-item:not(.nav-item--tools) {
    display: none;
  }

  .app-shell .btn-cta-nav {
    display: none;
  }

  .app-shell .logo-brand__tagline {
    font-size: 0.62rem;
    margin-top: 0.08rem;
  }

  .app-shell .logo-brand__main {
    font-size: 1rem;
  }

  .app-shell .container {
    max-width: 100%;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .app-shell .hero-banner,
  .app-shell .hero-banner__overlay {
    min-height: 52vh;
    min-height: 52dvh;
  }

  .app-shell .hero-banner__overlay {
    padding: 4.5rem 0 1.75rem;
    align-items: flex-end;
  }

  .app-shell .hero-banner__title {
    font-size: clamp(1.65rem, 7vw, 2rem);
    margin-bottom: 1rem;
  }

  .app-shell .btn-cta--hero {
    width: 100%;
    max-width: none;
    border-radius: var(--app-radius-sm);
    min-height: 52px;
    font-size: 1rem;
    box-shadow: 0 8px 24px rgba(0, 174, 237, 0.35);
  }

  .app-shell .section-padded {
    padding: 2rem 0;
  }

  .app-shell .section-padded--dark {
    padding: 1.75rem 0;
  }

  .app-shell.split-water-bg .section-water,
  .app-shell .section-water {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }

  .app-shell .section-title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }

  .app-shell #opciones .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: calc(-1 * max(1rem, env(safe-area-inset-left)));
    margin-right: calc(-1 * max(1rem, env(safe-area-inset-right)));
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    gap: 0.85rem;
  }

  .app-shell #opciones .row::-webkit-scrollbar {
    display: none;
  }

  .app-shell #opciones .row > [class*="col-"] {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: start;
  }

  .app-shell .adventure-card {
    border-radius: var(--app-radius);
    min-height: 240px;
    box-shadow: var(--app-shadow);
  }

  .app-shell .adventure-card__overlay {
    padding: 1.25rem 1rem;
  }

  .app-shell .adventure-card__btn {
    margin-top: 0.75rem;
    min-width: 6.5rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.68rem;
    min-height: 34px;
  }

  .app-shell .rental-card-v {
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
  }

  .app-shell .section-promo--plain {
    background: var(--app-bg);
    padding: 0 0 1.5rem;
  }

  .app-shell .promo-box {
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    margin: 0 max(1rem, env(safe-area-inset-left));
    padding: 1.5rem 1.25rem;
  }

  .app-shell .section-reviews {
    background: var(--app-bg);
  }

  .app-shell .reviews-carousel-lw .carousel-inner {
    border-radius: var(--app-radius);
  }

  .app-shell .review-card-lw {
    border-radius: var(--app-radius-sm);
  }

  .app-shell #contacto {
    background: var(--app-bg) !important;
  }

  .app-shell .contact-card {
    border-radius: var(--app-radius-sm);
    box-shadow: var(--app-shadow);
    border: none;
    min-height: 88px;
  }

  .app-shell .booking-panel {
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    border: none;
    padding: 1.5rem 1.25rem;
    background: #fff;
  }

  .app-shell .form-control,
  .app-shell .form-select {
    border-radius: var(--app-radius-sm);
    border-color: #dde3ea;
    background: #f8fafc;
  }

  .app-shell #nosotros,
  .app-shell #seguridad {
    background: #fff;
    margin: 0.75rem max(1rem, env(safe-area-inset-left));
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
  }

  .app-shell #nosotros .container,
  .app-shell #seguridad .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .app-shell .footer-sl305 {
    border-radius: var(--app-radius) var(--app-radius) 0 0;
    margin-top: 1rem;
  }

  .app-shell .mobile-fab {
    bottom: calc(var(--app-tabbar-h) + 10px + env(safe-area-inset-bottom));
    z-index: 1040;
  }

  .app-shell .chat-faq {
    bottom: calc(var(--app-tabbar-h) + 12px + env(safe-area-inset-bottom));
    z-index: 1045;
  }

  .app-shell .chat-faq--above-cookie {
    bottom: calc(var(--app-tabbar-h) + 4.5rem + env(safe-area-inset-bottom));
  }

  .app-shell .chat-faq__panel {
    max-height: min(480px, calc(100dvh - var(--app-tabbar-h) - 6rem));
  }

  .app-shell .cookie-bar {
    bottom: calc(var(--app-tabbar-h) + env(safe-area-inset-bottom));
    border-radius: var(--app-radius) var(--app-radius) 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  }

  .app-shell.book-page,
  .app-shell.fleet-page {
    background: var(--app-bg);
    padding-bottom: calc(var(--app-tabbar-h) + env(safe-area-inset-bottom) + 16px);
  }

  .app-shell.book-page .book-page__header,
  .app-shell.fleet-page .site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  .app-shell.book-page .book-page__back {
    display: none;
  }

  .app-shell .calendar-panel,
  .app-shell .reserve-form {
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    background: #fff;
    border: none;
  }

  .app-shell .guest-limit-notice {
    border-radius: var(--app-radius-sm);
  }

  .app-shell .fleet-card {
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    overflow: hidden;
  }

  .app-shell .fleet-specs {
    border-radius: var(--app-radius-sm);
  }
}

.app-tabbar {
  display: none;
}

@media (max-width: 991.98px) {
  .app-tabbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    min-height: var(--app-tabbar-h);
    padding: 0.35rem max(0.5rem, env(safe-area-inset-left)) calc(0.45rem + env(safe-area-inset-bottom)) max(0.5rem, env(safe-area-inset-right));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -8px 32px rgba(0, 30, 60, 0.08);
  }

  .app-tabbar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.35rem 0.25rem;
    text-decoration: none;
    color: var(--sl-muted);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: var(--app-radius-sm);
    min-height: 52px;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: none;
  }

  .app-tabbar__item.is-pressed {
    transform: scale(0.94);
    opacity: 0.88;
  }

  .app-tabbar__item.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--sl-cyan) 0%, #0088c2 100%);
    box-shadow: 0 4px 16px rgba(0, 174, 237, 0.4);
  }

  .app-tabbar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
  }

  .app-tabbar__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .app-tabbar__label {
    line-height: 1.1;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  body.app-shell {
    padding-bottom: 60px;
  }
}
