:root {
  --bg: #000000;
  --cyan: #10edf7;
  --pink: #ff2fa6;
  --yellow: #ffd82a;
  --line: rgba(255,255,255,.14);
  --shadow-cyan: 0 0 22px rgba(16,237,247,.55);
  --shadow-pink: 0 0 24px rgba(255,47,166,.5);
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  background: var(--bg);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 14px);
}

button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

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

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  /* The only page background below the hero: one uninterrupted canvas. */
  background: linear-gradient(
    180deg,
    #020408 0%,
    #03070d 12%,
    #050c15 25%,
    #07131f 39%,
    #091b29 53%,
    #0c2535 67%,
    #103144 81%,
    #153f54 100%
  );
}

/* Fixed menu, same old visual layout */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 18px 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  background: transparent;
}

.site-header {
  transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(0, 0, 0, .96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .42);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
}

.socials a {
  color: rgba(255,255,255,.95);
  text-shadow: 0 0 10px rgba(255,255,255,.08);
}

.socials img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0,0,0,.45));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: center;
}

.main-nav a {
  position: relative;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--cyan);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -8px;
  height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(16,237,247,.6);
}

/*.book-now {
  justify-self: end;
  padding: 16px 24px;
  border: 2px solid var(--cyan);
  border-radius: 14px;
  color: #03181d;
  background: var(--cyan);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: var(--shadow-cyan);
}*/

.book-now {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 17px;
  border: 0;
  border-radius: 11px;

  color: #fff;
  background: linear-gradient(180deg, #ff57bc, #ff2fa6);
  box-shadow:
        0 0 10px rgba(255,255,255,.45),
        0 0 22px rgba(255,47,166,.45),
        0 10px 28px rgba(255,47,166,.20);

  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
       transform .22s ease,
       box-shadow .22s ease,
       filter .22s ease;
}

@media (hover:hover) and (pointer:fine){

.book-now:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

    box-shadow:
        0 0 14px rgba(255,255,255,.75),
        0 0 30px rgba(255,47,166,.65),
        0 14px 36px rgba(255,47,166,.30);

}

}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.mobile-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  background: white;
}

/* Old logo / opener section */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: start center;
  padding: 72px 24px 60px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.32), rgba(0,0,0,.62)),
    url('hero-bg.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.24) 24%, rgba(0,0,0,.78) 100%),
    radial-gradient(circle at 50% 32%, transparent 0%, rgba(0,0,0,.05) 22%, rgba(0,0,0,.48) 76%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  text-align: center;
}

.logo-badge {
  position: relative;
  width: min(700px, 94vw);
  aspect-ratio: 1 / 1;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}

.hero-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(0,0,0,.45));
}

.hero h1 {
  margin: 2px 0 8px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-size: clamp(2.75rem, 5.8vw, 5.5rem);
  line-height: .95;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.hero-tagline {
  margin: 0 0 20px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1;
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.hero-tagline-s {
  display: block;
  margin: 0 0 20px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1;
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 24px;
}

.hero-highlights > div {
  padding: 10px 14px;
  border-left: 2px solid rgba(16,237,247,.28);
  border-right: 2px solid rgba(255,47,166,.18);
  background: rgba(0,0,0,.28);
}

.hero-highlights .icon {
  display: block;
  margin-bottom: 6px;
  font-size: 2.1rem;
}

.hero-highlights strong,
.hero-highlights small {
  display: block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}

.hero-highlights strong {
  font-size: 1.65rem;
}

.hero-highlights small {
  font-size: 1.25rem;
  color: rgba(255,255,255,.9);
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 34px;
  min-width: 330px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff57bc 0%, #ff2fa6 100%);
  border: 2px solid #ff86ce;
  box-shadow: var(--shadow-pink);
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-script {
  margin-top: 16px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.6rem, 2.6vw, 3rem);
}

/* Seamless page canvas: sections are transparent and share one uninterrupted background */
.content-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

/* Sections add no color, glow, line, image, or overlay of their own. */
.content-section::before,
.content-section::after {
  content: none;
  display: none;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-inner.narrow {
  width: min(900px, 100%);
}

.section-heading h2 {
  margin: 0 0 28px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  line-height: .98;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.section-inner p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,.86);
}

.highlight-cyan {
    color: #10edf7;
    text-shadow:
        0 0 10px rgba(16,237,247,.6),
        0 0 24px rgba(16,237,247,.35);
}

.highlight-pink {
    color: #ff2fa6;
    text-shadow:
        0 0 10px rgba(255,47,166,.6),
        0 0 24px rgba(255,47,166,.35);
}

.highlight-gold {
    color: #ffb347;
    text-shadow:
        0 0 10px rgba(255,179,71,.5),
        0 0 22px rgba(255,179,71,.3);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-card,
.placeholder-box,
details,
.contact-form {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.glass-card {
  padding: 28px;
  border-radius: 26px;
  text-align: left;
}

.glass-card h3 {
  margin: 0 0 12px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
}

.glass-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--cyan);
  font-weight: 800;
  text-transform: uppercase;
}

.placeholder-box {
  min-height: 360px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
}

.gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

details {
  margin: 14px 0;
  padding: 22px 26px;
  border-radius: 20px;
  text-align: left;
}

summary {
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 26px 26px 0;
  border-radius: 26px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.contact-form label > span {
  display: block;
  margin: 0 0 7px;
  padding-left: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.contact-form label small {
  font-weight: 500;
  opacity: .72;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  background: rgba(0,0,0,.28);
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 14px;
  padding: 16px 28px;
  color: #03181d;
  background: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--shadow-cyan);
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}

.contact-form button:not(:disabled):hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button-spinner {
  display: none;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid rgba(3, 24, 29, .28);
  border-top-color: #03181d;
  border-radius: 50%;
  animation: contact-spinner .75s linear infinite;
}

.contact-form.is-sending .button-spinner {
  display: inline-block;
}

@keyframes contact-spinner {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 22px;
  }

  .hero-highlights,
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }

  .site-header.is-scrolled {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header.menu-active {
    background: rgba(0, 0, 0, .96);
  }

  .socials {
    gap: 12px;
  }

  .socials img {
    width: 25px;
    height: 25px;
  }

  .mobile-toggle {
    display: block;
    justify-self: end;
    z-index: 50;
  }

  .book-now {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    max-height: calc(100svh - 88px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(1,3,12,.96);
    box-shadow: 0 14px 44px rgba(0,0,0,.45);
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 14px 12px;
    min-height: 48px;
    border-radius: 12px;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after {
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    padding: 62px 16px 60px;
    align-items: start;
    justify-items: center;
  }

  .hero-content {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
  }

  .logo-badge {
    width: min(500px, calc(100vw - 32px));
    margin-inline: auto;
  }

  .hero-highlights,
  .card-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-primary {
    width: 100%;
    min-width: 0;
    font-size: 1.35rem;
  }

  .content-section {
    min-height: auto;
    padding: 68px 18px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 14px 12px;
  }

  .main-nav {
    top: 100%;
    right: 10px;
    left: 10px;
    max-height: calc(100svh - 74px);
  }

  .socials {
    gap: 8px;
  }

  .socials img {
    width: 22px;
    height: 22px;
  }

  .hero {
    padding: 52px 12px 56px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .hero-tagline {
    font-size: 2rem;
  }

  .section-heading h2 {
    margin-bottom: 18px;
    font-size: 2.15rem;
  }

  .content-section {
    padding: 54px 16px;
  }

  .logo-badge {
    width: min(460px, calc(100vw - 24px));
  }

  .hero-tagline-s {
    margin-bottom: 12px;
    font-size: 1.85rem;
  }
}


@media (max-width: 820px) and (max-height: 560px) {
  .main-nav {
    top: 100%;
    max-height: calc(100svh - 66px);
    padding: 10px;
  }

  .main-nav a {
    min-height: 44px;
    padding: 10px 12px;
  }

  .hero {
    padding-top: 46px;
  }
}

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#ff2fa6;
    color:#fff;

    font-weight:700;
    font-size:1rem;

    cursor:pointer;

    box-shadow:
        0 0 12px rgba(255,47,166,.30),
        0 10px 28px rgba(255,47,166,.18);

    transition:.28s ease;
}

.btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#10edf7;
    color:#03181d;

    font-weight:700;

    box-shadow:
        0 0 12px rgba(16,237,247,.30),
        0 10px 28px rgba(16,237,247,.18);

    transition:.28s ease;
}

.btn-gold{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#ffb347;
    color:#111;

    font-weight:700;

    box-shadow:
        0 0 12px rgba(255,179,71,.28),
        0 10px 28px rgba(255,179,71,.18);

    transition:.28s ease;
}

@media (hover:hover){

.btn-primary:hover,
.btn-secondary:hover,
.btn-gold:hover{

    transform:
        translateY(-2px)
        scale(1.02);

    filter:brightness(1.05);

    box-shadow:
        0 0 18px currentColor,
        0 16px 38px rgba(0,0,0,.28);

}

.btn-primary:active,
.btn-secondary:active,
.btn-gold:active{

    transform:translateY(0);

}

}

/* Contact form delivery status */
.form-status {
  display: none;
  margin: 0;
  padding: 0 2px 12px;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}

.form-status.is-sending,
.form-status.is-success,
.form-status.is-error {
  display: flex;
  animation: form-status-in .22s ease both;
}

@keyframes form-status-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-status::before {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.form-status.is-sending { color: #fff; }
.form-status.is-sending::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid rgba(255,255,255,.28);
  border-top-color: #fff;
  animation: contact-spinner .75s linear infinite;
}

.form-status.is-success { color: #7dffb2; }
.form-status.is-success::before {
  content: '✓';
  display: inline-flex;
  color: #062d1a;
  background: #7dffb2;
}

.form-status.is-error { color: #ff9eab; }
.form-status.is-error::before {
  content: '!';
  display: inline-flex;
  color: #3b0710;
  background: #ff9eab;
}

.contact-form [disabled] {
  cursor: wait;
  opacity: .78;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .button-spinner,
  .form-status.is-sending::before {
    animation-duration: 1.5s;
  }
}

/* ---------- Responsive gallery slider ---------- */
.gallery-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.gallery-viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.gallery-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-track {
  display: flex;
  gap: 20px;
}

.gallery-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(0,0,0,.22);
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-slide figcaption {
  padding: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-nav {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 0;
  border-radius: 14px;
  padding: 0;
  color: #03181d;
  background: #10edf7;
  box-shadow:
    0 0 12px rgba(16,237,247,.30),
    0 10px 28px rgba(16,237,247,.18);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease, opacity .2s ease;
}

.gallery-nav:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    0 0 18px rgba(255,255,255,.48),
    0 0 30px rgba(16,237,247,.58),
    0 12px 30px rgba(16,237,247,.24);
}

.gallery-nav:disabled {
  opacity: .35;
  cursor: default;
}

.gallery-swipe-hint {
  display: none;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1100px) {
  .gallery-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 820px) {
  .gallery-slider {
    display: block;
  }

  .gallery-slide {
    flex-basis: 100%;
  }

  .gallery-slide img {
    height: clamp(260px, 72vw, 420px);
  }

  .gallery-nav {
    display: none;
  }

  .gallery-swipe-hint {
    display: block;
  }
}


/* ---------- Premium framed reviews section ---------- */
.reviews-wrap {
  width: min(1180px, 100%);
}

.reviews-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.reviews-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.reviews-frame .section-heading h2 {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .reviews-frame {
    padding: 24px 16px;
    border-radius: 24px;
  }
}

/* ---------- Responsive Google review slider ---------- */
.review-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.review-viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.review-viewport::-webkit-scrollbar {
  display: none;
}

.review-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.review-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  text-align: left;
}

.review-card-header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.72);
}

.reviewer-details {
  min-width: 0;
}

.reviewer-details strong,
.reviewer-details time {
  display: block;
}

.reviewer-details strong {
  color: #fff;
  font-size: 1rem;
}

.reviewer-details time {
  margin-top: 3px;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
}

.google-review-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 12px;
}

.review-rating span,
.review-summary-stars {
  color: #ffd04a;
  letter-spacing: .08em;
  text-shadow: 0 0 12px rgba(255,208,74,.2);
}

.review-rating strong {
  color: #fff;
  font-size: .92rem;
}

.review-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.review-swipe-hint {
  display: none;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(0,0,0,.18);
}

.review-summary-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
}

.review-average {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.review-count {
  width: 100%;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
}

.review-button {
  flex: 0 0 auto;
  margin: 0;
  color: #03181d;
  background: #10edf7;
  border-color: #7df7fc;
  box-shadow:
    0 0 12px rgba(16,237,247,.30),
    0 10px 28px rgba(16,237,247,.18);
}

.review-button:hover {
  box-shadow:
    0 0 18px rgba(255,255,255,.48),
    0 0 30px rgba(16,237,247,.58),
    0 12px 30px rgba(16,237,247,.24);
}

@media (max-width: 1100px) {
  .review-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 820px) {
  .review-slider {
    display: block;
  }

  .review-slide {
    flex-basis: 100%;
  }

  .review-slider .gallery-nav {
    display: none;
  }

  .review-swipe-hint {
    display: block;
  }

  .review-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .review-summary-rating {
    justify-content: center;
    text-align: center;
  }

  .review-button {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- About Boat Happens ---------- */
.about-section {
  text-align: center;
}

.about-section > .section-heading {
  max-width: 850px;
  margin-inline: auto;
}

.captain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
  margin-top: clamp(34px, 5vw, 56px);
  text-align: left;
}

.captain-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.captain-photo-wrap {
  position: relative;
  aspect-ratio: 4 / 4.3;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.captain-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .5s ease;
}

.captain-card:hover .captain-photo {
  transform: scale(1.025);
}

.captain-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
  pointer-events: none;
}

.captain-badge {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  color: #03181d;
  background: linear-gradient(180deg, #65f6fb, #10edf7);
  box-shadow: 0 0 18px rgba(16,237,247,.4);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.captain-card-body {
  padding: clamp(22px, 3vw, 32px);
}

.captain-role {
  display: block;
  margin-bottom: 5px;
  color: var(--cyan);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.captain-card h3 {
  margin: 0 0 14px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.captain-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.captain-highlights {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.captain-highlights li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.9);
  font-weight: 700;
}

.captain-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  text-shadow: 0 0 10px rgba(16,237,247,.48);
}

.about-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: clamp(34px, 5vw, 54px) 0;
  text-align: left;
}

.about-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
}

.about-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #03181d;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(16,237,247,.28);
  font-size: 1.25rem;
  font-weight: 900;
}

.about-benefits strong,
.about-benefits small {
  display: block;
}

.about-benefits strong {
  margin: 1px 0 5px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-benefits small {
  color: rgba(255,255,255,.74);
  font-size: .95rem;
  line-height: 1.55;
}


.boat-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  overflow: hidden;
  margin: clamp(38px, 6vw, 70px) 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
  text-align: left;
  isolation: isolate;
}

.boat-showcase-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.boat-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(3,13,19,.28));
  pointer-events: none;
}

.boat-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease;
}

.boat-showcase:hover .boat-showcase-media img {
  transform: scale(1.025);
}

.boat-showcase-badge {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  color: #fff;
  background: rgba(4,16,24,.76);
  box-shadow: 0 0 20px rgba(16,237,247,.3);
  backdrop-filter: blur(10px);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.boat-showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.4vw, 54px);
}

.boat-showcase-content h3 {
  margin: 3px 0 17px;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.boat-showcase-content > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.boat-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 27px 0 30px;
}

.boat-spec-grid > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.04);
}

.boat-spec-grid span {
  grid-row: 1 / span 2;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  color: #03181d;
  background: var(--cyan);
  box-shadow: 0 0 13px rgba(16,237,247,.25);
  font-size: .82rem;
  font-weight: 900;
}

.boat-spec-grid strong,
.boat-spec-grid small {
  display: block;
}

.boat-spec-grid strong {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.03rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.boat-spec-grid small {
  margin-top: 2px;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
  line-height: 1.35;
}

.boat-view-tours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 54px;
  padding: 15px 29px;
  border: 2px solid #ff82dc;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 25px rgba(244,13,181,.48), 0 10px 30px rgba(244,13,181,.22);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.boat-view-tours:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 14px rgba(255,255,255,.54), 0 0 34px rgba(244,13,181,.66), 0 14px 36px rgba(244,13,181,.3);
}


.about-story {
  max-width: 870px;
  margin-inline: auto;
}

.about-lead {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.12rem, 1.6vw, 1.3rem) !important;
  font-weight: 700;
  line-height: 1.65 !important;
}

.about-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 2px solid #ff82dc;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 25px rgba(244,13,181,.48), 0 10px 30px rgba(244,13,181,.22);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.about-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 0 14px rgba(255,255,255,.54), 0 0 34px rgba(244,13,181,.66), 0 14px 36px rgba(244,13,181,.3);
}

.about-cta-row > span {
  color: rgba(255,255,255,.72);
  font-family: 'Caveat', cursive;
  font-size: 1.55rem;
}


@media (max-width: 1050px) {
  .boat-showcase {
    grid-template-columns: 1fr;
  }

  .boat-showcase-media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .boat-showcase-media::after {
    background: linear-gradient(180deg, transparent 65%, rgba(3,13,19,.32));
  }
}

@media (max-width: 900px) {
  .about-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .captain-grid {
    grid-template-columns: 1fr;
  }

  .captain-photo-wrap {
    aspect-ratio: 4 / 4.5;
  }
}

@media (max-width: 560px) {

  .boat-showcase {
    border-radius: 22px;
  }

  .boat-showcase-content {
    padding: 22px 18px 24px;
  }

  .boat-spec-grid {
    grid-template-columns: 1fr;
  }

  .boat-view-tours {
    width: 100%;
  }

  .captain-card {
    border-radius: 22px;
  }

  .captain-card-body {
    padding: 20px;
  }

  .about-benefits article {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }

  .about-icon {
    width: 42px;
    height: 42px;
  }

  .about-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .about-cta {
    width: 100%;
  }
}

/* ---------- Premium framed FAQ section ---------- */
.faq-wrap {
  width: min(1180px, 100%);
}

.faq-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.faq-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.faq-frame .section-heading h2 {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: 100%;
}

.faq-list details {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(2,15,24,.42);
  box-shadow: none;
  backdrop-filter: none;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(16,237,247,.58);
  background: rgba(6,31,42,.62);
  box-shadow: 0 0 24px rgba(16,237,247,.12);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 24px;
  list-style: none;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
  text-align: left;
}

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

.faq-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(16,237,247,.48);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(16,237,247,.16);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--cyan);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-toggle {
  border-color: var(--cyan);
  background: rgba(16,237,247,.1);
}

.faq-list details[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255,255,255,.8);
  text-align: left;
}

.faq-contact-cta {
  max-width: 760px;
  margin: 38px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.faq-contact-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  text-transform: uppercase;
}

.faq-contact-cta p {
  max-width: 650px;
  margin: 0 auto 22px;
}

.faq-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 34px;
  border: 2px solid #ff86ce;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff57bc 0%, #ff2fa6 100%);
  box-shadow: var(--shadow-pink);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}

.faq-contact-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

@media (max-width: 640px) {
  .faq-frame {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 18px;
    font-size: .98rem;
  }

  .faq-list details p {
    padding: 0 18px 20px;
  }

  .faq-contact-button {
    width: 100%;
  }
}

/* ---------- Tour cards with image headers and pink availability buttons ---------- */
.tours-grid {
  align-items: stretch;
}

.tour-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.tour-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0,0,0,.28);
}

.tour-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(2,12,19,.68) 100%);
  pointer-events: none;
}

.tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
}

.tour-card:hover .tour-card-image img {
  transform: scale(1.045);
  filter: brightness(1.06);
}

.tour-card-image .card-kicker {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  text-transform: uppercase;
}

.tour-card-image .card-kicker_mp {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  color: var(--pink);
  text-transform: uppercase;
  font-weight: bold;
}

.tour-card-image .card-kicker_bd {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  color: var(--cyan);
  text-transform: uppercase;
  font-weight: bold;
}

.tour-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 26px 27px;
}

.tour-card-content h3 {
  margin-top: 0;
}

.tour-card-content ul {
  width: 100%;
  margin-bottom: 16px;
}

.glass-card .tour-availability-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: auto auto 0;
  padding: 11px 20px;
  border: 2px solid #ff82dc;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 8px rgba(255,255,255,.22), 0 0 20px rgba(244,13,181,.42), 0 8px 24px rgba(244,13,181,.2);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.glass-card .tour-availability-btn:hover,
.glass-card .tour-availability-btn:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 12px rgba(255,255,255,.46), 0 0 28px rgba(244,13,181,.62), 0 12px 30px rgba(244,13,181,.27);
}

@media (max-width: 560px) {
  .tour-card-content {
    padding: 21px 20px 23px;
  }

  .glass-card .tour-availability-btn {
    width: 100%;
  }
}


/* ---------- Premium framed gallery section ---------- */
.gallery-wrap {
  width: min(1180px, 100%);
}

.gallery-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.gallery-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.gallery-frame .section-heading h2 {
  margin-bottom: 0;
}

.gallery-frame .gallery-swipe-hint {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .gallery-frame {
    padding: 24px 16px;
    border-radius: 22px;
  }
}

/* ---------- Mobile overflow fix: framed gallery and reviews ---------- */
.gallery-wrap,
.reviews-wrap,
.gallery-frame,
.reviews-frame,
.gallery-slider,
.review-slider,
.gallery-viewport,
.review-viewport,
.gallery-track,
.review-track {
  min-width: 0;
  max-width: 100%;
}

.gallery-frame,
.reviews-frame {
  overflow: hidden;
}

.gallery-viewport,
.review-viewport {
  width: 100%;
}

.gallery-track,
.review-track {
  width: 100%;
}

@media (max-width: 820px) {
  .section-gallery,
  .section-reviews {
    padding-inline: 14px;
  }

  .section-gallery .section-inner,
  .section-reviews .section-inner,
  .gallery-wrap,
  .reviews-wrap,
  .gallery-frame,
  .reviews-frame {
    width: 100%;
    max-width: 100%;
  }

  .gallery-frame,
  .reviews-frame {
    padding: 24px 14px;
    border-radius: 22px;
  }

  .gallery-slider,
  .review-slider {
    width: 100%;
    overflow: hidden;
  }

  .gallery-viewport,
  .review-viewport {
    width: 100%;
    max-width: 100%;
  }

  .gallery-track,
  .review-track {
    width: 100%;
    gap: 14px;
  }

  .gallery-slide,
  .review-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .review-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .review-summary {
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
  }
}

@media (max-width: 420px) {
  .section-gallery,
  .section-reviews {
    padding-inline: 10px;
  }

  .gallery-frame,
  .reviews-frame {
    padding: 22px 12px;
    border-radius: 20px;
  }

  .gallery-slide img {
    height: clamp(230px, 70vw, 330px);
  }

  .review-card-header {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .review-avatar {
    width: 46px;
    height: 46px;
  }

  .google-review-icon {
    width: 24px;
    height: 24px;
  }
}


/* ---------- Unified pink CTA styling ----------
   Matches the homepage "View Tours" button across all pink calls to action. */
:is(
  .btn-primary,
  .book-now,
  .cta-primary,
  .boat-view-tours,
  .about-cta,
  .faq-contact-button,
  .glass-card .tour-availability-btn
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #ff2fa6;
  box-shadow:
    0 0 12px rgba(255,47,166,.30),
    0 10px 28px rgba(255,47,166,.18);
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}

@media (hover: hover) {
  :is(
    .btn-primary,
    .book-now,
    .cta-primary,
    .boat-view-tours,
    .about-cta,
    .faq-contact-button,
    .glass-card .tour-availability-btn
  ):hover {
    color: #fff;
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05);
    box-shadow:
      0 0 18px #ff2fa6,
      0 16px 38px rgba(0,0,0,.28);
  }
}

:is(
  .btn-primary,
  .book-now,
  .cta-primary,
  .boat-view-tours,
  .about-cta,
  .faq-contact-button,
  .glass-card .tour-availability-btn
):active {
  transform: translateY(0);
}

/* Keep compact placements compact while retaining the exact visual language. */
.book-now {
  padding: 10px 17px;
  border-radius: 14px;
}

.glass-card .tour-availability-btn {
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 14px;
  font-size: .82rem;
}

/* Center the Google review CTA on desktop and mobile. */
.review-summary {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.review-summary-rating {
  justify-content: center;
  text-align: center;
}

.review-button {
  align-self: center;
  margin-inline: auto;
  color: #fff;
}

@media (min-width: 821px) {
  .review-button {
    width: auto;
  }
}


/* ---------- CTA cleanup: review + contact ---------- */
/* Remove the separate rounded panel around the review summary/button. */
.review-summary {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Make the contact submit CTA identical to the centered Write a Review button. */
.contact-form .contact-submit {
  align-self: center;
  width: auto;
  min-height: 0;
  margin: 8px auto 0;
  padding: 14px 28px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #ff2fa6;
  box-shadow:
    0 0 12px rgba(255,47,166,.30),
    0 10px 28px rgba(255,47,166,.18);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease, opacity .2s ease;
}

@media (hover: hover) {
  .contact-form .contact-submit:not(:disabled):hover {
    color: #fff;
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05);
    box-shadow:
      0 0 18px #ff2fa6,
      0 16px 38px rgba(0,0,0,.28);
  }
}

.contact-form .contact-submit:active {
  transform: translateY(0);
}

.contact-form .contact-submit .button-spinner {
  border-color: rgba(255,255,255,.35);
  border-top-color: #fff;
}

@media (max-width: 820px) {
  .contact-form .contact-submit {
    width: auto;
    max-width: 100%;
  }
}

/* ---------- Tour details links and reusable modal ---------- */
.tour-info-btn {
  align-self: center;
  margin: auto auto 14px;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: var(--cyan, #10edf7);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color .2s ease, text-shadow .2s ease, transform .2s ease;
}
.tour-info-btn:hover,.tour-info-btn:focus-visible { color:#fff; text-shadow:0 0 14px rgba(16,237,247,.9); transform:translateY(-1px); }
.tour-card-content .tour-availability-btn { margin-top: 0; }
.tour-modal[hidden] { display:none; }
.tour-modal { position:fixed; inset:0; z-index:9999; display:grid; place-items:center; padding:clamp(14px,3vw,34px); }
.tour-modal-backdrop { position:absolute; inset:0; background:rgba(1,8,14,.82); backdrop-filter:blur(8px); }
.tour-modal-dialog { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr); width:min(960px,100%); max-height:min(88vh,820px); overflow:auto; border:1px solid rgba(255,255,255,.16); border-radius:28px; background:linear-gradient(145deg,rgba(10,29,42,.97),rgba(4,14,23,.98)); box-shadow:0 28px 100px rgba(0,0,0,.62),0 0 35px rgba(16,237,247,.12); }
.tour-modal-close { position:absolute; top:14px; right:14px; z-index:4; width:42px; height:42px; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; background:rgba(2,12,19,.72); font-size:1.8rem; line-height:1; cursor:pointer; }
.tour-modal-gallery { min-width:0; padding:18px; background:rgba(0,0,0,.18); }
.tour-modal-main-image { aspect-ratio:4/3; overflow:hidden; border-radius:20px; }
.tour-modal-main-image img { width:100%; height:100%; object-fit:cover; }
.tour-modal-thumbs { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:10px; }
.tour-modal-thumb { aspect-ratio:4/3; overflow:hidden; padding:0; border:2px solid transparent; border-radius:12px; background:none; cursor:pointer; }
.tour-modal-thumb.is-active { border-color:var(--cyan,#10edf7); box-shadow:0 0 14px rgba(16,237,247,.45); }
.tour-modal-thumb img { width:100%; height:100%; object-fit:cover; }
.tour-modal-copy { display:flex; flex-direction:column; align-items:flex-start; padding:clamp(30px,5vw,56px) clamp(24px,4vw,46px); }
.tour-modal-copy h2 { margin:7px 0 16px; font-size:clamp(2rem,4vw,3.4rem); line-height:.98; }
.tour-modal-copy > p { color:rgba(255,255,255,.82); line-height:1.7; }
.tour-modal-features { width:100%; margin:18px 0; padding-left:20px; }
.tour-modal-features li { margin:8px 0; }
.tour-modal-note { margin-top:0; padding:14px 16px; border-left:3px solid var(--cyan,#10edf7); background:rgba(16,237,247,.07); }
.tour-modal-availability { align-self:center; margin-top:18px; }
body.tour-modal-open { overflow:hidden; }
@media (max-width:760px) {
  .tour-modal { padding:10px; align-items:end; }
  .tour-modal-dialog { grid-template-columns:1fr; width:100%; max-height:94vh; border-radius:24px 24px 16px 16px; }
  .tour-modal-gallery { padding:12px; }
  .tour-modal-main-image { aspect-ratio:16/10; }
  .tour-modal-copy { padding:25px 20px 30px; }
  .tour-modal-copy h2 { padding-right:38px; }
  .tour-modal-availability { width:100%; justify-content:center; }
}

/* ---------- Enhanced featured tour cards and tour details ---------- */
.tour-card-featured {
  position: relative;
  isolation: isolate;
  overflow: visible;
}
.tour-card-featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}
.tour-card-popular {
  border-color: rgba(255, 47, 166, .82);
  box-shadow: 0 0 0 1px rgba(255,47,166,.30), 0 0 24px rgba(255,47,166,.34), 0 18px 55px rgba(0,0,0,.28);
}
.tour-card-popular::before {
  background: linear-gradient(145deg, rgba(255,47,166,.62), rgba(255,47,166,0) 38%, rgba(255,47,166,.34));
  filter: blur(13px);
}
.tour-card-deal {
  border-color: rgba(16, 237, 247, .82);
  box-shadow: 0 0 0 1px rgba(16,237,247,.28), 0 0 24px rgba(16,237,247,.32), 0 18px 55px rgba(0,0,0,.28);
}
.tour-card-deal::before {
  background: linear-gradient(145deg, rgba(16,237,247,.56), rgba(16,237,247,0) 38%, rgba(16,237,247,.32));
  filter: blur(13px);
}
.tour-card-image .card-kicker_mp,
.tour-card-image .card-kicker_bd {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  bottom: 15px;
  padding: 8px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(2, 12, 19, .78);
  backdrop-filter: blur(10px);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-image .card-kicker_mp {
  color: #ff70c9;
  text-shadow: 0 0 11px rgba(255,47,166,.8);
  box-shadow: 0 0 18px rgba(255,47,166,.36), 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-image .card-kicker_bd {
  color: #5cf6ff;
  text-shadow: 0 0 11px rgba(16,237,247,.85);
  box-shadow: 0 0 18px rgba(16,237,247,.34), 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-content > p {
  margin-bottom: 16px;
  line-height: 1.68;
}
.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  width: 100%;
  margin: 0 0 18px;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 750;
}
.tour-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.tour-meta-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  color: var(--cyan, #10edf7);
  font-size: .98rem;
  filter: drop-shadow(0 0 5px rgba(16,237,247,.45));
}
.tour-card-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 21px;
  line-height: 1.48;
}
.tour-card-content li {
  padding-left: 3px;
}
.tour-card-content li::marker {
  color: var(--cyan, #10edf7);
}
@media (max-width: 560px) {
  .tour-meta { gap: 8px 13px; font-size: .78rem; }
  .tour-card-featured { overflow: hidden; }
}


/* ---------- Featured card image clipping + tour inclusion note ---------- */
.tour-card-featured {
  overflow: hidden;
}

/* The card's own box-shadow remains outside the rounded edge, while the
   image and overlay are clipped cleanly to the top corners. */
.tour-card-featured::before {
  display: none;
}

.tour-card-featured .tour-card-image,
.tour-card-featured .tour-card-image img {
  border-radius: inherit;
}

.tour-card-featured .tour-card-image {
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.tour-card-featured .tour-card-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tour-inclusion-note {
  display: grid;
  place-items: center;
  gap: 5px;
  width: min(760px, 100%);
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding: 0 16px;
  text-align: center;
}

.tour-inclusion-main {
  color: #fff;
  font-size: clamp(.94rem, 1.8vw, 1.08rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.45;
}

.tour-inclusion-main > span {
  display: inline-block;
  margin-right: 7px;
  color: #ffd76a;
  text-shadow: 0 0 12px rgba(255, 215, 106, .72);
}

.tour-inclusion-sub {
  color: rgba(255,255,255,.68);
  font-size: .84rem;
  line-height: 1.4;
}

@media (max-width: 560px) {
  .tour-inclusion-note {
    margin-top: 28px;
  }
}


/* ---------- Tour special pricing ---------- */
.tour-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.tour-price-label {
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tour-price-values {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.tour-price-old {
  position: relative;
  color: rgba(255,255,255,.60);
  font-size: .93rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #ff3b4d;
  text-decoration-thickness: 2px;
}

.tour-price-current {
  color: #fff;
  font-size: 1.42rem;
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255,255,255,.14);
}

.tour-card-popular .tour-price-current {
  color: #ff70c9;
  text-shadow: 0 0 13px rgba(255,47,166,.50);
}

.tour-card-deal .tour-price-current {
  color: #5cf6ff;
  text-shadow: 0 0 13px rgba(16,237,247,.50);
}

@media (max-width: 420px) {
  .tour-price-row {
    padding: 12px;
  }
  .tour-price-current {
    font-size: 1.3rem;
  }
}

/* ---------- Signature Experiences / Grand Opening tour header ---------- */
.tour-hero-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 22vw, 275px);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  width: 100%;
  margin: 0 auto clamp(42px, 6vw, 74px);
  text-align: center;
}

.tour-hero-copy {
  min-width: 0;
}

.tour-eyebrow {
  display: block;
  /*margin-bottom: 13px;*/
  margin: 0 0 20px;
  /*color: var(--cyan, #10edf7);*/
  color: var(--cyan);
  /*font-family: 'Barlow Condensed', sans-serif;*/
  font-family: 'Caveat', cursive;
  /*font-size: clamp(.95rem, 1.6vw, 1.32rem);*/
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  /*font-style: italic;*/
  font-weight: 800;
  /*letter-spacing: .42em;*/
  /*line-height: 1.1;*/
  line-height: 1;
  text-indent: .42em;
  /*text-transform: uppercase;*/
  /*text-shadow: 0 0 13px rgba(16,237,247,.62);*/
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.tour-hero-heading h2 {
  margin: 0;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-size: clamp(3rem, 7.2vw, 7rem);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: .9;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.72), 0 0 24px rgba(255,255,255,.08);
}

.tour-palm-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 13px;
  color: var(--cyan, #10edf7);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(16,237,247,.62));
}

.tour-palm-divider span:last-child {
  font-size: 1.28em;
}

.tour-hero-subtitle {
  margin: 0;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem) !important;
  font-weight: 900;
  letter-spacing: .115em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.tour-opening-title {
  margin: clamp(24px, 3vw, 34px) 0 0;
  /*color: var(--pink, #ff2fa6) !important;*/
  /*color: var(--cyan) !important;*/
  color: #ffb347 !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem) !important;
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1.1 !important;
  text-transform: uppercase;
  /*text-shadow: 0 0 12px rgba(255,47,166,.52), 0 0 28px rgba(255,47,166,.25);*/
}

.tour-opening-script {
  margin: 19px 0 0;
  color: #fff !important;
  font-family: 'Caveat', cursive;
  font-size: clamp(1.9rem, 4.1vw, 3.55rem) !important;
  font-weight: 700;
  line-height: 1.02 !important;
  text-shadow: 0 3px 15px rgba(0,0,0,.75);
}

.tour-opening-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(190px, 22vw, 275px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: #ff2fa6;
  clip-path: polygon(50% 0%, 59% 18%, 73% 7%, 76% 27%, 95% 21%, 84% 39%, 100% 50%, 82% 58%, 95% 78%, 75% 73%, 72% 94%, 59% 81%, 50% 100%, 41% 81%, 27% 94%, 24% 73%, 5% 78%, 17% 58%, 0% 50%, 16% 39%, 5% 21%, 24% 27%, 27% 7%, 41% 18%);
  filter: drop-shadow(0 0 12px rgba(255,47,166,.80)) drop-shadow(0 0 28px rgba(255,47,166,.45));
  animation: tourBadgePulse 3.8s ease-in-out infinite;
}

.tour-opening-badge::after {
  content: '';
  position: absolute;
  inset: 8px;
  background: linear-gradient(145deg, #07172d 0%, #061225 72%, #0b1f38 100%);
  clip-path: inherit;
}

.tour-opening-badge-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68%;
  text-align: center;
  text-transform: uppercase;
}

.tour-opening-palm {
  margin-bottom: 7px;
  font-size: clamp(1.35rem, 2.7vw, 2.25rem);
  filter: drop-shadow(0 0 6px rgba(255,215,106,.45));
}

.tour-opening-grand {
  color: var(--cyan, #10edf7);
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.38rem, 2.65vw, 2.25rem);
  line-height: .94;
  text-shadow: 0 0 8px rgba(16,237,247,.85), 0 0 18px rgba(16,237,247,.45);
}

.tour-opening-special {
  margin-top: 7px;
  color: #fff;
  font-family: 'Caveat', cursive;
  font-size: clamp(1.5rem, 3.1vw, 2.55rem);
  font-weight: 800;
  line-height: .9;
  text-transform: none;
  text-shadow: 0 0 9px rgba(255,255,255,.42), 0 0 16px rgba(16,237,247,.34);
}

@keyframes tourBadgePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 12px rgba(255,47,166,.76)) drop-shadow(0 0 27px rgba(255,47,166,.40)); }
  50% { transform: scale(1.025); filter: drop-shadow(0 0 16px rgba(255,47,166,.94)) drop-shadow(0 0 36px rgba(255,47,166,.57)); }
}

@media (max-width: 820px) {
  .tour-hero-heading {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 46px;
  }

  .tour-hero-heading h2 {
    font-size: clamp(3.25rem, 15vw, 5.35rem);
  }

  .tour-opening-badge {
    width: clamp(175px, 53vw, 235px);
  }
}

@media (max-width: 480px) {
  .tour-eyebrow {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .tour-hero-subtitle {
    font-size: .93rem !important;
    letter-spacing: .08em;
  }

  .tour-opening-script {
    font-size: clamp(1.75rem, 9vw, 2.45rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-opening-badge {
    animation: none;
  }
}

/* ---------- Refined centered tour header + temporary promo burst ---------- */
.tour-hero-heading {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  padding: 0 clamp(12px, 2vw, 24px);
  text-align: center;
  overflow: visible;
}

.tour-hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.tour-hero-heading h2 {
  margin: 0 0 28px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .98;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.tour-palm-divider {
  margin-top: 0;
}

.tour-opening-badge {
  position: absolute;
  z-index: 5;
  top: clamp(28px, 4vw, 54px);
  right: clamp(-22px, 1vw, 12px);
  width: clamp(168px, 18vw, 218px);
  margin: 0;
  transform: rotate(8deg);
  isolation: isolate;
  filter:
    drop-shadow(0 0 8px rgba(255,255,255,.78))
    drop-shadow(0 0 18px rgba(255,47,166,1))
    drop-shadow(0 0 42px rgba(255,47,166,.82))
    drop-shadow(0 0 72px rgba(16,237,247,.36));
  animation: tourBadgePop 2.45s ease-in-out infinite;
}

.tour-opening-badge::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,47,166,.44) 0%,
    rgba(255,47,166,.20) 34%,
    rgba(16,237,247,.12) 54%,
    transparent 72%);
  filter: blur(7px);
  animation: tourBadgeAura 2.45s ease-in-out infinite;
  pointer-events: none;
}

.tour-opening-badge::after {
  inset: 7px;
  background:
    radial-gradient(circle at 34% 25%, rgba(16,237,247,.16), transparent 35%),
    linear-gradient(145deg, #07172d 0%, #061225 68%, #0b1f38 100%);
  box-shadow: inset 0 0 20px rgba(16,237,247,.10);
}

.tour-opening-badge-inner {
  width: 70%;
  transform: rotate(-8deg);
}

.tour-opening-grand {
  text-shadow:
    0 0 5px #10edf7,
    0 0 13px rgba(16,237,247,1),
    0 0 27px rgba(16,237,247,.76);
}

.tour-opening-special {
  color: var(--pink, #ff2fa6);
  text-shadow:
    0 0 5px rgba(255,255,255,.82),
    0 0 10px rgba(255,47,166,1),
    0 0 23px rgba(255,47,166,.92);
}

@keyframes tourBadgePop {
  0%, 100% {
    transform: rotate(8deg) scale(1);
    filter:
      drop-shadow(0 0 8px rgba(255,255,255,.72))
      drop-shadow(0 0 18px rgba(255,47,166,.96))
      drop-shadow(0 0 40px rgba(255,47,166,.76))
      drop-shadow(0 0 68px rgba(16,237,247,.30));
  }
  50% {
    transform: rotate(5deg) scale(1.075);
    filter:
      drop-shadow(0 0 12px rgba(255,255,255,.94))
      drop-shadow(0 0 25px rgba(255,47,166,1))
      drop-shadow(0 0 55px rgba(255,47,166,.96))
      drop-shadow(0 0 88px rgba(16,237,247,.48));
  }
}

@keyframes tourBadgeAura {
  0%, 100% { opacity: .72; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 980px) {
  .tour-hero-copy {
    width: min(760px, calc(100% - 105px));
    margin-left: 0;
  }

  .tour-opening-badge {
    top: 34px;
    right: -8px;
    width: clamp(150px, 21vw, 185px);
  }
}

@media (max-width: 720px) {
  .tour-hero-heading {
    padding-top: 58px;
  }

  .tour-hero-copy {
    width: 100%;
    margin: 0 auto;
  }

  .tour-hero-heading h2 {
    margin-bottom: 20px;
    font-size: 2.15rem;
  }

  .tour-opening-badge {
    top: -12px;
    right: -2px;
    width: clamp(126px, 35vw, 158px);
    transform: rotate(9deg);
  }

  .tour-opening-title {
    margin-top: 22px;
  }

  .tour-opening-script {
    max-width: 86%;
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 72px;
  }

  .tour-opening-badge {
    top: -4px;
    right: 50%;
    width: 132px;
    transform: translateX(50%) rotate(8deg);
  }

  .tour-opening-badge-inner {
    transform: rotate(-8deg);
  }

  @keyframes tourBadgePop {
    0%, 100% {
      transform: translateX(50%) rotate(8deg) scale(1);
      filter:
        drop-shadow(0 0 8px rgba(255,255,255,.72))
        drop-shadow(0 0 18px rgba(255,47,166,.96))
        drop-shadow(0 0 40px rgba(255,47,166,.76));
    }
    50% {
      transform: translateX(50%) rotate(5deg) scale(1.07);
      filter:
        drop-shadow(0 0 12px rgba(255,255,255,.94))
        drop-shadow(0 0 25px rgba(255,47,166,1))
        drop-shadow(0 0 54px rgba(255,47,166,.94));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-opening-badge,
  .tour-opening-badge::before {
    animation: none;
  }
}


/* ---------- Final requested promo badge refinement ---------- */
.tour-hero-subtitle {
  color: #fff !important;
}

.tour-opening-badge {
  width: clamp(215px, 22vw, 285px);
  top: clamp(12px, 2.4vw, 34px);
  right: clamp(-36px, -1vw, -8px);
  background: #ff2fa6;
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.98))
    drop-shadow(0 0 18px rgba(255,47,166,1))
    drop-shadow(0 0 42px rgba(255,47,166,1))
    drop-shadow(0 0 78px rgba(255,47,166,.90))
    drop-shadow(0 0 105px rgba(16,237,247,.52));
}

.tour-opening-badge::before {
  inset: -30px;
  background: radial-gradient(circle,
    rgba(255,255,255,.26) 0%,
    rgba(255,47,166,.58) 22%,
    rgba(255,47,166,.32) 42%,
    rgba(16,237,247,.18) 58%,
    transparent 76%);
  filter: blur(10px);
}

.tour-opening-badge::after {
  inset: 13px;
  background:
    radial-gradient(circle at 36% 25%, rgba(16,237,247,.20), transparent 34%),
    linear-gradient(145deg, #081a33 0%, #061225 66%, #0d2643 100%);
  box-shadow:
    inset 0 0 0 3px rgba(16,237,247,.80),
    inset 0 0 15px rgba(16,237,247,.42),
    inset 0 0 28px rgba(255,47,166,.16);
}

.tour-opening-badge-inner {
  width: 72%;
  padding: 8px 0;
}

.tour-opening-palm {
  margin-bottom: 5px;
  font-size: clamp(1.55rem, 2.7vw, 2.3rem);
}

.tour-opening-grand {
  font-size: clamp(1.35rem, 2.45vw, 2.05rem);
  line-height: 1.02;
  letter-spacing: .015em;
  white-space: normal;
  text-shadow:
    0 1px 0 rgba(0,0,0,.9),
    0 0 5px #10edf7,
    0 0 13px rgba(16,237,247,1),
    0 0 26px rgba(16,237,247,.92);
}

.tour-opening-special {
  margin-top: 8px;
  font-size: clamp(1.7rem, 3.15vw, 2.65rem);
  line-height: .98;
  color: #fff;
  text-shadow:
    0 2px 0 rgba(0,0,0,.85),
    0 0 5px rgba(255,255,255,1),
    0 0 13px rgba(255,47,166,1),
    0 0 26px rgba(255,47,166,.95);
}

@keyframes tourBadgePop {
  0%, 100% {
    transform: rotate(8deg) scale(1);
    filter:
      drop-shadow(0 0 7px rgba(255,255,255,.92))
      drop-shadow(0 0 18px rgba(255,47,166,1))
      drop-shadow(0 0 42px rgba(255,47,166,.95))
      drop-shadow(0 0 76px rgba(255,47,166,.82))
      drop-shadow(0 0 100px rgba(16,237,247,.42));
  }
  50% {
    transform: rotate(5deg) scale(1.085);
    filter:
      drop-shadow(0 0 11px rgba(255,255,255,1))
      drop-shadow(0 0 25px rgba(255,47,166,1))
      drop-shadow(0 0 58px rgba(255,47,166,1))
      drop-shadow(0 0 96px rgba(255,47,166,.98))
      drop-shadow(0 0 125px rgba(16,237,247,.62));
  }
}

@media (max-width: 980px) {
  .tour-opening-badge {
    width: clamp(185px, 25vw, 225px);
    top: 22px;
    right: -16px;
  }
}

@media (max-width: 720px) {
  .tour-opening-badge {
    width: clamp(155px, 42vw, 190px);
    top: -18px;
    right: -4px;
  }

  .tour-opening-badge::after {
    inset: 10px;
  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 86px;
  }

  .tour-opening-badge {
    width: 158px;
    top: -6px;
    right: 50%;
  }

  .tour-opening-badge-inner {
    width: 74%;
  }

  .tour-opening-grand {
    font-size: 1.08rem;
  }

  .tour-opening-special {
    font-size: 1.45rem;
  }
}

/* ---------- Final star position and booking-line refinement ---------- */
.tour-opening-badge {
  right: clamp(-2px, 1.5vw, 24px);
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.98))
    drop-shadow(0 0 15px rgba(255,47,166,1))
    drop-shadow(0 0 34px rgba(255,47,166,1))
    drop-shadow(0 0 68px rgba(255,47,166,.98))
    drop-shadow(0 0 112px rgba(255,47,166,.72))
    drop-shadow(0 0 105px rgba(16,237,247,.52));
}

.tour-opening-badge::before {
  background: radial-gradient(circle,
    rgba(255,255,255,.28) 0%,
    rgba(255,47,166,.72) 20%,
    rgba(255,47,166,.44) 40%,
    rgba(255,47,166,.22) 57%,
    rgba(16,237,247,.16) 68%,
    transparent 79%);
}

.tour-opening-script {
  font-size: clamp(1.55rem, 3.15vw, 2.85rem) !important;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .tour-opening-badge {
    right: 10px;
  }
}

@media (max-width: 720px) {
  .tour-opening-badge {
    right: 8px;
  }

  .tour-opening-script {
    max-width: 100%;
    font-size: clamp(.92rem, 4.1vw, 1.55rem) !important;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .tour-opening-badge {
    right: 50%;
  }

  .tour-opening-script {
    font-size: clamp(.78rem, 3.75vw, 1rem) !important;
    letter-spacing: -.01em;
  }
}

/* ---------- Mobile-only final promo fit refinement ---------- */
@media (max-width: 720px) {
  .tour-opening-badge {
    width: clamp(132px, 36vw, 158px);
    top: -10px;
    right: 6px;
  }

  .tour-opening-badge-inner {
    width: 80%;
    line-height: 1;
  }

  .tour-opening-palm {
    margin-bottom: 2px;
    font-size: clamp(.95rem, 3.8vw, 1.12rem);
    line-height: 1;
  }

  .tour-opening-grand {
    font-size: clamp(.78rem, 3.15vw, .98rem);
    line-height: 1.02;
    white-space: nowrap;
  }

  .tour-opening-special {
    margin-top: 3px;
    font-size: clamp(1.02rem, 4.1vw, 1.28rem);
    line-height: .95;
    white-space: nowrap;
  }

  .tour-palm-divider {
    gap: 6px;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: clamp(.88rem, 4vw, 1.08rem);
  }

  .tour-palm-divider span:last-child {
    font-size: 1.05em;
  }

  .tour-opening-script {
    width: 113%;
    max-width: none;
    margin-left: -6.5%;
    /*font-size: clamp(1.12rem, 4.55vw, 1.42rem) !important;*/
    letter-spacing: -.035em;
    /*line-height: 1.05;*/
    white-space: nowrap;
    transform: scaleX(.89);
    transform-origin: center;


    font-size: 1.6rem !important;
    line-height: 1.15 !important;
    font-weight: 600;

  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 72px;
  }

  .tour-opening-badge {
    width: 124px;
    top: -3px;
    right: 4px;
  }

  .tour-opening-badge-inner {
    width: 82%;
  }

  .tour-opening-palm {
    margin-bottom: 1px;
    font-size: .92rem;
  }

  .tour-opening-grand {
    font-size: .74rem;
    letter-spacing: -.025em;
  }

  .tour-opening-special {
    margin-top: 2px;
    font-size: 1rem;
    letter-spacing: -.02em;
  }

  .tour-palm-divider {
    gap: 5px;
    font-size: .84rem;
  }

  .tour-opening-script {
    width: 116%;
    margin-left: -8%;
    font-size: clamp(1.04rem, 4.65vw, 1.18rem) !important;
    letter-spacing: -.045em;
    transform: scaleX(.86);
  }
}

/* ---------- Refined tour detail modal content ---------- */
.tour-modal-copy {
  align-items: stretch;
  padding: clamp(28px, 4.5vw, 50px) clamp(24px, 4vw, 44px) clamp(24px, 4vw, 38px);
}
.tour-modal-copy .hero-tagline-s { align-self: flex-start; }
.tour-modal-copy h2 {
  margin: 8px 0 15px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.02;
}
.tour-modal-copy > p[data-tour-modal-description] {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: .98rem;
  line-height: 1.68;
}
.tour-modal-meta,
.tour-modal-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.17);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.tour-modal-meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
  color: rgba(255,255,255,.92);
  font-size: .93rem;
  font-weight: 700;
  text-align: center;
}
.tour-modal-meta span + span { border-left: 1px solid rgba(255,255,255,.17); }
.tour-modal-features {
  width: 100%;
  margin: 17px 0 14px;
  padding: 0;
  list-style: none;
}
.tour-modal-features li {
  position: relative;
  margin: 8px 0;
  padding-left: 19px;
  color: rgba(255,255,255,.91);
  line-height: 1.45;
}
.tour-modal-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan,#10edf7);
  box-shadow: 0 0 9px rgba(16,237,247,.72);
}
.tour-modal-note {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--cyan,#10edf7);
  border-radius: 0 10px 10px 0;
  background: rgba(16,237,247,.07);
  font-size: .88rem;
  line-height: 1.5 !important;
}
.tour-modal-price {
  align-items: center;
  margin-top: 17px;
}
.tour-modal-price-label {
  padding: 0 12px;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.tour-modal-price-values {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 26px;
  padding: 0 12px;
  border-left: 1px solid rgba(255,255,255,.17);
}
.tour-modal-price-old {
  color: rgba(255,255,255,.5);
  font-size: .95rem;
  text-decoration: line-through;
}
.tour-modal-price-current {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}
.tour-modal-availability {
  align-self: stretch;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}
.tour-modal-close-link {
  align-self: center;
  margin: 10px auto 0;
  padding: 2px 8px;
  border: 0;
  color: rgba(255,255,255,.65);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.tour-modal-close-link:hover,
.tour-modal-close-link:focus-visible { color: var(--cyan,#10edf7); }
@media (max-width: 760px) {
  .tour-modal-copy { padding: 24px 20px 26px; }
  .tour-modal-copy h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .tour-modal-copy > p[data-tour-modal-description] { font-size: .93rem; line-height: 1.58; }
  .tour-modal-meta, .tour-modal-price { margin-top: 15px; padding: 11px 0; }
  .tour-modal-meta span { padding: 0 8px; font-size: .84rem; }
  .tour-modal-price-label { padding: 0 8px; font-size: .7rem; }
  .tour-modal-price-values { padding: 0 8px; }
}

/* ---------- Footer navigation ---------- */
.site-footer {
  padding: 34px clamp(18px, 5vw, 70px);
  border-top: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(2,13,22,.98), rgba(1,7,13,1));
}
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px 42px;
}
.footer-brand img { width: 108px; height: auto; display: block; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.footer-nav a,
.footer-nav button {
  appearance: none; border: 0; padding: 3px 0; background: none; color: rgba(255,255,255,.78);
  font: 700 .82rem/1.25 Montserrat, sans-serif; letter-spacing: .035em; text-decoration: none; cursor: pointer;
}
.footer-nav a:hover,
.footer-nav button:hover,
.footer-nav a:focus-visible,
.footer-nav button:focus-visible { color: var(--cyan, #10edf7); outline: none; }
.footer-copyright { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.55); text-align: center; font-size: .8rem; }

/* ---------- Cancellation policy FAQ link + modal ---------- */
.faq-policy-link { display: inline; appearance: none; border: 0; padding: 0; background: none; color: var(--cyan,#10edf7); font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.faq-policy-link:hover, .faq-policy-link:focus-visible { color: #fff; outline: none; }
.policy-modal[hidden] { display: none; }
.policy-modal { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: clamp(12px,3vw,34px); }
.policy-modal-backdrop { position: absolute; inset: 0; background: rgba(1,8,14,.86); backdrop-filter: blur(9px); }
.policy-modal-dialog { position: relative; z-index: 1; width: min(820px,100%); max-height: min(90vh,900px); overflow: auto; padding: clamp(28px,5vw,52px); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: linear-gradient(145deg,rgba(10,29,42,.99),rgba(4,14,23,.99)); box-shadow: 0 28px 100px rgba(0,0,0,.66), 0 0 35px rgba(16,237,247,.12); color: #fff; }
.policy-modal-close { position: sticky; float: right; top: 0; z-index: 3; width: 42px; height: 42px; margin: -8px -8px 0 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(2,12,19,.84); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.policy-modal-header { padding-right: 36px; }
.policy-modal-header h2 { margin: 8px 0 14px; font-size: clamp(2rem,5vw,3.5rem); line-height: 1; }
.policy-modal-header > p { max-width: 680px; color: rgba(255,255,255,.75); line-height: 1.7; }
.policy-modal-content { display: grid; gap: 14px; margin-top: 26px; }
.policy-modal-content section { padding: 19px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
.policy-modal-content h3 { margin: 0 0 7px; color: var(--cyan,#10edf7); font-size: 1.02rem; }
.policy-modal-content p { margin: 0; color: rgba(255,255,255,.79); line-height: 1.65; }
.policy-modal-content p + p { margin-top: 9px; }
.policy-modal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.policy-modal-close-link { border: 0; padding: 8px 0; background: none; color: rgba(255,255,255,.7); font: 700 .82rem Montserrat,sans-serif; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.policy-modal-close-link:hover, .policy-modal-close-link:focus-visible { color: var(--cyan,#10edf7); outline: none; }
body.policy-modal-open { overflow: hidden; }
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-nav { justify-content: center; text-align: center; }
  .policy-modal { padding: 8px; align-items: end; }
  .policy-modal-dialog { max-height: 95vh; padding: 24px 18px 28px; border-radius: 24px 24px 14px 14px; }
  .policy-modal-header { padding-right: 26px; }
  .policy-modal-content section { padding: 16px; }
  .policy-modal-actions .btn-primary { width: 100%; text-align: center; }
}

/* ---------- Premium Square payment strip ---------- */
.payment-strip {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 50px rgba(0,0,0,.18);
}
.payment-strip-booking { margin-top: 18px; padding: 22px; }
.payment-strip-heading { display:flex; align-items:center; justify-content:center; gap:8px; color:#fff; font:800 .82rem/1.2 Montserrat,sans-serif; letter-spacing:.06em; text-transform:uppercase; }
.payment-lock { width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(16,237,247,.45); border-radius:50%; color:var(--cyan,#10edf7); transform:rotate(180deg); font-size:1rem; }
.payment-icons { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:9px; margin-top:15px; }
.payment-badge { height:31px; min-width:54px; display:inline-flex; align-items:center; justify-content:center; padding:0 10px; border:1px solid rgba(255,255,255,.22); border-radius:7px; background:#fff; color:#111; box-shadow:0 5px 14px rgba(0,0,0,.2); font:900 .67rem/1 Arial,sans-serif; letter-spacing:.02em; white-space:nowrap; }
.payment-visa { color:#1434cb; font-style:italic; font-size:.82rem; }
.payment-amex { color:#0878b9; font-size:.7rem; }
.payment-discover { font-size:.57rem; letter-spacing:.03em; }
.payment-wallet { font-size:.72rem; font-weight:700; }
.payment-wallet em { color:#4285f4; font-style:normal; font-weight:900; margin-right:3px; }
.payment-mastercard { position:relative; min-width:76px; padding-left:31px; }
.payment-mastercard i::before,.payment-mastercard i::after { content:""; position:absolute; top:8px; width:16px; height:16px; border-radius:50%; opacity:.95; }
.payment-mastercard i::before { left:9px; background:#eb001b; }
.payment-mastercard i::after { left:18px; background:#f79e1b; }
.payment-mastercard b { font-size:.52rem; font-weight:800; }
.square-powered { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:15px; color:rgba(255,255,255,.72); font:700 .72rem/1.2 Montserrat,sans-serif; }
.square-mark { width:19px; height:19px; display:grid; place-items:center; border:2px solid currentColor; border-radius:5px; }
.square-mark i { width:6px; height:6px; border:2px solid currentColor; border-radius:2px; }
.payment-security-copy { max-width:600px; margin:13px auto 0; color:rgba(255,255,255,.68); font-size:.76rem; line-height:1.55; text-align:center; }
.payment-trust-points { display:flex; flex-wrap:wrap; justify-content:center; gap:7px 18px; margin-top:14px; color:rgba(255,255,255,.8); font:700 .7rem/1.35 Montserrat,sans-serif; }
.payment-trust-points span::before { content:"✓"; margin-right:6px; color:var(--cyan,#10edf7); font-weight:900; }
.payment-strip-footer { grid-column:1/-1; width:100%; padding:16px 18px; background:rgba(255,255,255,.025); box-shadow:none; }
.payment-strip-footer .payment-icons { margin-top:0; }
.payment-strip-footer .payment-badge { height:25px; min-width:45px; padding:0 8px; transform:scale(.92); }
.payment-strip-footer .square-powered { margin-top:10px; font-size:.68rem; }
@media (max-width:720px) {
  .payment-strip-booking { padding:18px 14px; }
  .payment-icons { gap:7px; }
  .payment-badge { height:29px; min-width:48px; padding:0 8px; }
  .payment-trust-points {
    display:grid;
    justify-content:center;
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .payment-strip-footer { padding:14px 10px; }
}

/* ---------- Option 3 high-visibility payment card ---------- */
.payment-card-option3 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16,237,247,.34);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(17,24,31,.98), rgba(8,12,17,.98));
  box-shadow: 0 20px 55px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06), 0 0 30px rgba(16,237,247,.05);
}
.payment-card-option3::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%, rgba(16,237,247,.08), transparent 42%);
}
.payment-card-option3 > * { position:relative; z-index:1; }
.payment-card-option3 .payment-strip-heading { font-size:.9rem; letter-spacing:.08em; }
.payment-card-option3 .payment-lock {
  width:auto; height:auto; border:0; border-radius:0; transform:none; font-size:1rem; color:#fff;
}
.payment-divider {
  width:86px;
  height:2px;
  margin:18px auto;
  background:linear-gradient(90deg,transparent,var(--cyan,#10edf7),transparent);
  box-shadow:0 0 12px rgba(16,237,247,.5);
}
.payment-icons-large { gap:12px; margin-top:18px; }
.payment-card-option3 .payment-badge {
  height:44px;
  min-width:76px;
  padding:0 14px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:10px;
  background:#fff;
  box-shadow:0 7px 18px rgba(0,0,0,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.payment-card-option3 .payment-badge:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.32),0 0 0 1px rgba(16,237,247,.45); }
.payment-card-option3 .payment-visa { min-width:82px; color:#1434cb; font-size:1.05rem; font-weight:900; letter-spacing:-.04em; }
.payment-card-option3 .payment-mastercard { min-width:112px; padding-left:47px; }
.payment-card-option3 .payment-mastercard i::before,.payment-card-option3 .payment-mastercard i::after { top:11px; width:22px; height:22px; }
.payment-card-option3 .payment-mastercard i::before { left:13px; }
.payment-card-option3 .payment-mastercard i::after { left:25px; }
.payment-card-option3 .payment-mastercard b { font-size:.72rem; color:#222; }
.payment-card-option3 .payment-amex { min-width:96px; padding:6px 12px; flex-direction:column; background:#0878b9; color:#fff; font-size:.66rem; line-height:.95; letter-spacing:.01em; }
.payment-card-option3 .payment-discover { min-width:100px; font-size:.72rem; color:#111; }
.payment-card-option3 .payment-discover span { color:#f58220; }
.payment-card-option3 .payment-wallet { min-width:100px; font-size:.88rem; color:#111; }
.payment-card-option3 .payment-apple b { font-weight:800; }
.payment-card-option3 .payment-google em { font-size:1.12rem; color:#4285f4; }
.payment-card-option3 .square-powered { margin-top:18px; font-size:.78rem; color:rgba(255,255,255,.82); }
.payment-card-option3 .payment-security-copy { max-width:560px; margin-top:12px; font-size:.78rem; color:rgba(255,255,255,.7); }
.payment-card-option3 .payment-trust-points { margin-top:15px; font-size:.72rem; }
.payment-card-option3.payment-strip-footer { padding:20px 18px; }
.payment-card-option3.payment-strip-footer .payment-icons { margin-top:15px; }
.payment-card-option3.payment-strip-footer .payment-badge { transform:none; height:36px; min-width:66px; padding:0 10px; }
.payment-card-option3.payment-strip-footer .payment-mastercard { min-width:96px; padding-left:39px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::before,.payment-card-option3.payment-strip-footer .payment-mastercard i::after { top:9px; width:18px; height:18px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::before { left:11px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::after { left:21px; }
.payment-card-option3.payment-strip-footer .payment-amex,.payment-card-option3.payment-strip-footer .payment-discover,.payment-card-option3.payment-strip-footer .payment-wallet { min-width:84px; }
@media (max-width:720px) {
  .payment-card-option3.payment-strip-booking { padding:20px 12px; }
  .payment-icons-large { gap:9px; }
  .payment-card-option3 .payment-badge { height:40px; min-width:72px; padding:0 11px; }
  .payment-card-option3 .payment-mastercard { min-width:105px; }
  .payment-card-option3 .payment-amex,.payment-card-option3 .payment-discover,.payment-card-option3 .payment-wallet { min-width:92px; }
  .payment-card-option3 .payment-trust-points { width:100%; justify-items:center; text-align:center; }
}
@media (max-width:430px) {
  .payment-card-option3 .payment-badge { flex:0 1 calc(50% - 7px); max-width:145px; }
  .payment-card-option3 .payment-mastercard { min-width:0; }
  .payment-card-option3.payment-strip-footer .payment-badge { flex:0 1 calc(50% - 7px); max-width:130px; }
}
