/* Homepage: compact authority, fleet onboarding popup, scroll target. */

body.fyds-welcome-on {
  overflow: hidden;
}

.fyds-fleet-anchor,
#miami-yacht-fleet {
  scroll-margin-top: 96px;
}

body.fyds-home .fyds-home-authority {
  padding-top: 12px !important;
  padding-bottom: 16px !important;
}

body.fyds-home .fyds-home-authority h1,
body.fyds-home .fyds-home-authority .elementor-heading-title {
  font-size: clamp(28px, 4vw, 40px) !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
}

body.fyds-home .fyds-home-authority p {
  max-width: 720px;
}

.fyds-welcome {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 700px) {
  .fyds-welcome {
    align-items: center;
  }
}

.fyds-welcome__scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.46);
}

.fyds-welcome__card {
  position: relative;
  width: min(440px, calc(100% - 24px));
  margin: 0 max(12px, env(safe-area-inset-right, 0px)) max(16px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
  padding: 22px 20px 18px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.fyds-welcome__kicker {
  margin: 0 0 6px;
  color: var(--fy-pink, #e45c9c);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fyds-welcome__card h2 {
  margin: 0 0 8px;
  color: var(--fy-ink, #0f172a);
  font-size: 26px;
  line-height: 1.15;
}

.fyds-welcome__lead {
  margin: 0 0 14px;
  color: var(--fy-slate, #475569);
  font-size: 15px;
  font-weight: 600;
}

.fyds-welcome__steps {
  margin: 0 0 18px;
  padding-left: 1.15em;
  color: var(--fy-ink, #0f172a);
  font-size: 14px;
  line-height: 1.45;
}

.fyds-welcome__steps li + li {
  margin-top: 8px;
}

.fyds-welcome__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fyds-welcome__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--fy-pink, #e45c9c), var(--fy-pink-deep, #d34c8b));
  box-shadow: 0 10px 22px rgba(228, 92, 156, 0.22);
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

.fyds-welcome__btn--ghost {
  color: var(--fy-ink, #0f172a) !important;
  background: var(--fy-blush, #fff7fb);
  box-shadow: none;
}

html.fyds-lite-effects .fyds-welcome__scrim {
  background: rgba(15, 23, 42, 0.62);
}

html.fyds-lite-effects .fyds-welcome__card {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
