.seo-page {
  background: #111;
  color: #f5f5f5;
}

.seo-nav .navbar-brand img {
  max-width: 70vw;
  height: auto;
}

.seo-nav-cta {
  color: #171717 !important;
  background: #f1cd31;
  border-radius: 4px;
  font-weight: 900;
  margin-left: 0.35rem;
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
}

.seo-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 7.25rem 0 4rem;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.68), rgba(17, 17, 17, 0.36)), var(--seo-hero-image);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.seo-hero__media {
  display: none;
}

.seo-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.68), rgba(17, 17, 17, 0.36));
}

.seo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-hero__content {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.seo-eyebrow {
  color: #f1cd31;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
}

.seo-lead {
  max-width: 960px;
  font-size: 1.14rem;
  font-weight: 500;
  color: #f0f0f0;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.seo-main-cta {
  color: #171717 !important;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(241, 205, 49, 0.35);
}

.seo-reservation-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.25rem 1.25rem;
  width: 100%;
  max-width: 960px;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  color: #171717;
  background: #f1cd31;
  border-left: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
}

.seo-reservation-panel strong {
  grid-column: 1;
  font-size: 1.08rem;
  font-weight: 900;
}

.seo-reservation-panel span {
  grid-column: 1;
  font-weight: 700;
}

.seo-reservation-panel .btn {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  justify-self: end;
  white-space: nowrap;
}

.seo-booking-strip {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.seo-booking-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: #171717;
  background: #f1cd31;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.seo-booking-strip strong,
.seo-booking-strip span {
  display: block;
}

.seo-booking-strip strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.seo-booking-strip span {
  font-weight: 700;
}

.seo-section {
  padding: 4.5rem 0;
}

.seo-section--light {
  background: #f7f7f7;
  color: #191919;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.seo-card {
  min-height: 100%;
  padding: 1.5rem;
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.seo-card h2,
.seo-split h2,
.seo-heading {
  color: #f1cd31;
  font-weight: 800;
}

.seo-card p {
  color: #eeeeee;
  font-weight: 500;
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.seo-split h2 {
  color: #191919;
}

.seo-list {
  margin: 0;
  padding-left: 1.25rem;
  font-weight: 600;
}

.seo-list li + li {
  margin-top: 0.75rem;
}

.seo-faq {
  display: grid;
  gap: 0.8rem;
}

.seo-faq details {
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 1rem 1.25rem;
}

.seo-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
}

.seo-faq p {
  margin: 0.75rem 0 0;
  color: #eeeeee;
  font-weight: 500;
}

.seo-related {
  background: #171717;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.seo-link-grid a {
  display: block;
  padding: 0.95rem 1rem;
  background: #242424;
  border-radius: 6px;
  color: #f1cd31;
  font-weight: 700;
}

.seo-footer {
  padding: 2rem 0;
  background: #0b0b0b;
  color: #cfcfcf;
  text-align: center;
}

.seo-contact-cta {
  background: #f1cd31;
  color: #171717;
}

.seo-contact-cta h2 {
  color: #171717;
}

.seo-cta-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.seo-final-cta {
  font-weight: 900;
}

.seo-floating-contact {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 48px;
  padding: 0.75rem 1rem;
  color: #171717;
  background: #f1cd31;
  border: 2px solid #171717;
  border-radius: 4px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.seo-floating-contact:hover,
.seo-floating-contact:focus {
  color: #171717;
  background: #fff;
}

.seo-form-shell {
  padding: 1.5rem;
  background: #f7f7f7;
  color: #171717;
  border-radius: 6px;
}

.seo-form-shell,
.seo-form-shell *,
.seo-form-shell *::before,
.seo-form-shell *::after {
  box-sizing: border-box;
}

.seo-form-shell label {
  font-weight: 700;
}

.seo-form-shell .form-control {
  display: block;
  min-height: 44px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  inline-size: 100%;
  min-inline-size: 0;
  max-inline-size: 100%;
  border-radius: 4px;
}

.seo-form-shell input,
.seo-form-shell select,
.seo-form-shell textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.seo-form-shell input[type="date"] {
  min-width: 0;
  overflow: hidden;
  padding-right: 0.5rem;
  line-height: 1.5;
  -webkit-appearance: auto;
  appearance: auto;
}

.seo-form-shell input[type="date"]::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: left;
}

.seo-form-shell textarea.form-control {
  min-height: 180px;
}

.seo-contact-hero {
  min-height: auto;
  align-items: flex-start;
  padding: 7.25rem 0 0.5rem;
}

.seo-contact-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  background: #111;
}

.seo-contact-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.82)), url("/assets/app/contact_1200.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.seo-contact-page > main,
.seo-contact-page > .seo-footer {
  position: relative;
  z-index: 1;
}

.seo-contact-page main {
  flex: 1 0 auto;
}

.seo-contact-page .seo-footer {
  flex-shrink: 0;
}

.seo-contact-page .seo-hero__media {
  display: none;
}

.seo-contact-page .seo-hero__content,
.seo-contact-page .seo-section > .container {
  max-width: 960px;
}

.seo-contact-page .seo-hero h1 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.seo-contact-page .seo-lead {
  max-width: 960px;
}

.seo-required-note {
  margin-bottom: 0.75rem;
  color: #f7f7f7;
  font-weight: 700;
}

.seo-contact-page .seo-hero + .seo-section {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.seo-contact-page .seo-footer {
  background: rgba(11, 11, 11, 0.66);
}

.seo-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-service-link {
  display: block;
  min-height: 100%;
  padding: 1.25rem;
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.seo-service-link strong {
  display: block;
  color: #f1cd31;
  font-size: 1rem;
}

.seo-service-link span {
  display: block;
  margin-top: 0.4rem;
  color: #f1f1f1;
}

@media (max-width: 991.98px) {

  .seo-grid,
  .seo-split,
  .seo-link-grid,
  .seo-service-links {
    grid-template-columns: 1fr 1fr;
  }

  .seo-nav-cta {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .seo-hero {
    min-height: auto;
    padding: 6rem 0 3rem;
    background-image: linear-gradient(rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.72)), var(--seo-hero-image);
    background-attachment: scroll;
  }

  .seo-hero__media::after {
    background: rgba(17, 17, 17, 0.72);
  }

  .seo-reservation-panel {
    grid-template-columns: 1fr;
  }

  .seo-reservation-panel .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    margin-top: 0.5rem;
    white-space: normal;
  }

  .seo-grid,
  .seo-split,
  .seo-link-grid,
  .seo-service-links {
    grid-template-columns: 1fr;
  }

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

  .seo-booking-strip {
    margin-top: 0;
    background: #f1cd31;
  }

  .seo-booking-strip__inner {
    flex-direction: column;
    align-items: stretch;
    border-radius: 0;
    box-shadow: none;
  }

  .seo-cta-box {
    justify-content: flex-start;
  }

  .seo-form-shell {
    padding: 1rem;
  }

  .seo-form-shell .row {
    margin-left: 0;
    margin-right: 0;
  }

  .seo-form-shell [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }

  .seo-form-shell input[type="date"] {
    font-size: 16px;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }

  .seo-contact-hero {
    padding: 6rem 0 0.5rem;
  }

  .seo-contact-page .seo-hero + .seo-section {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }

  .seo-floating-contact {
    right: 0.75rem;
    bottom: 0.75rem;
    min-width: 96px;
    min-height: 44px;
  }
}
