/* ============================================================
   QXT VISTRA-INSPIRED STRATEGY (sandbox)
   Applies docs/strategy/visual-strategy.md spec
   Brand palette preserved: gold + cream + ink
   No serif headlines. No eyebrows. Single CTA in hero.
   ============================================================ */

:root {
  --strat-ink: #18181B;
  --strat-ink-2: #1F2125;
  --strat-gold: #B8842C;
  --strat-gold-soft: #E9CB89;
  --strat-cream: #FBFAF7;
  --strat-bone: #FFFFFF;
  --strat-line: #ECEAE4;
  --strat-slate: #4B4B4F;
  --strat-max: 1200px;
}

.sandbox-banner {
  background: var(--strat-ink); color: var(--strat-gold-soft);
  text-align: center; font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; padding: 8px 16px; text-transform: uppercase;
  position: relative; z-index: 100;
}

/* ============================================================
   HERO: half-photo / half-graphic
   ============================================================ */
.strat-hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  min-height: 640px;
  background: var(--strat-ink);
}

.strat-hero-panel {
  background: var(--strat-ink);
  display: flex;
  align-items: center;
  padding: 80px clamp(40px, 6vw, 96px);
  position: relative;
  overflow: hidden;
}
.strat-hero-panel::before {
  content: "";
  position: absolute;
  top: -160px; right: -160px;
  width: 440px; height: 440px;
  border: 1px solid rgba(233, 203, 137, 0.14);
  border-radius: 50%;
  pointer-events: none;
}
.strat-hero-panel::after {
  content: "";
  position: absolute;
  bottom: -200px; left: -160px;
  width: 480px; height: 480px;
  border: 1px solid rgba(233, 203, 137, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.strat-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: #FFFFFF;
}
.strat-hero-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--strat-gold-soft);
  margin-bottom: 36px;
}
.strat-hero-meta-dot {
  width: 5px; height: 5px;
  background: var(--strat-gold);
  border-radius: 50%;
  display: inline-block;
}
.strat-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: #FFFFFF;
  margin: 0 0 24px;
}
.strat-hero h1 .accent {
  color: var(--strat-gold-soft);
}
.strat-hero-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 38px;
  max-width: 480px;
}
.strat-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--strat-gold);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 17px 30px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.strat-hero-cta:hover {
  background: #CF9938;
  transform: translateX(2px);
}
.strat-hero-cta svg {
  transition: transform 0.2s;
}
.strat-hero-cta:hover svg {
  transform: translateX(3px);
}

.strat-hero-photo {
  background-size: cover;
  background-position: center;
  position: relative;
}
.strat-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,24,27,0.45) 0%, rgba(24,24,27,0) 35%);
  pointer-events: none;
}
.strat-hero-photo-triangle {
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 160px 220px;
  border-color: transparent transparent rgba(184, 132, 44, 0.92) transparent;
  pointer-events: none;
}

/* ============================================================
   BIG-STATS BLOCK (Vistra 2x2 layout, honest content only)
   ============================================================ */
.strat-bigstats-wrap {
  background: #FFFFFF;
  padding: 72px 24px;
}
.strat-bigstats {
  max-width: var(--strat-max);
  margin: 0 auto;
  background: var(--strat-cream);
  border-radius: 24px;
  padding: clamp(48px, 5vw, 80px) clamp(32px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.strat-bigstats-copy h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--strat-ink);
  margin: 0 0 18px;
  max-width: 340px;
}
.strat-bigstats-copy p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--strat-ink);
  margin: 0 0 30px;
  max-width: 360px;
  opacity: 0.85;
}
.strat-bigstats-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--strat-gold);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 13px 26px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.strat-bigstats-cta:hover {
  background: #8B5A1F;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(184, 132, 44, 0.4);
}
.strat-bigstats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 4.5vw, 64px);
}
.strat-bigstats-item .num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--strat-ink);
  margin: 0 0 8px;
}
.strat-bigstats-item .label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--strat-slate);
  margin: 0;
}

/* ============================================================
   INTRO SECTION (after trust strip)
   ============================================================ */
.strat-intro {
  background: #FFFFFF;
  padding: 120px 0 80px;
}
.strat-intro-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
}
.strat-intro h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 24px;
  max-width: 700px;
}
.strat-intro p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--strat-slate);
  margin: 0 0 16px;
  max-width: 720px;
}
.strat-intro-rule {
  width: 60px;
  height: 3px;
  background: var(--strat-gold);
  margin: 0 0 28px;
  border-radius: 2px;
}

/* ============================================================
   WORKSTREAMS (4 cards with photo-treatment overlay)
   ============================================================ */
.strat-workstreams {
  background: #FFFFFF;
  padding: 40px 0 120px;
}
.strat-workstreams-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
}
.strat-workstreams-head {
  margin-bottom: 48px;
  max-width: 720px;
}
.strat-workstreams-head h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 16px;
}
.strat-workstreams-head p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--strat-slate);
  margin: 0;
}
.strat-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.strat-card {
  position: relative;
  background: var(--strat-bone);
  border: 1px solid var(--strat-line);
  border-radius: 16px;
  padding: 36px 32px 32px;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  overflow: hidden;
}
.strat-card::before {
  content: "";
  position: absolute;
  top: -1px; right: -1px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent var(--strat-gold-soft) transparent transparent;
  transition: border-color 0.25s;
  opacity: 0.55;
}
.strat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(24, 24, 27, 0.14);
  border-color: var(--strat-gold-soft);
}
.strat-card:hover::before {
  border-color: transparent var(--strat-gold) transparent transparent;
  opacity: 1;
}
.strat-card-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--strat-gold);
  margin-bottom: 16px;
  display: inline-block;
}
.strat-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--strat-ink);
  margin: 0 0 14px;
  max-width: 360px;
}
.strat-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0 0 24px;
}
.strat-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--strat-ink);
  transition: color 0.2s, gap 0.2s;
}
.strat-card-link svg {
  transition: transform 0.2s;
}
.strat-card:hover .strat-card-link {
  color: var(--strat-gold);
  gap: 12px;
}
.strat-card:hover .strat-card-link svg {
  transform: translateX(2px);
}

/* ============================================================
   FEATURE SPLIT (mid-page break, ink full-bleed)
   ============================================================ */
.strat-feature {
  background: var(--strat-ink);
  color: #FFFFFF;
  padding: 120px 0;
}
.strat-feature-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.strat-feature-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.strat-feature-copy h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.008em;
  color: #FFFFFF;
  margin: 0 0 22px;
  max-width: 480px;
}
.strat-feature-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
  margin: 0 0 18px;
  max-width: 480px;
}
.strat-feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.strat-feature-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 12px;
  line-height: 1.5;
}
.strat-feature-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 2px;
  background: var(--strat-gold);
}

/* ============================================================
   FAQ
   ============================================================ */
.strat-faq {
  background: var(--strat-bone);
  padding: 120px 0;
}
.strat-faq-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
.strat-faq-head {
  margin-bottom: 48px;
}
.strat-faq-head h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 14px;
}
.strat-faq-head p {
  font-size: 16px;
  color: var(--strat-slate);
  margin: 0;
}
.strat-faq-item {
  background: #FFFFFF;
  border: 1px solid var(--strat-line);
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s;
}
.strat-faq-item[open] {
  border-color: var(--strat-gold-soft);
}
.strat-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: var(--strat-ink);
  padding: 22px 28px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.strat-faq-item summary::-webkit-details-marker {
  display: none;
}
.strat-faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--strat-gold);
  transition: transform 0.2s;
  line-height: 1;
}
.strat-faq-item[open] summary::after {
  content: "\2013";
  transform: rotate(0deg);
}
.strat-faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--strat-slate);
}

/* ============================================================
   CTA BLOCK (final, half-photo style, light variant)
   ============================================================ */
.strat-cta {
  background: var(--strat-bone);
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.strat-cta::before {
  content: none;
}
.strat-cta-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.strat-cta h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--strat-ink);
  margin: 0 0 16px;
}
.strat-cta p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0 0 36px;
  max-width: 540px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .strat-hero { grid-template-columns: 1fr; min-height: auto; }
  .strat-hero-photo { min-height: 320px; order: -1; }
  .strat-hero-panel { padding: 56px 24px 64px; }
  .strat-bigstats { grid-template-columns: 1fr; gap: 36px; }
  .strat-cards { grid-template-columns: 1fr; }
  .strat-feature-inner { grid-template-columns: 1fr; gap: 40px; }
  .strat-cta::before { width: 100%; opacity: 0.18; }
}
@media (max-width: 600px) {
  .strat-bigstats-grid { gap: 28px; }
  .strat-intro { padding: 80px 0 56px; }
  .strat-workstreams { padding: 32px 0 80px; }
  .strat-feature, .strat-faq, .strat-cta { padding: 80px 0; }
}

/* ============================================================
   BREADCRUMB (Vistra-style)
   ============================================================ */
.strat-breadcrumb {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 22px 24px 0;
  font-size: 12px;
  color: var(--strat-slate);
  letter-spacing: 0.04em;
}
.strat-breadcrumb a {
  color: var(--strat-slate);
  text-decoration: none;
  transition: color 0.2s;
}
.strat-breadcrumb a:hover { color: var(--strat-gold); }
.strat-breadcrumb .sep { margin: 0 10px; color: var(--strat-line); }
.strat-breadcrumb .current { color: var(--strat-ink); font-weight: 600; }

/* ============================================================
   SUB-PAGE: PAIN INTRO
   Pain-first opening per Vistra playbook
   ============================================================ */
.strat-pain {
  background: #FFFFFF;
  padding: 120px 0 56px;
}
.strat-pain-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
.strat-pain-eyebrow-rule {
  width: 60px;
  height: 3px;
  background: var(--strat-gold);
  margin: 0 0 28px;
}
.strat-pain h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 22px;
  max-width: 720px;
}
.strat-pain p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--strat-slate);
  margin: 0 0 18px;
  max-width: 680px;
}
.strat-pain-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  max-width: 680px;
}
.strat-pain-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: var(--strat-ink);
  margin-bottom: 14px;
  line-height: 1.55;
}
.strat-pain-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 16px; height: 2px;
  background: var(--strat-gold);
}

/* ============================================================
   SUB-PAGE: DELIVERABLES BLOCK
   "What you receive" formatted list
   ============================================================ */
.strat-deliverables {
  background: var(--strat-bone);
  padding: 120px 0;
}
.strat-deliverables-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
}
.strat-deliverables-head {
  margin-bottom: 56px;
  max-width: 720px;
}
.strat-deliverables-head h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 16px;
}
.strat-deliverables-head p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--strat-slate);
  margin: 0;
}
.strat-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
.strat-deliverable {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--strat-line);
}
.strat-deliverable-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--strat-gold);
  padding-top: 4px;
}
.strat-deliverable h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: var(--strat-ink);
  margin: 0 0 10px;
}
.strat-deliverable p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0;
}

/* ============================================================
   SUB-PAGE: PROCESS (horizontal numbered steps)
   ============================================================ */
.strat-process {
  background: #FFFFFF;
  padding: 120px 0;
}
.strat-process-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
}
.strat-process-head {
  margin-bottom: 56px;
  max-width: 720px;
}
.strat-process-head h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 16px;
}
.strat-process-head p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--strat-slate);
  margin: 0;
}
.strat-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.strat-process-steps.is-5col { grid-template-columns: repeat(5, 1fr); gap: 24px; }
.strat-process-steps::before {
  content: "";
  position: absolute;
  top: 14px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--strat-gold-soft) 0%, var(--strat-gold-soft) 90%, transparent 100%);
  z-index: 0;
}
.strat-process-step {
  position: relative;
  z-index: 1;
}
.strat-process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--strat-gold);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
}
.strat-process-step h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--strat-ink);
  margin: 0 0 10px;
}
.strat-process-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0;
}

/* ============================================================
   SUB-PAGE: SIDE-BY-SIDE (photo + content benefit block)
   ============================================================ */
.strat-aside {
  background: #FFFFFF;
  padding: 120px 0;
}
.strat-aside-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.strat-aside-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.strat-aside-copy h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.008em;
  color: var(--strat-ink);
  margin: 0 0 22px;
  max-width: 440px;
}
.strat-aside-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--strat-slate);
  margin: 0 0 18px;
  max-width: 480px;
}
.strat-aside-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.strat-aside-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15.5px;
  color: var(--strat-ink);
  margin-bottom: 14px;
  line-height: 1.55;
}
.strat-aside-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 2px;
  background: var(--strat-gold);
}

/* ============================================================
   RELATED SERVICES (sub-page only)
   ============================================================ */
.strat-related {
  background: var(--strat-bone);
  padding: 120px 0;
}
.strat-related-inner {
  max-width: var(--strat-max);
  margin: 0 auto;
  padding: 0 24px;
}
.strat-related-head {
  margin-bottom: 40px;
}
.strat-related-head h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--strat-ink);
  margin: 0;
}
.strat-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.strat-related-card {
  background: #FFFFFF;
  border: 1px solid var(--strat-line);
  border-radius: 10px;
  padding: 28px 28px 24px;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.strat-related-card:hover {
  border-color: var(--strat-gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -16px rgba(24,24,27,0.14);
}
.strat-related-card .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--strat-gold);
  margin-bottom: 10px;
  display: inline-block;
}
.strat-related-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: var(--strat-ink);
  margin: 0 0 8px;
}
.strat-related-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--strat-slate);
  margin: 0 0 14px;
}
.strat-related-card-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--strat-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.strat-related-card:hover .strat-related-card-link { color: var(--strat-gold); }

/* ============================================================
   Card border-radius tighten (more Vistra-like)
   ============================================================ */
.strat-card { border-radius: 12px; }

@media (max-width: 960px) {
  .strat-deliverables-grid,
  .strat-related-grid { grid-template-columns: 1fr; }
  .strat-process-steps, .strat-process-steps.is-5col { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .strat-process-steps::before { display: none; }
  .strat-aside-inner { grid-template-columns: 1fr; gap: 40px; }
  .strat-aside-photo { aspect-ratio: 4 / 3; max-width: 560px; }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .strat-process-steps.is-5col { grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
  .strat-process-steps.is-5col::before { display: none; }
}
@media (max-width: 600px) {
  .strat-process-steps, .strat-process-steps.is-5col { grid-template-columns: 1fr; }
  .strat-pain, .strat-deliverables, .strat-process, .strat-aside, .strat-related { padding: 80px 0; }
  .strat-pain { padding: 64px 0 24px; }
}

/* ============================================================
   DNA 1 - EDITORIAL TYPE-FIRST HERO
   Composition: type-dominant verticaal, photo-strip onderaan
   ============================================================ */
.strat-hero-dna1 {
  background: var(--strat-bone);
  display: flex;
  flex-direction: column;
  min-height: 680px;
}
.strat-hero-dna1-type {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px clamp(40px, 8vw, 120px);
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.strat-hero-dna1-rule {
  width: 64px;
  height: 3px;
  background: var(--strat-gold);
  margin-bottom: 40px;
}
.strat-hero-dna1-type h1 {
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--strat-ink);
  margin: 0 0 24px;
  max-width: 22ch;
}
.strat-hero-dna1-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--strat-slate);
  margin: 0 0 36px;
  max-width: 56ch;
}
.strat-hero-dna1-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--strat-ink);
  color: var(--strat-bone);
  border-radius: 9999px;
  padding: 18px 32px;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  font-size: 15px;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.strat-hero-dna1-cta:hover {
  transform: translateX(4px);
}
.strat-hero-dna1-strip {
  height: clamp(220px, 26vw, 320px);
  background-color: var(--strat-ink);
  background-size: cover;
  background-position: center;
}

@media (max-width: 760px) {
  .strat-hero-dna1 { min-height: 540px; }
  .strat-hero-dna1-type { padding: 64px 24px; }
  .strat-hero-dna1-strip { height: 200px; }
}

/* ============================================================
   DNA 2 - FULL-BLEED PHOTO + OVERLAY CARDS
   Composition: photo IS de hero, content + floating cards op photo
   ============================================================ */
.strat-hero-dna2 {
  position: relative;
  background-color: var(--strat-ink);
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.strat-hero-dna2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24,24,27,0.85) 0%, rgba(24,24,27,0.55) 50%, rgba(24,24,27,0.25) 100%);
  pointer-events: none;
}
.strat-hero-dna2-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px clamp(40px, 6vw, 96px);
  width: 100%;
  box-sizing: border-box;
}
.strat-hero-dna2-copy {
  max-width: 640px;
}
.strat-hero-dna2-copy h1 {
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--strat-bone);
  margin: 0 0 24px;
}
.strat-hero-dna2-lead {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(251, 250, 247, 0.8);
  margin: 0 0 36px;
  max-width: 52ch;
}
.strat-hero-dna2-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--strat-gold);
  color: var(--strat-ink);
  border-radius: 9999px;
  padding: 18px 32px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.strat-hero-dna2-cta:hover {
  transform: translateX(4px);
}
.strat-hero-dna2-card {
  position: absolute;
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 170px;
}
.strat-hero-dna2-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--strat-slate);
}
.strat-hero-dna2-card-value {
  font-size: 19px;
  font-weight: 800;
  color: var(--strat-ink);
}
.strat-hero-dna2-card-1 { top: 88px; right: 60px; }
.strat-hero-dna2-card-2 { top: 220px; right: 200px; }
.strat-hero-dna2-card-3 { bottom: 88px; right: 80px; }

@media (max-width: 960px) {
  .strat-hero-dna2 { min-height: 500px; }
  .strat-hero-dna2-overlay {
    background: linear-gradient(180deg, rgba(24,24,27,0.85) 0%, rgba(24,24,27,0.65) 100%);
  }
  .strat-hero-dna2-inner { padding: 64px 24px; }
  .strat-hero-dna2-card { position: static; display: none; }
}

/* ============================================================
   DNA 3 - SVG SWOOSH (current homepage style)
   Composition: bone-bg + SVG gradient swoosh decoratie + type + 1 CTA
   ============================================================ */
.strat-hero-dna3 {
  position: relative;
  background: var(--strat-bone);
  padding: 128px 0;
  overflow: hidden;
}
.strat-hero-dna3-swoosh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.strat-hero-dna3-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 80px);
}
.strat-hero-dna3-inner h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--strat-ink);
  margin: 0 0 24px;
  max-width: 720px;
}
.strat-hero-dna3-lead {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--strat-slate);
  margin: 0 0 36px;
  max-width: 600px;
}
.strat-hero-dna3-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--strat-gold);
  color: #FFFFFF;
  border-radius: 9999px;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  animation: qx-cta-glow 4.5s ease-in-out infinite;
}
.strat-hero-dna3-cta:hover {
  background: #8B5A1F;
  transform: translateY(-1px);
  animation: none;
  box-shadow: 0 8px 22px rgba(184, 132, 44, 0.4);
}

/* Occasional soft glow on primary CTAs */
@keyframes qx-cta-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(184, 132, 44, 0); }
  8% { box-shadow: 0 0 22px rgba(184, 132, 44, 0.55); }
  16% { box-shadow: 0 0 0 rgba(184, 132, 44, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .strat-hero-dna3-cta { animation: none; }
}

@media (max-width: 760px) {
  .strat-hero-dna3 { padding: 84px 0; }
  .strat-hero-dna3-inner { padding: 0 24px; }
}

/* ============================================================
   C1 - 4-COL CARDS PHOTO-TOP
   ============================================================ */
.strat-c1-wrap {
  padding: 96px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.strat-c1-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.strat-c1-head h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800; letter-spacing: -0.01em;
  margin: 0 0 12px; color: var(--strat-ink);
}
.strat-c1-head p {
  font-size: 17px; color: var(--strat-slate); margin: 0;
}
.strat-c1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px; margin: 0 auto;
}
.strat-c1-card {
  background: var(--strat-bone);
  border: 1px solid var(--strat-line);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: var(--strat-ink);
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.strat-c1-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 24, 27, 0.08);
}
.strat-c1-photo {
  aspect-ratio: 4/3;
  background-color: var(--strat-cream);
  background-size: cover;
  background-position: center;
}
.strat-c1-body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.strat-c1-body h3 {
  font-size: 19px; font-weight: 700;
  margin: 0 0 8px; color: var(--strat-ink);
}
.strat-c1-body p {
  font-size: 14px; color: var(--strat-slate);
  margin: 0 0 16px; flex: 1; line-height: 1.5;
}
.strat-c1-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--strat-gold);
  font-weight: 600; font-size: 13px;
}
@media (max-width: 1080px) { .strat-c1-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .strat-c1-grid { grid-template-columns: 1fr; } }

/* ============================================================
   C2 - 4-COL CARDS ABSTRACT GENERATIVE-GRAPHICS
   ============================================================ */
.strat-c2-wrap {
  padding: 96px clamp(24px, 4vw, 80px);
  background: var(--strat-cream);
}
.strat-c2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px; margin: 0 auto;
}
.strat-c2-card {
  background: var(--strat-bone);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: var(--strat-ink);
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.strat-c2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 24, 27, 0.1);
}
.strat-c2-graphic { aspect-ratio: 4/3; display: block; }
.strat-c2-graphic svg { width: 100%; height: 100%; display: block; }
.strat-c2-body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.strat-c2-body h3 {
  font-size: 19px; font-weight: 700;
  margin: 0 0 8px; color: var(--strat-ink);
}
.strat-c2-body p {
  font-size: 14px; color: var(--strat-slate);
  margin: 0 0 16px; flex: 1; line-height: 1.5;
}
@media (max-width: 1080px) { .strat-c2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .strat-c2-grid { grid-template-columns: 1fr; } }

/* ============================================================
   C4 - 4-COL WHY-US ICON CARDS (cream-tinted)
   ============================================================ */
.strat-c4-wrap {
  padding: 96px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.strat-c4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px; margin: 0 auto;
}
.strat-c4-card {
  background: var(--strat-cream);
  border-radius: 18px;
  padding: 32px 28px;
}
.strat-c4-icon {
  color: var(--strat-ink);
  margin-bottom: 24px;
}
.strat-c4-card h3 {
  font-size: 18px; font-weight: 700;
  margin: 0 0 10px; color: var(--strat-ink);
}
.strat-c4-card p {
  font-size: 14px; line-height: 1.55; color: var(--strat-slate); margin: 0;
}
@media (max-width: 1080px) { .strat-c4-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .strat-c4-grid { grid-template-columns: 1fr; } }

/* ============================================================
   C5 - 3-COL BENEFITS AIRY (no card-bg, numbered)
   ============================================================ */
.strat-c5-wrap {
  padding: 96px clamp(24px, 4vw, 80px);
  background: var(--strat-bone);
}
.strat-c5-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1080px; margin: 0 auto;
}
.strat-c5-item {
  padding-top: 24px;
  border-top: 2px solid var(--strat-gold);
}
.strat-c5-num {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--strat-gold);
  margin-bottom: 20px;
}
.strat-c5-item h3 {
  font-size: 22px; font-weight: 800;
  margin: 0 0 12px; color: var(--strat-ink);
  letter-spacing: -0.01em;
}
.strat-c5-item p {
  font-size: 15px; line-height: 1.6;
  color: var(--strat-slate); margin: 0;
}
@media (max-width: 860px) {
  .strat-c5-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   WEALTH EDITORIAL PATTERNS (no icons)
   Vary section shape by content type on wealth/legacy leaf pages.
   See feedback-wealth-editorial-no-icons.
   ============================================================ */

/* cream variant of a deliverables-style section (breaks the white rhythm) */
.strat-deliverables.is-cream { background: var(--strat-cream); }

/* WHO: light 4-up columns, thin gold rule, no icon */
.strat-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
.strat-cols-rule {
  width: 30px;
  height: 2px;
  background: var(--strat-gold);
  margin-bottom: 20px;
}
.strat-cols-item h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--strat-ink);
  margin: 0 0 9px;
}
.strat-cols-item p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--strat-slate);
  margin: 0;
}

/* KEY FACTS: spec definition list (term / value) */
.strat-spec {
  margin: 0;
  border-top: 1px solid var(--strat-line);
}
.strat-spec-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid var(--strat-line);
}
.strat-spec-row dt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--strat-ink);
  margin: 0;
}
.strat-spec-row dd {
  font-size: 15px;
  line-height: 1.62;
  color: var(--strat-slate);
  margin: 0;
}

/* WHY: gold left-accent editorial blocks, no icon or box */
.strat-accent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 60px;
}
.strat-accent-block {
  border-left: 2px solid var(--strat-gold);
  padding-left: 26px;
}
.strat-accent-block h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--strat-ink);
  margin: 0 0 11px;
}
.strat-accent-block p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--strat-slate);
  margin: 0;
}
.strat-accent-block a { color: var(--strat-gold); }

@media (max-width: 900px) {
  .strat-cols { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .strat-accent { grid-template-columns: 1fr; gap: 32px; }
  .strat-spec-row { grid-template-columns: 1fr; gap: 6px; }
}
