@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
 * RYPO application design system.
 * Loaded after page styles so typography, form controls, placeholders and the
 * site header have one canonical source across the application.
 */
:root {
  --ui-font-family: "Manrope", "Segoe UI", sans-serif;
  --ui-body-font-size: 16px;
  --ui-body-font-weight: 400;
  --ui-body-line-height: 1.5;
  --ui-text-color: #0b2b58;
  --ui-heading-color: #082b55;
  --ui-muted-color: #66768a;
  --ui-label-font-size: 14px;
  --ui-label-font-weight: 600;
  --ui-label-color: #0b2b58;
  --ui-control-font-size: 15px;
  --ui-control-font-weight: 500;
  --ui-control-color: #0a274a;
  --ui-placeholder-font-size: 15px;
  --ui-placeholder-color: #8290a1;
  --ui-button-font-size: 15px;
  --ui-button-font-weight: 600;
  --ui-nav-font-size: 15px;
  --ui-nav-font-weight: 600;
  --ui-nav-color: #082b55;
}

body.app-shell {
  /* Keep older page styles connected to the shared palette. */
  --text: var(--ui-text-color);
  --muted: var(--ui-muted-color);
  --local-text: var(--ui-text-color);
  --local-muted: var(--ui-muted-color);
  --local-navy: var(--ui-heading-color);
  --os-text: var(--ui-text-color);
  --os-muted: var(--ui-muted-color);
  --os-navy: var(--ui-heading-color);
  --spirit-text: var(--ui-text-color);
  --spirit-muted: var(--ui-muted-color);
  --spirit-navy: var(--ui-heading-color);
  --fleet-text: var(--ui-text-color);
  --fleet-muted: var(--ui-muted-color);
  --fleet-navy: var(--ui-heading-color);
  --contact-text: var(--ui-text-color);
  --contact-muted: var(--ui-muted-color);
  --contact-navy: var(--ui-heading-color);
  --blog-navy: var(--ui-heading-color);
  --blog-muted: var(--ui-muted-color);
  --font-body: var(--ui-font-family);
  --font-heading: var(--ui-font-family);
  color: var(--ui-text-color);
  font-family: var(--ui-font-family);
  font-size: var(--ui-body-font-size);
  font-weight: var(--ui-body-font-weight);
  line-height: var(--ui-body-line-height);
}

.app-shell :where(button, input, select, textarea) {
  font-family: var(--ui-font-family);
}

.app-shell :where(h1, h2, h3, h4, h5, h6) {
  color: var(--ui-heading-color);
  font-family: var(--ui-font-family);
}

.app-shell .ui-field,
.app-shell .ui-label {
  color: var(--ui-label-color) !important;
  font-family: var(--ui-font-family) !important;
  font-size: var(--ui-label-font-size) !important;
  font-weight: var(--ui-label-font-weight) !important;
}

.app-shell .ui-field > :where(span:first-child, label:first-child),
.app-shell .ui-label {
  color: var(--ui-label-color) !important;
  font-size: var(--ui-label-font-size) !important;
  font-weight: var(--ui-label-font-weight) !important;
}

/* Explicit element selectors beat legacy page rules such as .os-field > span. */
body.app-shell label.ui-field > span:first-child,
body.app-shell .ui-field > label.ui-label:first-child {
  height: auto;
  color: var(--ui-label-color) !important;
  font-family: var(--ui-font-family) !important;
  font-size: var(--ui-label-font-size) !important;
  font-weight: var(--ui-label-font-weight) !important;
  line-height: 1.4 !important;
}

.app-shell .ui-field .ui-control,
.app-shell .ui-control {
  color: var(--ui-control-color) !important;
  font-family: var(--ui-font-family) !important;
  font-size: var(--ui-control-font-size) !important;
  font-weight: var(--ui-control-font-weight) !important;
}

body.app-shell .ui-field .ui-control::placeholder,
body.app-shell .ui-control::placeholder {
  color: var(--ui-placeholder-color) !important;
  font-family: var(--ui-font-family) !important;
  font-size: var(--ui-placeholder-font-size) !important;
  font-weight: var(--ui-control-font-weight) !important;
  opacity: 1 !important;
}

.app-shell .ui-button {
  font-family: var(--ui-font-family) !important;
  font-size: var(--ui-button-font-size) !important;
  font-weight: var(--ui-button-font-weight) !important;
}

.app-shell .ui-muted {
  color: var(--ui-muted-color);
}

.app-shell .whatsapp-otp-help {
  display: block;
  margin-top: 6px;
  color: var(--ui-muted-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

body[data-page] .site-header {
  position: sticky;
  z-index: 70;
  top: 0;
  height: auto;
  border-bottom: 1px solid rgba(8, 47, 92, .08);
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  transform: none;
}

/* Shared OTP dialog used by every booking page. */
.booking-otp-dialog {
  width: min(92vw, 480px);
  max-width: 480px;
  max-height: calc(100dvh - 24px);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 30px 90px rgba(4, 31, 60, .3);
}

.booking-otp-dialog::backdrop {
  background: rgba(3, 24, 47, .68);
  backdrop-filter: blur(4px);
}

.booking-otp-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
}

.booking-otp-card :where(h2, p) {
  margin: 0;
}

.booking-otp-card .ui-field {
  display: grid;
  gap: 7px;
}

.booking-otp-card .ui-control {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d9e1e8;
  border-radius: 10px;
  background: #fff;
}

.booking-otp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ui-heading-color);
  background: #f1f5f8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.booking-otp-submit {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #f51f2b;
  font-family: var(--ui-font-family);
  font-size: var(--ui-button-font-size);
  font-weight: 700;
  cursor: pointer;
}

.booking-otp-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.booking-otp-status {
  min-height: 20px;
  color: #c62828;
  font-size: 13px;
  font-weight: 700;
}

.booking-otp-development {
  padding: 10px 12px;
  border-radius: 9px;
  color: #075c3d;
  background: #e7f8f0;
  font-size: 13px;
  font-weight: 800;
}

body.booking-otp-open {
  overflow: hidden;
}

body[data-page] .site-header > .container,
body[data-page] .top-strip > .container {
  width: min(1760px, calc(100% - clamp(64px, 7vw, 104px)));
  max-width: none;
  margin-inline: auto;
}

body[data-page] .top-strip {
  display: block;
  height: auto;
  min-height: 31px;
  color: #fff;
  background: #080b0f;
}

body[data-page] .top-strip-inner {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body[data-page] .top-strip p,
body[data-page] .top-strip-links {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 22px;
}

body[data-page] .top-strip p {
  color: inherit;
  font-size: 12px;
  letter-spacing: .01em;
}

body[data-page] .top-strip p strong {
  color: #fff;
  font-weight: 600;
}

body[data-page] .top-strip p span {
  color: rgba(255, 255, 255, .62);
}

body[data-page] .top-strip-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
}

body[data-page] .top-strip-links a:first-child {
  color: #fff;
}

body[data-page] .top-strip-links a:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

body[data-page] .top-strip-links svg {
  width: 1em;
  height: 1em;
  font-size: 15px;
}

body[data-page] .header-inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
}

body[data-page] .brand {
  flex: 0 0 auto;
}

body[data-page] .brand img {
  width: 109px;
  height: auto;
}

body[data-page] .desktop-nav {
  display: flex;
  min-width: 0;
  align-items: stretch;
  align-self: stretch;
  gap: clamp(12px, 1.25vw, 24px);
}

body[data-page] .desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--ui-nav-color);
  background: transparent;
  font-size: var(--ui-nav-font-size);
  font-weight: var(--ui-nav-font-weight);
  line-height: 1.25;
}

body[data-page] .desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #f42437;
  transform: scaleX(0);
  transition: transform .2s ease;
}

body[data-page] .desktop-nav a:hover::after,
body[data-page] .desktop-nav a.is-active::after {
  transform: scaleX(1);
}

body[data-page] .header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

body[data-page] .header-phone {
  display: inline-flex;
  min-height: auto;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #082b55;
  font-size: 15px;
  font-weight: 600;
}

body[data-page] .header-phone svg {
  width: 1em;
  height: 1em;
  color: #123f70;
  font-size: 18px;
}

body[data-page] .header-actions .sign-in,
body[data-page] .header-actions .book-header {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

body[data-page] .header-actions .sign-in {
  padding: 0 17px;
  border: 1px solid #cbd7e0;
  color: #082b55;
  background: #fff;
  font-weight: 600;
}

body[data-page] .header-actions .sign-in:hover,
body[data-page] .header-actions .sign-in.is-active {
  border-color: #123f70;
  background: #f7fafc;
}

body[data-page] .header-actions .book-header {
  padding: 0 18px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #f42437, #f52434);
  box-shadow: 0 8px 18px rgba(233, 33, 48, .2);
  font-weight: 800;
}

body[data-page] .account-menu {
  position: relative;
}

body[data-page] .account-menu > summary {
  gap: 7px;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
}

body[data-page] .account-menu > summary::-webkit-details-marker {
  display: none;
}

body[data-page] .account-trigger > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke: currentColor;
}

body[data-page] .account-trigger .account-chevron {
  width: 13px;
  height: 13px;
  transition: transform .18s ease;
}

body[data-page] .account-menu[open] .account-chevron {
  transform: rotate(90deg);
}

body[data-page] .account-dropdown {
  position: absolute;
  z-index: 150;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  padding: 8px;
  border: 1px solid #dce4ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 43, 85, .16);
}

body[data-page] .account-identity {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 5px 6px;
  padding: 7px 7px 10px;
  border-bottom: 1px solid #e7edf2;
  color: #082b55;
}

body[data-page] .account-identity strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page] .account-identity small {
  color: #718197;
  font-size: 12px;
}

body[data-page] .account-dropdown a,
body[data-page] .account-dropdown button {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 0;
  border-radius: 8px;
  color: #082b55;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

body[data-page] .account-dropdown a:hover,
body[data-page] .account-dropdown button:hover {
  background: #f3f7fa;
}

body[data-page] .account-dropdown a svg {
  width: 16px;
  height: 16px;
}

body[data-page] .account-dropdown form {
  margin: 2px 0 0;
  padding-top: 2px;
  border-top: 1px solid #edf1f5;
}

body[data-page] .account-dropdown form button {
  color: #e82135;
}

body[data-page] .mobile-account-label,
body[data-page] .mobile-logout-form,
body[data-page] .mobile-login-button {
  display: none;
}

.customer-login-dialog {
  width: min(440px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #082b55;
  background: transparent;
  box-shadow: 0 24px 70px rgba(5, 30, 61, .28);
}

.customer-login-dialog::backdrop {
  background: rgba(4, 23, 45, .72);
  backdrop-filter: blur(4px);
}

.customer-login-dialog [hidden] {
  display: none !important;
}

.customer-login-card {
  position: relative;
  padding: 34px 36px 30px;
  border-radius: 22px;
  background: #fff;
}

.customer-login-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #082b55;
  background: #f2f6f9;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.customer-login-kicker {
  display: block;
  margin-bottom: 26px;
  color: #f42437;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.customer-login-card h2 {
  margin: 0 0 9px;
  color: #082b55;
  font-size: 29px;
  line-height: 1.2;
}

.customer-login-card p {
  margin: 0 0 20px;
  color: #53677d;
  font-size: 14px;
  line-height: 1.6;
}

.customer-login-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.customer-login-field span {
  color: #082b55;
  font-size: 14px;
  font-weight: 700;
}

.customer-login-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #d8e2eb;
  border-radius: 10px;
  outline: none;
  color: #082b55;
  background: #fff;
  font: inherit;
  font-size: 15px;
}

.customer-login-field input:focus {
  border-color: #74cbd0;
  box-shadow: 0 0 0 3px rgba(46, 172, 180, .18);
}

.customer-login-primary,
.customer-login-change {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.customer-login-primary {
  margin-top: 7px;
  color: #fff;
  background: #f42437;
  box-shadow: 0 12px 25px rgba(244, 36, 55, .22);
}

.customer-login-primary:disabled {
  opacity: .65;
  cursor: wait;
}

.customer-login-change {
  min-height: 40px;
  margin-top: 9px;
  color: #476078;
  background: transparent;
  font-size: 13px;
}

.customer-login-development {
  padding: 11px 13px;
  border-radius: 9px;
  color: #166044 !important;
  background: #e1f5eb;
  font-weight: 700;
}

.customer-login-status {
  min-height: 20px;
  margin: 14px 0 0 !important;
  color: #d91f32 !important;
  font-weight: 700;
}

body.customer-login-open {
  overflow: hidden;
}

body[data-page] .menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

body[data-page] .menu-button svg {
  width: 1em;
  height: 1em;
  font-size: 21px;
}

body[data-page] .mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: calc(100vh - 86px);
  overflow-y: auto;
  padding: 14px 30px 22px;
  border-top: 1px solid #dce4ec;
  background: #fff;
  box-shadow: 0 20px 38px rgba(5, 38, 75, .12);
}

body[data-page] .mobile-nav[hidden] {
  display: none;
}

body[data-page] .mobile-nav a {
  display: flex;
  width: 100%;
  min-height: 45px;
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  color: #082b55;
  font-weight: 700;
}

/* Canonical footer shared by every Razor page. */
body[data-page] .site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(33, 100, 155, .26), transparent 28%),
    #031e3d;
}

body[data-page] .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .7fr .9fr 1.15fr;
  gap: 34px;
  padding-block: 38px 30px;
}

body[data-page] .footer-brand img {
  width: 126px;
  height: auto;
  margin-bottom: 12px;
}

body[data-page] .footer-brand p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-family: var(--ui-font-family);
  font-size: 13px;
  line-height: 1.6;
}

body[data-page] .footer-grid h3 {
  margin: 5px 0 11px;
  color: #fff;
  font-family: var(--ui-font-family);
  font-size: 15px;
  font-weight: 700;
}

body[data-page] .footer-grid > div:not(.footer-brand) > a {
  display: block;
  margin: 7px 0;
  padding: 0;
  color: rgba(255, 255, 255, .7);
  font-family: var(--ui-font-family);
  font-size: 12px;
  text-align: left;
}

body[data-page] .footer-grid > div:not(.footer-brand) > a:hover {
  color: #fff;
}

body[data-page] .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-page] .footer-grid .footer-contact > a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 500;
  white-space: nowrap;
}

body[data-page] .footer-contact svg {
  font-size: 24px;
}

body[data-page] .footer-bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  color: rgba(255, 255, 255, .61);
  font-family: var(--ui-font-family);
  font-size: 9px;
}

body[data-page] .footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

body[data-page] .footer-bottom a {
  color: inherit;
}

body[data-page] .mobile-dock {
  display: none;
}

@media (max-width: 1180px) {
  body[data-page] .desktop-nav,
  body[data-page] .header-phone {
    display: none;
  }

  body[data-page] .menu-button {
    display: grid;
  }
}

@media (max-width: 980px) {
  body[data-page] .site-header > .container,
  body[data-page] .top-strip > .container {
    width: min(100% - 40px, 1280px);
  }
}

@media (max-width: 820px) {
  body[data-page] {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  body[data-page] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  body[data-page] .footer-brand,
  body[data-page] .footer-contact {
    grid-column: 1 / -1;
  }

  body[data-page] .footer-bottom {
    min-height: 70px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  body[data-page] .mobile-dock {
    position: fixed;
    z-index: 120;
    right: 12px;
    bottom: 0;
    left: 12px;
    display: grid;
    min-height: 76px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    padding: 5px 6px max(4px, env(safe-area-inset-bottom));
    border: 1px solid rgba(9, 36, 70, .08);
    border-radius: 32px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -8px 32px rgba(7, 26, 51, .13), 0 6px 24px rgba(7, 26, 51, .09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  body[data-page] .mobile-dock a {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 66px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 7px 1px 5px;
    color: #092a53;
    font-family: var(--ui-font-family);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  body[data-page] .mobile-dock a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 17px;
    height: 3px;
    border-radius: 99px;
    background: #e5293d;
    content: "";
    opacity: 0;
    transform: translateX(-50%) scaleX(.45);
    transition: opacity .18s ease, transform .18s ease;
  }

  body[data-page] .mobile-dock-icon {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
  }

  body[data-page] .mobile-dock a svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.85;
  }

  body[data-page] .mobile-dock a.is-active {
    color: #e22236;
  }

  body[data-page] .mobile-dock a.is-active::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  body[data-page] .mobile-dock .mobile-dock-book {
    color: #df1f34;
    font-weight: 800;
  }

  body[data-page] .mobile-dock .mobile-dock-book .mobile-dock-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border: 5px solid rgba(255, 255, 255, .94);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #ff4758 0%, #e72036 58%, #d8142b 100%);
    box-shadow: 0 0 0 5px rgba(238, 35, 57, .08), 0 10px 25px rgba(223, 31, 52, .34);
    transform: translateY(-27px);
  }

  body[data-page] .mobile-dock .mobile-dock-book svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.9;
  }

  body[data-page] .mobile-dock .mobile-dock-book > span:last-child {
    margin-top: -27px;
  }

  body[data-page] .mobile-dock .mobile-dock-book::after {
    bottom: 0;
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 360px) {
  body[data-page] .mobile-dock {
    right: 7px;
    left: 7px;
    padding-right: 3px;
    padding-left: 3px;
  }

  body[data-page] .mobile-dock a {
    font-size: 9px;
  }

  body[data-page] .mobile-dock .mobile-dock-book .mobile-dock-icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }
}

body[data-page] .mobile-contact-fab {
  position: fixed;
  z-index: 130;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

body[data-page] .mobile-contact-fab__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
}

body[data-page] .mobile-contact-fab__actions[hidden] {
  display: none;
}

body[data-page] .mobile-contact-fab a,
body[data-page] .mobile-contact-fab__toggle {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 9px 24px rgba(3, 29, 60, .24);
  -webkit-tap-highlight-color: transparent;
}

body[data-page] .mobile-contact-fab a:focus-visible,
body[data-page] .mobile-contact-fab__toggle:focus-visible {
  outline: 3px solid rgba(22, 169, 87, .32);
  outline-offset: 3px;
}

body[data-page] .mobile-contact-fab a svg,
body[data-page] .mobile-contact-fab__toggle svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

body[data-page] .mobile-contact-fab a.is-call { background: #0b4680; }
body[data-page] .mobile-contact-fab a.is-whatsapp { background: #18a957; }
body[data-page] .mobile-contact-fab a.is-email { background: #e98417; }

body[data-page] .mobile-contact-fab__toggle {
  background: linear-gradient(145deg, #2bc56b 0%, #16a957 58%, #0b8d45 100%);
  box-shadow: 0 0 0 5px rgba(22, 169, 87, .1), 0 10px 26px rgba(11, 141, 69, .3);
  cursor: pointer;
}

body[data-page] .mobile-contact-fab__close { display: none; }
body[data-page] .mobile-contact-fab.is-open .mobile-contact-fab__phone { display: none; }
body[data-page] .mobile-contact-fab.is-open .mobile-contact-fab__close { display: block; }

@media (max-width: 820px) {
  body[data-page] .mobile-contact-fab {
    right: 18px;
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  body[data-page] .mobile-contact-fab a,
  body[data-page] .mobile-contact-fab__toggle {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 360px) {
  body[data-page] .mobile-contact-fab { right: 13px; }
}

@media (max-width: 760px) {
  body[data-page] .site-header > .container,
  body[data-page] .top-strip > .container {
    width: min(100% - 28px, 680px);
  }

  body[data-page] .top-strip {
    display: block;
    min-height: 29px;
  }

  body[data-page] .top-strip-inner {
    min-height: 29px;
    gap: 12px;
  }

  body[data-page] .top-strip p {
    min-width: 0;
    gap: 8px;
    font-size: 9px;
    white-space: nowrap;
  }

  body[data-page] .top-strip p span,
  body[data-page] .top-strip-links a:first-child {
    display: none;
  }

  body[data-page] .top-strip-links {
    gap: 0;
  }

  body[data-page] .top-strip-links a {
    font-size: 9px;
    white-space: nowrap;
  }

  body[data-page] .header-inner {
    min-height: 56px;
  }

  body[data-page] .brand img {
    width: 98px;
  }

  body[data-page] .header-actions {
    gap: 8px;
  }

  body[data-page] .header-actions .book-header {
    display: inline-flex !important;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 8px;
    font-size: 13px;
  }

  body[data-page] .desktop-nav,
  body[data-page] .header-phone,
  body[data-page] .header-actions .sign-in {
    display: none;
  }

  body[data-page] .menu-button {
    display: grid;
  }

  body[data-page] .mobile-nav {
    padding-inline: 20px;
  }

  body[data-page] .mobile-account-label {
    display: block;
    padding: 11px 14px 5px;
    color: #718197;
    font-size: 12px;
    font-weight: 600;
  }

  body[data-page] .mobile-logout-form {
    display: block;
    padding: 0 8px 8px;
  }

  body[data-page] .mobile-logout-form button {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    color: #e82135;
    background: #fff1f3;
    font: inherit;
    font-weight: 700;
    text-align: left;
  }

  body[data-page] .mobile-login-button {
    display: block;
    width: calc(100% - 16px);
    min-height: 40px;
    margin: 5px 8px 8px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #f42437;
    font: inherit;
    font-weight: 700;
    text-align: left;
  }

  .customer-login-card {
    padding: 30px 22px 24px;
  }

  .customer-login-card h2 {
    font-size: 25px;
  }
}
