/* Caribbean & Diaspora landing — v2 sections (loaded after custom-caribbean-diaspora.css) */
body.caribbean-diaspora-page .cd-page {
  --lime: #86fa77;
  --pink: #fc2d97;
  --flame: #fd7c77;
  --navy: #13111f;
  --cd-green: var(--lime);
  --cd-pink: var(--pink);
  --f: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --cd-rhythm-section: clamp(72px, 10vw, 120px);
  --cd-rhythm-section-tight: clamp(56px, 8vw, 96px);
  font-family: var(--f);
}

.cd-page .gp {
  background: linear-gradient(90deg, var(--lime), var(--pink), var(--flame));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero v2 */
.cd-hero-v2 {
  position: relative;
  padding: clamp(96px, 12vw, 160px) 0 clamp(48px, 7vw, 88px);
  overflow: hidden;
}

.cd-hero-v2 .cd-wrap {
  position: relative;
  z-index: 2;
}

.cd-hero-bg-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.cd-hero-bg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cd-hero-bg-video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(19, 17, 31, 0.92) 0%, rgba(19, 17, 31, 0.55) 45%, rgba(19, 17, 31, 0.35) 100%);
}

.cd-hero-grid-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}

.cd-hero-copy-v2 { min-width: 0; }

.cd-eyebrow-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(134, 250, 119, 0.88);
}
.cd-eyebrow-v2::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--lime);
}

.cd-hero-title-v2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
}

.cd-hero-lead-v2 {
  margin: 0 0 14px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
}

.cd-hero-sub-v2 {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.52);
  max-width: 58ch;
}

.cd-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cd-hero-visual-v2 {
  position: relative;
  min-height: 280px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.cd-hero-visual-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Parallax bands */
.cd-parallax-band {
  position: relative;
  overflow: hidden;
  height: clamp(413px, 47.5vw, 698px);
}
.cd-parallax-bg {
  position: absolute;
  inset: -25%;
  will-change: transform;
  background-size: cover;
  background-position: center 30%;
  transform: translate3d(0, 0, 0);
  animation: cd-parallax-slow 42s var(--cd-ease, cubic-bezier(0.16, 1, 0.3, 1)) infinite alternate;
}
@keyframes cd-parallax-slow {
  0% { transform: translate3d(-0.8%, 0, 0) scale(1.02); }
  100% { transform: translate3d(0.8%, -0.4%, 0) scale(1.05); }
}
.cd-parallax-ov {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 2;
}
.cd-parallax-tx {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 74px);
}
.cd-parallax-inner { max-width: min(900px, 82%); }
.cd-parallax-quote {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 54px);
  line-height: 1.07;
  color: #fff;
}
.cd-parallax-sub {
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  max-width: 65ch;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

/* Scroll parallax — full-bleed bands (shared by quote strips + network) */
.cd-parallax-band--scroll .cd-parallax-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.cd-parallax-band--scroll .cd-parallax-bg--scroll {
  animation: none;
  inset: -22% -8%;
  will-change: transform;
}
.cd-parallax-band--scroll .cd-parallax-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
}
.cd-parallax-tx--left { justify-content: flex-start; }
.cd-parallax-inner--network {
  max-width: min(900px, 92%);
  text-align: left;
}
.cd-parallax-eyebrow {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(134, 250, 119, 0.85);
}
.cd-parallax-quote--network-title {
  font-size: clamp(24px, 2.9vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: left;
}
.cd-parallax-sub--network {
  text-align: left;
  max-width: 62ch;
}

/* Section heads v2 */
.cd-sec-head-v2 { margin-bottom: clamp(28px, 4vw, 44px); }
.cd-sec-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 58ch;
}
.cd-sec-label-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(134, 250, 119, 0.88);
}
.cd-sec-label-v2::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--lime);
}
.cd-sec-head--center .cd-sec-label-v2 { justify-content: center; margin-left: auto; margin-right: auto; }

.cd-sec-label-v2--sentence {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 600;
}
.cd-sec-title-v2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.032em;
  font-weight: 700;
  color: #fff;
}

.cd-sec-deck-v2 {
  margin: 0;
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  max-width: 62ch;
}

.cd-sec-head--center .cd-sec-deck-v2 {
  margin-left: auto;
  margin-right: auto;
}

.cd-sec-title-v2--pillars-head {
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.032em;
  text-transform: none;
}

.cd-pillar-lead {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.cd-focus-kicker {
  margin: clamp(6px, 1.2vw, 12px) 0 clamp(12px, 1.8vw, 20px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(134, 250, 119, 0.88);
}

/* Accordion (home .wacc pattern — self-contained for this page) */
.cd-section-v2 { padding: var(--cd-rhythm-section) 0; }

.cd-page .wacc {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cd-page .wacc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cd-page .wh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(12px, 1.4vw, 18px) 0;
  cursor: pointer;
}

.cd-page .wt {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.cd-page .wa {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  transition: transform 0.35s var(--cd-ease, cubic-bezier(0.16, 1, 0.3, 1));
}

.cd-page .wa.op {
  transform: rotate(45deg);
}

.cd-page .wb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.cd-page .wb.op {
  max-height: min(720px, 85vh);
}

.cd-page .wb-in {
  padding-bottom: clamp(14px, 1.6vw, 20px);
}

.cd-page .wb-in p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
}

.cd-page .wb-in p:last-child {
  margin-bottom: 0;
}

/* Global grid */
.cd-global-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(48px, 6vw, 72px);
}
.cd-global-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.cd-global-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.cd-img-parallax {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-img-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transform-origin: center center;
  will-change: transform;
}
.cd-global-body {
  padding: clamp(20px, 2.4vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
  min-height: 0;
}
.cd-global-body > .cd-btn {
  margin-top: auto;
  align-self: flex-start;
}
.cd-global-h {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #fff;
}
.cd-global-body > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}
.cd-global-cities {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(253, 124, 119, 0.85);
  font-weight: 700;
}
.cd-global-next {
  font-size: 13px;
  color: rgba(134, 250, 119, 0.9);
  font-weight: 600;
}

/* Stat panel — “The Opportunity” (aligned with home opp-sec) */
.cd-stat-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  padding: clamp(22px, 2.8vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(19, 17, 31, 0.5);
  border-radius: 20px;
}

.cd-stat-panel--rich {
  align-items: start;
}

.cd-stat-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(134, 250, 119, 0.75);
}

.cd-stat-h {
  margin: 0 0 12px;
  font-size: 22px;
  color: #fff;
}

.cd-stat-h--hero {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: clamp(16px, 2vw, 22px);
}

.cd-stat-meter {
  margin: 0 0 clamp(16px, 2vw, 22px);
}

.cd-stat-meter-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.cd-stat-meter-fill {
  height: 100%;
  width: 20%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--flame), var(--lime));
  box-shadow: 0 0 20px rgba(252, 45, 151, 0.35);
}

.cd-stat-meter-lbl {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.cd-stat-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.cd-stat-lead strong {
  color: #fff;
  font-weight: 700;
}

.cd-stat-support {
  margin: 12px 0 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
}

.cd-stat-visual {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.cd-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.cd-stat-tile {
  padding: 16px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.cd-stat-tile-n {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.cd-stat-tile-d {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}

.cd-stat-tile--pink .cd-stat-tile-n {
  background: linear-gradient(90deg, var(--pink), #ffd047);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cd-stat-tile--flame .cd-stat-tile-n {
  color: var(--flame);
}

.cd-stat-tile--gold .cd-stat-tile-n {
  color: #ffd047;
}

.cd-stat-tile--lime .cd-stat-tile-n {
  color: var(--lime);
}

.cd-stat-tile--pink {
  border-color: rgba(252, 45, 151, 0.22);
}

.cd-stat-tile--flame {
  border-color: rgba(253, 124, 119, 0.22);
}

.cd-stat-tile--gold {
  border-color: rgba(255, 208, 71, 0.22);
}

.cd-stat-tile--lime {
  border-color: rgba(134, 250, 119, 0.25);
}

/* Horizontal scroll network */
.cd-network-sec { padding: var(--cd-rhythm-section) 0; position: relative; }
.cd-scroll-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 14px;
}

.cd-scroll-label--spaced {
  margin-top: clamp(36px, 5vw, 52px);
}

.cd-partners-intro {
  margin: 0 0 clamp(16px, 2.2vw, 22px);
  font-size: clamp(15px, 1.35vw, 17px);
  color: rgba(255, 255, 255, 0.52);
  max-width: 56ch;
  line-height: 1.55;
}

.cd-talent-intro { margin: 0 0 20px; font-size: 16px; color: rgba(255, 255, 255, 0.52); max-width: 56ch; }
.h-scroll-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
.h-scroll-inner {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 4px 2px 12px;
}
.h-scroll-full .h-scroll-inner { padding-right: var(--cd-pad, 28px); }

.cd-network-sec .ct {
  width: 220px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.cd-network-sec .ct-img {
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0.3);
}
.cd-network-sec .ct-img img { width: 100%; height: 100%; object-fit: cover; }
.cd-network-sec .ct-img-circ { border-radius: 0; }
.cd-network-sec .ct-info { padding: 12px 14px 16px; }
.cd-network-sec .ct-n {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 4px;
}
.cd-network-sec .ct-r { font-size: 13px; color: rgba(255, 255, 255, 0.45); }
.cd-network-sec .ct-l { font-size: 12px; color: rgba(255, 255, 255, 0.38); margin-top: 6px; }

#cd-org-scroll .ct-img { background: #fff; padding: 14px; aspect-ratio: 4/3; }
#cd-org-scroll .ct-img img { object-fit: contain; }
#cd-org-scroll .ct-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 12px 14px;
}
#cd-org-scroll .ct-n {
  white-space: normal;
  overflow: visible;
  font-size: 15px;
}

/* Join tiles — match home “Join” cards in horizontal strips */
.cd-network-join {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  flex-shrink: 0;
  min-height: 120px;
  border: 1px dashed rgba(134, 250, 119, 0.35);
  background: rgba(134, 250, 119, 0.04);
  border-radius: 16px;
  padding: 16px 12px;
  font: inherit;
  color: inherit;
  text-align: center;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.cd-network-join:hover {
  border-color: rgba(134, 250, 119, 0.55);
  background: rgba(134, 250, 119, 0.08);
  transform: translateY(-2px);
}

.cd-network-join:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.cd-network-join-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cd-network-join-kicker {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1;
  color: var(--lime);
}

.cd-network-join-note {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.55);
  max-width: 12em;
}

.cd-network-sec .ct-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
}

/* Ecosystem tabs */
.cd-eco-sec { padding: var(--cd-rhythm-section) 0; }
.cd-eco-tabs {
  margin-top: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(8, 10, 18, 0.55);
  overflow: hidden;
}
.cd-eco-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}
.cd-eco-tab {
  appearance: none;
  font: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  background: transparent;
}
.cd-eco-tab.is-active[data-eco='collective'] {
  color: var(--lime);
  background: rgba(134, 250, 119, 0.12);
  border-color: rgba(134, 250, 119, 0.35);
}
.cd-eco-tab.is-active[data-eco='village'] {
  color: var(--pink);
  background: rgba(252, 45, 151, 0.12);
  border-color: rgba(252, 45, 151, 0.35);
}
.cd-eco-tab.is-active[data-eco='catalyst'] {
  color: var(--flame);
  background: rgba(253, 124, 119, 0.12);
  border-color: rgba(253, 124, 119, 0.35);
}
.cd-eco-panels { padding: clamp(22px, 3vw, 36px); }
.cd-eco-panel[hidden] { display: none; }
.cd-eco-panel-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cd-eco-panel-head-main { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.cd-eco-panel-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
}
.cd-eco-panel[data-eco='village'] .cd-eco-panel-title { color: var(--pink); }
.cd-eco-panel[data-eco='catalyst'] .cd-eco-panel-title { color: var(--flame); }
.cd-eco-panel-badge {
  padding: 6px 12px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  border: 1px solid rgba(134, 250, 119, 0.45);
  border-radius: 6px;
}
.cd-eco-panel-badge--pink {
  color: var(--pink);
  border-color: rgba(252, 45, 151, 0.45);
}
.cd-eco-panel-badge--flame {
  color: var(--flame);
  border-color: rgba(253, 124, 119, 0.45);
}
.cd-eco-panel-tagline {
  margin: 0;
  max-width: 340px;
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.42);
}
.cd-eco-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 28px;
}
.cd-eco-col { padding: clamp(20px, 2.8vw, 28px); }
.cd-eco-col--get {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}
.cd-eco-col-label {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
}
.cd-eco-panel[data-eco='village'] .cd-eco-col-label:not(.cd-eco-col-label--muted) { color: var(--pink); }
.cd-eco-panel[data-eco='catalyst'] .cd-eco-col-label:not(.cd-eco-col-label--muted) { color: var(--flame); }
.cd-eco-col-label--muted { color: rgba(255, 255, 255, 0.38); }
.cd-eco-col-lead {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
}
.cd-eco-col-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}
.cd-eco-col-list li { position: relative; padding-left: 18px; margin-bottom: 10px; }
.cd-eco-col-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}
.cd-eco-col-list--pink li::before { background: var(--pink); }
.cd-eco-col-list--flame li::before { background: var(--flame); }
.cd-eco-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.cd-eco-pill {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.cd-eco-pill--pink {
  border-color: rgba(252, 45, 151, 0.35);
}

.cd-eco-pill--flame {
  border-color: rgba(253, 124, 119, 0.35);
}
.cd-eco-cta {
  width: 100%;
  justify-content: center;
  background: var(--lime) !important;
  color: var(--navy) !important;
  border-color: var(--lime) !important;
}
.cd-eco-cta--pink {
  background: var(--pink) !important;
  color: #fff !important;
  border-color: var(--pink) !important;
}
.cd-eco-cta--flame {
  background: var(--flame) !important;
  color: var(--navy) !important;
  border-color: var(--flame) !important;
}
.cd-eco-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cd-eco-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 8px;
}
.cd-eco-feat-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: var(--lime);
  border-radius: 12px;
  background: rgba(134, 250, 119, 0.08);
  border: 1px solid rgba(134, 250, 119, 0.22);
}
.cd-eco-feat-ic--pink {
  color: var(--pink);
  background: rgba(252, 45, 151, 0.08);
  border-color: rgba(252, 45, 151, 0.25);
}

.cd-eco-feat-ic--flame {
  color: var(--flame);
  background: rgba(253, 124, 119, 0.1);
  border-color: rgba(253, 124, 119, 0.28);
}
.cd-eco-feat-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.cd-eco-feat-sub { font-size: 12px; color: rgba(255, 255, 255, 0.45); max-width: 140px; }

/* Pricing */
.cd-pricing-sec { padding: var(--cd-rhythm-section) 0; }
.cd-pricing-sec .cd-sec-deck-v2 strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}
.cd-pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.cd-price-toggle-btn {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  cursor: pointer;
}
.cd-price-toggle-btn.is-active {
  background: rgba(252, 45, 151, 0.2);
  border-color: var(--pink);
  color: #fff;
}
.cd-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.mem-tier-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px;
  background: rgba(255, 255, 255, 0.03);
}
.mem-tier-h { margin: 0 0 8px; font-size: 20px; color: #fff; }
.mem-tier-bridge {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(134, 250, 119, 0.9);
  letter-spacing: 0.02em;
}
.mem-tier-for {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}
.mem-tier-price { font-size: 28px; font-weight: 800; color: var(--lime); margin-bottom: 16px; }
.mem-tier-actions { display: flex; flex-direction: column; gap: 10px; }
.mem-tier-actions .mem-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  font-size: 13px;
}
.mem-btn {
  display: inline-flex;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mem-btn--primary { background: var(--pink); color: #fff; }
.mem-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(255, 0, 144, 0.35); color: #fff; }
.mem-btn--ghost { border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; }
.mem-btn--ghost:hover { border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.mem-btn--catalyst {
  background: linear-gradient(115deg, #ff0090 0%, #a855f7 48%, #00c853 100%);
  background-size: 160% 100%;
  color: #fff;
  border: none;
  box-shadow: 0 12px 36px rgba(168, 85, 247, 0.28);
}
.mem-btn--catalyst:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(255, 0, 144, 0.35);
  color: #fff;
}
.mem-benefits { margin: 20px 0 0; padding: 0; list-style: none; font-size: 14px; color: rgba(255, 255, 255, 0.55); }
.mem-benefits li { margin-bottom: 8px; padding-left: 16px; position: relative; }
.mem-benefits li::before { content: '·'; position: absolute; left: 0; color: var(--lime); }

.cd-pricing--yearly .mem-price-monthly { display: none; }
.cd-pricing--monthly .mem-price-yearly { display: none; }

.cd-pricing--yearly .mem-suf-mo { display: none; }
.cd-pricing--monthly .mem-suf-yr { display: none; }

.mem-price-suffix {
  font-size: 0.9em;
  opacity: 0.85;
}

/* Events horizon */
.cd-events-sec { padding: var(--cd-rhythm-section-tight) 0 var(--cd-rhythm-section); }
.cd-event-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 32px);
}

/* Caribbean Diaspora page only: stack upcoming cards vertically */
body.caribbean-diaspora-page .cd-event-grid-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.6vw, 28px);
}

/* Caribbean Diaspora page only: shorter cards, image left / content right */
body.caribbean-diaspora-page .cd-event-card-v2 {
  flex-direction: row;
  align-items: stretch;
}

body.caribbean-diaspora-page .cd-event-card-v2-media {
  flex: 0 0 clamp(160px, 22vw, 240px);
  aspect-ratio: auto;
}

body.caribbean-diaspora-page .cd-event-card-v2-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.caribbean-diaspora-page .cd-event-card-v2-body {
  padding: clamp(16px, 2.2vw, 22px);
  gap: 10px;
}

body.caribbean-diaspora-page .cd-event-title-v2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.caribbean-diaspora-page .cd-event-card-v2-body > p {
  flex: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 720px) {
  body.caribbean-diaspora-page .cd-event-card-v2 {
    flex-direction: column;
  }
  body.caribbean-diaspora-page .cd-event-card-v2-media {
    flex-basis: auto;
    aspect-ratio: 16 / 10;
  }
}
.cd-event-card-v2 {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.28);
}
.cd-event-card-v2-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.cd-event-card-v2-body {
  padding: clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.cd-event-title-v2 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #fff;
}
.cd-event-card-v2-body > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
  flex: 1;
}
.cd-event-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(253, 124, 119, 0.9);
}
.cd-event-kicker--next { text-transform: none; letter-spacing: 0.02em; color: rgba(134, 250, 119, 0.9); font-weight: 600; }
.cd-event-card-v2 .cd-btn { margin-top: auto; align-self: flex-start; }
.cd-btn--long { white-space: normal; text-align: center; line-height: 1.35; padding: 12px 16px; }

/* CTA bands */
.cd-cta-band {
  padding: clamp(80px, 12vw, 140px) clamp(22px, 5vw, 74px);
  text-align: center;
}
.cd-cta-inner { max-width: 720px; margin: 0 auto; }
.cd-cta-h { margin: 0 0 16px; font-size: clamp(28px, 3.5vw, 44px); color: #fff; }
.cd-cta-p { margin: 0 0 28px; font-size: 17px; color: rgba(255, 255, 255, 0.55); }

/* Buttons — align with page */
.cd-page .cd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-page .cd-btn-primary {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.cd-page .cd-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.cd-page .cd-btn-sm { padding: 10px 18px; font-size: 13px; }
.cd-page .cd-btn-lg { padding: 16px 28px; font-size: 15px; }

/* Reveal */
.cd-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.cd-reveal.cd-reveal--in { opacity: 1; transform: none; }

/* Pillar grid */
.cd-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
}
.cd-pillar-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.2vw, 28px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.cd-pillar-h {
  margin: 0 0 14px;
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.cd-pillar-card .cd-pillar-lead {
  margin: 0 0 14px;
}
.cd-pillar-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  flex: 1;
}

@media (max-width: 1024px) {
  .cd-hero-grid-v2 { grid-template-columns: 1fr; }
  .cd-hero-visual-v2 { order: -1; min-height: 240px; }
  .cd-global-grid,
  .cd-pillar-grid,
  .cd-tier-grid,
  .cd-event-grid-v2 { grid-template-columns: 1fr; }
  .cd-stat-panel { grid-template-columns: 1fr; text-align: center; }

  .cd-stat-panel--rich .cd-stat-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .cd-eco-split { grid-template-columns: 1fr; }
  .cd-eco-col--get { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .cd-eco-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .cd-eco-tablist { flex-wrap: nowrap; overflow-x: auto; }
  .cd-eco-tab { flex: 0 0 auto; }
  .cd-eco-features { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cd-parallax-bg { animation: none; }
  [data-cd-parallax-bg] {
    transform: none !important;
  }
  [data-cd-img-parallax] img {
    transform: none !important;
  }
  .cd-hero-bg-video-wrap video {
    transform: none !important;
  }
}
