/* ─── Advisor Hero ─── */
.adv-hero {
  background: var(--navy);
  padding: 80px 40px 72px;
  position: relative;
  overflow: hidden;
}

.adv-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.012) 40px,
    rgba(255,255,255,0.012) 41px
  );
  pointer-events: none;
}

.adv-hero-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.adv-h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
  font-style: italic;
}

.adv-sub {
  font-size: 16px;
  line-height: 1.75;
  color: var(--navy-pale);
  max-width: 600px;
  font-weight: 300;
}

/* ─── Problem ─── */
.problem-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}

.problem-stat-box {
  background: var(--navy);
  border-radius: 12px;
  padding: 32px;
  color: var(--white);
  text-align: center;
}

.prob-big-num {
  font-family: var(--font-display);
  font-size: 60px;
  color: var(--white);
  line-height: 1;
}

.prob-pct {
  font-size: 30px;
  color: var(--gold);
}

.prob-big-sub {
  font-size: 12px;
  color: var(--navy-pale);
  margin-top: 4px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

.prob-divider {
  width: 40px;
  height: 1px;
  background: var(--navy-light);
  margin: 0 auto 20px;
}

.prob-loss-num {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--red-soft);
  line-height: 1;
}

.prob-pct2 { font-size: 28px; }

.prob-loss-label {
  font-size: 13px;
  color: var(--navy-pale);
  margin-top: 4px;
  margin-bottom: 20px;
}

.prob-source {
  font-size: 10px;
  color: #4A6480;
  line-height: 1.5;
  margin-top: 16px;
}

.problem-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}

.compare-col { display: flex; flex-direction: column; gap: 6px; }

.compare-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
  font-weight: 500;
}

.compare-label-pos { color: var(--green-mid); }

.compare-item {
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 10px;
  border-radius: 4px;
}

.compare-neg {
  background: #FEF2F2;
  color: #7F1D1D;
}

.compare-pos {
  background: var(--green-pale);
  color: var(--green-mid);
}

/* ─── ARM ─── */
.arm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.arm-factors { display: flex; flex-direction: column; gap: 12px; }

.arm-factor {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  transition: border-color 0.2s;
}

.arm-factor:hover { border-color: rgba(12,35,64,0.2); }

.arm-factor-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  flex-shrink: 0;
  height: fit-content;
  margin-top: 1px;
}

.arm-tag-m { background: var(--blue-pale); color: var(--blue-mid); }
.arm-tag-v { background: var(--green-pale); color: var(--green-mid); }
.arm-tag-e { background: var(--amber-pale); color: var(--amber-mid); }
.arm-tag-i { background: #EEEDFE; color: #3C3489; }

.arm-factor-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}

.arm-factor-body {
  font-size: 12px;
  color: var(--text-mid);
  line-height: 1.6;
}

.arm-right { display: flex; flex-direction: column; gap: 16px; }

.arm-process-box {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 24px;
}

.arm-process-title {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.arm-steps {
  display: flex;
  align-items: center;
  gap: 6px;
}

.arm-step { flex: 1; text-align: center; }

.arm-step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-size: 13px;
  color: var(--navy-pale);
  font-family: var(--font-display);
}

.arm-step-label {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.4;
}

.arm-step-arrow {
  color: var(--text-muted);
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.arm-regime-box {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 20px;
}

.arm-regime-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.regime-bar {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  height: 36px;
  margin-bottom: 10px;
}

.rb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rb-agg { flex: 2; background: #042C53; color: #85B7EB; }
.rb-gr  { flex: 4; background: #185FA5; color: #E6F1FB; }
.rb-mod { flex: 3; background: #85B7EB; color: #042C53; }
.rb-con { flex: 2; background: #EF9F27; color: #412402; }
.rb-off { flex: 1; background: #E24B4A; color: #FCEBEB; }

.regime-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 10px;
  color: var(--text-muted);
}

.regime-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 3px;
}

.arm-quote-box {
  background: var(--navy);
  border-radius: 10px;
  padding: 20px 24px;
}

.arm-quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--navy-pale);
  line-height: 1.6;
}

/* ─── Strategies ─── */
.spectrum-bar-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 20px;
}

.spectrum-label-left,
.spectrum-label-right {
  font-size: 11px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.spectrum-track {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #3B8BD4, #EF9F27, #E24B4A);
}

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

.strat-card {
  position: relative;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 22px;
  transition: border-color 0.2s, transform 0.2s;
}

.strat-card:hover {
  border-color: rgba(12,35,64,0.2);
  transform: translateY(-2px);
}

.strat-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.strat-award {
  font-size: 10px;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.strat-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.strat-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: 500;
}

.strat-tag-blue { background: var(--blue-pale); color: var(--blue-mid); }
.strat-tag-amber { background: var(--amber-pale); color: var(--amber-mid); }
.strat-tag-red { background: #FCEBEB; color: #791F1F; }

.strat-body {
  font-size: 12px;
  color: var(--text-mid);
  line-height: 1.65;
}

.strat-levered {
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 22px;
  background: var(--cream);
}

.strat-levered-inner { max-width: 800px; }

/* ─── Platforms ─── */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.platform-card {
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  transition: border-color 0.2s;
}

.platform-card:hover { border-color: rgba(12,35,64,0.2); }

.platform-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}

.platform-type {
  font-size: 12px;
  color: var(--text-muted);
}

.platform-type a { color: var(--blue-mid); }

.platform-card-inquiry { border-style: dashed; }

.eyebrow-green { color: var(--green-mid); }

/* ─── Reveal ─── */

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .adv-hero { padding: 60px 20px; }
  .problem-grid { grid-template-columns: 1fr; }
  .arm-grid { grid-template-columns: 1fr; }
  .strategies-grid { grid-template-columns: 1fr 1fr; }
  .platforms-grid { grid-template-columns: 1fr 1fr; }
  .problem-compare { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .strategies-grid { grid-template-columns: 1fr; }
  .platforms-grid { grid-template-columns: 1fr; }
  .arm-steps { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .arm-step-arrow { display: none; }
}
