/* Relocations base/page styles moved unchanged from pineverse.css. */
/* ══════════════════════════════════════════════════════
   RELOCATIONS  —  Figma 335:45  (1440 × 10547)

   Every px below is read off the frame. Gutters are canvas
   locked with max(<figmaPx>, calc(50% - (720 - <figmaPx>)))
   so the layout is exact at 1440 and stays centred above it.
══════════════════════════════════════════════════════ */
.relocations-page {
  --rl-lime:  #a7fc00;
  --rl-ink:   #021717;
  --rl-paper: #fefdfa;
  --rl-green: #18c03d;
  --rl-moss:  #3c5b30;
  --rl-teal:  #025e73;

  --rl-g55:  var(--pv-gutter);
  --rl-g62:  var(--pv-gutter);
  --rl-g84:  var(--pv-gutter);
  --rl-g94:  var(--pv-gutter);
  --rl-g121: var(--pv-gutter);

  background: #ffffff;
  color: var(--rl-ink);
  overflow-x: clip;
}

/* ══ HERO — 347:28 (1440 × 810) ══════════════════════ */
.rl-hero {
  position: relative;
  height: clamp(460px, 56.25vw, 810px);
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.rl-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.rl-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2,23,23,0.46) 0%, rgba(2,23,23,0.18) 45%, rgba(2,23,23,0.52) 100%);
}

/* 347:29 / 347:30 — the line splits to the two edges at y=404 */
.rl-hero-heading {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  padding: 0 var(--rl-g55) 0 var(--rl-g94);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 32px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(30px, 4.45vw, 64px);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #ffffff;
}

.rl-hero-left,
.rl-hero-right { display: block; max-width: 571px; }
.rl-hero-right { text-align: right; }

/* ══ BOOK A MOVE — 347:33 (#a7fc00, r32) ═════════════ */
.rl-book {
  position: relative;
  z-index: 2;
  margin-top: -31px;            /* hero ends 810, the band opens 779 */
  border-radius: 32px;
  background: var(--rl-lime);
  /* the site rhythm token, exactly like every other band on every page */
  padding: var(--pv-section) var(--rl-g121);
}

/* 347:34 — 40 / 148% / Light, w 1127 */
.rl-book-intro {
  margin: 0;
  max-width: 1127px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(22px, 2.78vw, 40px);
  font-weight: 300;
  line-height: 1.48;
  color: var(--rl-ink);
}

/* ══════════════════════════════════════════════════════
   THE BOOKING FORM
   The frame's own form is a row of thin outlined boxes on
   lime; it reads flat and the labels fight the background.
   So the form uses the job-application card instead —
   the same dark surface, the same boxed label-over-input
   field, the same lime focus ring and lime pill submit —
   dropped into the lime band, which gives the card the
   contrast the original design was missing.
══════════════════════════════════════════════════════ */
.rl-book-card {
  /* the job page's own tokens, so every field is literally the same */
  --jb-lg:  clamp(32px, 3.40vw, 49px);
  --jb-md:  clamp(20px, 2.01vw, 29px);
  --jb-sm:  clamp(12px, 1.18vw, 17px);
  --jb-fs-body:  clamp(16px, 1.25vw, 18px);
  --jb-fs-label: clamp(13px, 1.04vw, 15px);
  --jb-ink:  #e6e6e6;
  --jb-dim:  #9a9a9a;
  --jb-lime: #b7f66e;

  margin-top: 48px;
  padding: clamp(26px, 3.34vw, 48px);
  border: 1px solid rgba(230, 230, 230, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(183, 246, 110, 0.07), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    #080808;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  color: var(--jb-ink);
}

.rl-card-heading {
  margin: 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #ffffff;
}

.rl-card-note {
  margin: 10px 0 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-label);
  font-weight: 300;
  line-height: 1.5;
  color: var(--jb-dim);
}
.rl-req { color: var(--jb-lime); }

.rl-form {
  margin-top: var(--jb-lg);
  display: grid;
  gap: var(--jb-md);
}

/* a hairline group label so the three parts of the form read apart */
.rl-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: var(--jb-sm) 0 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-label);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--jb-dim);
}
.rl-group::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(230,230,230,0.16), rgba(230,230,230,0));
}
.rl-form > .rl-group:first-child { margin-top: 0; }

.rl-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--jb-md);
}

/* ── the field shell, identical to .jb-field ── */
.rl-field {
  position: relative;
  display: block;
  min-width: 0;
  padding: 14px 20px 16px;
  border: 1px solid rgba(230, 230, 230, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  cursor: text;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.rl-field:hover { border-color: rgba(230, 230, 230, 0.28); }
.rl-field:focus-within,
.rl-field.is-open {
  border-color: var(--jb-lime);
  background: rgba(183, 246, 110, 0.05);
  box-shadow: 0 0 0 3px rgba(183, 246, 110, 0.14);
}

.rl-label {
  display: block;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-label);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--jb-dim);
  pointer-events: none;
}

.rl-input {
  width: 100%;
  margin-top: 6px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.rl-input::placeholder { color: rgba(230, 230, 230, 0.32); font-weight: 300; }
.rl-input:-webkit-autofill { -webkit-text-fill-color: #ffffff; transition: background-color 9999s; }

/* the date input keeps the native picker, themed dark */
.rl-input[type="date"] {
  color-scheme: dark;
  cursor: pointer;
  font-variant-numeric: tabular-nums;
}
.rl-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) opacity(0.55);
  cursor: pointer;
  transition: filter 0.2s ease;
}
.rl-input[type="date"]:hover::-webkit-calendar-picker-indicator { filter: invert(1) opacity(0.9); }

/* the select shell — the shared `.ab-dd` supplies the control and panel */
.rl-select { cursor: pointer; }


/* ── type of move: three selectable cards in the same shell ── */
.rl-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--jb-md);
}

.rl-chip {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 14px 20px;
  border: 1px solid rgba(230, 230, 230, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--jb-ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.25s ease, background 0.25s ease,
              box-shadow 0.25s ease, color 0.25s ease;
}
.rl-chip:hover { border-color: rgba(230, 230, 230, 0.32); background: rgba(255, 255, 255, 0.055); }

.rl-chip-icon {
  flex: 0 0 40px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--jb-lime);
  transition: color 0.25s ease;
}
.rl-chip-icon svg { width: 100%; height: 100%; }

.rl-chip-label {
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-body);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.rl-chip.is-active {
  border-color: var(--jb-lime);
  background: rgba(183, 246, 110, 0.10);
  box-shadow: 0 0 0 3px rgba(183, 246, 110, 0.14);
  color: #ffffff;
}
.rl-chip.is-active .rl-chip-icon { color: var(--jb-lime); }

/* ── phone, split exactly like the job form's code + number ── */
.rl-phone-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
}

.rl-field--code { cursor: default; }

.rl-code {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-body);
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}

.rl-flag {
  display: flex;
  flex-direction: column;
  width: 22px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

/* ── submit row ── */
.rl-submit-row {
  margin-top: var(--jb-sm);
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rl-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 62px;
  padding: 0 36px;
  border: none;
  border-radius: 63px;
  background: var(--jb-lime);
  cursor: pointer;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-body);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #021717;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.rl-submit svg { width: 20px; height: 20px; transition: transform 0.25s ease; }
.rl-submit:hover svg { transform: translateX(4px); }
.rl-submit:hover {
  background: #a7fc00;
  transform: translateY(-1px);
  box-shadow: 0 14px 38px rgba(167, 252, 0, 0.24);
}
.rl-submit:disabled { opacity: 0.55; pointer-events: none; }

.rl-form-note:empty { display: none; }
.rl-form-note {
  margin: 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: var(--jb-fs-label);
  line-height: 1.45;
  color: #ff9c81;
}
.rl-form-note.is-ok { color: var(--jb-lime); }


/* ══ SMARTER — 347:233 ═══════════════════════════════ */
.rl-smarter {
  padding: var(--pv-section) var(--pv-gutter);
  display: flex;
  justify-content: center;
}

.rl-smarter-heading {
  margin: 0;
  max-width: 655px;
  text-align: center;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(26px, 3.34vw, 48px);
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--rl-ink);
}
.rl-smarter-heading em {
  font-family: 'Behind The Nineties', serif;
  font-style: normal;
  font-weight: 500;
  color: var(--rl-green);
}

/* ══ SERVICE PANELS — 347:137 (4 × 960 × 767) ════════ */
/* ══════════════════════════════════════════════════════
   SERVICE CARDS
   The frame lays these out as four 960 × 767 colour blocks
   on a rail; four flat colour fields in a row read as a
   swatch sheet, and a rail hides three of the four services
   behind a gesture. So: a 2 × 2 grid on the page's own
   gutter, each service a full-bleed photograph under a
   tinted scrim, with the frame's four colours kept as the
   accent — the rule on top, the hover wash and the CTA fill.
══════════════════════════════════════════════════════ */
.rl-panels {
  position: relative;
  padding: 0 var(--rl-g62);
}

.rl-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.95vw, 28px);
}

.rl-panel {
  --tone: var(--rl-lime);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(380px, 33vw, 470px);
  border-radius: 28px;
  background: #0b0f0d;
  color: var(--rl-paper);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 44px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s ease;
}

.rl-panel--lime  { --tone: #a7fc00; }
.rl-panel--moss  { --tone: #7bd44a; }
.rl-panel--green { --tone: #18c03d; }
.rl-panel--ink   { --tone: #b7f66e; }

.rl-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.6);
}

/* the accent rule the tone colour survives as */
.rl-panel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 4px;
  background: var(--tone);
  transform: scaleX(0.24);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rl-panel:hover::before { transform: scaleX(1); }

/* ── the photograph ── */
.rl-panel-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.rl-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.rl-panel:hover .rl-panel-media img { transform: scale(1.07); }

/* the scrim: dark enough to read on, tinted with the service's colour */
.rl-panel-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(2, 15, 10, 0.20) 0%,
      rgba(2, 15, 10, 0.58) 38%,
      rgba(2, 15, 10, 0.84) 62%,
      rgba(2, 15, 10, 0.96) 100%),
    linear-gradient(180deg, transparent 40%, color-mix(in srgb, var(--tone) 16%, transparent) 100%);
  transition: opacity 0.5s ease;
}
@supports not (background: color-mix(in srgb, red 10%, transparent)) {
  .rl-panel-media::after {
    background: linear-gradient(180deg, rgba(2, 15, 10, 0.20) 0%, rgba(2, 15, 10, 0.58) 38%, rgba(2, 15, 10, 0.85) 62%, rgba(2, 15, 10, 0.97) 100%);
  }
}

/* ── content ── */
.rl-panel-body {
  position: relative;
  z-index: 2;
  padding: 0;
}

/* 347:139 — 40 / 109% / tracking -1.2 */
.rl-panel-title {
  margin: 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #ffffff;
}

/* the title gets a tone-coloured hairline under it on hover */
.rl-panel-title::after {
  content: '';
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 14px;
  border-radius: 2px;
  background: var(--tone);
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.rl-panel:hover .rl-panel-title::after { transform: scaleX(2.2); }

/* 347:140 — 20 / 129% */
.rl-panel-copy {
  margin: 16px 0 0;
  max-width: 46ch;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(14.5px, 1.18vw, 17px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(254, 253, 250, 0.82);
}

.rl-panel-ctas {
  position: relative;
  z-index: 2;
  margin-top: clamp(20px, 2.1vw, 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rl-panel-cta {
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid rgba(254, 253, 250, 0.34);
  border-radius: 56px;
  background: rgba(10, 16, 12, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease,
              border-color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rl-panel-cta svg {
  width: 20px;
  height: 10px;
  flex: 0 0 auto;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rl-panel-cta:hover {
  background: var(--tone);
  border-color: var(--tone);
  color: #021717;
}
.rl-panel-cta:hover svg { transform: translateX(4px); }
.rl-panel-cta:focus-visible {
  outline: 2px solid var(--tone);
  outline-offset: 3px;
}


/* ══ HOW IT WORKS + WHY US — 347:241 (#080808) ═══════ */
.rl-steps {
  margin-top: var(--pv-section);
  background: #080808;
  color: var(--rl-paper);
  padding: var(--pv-section) var(--rl-g62);
}

/* 347:242 — 64 / 116% / Medium, centred */
.rl-steps-heading {
  margin: 0;
  text-align: center;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(30px, 4.45vw, 64px);
  font-weight: 500;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--rl-paper);
}

.rl-steps-sub {
  margin: clamp(20px, 2.2vw, 32px) auto 0;
  max-width: 560px;
  text-align: center;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(15px, 1.39vw, 20px);
  font-weight: 300;
  line-height: 1.16;
  color: rgba(254, 253, 250, 0.72);
}

/* 347:244 … — 631 × 384, r38, #131312 */
.rl-step-grid {
  margin-top: clamp(44px, 5.2vw, 75px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 56px;
}

.rl-step {
  position: relative;
  min-height: 384px;
  border-radius: 38px;
  background: #131312;
  padding: 253px 49px 0;
  overflow: hidden;
  isolation: isolate;
}

/* 347:250 — 96px Light, right of centre, behind the copy */
.rl-step-num {
  position: absolute;
  top: 27px;
  left: 70.4%;                  /* 444 / 631 */
  z-index: 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(56px, 6.67vw, 96px);
  font-weight: 300;
  line-height: 1.16;
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.rl-step-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(19px, 1.67vw, 24px);
  font-weight: 400;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--rl-paper);
}

.rl-step-copy {
  position: relative;
  z-index: 1;
  margin: 19px 0 0;
  max-width: 518px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(14px, 1.12vw, 16px);
  font-weight: 300;
  line-height: 1.19;
  color: rgba(254, 253, 250, 0.28);
}

/* 347:249 — the closing tile spans both columns */
.rl-step--wide {
  grid-column: 1 / -1;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.rl-step-wide-body { padding: 0 0 96px 49px; }

.rl-step-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 381px;
  max-width: 100%;
  height: 62px;
  padding: 0 30px 0 37px;
  border: 1px solid var(--rl-lime);
  border-radius: 56px;
  color: var(--rl-lime);
  text-decoration: none;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  transition: background 0.28s ease, color 0.28s ease;
}
.rl-step-cta svg { width: 17px; height: 17px; flex: 0 0 auto; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.rl-step-cta:hover { background: var(--rl-lime); color: #081008; }
.rl-step-cta:hover svg { transform: translateX(4px); }

.rl-step-wide-line {
  margin: 34px 0 0;
  max-width: 682px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(20px, 2.23vw, 32px);
  font-weight: 400;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--rl-paper);
}

.rl-step-wide-icon {
  flex: 0 0 auto;
  align-self: center;
  width: 37.1%;                 /* 489 / 1318 */
  max-width: 489px;
  padding-right: 8px;
}
.rl-step-wide-icon img { width: 100%; height: auto; display: block; }

/* 347:296 / 347:299 — why choose us */
.rl-why-head {
  margin-top: var(--pv-section);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rl-tag {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  height: 51px;
  min-width: 302px;             /* 347:296 is a fixed 302 × 51 */
  padding: 0 57px 0 18px;
  border-radius: 26px;
  background: var(--rl-lime);
}
.rl-tag-dot { width: 15px; height: 13px; border-radius: 4px; background: var(--rl-ink); }
.rl-tag-label {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 15px;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--rl-ink);
}

.rl-why-heading {
  margin: clamp(26px, 2.8vw, 40px) 0 0;
  max-width: 592px;
  text-align: center;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(30px, 4.45vw, 64px);
  font-weight: 300;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--rl-paper);
}
.rl-why-heading strong { font-weight: 500; }

/* 356:397 … — 398 × 614, r38, #131312.
   The frame runs these on a rail that clips two of the four; on a desktop
   there is room for all four, so they sit in one grid and the rail only
   comes back when the cards would be too narrow to read. */
.rl-why-rail {
  margin-top: clamp(40px, 4.7vw, 68px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.85vw, 26px);
  align-items: stretch;
}

.rl-why-card {
  min-width: 0;
  border-radius: 38px;
  background: #131312;
  padding: clamp(30px, 3.1vw, 44px) clamp(18px, 2.1vw, 30px) clamp(30px, 3.1vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease;
}
.rl-why-card:hover { transform: translateY(-6px); background: #191918; }

/* 356:377 — 242 × 242 at (78, 53) inside the 398 card, i.e. centred.
   242/398 = 60.8%, so the ratio holds at every card width. */
.rl-why-icon {
  width: min(242px, 61%);
  height: auto;
  max-width: 100%;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rl-green);
}
.rl-why-icon svg { width: auto; height: 100%; max-width: 100%; }
.rl-why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rl-why-title {
  margin: clamp(18px, 2vw, 28px) 0 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(17px, 1.53vw, 24px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #f3fff8;
}
.rl-why-title em {
  font-family: 'Behind The Nineties', serif;
  font-style: normal;
  font-weight: 500;
}

.rl-why-copy {
  margin: clamp(18px, 2.4vw, 34px) 0 0;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(254, 253, 250, 0.62);
}

/* the copy sits at the bottom of the card, as in the frame */
.rl-why-card .rl-why-copy { margin-top: auto; padding-top: clamp(18px, 2.4vw, 34px); }

/* ══ SEO CARD — 357:454 + 356:450 ════════════════════ */
.rl-seo { padding: var(--pv-section) var(--rl-g84); }

.rl-seo-card {
  position: relative;
  min-height: 715px;
  border-radius: 18px;
  overflow: hidden;
  background: #fdfcf8;
  isolation: isolate;
}

.rl-seo-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 44%;                    /* the heading half stays paper-cream */
  width: 56%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
}

/* 356:453 — 48 / 115.6%, the first half italic #18c03d */
.rl-seo-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 117px 0 0 54px;
  max-width: 560px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(26px, 3.34vw, 48px);
  font-weight: 400;
  line-height: 1.156;
  color: var(--rl-ink);
}
.rl-seo-heading em {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: var(--rl-green);
}

/* 356:450 — 1271 × 445, r18, #b7f66e */
.rl-seo-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 445px;
  border-radius: 18px;
  background: #b7f66e;
  padding: 177px 54px 0;
}

.rl-seo-copy {
  margin: 0;
  max-width: 468px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(14px, 1.12vw, 16px);
  font-weight: 400;
  line-height: 1.44;
  color: var(--rl-ink);
}

.rl-seo-cta {
  margin-top: 47px;
  height: 59px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 26px;
  border: 1px solid var(--rl-ink);
  border-radius: 56px;
  color: var(--rl-ink);
  text-decoration: none;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 500;
  transition: background 0.28s ease, color 0.28s ease;
}
.rl-seo-cta svg { width: 27px; height: 12px; flex: 0 0 auto; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.rl-seo-cta:hover { background: var(--rl-ink); color: #b7f66e; }
.rl-seo-cta:hover svg { transform: translateX(5px); }


/* ══════════════════════════════════════════════════════
   STORAGE — SEO CARD  (Figma "SEO Page_Self Storage" band)

   Not the same construction as the relocations `.rl-seo-*` card, which is
   why this has its own block. There, `SEOCOntent 1` (357:454) is a
   1271 × 715 photo with the lime panel laid over its bottom 445. Here the
   heading sits ABOVE the panel on bare page, and a 683 × 804 phone shot
   overlaps the panel — rising 336 above it and dropping 23 below.

     heading   363:5653   (133, 8047.92)  560 × 112   48/1.156
     panel     363:5651   (79,  8200.92) 1271 × 445   #b7f66e, r18
     copy      363:5654   (133, 8377.92)  378 × 92.3  20/1.156
     pill      363:5655   (133, 8543.92)  236 × 59    r56, 1px #021717
     shot      366:5782   (610, 7864.92)  683 × 804

   Every offset below is those numbers minus the panel's own origin:
     heading  x +54,  bottom 41 above the panel
     copy     x +54,  y +177
     pill     x +54,  y +343   (copy ends +269, so margin-top 74)
     shot     x +531 (41.78%), w 683 (53.74%), bottom -23, right inset 57
══════════════════════════════════════════════════════ */

.st-seo { padding: var(--pv-section) var(--rl-g84); }

.st-seo-band { position: relative; }

/* 363:5653 — 48 / 115.6%, the first line bold-italic #18c03d */
.st-seo-heading {
  position: relative;
  z-index: 2;                   /* over the shot, which rises past it */
  margin: 0 0 41px 54px;
  max-width: 560px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(26px, 3.34vw, 48px);
  font-weight: 400;
  line-height: 1.156;
  color: var(--rl-ink);
}
.st-seo-heading em {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: var(--rl-green);
}

/* 363:5651 — 1271 × 445, r18, #b7f66e. No overflow clip: the shot has to
   break out of the top and the bottom. */
.st-seo-panel {
  position: relative;
  z-index: 1;
  min-height: 445px;
  border-radius: 18px;
  background: #b7f66e;
  padding: 177px 54px 0;
}

/* 363:5654 — 20 / 115.6%, w 378 */
.st-seo-copy {
  margin: 0;
  max-width: 378px;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(15px, 1.39vw, 20px);
  font-weight: 400;
  line-height: 1.156;
  color: var(--rl-ink);
}

/* 363:5655 — 236 × 59, r56, label 15/129% medium, arrow 27 wide */
.st-seo-cta {
  margin-top: 74px;
  width: 236px;
  height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  border: 1px solid var(--rl-ink);
  border-radius: 56px;
  color: var(--rl-ink);
  text-decoration: none;
  font-family: 'Host Grotesk', sans-serif;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background 0.32s ease, color 0.32s ease;
}
.st-seo-cta svg {
  width: 27px;
  height: 12px;
  flex: 0 0 auto;
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}
.st-seo-cta:hover { background: var(--rl-ink); color: #b7f66e; }
.st-seo-cta:hover svg { transform: translateX(5px); }

/* 366:5782 — a 683 × 804 CROP WINDOW, exactly like the product phone.
   Figma reports the fill as w 209.32% / h 100.03% / left -51.24% /
   top -0.02% of that window: `seo-storage-gif.gif` (3840 × 2160) scaled to
   1429.7 × 804.2 and slid 350px left. `height: auto` keeps the source's own
   16:9, so the 100.03% falls out and nothing stretches. */
.st-seo-shot {
  position: absolute;
  left: 41.78%;                 /* 531 / 1271 */
  bottom: -23px;                /* 23 below the panel */
  width: 53.74%;                /* 683 / 1271 → right inset 57 */
  aspect-ratio: 683 / 804;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.st-seo-shot img,
.st-seo-shot video {
  position: absolute;
  left: -51.24%;
  top: -0.02%;
  display: block;
  width: 209.32%;
  height: auto;
  max-width: none;
}

/* ── tablet ──
   Everything about the shot is a share of the panel's width, so the whole
   composition keeps scaling on its own; the only fixed number is the
   panel's 445 height, which stays. What does have to give is the copy:
   its 378px would run past the shot's 41.78% start once the panel is
   under ~1100 wide, so it becomes a share of the panel too.
   (Dropping min-height here instead — which is what this used to do —
   squashed the panel to 230 and left the phone as a sliver on its edge.) */
@media (max-width: 1080px) {
  .st-seo-heading { margin-left: 0; }
  .st-seo-panel { padding: 48px; }
  .st-seo-copy { max-width: 36%; }
  .st-seo-cta { margin-top: 32px; }
}

/* ── phone: stack — copy, pill, then the shot uncropped ── */
@media (max-width: 780px) {
  .st-seo-panel { padding: 32px 24px 32px; }
  .st-seo-copy { max-width: none; }
  .st-seo-cta { width: 100%; margin-top: 28px; }
  .st-seo-shot {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 12px;
  }
  .st-seo-shot img,
.st-seo-shot video {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}

/* the shared FAQ adopts this page's gutter */
.relocations-page .faq-section {
  padding-left: var(--pv-gutter);
  padding-right: var(--pv-gutter);
}

/* ══════════════════════════════════════════════════════
   RELOCATIONS — RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1280px) {
  .rl-step { padding: 200px 36px 36px; min-height: 0; }
  .rl-step-wide-body { padding: 56px 0 56px 36px; }
  .rl-seo-panel { position: static; height: auto; padding: 48px; }
  .rl-seo-card { min-height: 0; }
  .rl-seo-photo {
    position: relative;
    left: auto; width: 100%; height: 300px;
    -webkit-mask-image: none; mask-image: none;
  }
  .rl-seo-heading { padding: 48px 48px 0; max-width: none; }
}

@media (max-width: 1024px) {
  .relocations-page {
    --rl-g55: var(--pv-gutter); --rl-g62: var(--pv-gutter); --rl-g84: var(--pv-gutter); --rl-g94: var(--pv-gutter); --rl-g121: var(--pv-gutter);
  }
  .rl-book-card { margin-top: 48px; }
  /* the rhythm token already scales; only the grids need to reflow */
  .rl-rail { grid-template-columns: minmax(0, 1fr); }
  .rl-why-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .rl-hero-heading { flex-direction: column; align-items: flex-start; gap: 6px; }
  .rl-hero-right { text-align: left; }
  .rl-step-grid { grid-template-columns: minmax(0, 1fr); }
  .rl-step--wide { flex-direction: column; align-items: flex-start; }
  .rl-step-wide-body { padding: 40px 28px 0; }
  .rl-step-wide-icon { width: 78%; align-self: flex-end; padding: 24px 24px 24px 0; }
  .rl-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rl-pair { grid-template-columns: minmax(0, 1fr); }
  .rl-rail { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .relocations-page {
    --rl-g55: var(--pv-gutter); --rl-g62: var(--pv-gutter); --rl-g84: var(--pv-gutter); --rl-g94: var(--pv-gutter); --rl-g121: var(--pv-gutter);
  }
  .rl-book { border-radius: 20px; }
  .rl-book-card { margin-top: 36px; border-radius: 20px; }
  .rl-chips { grid-template-columns: minmax(0, 1fr); }
  .rl-chip { min-height: 66px; }

  /* the +91 prefix drops onto its own line so the number keeps full width */
  .rl-phone-row { grid-template-columns: 108px minmax(0, 1fr); gap: 10px; }

  .rl-submit { width: 100%; justify-content: center; }

  .rl-panel { border-radius: 22px; min-height: 340px; }
  .rl-panel-cta { height: 44px; gap: 12px; padding: 0 16px; }

  .rl-step { padding: 140px 24px 28px; border-radius: 26px; }
  .rl-step-num { left: auto; right: 24px; top: 20px; }
  .rl-step-wide-body { padding: 32px 24px 0; }
  .rl-step-cta { width: 100%; gap: 16px; padding: 0 20px; }
  .rl-why-rail { grid-template-columns: minmax(0, 1fr); }
  .rl-why-card { border-radius: 26px; padding: 30px 24px 34px; }
  .rl-why-icon { width: min(200px, 54%); }

  .rl-seo-heading { padding: 32px 24px 0; }
  .rl-seo-panel { padding: 32px 24px 36px; }
  .rl-seo-photo { height: 200px; }
  .rl-seo-cta { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  .rl-chip, .rl-submit, .rl-panel-cta, .rl-why-card,
  .ab-dd-panel, .ab-dd-option, .ab-dd-rule, .ab-dd-chevron { transition-duration: 0.01ms !important; }
  .rl-rail, .rl-why-rail { scroll-behavior: auto; }
}

