/* ============================================================
   WHO.CSS  — We Who Launch page styles
   Sections covered in this file:
     • wwl-hero        (Section 1 · Hero)
     • wwl-story       (Section 2 · Meaningful Ventures)
     • wwl-comparison  (Section 3 · Purpose vs Funding)
   ============================================================ */

/* ── Page-level resets ── */

/* Override the global body font colour so white shows on dark bgs */
.who-page {
  color: #f8fafc;
}

/* Sections within .who-page should not be forced to 100vh by global reset */
.who-page section {
  min-height: auto;
  scroll-snap-align: none;
}

/* Account for fixed sticky header height (~64px) */
.who-main {
  padding-top: 64px;
}

/* ── Shared animation utility ── */

[data-wwl-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-wwl-anim].wwl-anim--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Shared button ── */

.wwl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.25s ease, background 0.3s ease;
}

.wwl-btn--hero {
  padding: 0.85rem 2.6rem;
  background: linear-gradient(135deg, #1a6b3a 0%, #25a05a 60%, #2dce7a 100%);
  color: #ffffff;
  border: 1.5px solid rgba(45, 206, 122, 0.45);
  box-shadow:
    0 0 18px rgba(37, 160, 90, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.12);
  margin-top: 2.4rem;
}

.wwl-btn--hero:hover {
  background: linear-gradient(135deg, #22844a 0%, #2dce7a 60%, #3effa0 100%);
  box-shadow:
    0 0 32px rgba(45, 206, 122, 0.65),
    0 4px 20px rgba(37, 160, 90, 0.4),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transform: translateY(-2px);
  color: #ffffff;
}


/* ============================================================
   SECTION 1 · HERO
   ============================================================ */

.wwl-hero {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/who-bg-01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Dark overlay for text legibility */
.wwl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6, 10, 10, 0.82) 0%,
    rgba(6, 10, 10, 0.58) 50%,
    rgba(6, 10, 10, 0.10) 100%
  );
  z-index: 1;
}

/* Green atmospheric glow (left area) */
.wwl-hero__glow {
  position: absolute;
  bottom: -80px;
  left: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 160, 90, 0.18) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.wwl-hero__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
}

.wwl-hero__row {
  width: 100%;
  min-height: 100vh;
  padding: 7rem 0 4rem;
}

.wwl-hero__brand {
  position: absolute;
  top: 2.5rem;
  left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wwl-brand-we {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: italic;
  color: #11a646;
  line-height: 1;
  margin-bottom: -0.1rem;
}

.wwl-brand-who-row {
  position: relative;
  display: flex;
  align-items: center;
}

.wwl-brand-separator {
  position: absolute;
  right: 100%;
  margin-right: 0.2rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #11a646;
  line-height: 1;
  top: 1px;
}

.wwl-brand-who {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.wwl-brand-launch {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.wwl-brand-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.4);
  margin-bottom: 0.4rem;
}

.wwl-brand-tagline {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #ffffff;
}

/* ── Hero copy ── */

.wwl-hero__heading {
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}

.wwl-hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.wwl-hero__footnote {
  font-size: clamp(0.82rem, 1.1vw, 0.95rem);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-bottom: 0;
}

.wwl-hero__visual-col {
  /* The illustration lives in the background image itself */
  min-height: 1px;
}

/* ── Hero responsive ── */

@media (max-width: 991px) {
  .wwl-hero__row {
    padding: 6rem 0 3rem;
    min-height: auto;
  }
  .wwl-hero__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wwl-hero__brand {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .wwl-hero {
    background-position: 65% center;
  }
  .wwl-hero__heading {
    font-size: 2.1rem;
  }
  .wwl-hero__sub br {
    display: none;
  }
}


/* ============================================================
   SECTION 2 · STORY — Every Meaningful Venture
   ============================================================ */

.wwl-story {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Semi-dark overlay so text sits on top of the illustration bg */
.wwl-story__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 15, 0.88) 0%,
    rgba(10, 18, 15, 0.75) 50%,
    rgba(10, 18, 15, 0.92) 100%
  );
  z-index: 1;
}

.wwl-story__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Story heading ── */

.wwl-story__heading-row {
  margin-bottom: 2.8rem;
}

.wwl-story__title {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 700;
  color: #c9ebd4; /* greeny tint matching the theme */
  line-height: 1.2;
}

/* ── Story cards ── */

.wwl-story-card {
  background: rgba(18, 28, 22, 0.82);
  border: 1.5px solid rgba(62, 207, 142, 0.4);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.wwl-story-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 12px 40px rgba(37, 160, 90, 0.25),
    0 0 0 1px rgba(62, 207, 142, 0.5);
  border-color: rgba(62, 207, 142, 0.7);
}

.wwl-story-card__image-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  background-image: url('../images/who-bg-02.jpg');
  background-repeat: no-repeat;
  background-size: 310% auto;  /* show roughly 1/3 of the wide image at a time */
}

/* Card 1 — left third: woman with question marks */
.wwl-story-card__image-wrap--1 {
  background-position: 8% center;
}

/* Card 2 — centre third: whiteboard presenter */
.wwl-story-card__image-wrap--2 {
  background-position: 50% center;
}

/* Card 3 — right third: stressed woman on floor */
.wwl-story-card__image-wrap--3 {
  background-position: 90% center;
}

.wwl-story-card__text {
  padding: 1.2rem 1.8rem 1.8rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: -0.01em;
  flex: 1;
  margin: 0;
}

/* ── Story responsive ── */

@media (max-width: 767px) {
  .wwl-story__title br {
    display: none;
  }
  .wwl-story-card__image-wrap {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .wwl-story__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}


/* ============================================================
   SECTION 3 · COMPARISON — Purpose vs Funding
   ============================================================ */

.wwl-comparison {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-comparison__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 16, 13, 0.82) 0%,
    rgba(8, 16, 13, 0.70) 50%,
    rgba(8, 16, 13, 0.88) 100%
  );
  z-index: 1;
}

.wwl-comparison__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Comparison heading ── */

.wwl-comparison__heading-row {
  margin-bottom: 2.8rem;
}

.wwl-comparison__title {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 700;
  color: #c9ebd4;
  line-height: 1.2;
}

/* ── Comparison box wrapper ── */

.wwl-comparison-box {
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
}

/* Vertical divider (hidden as we use borders on panels) */
.wwl-comparison-divider {
  display: none;
}

/* ── Shared panel styles ── */

.wwl-comparison-panel {
  flex: 1;
  padding: 3.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}

.wwl-comparison-panel--traditional {
  background: rgba(18, 28, 22, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-right: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.wwl-comparison-panel--wwl {
  background: rgba(10, 22, 16, 0.88);
  border: 2px solid #3ecf8e;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Panel heading */
.wwl-comparison-panel__heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: center;
}

/* Icon container */
.wwl-comparison-panel__icon {
  height: clamp(72px, 8vw, 100px);
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wwl-comparison-panel__icon img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Bullet list */
.wwl-comparison-panel__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 3rem;
  display: table; /* Centers block, left-aligns text, handles wrapping */
}

.wwl-comparison-panel__list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.wwl-comparison-panel__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -0.1em;
  font-size: 1.4em;
  color: #ffffff;
  line-height: 1;
}

/* Central question box */
.wwl-comparison-panel__cq {
  margin: auto auto 0; /* Center horizontally, push to bottom */
  width: 100%;
  max-width: 350px; /* Constrain width to match Figma margins */
  padding: 1.2rem;
  border-radius: 12px;
  text-align: center;
}

.wwl-comparison-panel__cq--traditional {
  background: #d4dbda;
}
.wwl-comparison-panel__cq--traditional .wwl-comparison-panel__cq-label,
.wwl-comparison-panel__cq--traditional .wwl-comparison-panel__cq-text {
  color: #1a1a1a;
}

.wwl-comparison-panel__cq--wwl {
  background: #a9e0c5;
}
.wwl-comparison-panel__cq--wwl .wwl-comparison-panel__cq-label,
.wwl-comparison-panel__cq--wwl .wwl-comparison-panel__cq-text {
  color: #0d2a1b;
}

.wwl-comparison-panel__cq-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.wwl-comparison-panel__cq-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

/* ── Comparison responsive ── */

@media (max-width: 767px) {
  .wwl-comparison-box {
    flex-direction: column;
  }

  .wwl-comparison-panel--traditional {
    border-right: 2px solid rgba(255, 255, 255, 0.18);
    border-bottom: none;
    border-radius: 16px 16px 0 0;
  }

  .wwl-comparison-panel--wwl {
    border-radius: 0 0 16px 16px;
  }

  .wwl-comparison__title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .wwl-comparison__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .wwl-comparison-panel {
    padding: 1.6rem 1.4rem;
  }
}



/* ============================================================
   SECTION 4 · BRIDGE — Bridging the Gap
   ============================================================ */

.wwl-bridge {
  position: relative;
  min-height: 80vh;
  background-image: url('../images/who-bg-04.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-bridge__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 12, 8, 0.82) 0%,
    rgba(5, 12, 8, 0.55) 50%,
    rgba(5, 12, 8, 0.88) 100%
  );
  z-index: 1;
}

.wwl-bridge__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wwl-bridge__heading-row {
  margin-bottom: 3rem;
}

.wwl-bridge__title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

/* ── Three-column bridge layout ── */

.wwl-bridge__columns-row {
  margin-bottom: 2rem;
}

.wwl-bridge__side-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
}

.wwl-bridge__side-icon {
  width: 72px;
  height: 60px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(62, 207, 142, 0.5));
}

.wwl-bridge__side-icon svg {
  width: 100%;
  height: 100%;
}

.wwl-bridge__side-label {
  font-size: clamp(0.82rem, 1.05vw, 0.96rem);
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

/* Centre block */
.wwl-bridge__col-centre {
  display: flex;
  justify-content: center;
}

.wwl-bridge__centre-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}

.wwl-bridge__wwl-badge {
  background: linear-gradient(90deg, #1a6b3a, #25a05a, #1a6b3a);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.45rem 1.6rem;
  border-radius: 4px;
  letter-spacing: 0.02em;
  box-shadow: 0 0 14px rgba(37, 160, 90, 0.5);
}

.wwl-bridge__centre-text {
  font-size: clamp(0.85rem, 1.1vw, 0.98rem);
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  max-width: 30rem;
  margin: 0;
}

/* Bottom note */
.wwl-bridge__note-row {
  margin-top: 1.5rem;
}

.wwl-bridge__note-text {
  font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  font-style: italic;
  margin: 0;
  border-left: 2px solid rgba(62, 207, 142, 0.4);
  padding-left: 0.9rem;
}

/* ── Bridge responsive ── */

@media (max-width: 767px) {
  .wwl-bridge__col-left,
  .wwl-bridge__col-right {
    order: 2;
  }
  .wwl-bridge__col-centre {
    order: 1;
    margin-bottom: 1.5rem;
  }
  .wwl-bridge__columns-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}


/* ============================================================
   SECTION 5 · ARCHITECTURE — Purposeful Enterprise
   ============================================================ */

.wwl-architecture {
  position: relative;
  min-height: 80vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-architecture__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 14, 10, 0.72);
  z-index: 1;
}

.wwl-architecture__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wwl-architecture__heading-row {
  margin-bottom: 2.8rem;
}

.wwl-architecture__title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

/* ── Architecture hub grid ── */

.wwl-arch-grid {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.wwl-arch-col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.wwl-arch-col--left,
.wwl-arch-col--right {
  flex: 1;
}

.wwl-arch-col--centre {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Architecture card ── */

.wwl-arch-card {
  background: rgba(10, 22, 16, 0.80);
  border: 1.5px solid rgba(62, 207, 142, 0.35);
  border-radius: 10px;
  padding: 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.wwl-arch-card:hover {
  border-color: rgba(62, 207, 142, 0.65);
  box-shadow: 0 8px 28px rgba(37, 160, 90, 0.2);
  transform: translateY(-3px);
}

.wwl-arch-card__icon {
  height: clamp(34px, 3vw, 44px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 5px rgba(62, 207, 142, 0.45));
}

/* Height-driven so wide and square icon art both stay in proportion. */
.wwl-arch-card__icon svg,
.wwl-arch-card__icon img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.wwl-arch-card__heading {
  font-size: clamp(0.85rem, 1.05vw, 0.97rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.wwl-arch-card__text {
  font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
}

/* ── Architecture hub circle ── */

.wwl-arch-hub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwl-arch-hub__outer {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #3ecf8e;
  background: rgba(10, 28, 18, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 28px rgba(62, 207, 142, 0.45),
    0 0 60px rgba(37, 160, 90, 0.2),
    inset 0 0 30px rgba(62, 207, 142, 0.08);
  position: relative;
}

/* Inner filled circle within the outer ring */
.wwl-arch-hub__inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(18, 40, 28, 0.9);
  border: 2px solid rgba(62, 207, 142, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwl-arch-hub__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}

/* ── Architecture responsive ── */

@media (max-width: 991px) {
  .wwl-arch-grid {
    flex-direction: column;
  }
  .wwl-arch-col--left,
  .wwl-arch-col--right {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
  .wwl-arch-card {
    flex: 1;
  }
  .wwl-arch-col--centre {
    flex: 0 0 auto;
  }
  .wwl-arch-hub__outer {
    width: 160px;
    height: 160px;
  }
  .wwl-arch-hub__inner {
    width: 105px;
    height: 105px;
  }
}

@media (max-width: 575px) {
  .wwl-arch-col--left,
  .wwl-arch-col--right {
    flex-direction: column;
  }
  .wwl-architecture__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}


/* ============================================================
   SECTION 6 · ROADMAP — A Structured Approach to Market Mastery
   ============================================================ */

.wwl-roadmap {
  position: relative;
  min-height: 80vh;
  background-image: url('../images/who-bg-06.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-roadmap__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 12, 8, 0.82) 0%,
    rgba(4, 12, 8, 0.60) 50%,
    rgba(4, 12, 8, 0.88) 100%
  );
  z-index: 1;
}

.wwl-roadmap__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wwl-roadmap__heading-row {
  margin-bottom: 3rem;
}

.wwl-roadmap__title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

/* ── Roadmap wrapper: labels-above | track | labels-below ── */

.wwl-roadmap-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Labels rows ── */

.wwl-roadmap-labels {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem;
}

.wwl-roadmap-labels--top {
  margin-bottom: 0.5rem;
}

.wwl-roadmap-labels--bottom {
  margin-top: 0.5rem;
}

.wwl-roadmap-label {
  width: 26%;
  text-align: center;
}

/* Steps 1 & 3 are above — align to their node positions */
.wwl-roadmap-labels--top .wwl-roadmap-label--1 { margin-left: 0; margin-right: auto; }
.wwl-roadmap-labels--top .wwl-roadmap-label--3 { margin-left: auto; margin-right: 0; }

/* Steps 2 & 4 are below */
.wwl-roadmap-labels--bottom .wwl-roadmap-label--2 { margin-left: 12%; }
.wwl-roadmap-labels--bottom .wwl-roadmap-label--4 { margin-left: auto; }

.wwl-roadmap-label__step {
  font-size: clamp(0.8rem, 1vw, 0.92rem);
  font-weight: 700;
  color: #3ecf8e;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.wwl-roadmap-label__desc {
  font-size: clamp(0.75rem, 0.92vw, 0.85rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
  margin: 0;
}

/* ── Glowing track ── */

.wwl-roadmap-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 72px;
}

/* Horizontal glowing line connecting nodes */
.wwl-roadmap-track__line {
  position: absolute;
  left: calc(2rem + 36px);
  right: calc(2rem + 36px);
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(62,207,142,0.2) 0%, #3ecf8e 40%, #3ecf8e 100%);
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(62, 207, 142, 0.6);
}

/* ── Individual nodes ── */

.wwl-roadmap-node {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d7a45, #3ecf8e);
  border: 3px solid #3ecf8e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    0 0 18px rgba(62, 207, 142, 0.55),
    0 0 36px rgba(37, 160, 90, 0.25);
}

.wwl-roadmap-node span {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

/* Step 1 — dim / greyed out (not yet glowing) */
.wwl-roadmap-node--dim {
  background: linear-gradient(135deg, #1e2a22, #2c3d34);
  border-color: rgba(255,255,255,0.35);
  box-shadow: none;
}

.wwl-roadmap-node--dim span {
  color: rgba(255,255,255,0.65);
}

/* Step 4 — brightest, with extra outer glow ring */
.wwl-roadmap-node--active {
  background: linear-gradient(135deg, #25a05a, #3ecf8e);
  border-color: #ffffff;
  box-shadow:
    0 0 0 5px rgba(62, 207, 142, 0.25),
    0 0 24px rgba(62, 207, 142, 0.75),
    0 0 50px rgba(37, 160, 90, 0.45);
}

/* ── Roadmap responsive ── */

@media (max-width: 767px) {
  /* Stack everything vertically on mobile */
  .wwl-roadmap-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .wwl-roadmap-labels--top,
  .wwl-roadmap-labels--bottom {
    display: none; /* hide top/bottom float layout */
  }

  .wwl-roadmap-track {
    justify-content: space-evenly;
    height: 60px;
    padding: 0 1rem;
  }

  .wwl-roadmap-node {
    width: 56px;
    height: 56px;
  }

  .wwl-roadmap-track__line {
    left: calc(1rem + 28px);
    right: calc(1rem + 28px);
  }

  /* Show as simple step list below */
  .wwl-roadmap__container::after {
    content: "";
    display: block;
  }

  .wwl-roadmap-labels {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0;
    margin-top: 1.5rem;
  }

  .wwl-roadmap-label {
    width: 100%;
    text-align: left;
    border-left: 3px solid rgba(62, 207, 142, 0.5);
    padding-left: 0.8rem;
  }

  .wwl-roadmap-labels--top .wwl-roadmap-label--1,
  .wwl-roadmap-labels--top .wwl-roadmap-label--3,
  .wwl-roadmap-labels--bottom .wwl-roadmap-label--2,
  .wwl-roadmap-labels--bottom .wwl-roadmap-label--4 {
    margin: 0;
  }

  /* On mobile show a single labels block after the track */
  .wwl-roadmap-labels--top {
    display: flex;
    order: 1;
  }
  .wwl-roadmap-labels--bottom {
    display: flex;
    order: 2;
  }
}

@media (max-width: 575px) {
  .wwl-roadmap__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}


/* ============================================================
   SECTION 7 · FOUNDATION — Clarity Community Capital
   ============================================================ */


.wwl-foundation {
  position: relative;
  min-height: 80vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-foundation__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 14, 10, 0.78) 0%,
    rgba(6, 14, 10, 0.65) 40%,
    rgba(6, 14, 10, 0.90) 100%
  );
  z-index: 1;
}

.wwl-foundation__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Foundation heading ── */

.wwl-foundation__heading-row {
  margin-bottom: 1.6rem;
}

.wwl-foundation__title {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

/* ── Green tagline banner ── */

.wwl-foundation__banner {
  background: linear-gradient(90deg, #1a6b3a 0%, #25a05a 50%, #1a6b3a 100%);
  border-radius: 4px;
  padding: 0.85rem 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.wwl-foundation__banner-text {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── Foundation cards ── */

.wwl-foundation-card {
  background: rgba(10, 20, 15, 0.82);
  border: 1px solid rgba(62, 207, 142, 0.25);
  border-radius: 12px;
  padding: 2rem 1.6rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.wwl-foundation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(37, 160, 90, 0.22);
  border-color: rgba(62, 207, 142, 0.55);
}

.wwl-foundation-card__icon {
  height: clamp(56px, 5vw, 76px);
  margin-bottom: 1.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwl-foundation-card__icon svg,
.wwl-foundation-card__icon img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(62, 207, 142, 0.4));
}

.wwl-foundation-card__heading {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.9rem;
}

.wwl-foundation-card__text {
  font-size: clamp(0.87rem, 1.05vw, 0.96rem);
  color: rgba(255,255,255,0.8);
  line-height: 1.65;
  margin: 0;
}

/* ── Foundation responsive ── */

@media (max-width: 767px) {
  .wwl-foundation {
    min-height: auto;
  }
  .wwl-foundation__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}


/* ============================================================
   SECTION 5 · PHILOSOPHY — Different Expression. One Philosophy.
   ============================================================ */

.wwl-philosophy {
  position: relative;
  min-height: 80vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wwl-philosophy__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 14, 10, 0.72);
  z-index: 1;
}

.wwl-philosophy__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ── Philosophy heading ── */

.wwl-philosophy__heading-row {
  margin-bottom: 3rem;
}

.wwl-philosophy__title {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

/* ── Body row ── */

.wwl-philosophy__body-row {
  min-height: 360px;
}

/* Side text columns */
.wwl-philosophy__left-text,
.wwl-philosophy__right-text {
  display: flex;
  align-items: center;
}

.wwl-philosophy__side-text {
  font-size: clamp(0.87rem, 1.1vw, 1rem);
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  text-align: center;
  margin: 0;
}

/* ── Nested circle diagram ── */

.wwl-philosophy__diagram-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wwl-philosophy-diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Outer ring — The Spectrum Within™ */
.wwl-philosophy-outer {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: rgba(20, 40, 30, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2.2rem;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 0 30px rgba(37, 160, 90, 0.12);
}

.wwl-philosophy-outer__label {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

/* Inner circle — We Who Launch */
.wwl-philosophy-inner {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1d7a45 0%, #25a05a 50%, #3ecf8e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 32px rgba(62, 207, 142, 0.55),
    0 0 60px rgba(37, 160, 90, 0.35),
    inset 0 2px 0 rgba(255,255,255,0.15);
}

.wwl-philosophy-inner__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
}

/* ── Philosophy responsive ── */

@media (max-width: 991px) {
  .wwl-philosophy__body-row {
    flex-direction: column;
    gap: 2rem;
    min-height: auto;
  }
  .wwl-philosophy__left-text,
  .wwl-philosophy__right-text {
    justify-content: center;
    text-align: center;
  }
  .wwl-philosophy__side-text {
    max-width: 36rem;
  }
}

@media (max-width: 575px) {
  .wwl-philosophy-outer {
    width: 260px;
    height: 260px;
    padding-top: 1.6rem;
  }
  .wwl-philosophy-inner {
    width: 135px;
    height: 135px;
    bottom: 22px;
  }
  .wwl-philosophy__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}


/* ============================================================
   SECTION 6 · CTA — Your Blueprint Awaits
   ============================================================ */

.wwl-cta {
  position: relative;
  min-height: 70vh;
  background-image: url('../images/who-bg-08.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Deeper overlay for the CTA section — darker than philosophy */
.wwl-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 9, 6, 0.88) 0%,
    rgba(3, 9, 6, 0.80) 50%,
    rgba(3, 9, 6, 0.95) 100%
  );
  z-index: 1;
}

/* Central radial glow behind the text */
.wwl-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(37, 160, 90, 0.18) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.wwl-cta__container {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwl-cta__container > .row {
  width: 100%;
  margin: 0;
  justify-content: center;
}

.wwl-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.25rem;
}

/* ── CTA heading ── */

.wwl-cta__heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 1.75rem;
  width: 100%;
}

/* ── CTA taglines ── */

.wwl-cta__taglines {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 0 2.5rem;
}

.wwl-cta__taglines p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.85;
  text-align: center;
  margin: 0;
  width: 100%;
}

/* ── CTA button ── */

.wwl-btn--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
  padding: 0.9rem 2.75rem;
  background: linear-gradient(180deg, #1f5c3a 0%, #0f2f1e 55%, #0a1f14 100%);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
}

.wwl-btn--cta:hover {
  background: linear-gradient(180deg, #267447 0%, #143d28 55%, #0d281a 100%);
  border-color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

/* ── CTA responsive ── */

@media (max-width: 575px) {
  .wwl-cta {
    min-height: 60vh;
  }

  .wwl-cta__content {
    padding: 4rem 1rem;
  }

  .wwl-cta__heading {
    font-size: 1.9rem;
  }

  .wwl-cta__taglines p {
    font-size: 1.05rem;
  }
}

