/* RMLV landing pages — v3 — generated from zealifi-design/landing/landing.css; bump filename (v2) on any change: nginx serves css with expires max and the theme strips ?ver= */

:root {
  --z-blue: #014153;
  --z-grey: #e0e1e4;
  --z-yellow: #fdb913;
  --z-teal: #009fb1;
  --z-white: #ffffff;
  --z-ink: #23343a;
  --z-muted: #5e6970;
  --z-border: rgba(1, 65, 83, 0.18);
  --z-heading: "TradeGothic LT", "Trade Gothic LT", Raleway, Arial, sans-serif;
  --z-body: Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --z-shadow: 0 16px 40px rgba(1, 65, 83, 0.2), 0 3px 8px rgba(1, 65, 83, 0.1);
  --z-page-width: 1120px;
  --z-gutter: clamp(1rem, 4vw, 2rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--z-white);
  color: var(--z-ink);
  font-family: var(--z-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.has-stickybar {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
}

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

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: var(--z-blue);
  text-underline-offset: 0.2em;
}

h1,
h2,
h3,
h4,
.section-title,
.booking-title {
  margin: 0;
  color: var(--z-blue);
  font-family: var(--z-heading);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

h2,
.section-title {
  font-size: clamp(1.75rem, 6vw, 2.6rem);
}

h3 {
  font-size: clamp(1.25rem, 4vw, 1.6rem);
}

:focus-visible {
  outline: 3px solid var(--z-teal);
  outline-offset: 3px;
}

.hero :focus-visible,
.final-cta :focus-visible,
.footer :focus-visible {
  outline-color: var(--z-white);
}

.hero .booking-card :focus-visible {
  outline-color: var(--z-blue);
}

.grain {
  isolation: isolate;
  position: relative;
}

.grain::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.12;
  pointer-events: none;
}

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

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--z-heading);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease,
    transform 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  border-color: var(--z-yellow);
  background: var(--z-yellow);
  color: var(--z-blue);
}

.btn-primary:hover {
  border-color: var(--z-blue);
}

.btn-ghost {
  border-color: var(--z-blue);
  background: transparent;
  color: var(--z-blue);
}

.btn-ghost:hover {
  background: var(--z-blue);
  color: var(--z-white);
}

.hero .btn-ghost,
.final-cta .btn-ghost,
.footer .btn-ghost {
  border-color: var(--z-white);
  color: var(--z-white);
}

.hero .btn-ghost:hover,
.final-cta .btn-ghost:hover,
.footer .btn-ghost:hover {
  background: var(--z-white);
  color: var(--z-blue);
}

.topbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  max-width: calc(var(--z-page-width) + (2 * var(--z-gutter)));
  margin: 0 auto;
  padding: 0.65rem var(--z-gutter);
  background: var(--z-white);
}

.topbar > *,
.topbar-inner > * {
  min-width: 0;
}

.topbar-inner {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  max-width: var(--z-page-width);
  margin: 0 auto;
}

.topbar img,
.topbar-logo img {
  width: clamp(160px, 34vw, 240px);
  height: auto;
}

.topbar-badge {
  display: none;
  color: var(--z-blue);
  font-family: var(--z-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.topbar-call {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 2px solid var(--z-blue);
  border-radius: 6px;
  color: var(--z-blue);
  font-family: var(--z-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-call:hover {
  background: var(--z-blue);
  color: var(--z-white);
}

.hero {
  overflow: hidden;
  background: var(--z-blue);
  color: var(--z-white);
}

.hero-inner {
  display: grid;
  width: 100%;
  max-width: var(--z-page-width);
  gap: clamp(2rem, 6vw, 4rem);
  margin: 0 auto;
  padding: clamp(3rem, 9vw, 6rem) var(--z-gutter);
}

.hero-copy {
  min-width: 0;
  align-self: center;
}

.kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 4px;
  color: var(--z-white);
  font-family: var(--z-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  color: var(--z-white);
  font-size: clamp(2rem, 9vw, 3.4rem);
}

.hl {
  color: var(--z-yellow);
}

.hero-sub {
  max-width: 56ch;
  margin: 1.25rem 0 0;
  color: var(--z-white);
  font-size: clamp(1.05rem, 3vw, 1.25rem);
  line-height: 1.5;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--z-white);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-checks svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--z-teal);
  stroke: currentColor;
}

.booking-card {
  width: 100%;
  min-width: 0;
  align-self: center;
  padding: clamp(1.1rem, 5vw, 2rem);
  border-radius: 12px;
  background: var(--z-white);
  box-shadow: var(--z-shadow);
  color: var(--z-ink);
}

.booking-title {
  margin-bottom: 0.5rem;
  font-size: clamp(1.4rem, 5vw, 1.9rem);
}

.location-switcher {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.location-switcher__label {
  color: var(--z-blue);
  font-size: 0.82rem;
  font-weight: 700;
}

.location-pill {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border: 1.5px solid var(--z-blue);
  border-radius: 999px;
  color: var(--z-blue);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.location-pill--active {
  background: var(--z-blue);
  color: var(--z-white);
}

.location-pill--highlight {
  border-color: var(--z-teal);
  color: var(--z-teal);
}

.location-pill:hover {
  background: var(--z-blue);
  color: var(--z-white);
}

.session-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.booking-proof {
  position: relative;
  margin: 0.75rem 0 0;
  padding-left: 1.5rem;
  color: var(--z-blue);
  font-size: 0.85rem;
  font-weight: 700;
}

.booking-proof::before {
  position: absolute;
  top: 0.2rem;
  left: 0.15rem;
  width: 0.55rem;
  height: 0.95rem;
  border-right: 3px solid var(--z-teal);
  border-bottom: 3px solid var(--z-teal);
  content: "";
  transform: rotate(45deg);
}

.session {
  display: flex;
  min-height: 72px;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--z-border);
}

.session > * {
  min-width: 0;
}

.session-date {
  margin: 0;
  color: var(--z-blue);
  font-weight: 700;
  line-height: 1.3;
}

.session-meta {
  margin: 0.2rem 0 0;
  color: var(--z-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.session-cta {
  min-width: 132px;
}

.session--soldout {
  color: #47555d;
}

.session--soldout .session-date {
  color: #47555d;
}

.session--soldout .session-cta,
.soldout-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--z-muted);
  border-radius: 999px;
  background: var(--z-grey);
  color: var(--z-muted);
  cursor: default;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  pointer-events: none;
  text-transform: uppercase;
}

.more-dates {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 0.5rem;
  color: var(--z-blue);
  font-weight: 700;
}

.booking-fallback {
  margin: 0.75rem 0 0;
  color: var(--z-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.booking-fallback a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  font-weight: 700;
}

.trustbar {
  background: var(--z-grey);
}

.trustbar-inner,
.trustbar {
  min-width: 0;
}

.trustbar-inner {
  display: grid;
  max-width: var(--z-page-width);
  gap: 0.75rem;
  margin: 0 auto;
  padding: 1.25rem var(--z-gutter);
}

.trustbar:not(:has(.trustbar-inner)) {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  padding: 1.25rem var(--z-gutter);
}

.trust-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.6rem;
  color: var(--z-blue);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.trust-item > svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--z-blue);
  stroke: currentColor;
}

.stars {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.12rem;
  color: var(--z-yellow);
}

.stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.section {
  width: 100%;
  max-width: var(--z-page-width);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) var(--z-gutter);
}

.section:first-of-type {
  padding-top: clamp(3rem, 7vw, 4.5rem);
}

.section:last-of-type {
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

.section-title {
  max-width: 18ch;
  margin-bottom: 1.5rem;
}

.values {
  display: grid;
  gap: 1rem;
}

.value-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.25rem, 5vw, 2rem);
  border-radius: 10px;
  background: var(--z-grey);
}

.value-card > :not(.watermark) {
  position: relative;
  z-index: 1;
}

.value-card h2,
.value-card h3 {
  color: var(--z-blue);
}

.value-card p:last-child {
  margin-bottom: 0;
}

.value-card img.watermark,
img.watermark {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: min(42%, 150px);
  opacity: 0.12;
  pointer-events: none;
}

.who .infocard,
.included .infocard {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  border-radius: 12px;
  background: var(--z-grey);
}

.infocard img.watermark {
  position: absolute;
  right: -1.5rem;
  bottom: -1.75rem;
  width: clamp(120px, 18vw, 190px);
  opacity: 0.16;
  pointer-events: none;
}

.infocard > * {
  position: relative;
}

.who ul,
.included ul,
ul.included {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.who li,
.included li,
ul.included li {
  position: relative;
  min-height: 32px;
  padding-left: 2rem;
}

.who li::before,
.included li::before,
ul.included li::before {
  position: absolute;
  top: 0.2rem;
  left: 0.15rem;
  width: 0.55rem;
  height: 0.95rem;
  border-right: 3px solid var(--z-teal);
  border-bottom: 3px solid var(--z-teal);
  content: "";
  transform: rotate(45deg);
}

.steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  counter-reset: zealifi-step;
}

.steps > * {
  min-width: 0;
  padding: 1.5rem;
  border-radius: 10px;
  background: var(--z-grey);
  counter-increment: zealifi-step;
}

.steps > *::before {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--z-blue);
  color: var(--z-white);
  content: counter(zealifi-step);
  font-family: var(--z-heading);
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 0.5rem;
}

.steps p:last-child {
  margin-bottom: 0;
}

.venue {
  padding: clamp(1.25rem, 5vw, 2rem);
  border-radius: 10px;
  background: var(--z-grey);
}

.venue address {
  margin-top: 0.75rem;
  color: var(--z-ink);
  font-style: normal;
}

.venue a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  font-weight: 700;
}

.venue-meta {
  margin-top: 0.35rem;
  color: var(--z-blue);
  font-weight: 700;
}

a.trust-item {
  color: inherit;
  text-decoration: none;
}

a.trust-item .trust-review {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

a.trust-item:hover .trust-review {
  color: var(--z-teal);
}

.faq {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border-bottom: 1px solid var(--z-border);
}

.faq-item summary {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0.85rem 3rem 0.85rem 0;
  color: var(--z-blue);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::before,
.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 18px;
  height: 2px;
  background: var(--z-blue);
  content: "";
  transform: translateY(-50%);
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item p {
  max-width: 72ch;
  margin: 0;
  padding: 0 3rem 1.25rem 0;
}

.final-cta {
  overflow: hidden;
  padding: clamp(3.5rem, 10vw, 6rem) var(--z-gutter);
  background: var(--z-blue);
  color: var(--z-white);
  text-align: center;
}

.final-cta-inner {
  max-width: 780px;
  margin: 0 auto;
}

.final-cta h2 {
  max-width: 18ch;
  margin: 0 auto 1.5rem;
  color: var(--z-white);
}

.final-cta p {
  max-width: 56ch;
  margin: 0 auto 1.5rem;
}

.final-cta .btn + .btn {
  margin-left: 0.5rem;
}

.final-cta a:not(.btn) {
  color: var(--z-white);
  text-decoration: underline;
}

.footer {
  padding: 2rem var(--z-gutter);
  background: var(--z-blue);
  color: var(--z-white);
  font-size: 0.82rem;
}

.footer-inner {
  display: flex;
  max-width: var(--z-page-width);
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto;
}

.footer p {
  margin: 0;
}

.footer a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--z-white);
}

.stickybar {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.65rem max(0.75rem, env(safe-area-inset-right))
    calc(0.65rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
  background: var(--z-white);
  box-shadow: 0 -8px 24px rgba(1, 65, 83, 0.16);
}

.stickybar[hidden] {
  display: none;
}

.stickybar > * {
  min-width: 0;
}

.stickybar p {
  margin: 0;
  color: var(--z-blue);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.stickybar a,
.stickybar button {
  min-height: 48px;
}

.stickybar .btn {
  flex: 0 0 auto;
  padding-inline: 0.75rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .topbar-badge {
    display: block;
  }

  .trustbar-inner,
  .trustbar:not(:has(.trustbar-inner)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .values,
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .who ul,
  .included ul,
  ul.included {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

}

@media (min-width: 769px) {
  body.has-stickybar {
    padding-bottom: 0;
  }

  .stickybar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    grid-template-columns: minmax(0, 55fr) minmax(380px, 45fr);
  }

  .trustbar-inner,
  .trustbar:not(:has(.trustbar-inner)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .session {
    flex-wrap: nowrap;
  }

  .who ul,
  .included ul,
  ul.included {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.faq-more {
  max-width: 60ch;
  margin: 1.25rem 0 0;
  color: var(--z-ink);
  font-size: 0.92rem;
}

.faq-more a {
  font-weight: 700;
}

.booking-fallback + .booking-fallback {
  margin-top: 0.5rem;
}

.session-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.session-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.session-qty__label {
  color: var(--z-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.session-qty__select {
  min-height: 48px;
  padding: 0.4rem 0.5rem;
  border: 1.5px solid var(--z-blue);
  border-radius: 6px;
  background: var(--z-white);
  color: var(--z-blue);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .session-actions {
    width: 100%;
    justify-content: space-between;
  }
}
