.ind-hero-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: rgba(255,255,255,.06); margin-top: 48px; }
.ind-hero-tile { background: rgba(255,255,255,.03); padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.06); }
.ind-hero-tile-icon { font-size: 28px; margin-bottom: 8px; opacity: .6; }
.ind-hero-tile-name { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.ind-section { padding: 80px 0; border-bottom: 1px solid var(--ip-rule); }
.ind-section:last-child { border-bottom: none; }
.ind-section-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.ind-section-num { font-family: var(--font-display); font-size: 72px; font-weight: 300; color: rgba(0,0,0,.05); line-height: 1; margin-bottom: 12px; }
.ind-section-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ip-red); margin-bottom: 12px; }
.ind-section-title { font-family: var(--font-display); font-size: clamp(28px,3vw,42px); font-weight: 300; line-height: 1.15; color: var(--ip-black); margin-bottom: 20px; }
.ind-section-body { font-size: 15px; color: var(--ip-mid); line-height: 1.8; margin-bottom: 24px; }
.ind-section-clients { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ind-right { }
.ind-challenges { background: var(--ip-light); padding: 36px; margin-bottom: 24px; }
.ind-challenges-title { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ip-muted); margin-bottom: 16px; }
.ind-challenge { padding: 12px 0; border-bottom: 1px solid var(--ip-rule); font-size: 13.5px; color: var(--ip-charcoal); display: flex; gap: 12px; align-items: baseline; }
.ind-challenge:last-child { border-bottom: none; }
.ind-challenge::before { content: '→'; color: var(--ip-red); flex-shrink: 0; font-size: 12px; }
.ind-result { background: var(--ip-navy); color: white; padding: 28px 32px; }
.ind-result-label { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 10px; }
.ind-result-val { font-family: var(--font-display); font-size: 24px; font-weight: 300; color: white; line-height: 1.4; }
@media(max-width:900px){.ind-section-inner{grid-template-columns:1fr;gap:32px;}.ind-hero-grid{grid-template-columns:repeat(2,1fr);}}

/* WYSIWYG prose inherits the source .ind-section-body styling */
.ind-section-prose p { font-size: 15px; color: var(--ip-mid); line-height: 1.8; margin-bottom: 24px; }
.ind-section-prose p:last-child { margin-bottom: 0; }
