/* =========================================================
   Powerverse — design system
   Based on Powerverse Masterbrand guidelines March 2024
   ========================================================= */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- tokens ---------- */
:root {
  --white: #ffffff;
  --dark-grey: #29293d;
  --light-grey: #e8e8e8;
  --purple: #6b26f2;
  --blue: #368aff;
  --pink: #c761d6;
  --peach: #ff8aa8;
  --black: #000000;

  /* derived */
  --muted: #5a5a70;
  --line: #d4d4dc;
  --card-bg: #ffffff;
  --shadow-sm: 0 1px 2px rgba(41,41,61,0.06), 0 2px 6px rgba(41,41,61,0.04);
  --shadow-md: 0 6px 20px rgba(41,41,61,0.08), 0 2px 8px rgba(41,41,61,0.04);
  --shadow-lg: 0 12px 40px rgba(41,41,61,0.12);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;

  --gradient-main: linear-gradient(135deg, #6b26f2 0%, #6b26f2 35%, #368aff 70%, #c761d6 95%, #ff8aa8 100%);
  --gradient-soft: linear-gradient(135deg, rgba(107,38,242,0.08) 0%, rgba(54,138,255,0.08) 60%, rgba(199,97,214,0.06) 100%);
  --gradient-text: linear-gradient(135deg, #6b26f2 0%, #368aff 60%, #c761d6 100%);

  --nav-h: 72px;

  --fs-7xl: clamp(2.5rem, 5.5vw + 1rem, 5.5rem);
  --fs-6xl: clamp(2.25rem, 4.5vw + 0.75rem, 4.5rem);
  --fs-5xl: clamp(2rem, 3.5vw + 0.5rem, 3.25rem);
  --fs-4xl: clamp(1.75rem, 2.5vw + 0.5rem, 2.5rem);
  --fs-3xl: clamp(1.5rem, 1.8vw + 0.5rem, 2rem);
  --fs-2xl: 1.5rem;
  --fs-xl: 1.25rem;
  --fs-lg: 1.125rem;
  --fs-md: 1rem;
  --fs-sm: 0.9375rem;
  --fs-xs: 0.8125rem;
}

/* ---------- typography ---------- */
html {
  font-family: "TT Firs Neue", "Manrope", -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--light-grey);
  color: var(--dark-grey);
  font-size: var(--fs-md);
  line-height: 1.55;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 800;       /* ExtraBold equivalent */
  letter-spacing: -0.022em; /* -20 tracking equivalent */
  line-height: 1.05;
  color: var(--dark-grey);
  margin: 0 0 0.5em;
}
h1 { font-size: var(--fs-7xl); }
h2 { font-size: var(--fs-5xl); }
h3 { font-size: var(--fs-3xl); line-height: 1.15; }
h4 { font-size: var(--fs-xl); line-height: 1.25; }
h5, h6 { font-size: var(--fs-lg); line-height: 1.3; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gradient-main);
  border-radius: 1px;
}
.on-gradient .eyebrow { color: var(--white); }
.on-gradient .eyebrow::before { background: var(--white); opacity: .85; }

.lead {
  font-size: var(--fs-xl);
  line-height: 1.55;
  color: var(--dark-grey);
  max-width: 52ch;
}

.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* ---------- layout ---------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-sm { max-width: 900px; }
.container-wide { max-width: 1320px; }

section {
  padding: 96px 0;
  position: relative;
}
section.tight { padding: 64px 0; }
@media (max-width: 800px) { section { padding: 72px 0; } }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(41,41,61,0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--nav-h);
  flex-wrap: nowrap;
  min-width: 0;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 1;
  min-width: 0;
}
.nav .nav-logo img, .nav .nav-logo svg {
  height: 20px !important;
  width: auto !important;
  max-width: 165px !important;
  display: block;
}
@media (max-width: 380px) {
  .nav .nav-logo img, .nav .nav-logo svg {
    height: 16px !important;
    max-width: 132px !important;
  }
}
footer.site .nav-logo img, footer.site .nav-logo svg {
  height: 24px !important;
  max-width: 200px !important;
}
.nav-logo-text {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 8px 14px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--dark-grey);
  border-radius: 999px;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.nav-cta .btn {
  white-space: nowrap;
}
.nav-links a:hover { background: rgba(107,38,242,0.08); color: var(--purple); }
.nav-links a.is-active { background: rgba(107,38,242,0.1); color: var(--purple); }

.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  border: 1px solid rgba(41,41,61,0.14);
  background: var(--white);
  color: var(--dark-grey);
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.nav-burger:hover { background: var(--light-grey); border-color: rgba(41,41,61,0.22); }
.nav-burger svg { display: block; width: 22px; height: 22px; }
.nav-burger .icon-close { display: none; }

.nav-menu-open .nav-burger .icon-open { display: none; }
.nav-menu-open .nav-burger .icon-close { display: block; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .nav-burger { display: inline-flex; }
}

/* On very small screens, move the primary CTA into the drawer only */
@media (max-width: 520px) {
  .nav-cta .btn-primary { display: none; }
  .nav-inner { gap: 12px; }
  .container { padding: 0 16px; }
}

.nav-drawer {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 60;               /* above the nav (50) */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-drawer-inner {
  display: flex;
  flex-direction: column;
  padding: 24px 20px 40px;
  gap: 4px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
.nav-drawer a {
  display: block;
  padding: 14px 16px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-grey);
  border-radius: 12px;
}
.nav-drawer a:hover,
.nav-drawer a:active { background: var(--light-grey); color: var(--purple); }
.nav-drawer .btn {
  margin-top: 16px;
  width: 100%;
  justify-content: center;
}
/* Drawer visibility — driven by body class */
.nav-menu-open .nav-drawer { display: block; }
/* Lock page scroll when drawer is open */
.nav-menu-open { overflow: hidden; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gradient-main);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(107,38,242,0.28);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(107,38,242,0.34); }
.btn-ghost {
  background: transparent;
  color: var(--dark-grey);
  border: 1.5px solid rgba(41,41,61,0.16);
}
.btn-ghost:hover { border-color: var(--purple); color: var(--purple); }
.on-gradient .btn-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.on-gradient .btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border-color: rgba(255,255,255,0.8);
}
.btn-sm { padding: 10px 16px; font-size: 0.875rem; }

.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  /* darker gradient under the text side; the bright accents live further away */
  background:
    linear-gradient(135deg,
      #4a18b8 0%,
      #6b26f2 30%,
      #368aff 65%,
      #c761d6 92%,
      #ff8aa8 100%);
  color: var(--white);
  overflow: hidden;
  padding: 112px 0 120px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* soft colour accents, kept away from the top-left text reading zone */
    radial-gradient(700px 520px at 95% 95%, rgba(255,138,168,0.30), transparent 65%),
    radial-gradient(500px 300px at 80% 15%, rgba(54,138,255,0.22), transparent 65%),
    /* gentle darkening vignette over the text area to protect white type */
    radial-gradient(900px 700px at 0% 0%, rgba(41,41,61,0.28), transparent 55%);
  pointer-events: none;
}
.hero-inner { position: relative; }
.hero h1 {
  color: var(--white);
  max-width: 16ch;
  margin-bottom: 24px;
  text-shadow: 0 1px 2px rgba(41,41,61,0.18);
}
.hero .lead {
  color: rgba(255,255,255,0.96);
  max-width: 56ch;
  font-size: clamp(1.125rem, 1vw + 0.9rem, 1.375rem);
  margin-bottom: 40px;
  text-shadow: 0 1px 2px rgba(41,41,61,0.16);
}
.hero .hero-badge {
  text-shadow: none;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}
.hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,0.25);
}

.hero-slim { padding: 96px 0 80px; }
.hero-slim h1 { max-width: 22ch; font-size: var(--fs-6xl); }

/* ---------- cards ---------- */
.card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(41,41,61,0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.card h3 { font-size: 1.375rem; }
.card .card-meta {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-hover { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card-hover:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: rgba(107,38,242,0.2); }

/* ---------- grids ---------- */
.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: 960px) {
  .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: 1fr; }
}

/* ---------- stats ---------- */
.stat-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .stat-row { grid-template-columns: 1fr; }
}
.stat {
  background: var(--white);
  border: 1px solid rgba(41,41,61,0.06);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.stat-value {
  font-size: clamp(2.25rem, 3vw + 1rem, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
.stat-label {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 34ch;
}

/* ---------- panels ---------- */
.panel-light { background: var(--white); }
.panel-grey  { background: var(--light-grey); }
.panel-dark  { background: var(--dark-grey); color: var(--white); }
.panel-dark h1, .panel-dark h2, .panel-dark h3, .panel-dark h4 { color: var(--white); }

.panel-gradient {
  background:
    linear-gradient(135deg,
      #4a18b8 0%,
      #6b26f2 30%,
      #368aff 65%,
      #c761d6 92%,
      #ff8aa8 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.panel-gradient h1, .panel-gradient h2, .panel-gradient h3, .panel-gradient h4 {
  color: var(--white);
  text-shadow: 0 1px 2px rgba(41,41,61,0.16);
}
.panel-gradient p {
  text-shadow: 0 1px 2px rgba(41,41,61,0.12);
}
.panel-gradient::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 520px at 95% 100%, rgba(199,97,214,0.30), transparent 65%),
    radial-gradient(500px 300px at 85% 20%, rgba(54,138,255,0.22), transparent 65%),
    radial-gradient(900px 700px at 0% 0%, rgba(41,41,61,0.24), transparent 55%);
  pointer-events: none;
}
.panel-gradient .container { position: relative; }

/* ---------- logo strip — borderless single container ---------- */
.logo-strip {
  background: var(--white);
  border-radius: 24px;
  padding: 32px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 28px 44px;
  box-shadow: 0 1px 3px rgba(41,41,61,0.04);
}
.logo-strip .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0;
  background: transparent;
  border: none;
  flex: 0 0 auto;
}
.logo-strip .logo-item img {
  max-height: 36px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 720px) {
  .logo-strip {
    padding: 22px 18px;
    gap: 20px 28px;
    border-radius: 18px;
  }
  .logo-strip .logo-item { height: 28px; }
  .logo-strip .logo-item img { max-height: 28px; max-width: 110px; }
}

/* ---------- interim consultant tag ---------- */
.interim-tag {
  font-size: 0.6em;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  margin-left: 6px;
  letter-spacing: 0;
  vertical-align: 0.15em;
}

/* ---------- board card (photo + quote stack) ---------- */
.board-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.board-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 25%;
  border-radius: var(--radius-lg);
  display: block;
  background: var(--light-grey);
}
.board-quote {
  background: var(--white);
  border-left: 4px solid var(--purple);
  padding: 22px 26px;
  margin: 0;
  border-radius: 0 12px 12px 0;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--dark-grey);
  font-style: normal;
}

/* ---------- leadership photo cards ---------- */
.leader-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(41,41,61,0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.leader-card .leader-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  background: var(--light-grey);
}
.leader-card .leader-content {
  padding: 22px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.leader-card .leader-content h3 {
  font-size: 1.25rem;
  margin: 0;
}
.leader-card .leader-content p {
  font-size: 0.9375rem;
  margin: 6px 0 0;
  color: var(--muted);
}

/* ---------- partner wall (single composite image) ---------- */
.logo-wall {
  margin: 0 auto;
  max-width: 1120px;
}
.logo-wall img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media (max-width: 720px) {
  .logo-wall img { border-radius: 14px; }
}

/* ---------- ecosystem stat callout ---------- */
.ecosystem-stat {
  background: var(--light-grey);
  border-radius: 24px;
  padding: 64px 40px;
  text-align: center;
}
.ecosystem-stat-number {
  font-size: clamp(4.5rem, 9vw + 1rem, 8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.9;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 20px;
}
.ecosystem-stat-label {
  font-size: clamp(1.0625rem, 0.5vw + 0.95rem, 1.25rem);
  color: var(--dark-grey);
  max-width: 60ch;
  margin: 0 auto;
  line-height: 1.5;
}
.ecosystem-stat-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 20px;
}
.ecosystem-stat-meta::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gradient-main);
  border-radius: 1px;
}
@media (max-width: 720px) {
  .ecosystem-stat { padding: 44px 24px; border-radius: 18px; }
}

/* ---------- ecosystem wall — single mixed-category wall ---------- */
.ecosystem-wall {
  background: var(--light-grey);
  border-radius: 24px;
  padding: 36px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 28px 44px;
}
.ecosystem-wall img {
  max-height: 44px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}
.ecosystem-wall-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 16px;
}
@media (max-width: 720px) {
  .ecosystem-wall {
    padding: 24px 20px;
    gap: 20px 28px;
    border-radius: 18px;
  }
  .ecosystem-wall img {
    max-height: 32px;
    max-width: 110px;
  }
}

/* ---------- quote ---------- */
.quote {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid rgba(41,41,61,0.06);
  box-shadow: var(--shadow-sm);
}
.quote p {
  font-size: var(--fs-xl);
  line-height: 1.45;
  letter-spacing: -0.01em;
}
.quote-who {
  margin-top: 18px;
  display: flex; align-items: center; gap: 12px;
  font-weight: 700;
  color: var(--dark-grey);
}
.quote-who span { color: var(--muted); font-weight: 500; }

/* ---------- speech bubble (Raya motif) ---------- */
.speech-bubble {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  background: var(--white);
  color: var(--dark-grey);
  border-radius: 18px 18px 18px 4px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: var(--shadow-sm);
  text-shadow: none;   /* override inherited shadows on gradient panels */
}
.on-gradient .speech-bubble {
  background: var(--white);
  color: var(--purple);
}

/* ---------- feature cols ---------- */
.feature-cols {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}
@media (max-width: 960px) { .feature-cols { grid-template-columns: 1fr; } }
.feature-visual {
  background:
    linear-gradient(135deg,
      #4a18b8 0%,
      #6b26f2 30%,
      #368aff 65%,
      #c761d6 92%,
      #ff8aa8 100%);
  border-radius: var(--radius-xl);
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 32px;
  box-shadow: var(--shadow-md);
}
.feature-visual::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(400px 320px at 90% 95%, rgba(199,97,214,0.35), transparent 65%),
    radial-gradient(300px 220px at 80% 15%, rgba(54,138,255,0.22), transparent 65%),
    radial-gradient(500px 400px at 0% 0%, rgba(41,41,61,0.22), transparent 55%);
}
.feature-visual-inner {
  position: relative;
  text-align: center;
  max-width: 360px;
  text-shadow: 0 1px 2px rgba(41,41,61,0.16);
}

/* ---------- tag pill ---------- */
.tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--purple);
  background: rgba(107,38,242,0.1);
  border-radius: 999px;
  letter-spacing: 0.04em;
}

/* ---------- list tick ---------- */
.ticks { margin: 16px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ticks li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 1rem;
}
.ticks li::before {
  content: "";
  flex: 0 0 22px;
  height: 22px;
  background: var(--gradient-main);
  border-radius: 50%;
  margin-top: 2px;
  background-image:
    linear-gradient(135deg, #6b26f2, #368aff, #c761d6);
  position: relative;
  mask-image: radial-gradient(circle at center, black 100%, transparent 100%);
}
.ticks li .t-text { flex: 1; }
.ticks li .t-mark {
  flex: 0 0 22px; height: 22px; border-radius: 50%;
  background: var(--gradient-main);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.ticks li::before { display: none; } /* replaced by structured .t-mark */
.ticks li .t-mark svg { width: 12px; height: 12px; color: white; }

/* ---------- timeline ---------- */
.timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.timeline-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 22px;
  border: 1px solid rgba(41,41,61,0.06);
  position: relative;
}
.timeline-date {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ---------- form ---------- */
.form {
  display: grid;
  gap: 16px;
  max-width: 560px;
}
.form label {
  display: grid; gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-grey);
}
.form input, .form textarea, .form select {
  font: inherit;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid rgba(41,41,61,0.12);
  border-radius: 12px;
  color: var(--dark-grey);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(107,38,242,0.15);
}
.form textarea { min-height: 130px; resize: vertical; }
.form-row-2 { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .form-row-2 { grid-template-columns: 1fr; } }
.form-note { font-size: 0.8125rem; color: var(--muted); }

/* ---------- footer ---------- */
footer.site {
  background: var(--dark-grey);
  color: rgba(255,255,255,0.8);
  padding: 72px 0 32px;
}
footer.site h5 {
  color: var(--white);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
}
footer.site a { color: rgba(255,255,255,0.75); }
footer.site a:hover { color: var(--white); }
.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.4fr repeat(4, 1fr);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid ul li { padding: 4px 0; font-size: 0.9375rem; }
.footer-brand p { max-width: 36ch; font-size: 0.9375rem; color: rgba(255,255,255,0.7); margin-top: 12px; }
.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
}

/* ---------- misc ---------- */
.mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; }
.mb-24 { margin-bottom: 24px; }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.hidden { display: none; }

/* ---------- anchors (for in-page jumps under sticky nav) ---------- */
:target { scroll-margin-top: calc(var(--nav-h) + 16px); }

/* ---------- reveal on scroll ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- link arrow ---------- */
.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700;
  color: var(--purple);
}
.arrow-link:hover .arrow { transform: translateX(3px); }
.on-gradient .arrow-link { color: var(--white); }
.arrow { transition: transform .15s ease; display: inline-block; }
