/* ==========================================================================
   STTELAR WORKFORCE — landing page
   Reuses global .section / .card / .btn-* / .stats-strip / .banner-* + tracking.css
   for plans-shell and challenge-card patterns. Adds .wf-* for new components.
   ========================================================================== */

/* ===================== HERO ===================== */
#wf-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--bg);
  overflow: hidden;
}

/* Desktop: pin hero to a single viewport and keep all content within it. */
@media (min-width: 1025px) {
  #wf-hero {
    height: 100vh;
    min-height: 640px;
    max-height: 100vh;
  }
  .wf-hero-inner {
    padding: clamp(72px, 10vh, 100px) 32px clamp(44px, 6vh, 60px);
  }
  .wf-scroll-hint { bottom: clamp(20px, 3vh, 36px); }
}

#workforceCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.wf-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 12% 55%, rgba(5,5,8,.72) 0%, transparent 70%),
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(5,5,8,.92) 0%, transparent 62%),
    radial-gradient(ellipse 50% 50% at 100% 0%, rgba(5,5,8,.55) 0%, transparent 65%);
}

.wf-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 32px 56px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 72px;
  align-items: center;
}

.wf-hero-text {
  position: relative;
}

.wf-eyebrow {
  opacity: 0;
  animation: fade-up .7s var(--ease) .3s both;
}

.wf-title {
  font-size: clamp(34px, 4.6vw, 60px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.025em;
  margin: 14px 0 18px;
  color: #fff;
}

.wf-title .reveal-line { display: block; }

.wf-sub-accent {
  color: rgba(255,255,255,.25);
  font-weight: 300;
}

.wf-lead {
  font-size: 14.5px;
  font-weight: 300;
  color: #9095a5;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 500px;
}

.wf-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.wf-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 300;
  color: #9ea3b4;
}

.wf-feat-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0,204,255,.5);
}

.wf-feat-dot.purple { background: var(--purple); box-shadow: 0 0 8px rgba(123,45,255,.5); }
.wf-feat-dot.blue   { background: var(--blue);   box-shadow: 0 0 8px rgba(0,102,255,.5); }

.wf-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ===================== HERO DASHBOARD ===================== */
.wf-hero-dash {
  opacity: 0;
  animation: fade-up .9s var(--ease) .8s both;
}

.wf-dashboard {
  background: rgba(8,8,18,.94);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  padding: 20px;
  box-shadow:
    0 0 0 1px rgba(123,45,255,.08),
    0 40px 100px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.wf-dash-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.wf-dash-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 400;
  color: #22c55e;
  letter-spacing: .08em;
}

.wf-dash-live .live-pip {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 1.8s ease-in-out infinite;
}

.wf-dash-label {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  color: #b3b8c8;
  letter-spacing: .08em;
}

.wf-dash-time {
  font-size: 10px;
  font-weight: 300;
  color: #75798a;
  font-variant-numeric: tabular-nums;
}

.wf-dash-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.wf-metric-block {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 14px;
}

.wf-metric-label {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #75798a;
  margin-bottom: 8px;
}

.wf-metric-val {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 10px;
}

.wf-metric-val small {
  font-size: 14px;
  color: #82869a;
}

.wf-progress {
  height: 2px;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}

.wf-progress-fill {
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--cyan), rgba(0,204,255,.6));
  border-radius: 2px;
  transition: width 1.5s cubic-bezier(.16,1,.3,1);
}

.wf-fill-purple {
  background: linear-gradient(90deg, var(--purple), rgba(123,45,255,.5));
}

.wf-metric-delta {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .04em;
  color: #22c55e;
}

.wf-minichart-wrap {
  background: rgba(255,255,255,.015);
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 14px;
}

#wfMiniChart {
  width: 100%;
  height: 56px;
  display: block;
}

.wf-dash-footer {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wf-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 9px;
  border-radius: 6px;
  letter-spacing: .04em;
}

.wf-status-pill.ok      { background: rgba(34,197,94,.06);  border: 1px solid rgba(34,197,94,.15);  color: #22c55e; }
.wf-status-pill.warning { background: rgba(255,170,0,.06);  border: 1px solid rgba(255,170,0,.15);  color: #ffaa00; }
.wf-status-pill.purple  { background: rgba(123,45,255,.06); border: 1px solid rgba(123,45,255,.18); color: #a585ff; }

.wf-status-pill .s-pip { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.wf-status-pill.ok .s-pip      { background: #22c55e; animation: pulse 2.4s infinite; }
.wf-status-pill.warning .s-pip { background: #ffaa00; animation: pulse 2.0s infinite; }
.wf-status-pill.purple .s-pip  { background: #a585ff; animation: pulse 2.6s infinite; }

/* Scroll hint reused from tracking — keep its own */
.wf-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  opacity: 0;
  animation: fade-up .6s var(--ease) 1.4s both;
}
.wf-scroll-hint span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .25em;
  color: #787d8f;
  text-transform: uppercase;
}
.wf-scroll-hint .scroll-line {
  width: 1px; height: 32px; background: rgba(255,255,255,.18);
  position: relative; overflow: hidden;
}
.wf-scroll-hint .scroll-line::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--cyan), transparent);
  animation: scroll-line 2s ease-in-out infinite;
}

/* ===================== MODULE NAV (sticky-ish strip) ===================== */
.wf-module-nav {
  background: var(--l-bg-alt);
  border-top: 1px solid var(--l-border);
  border-bottom: 1px solid var(--l-border);
  padding: 8px 0;
  position: relative;
  z-index: 3;
}

.wf-mod-grid {
  display: flex;
  flex-direction: column;
}

.wf-mod-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 14px 0;
}

.wf-mod-group + .wf-mod-group {
  border-top: 1px solid var(--l-border);
}

.wf-mod-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue);
  width: 200px;
  flex-shrink: 0;
  white-space: nowrap;
}

.wf-mod-group:nth-child(2) .wf-mod-label { color: var(--purple); }

.wf-mod-link {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--l-muted);
  letter-spacing: .005em;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color .2s, background .2s, border-color .2s;
}

.wf-mod-link:hover {
  color: var(--l-text);
  background: rgba(15,20,35,.04);
  border-color: var(--l-border);
}

/* ===================== VISÃO GERAL — 4 PILLARS ===================== */
.wf-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 72px;
}

.wf-pillar-card {
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wf-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0,102,255,.07);
  border: 1px solid rgba(0,102,255,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.wf-pillar-card[data-accent="#7b2dff"] .wf-pillar-icon {
  background: rgba(123,45,255,.07);
  border-color: rgba(123,45,255,.18);
  color: var(--purple);
}

.wf-pillar-card[data-accent="#00ccff"] .wf-pillar-icon {
  background: rgba(0,204,255,.06);
  border-color: rgba(0,204,255,.18);
  color: var(--cyan);
}

.wf-pillar-card[data-accent="#22c55e"] .wf-pillar-icon {
  background: rgba(34,197,94,.06);
  border-color: rgba(34,197,94,.18);
  color: #22c55e;
}

.wf-pillar-card h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--l-text);
  letter-spacing: -.005em;
}

.wf-pillar-card p {
  font-size: 13px;
  font-weight: 300;
  color: var(--l-muted);
  line-height: 1.7;
}

/* ===================== MÓDULOS — RH e DP grids ===================== */
.wf-mod-section + .wf-mod-section {
  margin-top: 80px;
}

.wf-mod-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.wf-mod-tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.wf-mod-tag.purple {
  background: linear-gradient(135deg, var(--purple), #b078ff);
}

.wf-mod-head h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 300;
  color: var(--l-text);
  letter-spacing: -.015em;
}

.wf-mod-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wf-mod-cards.dp {
  grid-template-columns: repeat(5, 1fr);
}

.wf-mod-card {
  position: relative;
  background: var(--l-card);
  border: 1px solid var(--l-border);
  border-radius: 16px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  box-shadow: var(--l-shadow);
}

.wf-mod-card:hover {
  border-color: rgba(0,102,255,.22);
  box-shadow: 0 16px 36px rgba(15,20,35,.08);
  transform: translateY(-3px);
}

.wf-mod-section.dp .wf-mod-card:hover {
  border-color: rgba(123,45,255,.28);
}

.wf-mod-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,102,255,.07);
  border: 1px solid rgba(0,102,255,.16);
  color: var(--blue);
}

.wf-mod-section.dp .wf-mod-card-icon {
  background: rgba(123,45,255,.07);
  border-color: rgba(123,45,255,.16);
  color: var(--purple);
}

.wf-mod-card h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--l-text);
  letter-spacing: -.005em;
}

.wf-mod-card p {
  font-size: 12px;
  font-weight: 400;
  color: var(--l-muted);
  line-height: 1.65;
}

.wf-mod-card-meta {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #82869a;
  text-transform: uppercase;
}

.wf-mod-card-meta::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
}

.wf-mod-section.dp .wf-mod-card-meta::before {
  background: var(--purple);
}

/* ===================== PEOPLE ANALYTICS — DARK BIG DASHBOARD ===================== */
.wf-analytics {
  position: relative;
  background: #0a0a0f;
  color: #fff;
  padding: 120px 0;
  z-index: 2;
  overflow: hidden;
}

.wf-analytics::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 80% 0%, rgba(0,102,255,.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 100%, rgba(123,45,255,.08), transparent 60%);
  pointer-events: none;
}

.wf-analytics .container { position: relative; z-index: 1; }

.wf-analytics .section-eyebrow { color: var(--cyan); }
.wf-analytics .section-title   { color: #fff; }
.wf-analytics .section-sub     { color: rgba(255,255,255,.55); }

.wf-pa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 56px;
}

.wf-pa-text h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 300;
  letter-spacing: -.015em;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
}

.wf-pa-text p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 440px;
}

.wf-pa-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.wf-pa-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  font-size: 12.5px;
  color: #c8ccd9;
  font-weight: 400;
}

.wf-pa-feat svg { color: var(--cyan); flex-shrink: 0; }

/* Big dashboard mock */
.wf-pa-dash {
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04);
}

.wf-pa-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.wf-pa-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: #aaa;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}

.wf-pa-filter svg { color: #6b7186; }

.wf-pa-export {
  margin-left: auto;
  font-size: 10px;
  color: var(--cyan);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(0,204,255,.06);
  border: 1px solid rgba(0,204,255,.18);
}

.wf-pa-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.wf-kpi {
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 12px;
}

.wf-kpi-label {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #75798a;
  margin-bottom: 6px;
}

.wf-kpi-val {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -.015em;
  margin-bottom: 6px;
}

.wf-kpi-val small { font-size: 11px; color: #82869a; }

.wf-kpi-spark {
  height: 22px;
  width: 100%;
  display: block;
}

.wf-kpi-trend {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
}
.wf-kpi-trend.up   { color: #22c55e; }
.wf-kpi-trend.down { color: #ef4444; }

.wf-pa-charts {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 10px;
}

.wf-pa-chartbig,
.wf-pa-side {
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 14px;
}

.wf-pa-chart-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}

.wf-pa-chart-title {
  font-size: 11px;
  font-weight: 500;
  color: #cfd2dc;
  letter-spacing: .04em;
}

.wf-pa-chart-tags {
  display: flex; gap: 6px;
}

.wf-pa-chart-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  color: #82869a;
}
.wf-pa-chart-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
}
.wf-pa-chart-tag.cy .dot { background: var(--cyan); }
.wf-pa-chart-tag.pr .dot { background: var(--purple); }

#wfPaChart {
  width: 100%;
  height: 160px;
  display: block;
}

.wf-pa-rank {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wf-pa-rank-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 10px;
}

.wf-pa-rank-row.gold { border-color: rgba(255,200,80,.2); }

.wf-pa-rank-pos {
  font-size: 11px;
  font-weight: 500;
  color: #82869a;
  width: 16px;
  text-align: center;
}
.wf-pa-rank-row.gold .wf-pa-rank-pos { color: #ffd06b; }

.wf-pa-rank-name {
  flex: 1;
  font-size: 11.5px;
  font-weight: 400;
  color: #cfd2dc;
}

.wf-pa-rank-bar {
  width: 60px;
  height: 4px;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
  overflow: hidden;
}

.wf-pa-rank-fill {
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 2px;
}

.wf-pa-rank-row.gold .wf-pa-rank-fill {
  background: linear-gradient(90deg, #ffaa00, #ffd06b);
}

.wf-pa-rank-pct {
  font-size: 11px;
  font-weight: 400;
  color: #cfd2dc;
  font-variant-numeric: tabular-nums;
  width: 32px;
  text-align: right;
}

/* Heatmap inside analytics */
.wf-pa-heatmap {
  margin-top: 10px;
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 12px;
  padding: 14px;
}

.wf-pa-heat-grid {
  display: grid;
  grid-template-columns: 90px repeat(7, 1fr);
  gap: 4px;
  margin-top: 10px;
}

.wf-pa-heat-cell {
  height: 20px;
  border-radius: 4px;
  background: rgba(0,102,255,calc(var(--v, 0.15)));
}

.wf-pa-heat-row-label {
  font-size: 10.5px;
  color: #82869a;
  display: flex; align-items: center;
}

.wf-pa-heat-day {
  font-size: 9.5px;
  color: #6b7186;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ===================== PESQUISA DE CLIMA ===================== */
.wf-climate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.wf-climate-text .body-text {
  margin-bottom: 28px;
}

.wf-climate-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.wf-climate-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--l-muted);
  line-height: 1.55;
  padding: 12px 14px;
  background: var(--l-card);
  border: 1px solid var(--l-border);
  border-radius: 12px;
}

.wf-climate-feat svg {
  flex-shrink: 0;
  color: var(--purple);
  margin-top: 2px;
}

.wf-climate-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wf-climate-card {
  background: #fff;
  border: 1px solid var(--l-border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--l-shadow);
}

.wf-climate-nps {
  display: flex;
  align-items: center;
  gap: 22px;
}

.wf-climate-gauge {
  position: relative;
  width: 120px;
  height: 70px;
  flex-shrink: 0;
}

.wf-climate-gauge svg {
  width: 100%; height: 100%;
}

.wf-climate-gauge-val {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 300;
  color: var(--l-text);
  letter-spacing: -.015em;
}

.wf-climate-nps-info strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 6px;
}

.wf-climate-nps-info p {
  font-size: 12.5px;
  font-weight: 300;
  color: var(--l-muted);
  line-height: 1.55;
  max-width: 220px;
}

/* Heatmap card */
.wf-climate-heat {
  display: grid;
  grid-template-columns: 90px repeat(5, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.wf-climate-heat-label,
.wf-climate-heat-col {
  font-size: 10.5px;
  font-weight: 400;
  color: var(--l-subtle);
}

.wf-climate-heat-col {
  text-align: center;
  letter-spacing: .04em;
}

.wf-climate-heat-cell {
  height: 22px;
  border-radius: 4px;
  background: rgba(123,45,255,calc(var(--v, .12)));
}

.wf-climate-heat-row-label {
  display: flex;
  align-items: center;
  font-size: 11.5px;
  color: var(--l-muted);
}

.wf-climate-card h4 {
  font-size: 13px;
  font-weight: 500;
  color: var(--l-text);
  margin-bottom: 4px;
  letter-spacing: -.005em;
}

.wf-climate-card .wf-climate-card-sub {
  font-size: 11px;
  color: var(--l-subtle);
  font-weight: 300;
}

/* Ranking inside climate */
.wf-climate-rank {
  display: flex; flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.wf-climate-rank-row {
  display: flex; align-items: center; gap: 12px;
}

.wf-climate-rank-name {
  flex: 1;
  font-size: 12.5px;
  color: var(--l-text);
  font-weight: 400;
}

.wf-climate-rank-bar {
  flex: 0 0 110px;
  height: 6px;
  background: rgba(123,45,255,.08);
  border-radius: 3px;
  overflow: hidden;
}

.wf-climate-rank-fill {
  height: 100%; width: var(--w);
  background: linear-gradient(90deg, var(--purple), #b078ff);
  border-radius: 3px;
}

.wf-climate-rank-pct {
  font-size: 11.5px;
  color: var(--l-muted);
  font-variant-numeric: tabular-nums;
  width: 36px;
  text-align: right;
}

/* ===================== ACADEMY ===================== */
.wf-academy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.wf-academy-mock {
  background: #fff;
  border: 1px solid var(--l-border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--l-shadow);
}

.wf-academy-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--l-border);
  margin-bottom: 16px;
}

.wf-academy-head strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--l-text);
  letter-spacing: -.005em;
}

.wf-academy-head span {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}

.wf-academy-courses {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}

.wf-academy-course {
  display: grid;
  grid-template-columns: 36px 1fr 50px;
  gap: 12px;
  align-items: center;
}

.wf-academy-course-ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(0,204,255,.08));
  border: 1px solid rgba(0,102,255,.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
}

.wf-academy-course-info strong {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--l-text);
  margin-bottom: 6px;
  letter-spacing: -.005em;
}

.wf-academy-course-bar {
  width: 100%;
  height: 4px;
  background: rgba(15,20,35,.06);
  border-radius: 2px;
  overflow: hidden;
}

.wf-academy-course-fill {
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 2px;
  transition: width 1.4s cubic-bezier(.16,1,.3,1);
}

.wf-academy-course-pct {
  font-size: 12px;
  font-weight: 500;
  color: var(--l-text);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.wf-academy-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--l-border);
}

.wf-academy-foot-stat {
  text-align: center;
}

.wf-academy-foot-stat strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--l-text);
  letter-spacing: -.015em;
}

.wf-academy-foot-stat span {
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--l-subtle);
}

/* Academy text features */
.wf-academy-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 28px;
}

.wf-academy-features div {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  color: var(--l-muted);
  font-weight: 400;
}

.wf-academy-features svg { color: var(--blue); flex-shrink: 0; }

/* ===================== ECOSSISTEMA ===================== */
.wf-ecosystem {
  position: relative;
  background: #0a0a0f;
  color: #fff;
  padding: 120px 0;
  z-index: 2;
  overflow: hidden;
}

.wf-ecosystem::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0,204,255,.08), transparent 60%);
  pointer-events: none;
}

.wf-ecosystem .container { position: relative; z-index: 1; }
.wf-ecosystem .section-eyebrow { color: var(--cyan); }
.wf-ecosystem .section-title { color: #fff; }
.wf-ecosystem .section-sub { color: rgba(255,255,255,.55); }

.wf-eco-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 80px;
  align-items: stretch;
}

.wf-eco-node {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 28px 26px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .3s, background .3s, transform .3s;
}

.wf-eco-node:hover {
  border-color: rgba(0,204,255,.28);
  background: rgba(0,204,255,.04);
  transform: translateY(-3px);
}

.wf-eco-node.featured {
  border-color: rgba(0,204,255,.35);
  background: linear-gradient(180deg, rgba(0,204,255,.06), rgba(0,204,255,.02));
  box-shadow: 0 24px 60px rgba(0,204,255,.06);
}

.wf-eco-node-tag {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
}

.wf-eco-node-tag.blue   { color: #5da0ff; }
.wf-eco-node-tag.purple { color: #b078ff; }

.wf-eco-node h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.005em;
}

.wf-eco-node p {
  font-size: 12.5px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
}

.wf-eco-node ul {
  list-style: none;
  margin-top: auto;
  display: flex; flex-direction: column;
  gap: 6px;
}

.wf-eco-node ul li {
  font-size: 11.5px;
  font-weight: 300;
  color: #c8ccd9;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wf-eco-node ul li::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  flex-shrink: 0;
}

.wf-eco-svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.wf-eco-line {
  fill: none;
  stroke: rgba(0,204,255,.3);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  animation: wf-flow 4s linear infinite;
}

.wf-eco-line.b { stroke: rgba(0,102,255,.35); animation-delay: -1.5s; }
.wf-eco-line.p { stroke: rgba(123,45,255,.35); animation-delay: -2.5s; }

@keyframes wf-flow {
  to { stroke-dashoffset: -16; }
}

.wf-eco-flow-pip {
  fill: var(--cyan);
  filter: drop-shadow(0 0 6px var(--cyan));
}

/* ===================== BENEFÍCIOS ===================== */
.wf-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 72px;
}

.wf-ben-card {
  background: var(--l-card);
  border: 1px solid var(--l-border);
  border-radius: 18px;
  padding: 30px 26px;
  display: flex;
  gap: 16px;
  box-shadow: var(--l-shadow);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.wf-ben-card:hover {
  border-color: var(--l-border-h);
  box-shadow: var(--l-shadow-h);
  transform: translateY(-3px);
}

.wf-ben-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(0,102,255,.07);
  border: 1px solid rgba(0,102,255,.16);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-ben-card h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--l-text);
  margin-bottom: 6px;
  letter-spacing: -.005em;
}

.wf-ben-card p {
  font-size: 12.5px;
  font-weight: 300;
  color: var(--l-muted);
  line-height: 1.65;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .wf-hero-inner {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }
  .wf-feature-list { align-items: center; }
  .wf-hero-ctas { justify-content: center; }
  .wf-hero-dash { max-width: 460px; margin: 0 auto; width: 100%; }

  .wf-mod-label { width: auto; }

  .wf-pillars { grid-template-columns: repeat(2, 1fr); }
  .wf-mod-cards, .wf-mod-cards.dp { grid-template-columns: repeat(2, 1fr); }

  .wf-pa-grid { grid-template-columns: 1fr; gap: 48px; }
  .wf-pa-features { grid-template-columns: 1fr 1fr; }
  .wf-pa-charts { grid-template-columns: 1fr; }

  .wf-climate-grid { grid-template-columns: 1fr; gap: 56px; }
  .wf-academy-grid { grid-template-columns: 1fr; gap: 56px; }
  .wf-academy-grid.reverse { direction: ltr; }
  .wf-academy-grid.reverse > :first-child { order: 2; }
  .wf-academy-grid.reverse > :last-child  { order: 1; }

  .wf-eco-stage { grid-template-columns: 1fr; gap: 16px; }
  .wf-eco-svg { display: none; }

  .wf-benefits { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .wf-hero-inner { padding: 120px 20px 80px; }
  .wf-title { font-size: 40px; }
  .wf-pillars { grid-template-columns: 1fr; }
  .wf-mod-cards, .wf-mod-cards.dp { grid-template-columns: 1fr; }
  .wf-pa-features { grid-template-columns: 1fr; }
  .wf-climate-features { grid-template-columns: 1fr; }
  .wf-academy-features { grid-template-columns: 1fr; }
  .wf-benefits { grid-template-columns: 1fr; }
  .wf-pa-kpis { grid-template-columns: repeat(2, 1fr); }
  .wf-mod-group { gap: 4px; padding: 12px 0; }
  .wf-mod-group .wf-mod-label { width: 100%; margin-bottom: 4px; }
  .wf-pa-heat-grid { grid-template-columns: 70px repeat(7, 1fr); }
  .wf-climate-heat { grid-template-columns: 80px repeat(5, 1fr); }
  .wf-dash-metrics { grid-template-columns: 1fr; }
}
