:root {
  --page-blue: #2992df;
  --panel-blue: #55b4ef;
  --bar-blue: #2f82cd;
  --ink: #111;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--page-blue) url("assets/wix/img-1.jpeg") center top / cover fixed;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.site {
  width: min(980px, 100%);
  margin: 0 auto;
}

.title-bar {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: 7px 18px 8px;
  color: var(--white);
  background: linear-gradient(180deg, #4f9cdc, #2977c0);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.title-bar h1,
.title-bar .brand-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 #111, -1px -1px 0 #111, 0 3px 6px rgba(0, 0, 0, 0.35);
}

.title-bar a {
  text-decoration: none;
}

.hero-video {
  width: min(960px, calc(100% - 44px));
  height: clamp(270px, 42vw, 483px);
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  background: #111 url("assets/wix/img-7.jpg") center / cover no-repeat;
  box-shadow: inset 0 0 0 999px rgba(0, 28, 42, 0.02);
}

.hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.availability {
  position: relative;
  width: min(385px, calc(100% - 32px));
  min-height: 132px;
  margin: 0 auto 24px;
  padding: 8px 68px 20px;
  color: #111;
  background: url("assets/wix/img-4.jpg") center / cover no-repeat;
  border-radius: 8px;
  text-align: center;
  box-shadow:
    0 14px 26px rgba(0, 48, 94, 0.28),
    0 2px 7px rgba(0, 0, 0, 0.25);
  transform: translateZ(0);
}

.availability::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 42%),
    radial-gradient(circle at 50% 0, rgba(255,255,255,.18), transparent 55%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}

.availability > * {
  position: relative;
  z-index: 1;
}

.availability h2 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #111;
}

.availability label {
  display: block;
  color: var(--white);
  text-align: left;
  font-weight: 700;
  text-shadow: 1px 1px 0 #111;
}

.availability input {
  width: 100%;
  height: 44px;
  border: 1px solid #bfc5cc;
  border-radius: 2px;
  background: rgba(243, 245, 247, .92);
  color: #111;
  font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.availability-link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 9px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--white);
  background: #2d9bef;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 1px 1px 0 #111;
  box-shadow: 0 4px 12px rgba(0, 69, 128, .28);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.availability-link:hover {
  transform: translateY(-1px);
  background: #1697ff;
  box-shadow: 0 8px 18px rgba(0, 69, 128, .34);
}

.tabs {
  display: flex;
  gap: 18px;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto 38px;
  padding-left: 20px;
}

.tabs a {
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
}

.tabs a.active {
  color: var(--white);
  background: #202020;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.home-booking {
  position: relative;
  width: min(980px, 100%);
  margin: 30px auto 46px;
  padding: 26px 28px 18px;
  color: #111;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(90, 184, 239, .56), rgba(28, 132, 213, .4)),
    radial-gradient(circle at 50% 0, rgba(255,255,255,.34), transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 18px 34px rgba(0, 48, 94, .24);
}

.home-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.1), transparent 18%, transparent 82%, rgba(0,0,0,.08));
}

.booking-panel-title {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  margin: 0 0 18px;
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px 0 #111;
}

.booking-panel-title span {
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: .92;
}

.booking-panel-title strong {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.08;
  font-weight: 900;
}

.home-checkfront-widget {
  position: relative;
  z-index: 1;
  min-height: 980px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255,255,255,.06);
}

.home-checkfront-widget iframe,
.home-checkfront-widget .CHECKFRONT_DROPLET {
  display: block;
  width: 100%;
  min-height: 980px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255,255,255,.12);
}

#CHECKFRONT_LOADER {
  margin: 0;
  padding: 18px 22px;
  color: var(--white);
  font-weight: 800;
  text-shadow: 1px 1px 0 #111;
}

.home-booking-fallback {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--white);
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 0 #111;
}

.home-booking-fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(17, 109, 184, .52);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 48, 94, .22);
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(980px, 100%);
  margin: 0 auto;
  background: rgba(114, 192, 239, 0.72);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-copy {
  display: grid;
  align-content: center;
  min-height: 455px;
  padding: 44px 54px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at bottom right, rgba(255,255,255,.24), transparent 45%),
    rgba(77, 171, 230, 0.58);
}

.feature-copy h2 {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  text-shadow: 2px 2px 0 #111;
}

.feature-copy p {
  margin: 0 auto;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.75;
  text-shadow: 2px 2px 0 #111;
}

.feature-image {
  min-height: 455px;
  background-position: center;
  background-size: cover;
}

.jet-img {
  background-image: url("assets/wix/img-2.jpg");
}

.pontoon-img {
  background-image: url("assets/pontoon-product.jpg");
  background-position: center;
}

.speed-img {
  background-image: url("assets/speed-boat-product.jpg");
  background-position: center 58%;
}

.main-copy {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 68px 40px;
  background: rgba(80, 174, 232, 0.76);
  text-align: center;
}

.more-copy {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 68px 40px;
  background: rgba(80, 174, 232, 0.76);
  text-align: center;
}

.more-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3rem);
  text-shadow: 2px 2px 0 #111;
}

.more-copy p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.75;
  text-shadow: 2px 2px 0 #111;
}

.main-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-shadow: 2px 2px 0 #111;
}

.main-copy p {
  max-width: 760px;
  margin: 14px auto;
  color: #111;
  font-size: 1.14rem;
  line-height: 1.65;
}

.contact {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 70px;
  padding: 28px;
  color: #111;
  background: rgba(255, 255, 255, 0.88);
}

.contact h2 {
  margin: 0 0 18px;
  color: #111;
  text-align: center;
}

.contact form {
  display: grid;
  gap: 12px;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #aaa;
  font: inherit;
}

.contact textarea {
  min-height: 120px;
}

.contact button {
  justify-self: end;
  min-width: 120px;
  padding: 12px 18px;
  border: 0;
  color: var(--white);
  background: #2b7fc7;
  font-weight: 800;
}

.chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  padding: 16px 28px;
  border-radius: 8px;
  color: var(--white);
  background: #5a54f6;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}

.footer {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 26px 20px;
  color: var(--white);
  background: rgba(29, 115, 190, 0.85);
  text-align: center;
}

@media (max-width: 760px) {
  .feature-row {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy {
    order: 0;
  }

  .title-bar .brand-title,
  .title-bar h1 {
    letter-spacing: 1px;
  }

  .availability {
    padding-inline: 24px;
  }

  .chat {
    right: 14px;
    bottom: 14px;
    padding: 14px 22px;
  }

  .feature-copy,
  .feature-image {
    min-height: auto;
    height: 300px;
  }

  .home-booking {
    width: 100%;
    margin-top: 22px;
    padding: 18px 12px 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .booking-panel-title {
    margin-bottom: 14px;
  }

  .booking-panel-title span {
    letter-spacing: 4px;
  }

  .home-checkfront-widget,
  .home-checkfront-widget iframe,
  .home-checkfront-widget .CHECKFRONT_DROPLET {
    min-height: 1280px;
    border-radius: 0;
  }

  .feature-copy {
    height: auto;
    padding: 34px 24px;
  }
}
