/* =========================================================
   MemberOne — memberone.co.za
   Design system + site styles
   Brand: Navy #171138 / Cyan #3DDBE1
   ========================================================= */

/* ---------- Fonts (self-hosted; no third-party requests) ----------
   Outfit and Inter, SIL Open Font License 1.1. See fonts/OFL-NOTICE.txt */
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/outfit-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/outfit-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/outfit-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/outfit-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-latin-600-normal.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  /* Brand */
  --navy: #171138;
  --navy-900: #0F0B26;
  --navy-800: #1D1647;
  --navy-700: #2A2159;
  --navy-80: #454063;
  --muted: #6F6B85;
  --cyan: #3DDBE1;
  --cyan-deep: #12939A;
  --cyan-tint: #E4F9FA;

  /* Neutrals */
  --white: #FFFFFF;
  --rule: #E3E2E9;
  --tint: #F6F6F9;
  --ink: var(--navy);

  /* Type */
  --font-display: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Space */
  --gutter: 24px;
  --header-h: 75px;
  --maxw: 1180px;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(23, 17, 56, .06), 0 4px 12px rgba(23, 17, 56, .04);
  --shadow-md: 0 4px 12px rgba(23, 17, 56, .07), 0 18px 40px rgba(23, 17, 56, .07);
  --shadow-lg: 0 10px 30px rgba(23, 17, 56, .10), 0 40px 80px rgba(23, 17, 56, .12);
  --shadow-glow: 0 20px 60px rgba(61, 219, 225, .18);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 14px);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--navy-80);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--cyan-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan-deep); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin: 0 0 .5em;
  font-weight: 600;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 650; letter-spacing: -0.032em; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); letter-spacing: -0.028em; }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.45rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(64px, 9vw, 116px) 0; }
.section--tight { padding: clamp(48px, 6vw, 76px) 0; }
.section--tint { background: var(--tint); }
.section--cyan { background: var(--cyan-tint); }

.section--dark {
  background: var(--navy);
  color: rgba(255, 255, 255, .74);
  position: relative;
  overflow: hidden;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark a:not(.btn) { color: var(--cyan); }
/* buttons keep their own colours inside dark sections */
.section--dark .btn--primary { color: var(--navy); }
.section--dark .btn--navy { color: #fff; }
.section--dark .btn--ghost-light { color: #fff; }

/* Dot-grid texture, echoing the halftone sphere in the mark */
.dotfield::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image: radial-gradient(rgba(61, 219, 225, .16) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(120% 90% at 78% 12%, #000 0%, transparent 62%);
  mask-image: radial-gradient(120% 90% at 78% 12%, #000 0%, transparent 62%);
  pointer-events: none;
}
.glow::after {
  content: "";
  position: absolute;
  width: 1120px; height: 1120px;
  right: -300px; top: -460px;
  background: radial-gradient(circle, rgba(61, 219, 225, .28) 0%, rgba(61, 219, 225, .09) 48%, rgba(61, 219, 225, 0) 74%);
  pointer-events: none;
}

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 940px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); }
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split--reverse .split__media { order: -1; }
@media (max-width: 900px) {
  .split { grid-template-columns: minmax(0, 1fr); }
  .split--reverse .split__media { order: 0; }
}

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan-deep);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--cyan);
  border-radius: 2px;
  flex: none;
}
.section--dark .eyebrow { color: var(--cyan); }
.lede { font-size: clamp(1.06rem, 1.6vw, 1.22rem); color: var(--navy-80); max-width: 62ch; }
.section--dark .lede { color: rgba(255, 255, 255, .76); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .lede { margin-inline: auto; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.center.section-head { margin-inline: auto; }
.muted { color: var(--muted); font-size: .95rem; }
.section--dark .muted { color: rgba(255, 255, 255, .55); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.005em;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 17px; height: 17px; flex: none; }

.btn--primary { background: var(--cyan); color: var(--navy); box-shadow: var(--shadow-glow); }
.btn--primary:hover { background: #57e6eb; box-shadow: 0 22px 64px rgba(61, 219, 225, .3); }

.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); }

.btn--ghost { background: transparent; color: var(--navy); border-color: var(--rule); }
.btn--ghost:hover { border-color: var(--navy); background: var(--tint); }

.section--dark .btn--ghost, .btn--ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .04);
}
.section--dark .btn--ghost:hover, .btn--ghost-light:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
}

.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.center .btn-row { justify-content: center; }

/* ---------- Preview banner (review builds only) ---------- */
.preview-bar {
  background: #0B0820;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.4;
  padding: 10px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 14px;
  text-align: center;
  border-bottom: 1px solid rgba(61, 219, 225, .22);
}
.preview-bar__tag {
  font-family: var(--font-display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--cyan);
  border-radius: 999px;
  padding: 3px 10px;
}
.preview-bar a {
  color: var(--cyan);
  font-weight: 600;
  white-space: nowrap;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    transform .34s cubic-bezier(.2, .7, .3, 1),
    background-color .25s ease,
    border-color .25s ease,
    backdrop-filter .25s ease;
}
/* solid once the page has moved, and whenever the mobile menu is open */
.site-header.is-stuck,
.site-header.is-open {
  background: rgba(23, 17, 56, .88);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom-color: rgba(255, 255, 255, .09);
}
/* ---- Light variant: used while a pale section sits behind the header ----
   Set by main.js from the section under the header's midpoint. */
.site-header.is-light.is-stuck,
.site-header.is-light.is-open {
  background: rgba(255, 255, 255, .93);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom-color: var(--rule);
}
.site-header.is-light .nav a { color: var(--navy-80); }
.site-header.is-light .nav a:hover { color: var(--navy); background: rgba(23, 17, 56, .06); }
.site-header.is-light .nav a[aria-current="page"] { color: var(--navy); background: var(--cyan-tint); }
.site-header.is-light .btn--ghost-light {
  color: var(--navy);
  border-color: var(--rule);
  background: rgba(255, 255, 255, .6);
}
.site-header.is-light .btn--ghost-light:hover {
  background: var(--tint);
  border-color: var(--navy-80);
}
.site-header.is-light .nav-toggle {
  background: rgba(23, 17, 56, .05);
  border-color: var(--rule);
  color: var(--navy);
}
.site-header.is-light .nav-toggle span,
.site-header.is-light .nav-toggle span::before,
.site-header.is-light .nav-toggle span::after { background: var(--navy); }
.site-header.is-light.is-open {
  background: rgba(255, 255, 255, .98);
}
.site-header.is-light .nav-toggle[aria-expanded="true"] span { background: transparent; }

/* the open menu sits over the hero, so it needs to be near-opaque to stay legible */
.site-header.is-open {
  background: rgba(11, 8, 32, .97);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
}
/* out of the way while reading down the page */
.site-header.is-hidden { transform: translateY(-100%); }
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 74px;
}
.brand { display: flex; align-items: center; gap: 11px; flex: none; }
.brand:hover { text-decoration: none; }
.brand img.brand-full { height: 28px; width: auto; }
.brand .brand--on-light { display: none; }
.site-header.is-light .brand--on-dark { display: none; }
.site-header.is-light .brand--on-light { display: block; }

/* Brand lockup rendered from type + the sphere mark.
   Swap the whole .lockup element for <img class="brand-full" src="assets/MOwht.svg" alt="MemberOne">
   once the master vector lockup is dropped in. */
.lockup {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  font-size: 22px;
  white-space: nowrap;
}
.lockup .lk-member { color: #fff; }
.lockup .lk-ne { color: var(--cyan); }
.lockup .lk-o {
  width: .96em; height: .96em;
  margin: 0 .015em;
  position: relative;
  top: .01em;
}
.lockup--navy .lk-member { color: var(--navy); }
.lockup--sm { font-size: 19px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav a {
  color: rgba(255, 255, 255, .8);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .97rem;
  padding: 9px 14px;
  border-radius: 999px;
  transition: color .16s ease, background-color .16s ease;
}
.nav a:hover { color: #fff; background: rgba(255, 255, 255, .08); text-decoration: none; }
.nav a[aria-current="page"] { color: #fff; background: rgba(61, 219, 225, .14); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-actions .btn--sm { padding: 10px 20px; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  width: 44px; height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle span {
  display: block; width: 18px; height: 1.6px; background: #fff; border-radius: 2px;
  position: relative; transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.6px; background: #fff; border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav, .header-actions {
    display: none;
    width: 100%;
  }
  .site-header__inner { flex-wrap: wrap; padding-block: 12px; }
  .site-header.is-open .nav,
  .site-header.is-open .header-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 8px 0 4px;
  }
  .site-header.is-open .nav a { padding: 13px 14px; font-size: 1.05rem; }
  .site-header.is-open .header-actions { gap: 10px; padding-bottom: 14px; }
  .site-header.is-open .header-actions .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(780px 540px at 99% -4%, rgba(98, 240, 245, .40), rgba(61, 219, 225, .15) 48%, transparent 76%),
    radial-gradient(1500px 1080px at 84% 10%, rgba(61, 219, 225, .25), rgba(61, 219, 225, .07) 52%, transparent 80%),
    linear-gradient(96deg, #04030A 0%, #0A0720 8%, var(--navy-900) 22%, var(--navy) 48%, var(--navy-800) 72%, #251D52 100%);
  color: rgba(255, 255, 255, .78);
  padding: calc(var(--header-h) + clamp(40px, 6vw, 86px)) 0 clamp(72px, 10vw, 120px);
}
.hero h1 { color: #fff; max-width: 15ch; }
.hero:not(.hero--page) h1 { font-size: clamp(2.7rem, 6.2vw, 4.55rem); max-width: 13ch; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 68px); align-items: center; }
@media (max-width: 900px) { .hero__inner { grid-template-columns: minmax(0, 1fr); } }
.hero .lede { color: rgba(255, 255, 255, .8); font-size: clamp(1.08rem, 1.7vw, 1.25rem); }
.hero__tagline {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.02rem, 1.62vw, 1.34rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--cyan);
  margin: -.25em 0 .85em;
  max-width: 46ch;
  text-wrap: balance;
}
.hero--page { padding: calc(var(--header-h) + clamp(34px, 4.5vw, 62px)) 0 clamp(56px, 7vw, 84px); }
.hero--page .hero__inner { grid-template-columns: minmax(0, 1fr); }
.hero--page h1 { max-width: 20ch; }

/* On a phone the hero is narrow, so the corner glow would wash across the
   headline. Pull it back into the corner and keep the body of the hero dark. */
@media (max-width: 760px) {
  .hero {
    background:
      radial-gradient(230px 190px at 116% -3%, rgba(80, 232, 238, .38), rgba(61, 219, 225, .05) 55%, transparent 76%),
      linear-gradient(158deg, #06040F 0%, #0B0820 34%, var(--navy-900) 66%, var(--navy) 100%);
  }
  .hero.glow::after {
    width: 460px; height: 460px; right: -230px; top: -250px;
    background: radial-gradient(circle, rgba(61, 219, 225, .22) 0%, rgba(61, 219, 225, 0) 66%);
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(61, 219, 225, .1);
  border: 1px solid rgba(61, 219, 225, .3);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); flex: none; box-shadow: 0 0 0 4px rgba(61, 219, 225, .18); }

.hero__meta {
  display: flex; flex-wrap: wrap; gap: 14px 22px;
  margin-top: 34px; padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.hero__meta div { flex: 1 1 0; min-width: 132px; }
.hero__meta strong {
  display: block; font-family: var(--font-display); font-size: 1.5rem; color: #fff; font-weight: 600; line-height: 1.2;
}
.hero__meta span { font-size: .84rem; color: rgba(255, 255, 255, .55); }

/* ---------- Cards ---------- */
.card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card--hover:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d2d0de; }
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card--dark {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .72);
}
.card--dark:hover { border-color: rgba(61, 219, 225, .4); background: rgba(255, 255, 255, .07); }

.icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  background: var(--cyan-tint);
  color: var(--cyan-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.icon svg { width: 22px; height: 22px; }
.card--dark .icon { background: rgba(61, 219, 225, .13); color: var(--cyan); }

/* Audience cards (three doors) */
.door {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.door:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.door--feature { background: var(--navy); border-color: var(--navy); color: rgba(255, 255, 255, .74); }
.door--feature h3 { color: #fff; }
.door__tag {
  font-family: var(--font-display); font-size: .74rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; color: var(--cyan-deep); margin-bottom: 14px;
}
.door--feature .door__tag { color: var(--cyan); }
.door p:not(.door__tag) { flex: 1; }
.door .btn-row { margin-top: 24px; }
.door .btn { width: 100%; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 820px) { .steps { grid-template-columns: minmax(0, 1fr); } }
.step { position: relative; padding-top: 30px; }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: .82rem; font-weight: 700; letter-spacing: .12em;
  color: var(--cyan-deep);
  position: absolute; top: 0; left: 0;
}
.step::after {
  content: ""; position: absolute; top: 22px; left: 0; right: 0; height: 1px; background: var(--rule);
}
.section--dark .step::after { background: rgba(255, 255, 255, .14); }
.section--dark .step::before { color: var(--cyan); }
.step h3 { margin-top: 16px; }

/* ---------- Feature list ---------- */
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.ticks li { position: relative; padding-left: 32px; }
.ticks li::before {
  content: "";
  position: absolute; left: 0; top: .42em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--cyan-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312939A' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.6 9.4 18 20 6.6'/%3E%3C/svg%3E");
  background-size: 11px 11px; background-position: center; background-repeat: no-repeat;
}
.section--dark .ticks li::before {
  background-color: rgba(61, 219, 225, .16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233DDBE1' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.6 9.4 18 20 6.6'/%3E%3C/svg%3E");
}

/* ---------- Phone mockup ----------
   Dark device frame, light app screen mirroring the production member app.
   Sized for a 300px-wide frame; content clips at the bottom like a real screen. */
.phone {
  width: min(100%, 300px);
  margin-inline: auto;
  border-radius: 40px;
  background: linear-gradient(160deg, #2b2555, #14102f);
  padding: 11px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  position: relative;
}
.phone__screen {
  border-radius: 30px;
  background: var(--tint);
  overflow: hidden;
  position: relative;
  aspect-ratio: 9 / 18.5;
  display: flex;
  flex-direction: column;
  color: var(--navy-80);
  font-size: 12px;
  line-height: 1.4;
}
.phone__notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 20px; border-radius: 999px; background: #14102f; z-index: 4;
}
.phone__screen svg { width: 100%; height: 100%; }

.ps-body {
  flex: 1; overflow: hidden;
  padding: 38px 14px 8px;
  display: flex; flex-direction: column; gap: 11px;
}
/* content keeps its natural height and clips at the bottom edge, like a real screen */
.ps-body > * { flex: none; }

/* Greeting */
.ps-greet {
  font-size: 8.4px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.ps-name {
  font-family: var(--font-display); font-size: 21px; font-weight: 700;
  color: var(--navy); letter-spacing: -.03em; line-height: 1.1; margin-top: -3px;
}

/* Wallet card */
.pw {
  position: relative; overflow: hidden;
  border-radius: 16px;
  padding: 13px 13px 12px;
  background: linear-gradient(120deg, #241C4C 0%, #1A1440 46%, #14102F 100%);
  color: #fff;
}
.pw::after {
  content: ""; position: absolute; right: -46px; top: -34px;
  width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 35% 40%, rgba(61, 219, 225, .22), rgba(61, 219, 225, .04) 62%, transparent 72%);
}
.pw > * { position: relative; z-index: 1; }
.pw__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pw__label {
  font-size: 8.2px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255, 255, 255, .62); font-weight: 600;
}
.pw__badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(255, 255, 255, .12); color: #fff;
  border-radius: 999px; padding: 3px 8px; font-size: 8.6px; font-weight: 600;
}
.pw__badge svg { width: 9px; height: 9px; flex: none; }
.pw__amount {
  font-family: var(--font-display); font-size: 25px; font-weight: 700;
  letter-spacing: -.03em; margin: 3px 0 11px; color: #fff;
}
.pw__btns { display: flex; gap: 7px; }
.pw__btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  border-radius: 999px; padding: 7px 0; font-size: 10.5px; font-weight: 700;
  background: var(--cyan); color: #0F0B26;
  font-family: var(--font-display);
}
.pw__btn svg { width: 11px; height: 11px; flex: none; }
.pw__btn--ghost { background: rgba(255, 255, 255, .11); color: #fff; }

/* Next tee time */
.pt {
  display: flex; align-items: stretch;
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--rule);
  box-shadow: 0 1px 2px rgba(23, 17, 56, .04);
}
.pt__date {
  flex: none; width: 52px; background: #E4F7F8;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 9px 0; gap: 1px;
}
.pt__date span { font-size: 8px; letter-spacing: .1em; color: #2C8F96; font-weight: 700; }
.pt__date b { font-family: var(--font-display); font-size: 19px; color: #14707A; font-weight: 700; line-height: 1; }
.pt__main { flex: 1; padding: 9px 4px 9px 11px; display: grid; gap: 5px; align-content: center; }
.pt__line { display: flex; align-items: center; gap: 6px; }
.pt__line b { font-family: var(--font-display); font-size: 15.5px; color: var(--navy); font-weight: 700; letter-spacing: -.02em; }
.pt__line span { font-size: 10px; color: var(--muted); }
.pt__cart {
  display: inline-flex; align-items: center; gap: 3px;
  background: var(--tint); border-radius: 999px; padding: 2px 7px;
  font-size: 9.5px !important; color: var(--navy-80) !important; font-weight: 600;
}
.pt__cart svg { width: 10px; height: 10px; }
.pa-row { display: inline-flex; }
.pa {
  width: 19px; height: 19px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 8px; font-weight: 700; letter-spacing: 0;
  border: 1.5px solid #fff; margin-left: -5px;
}
.pa:first-child { margin-left: 0; }
.pa + .pa { margin-left: -6px; }
.pt__chev { flex: none; align-self: center; padding-right: 9px; color: #B3B0C2; }
.pt__chev svg { width: 12px; height: 12px; }

/* Cards */
.ps-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 11px;
  box-shadow: 0 1px 2px rgba(23, 17, 56, .04);
}

/* Course status */
.pcs__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.pcs__title {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 12.5px; color: var(--navy);
}
.pcs__title svg { width: 14px; height: 14px; color: var(--cyan-deep); flex: none; }
.pcs__open {
  display: inline-flex; align-items: center; gap: 4px;
  background: #E7F5EA; color: #2F7A42; border-radius: 999px;
  padding: 3px 8px; font-size: 9px; font-weight: 700;
}
.pcs__open i { width: 5px; height: 5px; border-radius: 50%; background: #2F7A42; }
.pcs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.pcs__grid > div { background: var(--tint); border-radius: 9px; padding: 7px 6px; }
.pcs__grid span {
  display: block; font-size: 7.4px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: 1px;
}
.pcs__grid b { font-size: 9.6px; color: var(--navy); font-weight: 600; letter-spacing: -.01em; }

/* Quick actions */
.pq { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.pq__i {
  background: #fff; border: 1px solid var(--rule); border-radius: 12px;
  padding: 9px 1px 7px; text-align: center;
  box-shadow: 0 1px 2px rgba(23, 17, 56, .04);
}
.pq__i i {
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; margin: 0 auto 5px;
  border-radius: 8px; background: var(--cyan-tint); color: var(--cyan-deep);
}
.pq__i i svg { width: 13px; height: 13px; }
.pq__i span { display: block; font-size: 7.8px; color: var(--navy); font-weight: 600; letter-spacing: -.015em; white-space: nowrap; }

/* Benefits */
.pb__head { display: flex; align-items: baseline; justify-content: space-between; margin-top: 1px; }
.pb__head b { font-family: var(--font-display); font-size: 13px; color: var(--navy); font-weight: 700; letter-spacing: -.02em; }
.pb__head span { font-size: 9.6px; color: var(--cyan-deep); font-weight: 600; }
.pb { display: flex; align-items: center; gap: 9px; }
.pb i {
  flex: none; display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 9px;
  background: var(--cyan-tint); color: var(--cyan-deep);
}
.pb i svg { width: 14px; height: 14px; }
.pb span { font-family: var(--font-display); font-size: 11.4px; color: var(--navy); font-weight: 600; }

/* Tab bar */
.ps-tabs {
  display: flex; justify-content: space-between; gap: 2px;
  padding: 8px 10px 14px; border-top: 1px solid var(--rule);
  background: #fff;
}
.ps-tab {
  flex: 1; text-align: center; font-size: 8.4px; color: #A6A3B6; font-weight: 600;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.ps-tab svg { width: 16px; height: 16px; }
.ps-tab.is-on { color: var(--cyan-deep); }

/* --- shared bits still used by the tee-sheet and wallet mockups --- */
.ps-top { padding: 34px 18px 14px; }
.ps-hi { font-family: var(--font-display); color: var(--navy); font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.ps-sub { font-size: 11px; color: var(--muted); }
.ps-card--accent { background: linear-gradient(140deg, #DFF8F9, #F4FDFD); border-color: #A9E7EB; }
.ps-label { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ps-amount { font-family: var(--font-display); font-size: 25px; color: var(--navy); font-weight: 600; letter-spacing: -.02em; margin-top: 2px; }
.ps-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ps-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--cyan-tint); color: var(--cyan-deep);
  border-radius: 999px; padding: 4px 10px; font-size: 10.5px; font-weight: 600;
}
.ps-chip--muted { background: #ECEBF2; color: var(--muted); }
.ps-btns { display: flex; gap: 8px; margin-top: 12px; }
.ps-btn {
  flex: 1; text-align: center; border-radius: 999px; padding: 7px 0; font-size: 11px; font-weight: 600;
  background: var(--cyan); color: var(--navy); border: 1px solid transparent;
}
.ps-btn--ghost { background: #fff; color: var(--navy); border-color: var(--rule); }
.ps-line { height: 1px; background: var(--rule); margin: 2px 0; }
.ps-item { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; padding: 3px 0; }
.ps-item span:last-child { color: var(--navy); font-weight: 600; }
.ps-strong { color: var(--navy); font-weight: 600; }
.ps-pos { color: var(--cyan-deep); font-weight: 600; }
.ps-money { font-family: var(--font-display); font-size: 14px; color: var(--navy); font-weight: 600; margin-top: 2px; }

/* --- Wallet screen --- */
/* Segmented control */
.pseg {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3px;
  background: #E8E7EF; border-radius: 999px; padding: 3px;
}
.pseg span {
  text-align: center; border-radius: 999px; padding: 6px 0;
  font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.pseg span.is-on {
  background: #fff; color: var(--navy); font-weight: 700;
  box-shadow: 0 1px 2px rgba(23, 17, 56, .10);
}

/* Two figure tiles */
.pst { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pst > div {
  background: #fff; border: 1px solid var(--rule); border-radius: 13px;
  padding: 9px 10px; box-shadow: 0 1px 2px rgba(23, 17, 56, .04);
  display: flex; flex-direction: column;
}
/* labels differ in length; anchor the figures to the bottom so they line up */
.pst b { margin-top: auto; }
.pst span {
  display: block; font-size: 7.4px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
.pst b {
  display: block; font-family: var(--font-display); font-size: 17px; font-weight: 700;
  color: var(--navy); letter-spacing: -.03em; line-height: 1.25; padding-top: 2px;
}
.pst i { font-style: normal; font-size: 9px; color: var(--muted); }

/* Rows with a chevron */
.plist { padding: 0; overflow: hidden; }
.plist__row { display: flex; align-items: center; gap: 9px; padding: 9px 11px; }
.plist__row + .plist__row { border-top: 1px solid var(--rule); }
.plist__ic, .ptx__ic {
  flex: none; display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 8px;
  background: var(--tint); color: var(--navy-80);
}
.plist__ic svg { width: 13px; height: 13px; }
.plist__txt, .ptx__txt { flex: 1; min-width: 0; }
.plist__txt b, .ptx__txt b {
  display: block; font-family: var(--font-display); font-size: 11.4px;
  color: var(--navy); font-weight: 600; letter-spacing: -.01em;
}
.plist__txt span, .ptx__txt span {
  display: block; font-size: 9px; color: var(--muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.plist__chev { flex: none; color: #B3B0C2; display: flex; }
.plist__chev svg { width: 11px; height: 11px; }

/* Day heading and transactions */
.pday {
  font-family: var(--font-display); font-size: 10.6px; font-weight: 700;
  color: var(--navy); letter-spacing: -.01em; margin-bottom: -5px;
}
.ptx {
  display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--rule); border-radius: 13px;
  padding: 9px 11px; box-shadow: 0 1px 2px rgba(23, 17, 56, .04);
}
.ptx__ic svg { width: 12px; height: 12px; }
.ptx__amt {
  flex: none; font-family: var(--font-display); font-size: 12px;
  font-weight: 700; color: var(--navy); letter-spacing: -.02em;
}
.ptx__amt.is-pos { color: var(--cyan-deep); }

/* Floating badge next to phone */
.float-badge {
  position: absolute;
  background: #fff;
  color: var(--navy);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  font-size: .82rem;
  line-height: 1.35;
  max-width: 190px;
}
.float-badge strong { display: block; font-family: var(--font-display); font-size: .95rem; }
.float-badge--tl { left: -6%; top: 12%; }
.float-badge--br { right: -6%; bottom: 14%; }
@media (max-width: 1080px) { .float-badge { display: none; } }
.phone-stage { position: relative; }

/* ---------- Portal mockup ---------- */
.portal {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.portal__bar {
  display: flex; align-items: center; gap: 7px;
  padding: 12px 16px; background: var(--tint); border-bottom: 1px solid var(--rule);
}
.portal__bar i { width: 9px; height: 9px; border-radius: 50%; background: #d6d4e0; display: block; }
.portal__url {
  margin-left: 10px; font-size: 11.5px; color: var(--muted);
  background: #fff; border: 1px solid var(--rule); border-radius: 999px; padding: 3px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.portal__body { display: grid; grid-template-columns: 148px 1fr; min-height: 300px; }
@media (max-width: 560px) { .portal__body { grid-template-columns: 1fr; } .portal__side { display: none; } }
.portal__side { background: var(--navy); padding: 18px 14px; display: grid; gap: 4px; align-content: start; }
.portal__side b {
  font-family: var(--font-display); color: #fff; font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 10px; opacity: .55;
}
.portal__side a, .portal__side span { color: rgba(255, 255, 255, .66); font-size: .84rem; padding: 7px 10px; border-radius: 8px; }
.portal__side .is-on { background: rgba(61, 219, 225, .16); color: #fff; }
.portal__side a:hover { text-decoration: none; color: #fff; }
.portal__main { padding: 22px; display: grid; gap: 16px; align-content: start; }
.portal__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.portal__stat { border: 1px solid var(--rule); border-radius: var(--radius-sm); padding: 13px 14px; }
.portal__stat span { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.portal__stat strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy); font-weight: 600; }
.sheet { border: 1px solid var(--rule); border-radius: var(--radius-sm); overflow: hidden; }
.sheet__row { display: grid; grid-template-columns: 68px 1fr auto; gap: 12px; align-items: center; padding: 9px 14px; font-size: .85rem; border-top: 1px solid var(--rule); }
.sheet__row:first-child { border-top: 0; background: var(--tint); font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.sheet__row time { font-variant-numeric: tabular-nums; color: var(--navy); font-weight: 600; }
.tagx { font-size: .74rem; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: var(--cyan-tint); color: var(--cyan-deep); }
.tagx--open { background: #eef7ee; color: #3d7a44; }
.tagx--grey { background: var(--tint); color: var(--muted); }

/* ---------- Stat strip ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 780px) { .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stat strong {
  display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: var(--navy); font-weight: 600; letter-spacing: -.03em; line-height: 1.1;
}
.section--dark .stat strong { color: #fff; }
.stat span { font-size: .92rem; color: var(--muted); }
.section--dark .stat span { color: rgba(255, 255, 255, .58); }

/* ---------- Proof band ----------
   Four one-line promises in place of six paragraph cards. Detail lives on clubs.html. */
.proof {
  list-style: none; margin: 0 0 30px; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 0;
}
.proof li {
  display: flex; align-items: center; gap: 9px;
  padding: 0 clamp(14px, 2.2vw, 28px);
  border-left: 1px solid var(--rule);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(.95rem, 1.35vw, 1.1rem);
  letter-spacing: -.012em;
  color: var(--navy);
}
.proof li:first-child { border-left: 0; }
.proof li::before {
  content: "";
  flex: none;
  width: 17px; height: 17px; border-radius: 50%;
  background-color: var(--cyan-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312939A' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.6 9.4 18 20 6.6'/%3E%3C/svg%3E");
  background-size: 10px 10px; background-position: center; background-repeat: no-repeat;
}
.proof__link { text-align: center; margin: 0; }
.proof__link a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem;
}
.proof__link a svg { width: 17px; height: 17px; }

@media (max-width: 860px) {
  .proof {
    flex-direction: column; align-items: flex-start;
    width: max-content; max-width: 100%; margin-inline: auto; gap: 13px;
  }
  .proof li { border-left: 0; padding: 0; }
}

/* ---------- Quote ---------- */
.quote {
  border-left: 3px solid var(--cyan);
  padding-left: 26px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  line-height: 1.4;
  letter-spacing: -.02em;
  color: var(--navy);
}
.section--dark .quote { color: #fff; }
.quote cite { display: block; margin-top: 16px; font-family: var(--font-body); font-size: .92rem; font-style: normal; color: var(--muted); letter-spacing: 0; }
.section--dark .quote cite { color: rgba(255, 255, 255, .55); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 27px;
  width: 12px; height: 12px;
  border-right: 2px solid var(--cyan-deep); border-bottom: 2px solid var(--cyan-deep);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 32px; }
.faq details > div { padding: 0 44px 24px 0; }

/* ---------- Form ---------- */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--navy); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--navy);
  padding: 13px 15px; border: 1.5px solid var(--rule); border-radius: var(--radius-sm);
  background: #fff; width: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--cyan-deep); box-shadow: 0 0 0 4px rgba(61, 219, 225, .18);
}
.field textarea { min-height: 132px; resize: vertical; }
.field .hint { font-size: .84rem; color: var(--muted); }
.form-note { font-size: .86rem; color: var(--muted); }
.form-status {
  display: none; padding: 14px 16px; border-radius: var(--radius-sm);
  background: var(--cyan-tint); color: #0e6f75; font-size: .93rem; border: 1px solid #b7ecef;
}
.form-status.is-on { display: block; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(140deg, var(--navy-900), var(--navy) 55%, var(--navy-800));
  border-radius: var(--radius-lg);
  padding: clamp(38px, 5.5vw, 68px);
  color: rgba(255, 255, 255, .76);
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; max-width: 18ch; }
.cta-band .lede { color: rgba(255, 255, 255, .76); }
.cta-band__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr auto; gap: 32px; align-items: center; }
@media (max-width: 820px) { .cta-band__inner { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .58); padding: clamp(52px, 6vw, 76px) 0 34px; font-size: .93rem; }
.site-footer h4 {
  color: #fff; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; opacity: .6; font-weight: 600;
}
.site-footer a { color: rgba(255, 255, 255, .68); }
.site-footer a:hover { color: var(--cyan); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-brand img.brand-full { height: 30px; width: auto; }
.footer-brand .lockup, .footer-brand img.brand-full { margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; font-size: .92rem; }
/* ECTA s.43 particulars: registered name, address and phone on every page */
.footer-address {
  font-style: normal; margin-top: 18px; max-width: 34ch;
  font-size: .86rem; line-height: 1.7; color: rgba(255, 255, 255, .62);
}
.footer-address a { color: rgba(255, 255, 255, .82); }
.footer-address a:hover { color: var(--cyan); }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: space-between; align-items: center;
  font-size: .86rem; color: rgba(255, 255, 255, .42);
}
.social { display: flex; gap: 10px; }
.social a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  display: flex; align-items: center; justify-content: center;
  transition: background-color .16s ease, border-color .16s ease;
}
.social a:hover { background: rgba(61, 219, 225, .14); border-color: rgba(61, 219, 225, .4); }
.social svg { width: 16px; height: 16px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Misc ---------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--cyan); color: var(--navy); padding: 10px 18px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 600;
  transition: top .18s ease;
}
.skip-link:focus { top: 12px; text-decoration: none; }

.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: .5em; }
.prose { max-width: 74ch; }
